/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #c7ac5d;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #08123b;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #c7ac5d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100dvh;
}
.l-header__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 250px);
  padding-bottom: 16.25rem;
}
.l-header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 250px);
}
.l-header__copy {
  width: clamp(3.125rem, 3.66vw, 4.6875rem);
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(12.5rem, 14.64vw, 18.75rem);
}
.l-header__nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 1.125rem;
  color: #c7ac5d;
}

.l-hum {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 65px;
  height: 65px;
  background-color: #836b3b;
  border: none;
  border-radius: 50%;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #c7ac5d;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 7px);
}
.l-hum span:nth-child(2) {
  top: calc(50% + 7px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.l-hum.is-active span:nth-child(3) {
  display: none;
}

@media all and (min-width: 961px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-link::before {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 1rem;
    content: "";
    background: url("../images/common/icon_star.png") no-repeat center/contain;
    opacity: 0;
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover::before {
    opacity: 1;
  }
  .l-header__nav-item.--is-active .l-header__nav-link::before {
    opacity: 1;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .l-header {
    z-index: 4;
    height: inherit;
  }
  .l-header__left {
    display: none;
  }
  .l-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    background: rgba(8, 18, 59, 0.95);
  }
  .l-header__menu::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.875rem;
    height: 20rem;
    content: "";
    background: transparent url("../images/common/bg_menu.png") no-repeat left bottom/cover;
    mix-blend-mode: lighten;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 100dvh;
    padding: 5rem 5.25rem;
    gap: 1.25rem;
  }
  .l-header__nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100dvh;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .l-header__nav-item {
    width: 100%;
  }
  .l-header__nav-link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 1.875rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 1.66;
  }
  .l-header__nav-link::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.75rem;
    height: 0.75rem;
    content: "";
    border-top: 1px solid #c7ac5d;
    border-left: 1px solid #c7ac5d;
    transform: rotate(135deg) translateY(50%);
  }
}
/* footer */
.l-footer {
  padding: 5rem 0 1.25rem;
  margin-top: 12.5rem;
  background-color: #f5f5f5;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
}

/* main */
.l-all {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 14, 44, 0.5) 0%, #05165c 100%);
}
.l-all::after, .l-all::before {
  position: fixed;
  width: 27.5rem;
  height: 40.625rem;
  content: "";
  mix-blend-mode: lighten;
}
.l-all::after {
  right: 0;
  bottom: 0;
  background: url("../images/common/bg_rightside.png") no-repeat right bottom/cover;
}
.l-all::before {
  top: 0;
  left: 0;
  background: url("../images/common/bg_leftside.png") no-repeat left top/cover;
}

.l-container {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
}

.l-article {
  position: relative;
  z-index: 3;
}

.l-slide-pc {
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 1;
  display: flex;
  width: calc(50% + 250px);
}

.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.4375rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 960px) {
  .l-slide-pc {
    display: none;
  }
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  width: 100%;
  max-width: 31.25rem;
  min-height: 3.875rem;
  padding: 0 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #010929;
  cursor: pointer;
  background-color: #c7ac5d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border-top: 1px solid #010929;
  border-left: 1px solid #010929;
  transform: rotate(135deg) translateY(50%);
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 3.3125rem;
  font-family: "Instrument Serif", serif;
  font-size: 3.4375rem;
  line-height: 1;
  color: #c7ac5d;
}
.c-heading-h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
  background: url("../images/common/icon_star.png") no-repeat center/contain;
  transform: translateX(-50%);
}

.c-heading-h3 {
  display: inline-block;
  font-family: "Instrument Serif", serif;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #c7ac5d;
}

.c-heading-h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #c7ac5d;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #333;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 1.5;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
  line-height: 2.428;
}
.c-text.--shadow {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}

/* project */
.p-box {
  padding: 2.75rem 1.3125rem 2.25rem;
  background: rgba(28, 43, 103, 0.5);
}
.p-box__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
}
.p-box__text {
  margin-top: 0.875rem;
  font-size: 0.75rem;
  line-height: 2.5;
  color: #fff;
}

.p-feature__item {
  display: flex;
  gap: 1.0625rem;
  padding: 1.375rem;
  background: rgba(1, 9, 41, 0.9);
}
.p-feature__item + .p-feature__item {
  margin-top: 0.375rem;
}
.p-feature__num {
  display: flex;
  align-items: center;
  min-width: 22px;
  height: 4.4375rem;
  font-family: "Instrument Serif", serif;
  font-size: 12px;
  font-size: 3.4375rem;
}
.p-feature__title {
  margin-bottom: 0.375rem;
}
.p-feature__title-sub {
  margin: 1rem 0 0.75rem;
}
.p-feature__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #fff;
}
.p-feature__text.--xxsm {
  margin-top: 0.625rem;
  font-size: 0.625rem;
}

.p-illumination__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.p-illumination__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-illumination__content {
  padding: 1.5rem 1.1875rem 2.75rem;
}
.p-illumination__title {
  font-weight: bold;
  text-align: center;
}
.p-illumination__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  margin-top: 0.4375rem;
  font-size: 0.75rem;
  color: #010929;
}
.p-illumination__sub.--bg-orange {
  background-color: #bf7332;
}
.p-illumination__sub.--bg-blue {
  background-color: #62a7a6;
}
.p-illumination__sub.--bg-yellow {
  background-color: #d1cc57;
}
.p-illumination__sub.--bg-pink {
  background-color: #cc7fa0;
}
.p-illumination__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
.p-illumination .swiper-wrapper {
  align-items: stretch;
}
.p-illumination .swiper-slide {
  width: 265px;
  height: auto;
}
.p-illumination .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.375rem !important;
  background-color: #1c2b67;
  opacity: 1;
}
.p-illumination .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7ac5d;
}

.p-mainvisual {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.p-mainvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mainvisual__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-mainvisual__copy {
  position: absolute;
  top: 4.625rem;
  right: 0;
  max-width: 79px;
}
.p-mainvisual__logo {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.75rem;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.p-mainvisual__logo img {
  width: 375px;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__swiper .swiper-slide {
    max-height: 37.5rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 0.875rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-slideshow {
  width: 100%;
}
.p-slideshow__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-slideshow__swiper .swiper-slide {
  max-width: 228px;
}

/* pages */
body.index .index-background {
  position: relative;
  z-index: 1;
  padding: 13.75rem 0 9.375rem;
  background: linear-gradient(180deg, rgba(7, 14, 44, 0) 0%, #08123b 100%);
}
body.index .index-background::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(7, 14, 44, 0) 0%, rgba(8, 18, 58, 0.94) 6%, #08123b 100%);
  opacity: 0.95;
}
body.index .index-intro {
  position: relative;
  z-index: 2;
}
body.index .index-intro__text {
  padding: 0 1.5rem;
  margin-top: 2.125rem;
}
body.index .index-story {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}
body.index .index-movie {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}
body.index .index-movie .c-heading {
  padding-bottom: 0;
  margin-bottom: 0.9375rem;
}
body.index .index-movie .c-heading::after {
  display: none;
}
body.index .index-movie__box {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body.index .index-movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.index .index-feature {
  position: relative;
  z-index: 2;
  padding-top: 5.5rem;
}
body.index .index-feature .p-feature {
  margin-top: 1.25rem;
}
body.index .index-feature .p-box {
  margin-top: 5rem;
}
body.index .index-feature__button {
  margin-top: 5rem;
}
body.index .index-illumination {
  position: relative;
  padding: 9.1875rem 0 9.9375rem;
  overflow: hidden;
  background-color: #08123b;
}
body.index .index-illumination::after, body.index .index-illumination::before {
  position: absolute;
  width: 31.25rem;
  height: 23.125rem;
  content: "";
  mix-blend-mode: lighten;
}
body.index .index-illumination::after {
  right: 0;
  bottom: 0;
  background: url("../images/index/bg_illumination_right.png") no-repeat right/cover;
}
body.index .index-illumination::before {
  top: 0;
  left: 0;
  background: url("../images/index/bg_illumination_left.png") no-repeat left/cover;
}
body.index .index-illumination .l-inner {
  position: relative;
  z-index: 1;
}
body.index .index-illumination__text {
  padding: 0 1.5rem;
}
body.index .index-illumination__map {
  margin-top: 4.3125rem;
}
body.index .index-illumination__map-tit {
  margin-bottom: 1.25rem;
}
body.index .index-illumination__map-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  padding: 0 1.375rem;
  margin-top: 1.875rem;
}
body.index .index-illumination__map-desc span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 15px) / 2);
  min-height: 2.4375rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  font-weight: bold;
  color: #010929;
}
body.index .index-illumination__map-desc span:nth-child(1) {
  background-color: #bf7332;
}
body.index .index-illumination__map-desc span:nth-child(2) {
  background-color: #62a7a6;
}
body.index .index-illumination__map-desc span:nth-child(3) {
  background-color: #d1cc57;
}
body.index .index-illumination__map-desc span:nth-child(4) {
  background-color: #cc7fa0;
}
body.index .index-illumination .p-illumination {
  margin-top: 4.5rem;
}
body.index .index-event {
  padding: 5rem 0 6.25rem;
  background: linear-gradient(180deg, #08123b 0%, #05165c 100%);
}
body.index .index-event__item {
  margin-top: 2rem;
}
body.index .index-event__item + .index-event__item {
  margin-top: 0.625rem;
}
body.index .index-event__link {
  display: block;
  transition: 0.3s linear opacity;
}
body.index .index-event__link:hover {
  opacity: 0.7;
}
body.index .index-event__canalcity {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  body.index .index-illumination {
    padding: 9.125rem 0 16.625rem;
  }
  body.index .index-illumination__map-desc {
    gap: 0.625rem 0.5625rem;
  }
  body.index .index-illumination__map-desc span {
    width: calc((100% - 9px) / 2);
    min-height: 1.75rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
/* js */
.js-fadein {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.js-fadein.is-active {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(15px);
}
.js-fadeup.is-active {
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}

.js-fadeout {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.js-fadeout.is-active {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}