@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;700&display=swap');

:root {
  --fontSize: 14;
  --font-NotoSans: 'Noto Sans JP', sans-serif;
  --font-LeagueSpartan: 'League Spartan', sans-serif;
  --color-brand-navy: #1C3366;
  --color-brand-blue: #00489D;
  --color-brand-beige: #D3BBA3;
  --color-base-lightGray: #F8F8F8;
  --color-font-gray: #3C3C3C;
  --color-font-blue: #194998;
  --color-gray: #D3D3D3;
}

/* ==================================================
Foundation
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.l-footer footer,
.l-header header {
  display: block;
}

.l-footer nav ul,
.l-header nav ul {
  list-style: none;
}

.l-header a,
.l-footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.l-header input,
.l-footer input, 
.l-header select,
.l-footer select {
  vertical-align: middle;
}

/* append */
html {
  font-size: .625rem;
}

.l-header,
.l-footer {
  line-height: 1.5;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  color: #212121;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  font-variant-ligatures: none;
}


.l-header input,
.l-footer input, 
.l-header textarea,
.l-footer textarea,
.l-header select,
.l-footer select,
.l-header button,
.l-footer button {
  line-height: 1.5;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  color: #212121;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  font-variant-ligatures: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.l-header ul,
.l-footer ul,
.l-header ol,
.l-footer ol {
  list-style: none;
}

.l-header input,
.l-footer input,
.l-header select,
.l-footer select,
.l-header textarea,
.l-footer textarea,
.l-header button,
.l-footer button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: none;
  background: none;
}

.l-header img,
.l-footer img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.l-header em,
.l-footer em  {
  font-style: normal;
}

.l-header [tabindex="-1"]:focus,
.l-footer [tabindex="-1"]:focus {
  outline: 0;
}

.l-header [aria-hidden="true"],
.l-footer [aria-hidden="true"] {
  display: none !important;
}



/* ==================================================
Layout
================================================== */
body {
  font-size: 1.4rem;
}

.l-header,
.l-footer {
  letter-spacing: .0625em;
}

#wrap {
  width: 100%;
}

/* voiceguide */
.l-voiceguide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* header */
.l-header {
  min-width: 1100px;
  position: relative;
  z-index: 10000;
}
.l-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 calc(3 / var(--fontSize) * 1em) calc(6 / var(--fontSize) * 1em) rgba(0,0,0,.1);
  z-index: -1;
}
.l-header__inner {
  max-width: calc(1440 / var(--fontSize) * 1em);
	height: calc(160 / var(--fontSize) * 1em);
  margin: 0 auto;
  padding-left: calc(20 / var(--fontSize) * 1em);
  padding-right: calc(20 / var(--fontSize) * 1em);
}
.l-header-container {

}
.l-header-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: calc(-20 / var(--fontSize) * 1em);
}
.l-header-card__parts:first-child {
  flex-shrink: 0;
}
.l-header-card__parts + .l-header-card__parts {
  flex-grow: 1;
}
.l-header-logo {
  margin-top: calc(20 / var(--fontSize) * 1em);
  margin-bottom: calc(20 / var(--fontSize) * 1em);
  margin-left: calc(14 / var(--fontSize) * 1em);
  margin-right: calc(14 / var(--fontSize) * 1em);
  text-align: center;
}
.l-header-logo a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: opacity .3s ease-out;
}
.l-header-logo a:hover {
  opacity: .7;
}
.l-header-logo__label {
  display: inline-block;
  vertical-align: top;
  width: calc(124 / var(--fontSize) * 1em);
}
.l-header-content {
  position: relative;
  height: calc(160 / var(--fontSize) * 1em);
}
.l-header-menu {
  position: relative;
}
.l-header-menu-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - calc(264 / var(--fontSize) * 1em));
  margin-top: calc(20 / var(--fontSize) * 1em);
  margin-left: calc(24 / var(--fontSize) * 1em);
  margin-right: calc(240 / var(--fontSize) * 1em);
}
.l-header-menu-heading-txt {
  margin-right: calc(360 / 12 * 1em);
  line-height: 2;
  font-size: calc(12 / var(--fontSize) * 1em);
}
.l-header-menu-open {
  display: none;
}
.l-header-menu-body {

}
.l-header-menu-body__inner {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  margin-left: calc(50 / var(--fontSize) * 1em);
}
.l-header-nav {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.l-header-nav-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-header-nav-list__item {

}
.l-header-nav-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.l-header-nav-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(114 / var(--fontSize) * 1em);
  padding-left: calc(24 / var(--fontSize) * 1em);
  padding-right: calc(24 / var(--fontSize) * 1em);
}
.l-header-nav-body::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - calc(48 / var(--fontSize) * 1em));
  padding-top: 0;
  background: var(--color-brand-navy);
  transform: translate3d(-50%,0,0);
  transition: padding .3s ease-out;
}
.l-header-nav-list__item > a:hover .l-header-nav-body::before,
.l-header-nav-list__item.is-current .l-header-nav-body::before {
  padding-top: calc(2 / var(--fontSize) * 1em);
}
.l-header-nav__ico {
  display: inline-block;
  vertical-align: top;
  width: calc(42 / var(--fontSize) * 1em);
  height: calc(42 / var(--fontSize) * 1em);
  transition: opacity .3s ease-out;
}
.l-header-nav-list__item > a:hover .l-header-nav__ico,
.l-header-nav-list__item.is-current .l-header-nav__ico {
  opacity: .7;
}
.l-header-nav__ico img {
  width: 100%;
}
.l-header-nav__label {
  display: inline-block;
  vertical-align: top;
  margin-top: calc(10 / 15 * 1em);
  font-size: calc(15 / var(--fontSize) * 1em);
  font-family: var(--font-NotoSans);
  font-weight: 700;
  color: var(--color-brand-navy);
  transition: opacity .3s ease-out;
}
.l-header-nav__label:first-child {
  margin-top: 0;
}
.l-header-nav-list__item > a:hover .l-header-nav__label,
.l-header-nav-list__item.is-current .l-header-nav__label {
  opacity: .7;
}
.l-header-subnav {
  flex-shrink: 0;
  width: calc(240 / var(--fontSize) * 1em);
  text-align: center;
}
.l-header-subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.l-header-subnav-list__item {

}
.l-header-subnav-list__item--first {
  width: 100%;
}
.l-header-subnav-list__item--mypage,
.l-header-subnav-list__item--login,
.l-header-subnav-list__item--logout,
.l-header-subnav-list__item--corporation,
.l-header-subnav-list__item--reservation,
.l-header-subnav-list__item--favorite {
  width: calc(1 / 2 * 100%);
}
.l-header-subnav-list__item > a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-decoration: none;
}
.l-header-subnav-list__item--first > a,
.l-header-subnav-list__item--mypage > a,
.l-header-subnav-list__item--corporation > a,
.l-header-subnav-list__item--reservation > a {
  transition: opacity .3s ease-out;
}
.l-header-subnav-list__item--first > a:hover,
.l-header-subnav-list__item--mypage > a:hover,
.l-header-subnav-list__item--corporation > a:hover,
.l-header-subnav-list__item--reservation > a:hover {
  opacity: .7;
}
.l-header-subnav-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-subnav-list__item--first .l-header-subnav-body,
.l-header-subnav-list__item--mypage .l-header-subnav-body {
  position: relative;
  height: calc(45 / var(--fontSize) * 1em);
  background: #f2f2f2;
}
.l-header-subnav-list__item--mypage .l-header-subnav-body::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: calc(18 / var(--fontSize) * 1em);
  padding-left: calc(1 / var(--fontSize) * 1em);
  background: #b5b5b5;
  transform: translate3d(0,-50%,0);
}
.l-header-subnav-list__item--mypage:first-child .l-header-subnav-body::before {
  content: none;
}
.l-header-subnav-list__item--login .l-header-subnav-body,
.l-header-subnav-list__item--logout .l-header-subnav-body,
.l-header-subnav-list__item--favorite .l-header-subnav-body {
  flex-direction: column;
  height: calc(115 / var(--fontSize) * 1em);
  transition: background-color .5s ease-in-out;
}
.l-header-subnav-list__item--login .l-header-subnav-body,
.l-header-subnav-list__item--logout .l-header-subnav-body {
  background: var(--color-brand-navy);
}
.l-header-subnav-list__item--favorite .l-header-subnav-body {
  background: var(--color-brand-blue);
}
.l-header-subnav-list__item--login > a:hover .l-header-subnav-body,
.l-header-subnav-list__item--logout > a:hover .l-header-subnav-body {
  background-color: var(--color-brand-blue);
}
.l-header-subnav-list__item--favorite > a:hover .l-header-subnav-body {
  background-color: var(--color-brand-navy);
}
.l-header-subnav-list__item--corporation .l-header-subnav-body {
	position: relative;
  flex-direction: column;
  height: calc(115 / var(--fontSize) * 1em);
  background: #fff;
}
.l-header-subnav-list__item--corporation:last-child .l-header-subnav-body::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: calc(1 / var(--fontSize) * 1em);
  background: #f2f2f2;
}
.l-header-subnav-list__item--reservation .l-header-subnav-body {
  flex-direction: column;
  height: calc(115 / var(--fontSize) * 1em);
  background: #e59838;
}
.l-header-subnav__ico {
  display: inline-block;
  vertical-align: top;
}
.l-header-subnav__ico img {
  width: 100%;
}
.l-header-subnav-list__item--first .l-header-subnav__ico,
.l-header-subnav-list__item--mypage .l-header-subnav__ico {
  width: calc(21 / var(--fontSize) * 1em);
  height: calc(21 / var(--fontSize) * 1em);
}
.l-header-subnav-list__item--login .l-header-subnav__ico,
.l-header-subnav-list__item--logout .l-header-subnav__ico,
.l-header-subnav-list__item--reservation .l-header-subnav__ico,
.l-header-subnav-list__item--favorite .l-header-subnav__ico {
  width: calc(31 / var(--fontSize) * 1em);
  height: calc(31 / var(--fontSize) * 1em);
}
.l-header-subnav__label {
  display: inline-block;
  vertical-align: top;
  font-family: var(--font-NotoSans);
  font-weight: 700;
}
.l-header-subnav-list__item--first .l-header-subnav__label {
  margin-left: calc(9 / 14 * 1em);
  font-size: calc(14 / var(--fontSize) * 1em);
  color: var(--color-brand-blue);
}
.l-header-subnav-list__item--mypage .l-header-subnav__label {
  margin-left: calc(9 / 12 * 1em);
  font-size: calc(12 / var(--fontSize) * 1em);
  color: var(--color-brand-navy);
}
.l-header-subnav-list__item--mypage .l-header-subnav__label:first-child {
  margin-left: 0;
}
.l-header-subnav-list__item--login .l-header-subnav__label,
.l-header-subnav-list__item--logout .l-header-subnav__label,
.l-header-subnav-list__item--reservation .l-header-subnav__label,
.l-header-subnav-list__item--favorite .l-header-subnav__label {
  margin-top: calc(10 / 14 * 1em);
  font-size: calc(14 / var(--fontSize) * 1em);
  color: #fff;
}
.l-header-subnav-list__item--login .l-header-subnav__label:first-child,
.l-header-subnav-list__item--logout .l-header-subnav__label:first-child,
.l-header-subnav-list__item--reservation .l-header-subnav__label:first-child,
.l-header-subnav-list__item--favorite .l-header-subnav__label:first-child {
  margin-top: 0;
}
.l-header-subnav-list__item--corporation .l-header-subnav__label {
  font-size: calc(14 / var(--fontSize) * 1em);
  color: var(--color-brand-blue);
}
.l-header-subnav-list__item--login .l-header-subnav__label span,
.l-header-subnav-list__item--logout .l-header-subnav__label span,
.l-header-subnav-list__item--reservation .l-header-subnav__label span,
.l-header-subnav-list__item--favorite .l-header-subnav__label span {
  font-size: calc(11 / 14 * 100%);
}
.l-header-submenu {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc(20 / var(--fontSize) * 1em);
  text-align: center;
}
.l-header-submenu-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: calc(24 / var(--fontSize) * 1em);
}
.l-header-submenu-list__item {

}
.l-header-submenu-list__item--font {
  position: relative;
}
.l-header-submenu-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: opacity .3s ease-out;
}
.l-header-submenu-list__item > a:hover {
  opacity: .7;
}
.l-header-submenu-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(24 / var(--fontSize) * 1em);
  padding-left: calc(15 / var(--fontSize) * 1em);
  padding-right: calc(15 / var(--fontSize) * 1em);
}
.l-header-submenu__ico {
  display: inline-block;
  vertical-align: top;
  width: calc(16 / var(--fontSize) * 1em);
  height: calc(16 / var(--fontSize) * 1em);
}
.l-header-submenu__ico img {
  width: 100%;
}
.l-header-submenu__label {
  display: inline-block;
  vertical-align: top;
  margin-left: calc(6 / 12 * 1em);
  font-size: calc(12 / var(--fontSize) * 1em);
  font-family: var(--font-NotoSans);
  font-weight: 700;
  color: var(--color-brand-navy);
}
.l-header-submenu__label:first-child {
  margin-left: 0;
}
.l-header-submenu-list__item > a.js-submenu-toggle-trigger .l-header-submenu__label {
  position: relative;
  padding-right: calc(14 / 12 * 1em);
}
.l-header-submenu-list__item > a.js-submenu-toggle-trigger .l-header-submenu__label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(9 / 12 * 1em);
  padding-top: calc(5 / 12 * 1em);
  background: url(../../img/v2/ico_arw_submenu01_b.svg) no-repeat center center;
  background-size: contain;
  transform: translate3d(0,-50%,0);
}
.l-header-langmenu {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc(24 / var(--fontSize) * 1em);
  text-align: left;
  z-index: 100;
}
.l-header-langmenu.js-submenu-toggle-target {
  display: none;
}
.l-header-langmenu__inner {
  padding-top: calc(20 / var(--fontSize) * 1em);
  padding-bottom: calc(20 / var(--fontSize) * 1em);
  padding-left: calc(20 / var(--fontSize) * 1em);
  padding-right: calc(20 / var(--fontSize) * 1em);
  background: #fff;
  box-shadow: 0 0 calc(3 / var(--fontSize) * 1em) rgba(0,0,0,.16);
}
.l-header-langmenu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(490 / var(--fontSize) * 1em);
}
.l-header-langmenu-list__item {
  width: calc(1 / 3 * 100%);
}
.l-header-langmenu-list__item > a {
  color: #0b58bb;
  text-decoration: none;
}
.l-header-langmenu__label {
  display: inline-block;
  vertical-align: top;
  font-size: calc(14 / var(--fontSize) * 1em);
}
.l-header-langmenu-list__item > a:hover .l-header-langmenu__label {
  text-decoration: underline;
}
.l-header-fontmenu {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc(24 / var(--fontSize) * 1em);
  margin-right: calc(15 / var(--fontSize) * 1em);
  z-index: 100;
}
.l-header-fontmenu.js-submenu-toggle-target {
  display: none;
}
.l-header-fontmenu__inner {
  background: #fff;
  box-shadow: 0 0 calc(3 / var(--fontSize) * 1em) rgba(0,0,0,.16);
}
.l-header-fontmenu-list {

}
.l-header-fontmenu-list__item {
  position: relative;
}
.l-header-fontmenu-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(1 / var(--fontSize) * 1em);
  background: #d9d9d9;
}
.l-header-fontmenu-list__item:first-child::before {
  content: none;
}
.l-header-fontmenu-list__item > a {
  display: inline-block;
  vertical-align: top;
  color: var(--color-font-gray);
  text-decoration: none;
}
.l-header-fontmenu-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(76 / var(--fontSize) * 1em);
  height: calc(38 / var(--fontSize) * 1em);
}
.l-header-fontmenu__label {
  display: inline-block;
  vertical-align: top;
  font-size: calc(14 / var(--fontSize) * 1em);
  font-weight: 700;
}
@media screen and (max-width: 1232px) {
  .l-header-nav-body {
    padding-left: calc(10 / var(--fontSize) * 1em);
    padding-right: calc(10 / var(--fontSize) * 1em);
  }
  .l-header-nav__ico {
    width: calc(32 / var(--fontSize) * 1em);
    height: calc(32 / var(--fontSize) * 1em);
  }
  .l-header-menu-body__inner {
    margin-left: 0;
  }
  .l-header-logo__label {
    width: calc(100 / var(--fontSize) * 1em);
  }
  .l-header-submenu-body {
    padding-left: calc(8 / var(--fontSize) * 1em);
    padding-right: calc(8 / var(--fontSize) * 1em);
  }
  .l-header-submenu__label {
    font-size: calc(10 / var(--fontSize) * 1em);
  }
  .l-header-menu-heading-txt {
    font-size: calc(10 / var(--fontSize) * 1em);
  }
}

/* footer */
.l-footer {
  min-width: 1100px;
  background: var(--color-brand-blue);
  color: #fff;
  margin-top: calc(60 / var(--fontSize) * 1em);
}
.l-footer a {
  color: #fff;
}
.l-footer-main {
  position: relative;
  padding-top: calc(70 / var(--fontSize) * 1em);
  padding-bottom: calc(50 / var(--fontSize) * 1em);
  background: var(--color-base-lightGray);
  color: #212121;
}
.l-footer-main a {
  color: #0b58bb;
}
.l-footer-main__inner {
  max-width: calc(1312 / var(--fontSize) * 1em);
  margin: 0 auto;
  padding-left: calc(20 / var(--fontSize) * 1em);
  padding-right: calc(20 / var(--fontSize) * 1em);
}
.l-footer-main-body {
  position: relative;
  margin-top: calc(45 / var(--fontSize) * 1em);
  padding-top: calc(50 / var(--fontSize) * 1em);
}
.l-footer-main-body:first-child {
  margin-top: 0;
  padding-top: 0;
}
.l-footer-main-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(1 / var(--fontSize) * 1em);
  background: #ccc;
}
.l-footer-main-body:first-child::before {
  content: none;
}
.l-footer-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: calc(15 / var(--fontSize) * 1em);
  margin-right: calc(50% - 50vw + calc(30 / var(--fontSize) * 1em));
}
.l-footer-pagetop > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: opacity .3s ease-out;
}
.l-footer-pagetop a:hover {
  opacity: .7;
}
.l-footer-pagetop__label {
  display: inline-block;
  vertical-align: top;
  width: calc(57 / var(--fontSize) * 1em);
  height: calc(37 / var(--fontSize) * 1em);
}
.l-footer-pagetop__label img {
  width: 100%;
}
.l-footer-main-card {
  display: flex;
  justify-content: space-between;
}
.l-footer-main-card__parts:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.l-footer-main-card__parts + .l-footer-main-card__parts {

}
.l-footer-logo {
  margin-left: calc(36 / var(--fontSize) * 1em);
  margin-right: calc(36 / var(--fontSize) * 1em);
  text-align: center;
}
.l-footer-logo a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: opacity .3s ease-out;
}
.l-footer-logo a:hover {
  opacity: .7;
}
.l-footer-logo__label {
  display: inline-block;
  vertical-align: top;
  width: calc(216 / var(--fontSize) * 1em);
}
.l-footer-social {
  margin-top: calc(36 / var(--fontSize) * 1em);
  text-align: center;
}
.l-footer-social:first-child {
  margin-top: 0;
}
.l-footer-social-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.l-footer-social-list__item {
  margin-left: calc(28 / var(--fontSize) * 1em);
}
.l-footer-social-list__item:first-child {
  margin-left: 0;
}
.l-footer-social-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: opacity .3s ease-out;
}
.l-footer-social-list__item > a:hover {
  opacity: .7;
}
.l-footer-social__label {
  display: inline-block;
  vertical-align: top;
  width: calc(37 / var(--fontSize) * 1em);
}
.l-footer-menu {

}
.l-footer-nav {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(48 / var(--fontSize) * 1em);
  margin-right: calc(48 / var(--fontSize) * 1em);
}
.l-footer-nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: calc(90 / var(--fontSize) * 1em);
}
.l-footer-nav-list:first-child {
  margin-left: 0;
}
.l-footer-nav-list__item {
  margin-top: calc(32 / var(--fontSize) * 1em);
}
.l-footer-nav-list__item:first-child {
  margin-top: 0;
}
.l-footer-nav-list:last-child .l-footer-nav-list__item:last-child {
  margin-bottom: calc(67 / var(--fontSize) * 1em);
}
.l-footer-nav-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.l-footer-nav__label {
  display: inline-block;
  vertical-align: top;
  font-size: calc(16 / var(--fontSize) * 1em);
  font-weight: bold;
  color: var(--color-brand-blue);
}
.l-footer-nav-list__item > a:hover .l-footer-nav__label {
  text-decoration: underline;
}
.l-footer-nav-sub {
  margin-top: calc(18 / var(--fontSize) * 1em);
}
.l-footer-nav-sub:first-child {
  margin-top: 0;
}
.l-footer-nav-sub-list {

}
.l-footer-nav-sub-list__item {
  margin-top: calc(6 / var(--fontSize) * 1em);
}
.l-footer-nav-sub-list__item:first-child {
  margin-top: 0;
}
.l-footer-nav-sub-list__item--l {
  margin-top: calc(15 / var(--fontSize) * 1em);
}
.l-footer-nav-sub-list__item--l:first-child {
  margin-top: 0;
}
.l-footer-nav-sub-list__item--l + .l-footer-nav-sub-list__item {
  margin-top: calc(18 / var(--fontSize) * 1em);
}
.l-footer-nav-sub-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.l-footer-nav-sub__label {
  display: inline-block;
  vertical-align: top;
  font-size: calc(12 / var(--fontSize) * 1em);
  color: #6c6c6c;
}
.l-footer-nav-sub-list__item--l .l-footer-nav-sub__label {
  position: relative;
  padding-left: calc(21 / 14 * 1em);
  font-size: calc(14 / var(--fontSize) * 1em);
  font-weight: bold;
  color: var(--color-font-gray);
}
.l-footer-nav-sub-list__item--l .l-footer-nav-sub__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(8 / var(--fontSize) * 1em);
  padding-top: calc(2 / var(--fontSize) * 1em);
  background: var(--color-font-gray);
  transform: translate3d(0,-50%,0);
}
.l-footer-nav-sub-list__item > a:hover .l-footer-nav-sub__label {
  text-decoration: underline;
}
.l-footer-bnr {
  text-align: center;
}
.l-footer-bnr-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.l-footer-bnr-list__item {
  margin-left: calc(52 / var(--fontSize) * 1em);
}
.l-footer-bnr-list__item:first-child {
  margin-left: 0;
}
.l-footer-bnr-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: opacity .3s ease-out;
}
.l-footer-bnr-list__item > a:hover {
  opacity: .7;
}
.l-footer-bnr__label {
  display: inline-block;
  vertical-align: top;
  width: calc(204 / var(--fontSize) * 1em);
}
.l-footer-bottom {
  padding-top: calc(45 / var(--fontSize) * 1em);
  padding-bottom: calc(45 / var(--fontSize) * 1em);
}
.l-footer-bottom__inner {
  max-width: calc(1312 / var(--fontSize) * 1em);
  margin: 0 auto;
  padding-left: calc(20 / var(--fontSize) * 1em);
  padding-right: calc(20 / var(--fontSize) * 1em);
}
.l-footer-bottom-body {

}
.l-footer-bottom-card {
  display: flex;
  justify-content: space-between;
}
.l-footer-bottom-card__parts:first-child {

}
.l-footer-bottom-card__parts + .l-footer-bottom-card__parts {
  margin-left: calc(36 / var(--fontSize) * 1em);
}
.l-footer-submenu {

}
.l-footer-submenu-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: calc(32 / var(--fontSize) * 1em);
}
.l-footer-bottom-card__parts + .l-footer-bottom-card__parts .l-footer-submenu-list {
  justify-content: flex-end;
}
.l-footer-submenu-list:first-child {
  margin-top: 0;
}
.l-footer-submenu-list__item {
  margin-left: calc(30 / var(--fontSize) * 1em);
}
.l-footer-submenu-list__item:first-child {
  margin-left: 0;
}
.l-footer-submenu-list__item > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.l-footer-submenu__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: calc(12 / 14 * 1em);
  font-size: calc(14 / var(--fontSize) * 1em);
  font-weight: bold;
}
.l-footer-submenu__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(5 / 12 * 1em);
  padding-top: calc(9 / 12 * 1em);
  background: url(../../img/v2/ico_arw_submenu02.svg) no-repeat center center;
  background-size: contain;
  transform: translate3d(0,-50%,0);
}
.l-footer-submenu-list__item > a:hover .l-footer-submenu__label {
  text-decoration: underline;
}
.l-footer-copy {
  margin-top: calc(38 / 10 * 1em);
  text-align: right;
  font-size: calc(10 / var(--fontSize) * 1em);
  font-weight: bold;
}
.l-footer-copy:first-child {
  margin-top: 0;
}


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

/* hide */
.u-hide {
  display: none !important;
}
@media all and (min-width: 1024px) {
  .u-hide-pc {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .u-hide-pc-tb {
    display: none !important;
  }
}
@media all and (min-width: 768px) and(max-width: 1023px) {
  .u-hide-tb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media all and (max-width: 1023px) {
  .u-hide-tb-sp {
    display: none !important;
  }
}

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

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