@charset "UTF-8";
@font-face {
  font-family: DIN-Bold;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DIN-Bold.otf") format("opentype");
}
@font-face {
  font-family: D-DINCondensed;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/D-DINCondensed.otf") format("opentype");
}
@font-face {
  font-family: D-DINCondensed;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/D-DINCondensed-Bold.otf") format("opentype");
}
@font-face {
  font-family: "KozGoPr6N";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}
@font-face {
  font-family: ap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/AP-Light.otf") format("opentype");
}
@font-face {
  font-family: ap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AP-Medium.otf") format("opentype");
}
@font-face {
  font-family: ap;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/AP-Regular.otf") format("opentype");
}
@font-face {
  font-family: ap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AP-Bold.otf") format("opentype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-family: ap, sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
hgroup,
menu {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

ul,
ol,
li,
menu,
dir,
figure {
  padding-inline-start: 0;
  margin-block: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration-skip: objects;
}

@media (hover: hover) {
  a:active,
  a:hover {
    outline-width: 0;
  }
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

[hidden],
template {
  display: none;
}

input[type=button],
input[type=text],
input[type=search],
input[type=submit],
input[type=image],
textarea {
  appearance: none;
  border-radius: 0;
}

table,
tbody {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

ul li {
  list-style: none;
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
picture {
  display: block;
  line-height: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (width <= 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.body {
  position: relative;
}
.body.no-scroll {
  overflow: hidden;
}
.body.is-fixed {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

html {
  overflow-x: hidden;
}

main {
  padding: 80px 0 0;
}
@media screen and (width <= 900px) {
  main {
    padding: 68px 0 0;
  }
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 16px 30px;
  background: #fff;
  border-bottom: 4px solid #e60000;
}
@media screen and (width <= 900px) {
  .header {
    padding: 12px 12px 12px 15px;
  }
}
.header__logo {
  display: block;
  margin-left: 50px;
  transition: all 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media screen and (max-width: 1000px) {
  .header__logo {
    margin: 0;
  }
}
.header__title img {
  display: block;
  width: 290px;
}
@media screen and (width <= 900px) {
  .header__title img {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .header__title img {
    width: 48vw;
  }
}
.header__right {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (width <= 900px) {
  .header__right {
    gap: 8px;
  }
}
.header__col {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header__cr {
  display: block;
}
@media screen and (max-width: 1050px) {
  .header__cr {
    display: none;
  }
}
.header__cr img {
  display: block;
  width: 170px;
}
.header__menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 130px;
  height: 40px;
  padding: 0 14px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  overflow: hidden;
  isolation: isolate;
  flex-shrink: 0;
}
.header__menu::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), background 0s;
  transform: scale(0, 1);
  transform-origin: right center;
}
@media (hover: hover) {
  .header__menu:hover {
    opacity: 1;
    border-color: #000;
  }
  .header__menu:hover::before {
    background: #000;
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .header__menu:hover .header__menu-t {
    color: #fff;
  }
  .header__menu:hover .header__menu-line span {
    background: #fff;
  }
}
.header__menu-t {
  position: relative;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
  white-space: nowrap;
  transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media screen and (width <= 900px) {
  .header__menu-t {
    display: none;
  }
  .header__menu {
    width: 52px;
    justify-content: center;
  }
}
.header__menu-line {
  position: relative;
  z-index: 2;
}
.header__menu-line span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  background: #000;
  transition: background 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), transform 0.5s, opacity 0.5s;
}
.header__menu-line span:first-of-type {
  margin-top: 0;
}
.header__menu.on {
  background: #000;
  border-color: #000;
}
.header__menu.on::before {
  background: #000;
}
.header__menu.on .header__menu-t {
  color: #fff;
}
.header__menu-line.on span {
  background: #fff;
}
.header__menu-line.on span:first-of-type {
  width: 31.1126983722px;
  transform: translate(0, 8px) rotate(45deg);
  transform-origin: 50% 50% 0;
}
.header__menu-line.on span:nth-of-type(2) {
  opacity: 0;
}
.header__menu-line.on span:nth-of-type(3) {
  width: 31.1126983722px;
  transform: translate(0, -8px) rotate(-45deg);
  transform-origin: 50% 50% 0;
}

.l-login {
  display: flex;
  gap: 10px;
}
.l-login li {
  display: block;
}
@media screen and (width <= 900px) {
  .l-login li:nth-of-type(1), .l-login li:nth-of-type(2) {
    display: none;
  }
}

.p-loginbtn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100px;
  height: 40px;
  padding: 12px 2px;
  overflow: hidden;
  cursor: pointer;
  background: #ccc;
}
.p-loginbtn span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-feature-settings: "palt";
  line-height: 16px;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.p-loginbtn::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #1f1755;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
@media (hover: hover) {
  .p-loginbtn:hover {
    opacity: 1;
  }
  .p-loginbtn:hover span {
    color: #fff;
  }
  .p-loginbtn:hover::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
.p-loginbtn_red {
  width: 140px;
  background: linear-gradient(45deg, rgb(230, 0, 0) 0%, rgb(168, 26, 0) 99.94%);
}
@media screen and (width <= 900px) {
  .p-loginbtn_red {
    width: 110px;
    padding: 4px 0;
  }
}
.p-loginbtn_red span {
  color: #fff;
}

.p-nav-btn {
  display: block;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 29px;
  color: #000;
  letter-spacing: 0.1em;
}
.p-nav-btn::before {
  display: inline-block;
  margin-right: 0.5em;
  color: #e60000;
  content: "〉";
}

.p-nav-btn0 {
  display: block;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 38px;
  color: #000;
  letter-spacing: 0.1em;
}
.p-nav-btn0::before {
  display: inline-block;
  color: #e60000;
  content: "・";
}
.p-nav-btn0_ham {
  line-height: 29px;
}
@media screen and (width <= 900px) {
  .p-nav-btn0_ham::before {
    content: none;
  }
}

.ham {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 100%;
  padding: 195px 30px 76px;
  overflow-y: scroll;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media screen and (width <= 900px) {
  .ham {
    padding: 133px 30px 76px;
  }
}
.ham.on {
  pointer-events: auto;
  opacity: 1;
}
.ham__titleout {
  max-width: 1100px;
  padding: 0 0 60px;
  margin: 0 auto;
  border-bottom: 1px solid #5a5a5a;
}
@media screen and (max-width: 950px) {
  .ham__titleout {
    display: none;
  }
}
.ham__titleout img {
  display: block;
  max-width: 510px;
  margin: 0 auto;
}
.ham__loginout {
  display: none;
}
@media screen and (max-width: 950px) {
  .ham__loginout {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
  }
}

.ham-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  justify-content: center;
  padding: 53px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .ham-nav {
    gap: 20px 27px;
    justify-content: flex-start;
    max-width: 720px;
  }
}
@media screen and (width <= 900px) {
  .ham-nav {
    display: block;
    max-width: 480px;
    padding: 0;
  }
}
@media screen and (max-width: 1140px) {
  .ham-nav__co1 {
    width: 100%;
  }
}
@media screen and (width <= 900px) {
  .ham-nav__co1 {
    padding: 0 11px 14px;
    border-bottom: 1px solid #5a5a5a;
  }
}
@media screen and (width <= 900px) {
  .ham-nav__co2, .ham-nav__co3, .ham-nav__co4 {
    padding: 13px 11px 12px;
    border-bottom: 1px solid #5a5a5a;
  }
}
@media screen and (width <= 900px) {
  .ham-nav__co5 {
    padding: 13px 11px 12px;
  }
}
.ham-nav__title {
  position: relative;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 29px;
  color: #e60000;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .ham-nav__title {
    cursor: pointer;
  }
  .ham-nav__title::after {
    position: absolute;
    top: 14.5px;
    right: 0;
    width: 20px;
    height: 1px;
    content: "";
    background: #5a5a5a;
    transition: all 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  }
  .ham-nav__title::before {
    position: absolute;
    top: 4.5px;
    right: 9.5px;
    width: 1px;
    height: 20px;
    content: "";
    background: #5a5a5a;
    transition: all 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  }
  .ham-nav__title.on::after {
    background: #e60000;
    transform: rotate(135deg);
  }
  .ham-nav__title.on::before {
    background: #e60000;
    transform: rotate(135deg);
  }
}
@media screen and (width <= 900px) {
  .ham-nav__box1 {
    display: none;
  }
}

.footer-nav {
  padding: 90px 20px 106px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .footer-nav {
    padding: 60px 30px;
  }
}
.footer-nav__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .footer-nav__wrap {
    max-width: 720px;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__wrap {
    max-width: 420px;
  }
}
.footer-nav__head {
  display: block;
  max-width: 370px;
}
@media screen and (width <= 900px) {
  .footer-nav__head {
    display: none;
  }
}
.footer-nav__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  justify-content: center;
  padding: 38px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .footer-nav__nav {
    gap: 20px 27px;
    justify-content: flex-start;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__nav {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 1140px) {
  .footer-nav__co1 {
    width: 100%;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__co1 {
    padding: 0 10px;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__co2 {
    padding: 20px 10px 12px;
    border-bottom: 1px solid #5a5a5a;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__co3, .footer-nav__co4 {
    padding: 12px 10px;
    border-bottom: 1px solid #5a5a5a;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__co5 {
    padding: 12px 10px 0;
  }
}
.footer-nav__title {
  padding: 4.5px 0 0;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 29px;
  color: #e60000;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .footer-nav__title {
    padding: 0;
  }
}
@media screen and (width <= 900px) {
  .footer-nav__box1 {
    padding: 0 0 0 40px;
  }
}

.footer p {
  padding: 20px;
  font-family: D-DINCondensed, sans-serif;
  font-size: 12px;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  text-indent: 0.16em;
  letter-spacing: 0.16em;
  background: #5a5a5a;
}
@media screen and (max-width: 500px) {
  .footer p {
    text-indent: 0.01em;
    letter-spacing: 0.01em;
  }
}

.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 25px;
  z-index: 99;
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
@media screen and (width <= 900px) {
  .scroll-top {
    right: 5px;
    bottom: 5px;
  }
}
.scroll-top.hide {
  pointer-events: none;
  opacity: 0;
  transform: translateY(120px);
}
.scroll-top a {
  display: block;
  width: 64px;
  height: 64px;
  padding: 17px 0 0;
  background: #e60000;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .scroll-top a {
    width: 48px;
    height: 48px;
    padding: 13px 0 0;
  }
}
.scroll-top p {
  padding-top: 9px;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
}
@media screen and (width <= 900px) {
  .scroll-top p {
    padding-top: 7px;
    font-size: 10px;
  }
}
.scroll-top svg {
  display: block;
  width: 23px;
  margin: 0 auto;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .scroll-top svg {
    width: 20px;
  }
}
