@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

*[data-scroll=fade-in] {
  opacity: 0;
}
*.fade-in {
  animation: fadein 0.5s forwards;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
*[data-scroll=fade-up] {
  opacity: 0;
  transform: translateY(20px);
}
*.fade-up {
  animation: fadeup 1.5s forwards;
}
@keyframes fadeup {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes boomcta {
  0% {
    right: -155px;
  }
  20% {
    right: 0px;
  }
  80% {
    right: 0px;
  }
  100% {
    right: -155px;
  }
}
#faciliti-cta {
  position: fixed;
  bottom: 14vh;
  min-width: 200px;
  width: 200px;
  min-height: 75px;
  align-items: center;
  padding: 0;
  right: -155px;
  transition: right 0.3s ease;
  background-color: #c40030;
  cursor: pointer;
  display: flex;
  border: none;
  animation-name: boomcta;
  animation-duration: 6s;
  justify-content: space-between;
  z-index: 10000;
}
@media print {
  #faciliti-cta {
    display: none !important;
  }
}

#faciliti-cta:hover {
  right: 0;
  width: auto;
}

#faciliti-cta .cta-text {
  margin: auto;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

#faciliti-cta img {
  height: 75px;
  width: 75px;
  margin-left: -40px;
  background-color: transparent !important;
}

@media mobile, (max-device-width: 768px) {
  #faciliti-cta *:not(img) {
    opacity: 0;
  }
  #faciliti-cta:hover {
    right: -155px;
  }
  #faciliti-cta {
    background-color: transparent;
    bottom: 10px;
    animation: none;
  }
}
.lead-app {
  position: fixed;
  display: none;
  right: 0;
  top: 60%;
  z-index: 100;
  width: 200px;
  background: #fff;
  border: solid 4px var(--red);
  padding: 10px 11px;
  border-radius: 20px 0 0 20px;
  translate: 100%;
  transition: translate 0.3s, opacity 0.3s;
}
@media (hover) {
  .lead-app:hover {
    opacity: 0.8;
    translate: 10px !important;
  }
}
@media screen and (hover) and (max-width: 768px) {
  .lead-app:hover {
    translate: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .lead-app {
    width: 180px;
    padding: 8px 10px;
    border: solid 3px var(--red);
    border-radius: 15px 0 0 15px;
  }
}
.lead-app.is-active {
  translate: 130px;
}
@media screen and (max-width: 768px) {
  .lead-app.is-active {
    translate: 118px;
  }
}
.lead-app__inner {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lead-app__left {
  width: 46px;
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead-app__left {
    width: 40px;
  }
}
.lead-app__left img {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lead-app__left {
    font-size: 12px;
  }
}
.lead-app__right {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
  color: var(--red);
}
@media screen and (max-width: 768px) {
  .lead-app__right {
    font-size: 13px;
  }
}

.btn_area {
  margin-bottom: 20px;
}
.btn_area .ticket_btn {
  margin-bottom: 20px;
  max-width: 600px;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .btn_area .ticket_btn {
    width: 80% !important;
  }
}
@media (hover) {
  .btn_area .ticket_btn:hover span {
    width: 1200px;
    height: 1200px;
  }
}
.btn_area .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_area .text {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}

dl .eng,
.dl-list .eng {
  padding-top: 10px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
dl .anno,
.dl-list .anno {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  dl .anno,
  .dl-list .anno {
    margin-top: 20px;
    font-size: 15px;
  }
}

dl .eng {
  margin-top: 20px;
  border-top: solid 1px #fff;
}

.info-tickets .btn {
  border: solid 2px var(--red);
  color: #fff;
  background: var(--red);
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  height: 60px;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .info-tickets .btn {
    width: 200px;
    font-size: 14px;
    height: 50px;
  }
}
@media (hover) {
  .info-tickets .btn:hover {
    color: var(--red);
  }
}
.info-tickets .btn i {
  font-style: normal;
  z-index: 6;
}
.info-tickets .btn span {
  position: absolute;
  z-index: 5;
  background: #fff;
}
.info-tickets .table-wrap {
  overflow-x: auto;
}
.info-tickets table {
  border-bottom: solid 1px #666;
  width: 1100px;
}
.info-tickets table th,
.info-tickets table td {
  padding: 12px 14px;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
}
@media screen and (max-width: 768px) {
  .info-tickets table th,
  .info-tickets table td {
    padding: 8px 12px;
  }
}
.info-tickets table .check {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .info-tickets table .check {
    width: 26px;
  }
}
.info-tickets table th {
  text-align: center;
  vertical-align: bottom;
  background: #4d4d4d;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  font-size: 16px;
  line-height: 1.5;
  width: 170px;
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th {
    padding-block: 15px;
    font-size: 14px;
    width: 150px;
  }
}
.info-tickets table th.big {
  width: 240px;
}
.info-tickets table th.first {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th.first {
    width: 200px;
  }
}
.info-tickets table th i {
  font-style: normal;
  font-size: 14px;
}
.info-tickets table th .fle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-tickets table th .fle p {
  position: relative;
}
.info-tickets table th .fle p:first-child {
  margin-right: 30px;
}
.info-tickets table th .fle p:first-child::before {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.info-tickets table th .fle p:first-child::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -15px;
  translate: 50% -50%;
  font-size: 16px;
}
.info-tickets table th span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span {
    font-size: 16px;
  }
}
.info-tickets table th span.en {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span.en {
    font-size: 16px;
  }
}
.info-tickets table th span.vip {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span.vip {
    font-size: 24px;
  }
}
.info-tickets table th span i {
  font-style: normal;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span i {
    font-size: 13px;
  }
}
.info-tickets table td {
  text-align: center;
  vertical-align: middle;
  background: #000;
  border: solid 1px #5c5c5c;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .info-tickets table td {
    font-size: 14px;
  }
}
.info-tickets table td.td-title {
  height: 72px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  background: #323232;
  border-bottom: solid 1px #111111;
}
.info-tickets table td.td-title-last {
  border-bottom: solid 1px #5c5c5c;
}
.info-tickets table td ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-tickets table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.info-tickets table td.first {
  padding-top: 15px;
}
.info-tickets table td.last {
  padding-bottom: 15px;
}
.info-tickets .anno {
  margin-top: 10px;
  font-size: 12px !important;
}
.info-tickets .anno span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.info-tickets .anno span.big {
  padding: 10px 15px;
  border: solid 1px #fff;
  text-indent: 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info-tickets .anno span.big {
    font-size: 14px;
  }
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background: #1a1a1a;
  border: solid 2px #fff;
  border-radius: 35px;
  transition: all var(--transition);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 250px;
    height: 60px;
    font-size: 17px;
  }
}
.btn.mt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .btn.mt {
    margin-top: 50px;
  }
}
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
@media (hover) {
  .btn:hover {
    color: #000;
  }
  .btn:hover span {
    width: 700px;
    height: 700px;
  }
}

html {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html body {
    overflow-x: hidden;
  }
}
html body .breadcrumbs {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  html body .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .breadcrumbs {
    margin-bottom: 30px;
  }
}
html body .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
}
html body .breadcrumbs-list--item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .breadcrumbs-list--item {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
html body .breadcrumbs-list--item.gray {
  color: #000;
}
html body .breadcrumbs-list--item a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-weight: 500;
  color: var(--red);
}
@media screen and (max-width: 768px) {
  html body .breadcrumbs-list--item a {
    padding-right: 10px;
    margin-right: 10px;
  }
}
html body .breadcrumbs-list--item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid var(--red);
  border-right: 1px solid var(--red);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: 0 -50%;
}
html body .scroll-ticket {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 16px 28px 25px;
  overflow: hidden;
  font-weight: bold;
  visibility: hidden;
  background: var(--red);
  border: solid 2px var(--red);
  border-right: none;
  border-radius: 40px 0 0 40px;
  opacity: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all var(--transition);
  translate: 100% -50%;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  html body .scroll-ticket {
    top: auto;
    right: 50%;
    bottom: 25px;
    width: 230px;
    height: 50px;
    padding: 0;
    font-size: 15px;
    border-radius: 25px;
    writing-mode: horizontal-tb;
    translate: 50%;
  }
}
html body .scroll-ticket p {
  position: relative;
  z-index: 5;
  color: #fff;
  transition: all var(--transition);
}
html body .scroll-ticket .side-ticket {
  position: relative;
  z-index: 5;
  width: 26px;
  height: 18px;
  margin-bottom: 14px;
  fill: #fff;
  transition: all var(--transition);
  rotate: -15deg;
}
@media screen and (max-width: 950px) {
  html body .scroll-ticket .side-ticket {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
html body .scroll-ticket span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
@media (hover) {
  html body .scroll-ticket:hover p {
    color: var(--red);
  }
  html body .scroll-ticket:hover .side-ticket {
    fill: var(--red);
  }
  html body .scroll-ticket:hover span {
    width: 700px;
    height: 700px;
  }
}
html body .scroll-ticket.is-active {
  visibility: visible;
  opacity: 1;
  translate: 0% -50%;
}
@media screen and (max-width: 768px) {
  html body .scroll-ticket.is-active {
    translate: 50%;
  }
}
html body .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
html body .header.is-active .header__inner--right {
  background: #fff;
}
html body .header.is-active .header__inner--right .nav-wrapper .global-nav__list--item .main-link {
  color: #000;
}
html body .header.is-active .header__inner--right .contact-media {
  color: var(--red);
  border-color: var(--red);
}
html body .header .sns-list {
  display: none !important;
}
@media screen and (max-width: 1340px) {
  html body .header .sns-list {
    display: flex !important;
    gap: 35px 60px;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
html body .header .sns-item {
  border-radius: 0 !important;
  width: calc(50% - 30px) !important;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1120px) {
  html body .header .sns-item {
    width: calc(50% - 15px) !important;
  }
}
@media (hover) {
  html body .header .sns-item:hover {
    opacity: 0.7;
  }
  html body .header .sns-item:hover img {
    scale: 1 !important;
  }
}
html body .header .sns-item:nth-child(odd) {
  justify-content: flex-end;
}
html body .header .sns-item .icon {
  border-radius: 0 !important;
}
html body .header .sns-item .icon.twitter {
  max-width: 25px;
}
html body .header .sns-item .icon.facebook {
  max-width: 25px;
}
html body .header .sns-item .icon.linkedin {
  max-width: 32px;
}
html body .header .sns-item .icon.yout {
  max-width: 25px;
}
html body .header .sns-item .text {
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
html body .header__inner--left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: none;
  height: auto;
  padding: 25px 15px;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 1580px) and (max-width: 1340px) {
  html body .header__inner--left {
    padding: 20px;
  }
}
html body .header__inner--left a {
  display: block;
  width: 280px;
}
@media screen and (max-width: 1580px) {
  html body .header__inner--left a {
    width: 200px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1340px) {
  html body .header__inner--left a {
    width: 200px;
  }
}
html body .header__inner--right {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0 0 0 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right {
    position: fixed;
    visibility: hidden;
    z-index: 100;
    opacity: 0;
    width: 360px;
    right: -50%;
    height: 100%;
  }
}
@media screen and (max-width: 1340px) and (max-width: 768px) {
  html body .header__inner--right {
    height: auto;
    top: -100%;
    right: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right.is-active {
    background: #f2f2f2 !important;
    top: 0%;
    right: 0%;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right.is-active .sub-nav-wrap {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
html body .header__inner--right .nav-wrapper {
  display: flex;
  padding: 0 10px 0 30px;
  height: 80px;
  gap: 20px;
}
@media screen and (max-width: 1580px) {
  html body .header__inner--right .nav-wrapper {
    gap: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 35px 0 20px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1340px) and (max-width: 768px) {
  html body .header__inner--right .nav-wrapper {
    max-height: 90dvh;
  }
}
html body .header__inner--right .nav-wrapper .global-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav {
    width: 100%;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  html body .header__inner--right .nav-wrapper .global-nav__list {
    gap: 15px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list {
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item {
    width: 100%;
    text-align: center;
  }
}
@media (hover) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item:hover .main-link::after {
    scale: 1 1;
  }
}
@media screen and (hover) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item:hover .main-link::after {
    scale: 0 0;
  }
}
@media (hover) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item:hover .sub-nav-wrap {
    visibility: visible;
    opacity: 1;
  }
}
@media (hover) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item.has-sub:hover .main-link::before {
    rotate: 180deg;
  }
}
@media screen and (hover) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item.has-sub:hover .main-link::before {
    rotate: 0deg;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item.has-sub .main-link {
  position: relative;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item.has-sub .main-link {
    margin: 0 auto;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item.has-sub .main-link::before {
  pointer-events: none;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #e40012;
  border-bottom: 0;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item.has-sub .main-link::before {
    border: none;
    position: absolute;
    content: "";
    width: 15px;
    top: 50%;
    left: 20px;
    height: 2px;
    background: #ccc;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1580px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link {
    padding-left: 50px;
    color: #000;
    justify-content: flex-start;
    font-size: 15px;
    height: auto;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1340px) and (max-width: 768px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link {
    font-size: 14px;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link[target=_blank] {
  padding-right: 25px;
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link[target=_blank]::before {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 14/11;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  -webkit-mask-image: url(/2025/index/img/blank.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/blank.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link[target=_blank]::before {
    position: absolute;
    content: "";
    width: 15px;
    top: 50%;
    left: 20px;
    height: 2px;
    background: #e40012;
  }
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link::before {
    position: absolute;
    content: "";
    width: 15px;
    top: 50%;
    left: 20px;
    height: 2px;
    background: #e40012;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--red);
  transition: all 0.3s;
  scale: 0 1;
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link.is-active::before {
  rotate: 180deg !important;
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link br {
  display: block;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link br {
    display: none;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 50%;
  translate: -50%;
  padding: 15px;
  background: #e40012;
  border-radius: 10px;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap {
    background: inherit;
    padding: 10px 0 0;
    translate: 0;
    border-radius: 0 0 20px 20px;
    position: static;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1340px) and (max-width: 768px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap {
    width: 73.333vw;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list {
  transition: all 1s;
  display: flex;
  flex-direction: column;
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item {
  position: relative;
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item {
    padding-left: 60px;
    color: #000;
    font-size: 14px;
  }
}
@media screen and (max-width: 1340px) and (max-width: 768px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item {
    font-size: 13px;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item:not(:last-child) {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item:not(:last-child)::before {
    display: none;
  }
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item br {
  display: block;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item br {
    display: none;
  }
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .global-nav__list--item .sub-nav-wrap .sub-nav-list .sub-nav-item::after {
    position: absolute;
    content: "";
    width: 15px;
    top: 5px;
    left: 30px;
    height: 1px;
    background: #e40012;
  }
}
html body .header__inner--right .nav-wrapper .my-page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html body .header__inner--right .nav-wrapper .my-page__sp {
  display: none;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .my-page__sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
html body .header__inner--right .nav-wrapper .my-page__btn {
  border: solid 2px #000;
  padding: 8px 10px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}
html body .header__inner--right .nav-wrapper .my-page__text {
  cursor: pointer;
  padding: 4px 0 0 15px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: var(--rubik);
  border: solid 2px #000;
  border-radius: 22px;
  height: 43px;
  width: 110px;
  display: flex;
  align-items: center;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1580px) {
  html body .header__inner--right .nav-wrapper .my-page__text {
    height: 38px;
    width: 90px;
    padding-left: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .my-page__text {
    display: none;
  }
}
html body .header__inner--right .nav-wrapper .my-page__text::before {
  pointer-events: none;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #000;
  border-bottom: 0;
}
html body .header__inner--right .nav-wrapper .my-page__text:hover {
  color: #fff;
  background: #000;
}
html body .header__inner--right .nav-wrapper .my-page__text:hover::before {
  border-top: 6px solid #fff;
}
html body .header__inner--right .nav-wrapper .my-page__text:hover .sub-nav-wrap {
  opacity: 1;
  visibility: visible;
}
html body .header__inner--right .nav-wrapper .my-page .sub-nav-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  color: #fff;
  position: absolute;
  top: calc(100% - 18px);
  left: 50%;
  translate: -50%;
  padding-top: 18px;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .my-page .sub-nav-wrap {
    display: none;
  }
}
html body .header__inner--right .nav-wrapper .my-page .sub-nav-wrap__inner {
  padding: 15px;
  white-space: nowrap;
  border-radius: 10px;
  background: var(--red);
}
html body .header__inner--right .nav-wrapper .my-page .sub-nav-wrap__inner .sub-nav-list {
  display: flex;
  flex-direction: column;
  font-family: var(--rubik);
  font-weight: bold;
}
html body .header__inner--right .nav-wrapper .my-page .sub-nav-wrap__inner .sub-nav-item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
}
html body .header__inner--right .nav-wrapper .contact-media {
  font-weight: bold;
  font-family: var(--rubik);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--red);
  margin: 10px auto 0;
  width: 130px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--red);
  border-radius: 6px;
}
html body .header__inner--right .nav-wrapper .language__list {
  display: flex;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .language__list {
    gap: 10px;
  }
}
html body .header__inner--right .nav-wrapper .language__list--item {
  width: 70px;
  height: auto;
  max-height: 36px;
  aspect-ratio: 80/40;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .language__list--item {
    width: 70px;
  }
}
@media screen and (max-width: 1340px) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .language__list--item {
    width: 80px;
  }
}
html body .header__inner--right .nav-wrapper .language__list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: var(--red);
  border: solid 2px var(--red);
  border-top: none;
  background: #fff;
  border-radius: 0 0 16px 16px;
  transition: opacity 0.3s;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .language__list--item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1340px) and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .language__list--item a {
    color: var(--red);
    background: #fff;
    border: solid 2px var(--red);
    border-radius: 20px;
  }
}
@media (hover) {
  html body .header__inner--right .nav-wrapper .language__list--item a:hover {
    opacity: 0.8;
  }
}
html body .header__inner--right .nav-wrapper .language__list--item a.is-active {
  color: #fff;
  background: var(--red);
}
@media screen and (max-width: 1340px) {
  html body .header__inner--right .nav-wrapper .language__list--item a.is-active {
    color: #fff;
    background: var(--red);
  }
}
html body .header__inner .sp-overlay {
  display: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1340px) {
  html body .header__inner .sp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1340px) {
  html body .header__inner .sp-overlay.is-active {
    visibility: visible;
    opacity: 1;
  }
}
html body .header__inner .hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1340px) {
  html body .header__inner .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body .header__inner .hamburger.is-active {
  background: #f2f2f2;
}
html body .header__inner .hamburger.is-active .hamburger__inner span {
  top: 50%;
}
html body .header__inner .hamburger.is-active .hamburger__inner span:nth-child(1) {
  rotate: 30deg;
}
html body .header__inner .hamburger.is-active .hamburger__inner span:nth-child(2) {
  top: 50%;
  rotate: -30deg;
}
html body .header__inner .hamburger__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 10px;
  translate: -50% -50%;
}
html body .header__inner .hamburger__inner span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: top 0.3s, rotate 0.3s;
  transform-origin: center center;
}
html body .header__inner .hamburger__inner span:nth-child(2) {
  top: 100%;
}
html body .main {
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
@media screen and (max-width: 950px) {
  html body .main {
    margin-top: 0;
  }
}
html body .main #return-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10000;
  width: 56px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  visibility: hidden;
  background: #000;
  border: solid 2px #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all var(--transition) ease-in-out, bottom 0s;
}
@media screen and (max-width: 768px) {
  html body .main #return-top {
    right: 10px;
  }
}
html body .main #return-top.is-active {
  visibility: visible;
  opacity: 1;
}
html body .main #return-top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: border var(--transition) ease-in-out;
  rotate: -45deg;
  translate: -50% -30%;
}
html body .main #return-top span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
@media (hover) {
  html body .main #return-top:hover {
    color: #000;
    scale: 1.3;
  }
}
@media screen and (hover) and (max-width: 768px) {
  html body .main #return-top:hover {
    scale: 1;
  }
}
@media (hover) {
  html body .main #return-top:hover::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  html body .main #return-top:hover span {
    width: 150px;
    height: 150px;
  }
}
html body .footer {
  position: relative;
  z-index: 5;
  background: var(--red);
}
html body .footer-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 15px;
}
@media screen and (max-width: 950px) {
  html body .footer-top {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding: 15px 30px 15px;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  html body .footer-top {
    padding: 20px 5% 15px;
  }
}
html body .footer-top::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 60px);
  height: 1px;
  content: "";
  background: #fff;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  html body .footer-top::after {
    width: 90%;
  }
}
html body .footer-top-left .img-wrap {
  width: 344px;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .img-wrap {
    width: 250px;
  }
}
html body .footer-top-left .logos {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .logos {
    flex-direction: column;
    align-items: flex-start;
  }
}
html body .footer-top-left .logos img {
  width: 344px;
  height: auto;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .logos img {
    width: 344px;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
html body .footer-top-left .logos .footer-addLogoText {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .logos .footer-addLogoText {
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
  }
}
html body .footer-top-left .anchor-list {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .anchor-list {
    align-items: flex-end;
    margin-top: 15px;
  }
}
html body .footer-top-left .anchor-list .sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .anchor-list .sns-list {
    gap: 15px 10px;
  }
}
html body .footer-top-left .anchor-list .sns-list--item a {
  display: flex;
  gap: 10px;
  align-items: center;
}
html body .footer-top-left .anchor-list .sns-list--item a .img-wrap.img1 {
  width: 22px;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .anchor-list .sns-list--item a .img-wrap.img1 {
    width: 18px;
  }
}
html body .footer-top-left .anchor-list .sns-list--item a .img-wrap.img2 {
  width: 26px;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .anchor-list .sns-list--item a .img-wrap.img2 {
    width: 20px;
  }
}
html body .footer-top-left .anchor-list .sns-list--item a P {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .footer-top-left .anchor-list .sns-list--item a P {
    font-size: 13px;
  }
}
html body .footer-top-right {
  width: 196px;
  margin-right: 90px;
  transition: all 0.3s;
}
@media (hover) {
  html body .footer-top-right:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  html body .footer-top-right {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 950px) {
  html body .footer-top-right {
    width: 240px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 950px) and (max-width: 768px) {
  html body .footer-top-right {
    width: 200px;
  }
}
html body .footer-middle {
  padding: 20px 30px 0;
}
@media screen and (max-width: 950px) {
  html body .footer-middle {
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  html body .footer-middle {
    padding: 15px 5% 0;
  }
}
html body .footer-middle .my-page {
  display: flex;
  gap: 10px;
  align-items: center;
}
html body .footer-middle .my-page a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 30px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  border: solid #fff 2px;
  border-radius: 15px;
  transition: all var(--transition) ease-in-out;
}
@media (hover) {
  html body .footer-middle .my-page a:hover {
    color: var(--red);
  }
  html body .footer-middle .my-page a:hover span {
    position: absolute;
    width: 340px;
    height: 340px;
    background: #fff;
  }
}
html body .footer-middle .my-page a p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: -2px;
}
html body .footer-middle .my-page a span {
  position: absolute;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 30px;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  html body .footer-bottom {
    flex-direction: column;
    gap: 30px;
    padding: 15px 30px 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 768px) {
  html body .footer-bottom {
    padding: 15px 5% 20px;
  }
}
html body .footer-bottom.en .footer-bottom-left-list--item {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
html body .footer-bottom.en .footer-bottom-right {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1180px) {
  html body .footer-bottom-left {
    width: 100%;
  }
}
html body .footer-bottom-left-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1180px) {
  html body .footer-bottom-left-list {
    flex-direction: column;
    gap: 15px;
  }
}
html body .footer-bottom-left-list--item {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  html body .footer-bottom-left-list--item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .footer-bottom-left-list--item {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
html body .footer-bottom-left-list--item.last {
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1180px) {
  html body .footer-bottom-left-list--item.last {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    border-top: solid 1px #fff;
    border-left: none;
  }
}
html body .footer-bottom-left-list--item.last::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1px;
  height: 18px;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  html body .footer-bottom-left-list--item.last::after {
    display: none;
  }
}
html body .footer-bottom-left-list--item.last a {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html body .footer-bottom-left-list--item.last a {
    display: block;
    width: fit-content;
    padding-left: 0;
  }
}
html body .footer-bottom-left-list--item .pc {
  display: block;
}
@media screen and (max-width: 1180px) {
  html body .footer-bottom-left-list--item .pc {
    display: none;
  }
}
html body .footer-bottom-right {
  margin-left: auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .footer-bottom-right {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
html body .slider-area {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .container {
    width: 90%;
  }
}
html body .container .swiper .swiper-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  html body .container .swiper .swiper-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  html body .container .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
html body .container .swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
}
@media (hover) {
  html body .container .swiper .swiper-wrapper .swiper-slide a:hover .img-wrap .band {
    scale: 1.1;
    rotate: -8deg;
  }
  html body .container .swiper .swiper-wrapper .swiper-slide a:hover .img-wrap img {
    scale: 1.1;
  }
  html body .container .swiper .swiper-wrapper .swiper-slide a:hover .text {
    text-decoration: underline;
  }
}
html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border: solid 1px #dddddd;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap {
    width: 100%;
  }
}
html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap .band {
  transition: all var(--transition);
  z-index: 15;
  background: #ff0000;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50%;
  rotate: -5deg;
  height: 36px;
  width: 120%;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap .band {
    height: 28px;
    font-size: 14px;
    bottom: 14px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap .band {
    height: 36px;
    font-size: 18px;
    bottom: 20px;
  }
}
html body .container .swiper .swiper-wrapper .swiper-slide a .img-wrap img {
  transition: all var(--transition);
}
html body .container .swiper .swiper-wrapper .swiper-slide a .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .container .swiper .swiper-wrapper .swiper-slide a .date {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
html body .container .swiper .swiper-wrapper .swiper-slide a .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .container .swiper .swiper-wrapper .swiper-slide a .text {
    font-size: 15px;
  }
}
html body .container .swiper-button-prev {
  top: 50%;
  left: -90px;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  border: var(--red) solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: 0 -50%;
}
@media screen and (max-width: 1200px) {
  html body .container .swiper-button-prev {
    left: -60px;
    width: 45px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .container .swiper-button-prev {
    left: -30px;
  }
}
html body .container .swiper-button-prev span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
@media (hover) {
  html body .container .swiper-button-prev:hover {
    scale: 1.2;
  }
  html body .container .swiper-button-prev:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  html body .container .swiper-button-prev:hover span {
    width: 200px;
    height: 200px;
  }
}
html body .container .swiper-button-prev::before {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .container .swiper-button-prev::before {
    width: 10px;
    height: 10px;
  }
}
html body .container .swiper-button-prev::after {
  display: none;
}
html body .container .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -90px;
  left: auto;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  border: var(--red) solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: 0 -50%;
}
html body .container .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
@media (hover) {
  html body .container .swiper-button-next:hover {
    scale: 1.2;
  }
  html body .container .swiper-button-next:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  html body .container .swiper-button-next:hover span {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  html body .container .swiper-button-next {
    right: -60px;
    width: 45px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .container .swiper-button-next {
    right: -30px;
  }
}
html body .container .swiper-button-next::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .container .swiper-button-next::before {
    width: 10px;
    height: 10px;
  }
}
html body .container .swiper-button-next::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
