@charset "UTF-8";

/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}


body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: underline;
}

a[class] {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
}

b,
em,
strong {
  color: #333;
  font-style: normal;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ul[class],
ol[class] {
  list-style: none;
}

dfn {
  font-style: normal;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select {
  padding: 1px;
  font-size: 1.6rem;
}

input[type="file"] {
  width: 100%;
}

fieldset {
  margin: 0;
  border: 0;
}

select::-ms-expand {
  display: none;
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.n-menu-hdg_link::before, .n-menu-link-list > li > a > b > span::before, .n-menu-link-bnr_title > span::before, .n-menu-btn-close::before, .n-menu-btn-close::after, .f-nav_link::before, .f-nav_link-list-02 > li > a::before, .f-link > a::before {
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    Site Header (.sh-*)
----------------------------------------------------------------- */
/* .site-header
----------------------------------------------- */
.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .site-header {
    position: relative;
    z-index: auto;
  }
}

/* .sh-btn-menu
----------------------------------------------- */
.sh-btn-menu {
  position: absolute;
  top: -45px;
  right: 10px;
  z-index: 1100;
  font-size: 1rem;
}
.sh-btn-menu > span {
  display: block;
  box-sizing: border-box;
  padding: 20px 0 0;
  width: 40px;
  height: 34px;
}
.sh-btn-menu::before,
.sh-btn-menu::after,
.sh-btn-menu > span::before {
  position: absolute;
  left: 50%;
  display: block;
  margin: 0 0 0 -10px;
  width: 20px;
  height: 3px;
  background: #343434;
  content: "";
}
.sh-btn-menu::before {
  top: 3px;
}
.sh-btn-menu::after {
  top: 9px;
}
.sh-btn-menu > span::before {
  top: 15px;
}
.sh-btn-menu_close {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  background: #fff;
  color: transparent;
  width: 19px;
  height: 19px;
}
.sh-btn-menu_close::before,
.sh-btn-menu_close::after {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  background: #343434;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.sh-btn-menu_close::before {
  width: 2px;
  height: 15px;
}
.sh-btn-menu_close::after {
  width: 15px;
  height: 2px;
}

/* ----------------------------------------------------------------
    Navigation (.n-*)
----------------------------------------------------------------- */
/* .n-menu_content
----------------------------------------------- */
.n-menu_content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .n-menu_content {
    position: static;
    margin: -11px 0 10px;
  }
}

/* .n-menu_content_body
----------------------------------------------- */
.n-menu_content_body {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .n-menu_content_body {
    background: #5c5c5c;
  }
}

/* .n-menu_content_footer
----------------------------------------------- */
.n-menu_content_footer {
  background: #f5f4f1;
}
@media only screen and (max-width: 767px) {
  .n-menu_content_footer {
    display: none;
  }
}

/* .n-menu_content_inner
----------------------------------------------- */
.n-menu_content_inner {
  position: relative;
  padding: 20px 13px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .n-menu_content_inner {
    padding: 0 10px 10px;
  }
}

/* .n-menu-hdg
----------------------------------------------- */
.n-menu-hdg {
  margin: 0 0 20px;
  font-size: 1.8rem;
}
.n-menu-hdg_link {
  position: relative;
  display: inline !important;
  padding: 0 0 0 18px;
  color: #d50000 !important;
  transition: opacity .1s cubic-bezier(.25, .25, .75, .75);
}
.n-menu-hdg_link:hover,
.n-menu-hdg_link:active,
.n-menu-hdg_link:focus {
  opacity: .5;
}
.n-menu-hdg_link::before {
  position: absolute;
  top: .35em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url(/ldg/ja/shared/img/icon/angle.svg) no-repeat 0/100% 100%;
}
@media only screen and (max-width: 767px) {
  .n-menu-hdg {
    margin: 0;
    border: 1px solid #8f8f8f;
    font-size: 1.6rem;
  }
  .n-menu-hdg > b {
    display: block;
    font-weight: 400;
  }
  .n-menu-hdg_link {
    display: block !important;
    padding: 11px 25px 10px 10px;
    color: #fff !important;
    background: #333;
  }
  .n-menu-hdg_link::before {
    display: none;
  }
  .n-menu-hdg_link::after {
    position: absolute;
    display: block;
    content: "";
    top: 1.1em;
    right: 10px;
    width: 7px;
    height: 11px;
    background: url(/ldg/ja/shared/img/icon/angle-02.svg) no-repeat 0/100% 100%;
  }
}

/* .n-menu-link-list
----------------------------------------------- */
.n-menu-link-list {
  display: flex;
}
.n-menu-link-list > li {
  flex-basis: calc(100% / 6);
  border-left: 1px solid #bdbdbd;
}
.n-menu-link-list > li:last-child {
  border-right: 1px solid #bdbdbd;
}
.n-menu-link-list > li > a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 5px;
  transition: opacity .1s cubic-bezier(.25, .25, .75, .75);
}
.n-menu-link-list > li > a:hover,
.n-menu-link-list > li > a:active,
.n-menu-link-list > li > a:focus {
  opacity: .5;
}
.n-menu-link-list > li > a > b {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.n-menu-link-list > li > a > b > span {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
}
.n-menu-link-list > li > a > b > span::before {
  position: absolute;
  top: .4em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url(/ldg/ja/shared/img/icon/angle.svg) no-repeat 0/100% 100%;
}
.n-menu-link-list > li > a > span {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .n-menu-link-list {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .n-menu-link-list > li {
    flex: 0 0 auto;
    border-right: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    border-left: 1px solid #8f8f8f;
  }
  .n-menu-link-list > li > a {
    position: relative;
    padding: 11px 25px 10px 10px;
    color: #fff;
    background: #333;
  }
  .n-menu-link-list > li > a::after {
    position: absolute;
    display: block;
    content: "";
    top: 1.1em;
    right: 10px;
    width: 7px;
    height: 11px;
    background: url(/ldg/ja/shared/img/icon/angle-02.svg) no-repeat 0/100% 100%;
  }
  .n-menu-link-list > li > a > span {
    display: none;
  }
  .n-menu-link-list > li > a > b {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    color: inherit;
    font-weight: 400;
  }
  .n-menu-link-list > li > a > b > span {
    position: static;
    padding: 0;
  }
  .n-menu-link-list > li > a > b > span::before {
    display: none;
  }
}

/* .n-menu-link-bnr
----------------------------------------------- */
.n-menu-link-bnr {
  display: flex;
  margin: 0 0 0 -10px;
}
.n-menu-link-bnr > li {
  margin: 0 0 0 10px;
}
.n-menu-link-bnr > li > a {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #e0ddd5;
  transition: opacity .1s cubic-bezier(.25, .25, .75, .75);
}
.n-menu-link-bnr > li > a:hover,
.n-menu-link-bnr > li > a:active,
.n-menu-link-bnr > li > a:focus {
  opacity: .5;
}
.n-menu-link-bnr_title {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 1.2rem;
}
.n-menu-link-bnr_title > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 16px;
}
.n-menu-link-bnr_title > span::before {
  position: absolute;
  top: .25em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url(/ldg/ja/shared/img/icon/angle.svg) no-repeat 0/100% 100%;
}
.n-menu-link-bnr_title > span > span {
  font-size: 1.1rem;
  font-weight: 400;
}
.n-menu-link-bnr_title.-has-sub > span {
  flex-basis: 100%;
}

/* .n-menu-btn-wrap
----------------------------------------------- */
.n-menu-btn-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .n-menu-btn-wrap {
    display: none;
  }
}

/* .n-menu-btn-close
----------------------------------------------- */
.n-menu-btn-close {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border: 1px solid #e0ddd5;
  min-width: 49px;
  min-height: 49px;
  padding: 26px 0 0;
  font-size: 1.1rem;
  color: #333;
  transition: opacity .1s cubic-bezier(.25, .25, .75, .75);
}
.n-menu-btn-close:hover,
.n-menu-btn-close:active,
.n-menu-btn-close:focus {
  opacity: .5;
}
.n-menu-btn-close::before,
.n-menu-btn-close::after {
  position: absolute;
  top: 16px;
  left: 50%;
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.n-menu-btn-close::before {
  width: 3px;
  height: 20px;
}
.n-menu-btn-close::after {
  width: 20px;
  height: 3px;
}

/* .n-menu_overlay
----------------------------------------------- */
.n-menu_overlay {
  background: rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------------------------------
    Footer (.footer and .f-*)
----------------------------------------------------------------- */
/* .footer
----------------------------------------------- */
.footer a {
  text-decoration: none;
}

/* .f-inner
----------------------------------------------- */
.f-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.f-inner > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1470px) {
  .f-inner {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .f-inner {
    padding: 0;
  }
}

/* .f-inner-02
----------------------------------------------- */
.f-inner-02 {
  max-width: 1440px;
  margin: 0 auto;
}

.f-inner-02 > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1470px) {
  .f-inner-02 {
    padding: 0 15px;
  }
}

/* .f-nav
----------------------------------------------- */
.f-nav_inner {
  display: flex;
  padding: 38px 0 32px;
  border-top: 1px solid #d1d1d1;
}

.f-nav_inner > :last-child {
  margin-bottom: 0;
}

.f-nav_link {
  display: inline-block;
  position: relative;
  margin: 0 0 23px;
  padding: 0 0 0 16px;
}

.f-nav_link::before {
  position: absolute;
  top: .35em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url("/ldg/ja/shared/img/icon/angle.svg") no-repeat 0/100% 100%;
}

.f-nav_link:hover, .f-nav_link:active, .f-nav_link:focus {
  text-decoration: underline;
}

.f-nav_link-list {
  margin: 0;
  padding: 0 0 0 16px;
  color: #666;
  font-size: 1.4rem;
}

.f-nav_link-list > li {
  margin: 0 0 23px;
}

.f-nav_link-list > li > a {
  color: inherit;
}

.f-nav_link-list > li > a:hover, .f-nav_link-list > li > a:active, .f-nav_link-list > li > a:focus {
  text-decoration: underline;
}

.f-nav_link-list > li:last-child {
  margin-bottom: 0;
}

.f-nav_col {
  flex-basis: 23.61111%;
}

.f-nav_col-02 {
  flex-basis: 74.72222%;
  margin: 0 0 0 1.66667%;
}

.f-nav_section {
  display: flex;
  margin: 50px 0 0 -2.7881%;
  padding: 50px 0 0;
  border-top: 1px solid #d1d1d1;
}

.f-nav_section:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.f-nav_section_col {
  flex-basis: calc(100%/3 - 2.71248%);
  margin: 0 0 0 2.71248%;
}

.f-nav_link-list-02 > li {
  margin: 0 0 23px;
}

.f-nav_link-list-02 > li > a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
}

.f-nav_link-list-02 > li > a::before {
  position: absolute;
  top: .35em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url("/ldg/ja/shared/img/icon/angle.svg") no-repeat 0/100% 100%;
}

.f-nav_link-list-02 > li > a:hover, .f-nav_link-list-02 > li > a:active, .f-nav_link-list-02 > li > a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .f-nav_inner {
    display: block;
    padding: 0;
  }
  .f-nav_link {
    display: block;
    margin-bottom: 0;
    padding: 15px 35px 15px 15px;
    border-bottom: 1px solid #d1d1d1;
  }
  .f-nav_link::before {
    top: 1.25em;
    right: 20px;
    left: auto;
  }
  .f-nav_link.-top {
    padding: 17px 35px 17px 15px;
    border: 0;
    background: #575757;
    color: #fff;
    font-size: 1.6rem;
  }
  .f-nav_link.-top::before {
    background-image: url("/ldg/ja/shared/img/icon/angle-02.svg");
  }
  .f-nav_link.-top > b {
    color: inherit;
  }
  .f-nav_link > b {
    font-weight: 400;
  }
  .f-nav_link-list {
    display: none;
  }
  .f-nav_col-02 {
    margin-left: 0;
  }
  .f-nav_section {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .f-nav_section_col {
    margin-left: 0;
  }
  .f-nav_link-list-02 {
    margin: 0;
  }
  .f-nav_link-list-02 > li {
    margin: 0;
  }
  .f-nav_link-list-02 > li > a {
    display: block;
    margin-bottom: 0;
    padding: 15px 35px 15px 15px;
    border-bottom: 1px solid #d1d1d1;
  }
  .f-nav_link-list-02 > li > a::before {
    top: 1.25em;
    right: 20px;
    left: auto;
  }
  .f-nav_link-list-02 > li > a > b {
    font-weight: 400;
  }
}

/* .f-content-fluid
----------------------------------------------- */
.f-content-fluid {
  margin: 18px 0 0;
  padding: 25px 0 30px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
}

.f-content-fluid a {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .f-content-fluid {
    margin: 0;
    padding: 30px 0;
    font-size: 1.2rem;
  }
}

/* .f-group
----------------------------------------------- */
.f-group {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .f-group {
    flex-direction: column;
  }
}

/* .f-group-02
----------------------------------------------- */
.f-group-02 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .f-group-02 {
    flex-direction: column;
    align-items: center;
  }
}

/* .f-social
----------------------------------------------- */
.f-social {
  width: 24px;
  height: 24px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .f-social {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin: 0 0 23px;
  }
}

/* .f-link
----------------------------------------------- */
.f-link {
  margin: 0;
}

.f-link > a {
  position: relative;
  padding: 0 0 0 16px;
}

.f-link > a::before {
  position: absolute;
  top: .35em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url("/ldg/ja/shared/img/icon/angle-02.svg") no-repeat 0/100% 100%;
}

.f-link > a:hover, .f-link > a:active, .f-link > a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .f-link {
    flex: 0 0 auto;
    font-size: 1.4rem;
  }
}

/* .f-link-list
----------------------------------------------- */
.f-link-list {
  display: flex;
  margin: 0;
}

.f-link-list > li {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #a2a2a2;
}

.f-link-list > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}

.f-link-list > li > a:hover, .f-link-list > li > a:active, .f-link-list > li > a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .f-link-list {
    margin: 0 0 30px;
  }
}

/* .f-copyright
----------------------------------------------- */
.f-copyright {
  margin: 0;
}

/* ----------------------------------------------------------------
    既存スタイルの調整
----------------------------------------------------------------- */
/* base Adjustment
----------------------------------------------- */
.sh-nav__item--current > a {
  color: #333;
}

.sh-nav {
  display: inline-flex;
  padding: 10px 0 0;
}

.sh-nav::after {
  position: relative;
  right: -17px;
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  background: #888;
}

.sh-nav__item {
  position: static;
  display: block;
}

.sh-nav__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  margin-left: -17px;
  background: #888;
}

.sh-nav__item a {
  display: block;
}

.sh-nav__item a img {
  vertical-align: middle;
}


.sh-nav-wrap {
  padding-left: 17px;
}

.sh-name {
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 16px 13px;
}

@media only screen and (max-width: 767px) {
  .sh-nav-wrap {
    font-size: 1.6rem;
    padding-left: 0;
    background: #5c5c5c;
  }

  .sh-nav {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    color: #fff;
  }

  .sh-nav::after {
    display: none;
  }

  .sh-nav li:first-child::before {
    position: static;
  }

  .sh-nav li::after {
    position: static;
  }

  .sh-nav__item {
    flex: 0 0 auto;
  }

  .sh-nav__item > a {
    position: relative;
    display: block;
    padding: 11px 25px 10px 10px;
    color: inherit;
  }

  .sh-nav__item > a::after {
    position: absolute;
    display: block;
    content: "";
    top: 1.1em;
    right: 10px;
    width: 7px;
    height: 11px;
    background: url("/ldg/ja/shared/img/icon/angle-02.svg") no-repeat 0/100% 100%;
  }

  .sh-nav__item > a img {
    display: none;
  }

  .sh-nav__item > [role="button"] {
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    margin: 0 10px 10px;
    background-image: linear-gradient(to top, #333 0%, #5c5c5c 100%)
  }
  .sh-nav__item > [aria-expanded="true"] {
    background: #333;
  }
  .sh-nav__item > [role="button"]::before {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background: #bdbdbd;
    content: "";
  }
  .sh-nav__item > [role="button"]::after {
    transform: rotate(90deg);
  }
  .sh-nav__item > [role="button"][aria-expanded="true"]::after {
    transform: rotate(-90deg);
  }

  .js-enabled .sh-button {
    position: relative;
  }

  .sh-button button {
    position: absolute;
    right: 0;
  }
}

/* .global-footer
----------------------------------------------- */
.global-footer {
  font-size: 100%;
}

/* .gf-container
----------------------------------------------- */
.gf-container {
  font-size: .88em;
}

/* .breadcrumb-list
----------------------------------------------- */
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 12px 13px
}

.breadcrumb-list li {
  position: relative;
}

.breadcrumb-list li:nth-child(n+2) {
  padding-left: 16px
}

.breadcrumb-list li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 5px;
  display: block;
  width: 7px;
  height: 7px;
  background: url("/shared_resp/v0006/img/arr_breadcrumblist.svg") no-repeat
}

.breadcrumb-list a {
  text-decoration: underline
}

.breadcrumb-list a:not([href]) {
  color: #333;
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    font-size: 1.1rem;
  }
  .breadcrumb-list li:nth-child(n+2)::before {
    top: .4em;
  }
}


/* ----------------------------------------------------------------
    Function Dropdown (.fn-dropdown[-*])
----------------------------------------------------------------- */
/* .fn-dropdown
----------------------------------------------- */
.fn-dropdown_content {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
}

[aria-expanded="true"] + .fn-dropdown_content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.fn-dropdown_overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
  visibility: hidden;
}
.fn-dropdown_overlay.is-animate {
  will-change: opacity;
  visibility: visible;
}
.fn-dropdown_overlay.is-show {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------------------------------
    Function Toggle (.fn-toggle[-*])
----------------------------------------------------------------- */
/* .fn-toggle_content
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .fn-toggle_content {
    display: none;
  }

  .fn-toggle_content.is-show {
    display: block;
  }
}
