@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

a {
  color: #9FBE70;
}

.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 {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.nav-main ul.sf-menu li {
  margin-right: 20px;
}
.nav-main ul.sf-menu li a:hover {
  opacity: 0.7;
}
.nav-main ul.sf-menu li ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.nav-main ul.sf-menu li ul li a {
  text-shadow: none;
}
.nav-main ul.sf-menu li ul li a:hover {
  opacity: 0.7;
}
.nav-main ul.sf-menu li ul li a span {
  color: #E60012;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "BioRhyme", serif !important;
  margin-right: 0.7em;
}

.kt-showsub-indicator .sf-menu-normal .sf-dropdown > a:after {
  border-top: 5px solid #E60012;
}

.header_button {
  background-color: #E60012;
}
.header_button:hover {
  opacity: 0.7;
}
.header_button a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.8em 3em;
}

.sf-menu.sf-menu-normal > li > ul::before, .sf-menu.sf-menu-normal > li > ul::after {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.sf-menu.sf-menu-normal > li > ul::before {
  content: "";
  border: 8px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 14px solid #D00134;
}
.sf-menu.sf-menu-normal > li > ul::after {
  content: "";
  border: 6px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 11px solid #fff;
}

#kad-mobile-banner #mobile-logo a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header_menu--button {
  height: 60px;
  padding: 0;
  background-color: #CB0101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
  cursor: pointer;
  aspect-ratio: 1;
}
.header_menu--button::before, .header_menu--button::after {
  color: #fff;
  font-size: 3vw;
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  .header_menu--button::before, .header_menu--button::after {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  .header_menu--button::before, .header_menu--button::after {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--button::before, .header_menu--button::after {
    font-size: 12px;
  }
}
.header_menu--button::before {
  content: "menu";
  opacity: 1;
}
.header_menu--button::after {
  content: "close";
  opacity: 0;
}
body.open_menu .header_menu--button::before {
  opacity: 0;
}
body.open_menu .header_menu--button::after {
  opacity: 1;
}
.header_menu--button span {
  width: 40%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_menu--button span:first-of-type {
  -webkit-transform: translate(calc(-50% + 3px), calc(-50% - 5px)) rotate(0deg);
          transform: translate(calc(-50% + 3px), calc(-50% - 5px)) rotate(0deg);
}
body.open_menu .header_menu--button span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.header_menu--button span:nth-of-type(2) {
  -webkit-transform: translate(calc(-50% - 3px), -50%) scaleX(1);
          transform: translate(calc(-50% - 3px), -50%) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
body.open_menu .header_menu--button span:nth-of-type(2) {
  -webkit-transform: translate(calc(-50% - 3px), -50%) scaleX(0);
          transform: translate(calc(-50% - 3px), -50%) scaleX(0);
}
.header_menu--button span:nth-of-type(3) {
  -webkit-transform: translate(calc(-50% + 3px), calc(-50% + 5px)) rotate(0deg);
          transform: translate(calc(-50% + 3px), calc(-50% + 5px)) rotate(0deg);
}
body.open_menu .header_menu--button span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

.menu_container {
  width: 100%;
  height: 100vh;
  padding: calc(10% + 60px) 0 0;
  background-color: #fff;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .menu_container {
    padding: calc(5% + 60px) 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu_container {
    display: grid;
    grid-template-columns: auto 1fr;
    direction: rtl;
  }
}
.open_menu .menu_container {
  opacity: 1;
  z-index: 10;
}

nav.menu_nav {
  width: 70%;
  margin: 0 auto 12%;
}
@media screen and (min-width: 600px) {
  nav.menu_nav {
    width: 60%;
    margin: 0 auto 9%;
  }
}
@media screen and (min-width: 768px) {
  nav.menu_nav {
    width: 50%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  nav.menu_nav {
    width: auto;
    margin: 0 10vw 0 0;
    direction: ltr;
  }
}

ul.menu_ul {
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  ul.menu_ul {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.menu_ul {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.menu_ul {
    font-size: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
  }
}
ul.menu_ul > li {
  list-style: none;
}
ul.menu_ul > li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
ul.menu_ul > li > a {
  color: inherit;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
ul.menu_ul > li > a:hover {
  opacity: 0.7;
}
ul.menu_ul > li > a::before {
  content: "";
  width: 0.4em;
  background-color: #CB0101;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  aspect-ratio: 1;
}
ul.menu_ul > li > a > i {
  color: #CB0101;
  margin-left: 0.5em;
}
ul.menu_ul > li p {
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 1.5em;
  position: relative;
}
ul.menu_ul > li p::before {
  content: "";
  width: 0.4em;
  background-color: #CB0101;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  aspect-ratio: 1;
}
ul.menu_ul > li ul {
  padding: 0 0 0 1em;
  margin-bottom: 2em;
}
ul.menu_ul > li ul li {
  list-style: none;
}
ul.menu_ul > li ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
ul.menu_ul > li ul li a {
  color: inherit;
}
@media screen and (min-width: 1025px) {
  ul.menu_ul > li ul li a {
    font-size: 0.9em;
  }
}
ul.menu_ul > li ul li a:hover {
  opacity: 0.7;
}
ul.menu_ul > li ul li a i {
  color: #CB0101;
  margin-right: 0.5em;
}

.menu_logo--img {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .menu_logo--img {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .menu_logo--img {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .menu_logo--img {
    width: 80px;
    margin: 0 80px 0 auto;
  }
}
.menu_logo--img img {
  width: 37%;
}
@media screen and (min-width: 1025px) {
  .menu_logo--img img {
    width: 100%;
  }
}

#wrapper.container {
  overflow: clip;
}

.main.col-md-12.kt-nosidebar.clearfix {
  overflow: clip;
}

.top_page--buttonBox {
  text-align: center;
  font-size: 4vw;
  background-color: #CB0101;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_page--buttonBox {
    font-size: 2.5vw;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top_page--buttonBox {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--buttonBox {
    font-size: 16px;
  }
}
.top_page--buttonBox::before {
  content: "";
  width: 90%;
  height: 5px;
  border-bottom: 5px dotted #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .top_page--buttonBox::before {
    width: 5px;
    height: calc(100% - 2em);
    border-bottom: none;
    border-left: 5px dotted #fff;
  }
}
.top_page--buttonBox a {
  color: #fff;
  padding: 1.2em 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_page--buttonBox a {
    width: 17em;
    padding: 1em 0;
  }
}
@media screen and (min-width: 600px) {
  .top_page--buttonBox a:first-of-type {
    border-left: 5px dotted #fff !important;
  }
}
@media screen and (min-width: 600px) {
  .top_page--buttonBox a:last-of-type {
    border-right: 5px dotted #fff !important;
  }
}
.top_page--buttonBox a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.top_page--header {
  min-height: calc(100svh - 60px);
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_page--header {
    min-height: calc(100svh - 80px);
  }
}
.top_page--header 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;
}

.top_page--container {
  min-height: 112vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--container {
    max-width: 100%;
    min-height: 100%;
    aspect-ratio: 2.05/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--container {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
  }
}
.top_page--container .bg_img {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top_page--container picture {
  width: 85%;
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .top_page--container picture {
    width: 94.5%;
    top: 35%;
  }
}
.top_page--container picture::before {
  content: "";
  width: 100vw;
  height: 108%;
  background: rgb(203, 1, 1);
  background: -webkit-gradient(linear, right top, left top, from(rgb(203, 1, 1)), color-stop(45%, rgb(255, 105, 0)), to(rgb(252, 185, 0)));
  background: linear-gradient(270deg, rgb(203, 1, 1) 0%, rgb(255, 105, 0) 45%, rgb(252, 185, 0) 100%);
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -58%) skewY(-10deg);
          transform: translate(-50%, -58%) skewY(-10deg);
}
@media screen and (min-width: 600px) {
  .top_page--container picture::before {
    -webkit-transform: translate(-50%, -61%) skewY(-10deg);
            transform: translate(-50%, -61%) skewY(-10deg);
  }
}
@media screen and (min-width: 768px) {
  .top_page--container picture::before {
    height: 125%;
    -webkit-transform: translate(-50%, -78%) skewY(-10deg);
            transform: translate(-50%, -78%) skewY(-10deg);
  }
}
.top_page--container picture img {
  width: 86%;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
}
@media screen and (min-width: 600px) {
  .top_page--container picture img {
    width: 70%;
  }
}
.top_page--container.loaded picture img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_page--container .img_bottomBox {
  width: 74%;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s 1.2s;
  transition: all 0.4s 1.2s;
  z-index: 1;
  aspect-ratio: 1.15/1;
}
@media screen and (min-width: 768px) {
  .top_page--container .img_bottomBox {
    width: 56.6%;
    right: 6%;
    aspect-ratio: 1.42/1;
  }
}
.top_page--container .img_bottomBox .img {
  position: absolute;
  bottom: 0;
}
.top_page--container .img_bottomBox .img.img01 {
  height: 100%;
  right: 0;
}
.top_page--container .img_bottomBox .img.img02 {
  height: 51%;
  left: 23%;
}
@media screen and (min-width: 768px) {
  .top_page--container .img_bottomBox .img.img02 {
    height: 60%;
    left: 26%;
  }
}
.top_page--container .img_bottomBox .img.img03 {
  height: 47%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top_page--container .img_bottomBox .img.img03 {
    height: 54%;
  }
}
.top_page--container .img_bottomBox .img img {
  width: auto;
  height: 100%;
}
.top_page--container.loaded .img_bottomBox {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_page--container > .img {
  opacity: 0;
  position: absolute;
}
.top_page--container > .img.img04, .top_page--container > .img.img05, .top_page--container > .img.img06, .top_page--container > .img.img07 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}
.top_page--container > .img.img04 {
  width: 31%;
  left: 3%;
  top: 2%;
}
@media screen and (min-width: 768px) {
  .top_page--container > .img.img04 {
    width: 22%;
    left: 0;
  }
}
.top_page--container > .img.img05 {
  width: 30%;
  right: 0;
  top: 3%;
}
@media screen and (min-width: 768px) {
  .top_page--container > .img.img05 {
    width: 18%;
    right: 43%;
    top: 8%;
  }
}
.top_page--container > .img.img06 {
  width: 23%;
  left: 0;
  bottom: 10%;
}
@media screen and (min-width: 768px) {
  .top_page--container > .img.img06 {
    width: 14%;
    left: 18.5%;
    bottom: 3%;
  }
}
.top_page--container > .img.img07 {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_page--container > .img.img07 {
    width: 13.5%;
    display: block;
    right: 0%;
    top: 16%;
  }
}
.top_page--container > .img.img_scroll {
  font-size: 5vw;
  width: 3em;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(25%, calc(-25% + 30px));
          transform: translate(25%, calc(-25% + 30px));
  -webkit-transition: all 0.4s 1.2s;
  transition: all 0.4s 1.2s;
}
@media screen and (min-width: 600px) {
  .top_page--container > .img.img_scroll {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--container > .img.img_scroll {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--container > .img.img_scroll {
    font-size: 28px;
    width: 65px;
    -webkit-transform: translate(55%, calc(-35% + 30px));
            transform: translate(55%, calc(-35% + 30px));
  }
}
.top_page--container > .img.img_scroll::before {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_page--container > .img.img_scroll img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotate 10s infinite linear;
          animation: rotate 10s infinite linear;
}
.top_page--container.loaded > .img.img04, .top_page--container.loaded > .img.img05, .top_page--container.loaded > .img.img06, .top_page--container.loaded > .img.img07 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_page--container.loaded > .img.img_scroll {
  opacity: 1;
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}
@media screen and (min-width: 1025px) {
  .top_page--container.loaded > .img.img_scroll {
    -webkit-transform: translate(55%, -35%);
            transform: translate(55%, -35%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top_page--contents.contents_manga {
  padding: 10% 0 12%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--contents.contents_manga {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents_manga {
    padding: 70px 0;
  }
}
.top_page--contents.contents_manga .contents_container {
  width: 80%;
  padding: calc(10% + 50px) 0 0;
  margin: calc(-10% - 50px) auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--contents.contents_manga .contents_container {
    width: 60%;
    padding: calc(6% + 50px) 0 0;
    margin: calc(-6% - 50px) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents_manga .contents_container {
    width: 80%;
    margin: calc(-6% - 50px) auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents_manga .contents_container {
    width: 75%;
    max-width: 950px;
    padding: 70px 0 0;
    margin: -70px auto 0;
  }
}

.top_page--manga {
  display: grid;
  gap: 5px 0;
  position: relative;
  z-index: 1;
}
.top_page--manga > span {
  color: #CB0101;
  font-size: 3.2vw;
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg) translate(0, 80%);
          transform: rotate(90deg) translate(0, 80%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 600px) {
  .top_page--manga > span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--manga > span {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--manga > span {
    font-size: 14px;
  }
}
.top_page--manga > span::before, .top_page--manga > span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}
.top_page--manga > span::before {
  width: 115%;
  height: 1px;
  background-color: #CB0101;
  -webkit-transform: translate(115%, -50%) scaleX(0);
          transform: translate(115%, -50%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.top_page--manga > span::after {
  width: 77%;
  height: 5px;
  border-bottom: 5px dotted #CB0101;
  -webkit-transform: translate(350%, -50%);
          transform: translate(350%, -50%);
}
.top_page--manga .manga_row {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.top_page--manga .manga_row.no_gap {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .top_page--manga .manga_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}
.top_page--manga.show .manga_row {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform: translate(115%, -50%) scaleX(0);
            transform: translate(115%, -50%) scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: translate(115%, -50%) scaleX(1);
            transform: translate(115%, -50%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: translate(115%, -50%) scaleX(1);
            transform: translate(115%, -50%) scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: translate(115%, -50%) scaleX(0);
            transform: translate(115%, -50%) scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform: translate(115%, -50%) scaleX(0);
            transform: translate(115%, -50%) scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: translate(115%, -50%) scaleX(1);
            transform: translate(115%, -50%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: translate(115%, -50%) scaleX(1);
            transform: translate(115%, -50%) scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: translate(115%, -50%) scaleX(0);
            transform: translate(115%, -50%) scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
section.top_page--section.section01 {
  padding: 12% 0 5%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 {
    padding: 9% 0 4%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding: 7% 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 70px 0 35px;
  }
}
section.top_page--section.section01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(203, 1, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 1, 1)), color-stop(15%, rgb(203, 1, 1)), to(rgb(252, 185, 0)));
  background: linear-gradient(180deg, rgb(203, 1, 1) 0%, rgb(203, 1, 1) 15%, rgb(252, 185, 0) 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_page--section.section01 .bg_img {
  width: 8%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}
section.top_page--section.section01 .bg_img.bg_left {
  left: 0;
}
section.top_page--section.section01 .bg_img.bg_right {
  right: 0;
  background-position: right top;
}
section.top_page--section.section01 .section_container {
  width: 80%;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 .section_container {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container {
    width: 85%;
    max-width: 1050px;
  }
}
section.top_page--section.section01 .section_container h2 {
  margin-bottom: 10%;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2 {
    width: 45%;
    margin: 0 auto 50px;
  }
}
section.top_page--section.section01 .section_container.show h2 {
  opacity: 1;
  -webkit-animation: shakeX 1s;
          animation: shakeX 1s;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.top_page_pr01--swiperBox {
  padding-bottom: 15%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--swiperBox {
    width: 90%;
    max-width: 950px;
    padding-bottom: 70px;
    margin-inline: auto;
    overflow: hidden;
  }
}

li.top_page_pr01--li {
  padding: 0 2px;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
  }
}
li.top_page_pr01--li h3 {
  margin-bottom: 10%;
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li h3 {
    margin-bottom: 40px;
    grid-column: span 2;
  }
}
li.top_page_pr01--li .img_manga {
  font-size: 4.3vw;
  margin: 0 auto 3%;
  position: relative;
}
@media screen and (min-width: 600px) {
  li.top_page_pr01--li .img_manga {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  li.top_page_pr01--li .img_manga {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li .img_manga {
    font-size: 18px;
  }
}
li.top_page_pr01--li .img_manga img {
  height: 8.5em;
  width: auto;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li .img_manga img {
    height: 10.5em;
  }
}
li.top_page_pr01--li .img_manga span {
  font-weight: bold;
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  left: 4em;
  top: 0.5em;
  -webkit-transform: rotate(-15deg) translate(0, 0);
          transform: rotate(-15deg) translate(0, 0);
  -webkit-animation: img_span 2s infinite;
          animation: img_span 2s infinite;
}
@media screen and (min-width: 600px) {
  li.top_page_pr01--li .img_manga span {
    left: 6em;
  }
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li .img_manga span {
    left: 0;
    top: 1em;
  }
}
li.top_page_pr01--li .img_text {
  width: 90%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li .img_text {
    width: 100%;
    padding-right: 15px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  li.top_page_pr01--li .top_page_pr01--button {
    margin-top: 40px;
    grid-column: span 2;
  }
}

@-webkit-keyframes img_span {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) translate(0, 0);
            transform: rotate(-15deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) translate(0, -150%);
            transform: rotate(-15deg) translate(0, -150%);
  }
}

@keyframes img_span {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) translate(0, 0);
            transform: rotate(-15deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) translate(0, -150%);
            transform: rotate(-15deg) translate(0, -150%);
  }
}
.top_page_pr01--button {
  font-size: 5.1vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_page_pr01--button {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_pr01--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--button {
    font-size: 20px;
  }
}
.top_page_pr01--button:hover {
  opacity: 0.7;
}
.top_page_pr01--button button {
  line-height: 1;
  width: 7.6em;
  padding: 0.7em 0;
  background-color: #CB0101;
  position: relative;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.top_page_pr01--button button::before, .top_page_pr01--button button::after {
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 1em;
  top: 50%;
}
.top_page_pr01--button button::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top_page_pr01--button button::after {
  -webkit-transform: translate(0, -50%) rotate(75deg);
          transform: translate(0, -50%) rotate(75deg);
}
.top_page_pr01--button button span {
  font-family: "Oswald", sans-serif !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: block;
  -webkit-transform: skewX(15deg) translate(-0.7em, 0);
          transform: skewX(15deg) translate(-0.7em, 0);
}
.top_page_pr01--button.top_page_pr01--closeButton button::before {
  -webkit-transform: translate(0, -50%) skewX(10deg) rotate(135deg);
          transform: translate(0, -50%) skewX(10deg) rotate(135deg);
}
.top_page_pr01--button.top_page_pr01--closeButton button::after {
  -webkit-transform: translate(0, -50%) skewX(10deg) rotate(45deg);
          transform: translate(0, -50%) skewX(10deg) rotate(45deg);
}

.top_page_pr01--prevButton.swiper-button-prev,
.top_page_pr01--nextButton.swiper-button-next {
  top: 58%;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--prevButton.swiper-button-prev,
  .top_page_pr01--nextButton.swiper-button-next {
    top: 60%;
  }
}
.top_page_pr01--prevButton.swiper-button-prev::after,
.top_page_pr01--nextButton.swiper-button-next::after {
  font-size: 7vw;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #CB0101;
}
@media screen and (min-width: 600px) {
  .top_page_pr01--prevButton.swiper-button-prev::after,
  .top_page_pr01--nextButton.swiper-button-next::after {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_pr01--prevButton.swiper-button-prev::after,
  .top_page_pr01--nextButton.swiper-button-next::after {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--prevButton.swiper-button-prev::after,
  .top_page_pr01--nextButton.swiper-button-next::after {
    font-size: 35px;
  }
}

.top_page_pr01--prevButton.swiper-button-prev {
  left: 0;
}
.top_page_pr01--prevButton.swiper-button-prev::after {
  content: "\f053";
}

.top_page_pr01--nextButton.swiper-button-next {
  right: 0;
}
.top_page_pr01--nextButton.swiper-button-next::after {
  content: "\f054";
}

.top_page_pr01--pagination.swiper-pagination span.swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1;
}
.top_page_pr01--pagination.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #969696;
}

.top_page_pr01--modal {
  width: 100vw;
  height: 100lvh;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_page_pr01--modal.active {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top_page_pr01--modal .modal_back {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.top_page_pr01--modal .modal_container {
  font-size: 3.8vw;
  width: 90%;
  margin: 100px auto;
  background-color: #fff;
  border: 4px solid #CB0101;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page_pr01--modal .modal_container {
    font-size: 2.4vw;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_pr01--modal .modal_container {
    font-size: 1.9vw;
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container {
    font-size: 18px;
    width: 95%;
    max-width: 950px;
  }
}
.top_page_pr01--modal .modal_container p.title {
  margin-bottom: 5%;
}
.top_page_pr01--modal .modal_container .caution_box {
  width: 90%;
  padding: 1em 1.5em 1.5em;
  margin: 0 auto 5%;
  border: 1px solid #CB0101;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .caution_box {
    width: 88%;
    padding: 1.5em 2.8em;
    margin: 0 auto 35px;
    display: grid;
    grid-template-columns: 1fr 3.9fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 60px;
  }
}
.top_page_pr01--modal .modal_container .caution_box img {
  width: 30%;
  margin: 0 auto 7%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .caution_box img {
    width: 100%;
  }
}
.top_page_pr01--modal .modal_container .caution_box .text_box p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .caution_box .text_box p {
    line-height: 1.8;
  }
}
.top_page_pr01--modal .modal_container .caution_box .text_box p span {
  font-weight: bold;
}
.top_page_pr01--modal .modal_container .caution_box .text_box p br {
  display: block !important;
}
.top_page_pr01--modal .modal_container .caution_box .text_box p br.br_pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .caution_box .text_box p br.br_pc {
    display: block !important;
  }
}
.top_page_pr01--modal .modal_container p.nef_arrow {
  width: 60%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container p.nef_arrow {
    width: 30%;
    margin: 0 auto 30px;
  }
}
.top_page_pr01--modal .modal_container .nef_textBox {
  width: 85%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .nef_textBox {
    width: 88%;
  }
}
.top_page_pr01--modal .modal_container .nef_textBox p {
  color: #CB0101;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .nef_textBox p {
    font-size: 1.15em;
    letter-spacing: 0.05em;
  }
}
.top_page_pr01--modal .modal_container .nef_textBox p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .nef_textBox p br {
    display: none !important;
  }
}
.top_page_pr01--modal .modal_container .after_img {
  height: 11.3em;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--modal .modal_container .after_img {
    height: 13em;
    position: absolute;
    right: 4em;
    bottom: 1.5em;
  }
}
.top_page_pr01--modal .modal_container .after_img img {
  width: auto;
  height: 100%;
}

section.top_page--section.section02 {
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: 300% auto;
  background-position: bottom;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 {
    padding-bottom: 7%;
    background-size: 200% auto;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 {
    background-size: 125% auto;
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    background-size: 100% auto;
    padding: 80px 0;
  }
}
section.top_page--section.section02 .section_container {
  width: 80%;
  margin-inline: auto;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container {
    width: 75%;
    max-width: 950px;
  }
}
section.top_page--section.section02 .section_container.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_page--section.section02 .section_container h2 span {
  font-weight: bold;
  display: block;
}
section.top_page--section.section02 .section_container h2 span.small_text {
  color: #696969;
  font-size: 3.8vw;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 span.small_text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container h2 span.small_text {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 span.small_text {
    font-size: 20px;
    margin-bottom: 1.2em;
  }
}
section.top_page--section.section02 .section_container h2 span.large_text {
  font-size: 7vw;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 span.large_text {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container h2 span.large_text {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 span.large_text {
    font-size: 41px;
    margin-bottom: 0.8em;
  }
}
section.top_page--section.section02 .section_container h2 span.large_text br {
  display: block !important;
}
section.top_page--section.section02 .section_container p {
  color: #CB0101;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
section.top_page--section.section02 .section_container .img {
  margin-top: 5%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 3s linear infinite;
          animation: yurayura 3s linear infinite;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container .img {
    width: 43%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}
section.top_page--section.section03 {
  padding: 15% 0 35%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 {
    padding: 10% 0 20%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 {
    padding: 7% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 {
    padding: 70px 0 70px;
  }
}
section.top_page--section.section03 .section_container {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container {
    width: 85%;
    max-width: 1050px;
    padding-top: 110px;
    margin-top: -110px;
    margin-inline: auto;
  }
}
section.top_page--section.section03 .section_container h2 {
  width: 80%;
  margin: 0 auto 10%;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container h2 {
    width: 60%;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 {
    width: 50%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 {
    width: 45%;
    margin: 0 auto 70px;
  }
}
section.top_page--section.section03 .section_container.show h2 {
  opacity: 1;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.top_page_pr03--ulBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--ulBox {
    position: inherit;
  }
}
.top_page_pr03--ulBox ul.top_page_pr03--ul {
  width: 80%;
  margin: 0 auto 12%;
}
@media screen and (min-width: 600px) {
  .top_page_pr03--ulBox ul.top_page_pr03--ul {
    width: 60%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_pr03--ulBox ul.top_page_pr03--ul {
    width: 50%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--ulBox ul.top_page_pr03--ul {
    width: 100%;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 90px;
  }
}
.top_page_pr03--ulBox ul.top_page_pr03--ul li {
  width: 68%;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--ulBox ul.top_page_pr03--ul li {
    width: 100%;
  }
}
.top_page_pr03--ulBox ul.top_page_pr03--ul li:not(:last-of-type) {
  margin-bottom: 10%;
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--ulBox ul.top_page_pr03--ul li:not(:last-of-type) {
    margin: 0;
  }
}
.top_page_pr03--ulBox .img_box {
  margin-top: -100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 34%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .top_page_pr03--ulBox .img_box {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_pr03--ulBox .img_box {
    width: 27%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--ulBox .img_box {
    width: 250px;
    margin: 0;
  }
}
.top_page_pr03--ulBox .img_box .img {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--ulBox .img_box .img {
    position: inherit;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top_page_pr03--button {
  font-size: 5.1vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_page_pr03--button {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_pr03--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr03--button {
    font-size: 20px;
  }
}
.top_page_pr03--button a {
  color: #fff;
  line-height: 1;
  width: 7.6em;
  padding: 0.7em 0;
  background-color: #CB0101;
  display: block;
  position: relative;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.top_page_pr03--button a span {
  font-family: "Oswald", sans-serif !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.top_page--content.contents03 {
  background-repeat: no-repeat;
  background-size: 300% auto;
  background-position: top;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--content.contents03 {
    background-size: 200% auto;
  }
}
@media screen and (min-width: 768px) {
  .top_page--content.contents03 {
    background-size: 125% auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--content.contents03 {
    background-size: 100% auto;
  }
}
.top_page--content.contents03 .contents_container {
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--content.contents03 .contents_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--content.contents03 .contents_container {
    padding: 90px 0;
  }
}
.top_page--content.contents03 .contents_container .img {
  width: 65%;
}
@media screen and (min-width: 600px) {
  .top_page--content.contents03 .contents_container .img {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.top_page--content.contents03 .contents_container .img img {
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
@media screen and (min-width: 600px) {
  .top_page--content.contents03 .contents_container .img img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(0, 0) scale(1.15);
            transform: translate(0, 0) scale(1.15);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.top_page--content.contents03 .contents_container p {
  width: 75%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  .top_page--content.contents03 .contents_container p {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--content.contents03 .contents_container p {
    width: 75%;
    max-width: 950px;
  }
}
@media screen and (min-width: 600px) {
  .top_page--content.contents03 .contents_container p picture img {
    width: 50%;
    margin: 0 0 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--content.contents03 .contents_container p picture img {
    width: 80%;
  }
}

button.to_page_header--button {
  font-size: 3vw;
  width: 5.4em;
  padding: 0;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-20%, -120%);
          transform: translate(-20%, -120%);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  button.to_page_header--button {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  button.to_page_header--button {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  button.to_page_header--button {
    font-size: 12px;
  }
}
button.to_page_header--button::before {
  content: "Top";
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
button.to_page_header--button::after {
  content: "";
  width: 1.4em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-animation: move-y 1s infinite alternate ease-in-out;
          animation: move-y 1s infinite alternate ease-in-out;
  aspect-ratio: 1;
}

@-webkit-keyframes move-y {
  from {
    -webkit-transform: translate(-50%, -30%) rotate(45deg);
            transform: translate(-50%, -30%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -70%) rotate(45deg);
            transform: translate(-50%, -70%) rotate(45deg);
  }
}

@keyframes move-y {
  from {
    -webkit-transform: translate(-50%, -30%) rotate(45deg);
            transform: translate(-50%, -30%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -70%) rotate(45deg);
            transform: translate(-50%, -70%) rotate(45deg);
  }
}
.page_container {
  min-height: 60vh;
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .page_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding: 50px 0;
    min-height: 75vh;
  }
}

h1.page_title {
  font-size: 5.4vw;
  width: 80%;
  margin: 0 auto 2em;
  background-size: 65% 45%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 600px) {
  h1.page_title {
    font-size: 3.5vw;
    background-size: 70% 70%;
  }
}
@media screen and (min-width: 768px) {
  h1.page_title {
    font-size: 2.9vw;
    background-size: 70% 85%;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title {
    font-size: 26px;
    max-width: 900px;
    padding: 1em 0;
    margin: 0 auto 1.5em;
    background-size: 77% 110%;
  }
}
h1.page_title span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
h1.page_title span.ja {
  color: #CB0101;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
h1.page_title span.eng {
  text-align: center;
  color: #fff;
  font-size: 0.6em;
  font-weight: 400;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0;
  width: 7.2em;
  padding: 0.3em 0;
  background-color: #CB0101;
}
@media screen and (min-width: 1025px) {
  h1.page_title span.eng {
    font-size: 0.5em;
    padding: 0.4em 0;
  }
}

.page_container.page_recruit .no_item {
  text-align: center;
  font-size: 4.3vw;
  padding: 3em 0;
  border: 1px solid #CB0101;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .page_container.page_recruit .no_item {
    font-size: 2.7vw;
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) {
  .page_container.page_recruit .no_item {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit .no_item {
    font-size: 18px;
    max-width: 900px;
  }
}
.page_container.page_recruit .no_item p {
  color: #CB0101;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.page_container.page_recruit .no_item p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_container.page_recruit .no_item p br {
    display: none !important;
  }
}

ul.page_recruit--ul {
  text-align: left;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    max-width: 900px;
  }
}
ul.page_recruit--ul li.page_recruit--li {
  font-size: 4vw;
  padding: 1em 1em 1.5em;
  -webkit-box-shadow: 0 9px #F5874D;
          box-shadow: 0 9px #F5874D;
  list-style: none;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 18px;
    padding: 2em;
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
ul.page_recruit--ul li.page_recruit--li:hover {
  -webkit-transform: translate(0, 9px);
          transform: translate(0, 9px);
  -webkit-box-shadow: 0 0 #F5874D;
          box-shadow: 0 0 #F5874D;
}
ul.page_recruit--ul li.page_recruit--li::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: rgb(203, 1, 1);
  background: -webkit-gradient(linear, right top, left top, from(rgb(203, 1, 1)), color-stop(45%, rgb(255, 105, 0)), to(rgb(252, 185, 0)));
  background: linear-gradient(270deg, rgb(203, 1, 1) 0%, rgb(255, 105, 0) 45%, rgb(252, 185, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
ul.page_recruit--ul li.page_recruit--li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.page_recruit--ul li.page_recruit--li .term_box {
  margin-bottom: 1.2em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .term_box {
    margin: 0;
  }
}
ul.page_recruit--ul li.page_recruit--li .term_box span {
  color: #fff;
  font-size: 3vw;
  font-weight: 500;
  padding: 0.4em 0.8em;
  background-color: #CB0101;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    font-size: 14px;
  }
}
ul.page_recruit--ul li.page_recruit--li .term_box span.area {
  margin-right: 0.3em;
}
ul.page_recruit--ul li.page_recruit--li p.title {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

#content.single-staff {
  padding-top: 0;
  padding-bottom: 0;
}

.page_staff--cta {
  margin: 30% 0 10%;
  background-color: #CB0101;
}
@media screen and (min-width: 600px) {
  .page_staff--cta {
    margin: 10% 0 7%;
  }
}
@media screen and (min-width: 768px) {
  .page_staff--cta {
    margin: 10% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--cta {
    margin: 80px 0 70px;
  }
}
.page_staff--cta .cta_container {
  font-size: 3.8vw;
  padding: 1.4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_staff--cta .cta_container {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_staff--cta .cta_container {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--cta .cta_container {
    font-size: 20px;
    width: 80%;
    max-width: 900px;
    padding: 0.9em 0;
    margin-inline: auto;
  }
}
.page_staff--cta .cta_container .img {
  width: auto;
  height: 120%;
  position: absolute;
  top: 1.4em;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
@media screen and (min-width: 600px) {
  .page_staff--cta .cta_container .img {
    height: 130%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .page_staff--cta .cta_container .img {
    height: 150%;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--cta .cta_container .img {
    height: 160%;
  }
}
.page_staff--cta .cta_container .img:first-of-type {
  left: 0;
}
.page_staff--cta .cta_container .img:nth-of-type(2) {
  right: 0;
}
.page_staff--cta .cta_container .img img {
  width: auto;
  height: 100%;
}
.page_staff--cta .cta_container a {
  text-align: center;
  color: #CB0101;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 17.7em;
  padding: 0.9em 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0.5em 0%, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
          clip-path: polygon(0.5em 0%, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
  position: relative;
}
.page_staff--cta .cta_container a:hover {
  opacity: 0.7;
}

article.single_staff {
  width: 80%;
  padding: 8% 0;
  margin-inline: auto;
  border: 1px solid #CB0101;
}
@media screen and (min-width: 600px) {
  article.single_staff {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff {
    max-width: 900px;
    padding: 55px 0;
  }
}
article.single_staff a {
  font-size: 3.8vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 17.7em;
  padding: 0.9em 0;
  margin-inline: auto;
  background-color: #CB0101;
  -webkit-clip-path: polygon(0.5em 0%, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
          clip-path: polygon(0.5em 0%, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  article.single_staff a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff a {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff a {
    font-size: 20px;
  }
}
article.single_staff a:hover {
  opacity: 0.7;
}

dl.single_staff--dl {
  width: 75%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    width: 80%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    width: 85%;
    margin: 0 auto 3%;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 88%;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 16px;
  }
}
dl.single_staff--dl dt {
  color: #CB0101;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt {
    padding: 0 2em 1.5em 0;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #89899A;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    padding: 0 4em 1.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    padding: 0 6em 1.5em 0;
  }
}
dl.single_staff--dl dd {
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #89899A;
}
dl.single_staff--dl dd br {
  display: block !important;
}
dl.single_staff--dl dd p {
  font-weight: 500;
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin: 0 0 1.5em;
}

.page_entry--contents {
  text-align: center;
  font-size: 4vw;
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_entry--contents {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_entry--contents {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_entry--contents {
    font-size: 18px;
    max-width: 900px;
  }
}
.page_entry--contents .tel_box {
  padding: 2em 0;
  margin-bottom: 2.5em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .tel_box {
    padding: 1.5em 0;
  }
}
.page_entry--contents .tel_box::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: rgb(203, 1, 1);
  background: -webkit-gradient(linear, right top, left top, from(rgb(203, 1, 1)), color-stop(45%, rgb(255, 105, 0)), to(rgb(252, 185, 0)));
  background: linear-gradient(270deg, rgb(203, 1, 1) 0%, rgb(255, 105, 0) 45%, rgb(252, 185, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.page_entry--contents .tel_box p {
  position: relative;
}
.page_entry--contents .tel_box p.title {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .tel_box p.title {
    margin-bottom: 0.8em;
  }
}
.page_entry--contents .tel_box p.tel {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .tel_box p.tel {
    font-size: 1.3em;
    margin-bottom: 0.5em;
  }
}
.page_entry--contents .tel_box p.tel a {
  color: inherit;
}
.page_entry--contents .tel_box p.tel a:hover {
  opacity: 0.7;
}
.page_entry--contents .tel_box p.time {
  font-size: 0.8em;
}
.page_entry--contents .text_box {
  margin-bottom: 3em;
}
.page_entry--contents .text_box p {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.page_entry--contents .text_box p.title {
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.2em;
  border-bottom: 1px solid #CB0101;
}
.page_entry--contents .text_box p br {
  display: block !important;
}
.page_entry--contents .form_box {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .form_box {
    max-width: 600px;
  }
}

dl.form_dl {
  text-align: left;
  margin: 0 0 14%;
}
@media screen and (min-width: 600px) {
  dl.form_dl {
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    margin: 0 0 60px;
  }
}
dl.form_dl dt, dl.form_dl dd {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 2.5vw;
  }
}
@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: 16px;
  }
}
dl.form_dl dt {
  color: #CB0101;
  font-weight: 500;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.form_dl dt.must::after {
  content: "必須";
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  text-shadow: none;
  padding: 0.4em 0.8em;
  margin-left: 0.8em;
  background-color: #CB0101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  dl.form_dl dt.must::after {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must::after {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt.must::after {
    font-size: 14px;
  }
}
dl.form_dl dd {
  margin: 0 0 1.8em;
}
dl.form_dl dd input[type=text], dl.form_dl dd input[type=email], dl.form_dl dd textarea {
  background-color: #F0F0F0;
  border-radius: 5px;
}
dl.form_dl dd span.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
dl.form_dl dd span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.form_buttonbox {
  position: relative;
}
.form_buttonbox button.entry_button {
  text-align: center;
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 17.7em;
  padding: 0.9em 0;
  margin-inline: auto;
  background-color: #CB0101;
  -webkit-clip-path: polygon(0.5em 0%, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
          clip-path: polygon(0.5em 0%, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .form_buttonbox button.entry_button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .form_buttonbox button.entry_button {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_buttonbox button.entry_button {
    font-size: 20px;
  }
}
.form_buttonbox button.entry_button input {
  line-height: 1;
  padding: 0;
  background: none;
}
.form_buttonbox button.entry_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

#topcontrol .to_the_top {
  display: none;
}

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

.footerbase {
  padding: 10px 0;
  margin: 0;
}
.footerbase .container {
  width: 100%;
  padding: 0;
}
.footerbase .container .footercredits {
  padding: 0;
}

.footercol1 {
  padding: 0;
}

.nef_footer {
  padding: 9% 0 5%;
}
@media screen and (min-width: 600px) {
  .nef_footer {
    padding: 6% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .nef_footer {
    padding: 5% 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .nef_footer {
    padding: 45px 0 25px;
  }
}
.nef_footer .footer_container {
  width: 80%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6%;
}
@media screen and (min-width: 600px) {
  .nef_footer .footer_container {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .nef_footer .footer_container {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .nef_footer .footer_container {
    width: 350px;
  }
}
.nef_footer .footer_container .text_box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .nef_footer .footer_container .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .nef_footer .footer_container .text_box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .nef_footer .footer_container .text_box {
    font-size: 16px;
  }
}
.nef_footer .footer_container .text_box p.name {
  font-weight: bold;
  margin-bottom: 1em;
}
.nef_footer .footer_container .text_box p.info {
  font-size: 0.8em;
  line-height: 1.4;
}

.footercredits small {
  font-size: 2.7vw;
}
@media screen and (min-width: 600px) {
  .footercredits small {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 768px) {
  .footercredits small {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .footercredits small {
    font-size: 12px;
  }
}