/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
html {
  font-family: Zen Kaku Gothic New, sans-serif;
  color: #1a1a1a;
  font-size: 62.5%;
}

body {
  min-width: 375px;
  font-feature-settings: "palt" on;
}
body.modal-open {
  overflow: hidden;
}

span {
  display: inline-block;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  display: inline-block;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline-block;
  }
}
/*===========================================================================*/
/*  utility  */
/*===========================================================================*/
.font-en {
  font-family: Zen Kaku Gothic New, sans-serif;
}

/*===========================================================================*/
/*  component, color  */
/*===========================================================================*/
.color-gray {
  color: #a3a3a3;
  transition: all 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

/* layout */
.l-inner {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 900px) {
  .l-inner {
    max-width: 100%;
  }
}
/* wrapper */
.l-wrapper {
  padding-left: clamp(31.5px, 11.1936560935px + 2.2537562604vw, 45px);
  padding-right: clamp(31.5px, 11.1936560935px + 2.2537562604vw, 45px);
}
@media (max-width: 900px) {
  .l-wrapper {
    padding: 0 20px;
  }
}

/*===========================================================================*/
/*  hover */
/*===========================================================================*/
@media screen and (min-width: 900px) {
  .hover-normal {
    transition: opacity 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  }
  .hover-normal:hover {
    opacity: 0.7;
  }
}
.hover-border {
  position: relative;
}

.hover-border::before {
  background-color: #121212;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.9s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

.hover-border-white {
  position: relative;
}

.hover-border-white::before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.9s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

a:hover .hover-border::before,
a:hover .hover-border-white::before,
.hover-parent:hover .hover-border::before {
  width: 100%;
}

.hover-spin {
  transition: transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transform: rotate(0);
}

a:hover .hover-spin {
  transform: rotate(405deg);
}

.hover-spin-reverse {
  transition: transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transform: rotate(0);
}

a:hover .hover-spin-reverse {
  transform: rotate(315deg);
}

.hover-text {
  position: relative;
  color: #121212;
  line-height: 1.6;
}

.hover-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #70c3eb 0%, #6c77c9 47%, #f69b9d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

.hover-text:hover::after {
  clip-path: inset(0);
}

.hover-text-parent:hover .hover-text::after {
  clip-path: inset(0);
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.header {
  padding: 15px 0;
  width: 100%;
  background-color: #fff;
}
.header__logo {
  width: 160px;
  margin: 0 auto;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer__content {
  padding: 60px 0;
  background-color: #1a1a1a;
}
.footer__logo {
  width: 220px;
  margin: 0 auto 30px;
}
.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__link a {
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  color: #fff;
}
.footer__copy {
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}