@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 text-align: justify;
 word-break: break-all;
}

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 {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: baseline;
}

body {
 line-height: 1;
}

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

button {
 padding: 0;
 background: transparent;
 border: none;
 outline: none;
}

nav ul {
 list-style: none;
}

blockquote,
q {
 quotes: none;
}

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

ol,
ul {
 list-style: none;
}

a {
 margin: 0;
 padding: 0;
 color: #333;
 vertical-align: baseline;
 background: transparent;
 text-decoration: none;
}

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

blockquote,
q {
 quotes: none;
}

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

table,
td,
th {
 border-collapse: collapse;
 border-spacing: 0;
}

textarea {
 resize: vertical;
}

/*===============================
base
================================*/
html {
 font-weight: 500;
 letter-spacing: 2px;
 line-height: 1.8em;
 color: #333;
 font-family:
  "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
  sans-serif;
}

body {
 position: relative;
 z-index: 100;
 background: #fff;
 font-size: 13px;
 margin-inline: auto;
 line-height: 1.6;
 overflow-x: hidden;
}
@media screen and (min-width: 768px) {
 body {
  font-size: 14px;
 }
}
@media screen and (min-width: 1200px) {
 body {
  font-size: 15px;
 }
}
.body02 {
 position: relative;
 z-index: 100;
 background: #004680;
 font-size: 13px;
 max-width: 1500px;
 margin-inline: auto;
}
@media screen and (min-width: 768px) {
 .body02 {
  font-size: 14px;
 }
}
@media screen and (min-width: 1200px) {
 .body02 {
  font-size: 15px;
 }
}
.dc_css_js_dsp {
 position: fixed;
 bottom: 10px;
 right: 10px;
 z-index: 500;
 padding: 30px;
 background: #fff;
 border: 1px solid #1a5887;
}
.dc_css_js_dsp .scripts {
 margin-top: 20px;
}
.dc_css_js_dsp dd ul {
 margin-top: 15px;
}
.dc_css_js_dsp dd ul li {
 position: relative;
 padding-left: 20px;
}
@media screen and (min-width: 768px) {
 .dc_css_js_dsp dd ul li {
  font-size: 1.4rem;
 }
}
.dc_css_js_dsp dd ul li:before {
 content: "・";
 position: absolute;
 top: 0;
 left: 0;
}
.dc_css_js_dsp dd ul li:not(:first-child) {
 margin-top: 10px;
}

.wrap-s,
.wrap,
.wrap-l {
 width: calc(100% - 40px);
 margin: auto;
}
@media screen and (min-width: 768px) {
 .wrap-s,
 .wrap,
 .wrap-l {
  width: calc(100% - 60px);
  margin: auto;
 }
}

.wrap-s {
 max-width: 1000px;
}

.wrap {
 max-width: 1200px;
}

.wrap-l {
 max-width: 1500px;
}

.palmtop {
 display: block !important;
}
@media screen and (min-width: 768px) {
 .palmtop {
  display: none !important;
 }
}
@media screen and (min-width: 1024px) {
 .palmtop {
  display: none !important;
 }
}

.laptop {
 display: none !important;
}
@media screen and (min-width: 768px) {
 .laptop {
  display: block !important;
 }
}
@media screen and (min-width: 1024px) {
 .laptop {
  display: block !important;
 }
}

/* ===============================
utility
================================ */
.sclNone {
 overflow-y: hidden;
}

/* ===============================
hamburger
================================ */
#header .hamburger {
 position: fixed;
 z-index: 120;
 top: 0px;
 right: 0px;
 width: 24px;
 height: 18px;
 background: none;
 border: none;
 cursor: pointer;
}

/* line */
#header .hamburger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background: #333;
 transition:
  transform 0.3s ease,
  opacity 0.3s ease;
}

#header .hamburger span:nth-child(1) {
 top: 0;
}
#header .hamburger span:nth-child(2) {
 top: 8px;
}
#header .hamburger span:nth-child(3) {
 bottom: 0;
}

/* active */
#header .hamburger.hamburgerActive span {
 background: #000;
}
#header .hamburger.hamburgerActive span:nth-child(1) {
 transform: translateY(8px) rotate(45deg);
}
#header .hamburger.hamburgerActive span:nth-child(2) {
 opacity: 0;
}
#header .hamburger.hamburgerActive span:nth-child(3) {
 transform: translateY(-8px) rotate(-45deg);
}

/* ===============================
drawer : redesign
================================ */
.drawer {
 position: fixed;
 inset: 0;
 z-index: 110;
 background: #000;
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.3s ease;
}

.drawer.drawerActive {
 opacity: 1;
 pointer-events: auto;
}

/* menu layout */
.drawer__list {
 max-width: 360px;
 margin: 0 auto;
 padding: 120px 24px 40px;
 display: flex;
 flex-direction: column;
 gap: 28px;
}

/* item */
.drawer__list__item {
 text-align: left;
 border-bottom: 1px solid rgba(255, 255, 255, 0.12);
 padding-bottom: 18px;
}

/* link */
.drawer__list__item a {
 display: flex;
 align-items: center;
 justify-content: space-between;
 font-size: 17px;
 font-weight: 700;
 color: #fff;
 letter-spacing: 0.08em;
}

/* arrow */
.drawer__list__item a::after {
 content: "";
 width: 8px;
 height: 8px;
 border-top: 2px solid rgba(255, 255, 255, 0.6);
 border-right: 2px solid rgba(255, 255, 255, 0.6);
 transform: rotate(45deg);
}

/* hover / tap */
.drawer__list__item a:active {
 opacity: 0.6;
}

/* ===============================
PC
================================ */
@media screen and (min-width: 1024px) {
 #header .hamburger,
 .drawer {
  display: none;
 }
}
/* ==================================================
header : language switch redesign
================================================== */

#header .header-lang {
 display: inline-flex;
 align-items: center;
 background: #f2f4f6;
 border-radius: 999px;
 padding: 4px;
 gap: 0;
}

#header .header-lang .lang-link {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 44px;
 height: 32px;
 padding: 0 14px;
 font-size: 13px;
 font-weight: 700;
 letter-spacing: 0.18em;
 border-radius: 999px;
 color: #8c9299;
 transition:
  background 0.25s ease,
  color 0.25s ease;
}

#header .header-lang .lang-link:hover {
 color: #e60012;
}

#header .header-lang .lang-link.is-current {
 background: #e60012;
 color: #fff;
}

#header .header-lang .lang-sep {
 display: none;
}

/* SPでは非表示 */
@media screen and (max-width: 1023px) {
 #header .header-lang {
  display: none;
 }
}

/* ==================================================
drawer : language switch redesign
================================================== */

.drawer-lang {
 border-bottom: none;
 padding-bottom: 0;
}

.drawer-lang-switch {
 margin-top: 40px;
 display: flex;
 justify-content: center;
}

.drawer-lang-switch {
 background: rgba(255, 255, 255, 0.08);
 border-radius: 999px;
 padding: 4px;
 width: 160px;
}

.drawer-lang-switch .lang-link {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 40px;
 font-size: 14px;
 font-weight: 700;
 letter-spacing: 0.18em;
 border-radius: 999px;
 color: rgba(255, 255, 255, 0.6);
 transition:
  background 0.25s ease,
  color 0.25s ease;
}

.drawer-lang-switch .lang-link.is-current {
 background: #fff;
 color: #0a1a2a;
}

.drawer-lang-switch .lang-sep {
 display: none;
}
/*===============================
layout
================================*/
@media screen and (min-width: 768px) {
}
/* ==================================================
header
================================================== */

#header {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 height: 85px;
 background: #fff;
 border-bottom: 1px solid #eee;
 z-index: 200;
}

#header .header-inner {
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

/* ==================================================
header : logo
================================================== */

#header .header-logo {
 display: flex;
 align-items: center;
 gap: 14px;
}

#header .logo-main {
 font-size: 25px;
 font-weight: 900;
 letter-spacing: -0.04em;
 color: #e60012;
}

#header .logo-sep {
 width: 1px;
 height: 24px;
 background: #ccc;
}

#header .logo-sub {
 display: flex;
 flex-direction: column;
 line-height: 1;
}

#header .logo-sub .en {
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.2em;
 color: #0a1a2a;
}

#header .logo-sub .jp {
 margin-top: 4px;
 font-size: 10px;
 color: #555;
 letter-spacing: 0.1em;
}

/* ==================================================
header : nav
================================================== */

#header .header-nav {
 display: flex;
 align-items: center;
 gap: 32px;
}

#header .header-nav-list {
 display: flex;
 gap: 40px;
}

#header .header-nav-list a {
 font-size: 18px;
 font-weight: 700;
 color: #8c9299;
 transition: color 0.3s ease;
}

#header .header-nav-list a:hover {
 color: #e60012;
}

/* ==================================================
header : cta button redesign
================================================== */

#header .header-cta {
 position: relative;
 display: inline-block;
 padding: 10px 22px;
 background: #f0f0f0;
 color: #8c9299;
 font-size: 16px;
 font-weight: 700;
 overflow: hidden;
 isolation: isolate; /* ← 重要 */
}

/* テキストを前面固定 */
#header .header-cta {
 position: relative;
 z-index: 1;
}

/* 左から出てくるレイヤー */
#header .header-cta::before {
 content: "";
 position: absolute;
 inset: 0;
 width: 0;
 background: #e2e2e2;
 transition: width 0.35s ease;
 z-index: -1; /* ← 背面へ */
}

/* hover */
#header .header-cta:hover::before {
 width: 100%;
}

/* ==================================================
header : hamburger
================================================== */

#header .hamburger {
 display: none;
}

/* ==================================================
SP
================================================== */

@media screen and (max-width: 1023px) {
 #header .header-nav {
  display: none;
 }

 #header .hamburger {
  display: block;
  position: relative;
  width: 24px;
  height: 18px;
 }

 #header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8c9299;
 }

 #header .hamburger span:nth-child(1) {
  top: 0;
 }

 #header .hamburger span:nth-child(2) {
  top: 8px;
 }

 #header .hamburger span:nth-child(3) {
  bottom: 0;
 }
}

/* ==================================================
header : products mega menu FIX
================================================== */

#header .nav-products {
 position: relative;
}

#header .products-mega {
 position: absolute;
 top: 100%;
 left: 0;
 display: flex;
 background: #fff;
 box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.25s ease;
}

#header .nav-products:hover .products-mega {
 opacity: 1;
 pointer-events: auto;
}

/* 親 */

#header .products-parent {
 width: 220px;
 border-right: 1px solid #eee;
}

#header .products-parent a {
 display: block;
 padding: 16px 24px;
 font-weight: 700;
 color: #be0010;
}

/* 子 */

#header .products-child {
 display: none !important;
 width: 320px;
}

#header .products-child.is-show {
 display: block !important;
}

#header .products-child a {
 display: block;
 padding: 16px 24px;
 font-weight: 700;
 color: #be0010;
}

/* ==================================================
header : products hover frame add
================================================== */

#header .products-mega a {
 position: relative;
}

#header .products-mega a::before {
 content: "";
 position: absolute;
 inset: 6px;
 border: 2px solid #be0010;
 opacity: 0;
 transform: scale(0.96);
 transition:
  opacity 0.2s ease,
  transform 0.2s ease;
 pointer-events: none;
}

#header .products-parent li:hover > a::before,
#header .products-child a:hover::before {
 opacity: 1;
 transform: scale(1);
}
/* ==================================================
header : current
================================================== */

#header .header-nav-list li > a.current {
 color: #e60012 !important;
}

/* ===============================
footer
================================ */
#footer {
 background: #0a0000;
 color: #fff;
 padding: 0px 0 40px;
}

/* footer cta */
#footer .footer-cta {
 text-align: center;
 margin-bottom: 120px;
}

#footer .footer-cta p {
 text-align: center;
 font-size: 25px;
 font-weight: 700;
 line-height: 1.8;
 margin-bottom: 40px;
}

#footer .footer-cta-btn {
 display: inline-block;
 padding: 20px 48px;
 background: #e60012;
 font-size: 18px;
 font-weight: 700;
 color: #fff;
 transition:
  background 0.3s ease,
  transform 0.3s ease;
}

#footer .footer-cta-btn:hover {
 background: #be0010;
 transform: translateY(-4px);
}

/* footer main */
#footer .footer-main {
 padding-top: 50px;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 80px;
}

/* company */
#footer .footer-logo {
 display: flex;
 align-items: center;
 gap: 16px;
 margin-bottom: 40px;
 justify-content: center;
}
@media screen and (min-width: 767px) {
 #footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
 }
}

#footer .logo-main {
 font-size: 25px;
 font-weight: 900;
 letter-spacing: -0.04em;
}

#footer .logo-sep {
 width: 1px;
 height: 24px;
 background: rgba(255, 255, 255, 0.3);
}

#footer .logo-sub {
 font-size: 20px;
 font-weight: 700;
}

#footer .footer-info {
 display: grid;
 grid-template-columns: 90px 1fr;
 gap: 12px 24px;
 font-size: 16px;
}

#footer .footer-info dt {
 color: rgba(255, 255, 255, 0.4);
}

#footer .footer-info dd {
 line-height: 1.8;
}

/* footer nav */
#footer .footer-nav {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 10px;
}
@media screen and (min-width: 767px) {
 #footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
 }
}

#footer .footer-nav-block .title {
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.2em;
 margin-bottom: 24px;
}

#footer .footer-nav-block ul {
 display: grid;
 gap: 16px;
}

#footer .footer-nav-block a {
 font-size: 16px;
 color: rgba(255, 255, 255, 0.6);
 transition: color 0.3s ease;
}

#footer .footer-nav-block a:hover {
 color: #fff;
}

/* footer bottom */
#footer .footer-bottom {
 margin-top: 30px;
 padding-top: 24px;
 border-top: 1px solid rgba(255, 255, 255, 0.05);
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 11px;
 letter-spacing: 0.12em;
 color: rgba(255, 255, 255, 0.9);
}

/* ===============================
SP
================================ */
@media screen and (max-width: 767px) {
 #footer {
  padding: 80px 0 32px;
 }

 #footer .footer-cta {
  margin-bottom: 80px;
 }

 #footer .footer-cta p {
  font-size: 20px;
 }

 #footer .footer-main {
  grid-template-columns: 1fr;
  gap: 64px;
 }

 #footer .footer-bottom {
  flex-direction: column;
  gap: 16px;
  text-align: center;
 }
}

#footer .footer-main02 {
 padding-top: 0px;
}
@media screen and (min-width: 767px) {
 #footer .footer-main02 {
  padding-top: 60px;
 }
}
#footer .footer-nav-block02 .title {
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.2em;
 margin-bottom: 24px;
}

#footer .footer-nav-block02 ul {
 display: flex;
 gap: 20px;
 flex-direction: column;
 align-items: center;
}
@media screen and (min-width: 767px) {
 #footer .footer-nav-block02 ul {
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
 }
}
#footer .footer-nav-block02 ul li {
 position: relative;
 display: flex;
 align-items: center;
}

/* 2番目以降の前に │ を入れる */
#footer .footer-nav-block02 ul li + li::before {
 color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 767px) {
 #footer .footer-nav-block02 ul li + li::before {
  content: "│";
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.4);
 }
}
#footer .footer-nav-block02 a {
 font-size: 18px;
 color: rgba(255, 255, 255, 0.6);
 transition: color 0.3s ease;
}

#footer .footer-nav-block02 a:hover {
 color: #fff;
}
