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

.tokyo__list {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .tokyo__list {
    margin-bottom: 50px;
    width: 100%;
  }
}
.tokyo__item {
  color: #fff;
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .tokyo__item {
    padding: 15px 0;
  }
}
.tokyo__item:first-child {
  border-top: solid 1px #fff;
}
.tokyo__item-left {
  min-width: 140px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokyo__item-left {
    font-size: 14px;
    min-width: 100px;
  }
}
.tokyo__item-title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokyo__item-title {
    font-size: 16px;
  }
}
.tokyo__item-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tokyo__item-text {
    line-height: 1.5;
  }
}
.tokyo__sub-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tokyo__sub-wrap {
    margin-bottom: 20px;
  }
}
.tokyo__sub-title {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tokyo__sub-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.tokyo__sub-title::after {
  content: "";
  height: 8px;
  width: 60px;
  background: #e60012;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .tokyo__sub-title::after {
    bottom: -10px;
    height: 6px;
  }
}
.tokyo__sub-text {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokyo__sub-text {
    font-size: 18px;
  }
}
.tokyo__message-wrap {
  background: #232323;
  padding: 60px 40px 70px;
  border-radius: 30px;
  display: flex;
  gap: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .tokyo__message-wrap {
    margin-bottom: 60px;
    gap: 30px;
    flex-direction: column;
    padding: 40px 20px 30px;
  }
}
.tokyo__message-left {
  width: 100%;
  max-width: 380px;
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .tokyo__message-left {
    margin: 0 auto;
  }
}
.tokyo__message-right {
  max-width: 585px;
}
@media screen and (max-width: 768px) {
  .tokyo__message-right {
    max-width: 100%;
  }
}
.tokyo__message-text {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .tokyo__message-text {
    font-size: 14px;
  }
}
.tokyo__message-text span {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 30px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokyo__message-text span {
    font-size: 16px;
    margin-top: 20px;
  }
}
.tokyo__youtube {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 120px;
  height: auto;
  aspect-ratio: 800/450;
}
@media screen and (max-width: 768px) {
  .tokyo__youtube {
    aspect-ratio: 4/3;
    margin-bottom: 60px;
  }
}
.tokyo__youtube .t-youtube {
  width: 100% !important;
  height: 100% !important;
}
.tokyo .btn-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tokyo .btn-wrap {
    gap: 30px;
    flex-direction: column;
  }
}
.tokyo .btn-item {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tokyo .btn-item {
    max-width: 400px;
  }
}

html body .main .bg-area__inner {
  padding-top: 0;
}

.links .ttl {
  color: #fff;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .links .ttl {
    margin-bottom: 60px;
  }
}
.links .ttl .section-title {
  margin-bottom: 50px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .links .ttl .section-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
.links .ttl p {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .links .ttl p {
    margin-top: 15px;
    font-size: 16px;
  }
}
.links__inner {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .links__inner {
    display: block;
  }
}
.links__inner h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.links__inner .explain {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .links__inner .explain {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .links__inner .explain {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.links__inner-list {
  display: inline-block;
  width: 47%;
  margin-bottom: 70px;
  /*&:nth-child(5) {
    width: 100%;
    .flex {
      display: flex;
      justify-content: space-between;
      @include break() {
        display: block;
      }
      li {
        width: 47%;
        @include break() {
          width: 100%;
        }
        &:first-child {
          border-bottom: solid 1px #fff;
          @include break() {
            border-bottom: none;
          }
        }
      }
    }
  }*/
}
@media screen and (max-width: 768px) {
  .links__inner-list {
    width: 100%;
    margin-bottom: 50px;
  }
}
.links__inner-list:last-child {
  margin-bottom: 0;
}
.links__inner-list--item {
  border-top: solid 1px #fff;
}
.links__inner-list--item:last-child {
  border-bottom: solid 1px #fff;
}
.links__inner-list--item a {
  position: relative;
  display: block;
  padding: 25px 20px;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .links__inner-list--item a {
    padding: 17px 10px;
    font-size: 15px;
  }
}
.links__inner-list--item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: auto;
  aspect-ratio: 27/21;
  content: "";
  background: url(/2024/index/img/blank.png) no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
.links__inner-list--item a 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%);
}
.links__inner-list--item a:hover {
  color: #000;
}
.links__inner-list--item a:hover span {
  width: 1100px;
  height: 1100px;
}
.links__inner-list--item a:hover::after {
  -webkit-mask-image: url(/2024/index/img/blank.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2024/index/img/blank.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}

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