@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

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

p {
  margin: 0;
}

address,
cite {
  font-style: normal;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

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

p {
  margin: 0;
}

address,
cite {
  font-style: normal;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

:root {
  --c-grey100: #5c5a5a;
  --c-grey20: #dedede;
  --c-crimson100: #7f0019;
  /* ウィンドウ端の余白 */
  --gutter-pc: 33px;
  --gutter-tb: 60px;
  --gutter-sp: 23.5px;
}

.ie21-header__cards a::after, .ie21-header__index a::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 8px;
  height: 14px;
}

.ie21-footer__divider, .ie21-header__foot-divider {
  display: block;
  height: 1px;
  background: linear-gradient(to right, #000, #000 28.57%, transparent 28.57%, transparent) 0% 0%;
  background-size: 3.5px 1px;
  margin: 32.5px 0 31px;
}

.js-ie21-header {
  height: 60px;
}

.ie21-header-overlap {
  margin-top: -60px;
}

.ie21-header a,
.ie21-footer a {
  color: inherit;
  text-decoration: none;
}

.ie21-header a:hover,
.ie21-footer a:hover {
  color: inherit;
}

.ie21-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

.ie21-header__logo {
  display: block;
  width: 90px;
}

.ie21-header__logo img {
  display: block;
  width: 100%;
}

.ie21-header__toggle {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: 60px;
  position: relative;
}

.ie21-header__toggle::before, .ie21-header__toggle::after {
  content: "";
  background-size: 100% 100%;
  transition: opacity 0.15s;
}

.ie21-header__toggle::before {
  display: block;
  padding-top: 100%;
}

.ie21-header__toggle::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ie21-header.is-expanded .ie21-header__toggle::before {
  opacity: 0;
}

.ie21-header.is-expanded .ie21-header__toggle::after {
  opacity: 1;
}

.ie21-header__toggle::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cg fill='none' stroke='black' stroke-width='2'%3e%3cpath d='M40 53h40M40 67h40'/%3e%3c/g%3e%3c/svg%3e");
}

.ie21-header__toggle::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cg fill='none' stroke='black' stroke-width='2'%3e%3cpath d='M47 47l26 26M73 47L47 73'/%3e%3c/g%3e%3c/svg%3e");
}

.ie21-header__action-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.ie21-header__action-item > *:first-child {
  padding: 1em 10px;
}

.ie21-header__action-item::before,
.ie21-header__action-item:last-child::after {
  content: "";
  display: block;
  border-right: 1px solid var(--c-grey100);
  height: 15px;
}

.ie21-header__action-item a {
  display: flex;
  align-items: center;
  height: 100%;
}

.ie21-header__action-item a img {
  height: 11px;
  width: auto;
}

.ie21-header__navpc {
  display: none;
}

.ie21-header__index a,
.ie21-header__index span {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  padding: 21px var(--gutter-sp);
  padding-right: 20px;
  border-bottom: 1px solid var(--c-grey20);
}

.ie21-header__index a:first-child,
.ie21-header__index span:first-child {
  border-top: 1px solid transparent;
}

.ie21-header__index a {
  font-weight: bold;
  position: relative;
}

.ie21-header__index a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.ie21-header__index span {
  font-weight: bold;
}

.ie21-header__sub-category {
  padding-left: 64px;
  border-bottom: 1px solid var(--c-grey20);
}

.ie21-header__sub-category li:last-child a {
  border-bottom: none;
}

.ie21-header__sub-category a {
  padding-left: 0;
}

.ie21-header__content-wrapper {
  padding: 0 var(--gutter-sp);
}

.ie21-header__cards {
  display: grid;
  row-gap: 20px;
}

.ie21-header__cards a {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 6px;
  padding-left: 0;
  padding-right: 20px;
}

.ie21-header__cards a > img {
  display: block;
  width: 55px;
}

.ie21-header__cards a > span {
  line-height: 1;
  margin-right: auto;
  font-weight: bold;
  font-size: 1.4rem;
}

.ie21-header__cards a::after {
  content: "";
  flex: 0 0 auto;
}

.ie21-header__foot {
  padding: 30px 0 35px;
}

.ie21-header__foot-list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8;
}

.ie21-header__foot-list a {
  white-space: nowrap;
}

.ie21-header__icon-external {
  display: inline-block;
  background: center/contain no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200V4H6V2H14V10H12V12H16V0H4Z%22%20fill%3D%22%23DEDEDE%22%2F%3E%3Cpath%20d%3D%22M2%206H10V14H2V6ZM0%2016H12V4H0V16Z%22%20fill%3D%22%23DEDEDE%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  margin-left: 12px;
  transform: translateY(2px);
}

.ie21-header__sub {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  padding-bottom: 16px;
  border-radius: 5px;
  min-width: 270px;
}

.ie21-header__sub-item {
  display: flex;
  justify-content: center;
}

.ie21-header__sub-item div {
  margin: 0 7px;
}

.ie21-header__sub-item div a {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3;
  text-decoration: none;
}

.ie21-header__sub-item div a img {
  margin: 0 auto;
  width: auto;
  height: 30px;
  display: block;
}

.ie21-header__sub.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(100%);
}

.ie21-header__bar {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  height: 60px;
  border-bottom: 1px solid var(--c-grey20);
}

.ie21-header__logo {
  margin-left: 20px;
}

.ie21-header__navpc {
  flex: 1;
}

.ie21-header__drawer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  top: 60px;
}

.ie21-header__scrollable {
  background: #fff;
  width: 93.87%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.12);
}

.ie21-header__index {
  margin-bottom: 40px;
}

.ie21-header__action {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
}

/* 年末年始のお問い合わせについて ここから */
.ie21-footer-note {
  background: var(--c-grey100);
  padding: 30px var(--gutter-pc);
}

.ie21-footer-note__inner {
  width: min(100%, 744px);
  margin: auto;
}

.ie21-footer-note__title,
.ie21-footer-note__txt {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
}

.ie21-footer-note__title {
  font-weight: bold;
}

.ie21-footer-note__txt {
  text-align: justify;
  margin-top: 8px;
}
/* 年末年始のお問い合わせについて ここまで */
.ie21-footer {
  background: #f7f7f7;
}

.ie21-footer__inner {
  padding: 30px 0 20px;
  width: min(100%, 328px);
  margin: auto;
}

.ie21-footer__logo {
  display: block;
  width: 150px;
}

.ie21-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ie21-footer__main {
  margin-top: 60px;
}

.ie21-footer__link-list-wrapper {
  display: flex;
  flex-direction: column;
}

.ie21-footer__link-list {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  row-gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--c-grey20);
  font-size: 1.4rem;
  line-height: 1.8;
}

.ie21-footer__link-list:first-child {
  padding-top: 0;
}

.ie21-footer__link-list li > a:hover {
  text-decoration: underline;
}

.ie21-footer__icons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.ie21-footer__icons > a {
  margin: -8px;
  padding: 8px;
}

.ie21-footer__icons > a > img {
  display: block;
  width: auto;
  height: 27px;
}

.ie21-footer__nav {
  display: grid;
  grid-template-columns: auto;
  margin-top: 25px;
  row-gap: 30px;
}

.ie21-footer__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.ie21-footer__nav-list li {
  font-size: 1.4rem;
  line-height: 1.8;
}

.ie21-footer__nav-list a {
  display: block;
  text-decoration: underline;
}

.ie21-footer__copy {
  text-align: center;
  color: #585858;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.15rem;
  margin-top: 45px;
}
.ie-21-header__local {
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--c-grey20);
  z-index: 100;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ie-21-header__local.is-show {
  display: flex;
}

.ie-21-header__local-label {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
}

.ie-21-header__local-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* column-gap: 40px; */
  height: inherit;
  white-space: nowrap;
}

.ie-21-header__local-list-item {
  font-size: 1.4rem;
  opacity: 0.3;
  display: flex;
  align-items: center;
  height: 100%;
}

.ie-21-header__local-list-item.is-current {
  opacity: 1;
}

.ie-21-header__local-list-item a {
  display: flex;
  align-items: center;
  height: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 10px 20px;
}

.ie-21-header__local-list-item a img {
  display: flex;
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat;
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(1) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%2020H0V6.66667L10%200L20%206.66667V20Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M10%201.6L18.6667%207.38V18.6667H1.33333V7.38L10%201.6ZM10%200L0%206.66667V20H20V6.66667L10%200Z%22%20fill%3D%22%233C3C43%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(2) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201.07143C14.925%201.07143%2018.9286%205.075%2018.9286%2010C18.9286%2014.925%2014.925%2018.9286%2010%2018.9286C5.075%2018.9286%201.07143%2014.925%201.07143%2010C1.07143%205.075%205.075%201.07143%2010%201.07143ZM10%200C4.47857%200%200%204.47857%200%2010C0%2015.5214%204.47857%2020%2010%2020C15.5214%2020%2020%2015.5214%2020%2010C20%204.47857%2015.5214%200%2010%200Z%22%20fill%3D%22%233C3C43%22%2F%3E%3Cpath%20d%3D%22M9.70355%206.16428H10.9643V13.8714H9.41784V8.575H7.58569V7.51785H7.79998C9.28569%207.51785%209.66784%206.74643%209.70355%206.16786V6.16428Z%22%20fill%3D%22%233C3C43%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(3) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201.07143C14.925%201.07143%2018.9286%205.075%2018.9286%2010C18.9286%2014.925%2014.925%2018.9286%2010%2018.9286C5.075%2018.9286%201.07143%2014.925%201.07143%2010C1.07143%205.075%205.075%201.07143%2010%201.07143ZM10%200C4.47857%200%200%204.47857%200%2010C0%2015.5214%204.47857%2020%2010%2020C15.5214%2020%2020%2015.5214%2020%2010C20%204.47857%2015.5214%200%2010%200Z%22%20fill%3D%22%233C3C43%22%2F%3E%3Cpath%20d%3D%22M9.81409%206.12857C11.3248%206.12857%2012.4891%207.01786%2012.4891%208.57143C12.4891%209.93214%2011.6355%2010.5893%2010.8712%2011.0964C9.85695%2011.8179%209.28909%2012.1893%209.12123%2012.5714H12.5177V13.8679H7.1748C7.24623%2012.9964%207.3248%2012.0464%209.00695%2010.8C10.4105%209.82143%2010.9534%209.41429%2010.9534%208.53214C10.9534%208.03571%2010.6248%207.43929%209.88552%207.43929C8.82838%207.43929%208.79266%208.31786%208.79266%208.87143H7.28195C7.28195%206.34643%209.12123%206.125%209.81409%206.125V6.12857Z%22%20fill%3D%22%233C3C43%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(4) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201.07143C14.925%201.07143%2018.9286%205.075%2018.9286%2010C18.9286%2014.925%2014.925%2018.9286%2010%2018.9286C5.075%2018.9286%201.07143%2014.925%201.07143%2010C1.07143%205.075%205.075%201.07143%2010%201.07143ZM10%200C4.47857%200%200%204.47857%200%2010C0%2015.5214%204.47857%2020%2010%2020C15.5214%2020%2020%2015.5214%2020%2010C20%204.47857%2015.5214%200%2010%200Z%22%20fill%3D%22%233C3C43%22%2F%3E%3Cpath%20d%3D%22M10.7755%208.36073C10.7755%208.06787%2010.6255%207.3643%209.77907%207.3643C8.72193%207.3643%208.72193%208.36073%208.72193%208.64287H7.3005C7.3005%207.17502%208.14336%206.15359%209.89693%206.15359C10.9291%206.15359%2012.3148%206.66787%2012.3148%208.33216C12.3148%209.0893%2011.8076%209.59287%2011.3648%209.78216V9.81787C11.6398%209.8893%2012.5291%2010.2964%2012.5291%2011.6143C12.5291%2013.0822%2011.4719%2014.0393%209.89693%2014.0393C9.16836%2014.0393%207.19336%2013.8964%207.19336%2011.5429H8.68622C8.68622%2011.9179%208.79336%2012.9036%209.81479%2012.9036C10.4184%2012.9036%2010.9612%2012.4964%2010.9612%2011.6143C10.9612%2010.5393%209.93979%2010.5036%209.22907%2010.5036V9.41787H9.46836C9.93979%209.41787%2010.7755%209.39287%2010.7755%208.36073Z%22%20fill%3D%22%233C3C43%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(5) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201.07143C14.925%201.07143%2018.9286%205.075%2018.9286%2010C18.9286%2014.925%2014.925%2018.9286%2010%2018.9286C5.075%2018.9286%201.07143%2014.925%201.07143%2010C1.07143%205.075%205.075%201.07143%2010%201.07143ZM10%200C4.47857%200%200%204.47857%200%2010C0%2015.5214%204.47857%2020%2010%2020C15.5214%2020%2020%2015.5214%2020%2010C20%204.47857%2015.5214%200%2010%200Z%22%20fill%3D%22%233C3C43%22%2F%3E%3Cpath%20d%3D%22M9.88959%2012.2179H6.86816V10.875L9.67531%206.20715H11.4182V11.025H12.2717V12.2143H11.4182V13.8572H9.88959V12.2143V12.2179ZM9.92531%2011.0286V7.7393H9.88959L7.96816%2011.0286H9.92174H9.92531Z%22%20fill%3D%22%233C3C43%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(6) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201.07143C14.925%201.07143%2018.9286%205.075%2018.9286%2010C18.9286%2014.925%2014.925%2018.9286%2010%2018.9286C5.075%2018.9286%201.07143%2014.925%201.07143%2010C1.07143%205.075%205.075%201.07143%2010%201.07143ZM10%200C4.47857%200%200%204.47857%200%2010C0%2015.5214%204.47857%2020%2010%2020C15.5214%2020%2020%2015.5214%2020%2010C20%204.47857%2015.5214%200%2010%200Z%22%20fill%3D%22%233C3C43%22%2F%3E%3Cpath%20d%3D%22M10.186%208.82143C11.1895%208.82143%2012.5074%209.53215%2012.5074%2011.2643C12.5074%2012.3143%2011.9645%2014.0214%209.71811%2014.0214C8.53597%2014.0214%207.29311%2013.3179%207.22168%2011.7714H8.74311C8.81454%2012.4107%209.14311%2012.8107%209.79311%2012.8107C10.5217%2012.8107%2010.9574%2012.2071%2010.9574%2011.3714C10.9574%2010.7214%2010.6288%209.99286%209.82882%209.99286C9.61454%209.99286%209.10739%2010.0286%208.81454%2010.5714L7.43597%2010.4929L7.97882%206.26072H12.2288V7.575H9.07168L8.81454%209.23572C9.10739%209.02143%209.43597%208.81786%2010.1931%208.81786L10.186%208.82143Z%22%20fill%3D%22%233C3C43%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--seinou .ie-21-header__local-list-item:nth-child(7) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2222%22%20viewBox%3D%220%200%2019%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.1963%2019.0809L2.80664%2019.1839%22%20stroke%3D%22%233C3C43%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2.83208%2021L18.1967%2020.9V17.2679L2.80703%2017.3679C2.56809%2017.3696%202.33181%2017.4182%202.11169%2017.5109C1.89156%2017.6037%201.6919%2017.7389%201.52411%2017.9087C1.18523%2018.2516%200.996722%2018.7148%201.00004%2019.1964C1.00336%2019.6781%201.19825%2020.1387%201.54182%2020.4769C1.88539%2020.8151%202.34951%2021.0033%202.83208%2021Z%22%20stroke%3D%22%233C3C43%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.00195%2019.1841V2.80001C1.00195%202.32262%201.19196%201.86478%201.53018%201.52721C1.8684%201.18964%202.32712%201%202.80543%201H18.1951V17.2641%22%20stroke%3D%22%233C3C43%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.9251%204.51784H6.08008V9.59987H14.9251V4.51784Z%22%20stroke%3D%22%233C3C43%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.ie-21-header__local.--ie .ie-21-header__local-list-item img {
  width: auto;
  height: 14px;
}
/*  SP main 上部60px　*/
:root {
  --c-grey100: #5c5a5a;
  --c-grey20: #dedede;
  --c-crimson100: #7f0019;
  --gutter-pc: 33px;
  --gutter-tb: 60px;
  --gutter-sp: 23.5px;
}

.ie21-footer-note {
  background: var(--c-grey100);
  padding: 30px var(--gutter-pc);
}

.ie21-footer-note__inner {
  width: min(100%, 744px);
  margin: auto;
}

.ie21-footer-note__title,
.ie21-footer-note__txt {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
}

.ie21-footer-note__title {
  font-weight: bold;
}

.ie21-footer-note__txt {
  text-align: justify;
  margin-top: 8px;
}

@media (min-width: 649px) {
  .ie21-header__scrollable {
    width: 86.6667%;
  }
  .ie21-header__logo {
    width: 130px;
  }
  .ie21-header__drawer {
    top: 80px;
  }
  .ie21-header__bar {
    height: 80px;
  }
  .ie21-header__toggle {
    width: 80px;
  }
  .ie21-header__cards {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .ie21-header__action-item > *:first-child {
    padding: 1em 30px;
  }
  .ie21-header__action-item a img {
    height: 15px;
  }
  .ie21-header__index a,
  .ie21-header__index span {
    padding: 32px 30px;
    font-size: 1.6rem;
  }
  .ie21-header__sub-category a {
    padding-left: 0;
  }
  .ie21-footer__inner {
    padding: 60px 0 40px;
    width: min(100%, 648px);
  }
  .ie21-footer__icons {
    width: min(100%, 360px);
  }
  .ie21-footer__link-list-wrapper {
    width: min(100%, 360px);
  }
  .ie21-footer__link-list {
    font-size: 1.6rem;
    padding: 35px 0;
    row-gap: 25px;
  }
  .ie21-footer__nav {
    margin-top: 35px;
  }
  .ie21-footer__copy {
    font-size: 1.2rem;
    margin-top: 65px;
  }
  .ie-21-header__local {
    top: 80px;
  }
}

@media (min-width: 1129px) {
  .ie21-header__cards a::after, .ie21-header__index a::after {
    width: 9px;
    height: 16px;
  }
  .ie21-footer__divider, .ie21-header__foot-divider {
    height: 1px;
    background: linear-gradient(to right, #000, #000 25%, transparent 25%, transparent) 0% 0%;
    background-size: 4px 1px;
    margin: 29px 0 31px;
  }
  .js-ie21-header {
    height: 80px;
  }
  .ie21-header-overlap {
    margin-top: -80px;
  }
  .ie21-header__toggle {
    display: none;
  }
  .ie21-header__navpc {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .ie21-header__nav-list {
    display: flex;
    align-items: center;
    height: inherit;
  }
  .ie21-header__nav-item {
    position: relative;
    display: inherit;
    align-items: inherit;
    height: inherit;
  }
  .ie21-header__nav-item.is-current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    border-bottom: 4px solid var(--c-crimson100);
  }
  .ie21-header__nav-item a,
  .ie21-header__nav-item span {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1em 1.5rem;
    cursor: pointer;
  }
  .ie21-header__nav-item img {
    height: 15px;
    width: auto;
  }
  .ie21-header__action {
    margin-right: 19px;
  }
  .ie21-header__action-item::before,
  .ie21-header__action-item:last-child::after {
    height: 20px;
  }
  .ie21-header__index a::after {
    right: 30px;
  }
  .ie21-header__index-indent a {
    padding-left: 60px;
  }
  .ie21-header__content-wrapper {
    padding: 0 30px;
  }
  .ie21-header__cards {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .ie21-header__cards a {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .ie21-header__cards a {
    padding: 10px;
    padding-right: 32px;
  }
  .ie21-header__cards a > img {
    width: 60px;
  }
  .ie21-header__cards a > span {
    font-size: 1.6rem;
  }
  .ie21-header__foot {
    padding: 40px 0;
  }
  .ie21-header__foot-list {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .ie21-header__sub {
    bottom: 80px;
    left: auto;
    right: -5px;
    transform: translateX(0%);
    background: rgba(255, 255, 255, 0.9);
    min-width: 240px;
    padding: 24px;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.12);
  }
  .ie21-header__sub-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 24px;
  }
  .ie21-header__sub-item div {
    margin: 0;
  }
  .ie21-header__sub-item div a {
    display: grid;
    grid-template-columns: 40px auto;
    -moz-column-gap: 12px;
         column-gap: 12px;
    align-items: center;
    font-size: 1.2rem;
    text-align: left;
  }
  .ie21-header__sub-item div a img {
    max-width: 55px;
    display: block;
  }
  .ie21-header__sub.hide {
    transform: translateX(10%) translateY(0%);
  }
  .ie21-header__logo {
    margin-left: 30px;
    margin-right: 27px;
  }
  .ie21-header__scrollable {
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.16);
  }
  .ie21-header__index {
    margin-bottom: 40px;
  }
  .ie21-footer__inner {
    padding: 80px 0 40px;
    width: min(100%, 1128px);
  }
  .ie21-footer__main {
    display: grid;
    grid-template-columns: 360fr 648fr;
    -moz-column-gap: 120px;
         column-gap: 120px;
    margin-top: 55px;
  }
  .ie21-footer__nav {
    display: grid;
    grid-template-columns: 168fr 264fr 168fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 0;
  }
  .ie21-footer__icons > a {
    margin: -8px;
    padding: 8px;
  }
  .ie21-footer__icons > a > img {
    height: 32px;
  }
  .ie21-footer__copy {
    font-size: 1.2rem;
  }
  .ie-21-header__local {
    height: 80px;
    justify-content: center;
  }
  .ie-21-header__local-label {
    display: none;
  }
  .ie-21-header__local-list {
    justify-content: center;
  }
  .ie-21-header__local.--ie .ie-21-header__local-list-item img {
    height: 15px;
  }
}

@media (min-width: 1200px) {
  .top60_sp {
    margin-top: 0;
  }
}

@media (min-width: 1401px) {
  .ie21-header__nav-item a, .ie21-header__nav-item span {
    padding: 1rem 3.5rem;
  }
  .ie21-header__action-item > *:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1128px) {
  .ie21-footer-note {
    padding-left: var(--gutter-tb);
    padding-right: var(--gutter-tb);
  }
  .ie21-footer-note__inner {
    width: min(100%, 648px);
  }
  .ie21-header.is-transition-active {
    height: 100%;
  }
  .ie21-header__scrollable {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-100%);
  }
  .ie21-header.is-expanded .ie21-header__scrollable {
    transform: none;
  }
  .ie21-header__bar {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ie21-header.is-expanded .ie21-header__bar {
    background-color: white;
  }
  .ie21-footer-note {
    padding-left: var(--gutter-tb);
    padding-right: var(--gutter-tb);
  }
  .ie21-footer-note__inner {
    width: min(100%, 648px);
  }
}

@media (max-width: 648px) {
  .ie21-footer-note {
    padding-left: var(--gutter-sp);
    padding-right: var(--gutter-sp);
  }
  .ie21-footer-note__inner {
    width: min(100%, 328px);
  }
  .ie21-footer-note {
    padding-left: var(--gutter-sp);
    padding-right: var(--gutter-sp);
  }
  .ie21-footer-note__inner {
    width: min(100%, 328px);
  }
}

@media (max-width: 767.98px) {
  .ie21-header__action-item--pc {
    display: none;
  }
}

@media (max-width: 1199px) {
  .top60_sp {
    margin-top: 60px;
  }
}