/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  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%; /* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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, 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

/**
 * 1. 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;
}

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

/**
 * 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ------------------------
 *   Foundation/Font Face
 * -------------------------------- */
/* ------------------------
 *   Foundation/Base
 * -------------------------------- */
/* Cumulative Layout Shift optimization */
/* for Tablet */
@media (min-width: 640px) {
  :root {
    --rv: calc((100vw - var(--sb)) / 138);
    --cv: calc(1 * var(--rv));
  }
}
/* for PC (Scaling) */
/* for PC (Fixing) */
/* for PC (High resolution) */
@media (min-width: 1380px) {
  :root {
    --rv: calc((100vw - var(--sb)) / 138);
    --cv: calc(1 * var(--rv));
  }
}
/* for Mobile */
@media (max-width: 640px) {
  :root {
    --rv: calc((100vw - var(--sb)) / 64);
    --cv: calc(1 * var(--rv));
  }
}
/* Notify Javascript */
:root {
  --breakpoint-sp: 640;
  --breakpoint-tb: 0;
  --breakpoint-pc: 1380;
  --breakpoint-high: 1380;
}

body {
  margin: 0;
  opacity: 0;
  overflow-x: hidden;
}

*[class*=-m-],
*[class*=-m-]::before,
*[class*=-m-]::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

*[class*=-m-] {
  position: relative;
  margin: 0;
  padding: 0;
}

*[class*=-m-]::before,
*[class*=-m-]::after {
  display: block;
}

*[class*=-m-] > picture {
  display: flex;
}

*[class*=-m-] > a:not([class*=-m-]) {
  color: inherit;
  text-decoration: none;
}

ul[class*=-m-],
ol[class*=-m-] {
  list-style: none;
}

input[class*=-m-],
select[class*=-m-],
textarea[class*=-m-] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*[class*=-m-] img {
  image-rendering: -webkit-optimize-contrast;
}

/* End of base */
/* ------------------------
 *   Object/Component/
 * -------------------------------- */
.c-m-container {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: calc(0.3 * var(--rv));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: calc(9.5 * var(--rv));
  padding-top: calc(4 * var(--rv));
}

.c-m-container.--lower {
  padding-top: calc(6.5 * var(--rv));
}

@media (max-width: 640px) {
  .c-m-container {
    padding: calc(3 * var(--rv));
  }
}
/* ------------------------
 *   Object/Component/Fade
 * -------------------------------- */
.is-m-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.c-m-fade-in--left {
  transform: translate(calc(5 * var(--rv)), 0) scale(1) rotate(0);
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-in--right {
  transform: translate(calc(-5 * var(--rv)), 0) scale(1) rotate(0);
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-in--down {
  transform: translate(0, calc(-5 * var(--rv))) scale(1) rotate(0);
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-in--up {
  transform: translate(0, calc(5 * var(--rv))) scale(1) rotate(0);
  transition: opacity 0.5s, transform 0.5s;
}

.c-m-fade-zoom--in {
  transform: translate(0, 0) scale(0) rotate(0);
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-zoom--out {
  transform: translate(0, 0) scale(2) rotate(0);
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}

.c-m-fade-rotate--left {
  transform: translate(0, 0) scale(1) rotateZ(360deg);
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-rotate--right {
  transform: translate(0, 0) scale(1) rotateZ(-360deg);
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-rotate--in {
  transform: translate(0, 0) scale(0) rotateZ(360deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-m-fade-rotate--out {
  transform: translate(0, 0) scale(2) rotateZ(-360deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-m-fade-rotate--x {
  transform: translate(0, 0) scale(1) rotateX(180deg);
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-m-fade-rotate--y {
  transform: translate(0, 0) scale(1) rotateY(180deg);
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}

.c-m-fade-delay01 {
  transition-delay: 0.25s;
}

.c-m-fade-delay02 {
  transition-delay: 0.5s;
}

.c-m-fade-delay03 {
  transition-delay: 0.75s;
}

.c-m-fade-delay04 {
  transition-delay: 1s;
}

.is-m-show {
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0);
}

@media (max-width: 640px) {
  .c-m-fade-delay01 {
    transition-delay: 0s;
  }
  .c-m-fade-delay02 {
    transition-delay: 0s;
  }
  .c-m-fade-delay03 {
    transition-delay: 0s;
  }
  .c-m-fade-delay04 {
    transition-delay: 0s;
  }
}
/* ------------------------
 *   Object/Component/Inner
 * -------------------------------- */
.c-m-inner {
  max-width: calc(138 * var(--rv));
  margin: 0 auto;
}
.c-m-inner__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: calc(138 * var(--rv));
  max-width: calc(138 * var(--rv));
  margin: 0 auto;
}
.c-m-inner__content--expand {
  min-width: 100%;
  max-width: 100%;
}
.c-m-inner__content > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-left: calc(14.5 * var(--rv));
  padding-right: calc(14.5 * var(--rv));
}
.c-m-inner--wide {
  max-width: 100vw;
}

@media (max-width: 0px) {
  .c-m-inner {
    max-width: 100vw;
  }
  .c-m-inner__content {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .c-m-inner {
    max-width: 100vw;
  }
  .c-m-inner__content {
    min-width: 100%;
    max-width: 100%;
  }
  .c-m-inner__content > div {
    padding-left: calc(3 * var(--rv));
    padding-right: calc(3 * var(--rv));
  }
}
/* ------------------------
 *   Object/Component/
 * -------------------------------- */
.c-m-list-news {
  width: 100%;
}
.c-m-list-news__cat {
  background-color: #cccccc;
  border-radius: calc(0.2 * var(--rv));
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: calc(8.3 * var(--rv));
  height: calc(2.2 * var(--rv));
}
.c-m-list-news__cat.--event {
  background-color: #d87857;
  margin-top: calc(0.2 * var(--rv));
}
.c-m-list-news__cat.--race {
  background-color: #ae91d0;
  margin-top: calc(0.2 * var(--rv));
}
.c-m-list-news__cat.--news {
  background-color: #43b74d;
  margin-top: calc(0.2 * var(--rv));
}

.c-m-list-news li {
  border-top: calc(0.1 * var(--rv)) solid #97a3e0;
  width: 100%;
}

.c-m-list-news li:nth-last-child(1) {
  border-bottom: calc(0.1 * var(--rv)) solid #97a3e0;
}

.c-m-list-news li a {
  display: flex;
  padding: calc(1.3 * var(--rv)) calc(1 * var(--rv));
}

.c-m-list-news li a:hover > p {
  text-decoration: underline;
}

.c-m-list-campaign {
  display: flex;
}

.c-m-list-campaign li {
  margin-bottom: calc(1 * var(--rv));
}

@media (max-width: 640px) {
  .c-m-list-news__cat {
    min-width: calc(12.3 * var(--rv));
    height: calc(3.2 * var(--rv));
  }
  .c-m-list-news__cat.--event {
    margin-top: calc(0.3 * var(--rv));
  }
  .c-m-list-news li a {
    flex-wrap: wrap;
    padding: calc(1.2 * var(--rv)) 0;
  }
  .c-m-list-campaign {
    flex-direction: column;
    margin-bottom: calc(3.8 * var(--rv));
  }
  .c-m-list-campaign li {
    margin-bottom: 0;
  }
}
/* ------------------------
 *   Object/Component/
 * -------------------------------- */
.c-m-card-latest {
  display: flex;
  flex-direction: column;
}

.c-m-card-latest a {
  border-radius: calc(0.5 * var(--rv));
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.c-m-card-latest a:hover img {
  transform: scale(1.1);
}

.c-m-card-latest figcaption {
  background-color: #1e66fb;
  margin-top: calc(-0.4 * var(--rv));
  padding: calc(0.8 * var(--rv));
}

.c-m-card-latest img {
  transition: transform 0.5s;
}

.c-m-card-latest.is-m-disabled a {
  pointer-events: none;
}

.c-m-card-latest.is-m-disabled figcaption {
  background-color: #f0fbfe;
  color: #888888;
}

.c-m-card-latest.is-m-disabled img {
  filter: brightness(0.4);
}

.c-m-card-road {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(44 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
}

.c-m-card-road__button {
  background-color: #081a6f;
  border-radius: calc(0.5 * var(--rv));
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(18 * var(--rv));
  height: calc(6 * var(--rv));
  margin: calc(-9.5 * var(--rv)) calc(1.5 * var(--rv)) 0;
  transition: opacity 0.5s;
}

.c-m-card-road__button:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .c-m-card-latest figcaption {
    padding: calc(1 * var(--rv));
  }
  .c-m-card-road {
    width: 100%;
    margin-bottom: calc(6 * var(--rv));
  }
  .c-m-card-road__button {
    margin-top: calc(-10.5 * var(--rv));
    margin-left: calc(3.5 * var(--rv));
    margin-right: calc(3.5 * var(--rv));
    transform: scale(1.2);
  }
}
/* ------------------------
 *   Object/Component/
 * -------------------------------- */
.c-m-button-event {
  background-color: #ffffff;
  border: calc(0.2 * var(--rv)) solid #2c72fa;
  border-radius: calc(0.5 * var(--rv));
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s, color 0.5s;
  width: calc(35 * var(--rv));
  height: calc(7 * var(--rv));
}

.c-m-button-event span {
  background-color: #2c72fa;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
  position: absolute;
  top: calc(-0.8 * var(--rv));
  width: calc(10 * var(--rv));
}

.c-m-button-event.is-m-disabled {
  border-color: #ffffff;
  pointer-events: none;
}

@media (max-width: 640px) {
  .c-m-button-event {
    width: calc(18 * var(--rv));
    height: calc(16 * var(--rv));
  }
  .c-m-button-event span {
    top: calc(-1.5 * var(--rv));
    width: calc(14 * var(--rv));
  }
}
/* ------------------------
 *   Object/Component/
 * -------------------------------- */
.c-m-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: calc(-77 * var(--rv));
  left: 0;
  width: 100vw;
  height: 100%;
}
.c-m-menu__input {
  visibility: hidden;
  position: absolute;
}
.c-m-menu__label {
  /* filter: drop-shadow(0 0 rv(2) #000000); */
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(-6 * var(--rv));
  right: calc(4 * var(--rv));
  z-index: 20;
  width: calc(6 * var(--rv));
  height: calc(5 * var(--rv));
}
.c-m-menu__label span {
  background-color: #ffffff;
  border-radius: calc(0.3 * var(--rv));
  content: "";
  position: relative;
  transition: background 0.25s;
  width: calc(6 * var(--rv));
  height: calc(0.3 * var(--rv));
}
.c-m-menu__label span::before {
  background-color: #ffffff;
  border-radius: calc(0.3 * var(--rv));
  content: "";
  position: absolute;
  top: calc(-2 * var(--rv));
  transition: transform 0.5s;
  width: calc(6 * var(--rv));
  height: calc(0.3 * var(--rv));
}
.c-m-menu__label span::after {
  background-color: #ffffff;
  border-radius: calc(0.3 * var(--rv));
  content: "";
  position: absolute;
  top: calc(2 * var(--rv));
  transition: transform 0.5s;
  width: calc(6 * var(--rv));
  height: calc(0.3 * var(--rv));
}
.c-m-menu__input:checked ~ .c-m-menu__label {
  position: fixed;
  top: calc(4 * var(--rv));
  right: calc(4 * var(--rv));
}
.c-m-menu__input:checked ~ .c-m-menu__label span {
  background-color: transparent;
}
.c-m-menu__input:checked ~ .c-m-menu__label span::before {
  background-color: #ffffff;
  top: 0;
  transform: rotate(45deg);
}
.c-m-menu__input:checked ~ .c-m-menu__label span::after {
  background-color: #ffffff;
  top: 0;
  transform: rotate(-45deg);
}
.c-m-menu__input:checked ~ .c-m-menu__content {
  background-color: rgba(12, 18, 80, 0.95);
  visibility: visible;
}
.c-m-menu__input:checked ~ .c-m-menu__content .c-m-menu__list {
  transform: translateX(0);
}
.c-m-menu__content {
  width: 100%;
}
.c-m-menu__content.is-m-fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
}
.c-m-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-m-menu__list::before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - calc(120 * var(--rv))) / 2);
  height: calc(7 * var(--rv));
}
.c-m-menu__list::after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - calc(120 * var(--rv))) / 2);
  height: calc(7 * var(--rv));
}

.c-m-menu.--lower {
  bottom: calc(-10 * var(--rv));
  z-index: 1;
}

@media (max-width: 640px) {
  .c-m-menu {
    bottom: calc(-10 * var(--rv));
  }
  .c-m-menu__label {
    display: flex;
  }
  .c-m-menu__content {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    transition: background 0.5s, visibility 0.5s;
    z-index: 10;
  }
  .c-m-menu__content.is-m-fixed {
    background-color: transparent;
  }
  .c-m-menu__list {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding: calc(15.5 * var(--rv)) calc(3 * var(--rv));
    overflow-x: hidden;
    transform: translateX(105vw);
    transition: transform 0.5s;
  }
}
/* ------------------------
 *   Object/Utility/Browser
 * -------------------------------- */
.u-m-browser-ie {
  position: relative;
}

.u-m-browser-edge {
  position: relative;
}

.u-m-browser-chrome {
  position: relative;
}

.u-m-browser-firefox {
  position: relative;
}

.u-m-browser-safari {
  position: relative;
}

/* ------------------------
 *   Object/Utility/Only
 * -------------------------------- */
.u-m-only-pc {
  display: block;
}

.u-m-only-sp {
  display: none;
}

.u-m-only-pc--flex {
  display: flex;
}

.u-m-only-sp--flex {
  display: none;
}

.u-m-only-pc--inline {
  display: inline;
}

.u-m-only-sp--inline {
  display: none;
}

.u-m-only-pc--inline-block {
  display: inline-block;
}

.u-m-only-sp--inline-block {
  display: none;
}

.u-m-only-pc--inline-flex {
  display: inline-flex;
}

.u-m-only-sp--inline-flex {
  display: none;
}

@media (max-width: 640px) {
  .u-m-nobr {
    display: none; /* Disable line breaks. And wrap the content. */
  }
  .u-m-only-pc {
    display: none;
  }
  .u-m-only-sp {
    display: block;
  }
  .u-m-only-pc--flex {
    display: none;
  }
  .u-m-only-sp--flex {
    display: flex;
  }
  .u-m-only-pc--inline {
    display: none;
  }
  .u-m-only-sp--inline {
    display: inline;
  }
  .u-m-only-pc--inline-block {
    display: none;
  }
  .u-m-only-sp--inline-block {
    display: inline-block;
  }
  .u-m-only-pc--inline-flex {
    display: none;
  }
  .u-m-only-sp--inline-flex {
    display: inline-flex;
  }
}
/* ------------------------
 *   Object/Utility/Platform
 * -------------------------------- */
.u-m-platform-windows {
  position: relative;
}

.u-m-platform-android {
  position: relative;
}

.u-m-platform-ios {
  position: relative;
}

.u-m-platform-macintosh {
  position: relative;
}

/* ------------------------
 *   Object/Project//about
 * -------------------------------- */
body:has(.p-m-about) {
  background: url(../img/about/about-back.webp) center top/100% 100% no-repeat;
}

.p-m-about .p-m-content__text {
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.8 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-about .p-m-content__sign {
  text-align: right;
  width: 100%;
  margin-top: calc(2.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-about .p-m-content__h2 {
  text-align: center;
  width: 100%;
  color: #3449c0;
  font: 900 calc(4 * var(--cv))/1 "NotoSerifJP-Black", "Noto Serif JP", serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-about .p-m-content__cap {
  color: #666666;
  font: 400 calc(1.399 * var(--cv))/1.57 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-about .p-m-content__container {
  margin-top: calc(3 * var(--rv));
}
.p-m-about .p-m-content__hr {
  background-color: #69bff2;
  width: 100%;
  height: calc(0.1 * var(--rv));
  margin-top: calc(9.2 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
}
.p-m-about .p-m-content__image {
  display: flex;
  margin: calc(3 * var(--rv)) 0;
}
.p-m-about .p-m-content__image img {
  width: calc(47.9 * var(--rv));
  height: calc(20.6 * var(--rv));
  object-fit: contain;
}
.p-m-about .p-m-content__picture {
  display: flex;
  flex-direction: column;
  margin: calc(3.5 * var(--rv)) 0;
}
.p-m-about .p-m-content__picture img {
  width: calc(90 * var(--rv));
  height: calc(48 * var(--rv));
  object-fit: contain;
}

@media (max-width: 640px) {
  .p-m-about .p-m-content__text {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-m-about .p-m-content__sign {
    margin-top: calc(3.4 * var(--rv));
    font-size: calc(2.4 * var(--cv));
    line-height: 2;
  }
  .p-m-about .p-m-content__cap {
    margin-top: calc(0.5 * var(--rv));
    font-size: calc(1.8 * var(--cv));
    line-height: 1.57;
  }
  .p-m-about .p-m-content__container {
    margin-top: calc(4 * var(--rv));
  }
  .p-m-about .p-m-content__hr {
    margin-top: calc(3.2 * var(--rv));
  }
  .p-m-about .p-m-content__image img {
    width: calc(47.9 * var(--rv));
    height: calc(20.6 * var(--rv));
    object-fit: contain;
  }
  .p-m-about .p-m-content__picture {
    margin: calc(2.5 * var(--rv)) 0;
  }
  .p-m-about .p-m-content__picture img {
    width: calc(52 * var(--rv));
    height: calc(27.7 * var(--rv));
    object-fit: contain;
  }
}
/* ------------------------
 *   Object/Project//history
 * -------------------------------- */
body:has(.p-m-campaign) {
  background: url(../img/about/about-back.webp) center top/100% 100% no-repeat;
}

.p-m-campaign .p-m-content__text {
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/1.97 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__sign {
  text-align: right;
  width: 100%;
  margin-top: calc(4.9 * var(--rv));
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__container {
  margin-top: calc(3 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
  padding-top: calc(4.5 * var(--rv));
}
.p-m-campaign .p-m-content__h2 {
  text-align: center;
  margin-bottom: calc(2.5 * var(--rv));
  color: #3449c0;
  font: 700 calc(3.2 * var(--cv))/1.55 "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-m-campaign .p-m-content__image img {
  width: calc(52 * var(--rv));
  height: calc(73.5 * var(--rv));
  object-fit: contain;
}
.p-m-campaign .p-m-content__cap {
  margin-top: calc(0.5 * var(--rv));
  margin-bottom: calc(3 * var(--rv));
  color: #666666;
  font: 400 calc(1.399 * var(--cv))/1.55 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__text {
  color: #000000;
  font: 400 calc(2 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__box {
  background-color: #ffffff;
  border: calc(0.1 * var(--rv)) solid #bce7f5;
  border-radius: calc(0.5 * var(--rv));
  width: 100%;
  margin-top: calc(2 * var(--rv));
  padding: calc(2.5 * var(--rv)) calc(5 * var(--rv)) calc(5 * var(--rv));
}
.p-m-campaign .p-m-content__head {
  margin-right: calc(0.5 * var(--rv));
  color: #888888;
  font: 700 calc(1.4 * var(--cv))/3.64 "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__data {
  color: #000000;
  font: 400 calc(2 * var(--cv))/2.5 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content__note {
  margin-top: calc(2 * var(--rv));
  color: #000000;
  font: 400 calc(1.6 * var(--cv))/1.75 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-campaign .p-m-content a {
  color: #0033ff;
  text-decoration: underline;
}
.p-m-campaign .p-m-content a:hover {
  text-decoration: none;
}

@media (max-width: 640px) {
  .p-m-campaign .p-m-content__text {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-m-campaign .p-m-content__sign {
    margin-top: calc(3.4 * var(--rv));
    font-size: calc(2.4 * var(--cv));
    line-height: 2;
  }
  .p-m-campaign .p-m-content__container {
    margin-top: calc(4 * var(--rv));
  }
  .p-m-campaign .p-m-content__container {
    padding-top: calc(2.5 * var(--rv));
    padding-bottom: calc(8 * var(--rv));
  }
  .p-m-campaign .p-m-content__image img {
    width: 100%;
    height: auto;
  }
  .p-m-campaign .p-m-content__cap {
    margin-bottom: calc(2 * var(--rv));
    font-size: calc(1.599 * var(--cv));
    line-height: 1.55;
  }
  .p-m-campaign .p-m-content__box {
    margin-top: calc(3.5 * var(--rv));
    padding: calc(2.5 * var(--rv)) calc(3 * var(--rv)) calc(3 * var(--rv));
  }
  .p-m-campaign .p-m-content__head {
    font-size: calc(1.8 * var(--cv));
    line-height: 1.54;
  }
  .p-m-campaign .p-m-content__data {
    font-size: calc(2.2 * var(--cv));
    line-height: 1.95;
  }
  .p-m-campaign .p-m-content__note {
    font-size: calc(1.8 * var(--cv));
    line-height: 1.8;
  }
}
/* ------------------------
 *   Object/Project//common
 * -------------------------------- */
main .p-m-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: calc(4 * var(--rv));
}
main .p-m-content__top {
  flex: 0 0 100%;
  width: 100%;
  align-items: center;
}
main .p-m-content__en {
  color: #ffffff;
  font: 900 calc(1.2 * var(--cv))/1 "NotoSerifJP-Black", "Noto Serif JP", serif;
  letter-spacing: 0.3em;
  white-space: pre-line;
}
main .p-m-content__h1 {
  border-bottom: calc(0.1 * var(--rv)) solid #ffffff;
  color: #fff800;
  font: 700 calc(2.8 * var(--cv))/1 "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  white-space: pre-line;
}
main .p-m-content__h1.--p01 {
  padding: calc(1 * var(--rv));
  padding-top: 0;
  padding-bottom: calc(0.8 * var(--rv));
}
main .p-m-content__h1.--m01 {
  margin-top: calc(-0.3 * var(--rv));
  margin-bottom: calc(0.8 * var(--rv));
}

main .p-m-pickup {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
main .p-m-pickup__top {
  background-color: rgba(56, 115, 234, 0.4);
  flex: 0 0 100%;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  padding-top: calc(3 * var(--rv));
  padding-bottom: calc(3 * var(--rv));
}
main .p-m-pickup__cap {
  text-align: center;
  margin-top: calc(0.5 * var(--rv));
  color: #ffffff;
  font: 700 calc(1.6 * var(--cv))/1.44 "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
main .p-m-pickup__h2 {
  text-align: center;
  width: 100%;
  margin-bottom: calc(3.5 * var(--rv));
  color: #081a6f;
  font: 700 calc(2 * var(--cv))/1 "NotoSerifJP-Bold", "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  white-space: pre-line;
}
main .p-m-pickup__thumb {
  display: flex;
  flex-direction: column;
  margin: 0 calc(1 * var(--rv));
}
main .p-m-pickup__thumb img {
  width: calc(20 * var(--rv));
  height: calc(12.5 * var(--rv));
  object-fit: contain;
  transition: opacity 0.5s;
}
main .p-m-pickup__thumb:hover img {
  opacity: 0.7;
}

@media (max-width: 640px) {
  main .p-m-content {
    padding-top: calc(4 * var(--rv));
    padding-bottom: calc(6 * var(--rv));
  }
  main .p-m-content__en {
    font-size: calc(1.4 * var(--cv));
    line-height: 1;
  }
  main .p-m-content__h1 {
    font-size: calc(3.6 * var(--cv));
    line-height: 1;
  }
  main .p-m-pickup__top {
    justify-content: space-between;
  }
  main .p-m-pickup__cap {
    margin-bottom: calc(4.5 * var(--rv));
    font-size: calc(2.3 * var(--cv));
    line-height: 1.44;
  }
  main .p-m-pickup__h2 {
    margin-bottom: calc(3 * var(--rv));
    font-size: calc(3 * var(--cv));
    line-height: 1;
  }
  main .p-m-pickup__thumb img {
    width: calc(26 * var(--rv));
    height: calc(16.2 * var(--rv));
    object-fit: contain;
  }
}
/* ------------------------
 *   Object/Project//data
 * -------------------------------- */
body:has(.p-m-data) {
  background: url(../img/about/about-back.webp) center top/100% 100% no-repeat;
}

.p-m-data .p-m-content__text {
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/1.97 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-data .p-m-content__sign {
  text-align: right;
  width: 100%;
  margin-top: calc(4.9 * var(--rv));
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-data .p-m-content__container {
  font: 100%/1 "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(3 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
  padding-left: calc(14.5 * var(--rv));
  padding-right: calc(14.5 * var(--rv));
}
.p-m-data .p-m-content__container > h2 {
  margin-bottom: 0.8em;
  font-size: calc(3.2 * var(--cv));
  font-weight: 600;
  line-height: 1.4;
}
.p-m-data .p-m-content__container .note {
  margin-bottom: 1em;
  font-size: calc(1.6 * var(--cv));
  line-height: 1.6;
}
.p-m-data .p-m-content__container .ttl {
  position: relative;
  margin: 3em 0 0.6em;
  padding: 0.4em calc(1.5 * var(--rv));
  background: #222;
  color: #fff;
  font-size: calc(2.4 * var(--cv));
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
}
.p-m-data .p-m-content__container .ttl:nth-of-type(1) {
  margin-top: 1.2em;
}
.p-m-data .p-m-content__container .ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-0.3 * var(--rv));
  left: calc(-0.3 * var(--rv));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(2.1 * var(--rv)) calc(2.1 * var(--rv)) 0 0;
  border-color: #a40000 transparent transparent transparent;
}
.p-m-data .p-m-content__container p {
  width: 100%;
  font-size: calc(1.9 * var(--cv));
  text-indent: 1em;
}
.p-m-data .p-m-content__container figure {
  font-size: calc(1.9 * var(--cv));
  width: 100%;
  margin: 1.2em auto;
}
.p-m-data .p-m-content__container figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: calc(0.5 * var(--rv)) auto;
}
.p-m-data .p-m-content__container .sign {
  margin: 1em 0 2em;
  text-align: right;
}
.p-m-data .p-m-content__container .caution {
  width: 100%;
  margin-bottom: calc(10 * var(--rv));
  font-size: calc(1.4 * var(--cv));
}
.p-m-data .p-m-content__container .caution dt, .p-m-data .p-m-content__container .caution dd {
  display: inline;
}
.p-m-data .p-m-content__container .caution dt {
  color: #a40000;
}
.p-m-data .p-m-content__container .pdfdata {
  width: 100%;
  margin-bottom: calc(4.2 * var(--rv));
  letter-spacing: -0.4em;
  text-align: center;
}
.p-m-data .p-m-content__container .pdfdata li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 calc(1 * var(--rv));
}
.p-m-data .p-m-content__container .pdfdata a {
  font-size: calc(2 * var(--cv));
  display: block;
  width: calc(27 * var(--rv));
  height: calc(5 * var(--rv));
  line-height: calc(4.9 * var(--rv));
  border-radius: calc(2 * var(--rv));
  background: #3b57dd;
  box-shadow: calc(-0.2 * var(--rv)) calc(-0.2 * var(--rv)) 0 0 #334bbe inset;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
}
.p-m-data .p-m-content__container .pdfdata a:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .p-m-data .p-m-content__text {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-m-data .p-m-content__sign {
    margin-top: calc(3.4 * var(--rv));
    font-size: calc(2.4 * var(--cv));
    line-height: 2;
  }
  .p-m-data .p-m-content__container {
    width: auto;
    margin-top: calc(4 * var(--rv));
    padding-left: calc(3 * var(--rv));
    padding-right: calc(3 * var(--rv));
    padding-bottom: calc(15 * var(--rv));
  }
  .p-m-data .p-m-content__container .ttl {
    font-size: calc(2.8 * var(--cv));
  }
  .p-m-data .p-m-content__container .ttl:before {
    border-width: calc(2.6 * var(--rv)) calc(2.6 * var(--rv)) 0 0;
  }
  .p-m-data .p-m-content__container p {
    font-size: calc(2.4 * var(--cv));
  }
  .p-m-data .p-m-content__container figure {
    font-size: calc(2.4 * var(--cv));
  }
  .p-m-data .p-m-content__container figure .note {
    font-size: calc(2 * var(--cv));
  }
  .p-m-data .p-m-content__container .caution {
    font-size: calc(2 * var(--cv));
  }
  .p-m-data .p-m-content__container .pdfdata {
    display: flex;
    margin: 0 calc(-1 * var(--rv)) calc(4 * var(--rv));
  }
  .p-m-data .p-m-content__container .pdfdata a {
    font-size: calc(2 * var(--cv));
    width: calc(25 * var(--rv));
    height: calc(5 * var(--rv));
    line-height: calc(5 * var(--rv));
    border-radius: calc(2.6 * var(--rv));
    transition: inherit;
  }
  .p-m-data .p-m-content__container .pdfdata a:hover {
    opacity: 1;
  }
}
/* ------------------------
 *   Object/Project//data
 * -------------------------------- */
body:has(.p-m-goal) {
  background: url(../img/about/about-back.webp) center top/100% 100% no-repeat;
}

.p-m-goal .p-m-content__text {
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/1.97 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-goal .p-m-content__sign {
  text-align: right;
  width: 100%;
  margin-top: calc(4.9 * var(--rv));
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-goal .p-m-content__container {
  font: 100%/1 "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  align-items: flex-start;
  margin-top: calc(3 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
  padding-left: calc(8 * var(--rv));
  padding-right: calc(8 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(44 * var(--rv));
  margin: 0 calc(4 * var(--rv)) calc(4.8 * var(--rv)) 0;
  padding-bottom: calc(2 * var(--rv));
  border-radius: calc(0.3 * var(--rv));
  background: #eaedda;
  text-align: center;
}
.p-m-goal .p-m-content__container .goalList > li:nth-of-type(odd) {
  margin-right: 0;
}
.p-m-goal .p-m-content__container .goalList > li.wd {
  display: block;
  width: calc(77.2 * var(--rv));
  margin: 0 auto calc(8.3 * var(--rv));
  padding: 0;
  border-radius: 0;
  background: 0 0;
}
.p-m-goal .p-m-content__container .goalList h3 {
  position: absolute;
  top: calc(-0.8 * var(--rv));
  left: calc(-0.6 * var(--rv));
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
}
.p-m-goal .p-m-content__container .goalList > li.wd h3 {
  position: relative;
  top: inherit;
  left: inherit;
  margin: auto auto calc(1.5 * var(--rv));
  color: #dead27;
  font-size: calc(2.8 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList h3.flag {
  position: absolute;
  display: inline-block;
  padding: 0.3em 0.45em 0.35em 0.5em;
  line-height: 1;
  background: #c0181e;
  color: #fff;
  font-size: calc(2.2 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList h3.flag:before, .p-m-goal .p-m-content__container .goalList h3.flag:after {
  content: "";
  position: absolute;
  display: block;
  right: calc(-0.5em + calc(0.1 * var(--rv)));
  width: 0;
  height: 0;
  border-style: solid;
}
.p-m-goal .p-m-content__container .goalList h3.flag:before {
  content: "";
  top: 0;
  border-width: 0.9em 0.5em 0 0;
  border-color: #c0181e transparent transparent transparent;
}
.p-m-goal .p-m-content__container .goalList h3.flag:after {
  content: "";
  bottom: 0;
  border-width: 0.9em 0 0 0.5em;
  border-color: transparent transparent transparent #c0181e;
}
.p-m-goal .p-m-content__container .goalList > li.wd h3 img {
  margin: auto;
}
.p-m-goal .p-m-content__container .goalList > li.wd p {
  height: auto;
  margin: 0;
  font-size: calc(2 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList .yt {
  position: relative;
  width: calc(77.2 * var(--rv));
  height: calc(47.3 * var(--rv));
  margin: 0 auto calc(2.4 * var(--rv));
  box-shadow: calc(-0.1 * var(--rv)) calc(0.1 * var(--rv)) calc(0.2 * var(--rv)) calc(0.1 * var(--rv)) rgba(0, 0, 0, 0.2);
  background: #000 url(../img/goal/frame_gold.webp) no-repeat 0 0/cover;
}
.p-m-goal .p-m-content__container .goalList iframe {
  position: absolute;
  top: calc(4 * var(--rv));
  left: calc(3.6 * var(--rv));
  width: calc(70 * var(--rv));
  height: calc(39.5 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList figure img {
  border-radius: calc(0.3 * var(--rv)) calc(0.3 * var(--rv)) 0 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: calc(2 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList p {
  margin: 0 calc(1.8 * var(--rv));
  color: #313131;
  font-size: calc(1.6 * var(--rv));
  line-height: 1.4;
  text-indent: 0;
}
.p-m-goal .p-m-content__container .goalList .btn {
  margin-top: calc(2 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList .btn li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: calc(20 * var(--rv));
  height: calc(6 * var(--rv));
  line-height: calc(6 * var(--rv));
  margin: 0 calc(0.3 * var(--rv));
}
.p-m-goal .p-m-content__container .goalList .btn li a {
  display: block;
  border-radius: calc(0.5 * var(--rv));
  background: #3e3911;
  color: #fff;
  font-size: calc(2 * var(--rv));
  transition: 0.5s;
}
.p-m-goal .p-m-content__container .goalList .btn li a:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .p-m-goal .p-m-content__top {
    padding-left: calc(2.5 * var(--rv));
    padding-right: calc(2.5 * var(--rv));
  }
  .p-m-goal .p-m-content__text {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-m-goal .p-m-content__sign {
    margin-top: calc(3.4 * var(--rv));
    font-size: calc(2.4 * var(--cv));
    line-height: 2;
  }
  .p-m-goal .p-m-content__container {
    width: 100%;
    margin-top: calc(4 * var(--rv));
    padding-left: calc(3 * var(--rv));
    padding-right: calc(3 * var(--rv));
    padding-bottom: calc(15 * var(--rv));
  }
  .p-m-goal .p-m-content__container .goalList {
    margin: auto;
  }
  .p-m-goal .p-m-content__container .goalList > li, .p-m-goal .p-m-content__container .goalList > li:nth-of-type(odd) {
    display: block;
    width: calc(50.6 * var(--rv));
    margin: 0 auto calc(4.8 * var(--rv));
  }
  .p-m-goal .p-m-content__container .goalList > li.wd {
    position: relative;
    left: calc(0.5 * var(--rv));
    width: calc(55.2 * var(--rv));
    margin: 0 0 calc(6 * var(--rv)) calc(-1.3 * var(--rv));
  }
  .p-m-goal .p-m-content__container .goalList .yt {
    width: calc(55.2 * var(--rv));
    height: calc(33.7 * var(--rv));
    background-size: calc(55.2 * var(--rv)) calc(33.7 * var(--rv));
  }
  .p-m-goal .p-m-content__container .goalList iframe {
    position: absolute;
    top: calc(3.1 * var(--rv));
    left: calc(3.2 * var(--rv));
    width: calc(48.8 * var(--rv));
    height: calc(27.5 * var(--rv));
  }
  .p-m-goal .p-m-content__container .goalList p {
    font-size: calc(1.8 * var(--rv));
  }
  .p-m-goal .p-m-content__container .goalList .btn li a {
    transition: inherit;
  }
  .p-m-goal .p-m-content__container .goalList .btn li a:hover {
    opacity: 1;
  }
}
/* ------------------------
 *   Object/Project//history
 * -------------------------------- */
body:has(.p-m-history) {
  background: url(../img/about/about-back.webp) center top/100% 100% no-repeat;
}

.p-m-history .p-m-content__text {
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.8 * var(--cv))/1.97 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-history .p-m-content__sign {
  text-align: right;
  width: 100%;
  margin-top: calc(4.9 * var(--rv));
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-history .p-m-content__container {
  margin-top: calc(3 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
}

@media (max-width: 640px) {
  .p-m-history .p-m-content__text {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-m-history .p-m-content__sign {
    margin-top: calc(3.4 * var(--rv));
    font-size: calc(2.4 * var(--cv));
    line-height: 2;
  }
  .p-m-history .p-m-content__container {
    margin-top: calc(4 * var(--rv));
  }
}
/* ------------------------
 *   Object/Project//index
 * -------------------------------- */
body {
  background: url(../img/index/index-back.webp) center calc(73.5 * var(--rv))/100% calc(100% - calc(73.5 * var(--rv))) no-repeat;
}

.p-m-index .p-m-mv {
  margin: 0;
  padding-top: 0;
  padding-bottom: calc(7 * var(--rv));
}
.p-m-index .p-m-mv__top {
  flex: 0 0 100%;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: calc(73.5 * var(--rv));
}
.p-m-index .p-m-mv__image {
  display: flex;
}
.p-m-index .p-m-mv__image img {
  width: calc(138 * var(--rv));
  height: calc(73.5 * var(--rv));
  object-fit: contain;
}
.p-m-index .p-m-mv__filter {
  position: absolute;
  top: 0;
  left: 0;
}
.p-m-index .p-m-mv__anim {
  position: absolute;
  top: 0;
  left: 0;
}
.p-m-index .p-m-mv__anim img {
  width: calc(138 * var(--rv));
  height: calc(73.5 * var(--rv));
  object-fit: contain;
}
.p-m-index .p-m-mv__catch {
  display: flex;
  position: absolute;
  top: calc(8.5 * var(--rv));
  right: calc(12.5 * var(--rv));
}
.p-m-index .p-m-mv__catch img {
  width: calc(42.3 * var(--rv));
  height: calc(19.4 * var(--rv));
  object-fit: contain;
}
.p-m-index .p-m-mv__title01 {
  display: flex;
  position: absolute;
  top: calc(50.5 * var(--rv));
  left: calc(12.3 * var(--rv));
}
.p-m-index .p-m-mv__title01 img {
  width: calc(9 * var(--rv));
  height: calc(3.2 * var(--rv));
  object-fit: contain;
}
.p-m-index .p-m-mv__title03 {
  display: flex;
  position: absolute;
  top: calc(62.5 * var(--rv));
  left: calc(12.4 * var(--rv));
}
.p-m-index .p-m-mv__title03 img {
  width: calc(43.7 * var(--rv));
  height: calc(3.4 * var(--rv));
  object-fit: contain;
}
.p-m-index .p-m-mv__title02 {
  display: flex;
  position: absolute;
  top: calc(53.2 * var(--rv));
  left: calc(11.8 * var(--rv));
}
.p-m-index .p-m-mv__title02 img {
  width: calc(50.6 * var(--rv));
  height: calc(9.5 * var(--rv));
  object-fit: contain;
}

.p-m-index .p-m-news {
  margin: 0;
  padding-top: calc(5 * var(--rv));
  padding-bottom: calc(3 * var(--rv));
}
.p-m-index .p-m-news__top {
  flex: 0 0 100%;
  width: 100%;
}
.p-m-index .p-m-news__date {
  color: #1e5dd7;
  font: 400 calc(1.594 * var(--cv))/1.5 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-news__date.--m01 {
  margin-left: calc(1.6 * var(--rv));
  margin-right: calc(3 * var(--rv));
}
.p-m-index .p-m-news__cat {
  color: #ffffff;
  font: 700 calc(1.3 * var(--cv))/1.5 "NotoSerifJP-Bold", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
.p-m-index .p-m-news__title {
  color: #000000;
  font: 400 calc(1.594 * var(--cv))/1.5 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-news__h2 {
  margin-bottom: calc(1 * var(--rv));
  color: #081a6f;
  font: 900 calc(2.8 * var(--cv))/1 "NotoSerifJP-Black", "Noto Serif JP", serif;
  letter-spacing: 0em;
  white-space: pre-line;
}

#Topics {
  display: block;
  position: relative;
  margin-top: calc(-6 * var(--rv));
  padding-top: calc(6 * var(--rv));
  z-index: -1;
}

.p-m-index .p-m-latest {
  margin: 0;
  padding-top: calc(3.5 * var(--rv));
  padding-bottom: calc(2 * var(--rv));
}
.p-m-index .p-m-latest__top {
  flex: 0 0 100%;
  width: 100%;
}
.p-m-index .p-m-latest__cap {
  text-align: center;
  color: #ffffff;
  font: 700 calc(1.6 * var(--cv))/1.44 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-latest__bottom .is-m-disabled .p-m-latest__cap {
  font-weight: 400;
}
.p-m-index .p-m-latest__note {
  text-align: center;
  color: #2e73fb;
  font: 500 calc(1.4 * var(--cv))/2.5 "NotoSerifJP-SemiBold", "Noto Serif JP", serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-latest__h2 {
  margin-bottom: calc(2 * var(--rv));
  color: #081a6f;
  font: 900 calc(2.8 * var(--cv))/1 "NotoSerifJP-Black", "Noto Serif JP", serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-latest__bottom {
  flex: 0 0 100%;
  flex-direction: row;
  gap: calc(3.5 * var(--rv)) calc(3 * var(--rv));
  width: 100%;
}
.p-m-index .p-m-latest__thumb {
  display: flex;
}
.p-m-index .p-m-latest__thumb img {
  width: calc(25 * var(--rv));
  height: calc(13 * var(--rv));
  object-fit: cover;
}

.p-m-index .p-m-event {
  margin: 0;
  padding-top: calc(2.5 * var(--rv));
  padding-bottom: calc(9 * var(--rv));
}
.p-m-index .p-m-event__top {
  flex: 0 0 100%;
  width: 100%;
}
.p-m-index .p-m-event__link.is-m-disabled {
  border-color: #ffffff;
  pointer-events: none;
  color: #bfbfbf;
}
.p-m-index .p-m-event__link.is-m-disabled span {
  background-color: #a8c6f1;
}
.p-m-index .p-m-event__link {
  color: #2c72fa;
  font: 900 calc(2.4 * var(--cv))/1.25 "NotoSansCJKjp-Black", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-event__link:hover {
  background-color: rgba(44, 114, 250, 0.6);
  color: #ffffff;
}
.p-m-index .p-m-event__ribbon {
  text-align: center;
  color: #ffffff;
  font: 700 calc(1.2 * var(--cv))/1.75 "NotoSerifJP-Bold", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
.p-m-index .p-m-event__h2 {
  margin-bottom: calc(3.2 * var(--rv));
  color: #081a6f;
  font: 900 calc(2.8 * var(--cv))/1.5 "NotoSerifJP-Black", "Noto Serif JP", serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-event__bottom {
  flex: 0 0 100%;
  flex-direction: row;
  gap: calc(2 * var(--rv));
  width: 100%;
}

.p-m-index .p-m-relation {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.p-m-index .p-m-relation__top {
  background-color: rgba(56, 115, 234, 0.4);
  flex: 0 0 100%;
  flex-direction: row;
  justify-content: center;
  padding-top: calc(2.5 * var(--rv));
  padding-bottom: calc(3.5 * var(--rv));
  width: 100%;
}
.p-m-index .p-m-relation__cap {
  text-align: center;
  margin-top: calc(0.5 * var(--rv));
  color: #f6f6f6;
  font: 700 calc(1.6 * var(--cv))/1.25 "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.p-m-index .p-m-relation__thumb {
  display: flex;
  flex-direction: column;
  margin: 0 calc(1 * var(--rv));
}
.p-m-index .p-m-relation__thumb img {
  transition: opacity 0.5s;
  width: calc(20 * var(--rv));
  height: calc(13.3 * var(--rv));
  object-fit: contain;
}
.p-m-index .p-m-relation__thumb:hover img {
  opacity: 0.7;
}
.p-m-index .p-m-relation__bottom {
  background-color: rgba(56, 115, 234, 0.4);
  flex: 0 0 100%;
  flex-direction: row;
  justify-content: center;
  margin-top: calc(0.1 * var(--rv));
  padding-top: calc(3 * var(--rv));
  padding-bottom: calc(3.5 * var(--rv));
  width: 100%;
}

@media (max-width: 640px) {
  .p-m-index .p-m-mv {
    padding-bottom: 0;
  }
  .p-m-index .p-m-mv__top {
    height: calc(96 * var(--rv));
  }
  .p-m-index .p-m-mv__image img {
    width: calc(64 * var(--rv));
    height: calc(96 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-mv__anim img {
    width: 100vw;
    height: auto;
    object-fit: contain;
  }
  .p-m-index .p-m-mv__catch {
    top: calc(68 * var(--rv));
    right: calc(3.6 * var(--rv));
  }
  .p-m-index .p-m-mv__catch img {
    width: calc(56.3 * var(--rv));
    height: calc(9.2 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-mv__title01 {
    top: calc(78.5 * var(--rv));
    left: calc(3.5 * var(--rv));
  }
  .p-m-index .p-m-mv__title01 img {
    width: calc(4 * var(--rv));
    height: calc(8.4 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-mv__title03 {
    top: calc(87.6 * var(--rv));
    left: calc(3.4 * var(--rv));
  }
  .p-m-index .p-m-mv__title03 img {
    width: calc(56.7 * var(--rv));
    height: calc(4.1 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-mv__title02 {
    top: calc(78 * var(--rv));
    left: calc(7.2 * var(--rv));
  }
  .p-m-index .p-m-mv__title02 img {
    width: calc(52.6 * var(--rv));
    height: calc(9.7 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-news {
    padding-top: calc(3 * var(--rv));
  }
  .p-m-index .p-m-news__top {
    align-items: center;
  }
  .p-m-index .p-m-news__date {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.5;
  }
  .p-m-index .p-m-news__date.--m01 {
    margin-left: calc(1.1 * var(--rv));
  }
  .p-m-index .p-m-news__cat {
    font-size: calc(2 * var(--cv));
    line-height: 1.5;
  }
  .p-m-index .p-m-news__title {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.5;
    width: 100%;
    margin: calc(0.7 * var(--rv)) 0;
  }
  .p-m-index .p-m-news__h2 {
    font-size: calc(3.8 * var(--cv));
    line-height: 1;
  }
  #Topics {
    margin-top: calc(-2 * var(--rv));
    padding-top: calc(2 * var(--rv));
  }
  .p-m-index .p-m-latest {
    padding-top: calc(3 * var(--rv));
    padding-bottom: calc(3 * var(--rv));
  }
  .p-m-index .p-m-latest__top {
    align-items: center;
  }
  .p-m-index .p-m-latest__h2 {
    font-size: calc(3.8 * var(--cv));
    line-height: 1;
  }
  .p-m-index .p-m-latest__thumb img {
    width: calc(27.5 * var(--rv));
    height: calc(14.3 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-latest__cap {
    font-size: calc(2.2 * var(--cv));
    line-height: 1.44;
  }
  .p-m-index .p-m-latest__note {
    font-size: calc(1.8 * var(--cv));
    line-height: 2.5;
    margin-bottom: calc(-2.2 * var(--rv));
  }
  .p-m-index .p-m-latest__bottom {
    gap: calc(3 * var(--rv));
  }
  .p-m-index .p-m-event {
    padding-top: calc(3 * var(--rv));
    padding-bottom: calc(7 * var(--rv));
  }
  .p-m-index .p-m-event__top {
    align-items: center;
  }
  .p-m-index .p-m-event__link {
    text-align: center;
  }
  .p-m-index .p-m-event__ribbon {
    font-size: calc(1.7 * var(--cv));
    line-height: 1.75;
  }
  .p-m-index .p-m-event__h2 {
    margin-bottom: calc(2.2 * var(--rv));
    font-size: calc(3.8 * var(--cv));
    line-height: 1.5;
  }
  .p-m-index .p-m-relation__thumb img {
    width: calc(26 * var(--rv));
    height: calc(17.3 * var(--rv));
    object-fit: contain;
  }
  .p-m-index .p-m-relation__top {
    justify-content: space-between;
    padding-top: calc(3.5 * var(--rv));
    padding-bottom: calc(1.5 * var(--rv));
  }
  .p-m-index .p-m-relation__cap {
    margin-bottom: calc(1.6 * var(--rv));
    font-size: calc(2.1 * var(--cv));
    line-height: 1.25;
  }
  .p-m-index .p-m-relation__bottom {
    justify-content: space-between;
    padding-top: calc(3.5 * var(--rv));
    padding-bottom: calc(4.5 * var(--rv));
  }
}
/* ------------------------
 *   Object/Project//road
 * -------------------------------- */
body:has(.p-m-road) {
  background: url(../img/about/about-back.webp) center top/100% 100% no-repeat;
}

.p-m-road .p-m-content__text {
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/1.97 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-road .p-m-content__sign {
  text-align: right;
  width: 100%;
  margin-top: calc(4.9 * var(--rv));
  margin-bottom: calc(1.9 * var(--rv));
  color: #000000;
  font: 400 calc(1.599 * var(--cv))/2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.p-m-road .p-m-content__container {
  display: flex;
  justify-content: space-between;
  margin-top: calc(3 * var(--rv));
  margin-bottom: calc(4 * var(--rv));
  padding-top: calc(5 * var(--rv));
  padding-left: calc(8.5 * var(--rv));
  padding-right: calc(8.5 * var(--rv));
  padding-bottom: calc(4.5 * var(--rv));
}
.p-m-road .p-m-content__button {
  color: #ffffff;
  font: 500 calc(2 * var(--cv))/1.2 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: normal;
}
.p-m-road .p-m-content__race {
  display: flex;
}
.p-m-road .p-m-content__race img {
  width: calc(44 * var(--rv));
  height: calc(61.6 * var(--rv));
  object-fit: contain;
}
.p-m-road .p-m-content__icon01 {
  display: flex;
  justify-content: center;
  width: calc(4.2 * var(--rv));
}
.p-m-road .p-m-content__icon01 img {
  width: calc(2.1 * var(--rv));
  height: calc(3 * var(--rv));
  object-fit: contain;
}
.p-m-road .p-m-content__icon02 {
  display: flex;
  justify-content: flex-end;
  width: calc(4.2 * var(--rv));
}
.p-m-road .p-m-content__icon02 img {
  width: calc(2.9 * var(--rv));
  height: calc(2 * var(--rv));
  object-fit: contain;
}

@media (max-width: 640px) {
  .p-m-road .p-m-content__text {
    font-size: calc(2.4 * var(--cv));
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-m-road .p-m-content__sign {
    margin-top: calc(3.4 * var(--rv));
    font-size: calc(2.4 * var(--cv));
    line-height: 2;
  }
  .p-m-road .p-m-content__container {
    margin-top: calc(4 * var(--rv));
    padding-left: calc(3 * var(--rv));
    padding-right: calc(3 * var(--rv));
  }
  .p-m-road .p-m-content__race img {
    width: 100%;
    height: auto;
  }
}
/* ------------------------
 *   Layout/Footer
 * -------------------------------- */
.l-m-footer {
  margin: 0;
  padding-top: calc(5.3 * var(--rv));
  padding-bottom: calc(8 * var(--rv));
}
.l-m-footer__copyright {
  color: #081a6f;
  font: 500 calc(1.2 * var(--cv))/2.5 "NotoSerifJP-SemiBold", "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  white-space: pre-line;
}
.l-m-footer__h2 {
  color: #081a6f;
  font: 500 calc(1.7 * var(--cv))/1.76 "NotoSerifJP-SemiBold", "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  white-space: pre-line;
}
.l-m-footer__logo {
  display: flex;
  margin-top: calc(3 * var(--rv));
  transition: opacity 0.5s;
}
.l-m-footer__logo:hover {
  opacity: 0.7;
}
.l-m-footer__logo img {
  width: calc(10.4 * var(--rv));
  height: calc(6.5 * var(--rv));
  object-fit: contain;
}
.l-m-footer__sns {
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 calc(1.2 * var(--rv));
  transition: opacity 0.5s;
}
.l-m-footer__sns img {
  width: calc(5.2 * var(--rv));
  height: calc(5.2 * var(--rv));
  object-fit: contain;
}
.l-m-footer__sns:hover {
  opacity: 0.7;
}

.l-m-footer .l-m-footer__top {
  flex: 0 0 100%;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.l-m-footer .l-m-footer__bottom {
  flex: 0 0 100%;
  align-items: center;
  padding-top: calc(3.5 * var(--rv));
  width: 100%;
}
.l-m-footer .l-m-footer__pagetop {
  background-color: #081a6f;
  border-radius: 100%;
  position: fixed;
  right: calc(5 * var(--rv));
  bottom: calc(-7.2 * var(--rv));
  transition: bottom 0.5s;
  width: calc(5 * var(--rv));
  height: calc(5 * var(--rv));
}
.l-m-footer .l-m-footer__pagetop.is-m-enabled {
  bottom: calc(7.2 * var(--rv));
}
.l-m-footer .l-m-footer__pagetop::before {
  background-color: #ffffff;
  border-radius: calc(0.3 * var(--rv));
  content: "";
  position: absolute;
  top: calc(2.2 * var(--rv));
  left: calc(1.3 * var(--rv));
  transform: rotate(-45deg);
  width: calc(1.5 * var(--rv));
  height: calc(0.3 * var(--rv));
}
.l-m-footer .l-m-footer__pagetop::after {
  background-color: #ffffff;
  border-radius: calc(0.3 * var(--rv));
  content: "";
  position: absolute;
  top: calc(2.2 * var(--rv));
  right: calc(1.3 * var(--rv));
  transform: rotate(45deg);
  width: calc(1.5 * var(--rv));
  height: calc(0.3 * var(--rv));
}

@media (max-width: 640px) {
  .l-m-footer {
    padding-top: calc(3.8 * var(--rv));
  }
  .l-m-footer__logo img {
    width: calc(15.6 * var(--rv));
    height: calc(9.7 * var(--rv));
    object-fit: contain;
  }
  .l-m-footer__sns img {
    width: calc(7.9 * var(--rv));
    height: calc(7.9 * var(--rv));
    object-fit: contain;
  }
  .l-m-footer__copyright {
    font-size: calc(2.2 * var(--cv));
    line-height: 1.75;
    text-align: center;
  }
  .l-m-footer__h2 {
    font-size: calc(2.8 * var(--cv));
    line-height: 1.76;
    margin-bottom: calc(2 * var(--rv));
  }
  .l-m-footer__logo {
    margin-top: calc(4 * var(--rv));
  }
  .l-m-footer__sns {
    margin: 0 calc(1.7 * var(--rv));
  }
  .l-m-footer .l-m-footer__bottom {
    padding-top: calc(5 * var(--rv));
  }
  .l-m-footer .l-m-footer__pagetop {
    right: calc(3.5 * var(--rv));
    transform: scale(1.5);
  }
  .l-m-footer .l-m-footer__pagetop.is-m-enabled {
    bottom: calc(10 * var(--rv));
  }
}
/* ------------------------
 *   Layout/Header
 * -------------------------------- */
.l-m-header {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.l-m-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.l-m-header__li {
  background-color: rgba(255, 255, 255, 0.6);
  border-left: calc(0.1 * var(--rv)) solid #bdd0f2;
  color: #081a6f;
  width: calc(15 * var(--rv));
  transition: background 0.5s;
}
.l-m-header__li:hover {
  background-color: rgba(210, 231, 248, 0.6);
}
.l-m-header__li:nth-child(1), .l-m-header__li:nth-last-child(1) {
  display: none;
}
.l-m-header__li:nth-last-child(2) {
  border-right: calc(0.1 * var(--rv)) solid #bdd0f2;
}
.l-m-header__li.is-m-active {
  background-color: rgba(210, 231, 248, 0.6);
  color: #3fa2e0;
}
.l-m-header__li.is-m-inactive {
  color: #8aa7c8;
  pointer-events: none;
}
.l-m-header__li a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 400 calc(1.6 * var(--cv))/1.25 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  white-space: pre-line;
  width: calc(15 * var(--rv));
  height: calc(7 * var(--rv));
}

.l-m-header .l-m-header__top {
  flex: 0 0 100%;
  z-index: 1;
  width: 100%;
}
.l-m-header .l-m-header__logo {
  display: flex;
  position: absolute;
  top: calc(2 * var(--rv));
  left: calc(2.5 * var(--rv));
  transition: opacity 0.5s;
}
.l-m-header .l-m-header__logo:hover {
  opacity: 0.7;
}
.l-m-header .l-m-header__logo img {
  width: calc(6.8 * var(--rv));
  height: calc(4.2 * var(--rv));
  object-fit: contain;
}

.l-m-header-lower {
  background: url(../img/common/header_back@2x.webp) center top/calc(138 * var(--rv)) no-repeat;
  min-height: calc(23.7 * var(--rv));
}
.l-m-header-lower__logo {
  display: flex;
  margin-left: calc(2.8 * var(--rv));
  transition: opacity 0.5s;
}
.l-m-header-lower__logo:hover {
  opacity: 0.7;
}
.l-m-header-lower__logo img {
  width: calc(7.5 * var(--rv));
  height: calc(4.7 * var(--rv));
  object-fit: contain;
}

.l-m-header-lower .l-m-header-lower__top {
  flex: 0 0 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  min-height: calc(12.9 * var(--rv));
  padding: 0;
}
.l-m-header-lower .l-m-header-lower__button {
  margin-left: calc(4 * var(--rv));
  color: #0010ab;
  font: 400 calc(1.196 * var(--cv))/1.67 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  white-space: pre-line;
}
.l-m-header-lower .l-m-header-lower__button {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: calc(3 * var(--rv));
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(10 * var(--rv));
  height: calc(3 * var(--rv));
  transition: opacity 0.5s;
}
.l-m-header-lower .l-m-header-lower__button:hover {
  opacity: 0.7;
}
.l-m-header-lower .l-m-header-lower__li {
  color: #f7d445;
  font: 400 calc(1.6 * var(--cv))/1.25 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  white-space: pre-line;
}
.l-m-header-lower .l-m-header-lower__logo-lower {
  display: flex;
}
.l-m-header-lower .l-m-header-lower__logo-lower img {
  width: calc(7.5 * var(--rv));
  height: calc(4.7 * var(--rv));
  object-fit: contain;
}
.l-m-header-lower .l-m-header-lower__title01 {
  display: flex;
  margin-left: calc(2.3 * var(--rv));
}
.l-m-header-lower .l-m-header-lower__title01 img {
  width: calc(1.8 * var(--rv));
  height: calc(4.8 * var(--rv));
  object-fit: contain;
}
.l-m-header-lower .l-m-header-lower__title02 {
  display: flex;
  margin-left: calc(1 * var(--rv));
}
.l-m-header-lower .l-m-header-lower__title02 img {
  width: calc(34.7 * var(--rv));
  height: calc(5 * var(--rv));
  object-fit: contain;
}
.l-m-header-lower .l-m-header-lower__title03 {
  display: flex;
  position: absolute;
  right: calc(2.3 * var(--rv));
}
.l-m-header-lower .l-m-header-lower__title03 img {
  width: calc(18.7 * var(--rv));
  height: calc(8.4 * var(--rv));
  object-fit: contain;
}
.l-m-header-lower .l-m-header-lower__link {
  display: flex;
  transition: opacity 0.5s;
}
.l-m-header-lower .l-m-header-lower__link:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .l-m-header__li {
    background-color: transparent;
    border-left: none;
    width: auto;
  }
  .l-m-header__li:hover {
    background-color: transparent;
  }
  .l-m-header__li:nth-child(1) {
    background-color: transparent;
    display: block;
    position: absolute;
    top: calc(1.5 * var(--rv));
    left: calc(0.8 * var(--rv));
  }
  .l-m-header__li:nth-last-child(1) {
    display: block;
    width: 100%;
  }
  .l-m-header__li:nth-last-child(1):hover {
    background-color: transparent;
  }
  .l-m-header__li:nth-last-child(2) {
    border-right: none;
  }
  .l-m-header__li a {
    width: calc(27.5 * var(--rv));
    height: calc(10 * var(--rv));
  }
  .l-m-header__li:nth-child(n+2) a {
    background-color: #dbebf5;
    border-radius: calc(0.5 * var(--rv));
    font-size: calc(2.8 * var(--cv));
    line-height: 1.25;
    margin-bottom: calc(3 * var(--rv));
  }
  .l-m-header__li.is-m-active {
    background-color: transparent;
    color: #081a6f;
  }
  .l-m-header__text {
    text-align: center;
    display: block;
    top: calc(2 * var(--rv));
    width: 100%;
    color: #5eb6f0;
    font: 400 calc(2.8 * var(--cv))/1.5 "NotoSerifJP-Regular", "Noto Serif JP", serif;
    letter-spacing: 0.04em;
    white-space: pre-line;
  }
  .l-m-header__cap {
    margin-left: calc(1 * var(--rv));
    color: #dbebf5;
    font: 400 calc(2.8 * var(--cv))/1.5 "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
    letter-spacing: 0em;
    white-space: pre-line;
  }
  .l-m-header__home {
    display: flex;
  }
  .l-m-header__home img {
    width: calc(4.6 * var(--rv));
    height: calc(4.1 * var(--rv));
    object-fit: contain;
  }
  .l-m-header .l-m-header__logo {
    top: calc(4 * var(--rv));
    left: calc(2 * var(--rv));
  }
  .l-m-header .l-m-header__logo img {
    width: calc(7.8 * var(--rv));
    height: calc(4.9 * var(--rv));
    object-fit: contain;
  }
  .l-m-header-lower {
    background: url(../img/common/header_back_sp.webp) center top/calc(64 * var(--rv)) no-repeat;
    min-height: calc(13 * var(--rv));
  }
  .l-m-header-lower .l-m-header-lower__button {
    display: none;
  }
  .l-m-header-lower .l-m-header-lower__title01 {
    position: absolute;
    top: calc(-0.4 * var(--rv));
    left: calc(1.2 * var(--rv));
    margin: 0;
  }
  .l-m-header-lower .l-m-header-lower__title01 img {
    width: calc(4.7 * var(--rv));
    height: calc(1.4 * var(--rv));
    object-fit: contain;
  }
  .l-m-header-lower .l-m-header-lower__title02 {
    margin-top: calc(1.3 * var(--rv));
    margin-left: calc(1.3 * var(--rv));
  }
  .l-m-header-lower .l-m-header-lower__title02 img {
    width: calc(25.3 * var(--rv));
    height: calc(3.8 * var(--rv));
    object-fit: contain;
  }
  .l-m-header-lower .l-m-header-lower__title03 {
    display: none;
  }
  .l-m-header-lower .l-m-header-lower__logo {
    margin-left: calc(2.3 * var(--rv));
  }
  .l-m-header-lower .l-m-header-lower__logo img {
    width: calc(7.8 * var(--rv));
    height: calc(4.9 * var(--rv));
    object-fit: contain;
  }
}
/* ------------------------
 *   Layout/Main
 * -------------------------------- */
.l-m-main {
  position: relative;
  margin: 0;
  padding: 0;
}
