@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  width: 100%;
  height: auto;
  /* border-style: none; Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* add */
ul {
  list-style-type: none;
}

p,
h2,
h3 {
  margin: 0;
  padding: 0;
}

/* breakpoints */
/* colors */
/* text */
html {
  font-size: 62.5%;
  /* 1rem > 10px */
  text-size-adjust: 100%; /* iOS 8+ */
}

body {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0d0d0d;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .home .header {
    border-bottom-width: 0;
  }
}

.top-mv__slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 75/53;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-mv__slider {
    aspect-ratio: 172/65;
  }
}
.top-mv__controller {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 28px;
  padding-bottom: 26px;
  z-index: 1;
  width: 100%;
}
.top-mv__controller-inner {
  width: calc(100% - 48px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .top-mv__controller-inner {
    justify-content: flex-start;
  }
}
.top-mv__controller-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.mv-slider {
  position: relative;
  height: 100% !important;
}
.mv-slider .swiper-slide {
  height: 100% !important;
}
.mv-slider .swiper-slide a {
  display: block;
  height: 100%;
}
.mv-slider .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
.mv-slider__arrow-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0d0d0d;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mv-slider__arrow-btn:hover {
  background-color: #fff;
}
.mv-slider__arrow-btn:hover svg path {
  stroke: #0d0d0d;
}
@media screen and (min-width: 1000px) {
  .mv-slider__arrow-btn {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.mv-slider__arrow-btn svg path {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .mv-slider__arrow-btn--prev {
    left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .mv-slider__arrow-btn--next {
    right: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .mv-slider__arrow-btn--sp {
    display: none;
  }
}
.mv-slider__arrow-btn--pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .mv-slider__arrow-btn--pc {
    display: block;
  }
}
.mv-slider__controller {
  flex: 1;
}
.mv-slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px !important;
  height: 10px !important;
  background-color: #0d0d0d;
  opacity: 1;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.mv-slider .swiper-pagination-bullet:hover {
  background-color: #666;
}
.mv-slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/icon_star_white_01.svg") center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-slider .swiper-pagination-bullet-active {
  background-color: transparent;
  pointer-events: none;
}
.mv-slider .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.mv-slider__controller {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}

.top-topics {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #0d0d0d;
}
.top-topics__inner {
  width: calc(100% - 48px);
  margin-inline: auto;
  max-width: 1400px;
}
@media screen and (min-width: 1000px) {
  .top-topics__inner {
    width: calc(100% - 80px);
  }
}
.top-topics__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (min-width: 768px) {
  .top-topics__wrapper {
    flex-direction: row;
  }
}
.top-topics__heading {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-topics__heading {
    writing-mode: vertical-rl;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
}
.top-topics__title {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.1;
}
.top-topics__title--en {
  font-family: "Cormorant Infant", serif;
  font-size: 3.6rem;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .top-topics__title--en {
    font-size: 3.8rem;
  }
}
.top-topics__body {
  grid-template-columns: 1fr;
  gap: 24px 40px;
  flex: 1;
}
@media screen and (min-width: 1080px) {
  .top-topics__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1230px) {
  .top-topics__body {
    column-gap: 64px;
  }
}
.top-topics__item {
  color: #fff;
}

.topics-post__link {
  display: inline-block;
  width: 100%;
  padding: 3px;
}
.topics-post__wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
}
.topics-post__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.topics-post__image-wrapper {
  position: relative;
  z-index: 0;
  width: 40%;
  max-width: 240px;
}
.topics-post__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.topics-post__meta {
  display: flex;
  gap: 10px 12px;
}
.topics-post__date {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  white-space: nowrap;
}

.top-journal {
  padding-bottom: 48px;
}
.top-journal__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
@media screen and (min-width: 768px) {
  .top-journal__wrapper {
    row-gap: 48px;
  }
}
.top-journal__content {
  height: fit-content;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .top-journal__content {
    border-left: solid 1px #0d0d0d;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .top-journal__content {
    margin-left: -1px;
  }
}
@media screen and (min-width: 1230px) {
  .top-journal__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 2100px) {
  .top-journal__content {
    grid-template-columns: repeat(6, 1fr);
  }
}
.top-journal__item {
  border-bottom: solid 1px #0d0d0d;
}
@media screen and (min-width: 768px) {
  .top-journal__item {
    border-right: solid 1px #0d0d0d;
  }
}
.top-journal__item:first-child {
  border-top: solid 1px #0d0d0d;
}
@media screen and (min-width: 768px) {
  .top-journal__item:nth-child(-n+2) {
    border-top: solid 1px #0d0d0d;
  }
}
@media screen and (min-width: 1000px) {
  .top-journal__item:nth-child(-n+4) {
    border-top: solid 1px #0d0d0d;
  }
}
@media screen and (min-width: 2100px) {
  .top-journal__item:nth-child(-n+6) {
    border-top: solid 1px #0d0d0d;
  }
}
.top-journal__card {
  height: 100%;
}
.top-journal__paging {
  padding-inline: 24px;
  display: flex;
  justify-content: center;
}
.top-journal__paging:not(:has(.pagination)) {
  display: none;
}
.top-journal__no-post {
  padding-top: 48px;
  padding-bottom: 60px;
  padding-inline: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.top-journal__no-post-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0d0d0d;
  font-size: 2.4rem;
  font-weight: 600;
}
.top-journal__no-post-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0d0d0d;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  margin-inline: auto;
}

.top-banner {
  padding-top: 48px;
  padding-bottom: 48px;
}
.top-banner__inner {
  width: calc(100% - 48px);
  margin-inline: auto;
  max-width: 880px;
}
.top-banner__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .top-banner__wrapper {
    row-gap: 40px;
  }
}
.top-banner__columns {
  display: flex;
  flex-direction: column;
  gap: 20px 40px;
}
@media screen and (min-width: 768px) {
  .top-banner__columns {
    flex-direction: row;
  }
}
.top-banner__item {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
  border: solid 3px transparent;
}
.top-banner__item:hover {
  border-color: #ff008e;
}
.top-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-news {
  padding-block: 64px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .top-news {
    padding-top: 167px;
    padding-bottom: 190px;
  }
}
.top-news__inner {
  width: calc(100% - 48px);
  margin-inline: auto;
  max-width: 1250px;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px 40px;
}
@media screen and (min-width: 1000px) {
  .top-news__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-news__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 66px;
}
@media screen and (min-width: 768px) {
  .top-news__head {
    margin-top: 20px;
  }
}
.top-news__head-inner {
  display: flex;
  align-items: center;
  gap: 2px 16px;
}
@media screen and (min-width: 768px) {
  .top-news__head-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-news__title {
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
}
.top-news__title--en {
  font-family: "Cormorant Infant", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-news__title--en {
    font-size: 6.4rem;
  }
}
.top-news__body {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-news__body {
    max-width: 880px;
  }
}
.top-news__link {
  display: flex;
  justify-content: center;
}
.top-news__link--head {
  display: none;
}
@media screen and (min-width: 1000px) {
  .top-news__link--head {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .top-news__link--body {
    display: none;
  }
}
.top-news__no-post-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__no-post-text {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-news .vertical-post {
    padding-left: 10px;
    padding-right: 45px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-news .vertical-post__meta {
    column-gap: 20px;
  }
}

.bridge {
  display: grid;
  position: relative;
  place-items: center;
  background-color: #ff008e;
  overflow: hidden;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bridge {
    min-height: 520px;
    padding-top: 170px;
    padding-bottom: 168px;
  }
}
@media screen and (min-width: 768px) {
  .bridge {
    padding: 80px 40px 272px;
    aspect-ratio: 16/12;
    max-height: 920px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1230px) {
  .bridge {
    padding-bottom: 200px;
    aspect-ratio: 16/8;
  }
}
@media screen and (min-width: 1500px) {
  .bridge {
    padding-bottom: 120px;
  }
}
.bridge__container {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  align-items: center;
}
.bridge__text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bridge__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .bridge__text {
    font-size: 2.4rem;
  }
}
.bridge__text em {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .bridge__text em {
    font-size: 3.2rem;
  }
}
.bridge::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url("../../images/bg_text-circle.png");
  background-size: 100% 100%;
  background-position: center;
  transform-origin: center;
  animation: rotateAnimation 90s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
  width: 520px;
  height: 520px;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .bridge::before {
    width: 720px;
    height: 720px;
  }
}
@media screen and (min-width: 1000px) {
  .bridge::before {
    width: 842px;
    height: 842px;
  }
}
.bridge::before svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bridge .button__double-border {
    margin-top: 2.5em;
    max-width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .bridge .button__double-border {
    margin-top: 2.5em;
    max-width: 284px;
  }
}