@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  width: 100%;
  background: #FFF;
}

body {
  width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, figure {
  border: 0;
  margin: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  color: #303233;
}

th, td {
  color: #303233;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/*//////////////////
  共通変数
//////////////////*/
html {
  background-color: transparent;
  background-image: none;
}

body {
  width: 100%;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  color: rgb(22, 22, 22);
  position: static;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-break: strict;
}

html,
body {
  height: 100%;
}

body *,
body *::before,
body *::after {
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.74, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.74, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

::-moz-selection {
  background-color: #cfd8dc;
}

::selection {
  background-color: #cfd8dc;
}

main fd-width.half {
  font-size: 115%;
  line-height: 1;
}

:not(code):not(pre) > fd-width.full + fd-width.half {
  margin-left: 0.15em;
}

:not(code):not(pre) > fd-width.half + fd-width.full {
  margin-left: 0.15em;
}

:not(code):not(pre) > fd-word {
  display: inline-block;
  white-space: nowrap;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
}

a:hover {
  opacity: 0.4;
}

p {
  color: #303233;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#container {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
a,
span,
div,
td,
dd,
p {
  max-height: 999999px;
}

p,
td,
dd {
  background: url(../../img/common/blank.gif);
}

body,
input,
textarea,
select {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
}

/*Android用警告ダイアログ*/
#un_support_dialog {
  padding: 20px;
  background: #f1edee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9000;
}
#un_support_dialog p {
  font-size: 15px;
  margin-right: 35px;
}
#un_support_dialog a {
  width: 11px;
  height: 11px;
  display: block;
  background: url(../../img/common/Android_alart_close.svg) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 27px;
  cursor: pointer;
  z-index: 10;
}

main {
  display: block;
}

.buttonA,
.buttonB,
.buttonC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  -webkit-transition: background 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.buttonA.hover,
.buttonB.hover,
.buttonC.hover {
  -webkit-transition: background 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.buttonA {
  color: #222;
  background: #e4e9eb;
}

.buttonA.hover {
  background: #cfd8dc;
}

.buttonB {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.buttonB.hover {
  background: rgba(255, 255, 255, 0.3);
}

.buttonC {
  color: #222;
  background: #cfd8dc;
}

.buttonC.hover {
  background: #a7aeb1;
}

.fade-in {
  opacity: 0 !important;
  -webkit-transform: translate3d(0, 16px, 0) !important;
          transform: translate3d(0, 16px, 0) !important;
  -webkit-transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.fade-in.fade-in_0 {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.fade-in.fade-in_32 {
  -webkit-transform: translate3d(0, 32px, 0) !important;
          transform: translate3d(0, 32px, 0) !important;
}

.fade-in.fade-in_show {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

/*//////////////////
  共通変数
//////////////////*/
html,
body,
#container {
  min-width: 300px;
}

main {
  margin-top: 80px;
}

.headline {
  padding-top: 46px;
}
.headline > h1 {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  padding: 0 20px;
  color: #222;
}
.headline > h1 + p {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 47px;
  color: #222;
  padding: 0 20px;
}

.commonList_N li {
  border-bottom: 0.5px solid #a7aeb1;
}
.commonList_N li a {
  padding: 28px 0;
  display: block;
}
.commonList_N li a .detail {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1em;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.commonList_N li a .detail .date {
  color: #a7aeb1;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
.commonList_N li a .detail .date:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #cfd8dc;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.commonList_N li a .detail .platform {
  color: #222;
}
.commonList_N li a .title {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #222;
}
.commonList_N li:last-of-type {
  border-bottom: none;
}

.commonBtn_P {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  border: 1px solid #a7aeb1;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0) !important;
  text-align: center;
  letter-spacing: 0.27em;
}

#un_support_dialog {
  position: fixed;
}

@media screen and (max-width: 375px) {
  .headline > h1 + p {
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 345px) {
  .headline > h1 + p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  main .headline {
    padding-top: 34px;
  }
  main .headline > h1 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  main .headline > h1 + p {
    font-size: 12px;
    margin-bottom: 34px;
  }
}
/*//////////////////
  共通変数
//////////////////*/
header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
}
header.hidden {
  -webkit-transform: translate3d(0, -64px, 0);
          transform: translate3d(0, -64px, 0);
}
header .home {
  display: block;
  width: 28px;
  height: 37px;
  background: url(/https/www.fenrir-inc.com/jp/img/common/header/fenrir_logo.svg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 12px;
  left: 20px;
}
header .header_menu {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 100;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
header .header_menu span {
  width: 30px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 9px;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
}
header .header_menu span:nth-of-type(1) {
  top: 16px;
}
header .header_menu span:nth-of-type(2) {
  top: 24px;
}
header .header_menu span:nth-of-type(3) {
  width: 18px;
  top: 32px;
}
header .header_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
header .header_menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_menu.active span:nth-of-type(3) {
  width: 30px;
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
header .header_menu_content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 64px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
}
header .header_menu_content.active {
  visibility: visible;
  background: rgb(255, 255, 255);
  opacity: 1;
}
header .header_menu_content .header_content_scroller {
  width: 100%;
  height: 90%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  overflow-y: auto;
}
header .header_menu_content .header_content_scroller .header_sitemap {
  width: 100%;
  height: 100%;
  padding: 40px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
header .header_menu_content .header_content_scroller .header_sitemap button {
  text-indent: -9999px;
  overflow: hidden;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category h2 a {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 1.76px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category h2 .header_sitemap_category_button {
  width: 48px;
  height: 32px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: url(/https/www.fenrir-inc.com/jp/img/common/header/chevron-bottom.svg) no-repeat center center/18px 18px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category .header_category_links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  opacity: 0;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category .header_category_links ul {
  overflow: hidden;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category .header_category_links ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 250%;
  letter-spacing: 0.64px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category .header_category_links ul.product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category .header_category_links ul.product li a {
  display: block;
  height: 100%;
  width: 100%;
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category.active .header_sitemap_category_button {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
header .header_menu_content .header_content_scroller .header_sitemap .header_sitemap_category.active .header_category_links {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
}
header .header_menu_content .header_content_scroller .header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 20px 25px;
  row-gap: 5px;
}
header .header_menu_content .header_content_scroller .header_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
header .header_menu_content .header_content_scroller .header_bottom ul li a {
  padding: 8px 0;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.48px;
  display: inline-block;
}
header .header_menu_content .header_content_scroller .header_bottom small {
  padding: 8px 0;
  color: #848489;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  line-height: 150%;
  letter-spacing: 0.48px;
}
header .header_navigation {
  display: none;
}

/*//////////////////
  共通変数
//////////////////*/
footer {
  padding: 20px 20px;
  background-color: #ffffff;
}
footer a:hover {
  opacity: 0.4;
}
footer .footer_panel {
  width: 100%;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_panel > div {
  width: 100%;
  padding: 24px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_panel > div h2 {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
}
footer .footer_panel > div p {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.56px;
  margin-bottom: 6px;
}
footer .footer_panel > div a {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.56px;
}
footer .footer_panel_column {
  width: 100%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_panel_column > a {
  margin-bottom: 48px;
}
footer .footer_panel_column > a h2 {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 4px;
}
footer .footer_panel_column > a p {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.56px;
  margin-bottom: 6px;
}
footer .footer_panel_column > a img {
  width: 100%;
  height: auto;
}
footer .footer_sitemap {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
footer .footer_sitemap .footer_sitemap_category {
  width: 100%;
}
footer .footer_sitemap .footer_sitemap_category h2 {
  height: 52px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_sitemap .footer_sitemap_category h2 a {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0.56px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer .footer_sitemap .footer_sitemap_category h2 .footer_sitemap_category_button {
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 30px;
  height: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  overflow: hidden;
  background: url(/https/www.fenrir-inc.com/jp/img/common/footer/chevron-bottom.svg) no-repeat right center/16px 16px;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
}
footer .footer_sitemap .footer_sitemap_category .footer_sitemap_category_links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.74, 1);
  opacity: 0;
}
footer .footer_sitemap .footer_sitemap_category .footer_sitemap_category_links ul {
  overflow: hidden;
}
footer .footer_sitemap .footer_sitemap_category .footer_sitemap_category_links ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
}
footer .footer_sitemap .footer_sitemap_category .footer_sitemap_category_links ul.product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
footer .footer_sitemap .footer_sitemap_category .footer_sitemap_category_links ul.product li a {
  display: block;
  height: 100%;
  width: 100%;
}
footer .footer_sitemap .footer_sitemap_category.active h2 .footer_sitemap_category_button {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
footer .footer_sitemap .footer_sitemap_category.active .footer_sitemap_category_links {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
}
footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  row-gap: 8px;
}
footer .footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
footer .footer_bottom ul li a {
  padding: 8px 0;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
}
footer .footer_bottom small {
  color: #848489;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.15px;
}