@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: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

.font_Montserrat {
  font-family: "Montserrat" !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.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 {
  width: 100%;
}

.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;
}

.headerclass, .mobile-headerclass {
  background: none;
}

.outside-headerclass .sticky-wrapper {
  height: auto !important;
}
#kad-mobile-banner-sticky-wrapper {
  height: auto !important;
}
#kad-mobile-banner #mobile-logo a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

button.mobile_menu--button {
  font-size: 3.2vw;
  height: 50px;
  padding: 0 1.8em 0 2.2em;
  background-color: #D52D26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
}
@media screen and (min-width: 600px) {
  button.mobile_menu--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  button.mobile_menu--button {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  button.mobile_menu--button {
    font-size: 14px;
    height: 60px;
  }
}
button.mobile_menu--button span {
  color: #fff;
  font-weight: bold;
}
button.mobile_menu--button .border_box {
  height: 100%;
  position: relative;
  aspect-ratio: 1/1.2;
}
button.mobile_menu--button .border_box div {
  width: 55%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.open_menu button.mobile_menu--button .border_box div {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
button.mobile_menu--button .border_box div:first-of-type {
  -webkit-transform: translate(-50%, calc(-50% - 7px)) rotate(0deg);
          transform: translate(-50%, calc(-50% - 7px)) rotate(0deg);
}
body.open_menu button.mobile_menu--button .border_box div:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
button.mobile_menu--button .border_box div:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
body.open_menu button.mobile_menu--button .border_box div:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
button.mobile_menu--button .border_box div:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 7px)) rotate(0deg);
          transform: translate(-50%, calc(-50% + 7px)) rotate(0deg);
}
body.open_menu button.mobile_menu--button .border_box div:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

.mobile_menu--container {
  width: 100%;
  height: 100vh;
  padding: calc(5% + 80px) 0 0;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.8s cubic-bezier(0.11, 0.85, 0.14, 1);
  transition: 0.8s cubic-bezier(0.11, 0.85, 0.14, 1);
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .mobile_menu--container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .mobile_menu--container {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .mobile_menu--container {
    width: 550px;
  }
}
body.open_menu .mobile_menu--container {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.mobile_menu--container nav.mobile_menu--nav {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .mobile_menu--container nav.mobile_menu--nav {
    width: 70%;
  }
}

ul.mobile_menu--ul {
  font-size: 4vw;
  margin-bottom: 4em;
}
@media screen and (min-width: 600px) {
  ul.mobile_menu--ul {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.mobile_menu--ul {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.mobile_menu--ul {
    font-size: 17px;
  }
}
ul.mobile_menu--ul li.mobile_menu--li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
ul.mobile_menu--ul li.mobile_menu--li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
body.open_menu ul.mobile_menu--ul li.mobile_menu--li:first-of-type {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
body.open_menu ul.mobile_menu--ul li.mobile_menu--li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
body.open_menu ul.mobile_menu--ul li.mobile_menu--li {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
ul.mobile_menu--ul li.mobile_menu--li a {
  color: inherit;
  font-weight: 500;
}
ul.mobile_menu--ul li.mobile_menu--li a:hover {
  opacity: 0.7;
}
ul.mobile_menu--ul li.mobile_menu--li span {
  font-weight: bold;
  display: block;
}
ul.mobile_menu--ul li.mobile_menu--li span.ja {
  margin-bottom: 0.5em;
}
ul.mobile_menu--ul li.mobile_menu--li span.eng {
  color: #D52D26;
  font-size: 0.8em;
}
ul.mobile_menu--ul li.mobile_menu--li ul {
  padding: 0;
  margin-top: 1.5em;
}
ul.mobile_menu--ul li.mobile_menu--li ul li {
  font-size: 0.94em;
  list-style: none;
}
ul.mobile_menu--ul li.mobile_menu--li ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
ul.mobile_menu--ul li.mobile_menu--li ul li a {
  color: inherit;
  font-weight: 500;
}
ul.mobile_menu--ul li.mobile_menu--li ul li a:hover {
  opacity: 0.7;
}

.mobile_menu--buttonBox .top_common--button {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
body.open_menu .mobile_menu--buttonBox .top_common--button {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.mobile_menu--buttonBox .top_common--button:first-of-type {
  margin-bottom: 2.5em;
}
body.open_menu .mobile_menu--buttonBox .top_common--button:first-of-type {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.open_menu .mobile_menu--buttonBox .top_common--button:last-of-type {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.container#content {
  padding: 0;
}

.top_common--button {
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  width: 20em;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_common--button {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_common--button {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_common--button {
    font-size: 16px;
  }
}
.top_common--button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #141414;
  border-radius: 5em;
  position: absolute;
  left: 0;
  top: 0;
}
.top_common--button a {
  color: #141414;
  width: 100%;
  height: 100%;
  padding: 0.75em 0;
  background-color: #fff;
  border: 1px solid #141414 !important;
  border-radius: 5em;
  display: block;
  position: relative;
  -webkit-transform: translate(-7px, -7px);
          transform: translate(-7px, -7px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .top_common--button a {
    padding: 1.2em 0;
  }
}
.top_common--button a i {
  margin-left: 1.2em;
}
.top_common--button:hover a {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_header {
  padding-top: calc(50px + 8%);
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_header {
    padding-top: calc(50px + 5%);
  }
}
@media screen and (min-width: 768px) {
  .top_header {
    padding-top: calc(50px + 2%);
  }
}
@media screen and (min-width: 1025px) {
  .top_header {
    padding-top: 70px;
  }
}
.top_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_header .bg_img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.top_header--container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_header--container {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.top_header--container .top_header--text {
  width: 80%;
  margin: 0 auto 5%;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
@media screen and (min-width: 600px) {
  .top_header--container .top_header--text {
    width: 60%;
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 768px) {
  .top_header--container .top_header--text {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .top_header--container .top_header--text {
    width: 620px;
  }
}
.top_header--container.loaded .top_header--text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_header--container .bg_word--img {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_header--container .bg_word--img {
    width: 95%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.top_header--title {
  width: 67%;
  margin: 0 auto 3%;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
          transform: translate3d(100%, 0, 0) skewX(-30deg);
}
@media screen and (min-width: 600px) {
  .top_header--title {
    width: 90%;
    margin: 0 auto 2%;
  }
}
@media screen and (min-width: 768px) {
  .top_header--title {
    width: 60%;
    margin: 0 auto 1%;
  }
}
@media screen and (min-width: 1025px) {
  .top_header--title {
    width: 50%;
    margin: 0 auto 15px;
  }
}
.top_header--container.loaded .top_header--title {
  -webkit-animation: lightSpeedInRight 1s 0.5s ease-out forwards;
          animation: lightSpeedInRight 1s 0.5s ease-out forwards;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.top_header--imgBox {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
.top_header--container.loaded .top_header--imgBox {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_header--imgBox .main_img {
  width: 98%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_header--imgBox .main_img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .top_header--imgBox .main_img {
    width: 69%;
  }
}
.top_header--imgBox .small_img--box {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, calc(64% + 30px));
          transform: translate(0, calc(64% + 30px));
  -webkit-transition: all 0.5s 1.8s;
  transition: all 0.5s 1.8s;
  aspect-ratio: 6/1;
}
@media screen and (min-width: 600px) {
  .top_header--imgBox .small_img--box {
    aspect-ratio: 7/1;
  }
}
.top_header--container.loaded .top_header--imgBox .small_img--box {
  opacity: 1;
  -webkit-transform: translate(0, 64%);
          transform: translate(0, 64%);
}
.top_header--imgBox .small_img--box .img {
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_header--imgBox .small_img--box .img.img01 {
    height: 75%;
    -webkit-transform: translate(0, 9%);
            transform: translate(0, 9%);
  }
}
.top_header--imgBox .small_img--box .img.img02 {
  height: 68%;
  left: 21%;
  -webkit-transform: translate(0, 27%);
          transform: translate(0, 27%);
}
@media screen and (min-width: 768px) {
  .top_header--imgBox .small_img--box .img.img02 {
    height: 55%;
    left: 20%;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.top_header--imgBox .small_img--box .img.img03 {
  height: 96%;
  left: 47%;
  -webkit-transform: translate(0, 4%);
          transform: translate(0, 4%);
}
@media screen and (min-width: 768px) {
  .top_header--imgBox .small_img--box .img.img03 {
    height: 91%;
    left: 50%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.top_header--imgBox .small_img--box .img.img04 {
  height: 55%;
  left: 65%;
  -webkit-transform: translate(0, 30%) rotate(10deg);
          transform: translate(0, 30%) rotate(10deg);
}
@media screen and (min-width: 768px) {
  .top_header--imgBox .small_img--box .img.img04 {
    left: 67%;
    -webkit-transform: translate(0, 35%) rotate(10deg);
            transform: translate(0, 35%) rotate(10deg);
  }
}
.top_header--imgBox .small_img--box .img.img05 {
  height: 80%;
  right: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
@media screen and (min-width: 768px) {
  .top_header--imgBox .small_img--box .img.img05 {
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.top_header--imgBox .small_img--box .img img {
  width: auto;
  height: 100%;
}

.top_header--buttonBox {
  padding: 22% 0 9%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .top_header--buttonBox {
    padding: 16% 0 7%;
  }
}
@media screen and (min-width: 768px) {
  .top_header--buttonBox {
    padding: 12% 0 4%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_header--buttonBox {
    gap: 80px;
    padding: 130px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_header--buttonBox .top_common--button {
    margin-inline: inherit;
  }
}
.top_header--buttonBox .top_common--button:first-of-type {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .top_header--buttonBox .top_common--button:first-of-type {
    margin: 0;
    justify-self: end;
  }
}

section.top_contents--section {
  position: relative;
}
section.top_contents--section .section_container {
  width: 92%;
  padding-top: 60px;
  margin-top: -60px;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents--section .section_container {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section .section_container {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section .section_container {
    width: 60%;
    max-width: 750px;
    padding-top: 80px;
    margin-top: -80px;
  }
}
section.top_contents--section .section_container .title_img {
  width: 21.4vw;
  margin-bottom: 5%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 600px) {
  section.top_contents--section .section_container .title_img {
    width: 16.8vw;
    position: absolute;
    left: 0;
    top: 60px;
    -webkit-transform: translate(-115%, 0);
            transform: translate(-115%, 0);
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section .section_container .title_img {
    width: 16vw;
    -webkit-transform: translate(-120%, 0);
            transform: translate(-120%, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section .section_container .title_img {
    width: 160px;
    top: 80px;
    -webkit-transform: translate(-125%, 0);
            transform: translate(-125%, 0);
  }
}
section.top_contents--section .section_container .title_img img {
  opacity: 0;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}
section.top_contents--section .section_container.show .title_img img {
  -webkit-animation: rotateIn 1s ease-out forwards;
          animation: rotateIn 1s ease-out forwards;
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.top_contents--manga {
  width: 87%;
  margin-inline: auto;
  display: grid;
  gap: 5px 0;
}
@media screen and (min-width: 600px) {
  .top_contents--manga {
    width: 100%;
  }
}
.top_contents--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 0.5s;
  transition: all 0.5s 0.5s;
  z-index: 1;
}
.top_contents--manga .manga_row.no_gap {
  gap: 0;
}
@media screen and (min-width: 1025px) {
  .top_contents--manga .manga_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}
.section_container.show .top_contents--manga .manga_row {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_contents--point {
  position: relative;
}
.top_contents--point .point_container {
  position: relative;
}
.top_contents--point .point_container h2 .linear_text {
  color: #D52D26;
  font-size: 12.6vw;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_contents--point .point_container h2 .linear_text {
    font-size: 8.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point .point_container h2 .linear_text {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point .point_container h2 .linear_text {
    font-size: 66px;
  }
}
.top_contents--point .point_container h2 .linear_text::before {
  content: "";
  width: calc(100% - 0.8em);
  height: 15px;
  background-color: #D52D26;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 55%) skewX(-30deg);
          transform: translate(-50%, 55%) skewX(-30deg);
}
.top_contents--point .point_container h2 .linear_text span {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.top_contents--point .point_container h2 .linear_text span:not(:first-of-type):not(:last-of-type) {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.top_contents--point .point_container h2 .linear_text span:not(:first-of-type):not(:last-of-type)::before {
  content: "";
  width: 0.22em;
  background-color: #D52D26;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -160%);
          transform: translate(-50%, -160%);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .top_contents--point .point_container h2 .linear_text span:not(:first-of-type):not(:last-of-type)::before {
    width: 0.18em;
    -webkit-transform: translate(-50%, -190%);
            transform: translate(-50%, -190%);
  }
}
.top_contents--point .point_container h2 .linear_text span:nth-of-type(2) {
  -webkit-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}
.top_contents--point .point_container h2 .linear_text span:nth-of-type(3) {
  -webkit-transition: all 0.4s 0.7s;
  transition: all 0.4s 0.7s;
}
.top_contents--point .point_container h2 .linear_text span:nth-of-type(4) {
  -webkit-transition: all 0.4s 0.9s;
  transition: all 0.4s 0.9s;
}
.top_contents--point .point_container h2 .linear_text span:nth-of-type(5) {
  -webkit-transition: all 0.4s 1.1s;
  transition: all 0.4s 1.1s;
}
.top_contents--point .point_container h2 .linear_text span:nth-of-type(6) {
  -webkit-transition: all 0.4s 1.3s;
  transition: all 0.4s 1.3s;
}
.top_contents--point.show .point_container h2 .linear_text span:not(:first-of-type):not(:last-of-type) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

section.top_contents--section.section01 {
  padding-top: 10%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section01 {
    padding-top: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 {
    padding-top: 120px;
  }
}
section.top_contents--section.section01 .bg_img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_contents--section.section01 span.top_text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 span.top_text {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 span.top_text {
    max-width: 1150px;
  }
}
section.top_contents--section.section01 .section_container {
  margin-inline: auto;
  margin-bottom: 12%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section01 .section_container {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 .section_container {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 .section_container {
    margin-bottom: 60px;
  }
}
section.top_contents--section.section01 .section_container .bg_logo--img {
  opacity: 0;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 .section_container .bg_logo--img {
    width: 230px;
    background-size: contain;
    background-position: center;
    top: 43%;
    -webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
    aspect-ratio: 1/2;
  }
}
section.top_contents--section.section01 .section_container .bg_logo--img.bg_left {
  left: 0;
  -webkit-transform: translate(-100%, 30px);
          transform: translate(-100%, 30px);
}
section.top_contents--section.section01 .section_container .bg_logo--img.bg_right {
  right: 0;
  -webkit-transform: translate(100%, 30px);
          transform: translate(100%, 30px);
}
section.top_contents--section.section01 .section_container.show .bg_logo--img {
  opacity: 1;
}
section.top_contents--section.section01 .section_container.show .bg_logo--img.bg_left {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
section.top_contents--section.section01 .section_container.show .bg_logo--img.bg_right {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.top_contents--point.point01 {
  padding: 4% 0;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 {
    padding: 3% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 {
    padding: 2% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 {
    padding: 20px 0;
  }
}
.top_contents--point.point01 .point_container {
  font-size: 4.3vw;
  width: 95%;
  padding: 1.5em 0;
  margin-inline: auto;
  border: 2px solid #D52D26;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .point_container {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .point_container {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .point_container {
    font-size: 19px;
    max-width: 1160px;
  }
}
.top_contents--point.point01 .point_container h2 {
  font-size: 5.4vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.5em;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .point_container h2 {
    font-size: 4.2vw;
    margin: 0 auto 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .point_container h2 {
    font-size: 4vw;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .point_container h2 {
    font-size: 40px;
  }
}
.top_contents--point.point01 .point_container h2 span.span_box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.8em;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .point_container h2 span.span_box {
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .point_container h2 span.span_box {
    margin: 0 auto 1.2em;
  }
}
.top_contents--point.point01 .point_container h2 span.span_box span {
  font-weight: bold;
  line-height: 1.5;
  display: block;
}
.top_contents--point.point01 .point_container h2 span.span_box span.small_text {
  font-size: 0.84em;
}
.top_contents--point.point01 .point_container .text_box {
  text-align: center;
}
.top_contents--point.point01 .point_container .text_box p {
  font-weight: 500;
  line-height: 2;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
.top_contents--point.point01 .point_container .text_box p span.fw_bold {
  font-weight: bold;
}
.top_contents--point.point01 .point_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .point_container .text_box p br.br_sp {
    display: none !important;
  }
}
.top_contents--point.point01 .img_box {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  aspect-ratio: 2/1;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .img_box {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .img_box {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .img_box {
    max-width: 1200px;
    height: 88%;
    aspect-ratio: auto;
  }
}
.top_contents--point.point01 .img_box .img {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.4s 1.5s;
  transition: all 0.4s 1.5s;
}
.top_contents--point.point01 .img_box .img.img01 {
  width: 30%;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-8% - 30px), 0);
          transform: translate(calc(-8% - 30px), 0);
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .img_box .img.img01 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .img_box .img.img01 {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .img_box .img.img01 {
    width: 22%;
  }
}
.top_contents--point.point01 .img_box .img.img02 {
  width: 42%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(calc(-30% - 30px), 0) rotate(10deg);
          transform: translate(calc(-30% - 30px), 0) rotate(10deg);
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .img_box .img.img02 {
    width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .img_box .img.img02 {
    width: 28%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .img_box .img.img02 {
    width: 31%;
  }
}
.top_contents--point.point01 .img_box .img.img03 {
  width: 43%;
  right: 0;
  top: 0;
  -webkit-transform: translate(calc(24% + 30px), 10%);
          transform: translate(calc(24% + 30px), 10%);
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .img_box .img.img03 {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .img_box .img.img03 {
    width: 29%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .img_box .img.img03 {
    width: 32%;
  }
}
.top_contents--point.point01 .img_box .img.img04 {
  width: 26%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30px, 0) rotateY(180deg);
          transform: translate(30px, 0) rotateY(180deg);
}
@media screen and (min-width: 600px) {
  .top_contents--point.point01 .img_box .img.img04 {
    width: 21%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point01 .img_box .img.img04 {
    width: 17%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point01 .img_box .img.img04 {
    width: 19%;
  }
}
.top_contents--point.point01.show .img_box .img {
  opacity: 0.5;
}
.top_contents--point.point01.show .img_box .img.img01 {
  -webkit-transform: translate(-8%, 0);
          transform: translate(-8%, 0);
}
.top_contents--point.point01.show .img_box .img.img02 {
  -webkit-transform: translate(-30%, 0) rotate(10deg);
          transform: translate(-30%, 0) rotate(10deg);
}
.top_contents--point.point01.show .img_box .img.img03 {
  -webkit-transform: translate(24%, 10%);
          transform: translate(24%, 10%);
}
.top_contents--point.point01.show .img_box .img.img04 {
  -webkit-transform: translate(0, 0) rotateY(180deg);
          transform: translate(0, 0) rotateY(180deg);
}

section.top_contents--section.section02 {
  padding: 5% 0 15%;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 {
    padding: 6% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 {
    padding: 60px 0 70px;
  }
}
section.top_contents--section.section02::before {
  content: "";
  width: 100%;
  background-color: #D52D26;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 48%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 48%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1.4/1;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02::before {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02::before {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02::before {
    height: 350px;
    aspect-ratio: auto;
  }
}
section.top_contents--section.section02 .section_container {
  margin-inline: auto;
  margin-bottom: 12%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .section_container {
    margin-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .section_container {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 .section_container {
    margin-bottom: 70px;
  }
}
section.top_contents--section.section02 .section_container .back_text--img {
  display: none;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .section_container .back_text--img {
    width: 15%;
    display: block;
    position: absolute;
    right: 0;
    top: 15%;
    -webkit-transform: translate(200%, 25%);
            transform: translate(200%, 25%);
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .section_container .back_text--img {
    -webkit-transform: translate(350%, 25%);
            transform: translate(350%, 25%);
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 .section_container .back_text--img {
    width: 75px;
    -webkit-transform: translate(300%, 25%);
            transform: translate(300%, 25%);
  }
}

@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point02 .point_container {
    width: 90%;
    display: grid;
    grid-template: auto 1fr/auto auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point02 .point_container {
    width: 95%;
    max-width: 950px;
    grid-template: auto 1fr/1fr 1fr;
  }
}
.top_contents--point.point02 .point_container h2 {
  font-size: 5.4vw;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container h2 {
    font-size: 4.2vw;
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point02 .point_container h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point02 .point_container h2 {
    font-size: 40px;
  }
}
.top_contents--point.point02 .point_container h2 span.bg_img {
  width: 100vw;
  height: 4.8em;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: -0.9em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container h2 span.bg_img {
    height: 4.6em;
    top: -0.8em;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point02 .point_container h2 span.bg_img {
    width: calc(100% + 15vw);
    height: calc(100% + 1.5em);
    background-size: cover;
    background-position: right;
    top: -0.5em;
    left: auto;
    right: 0;
    -webkit-transform: translate(10vw, 0);
            transform: translate(10vw, 0);
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point02 .point_container h2 span.bg_img {
    width: calc(100% + 170px + (100vw - 950px) / 2);
    -webkit-transform: translate(170px, 0);
            transform: translate(170px, 0);
  }
}
.top_contents--point.point02 .point_container h2 > span.text {
  font-weight: bold;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto 2.8em;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container h2 > span.text {
    width: 100%;
    margin: 0 auto 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point02 .point_container h2 > span.text {
    margin: 0 auto 1em;
  }
}
.top_contents--point.point02 .point_container h2 > span.text br {
  display: block !important;
}
.top_contents--point.point02 .point_container h2 span.span_box {
  width: 80%;
  margin: 0 auto;
  white-space: nowrap;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container h2 span.span_box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}
.top_contents--point.point02 .point_container h2 span.span_box span.text {
  font-weight: bold;
  display: block;
}
.top_contents--point.point02 .point_container .text_box {
  font-size: 4.3vw;
  width: 80%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container .text_box {
    font-size: 2.7vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point02 .point_container .text_box {
    font-size: 2.1vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point02 .point_container .text_box {
    font-size: 18px;
  }
}
.top_contents--point.point02 .point_container .text_box p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point02 .point_container .text_box p {
    white-space: nowrap;
  }
}
.top_contents--point.point02 .point_container .text_box p.color_red {
  color: #D52D26;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.top_contents--point.point02 .point_container .text_box p span.fw_bold {
  font-weight: bold;
}
.top_contents--point.point02 .point_container .text_box p br {
  display: block !important;
}
.top_contents--point.point02 .point_container .text_box p br.br_pc {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container .text_box p br.br_pc {
    display: block !important;
  }
}
.top_contents--point.point02 .point_container .img {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point02 .point_container .img {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point02 .point_container .img {
    width: 100%;
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
    grid-row: span 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point02 .point_container .img {
    width: 380px;
    margin: 0 0 0 auto;
  }
}
.top_contents--point.point02 .point_container .img img {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 0.4s 1.5s;
  transition: all 0.4s 1.5s;
}
.top_contents--point.point02.show .point_container .img img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.top_contents--section.section03 {
  padding: 2% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 {
    padding: 3% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section03 {
    padding: 3% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 {
    padding: 30px 0 70px;
  }
}
section.top_contents--section.section03::before {
  content: "";
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(152, 152, 152)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(152, 152, 152) 100%);
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  aspect-ratio: 1/1.65;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03::before {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section03::before {
    aspect-ratio: 1.2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03::before {
    height: 750px;
  }
}
section.top_contents--section.section03 .section_container {
  margin-inline: auto;
  margin-bottom: 6%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 .section_container {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container {
    margin-bottom: 50px;
  }
}

.top_contents--point.point03 {
  position: relative;
}
.top_contents--point.point03 span.top_text {
  width: 95%;
  margin: 0 auto 1em;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point03 span.top_text {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 span.top_text {
    width: 680px;
    -webkit-transform: translate(-38%, 0);
            transform: translate(-38%, 0);
  }
}
.top_contents--point.point03 .point_container {
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container {
    max-width: 930px;
  }
}
.top_contents--point.point03 .point_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #141414;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.top_contents--point.point03 .point_container .point_box {
  padding-top: 7%;
  background-color: #CC7B79;
  border: 2px solid #141414;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point03 .point_container .point_box {
    padding-top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point03 .point_container .point_box {
    padding-top: 4%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container .point_box {
    padding: 25px 0 30px;
  }
}
.top_contents--point.point03 .point_container .point_box h2 {
  font-size: 5.1vw;
  margin-bottom: 1em;
  opacity: 0;
  position: relative;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point03 .point_container .point_box h2 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point03 .point_container .point_box h2 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container .point_box h2 {
    font-size: 26px;
    width: 56%;
    margin: 0 auto 20px;
  }
}
.top_contents--point.point03 .point_container .point_box h2 svg {
  width: 100%;
  height: 2em;
}
.top_contents--point.point03 .point_container .point_box h2 svg use {
  fill: #fff;
  stroke: #fff;
  paint-order: stroke;
  stroke-linejoin: round;
  -webkit-transform: translate(8%, 0);
          transform: translate(8%, 0);
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container .point_box h2 svg use {
    -webkit-transform: translate(1%, 0);
            transform: translate(1%, 0);
  }
}
.top_contents--point.point03 .point_container .point_box h2 svg use:first-of-type {
  stroke-width: 13px;
}
.top_contents--point.point03 .point_container .point_box h2 svg use:nth-of-type(2) {
  font-weight: bold;
  fill: #D52D26;
}
.top_contents--point.point03 .point_container .point_box .text_box {
  font-size: 4.3vw;
  width: 84%;
  margin: 0 auto 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point03 .point_container .point_box .text_box {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point03 .point_container .point_box .text_box {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container .point_box .text_box {
    font-size: 18px;
    width: 78%;
    margin: 0 0 0 auto;
  }
}
.top_contents--point.point03 .point_container .point_box .text_box p {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.top_contents--point.point03 .point_container .point_box .img_box {
  width: 58%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 7%;
}
@media screen and (min-width: 600px) {
  .top_contents--point.point03 .point_container .point_box .img_box {
    width: 50%;
    gap: 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--point.point03 .point_container .point_box .img_box {
    width: 45%;
    gap: 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container .point_box .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    grid-template-columns: 160px 150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--point.point03 .point_container .point_box .img_box .img:last-of-type {
    -ms-flex-item-align: start;
        align-self: start;
    -webkit-transform: translate(0, -27%);
            transform: translate(0, -27%);
  }
}
.top_contents--point.point03.show .point_container .point_box h2 {
  -webkit-animation: bounceIn 1s forwards;
          animation: bounceIn 1s forwards;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.top_contents--toList {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_contents--toList {
    padding-bottom: 70px;
  }
}
.top_contents--toList .contents_container {
  padding: 10% 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_contents--toList .contents_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--toList .contents_container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container {
    padding: 80px 0 70px;
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1050px;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 100px;
  }
}
.top_contents--toList .contents_container .bg_color {
  width: 100vw;
  height: 100%;
  background-color: #333;
  background-image: linear-gradient(90deg, #707070 1px, transparent 2px, transparent 100%);
  background-size: 70px 1px;
  -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: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container .bg_color {
    left: 50%;
    -webkit-transform: translate(calc(-100% + 290px), 0);
            transform: translate(calc(-100% + 290px), 0);
    width: calc(50vw + 290px);
  }
}
.top_contents--toList .contents_container.show .bg_color {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.top_contents--toList .contents_container .bg_img--pc {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container .bg_img--pc {
    width: 50vw;
    height: 75%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(30px, 70px);
            transform: translate(30px, 70px);
  }
}
.top_contents--toList .contents_container .bg_img {
  width: 115%;
  background-size: cover;
  opacity: 0.15;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-35%, 27%);
          transform: translate(-35%, 27%);
  z-index: 2;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .top_contents--toList .contents_container .bg_img {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--toList .contents_container .bg_img {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container .bg_img {
    width: 520px;
    -webkit-transform: translate(-55%, 27%);
            transform: translate(-55%, 27%);
  }
}
.top_contents--toList .contents_container .text_box {
  font-size: 4.3vw;
  margin-bottom: 2.5em;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .top_contents--toList .contents_container .text_box {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--toList .contents_container .text_box {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container .text_box {
    font-size: 26px;
    margin: 0;
  }
}
.top_contents--toList .contents_container .text_box p {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container .text_box p {
    margin: 0 auto 1.5em;
  }
}
.top_contents--toList .contents_container .text_box p span.linear_text {
  font-size: 1.37em;
  line-height: 1.8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0.2em;
  position: relative;
  display: block;
}
.top_contents--toList .contents_container .text_box p span.linear_text::before {
  content: "";
  width: calc(100% + 0.5em);
  height: 15px;
  background-color: #D52D26;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -10%) skewX(-30deg);
          transform: translate(-50%, -10%) skewX(-30deg);
}
.top_contents--toList .contents_container .text_box p span.linear_text span {
  font-weight: bold;
  position: relative;
}
.top_contents--toList .contents_container .text_box p br {
  display: block !important;
}
.top_contents--toList .contents_container.show .text_box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_contents--toList .contents_container .img {
  width: 95%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .top_contents--toList .contents_container .img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--toList .contents_container .img {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--toList .contents_container .img {
    width: 100%;
  }
}

#topcontrol .to_the_top {
  display: none;
}

footer#containerfooter.footerclass {
  background-color: #EAE5DE;
}

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

.footercol1 {
  padding: 0;
}

button.page_top {
  font-size: 2.8vw;
  height: 12em;
  padding: 0;
  background: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 600px) {
  button.page_top {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  button.page_top {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  button.page_top {
    font-size: 14px;
  }
}
button.page_top::before {
  content: "";
  width: 1px;
  height: 32%;
  background-color: #E60C20;
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button.page_top:hover::before {
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
button.page_top span {
  color: #E60C20;
  font-weight: 500;
  font-family: "Montserrat" !important;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.satoh_footer .footer_container {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .satoh_footer .footer_container {
    max-width: 1200px;
    padding: 10px 0 0;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.satoh_footer .footer_container p.logo_img {
  width: 28%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 600px) {
  .satoh_footer .footer_container p.logo_img {
    width: 18%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 768px) {
  .satoh_footer .footer_container p.logo_img {
    width: 15%;
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 1025px) {
  .satoh_footer .footer_container p.logo_img {
    width: 120px;
    margin: 0 auto 30px;
    grid-column: span 5;
  }
}
.satoh_footer .footer_container .address_box {
  margin-bottom: 8%;
}
@media screen and (min-width: 600px) {
  .satoh_footer .footer_container .address_box {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .satoh_footer .footer_container .address_box {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: 40px;
  }
}
.satoh_footer .footer_container .address_box p {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .satoh_footer .footer_container .address_box p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .satoh_footer .footer_container .address_box p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .satoh_footer .footer_container .address_box p {
    font-size: 14px;
  }
}
.satoh_footer .footer_container .address_box p.name {
  font-weight: bold;
}
.satoh_footer .footer_container .address_box p.tel a {
  margin-right: 1em;
}
.satoh_footer .footer_container .address_box p.tel a:hover {
  opacity: 0.7;
}

.footercredits {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .footercredits {
    max-width: 950px;
  }
}
.footercredits p small {
  font-size: 2.8vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .footercredits p small {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  .footercredits p small {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footercredits p small {
    font-size: 12px;
  }
}