/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! 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;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

@font-face {
  font-weight: 700;
  font-display: swap;
  font-family: "Economica";
  src: url("./../../../assets/fonts/Economica-Bold.ttf") format("truetype");
}
/* ==================================================
Utility
================================================== */
/* BR */
.u-br::before {
  content: "\a";
  white-space: pre;
}

@media all and (min-width: 961px) {
  .u-br-pc::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 960px) {
  .u-br-sp::before {
    content: "\a";
    white-space: pre;
  }
}
/* font-family */
.u-en {
  font-family: "Economica", sans-serif !important;
  font-weight: 700;
  font-display: swap;
}

/* font-size */
.u-txtSize-normal {
  font-size: 1.6rem !important;
}
.u-txtSize-large {
  font-size: 2rem !important;
}
.u-txtSize-double {
  font-size: 3.2rem !important;
}

/* font-color */
.u-color-red {
  color: #ee0000 !important;
}

/* sr */
.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* PC/SP */
@media all and (min-width: 961px) {
  .u-pc {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
}

@media all and (min-width: 961px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .u-sp {
    display: block;
  }
} /* text-align */
.u-align-left {
  text-align: left;
}
@media all and (min-width: 961px) {
  .u-align-left-pc {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .u-align-left-sp {
    text-align: left;
  }
}
.u-align-center {
  text-align: center;
}
@media all and (min-width: 961px) {
  .u-align-center-pc {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .u-align-center-sp {
    text-align: center;
  }
}
.u-align-right {
  text-align: right;
}
@media all and (min-width: 961px) {
  .u-align-right-pc {
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .u-align-right-sp {
    text-align: right;
  }
}

/* font-weight */
.u-bold {
  font-weight: bold;
}

/* line-height */
.u-lh-1h {
  line-height: 1.5;
}

/* clearfix */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* display */
.u-display-block {
  display: block;
}
.u-display-none {
  display: none;
}
.u-display-flex {
  display: flex;
}

/* position */
.u-position-relative {
  position: relative;
}
.u-position-absolute {
  position: absolute;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* Header */
.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
.header_inner {
  position: relative;
}

@media all and (min-width: 961px) {
  .header {
    max-width: 1460px;
  }
  .header_inner {
    display: flex;
  }
  .header_logo {
    margin-left: 30px;
    padding: 10px 0;
  }
  .header #input {
    display: none;
  }
  .header_nav {
    display: flex;
    align-items: center;
    margin-left: 6vw;
    height: 100%;
  }
  .header_nav_list {
    display: flex;
    justify-content: space-between;
    width: 380px;
  }
  .header_nav_list__items a {
    font-size: 18px;
    font-family: "Economica", sans-serif;
    font-weight: 700;
    transition: all 300ms ease;
  }
  .header_nav_list__items a:hover {
    color: #ee0000;
  }
  .header_banner {
    display: flex;
    align-items: center;
    background-color: #ee0000;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 32px 0 46px;
    transition: all 300ms ease;
  }
  .header_banner:hover {
    opacity: 0.7;
  }
  .header_banner::before {
    content: "";
    position: absolute;
    left: -37px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88.5px 37px 0 37px;
    border-color: #ffffff transparent transparent transparent;
  }
  .header_banner img {
    width: 26px;
  }
  .header_banner p {
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
  }
  .header_banner p .u-en {
    font-size: 15px;
    font-weight: 700;
  }
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  .header_nav {
    margin-left: 5vw;
  }
  .header_nav_list {
    width: 350px;
  }
}
@media screen and (max-width: 960px) {
  .header {
    background-color: #fff;
  }
  .header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
  }
  .header_logo img {
    width: 33.4666666667vw !important;
    height: auto;
  }
  .header #buttonHumberger {
    display: block;
    width: 6.9333333333vw !important;
    height: 5.0666666667vw !important;
    background: url(./../../assets/img/common/icon_humberger@2x.png) center top no-repeat;
    background-size: cover;
    position: fixed;
    right: 4.6666666667vw;
    top: 4vw;
    z-index: 9999;
  }
  .header #menu-content,
.header #menu-banner {
    overflow: auto;
    position: fixed;
    right: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    transition: 0.3s ease-in-out;
    transform: translateX(100vw);
  }
  .header #menu-content {
    z-index: 9000;
    background: #FFF;
  }
  .header #menu-banner {
    z-index: 9001;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-bottom: 9.3333333333vh;
    pointer-events: none;
  }
  .header #menu-banner a {
    pointer-events: auto;
  }
  .header #input:checked ~ #buttonHumberger {
    background: url(./../../assets/img/common/icon_humberger_on@2x.png) center top no-repeat;
    background-size: cover;
  }
  .header #input:checked ~ #menu-content {
    transform: translateX(0%);
  }
  .header #input:checked ~ #menu-banner {
    transform: translateX(0%);
  }
  .header_nav_list {
    display: flex;
    flex-flow: column;
    padding-top: 13.3333333333vh;
    height: 54.6666666667vh;
    justify-content: space-between;
  }
  .header_nav_list__items {
    text-align: center;
  }
  .header_nav_list__items a {
    font-size: 4.8vw;
    color: #ee0000;
    font-family: "Economica", sans-serif;
    font-weight: 700;
  }
  .header_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ee0000;
    width: 59.7333333333vw !important;
    height: 17.3333333333vw !important;
    font-size: 4vw;
    margin: 0 auto;
    color: #FFF;
    padding: 4vw;
    justify-content: space-around;
  }
  .header_banner img {
    width: 7.3333333333vw !important;
    height: 7.3333333333vw !important;
  }
  .header_banner p {
    width: calc(100% - 17.0666666667vw);
    font-weight: 500;
  }
  .header_banner .u-en {
    font-size: 4.4vw;
    font-weight: 700;
  }
  .header_txtlink {
    display: inline-block;
    margin: 4vw auto 0;
    font-size: 3.2vw;
    color: #ee0000;
  }
}
/* Footer */
.footer {
  background: #0d0000;
}
.footer_inner {
  display: flex;
}
.footer_inner_links_list-items a {
  color: #fff;
  font-weight: bold;
  font-family: "Economica", sans-serif;
  transition: all 300ms ease;
}
.footer_inner_links_list-items a:hover {
  color: #ee0000;
}
.footer_inner_links_banner img {
  transition: all 300ms ease;
}
.footer_inner_links_banner:hover img {
  opacity: 0.7;
}
.footer_copy {
  border-top: 1px solid #fff;
}
.footer_copy a, .footer_copy p {
  color: #fff;
}

@media all and (min-width: 961px) {
  .footer {
    padding: 52px 0 0;
    justify-content: space-between;
  }
  .footer_inner {
    padding: 0 10px 28px;
    justify-content: space-between;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
  }
  .footer_inner_logo {
    margin-top: 16px;
  }
  .footer_inner_logo img {
    transition: all 300ms ease;
  }
  .footer_inner_links {
    text-align: right;
  }
  .footer_inner_links_list {
    display: flex;
    column-gap: 64px;
    margin-bottom: 28px;
  }
  .footer_inner_links_list-items a {
    font-size: 18px;
  }
  .footer_inner_links_banner {
    display: inline-block;
  }
  .footer_copy {
    padding: 20px 0;
  }
  .footer_copy a, .footer_copy p {
    font-size: 12px;
  }
  .footer_copy_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer_copy_inner a {
    transition: all 300ms ease;
  }
  .footer_copy_inner a:hover {
    color: #ee0000;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding-top: 2.4vw;
  }
  .footer_policy-sp {
    color: #fff;
    font-size: 2.4vw;
    padding-bottom: 6vw;
  }
  .footer_inner {
    padding-left: 4.5333333333vw;
    padding-right: 4.5333333333vw;
    flex-direction: column-reverse;
  }
  .footer_inner_logo {
    padding-left: 22.6666666667vw;
    padding-right: 22.6666666667vw;
    padding-bottom: 6vw;
  }
  .footer_inner_logo img {
    display: block;
    max-width: 416px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .footer_inner_links {
    padding-bottom: 9.6vw;
  }
  .footer_inner_links_list {
    padding-bottom: 7.4666666667vw;
  }
  .footer_inner_links_list-items a {
    font-size: 3.2vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    border-bottom: 1px solid #fff;
    display: block;
  }
  .footer_inner_links_banner img {
    display: block;
    max-width: 604px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .footer_copy {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    text-align: center;
  }
  .footer_copy a, .footer_copy p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 960px) {
  .main {
    padding-top: 13.3333333333vw;
  }
}
@media all and (min-width: 961px) {
  .main {
    margin-top: 88.5px;
  }
}
