/*! destyle.css v4.0.1 | 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;
  min-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;
}

/**
 * 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] {
  -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: 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 */
  -moz-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; /* 2 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

body {
  background-color: #f8faff;
  color: #333333;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}
a img {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#header header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 100;
}
#header header .header_navi {
  display: flex;
  justify-content: space-between;
  gap: 7.42187%;
}
#header header .header_navi .logo {
  flex-shrink: 0;
  padding: 15px 0 0 70px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .logo {
    padding: 15px 0 15px 20px;
    width: 108px;
  }
}
#header header .header_navi .navigations {
  width: calc(100% - 220px);
  display: flex;
  gap: 4.21875vw;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations {
    width: calc(100% - 128px);
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#header header .header_navi .navigations .navigation_links {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links {
    width: 100%;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_top ul {
    align-items: center;
    padding-right: 55px;
    gap: 15px;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.language select {
  width: 100px;
  background: #000;
  border: 0.5px solid #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
  color: #fff;
  padding-left: 10px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.language .language_wrap {
  background: #000;
  position: relative;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.language .language_wrap::after {
  content: "";
  width: 9px;
  height: 5px;
  background-image: url(../img/arrow_s.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a {
  display: flex;
  align-items: center;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a span {
  display: block;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a span {
    display: none;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a i {
  margin-right: 7px;
  display: flex;
  align-items: center;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a .glass {
  fill: #fff;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a:hover {
  color: #e4007f;
  text-decoration: none;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.search a:hover .glass {
  fill: #e4007f;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers {
  position: absolute;
  width: 30px;
  height: 14px;
  right: 20px;
  top: 21px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  transition: transform 0.3s, opacity 0.3s;
  background-color: #e4007f;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers span:nth-child(1) {
  background-color: #fff;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers span:nth-child(2) {
  top: 7px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers span:nth-child(3) {
  top: 14px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers.active span:nth-child(2) {
  opacity: 0;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.humbergers_wrap .humbergers.active span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom {
  position: relative;
  margin-top: 13.5px;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
    transition: all 0.3s;
    margin-top: 0px;
    top: 54px;
    z-index: 10;
    background-color: #000000;
    overflow-y: scroll;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list {
    flex-direction: column;
    padding: 33px 20px;
    padding-bottom: 0;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li {
    margin-left: 0;
    padding-bottom: 0;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li > span {
    padding-bottom: 4px;
    border-bottom: 1px solid #e4007f;
    font-weight: 500;
    font-size: 14px;
    line-height: 31.5px;
    text-align: left;
    color: #fff;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li > a {
    padding-bottom: 4px;
    border-bottom: 1px solid #e4007f;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 31.5px;
    text-align: left;
    color: #fff;
    margin-bottom: 12.5px;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li + li {
  margin-left: 2.734375vw;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li + li {
    margin-top: 0;
    margin-left: 0;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child {
  cursor: pointer;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child > span {
  transition: color 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child > span {
    justify-content: space-between;
    margin-bottom: 12.5px;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child > span svg {
  transition: transform 0.3s;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child > span i {
  position: relative;
  top: 3px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child > span i {
    margin-left: 0;
    margin-right: 10px;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child > span .arrow_down {
  fill: #fff;
  transition: fill 0.3s;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  top: 70px;
  width: calc(100% - 200px);
  background-color: #000000;
  padding: 25px 45px 30px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu {
    width: 100%;
    position: relative;
    top: auto;
    padding: 0;
    height: 0;
    transition: all 0.3s;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu::after {
  content: "";
  height: 1px;
  background-color: #585858;
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu::after {
    display: none;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap {
  display: flex;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_title span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_title {
    display: none;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links {
    flex-direction: column;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_title {
  width: 16.40625vw;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link > span {
    margin-top: 25px;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul li {
    margin-top: 8px;
    width: 50%;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul li.sp-100 {
    width: 100%;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #bec4d1;
  transition: color 0.2s ease-in;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul li + li {
  margin-top: 8px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link + .mega_menu_link {
  margin-left: 8%;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link + .mega_menu_link {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child:hover {
    text-decoration: none;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child:hover > span,
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child:hover > a > span {
    color: #e4007f;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child:hover > span .arrow_down,
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child:hover > a > span .arrow_down {
    fill: #e4007f;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child.active > span svg {
  transform: rotate(-180deg);
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child.active .mega_menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: auto;
  padding-bottom: 30px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child.active .mega_menu .mega_menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child.active .mega_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    height: auto;
    padding-bottom: 30px;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child.active .mega_menu .mega_menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child.active > span svg {
    transform: rotate(-180deg);
  }
}
#header header .header_navi .navigations .navigation_links .sp_sub_navi {
  padding: 0 20px;
}
#header header .header_navi .navigations .navigation_links .sp_sub_navi .sp_sub_navi_list {
  display: flex;
  flex-wrap: wrap;
}
#header header .header_navi .navigations .navigation_links .sp_sub_navi .sp_sub_navi_list li {
  width: 50%;
  margin-bottom: 15px;
}
#header header .header_navi .navigations .navigation_links_contact {
  width: 150px;
  flex-shrink: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links_contact {
    display: none;
  }
}
#header header .header_navi .navigations .navigation_links_contact a.contact_btn {
  background: #e4007f;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header header .header_navi .navigations .navigation_links_contact a.contact_btn:hover {
  text-decoration: none;
}

footer .footer_top {
  background-color: rgba(190, 196, 209, 0.2);
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  footer .footer_top {
    padding: 35px 0;
  }
}
footer .footer_top .footer_ctas {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_top .footer_ctas {
    flex-direction: column;
  }
}
footer .footer_top .footer_ctas .footer_cta a {
  position: relative;
  text-decoration: none;
}
footer .footer_top .footer_ctas .footer_cta a .link_cover {
  padding: 40px 42px;
}
@media screen and (max-width: 767px) {
  footer .footer_top .footer_ctas .footer_cta a .link_cover {
    background-image: url(../img/footer_line_en.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 16px 25px;
  }
}
footer .footer_top .footer_ctas .footer_cta a .link_cover p.sub {
  font-weight: 500;
  line-height: 31.5px;
  text-align: center;
}
footer .footer_top .footer_ctas .footer_cta a .link_cover p.text {
  font-weight: bold;
  font-size: 24px;
  line-height: 31.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_top .footer_ctas .footer_cta a .link_cover p.text {
    font-weight: bold;
    font-size: 20px;
    line-height: 31.5px;
    justify-content: center;
  }
}
footer .footer_top .footer_ctas .footer_cta a .link_cover p.text .circle {
  width: 25px;
  height: 25px;
  background: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .footer_top .footer_ctas .footer_cta a .link_cover p.text .circle {
    margin-left: 5px;
  }
}
@media (hover: hover) {
  footer .footer_top .footer_ctas .footer_cta a:hover .link_cover img {
    opacity: 1;
  }
  footer .footer_top .footer_ctas .footer_cta a:hover::before {
    width: 100%;
    height: 100%;
  }
  footer .footer_top .footer_ctas .footer_cta a:hover::after {
    width: 100%;
    height: 100%;
  }
  footer .footer_top .footer_ctas .footer_cta a::before {
    content: "";
    width: 90.625%;
    height: 80.1324503311%;
    background-image: url(../img/footer_upper_line.svg);
    top: 0;
    right: 0;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  footer .footer_top .footer_ctas .footer_cta a::after {
    content: "";
    width: 90.625%;
    height: 80.1324503311%;
    background-image: url(../img/footer_bottom_line.svg);
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
}
footer .footer_bottom {
  background-color: #000;
  padding: 70px 0 50px;
}
footer .footer_bottom .footer_contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents {
    flex-direction: column-reverse;
    align-items: center;
  }
}
footer .footer_bottom .footer_contents .footer_logo {
  flex-shrink: 0;
  padding-right: 6.25%;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_logo {
    margin-top: 40px;
    padding-right: 0;
  }
}
footer .footer_bottom .footer_contents .footer_content {
  width: 100%;
}
footer .footer_bottom .footer_contents .footer_content .footer_links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links {
    flex-direction: column;
  }
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link {
  margin-top: 15px;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head a,
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head span {
  border-bottom: #e4007f 1px solid;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head {
    position: relative;
    border-bottom: #e4007f 1px solid;
  }
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head a,
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head span {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head.active.has_child::after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head.active.has_child + .footer_link_lists {
  height: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head.has_child::after {
  content: "";
  width: 14px;
  height: 7px;
  background-image: url(../img/arrow_down.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists li {
  margin-top: 12px;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists li a {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #bec4d1;
  transition: color 0.2s ease-in;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists li a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head + p.head {
  margin-top: 20px;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_sub_links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_sub_links {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_sub_links a {
    width: 50%;
    margin-bottom: 15px;
  }
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_sub_links a {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
footer div.copy {
  padding: 10px 0;
  border-top: 0.5px solid #4b4a4a;
  background-color: #000;
}
footer div.copy .copy_contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer div.copy .copy_contents {
    flex-direction: column-reverse;
    align-items: center;
  }
}
footer div.copy .copy_contents div.copy-right {
  font-size: 10px;
  line-height: 25px;
  text-align: left;
  color: #fff;
}
footer div.copy .copy_contents .copy_links .copy_link_lists {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer div.copy .copy_contents .copy_links .copy_link_lists li {
    margin-bottom: 10px;
  }
}
footer div.copy .copy_contents .copy_links .copy_link_lists li a {
  padding: 0 1em;
  border-left: 1px solid #fff;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
footer div.copy .copy_contents .copy_links .copy_link_lists li:first-child a {
  border: none;
}

.back_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .back_to_top {
    bottom: 0;
    right: 0;
  }
}

.child_mv .child_mv_content {
  position: relative;
}
.child_mv .child_mv_content .mv_image img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .child_mv .child_mv_content .mv_image img {
    height: auto;
  }
}
.child_mv .child_mv_content .mv_title {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .child_mv .child_mv_content .mv_title {
    top: 50%;
  }
}
.child_mv .child_mv_content .mv_title h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .child_mv .child_mv_content .mv_title h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  }
}
.child_mv .child_mv_content .mv_title h1 span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .child_mv .child_mv_content .mv_title h1 span {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
    text-align: left;
    color: #fff;
  }
}

.breadcrumb {
  background-color: #000;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb nav ol {
  display: flex;
}
.breadcrumb nav ol li {
  position: relative;
}
.breadcrumb nav ol li a {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #bec4d1;
}
.breadcrumb nav ol li span.current {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
}
.breadcrumb nav ol li:first-child::before {
  content: none;
}
.breadcrumb nav ol li::before {
  content: ">";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #bec4d1;
  margin: 0 8px;
}
.breadcrumb nav ol li:last-child::before {
  color: #fff;
}
.breadcrumb.breadcrumb_white {
  background-color: transparent;
}
.breadcrumb.breadcrumb_white nav ol {
  display: flex;
}
.breadcrumb.breadcrumb_white nav ol li a {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #bec4d1;
}
.breadcrumb.breadcrumb_white nav ol li span.current {
  color: #333;
}
.breadcrumb.breadcrumb_white nav ol li:last-child::before {
  color: #333;
}

.local_navi_wrap {
  background-color: #000;
  padding: 20px 0;
}
.local_navi_wrap .local_navi_container {
  padding: 12.5px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .local_navi_wrap .local_navi_container {
    border: none;
  }
}
.local_navi_wrap .local_navi_container .local_navies {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .local_navi_wrap .local_navi_container .local_navies {
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
  }
  .local_navi_wrap .local_navi_container .local_navies span {
    width: calc(50% - 6px);
    border: 1px solid #fff;
    padding: 5.5px 0;
    display: block;
  }
  .local_navi_wrap .local_navi_container .local_navies a {
    width: calc(50% - 6px);
    background: transparent;
    border: 1px solid #fff;
    padding: 5.5px 0;
    display: block;
  }
  .local_navi_wrap .local_navi_container .local_navies .sp-100 {
    width: 100%;
  }
}
.local_navi_wrap .local_navi_container .local_navies span {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #bec4d1;
  opacity: 0.6;
}
.local_navi_wrap .local_navi_container .local_navies a {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=style-ja.css.map */