@-webkit-keyframes rotate-z {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotate-z {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.332);
            transform: scale(1.332);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
            transform: scale(1.03525);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.332);
            transform: scale(1.332);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
            transform: scale(1.03525);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  5% {
    opacity: 0.3;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  5% {
    opacity: 0.3;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop_02 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop_02 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes text_anime_left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@keyframes text_anime_left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@-webkit-keyframes text_anime_right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}
@keyframes text_anime_right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}
:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* -----------------------------
common reset
------------------------------*/
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html, body {
  overflow-x: hidden !important;
}

html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 62.5%;
  list-style-type: none;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "YakuHanJP", "Noto Sans JP", "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  overflow-x: hidden;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

ul, ol, dl {
  list-style-position: outside;
}

li, dt, dd {
  font-size: 16px;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  li, dt, dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

body {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
section .inner {
  max-width: 1100px;
  padding: 0 min(0.909vw, 10px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section .inner {
    width: 100%;
    padding: 0 5.128vw;
  }
}

.btn_style-01 {
  text-align: center;
}
.btn_style-01.off:hover a span {
  color: #fff;
}
.btn_style-01 a {
  position: relative;
  background: #C1121E;
  border: solid 2px #C1121E;
  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;
  font-weight: bold;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  border-radius: 100vh;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .btn_style-01 a {
    line-height: 1.3;
    letter-spacing: 0.1rem;
    padding-left: 7.692vw;
  }
}
.btn_style-01 a span {
  color: #fff;
}
.btn_style-01 a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(1.364vw, 15px);
  height: min(1.364vw, 15px);
  right: min(1.818vw, 20px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .btn_style-01 a::before {
    width: 2.564vw;
    height: 4.103vw;
    right: 7.692vw;
  }
}
.btn_style-01 a:hover {
  opacity: 1;
  cursor: pointer;
  background: #fff;
}
.btn_style-01 a:hover::before {
  background: #C1121E;
}
.btn_style-01 a:hover span {
  color: #C1121E;
}

.btn_style-02 {
  text-align: center;
}
.btn_style-02 a {
  color: #C1121E;
  position: relative;
  background: #fff;
  border: solid 2px #fff;
  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;
  font-weight: bold;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 100vh;
  margin: 0 auto;
  -webkit-box-shadow: 6px 6px 0px 0px #840910;
          box-shadow: 6px 6px 0px 0px #840910;
}
@media only screen and (max-width: 768px) {
  .btn_style-02 a {
    line-height: 1.3;
    letter-spacing: 0.1rem;
    padding-left: 7.692vw;
  }
}
.btn_style-02 a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(1.364vw, 15px);
  height: min(1.364vw, 15px);
  right: min(1.818vw, 20px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #C1121E;
}
@media only screen and (max-width: 768px) {
  .btn_style-02 a::before {
    width: 2.564vw;
    height: 4.103vw;
    right: 7.692vw;
  }
}
.btn_style-02 a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

/* -----------------------------
header
------------------------------*/
.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .header.header_open {
    position: fixed;
  }
  .header.header_open .header_logo_sp {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.header_inner {
  position: relative;
  background: #C1121E;
  padding-left: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  .header_inner {
    padding: 0 0 0 5.128vw;
    background: none;
  }
}
.header_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(6.364vw, 70px);
}
@media only screen and (max-width: 768px) {
  .header_inner_flex {
    display: block;
    height: auto;
  }
}
.header_logo {
  width: min(12.273vw, 135px);
}
@media only screen and (max-width: 768px) {
  .header_logo {
    width: 23.59vw;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.header_link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header_link_block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #C1121E;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20.513vw;
    height: 16.41vw;
    border-radius: 0 0 0 50%;
  }
}
.header_list {
  position: relative;
  height: 100%;
  padding-right: min(9.091vw, 100px);
}
@media only screen and (max-width: 768px) {
  .header_list {
    display: none;
  }
}
.header_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 min(3.182vw, 35px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header_list ul li {
  position: relative;
  line-height: 1.2;
  padding: 0 3px 5px min(2.273vw, 25px);
}
.header_list ul li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: min(1.364vw, 15px);
  height: min(0.636vw, 7px);
  left: min(0vw, 0px);
  top: min(1.182vw, 13px);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.header_list ul li.current {
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 1250px) {
  .header_list ul li.x {
    width: min(3.182vw, 35px);
  }
}
.header_list ul a {
  font-size: min(1.818vw, 20px);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.header_list ul a.active::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  right: 0;
  bottom: 3px;
}
.header_hamburger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header_hamburger_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.538vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .header_hamburger_block {
    position: relative;
    width: 9.744vw;
    height: 2.564vw;
    text-align: center;
    margin: 0 auto;
  }
}
.header_hamburger-span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: min(0.182vw, 2px);
  background: #fff;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .header_hamburger-span {
    height: 0.513vw;
  }
}
.header_hamburger-span:first-of-type {
  top: 0;
}
.header_hamburger-span:last-of-type {
  bottom: 0;
}
.header_hamburger_text {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header_hamburger_text {
    font-size: 2.564vw;
  }
}
.header_hamburger.active .header_hamburger-span:first-of-type {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media only screen and (max-width: 768px) {
  .header_hamburger.active .header_hamburger-span:first-of-type {
    top: 1.282vw;
  }
}
.header_hamburger.active .header_hamburger-span:last-of-type {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media only screen and (max-width: 768px) {
  .header_hamburger.active .header_hamburger-span:last-of-type {
    bottom: 0.513vw;
  }
}
.header .header_menu {
  width: 100%;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .header .header_menu {
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header .header_menu.open {
    visibility: visible;
    height: 100vh;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}
.header .header_menu.open .header_menu_overlay {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header .header_menu.open .header_menu_overlay {
    display: none;
  }
}
.header .header_menu.open .header_menu_inner {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header .header_menu.open.h750 {
  overflow-y: auto;
}
.header .header_menu_overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -11;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .header_menu_inner {
    position: relative;
    margin: 0 0 0 auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    background: #C1121E;
  }
}
.header .header_menu_inner_bg {
  width: 100%;
  height: 100%;
  padding: min(4.545vw, 50px) min(5.909vw, 65px) min(16.364vw, 180px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu_inner_bg {
    position: relative;
    height: initial;
    padding: 25.641vw 6.41vw 43.59vw;
  }
}
.header .header_menu_list_abema {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .header_menu_list_abema {
    display: block;
    position: absolute;
    left: 5.128vw;
    top: 5.128vw;
    z-index: 1;
    width: 23.59vw;
  }
}
.header .header_menu_list_logo {
  display: none;
  width: min(16.364vw, 180px);
  margin: 0 auto min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu_list_logo {
    display: block;
    width: 58.974vw;
    margin-bottom: 15.385vw;
  }
}
.header .header_menu_list ul {
  position: relative;
  margin-bottom: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu_list ul {
    margin-bottom: 17.949vw;
  }
}
@media only screen and (max-width: 768px) {
  .header .header_menu_list ul li:not(:last-of-type) {
    margin-bottom: 3.846vw;
  }
}
@media only screen and (max-width: 768px) {
  .header .header_menu_list ul li a {
    position: relative;
    font-size: 6.667vw;
    font-family: "Reem Kufi";
    color: #FFF3E3;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header .header_menu_list ul li a.current::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 2.564vw;
    height: 4.103vw;
    left: -5vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
  }
}
.header .header_menu_list ul li a:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .header .header_menu .btn_style-02 a {
    margin: 0 auto 10.256vw;
    font-size: 4.103vw;
    width: 79.487vw;
    height: 10.256vw;
    padding: 0 2vw 0 0;
    -webkit-box-shadow: 3px 3px 0px 0px #840910;
            box-shadow: 3px 3px 0px 0px #840910;
  }
  .header .header_menu .btn_style-02 a::before {
    right: 3vw;
    width: 2vw;
    height: 2.4vw;
  }
}
.header .header_menu .btn_style-02 a span.en {
  letter-spacing: -0.3rem;
  padding: 0 3px;
}
@media only screen and (max-width: 768px) {
  .header .header_menu .btn_style-02 a span.en {
    padding: 0 3px 0 0;
  }
}
.header .header_menu .sns_area_block {
  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;
  gap: 0 min(4.091vw, 45px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block {
    gap: 0 3.846vw;
  }
}
.header .header_menu .sns_area_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(14vw, 154px);
  height: min(14vw, 154px);
  padding-bottom: min(2.727vw, 30px);
  background: url(../img/sns_circle.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0px 0px #840910;
          box-shadow: 4px 4px 0px 0px #840910;
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block_item {
    width: 23.59vw;
    height: 23.59vw;
    padding-bottom: 5vw;
  }
}
.header .header_menu .sns_area_block_item.insta a img {
  width: min(4.545vw, 50px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block_item.insta a img {
    width: 7.692vw;
  }
}
.header .header_menu .sns_area_block_item.x a img {
  width: min(4.545vw, 50px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block_item.x a img {
    width: 7.692vw;
  }
}
.header .header_menu .sns_area_block_item.tiktok {
  padding-bottom: min(2.273vw, 25px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block_item.tiktok {
    padding-bottom: 5vw;
  }
}
.header .header_menu .sns_area_block_item.tiktok a img {
  width: min(5.818vw, 64px);
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block_item.tiktok a img {
    width: 8.974vw;
  }
}
.header .header_menu .sns_area_block_item a {
  display: block;
}
.header .header_menu .sns_area_block_item_name {
  font-size: min(1.455vw, 16px);
  margin-top: min(0.909vw, 10px);
  color: #000;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header .header_menu .sns_area_block_item_name {
    font-size: 3.077vw;
    margin-top: 2vw;
    line-height: 1;
  }
}

/* -----------------------------
footer
------------------------------*/
.footer {
  position: relative;
  padding: min(5.455vw, 60px) 0;
  background: #B00C15;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 3vw 0 19.231vw;
  }
}
.footer a {
  display: inline-block;
}
.footer .inner {
  position: relative;
  padding: 0 min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  .footer .inner {
    max-width: 100%;
    padding: 0 6.41vw;
  }
}
.footer__logo {
  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;
  gap: 0 min(8.182vw, 90px);
  margin-bottom: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    display: block;
    margin-bottom: 8.974vw;
  }
}
.footer__logo_abema {
  width: min(18.818vw, 207px);
}
@media only screen and (max-width: 768px) {
  .footer__logo_abema {
    width: 34.872vw;
    margin: 0 auto 7.692vw;
  }
}
.footer__logo_dl {
  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;
  gap: 0 min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  .footer__logo_dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.footer__logo_dl_item {
  width: min(14.545vw, 160px);
}
@media only screen and (max-width: 768px) {
  .footer__logo_dl_item {
    width: 41.026vw;
  }
}
.footer__link_block {
  margin-bottom: min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  .footer__link_block {
    margin-bottom: 3.846vw;
  }
}
.footer__link_block ul {
  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;
}
.footer__link_block ul li {
  padding: 0 min(1.818vw, 20px);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer__link_block ul li {
    padding: 0 2vw;
  }
}
.footer__link_block ul li a {
  font-size: min(1.273vw, 14px);
  color: #EAB6AB;
}
@media only screen and (max-width: 768px) {
  .footer__link_block ul li a {
    font-size: 3.59vw;
  }
}
.footer__link_block ul li:first-child {
  border-right: solid 1px #fff;
}
.footer__copy {
  color: #EAB6AB;
  font-size: 1rem;
}
.footer #pagetop {
  position: absolute;
  right: 7%;
  top: -126%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .footer #pagetop {
    right: 2.564vw;
    top: -20.513vw;
  }
}
.footer #pagetop a {
  display: block;
  width: min(14.545vw, 160px);
  height: min(14.545vw, 160px);
  -webkit-transition: 0.3s cubic-bezier(0.41, 0.033, 0.125, 0.942);
  transition: 0.3s cubic-bezier(0.41, 0.033, 0.125, 0.942);
  pointer-events: auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .footer #pagetop a {
    width: 20.513vw;
    height: 20.513vw;
  }
}
.footer #pagetop a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(14.545vw, 160px);
  height: min(14.545vw, 160px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: rotate-z 15s linear infinite;
          animation: rotate-z 15s linear infinite;
  background: url(../img/pagetop_bg.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .footer #pagetop a::before {
    width: 20.513vw;
    height: 20.513vw;
  }
}
.footer #pagetop a:hover {
  opacity: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media only screen and (max-width: 768px) {
  .footer #pagetop a:hover {
    -webkit-transform: none;
            transform: none;
  }
}