@charset "UTF-8";
/* foundation */
:root {
  --DEF: #2B2E32;
  --MAIN: #264D69;
  --ACC: #145fd2;
  --DDD: #ddd;
  --CCC: #ccc;
  --BBB: #bbb;
  --777: #777;
  --999: #999;
  --WHT: #fff;
  --BG: #E1E9EF;
  --f5: #f5f5f5;
  --LINE: #A1BCD3;
  --LGRAY: #838C93;
  --BOLD: #444;
  --RED: #FF0000;
  --DBLUE: #16232E;
  --LBLUE: #477194;
  --MBLUE: #2A4357;
  --GRD: linear-gradient(to right, var(--LBLUE) 0%, var(--DBLUE) 50%, var(--MBLUE) 100%);
  --BLK-rgb: 0, 0, 0;
  --WHT-rgb: 255, 255, 255;
  --GREEN-rgb: 179, 214, 193;
  --MAIN-rgb: 0, 160, 110;
  --ACC-rgb: 255, 158, 46;
}

/* foundation */
/* mixin */
/****************************************************************/
/* editor / CMS 用 */
/****************************************************************/
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/* page */
/* foundation */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
@media screen and (min-width: 690px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header {
    height: 116px;
  }
}
.l-header__inner {
  max-width: 1680px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .l-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 690px) {
  .l-header__inner {
    padding: 0 0 0 24px;
  }
}
.l-header__inner__logo {
  max-width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 640px) {
  .l-header__inner__logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__logo {
    max-width: 300px;
  }
}
.l-header__inner__logo a {
  display: block;
  height: auto;
  width: 100%;
}
.l-header__inner__logo a:hover img {
  opacity: 0.7;
}
.l-header__inner__logo a img {
  width: 100%;
}
.l-header__inner__nav {
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header__inner__nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav__inner {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav__inner {
    height: 100%;
  }
}
.l-header__height {
  height: 56px;
}
@media screen and (min-width: 690px) {
  .l-header__height {
    height: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__height {
    height: 116px;
  }
}

@media screen and (min-width: 1201px) {
  .l-shop {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .l-shop {
    display: block;
    margin-left: auto;
    margin-right: 100px;
    height: 100%;
  }
}
@media screen and (max-width: 689.8px) {
  .l-shop {
    margin-right: 48px;
  }
}
.l-shop li {
  height: 100%;
}
.l-shop li a {
  height: 100%;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.1;
  padding: 40px 8px 8px 8px;
  background-position: center 10px;
  background-size: 24px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-color: #BA3939;
  background-color: #BA3939;
  background-image: url(../other/header-icon-onlineshop.svg);
}
@media screen and (max-width: 689.8px) {
  .l-shop li a {
    background-size: 18px;
    background-position: center 5px;
    padding-top: 28px;
    font-size: 1.2rem;
  }
}
.l-shop li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #BA3939;
  background-image: url(../other/header-icon-onlineshop-hover.svg);
}

html:has(.is-menu-open),
body.is-menu-open {
  overflow: hidden;
}

.is-editor .l-header,
body.dcms_editor .l-header,
body#tinymce .l-header {
  position: static;
}

.l-header__inner__nav .header-logo {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-logo {
    display: block;
    margin: 24px auto 16px;
  }
  .l-header__inner__nav .header-logo img {
    margin: auto;
  }
}
.l-header__inner__nav .header-sns {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px auto;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-globalnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-globalnav {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-globalnav > .global-nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-globalnav > .global-nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-globalnav > .global-nav > ul > li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-globalnav > .global-nav > ul > li {
    margin-left: 0 !important;
  }
}
.l-header__inner__nav .header-globalnav > .global-nav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-globalnav > .global-nav > ul > li > a {
    padding: 4px 8px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-globalnav > .global-nav > ul > li > a {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .l-header__inner__nav .header-globalnav > .global-nav > ul > li > a:hover {
    text-decoration: none !important;
  }
}
.l-header__inner__nav .header-globalnav .global-subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-globalnav .global-subnav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-globalnav .global-subnav {
    margin: 24px auto 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 689.8px) {
  .l-header__inner__nav .header-globalnav .global-subnav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-globalnav .global-subnav li {
    width: 80%;
  }
}
.l-header__inner__nav .header-globalnav .global-subnav li a {
  border-radius: 8px;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-globalnav .global-subnav li a {
    padding: 8px;
  }
}
.l-header__inner__nav .header-globalnav .global-subnav li a .-inner {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.l-header__inner__nav .header-globalnav .global-subnav li a:hover {
  text-decoration: none;
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-1 a {
  color: #B89400;
  border-color: #B89400;
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-1 a .-inner {
  background-image: url(../other/header-subnav-1.svg);
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-1 a:hover {
  background-color: #B89400;
  color: #ffffff;
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-1 a:hover .-inner {
  background-image: url(../other/header-subnav-1-hover.svg);
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-2 a {
  color: #004098;
  border-color: #004098;
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-2 a .-inner {
  background-image: url(../other/header-subnav-2.svg);
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-2 a:hover {
  background-color: #004098;
  color: #ffffff;
}
.l-header__inner__nav .header-globalnav .global-subnav li.subnav-2 a:hover .-inner {
  background-image: url(../other/header-subnav-2-hover.svg);
}

@media screen and (min-width: 1201px) {
  .global-nav li.has-child > .parent-link {
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  .global-nav li.has-child > .parent-link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .global-nav li.has-child > .menu-toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .global-nav li.has-child {
    width: 100%;
    position: relative;
    line-height: 29px;
    border-bottom: 1px solid #ddd;
  }
  .global-nav li.has-child:first-child > .parent-link {
    border-top: 1px solid #ddd;
  }
  .global-nav li.has-child::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    height: 50px;
    width: 1.5px;
    background-color: #ddd;
  }
  .global-nav li.has-child > .parent-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: none !important;
  }
  .global-nav li.has-child > .parent-link:hover {
    text-decoration: none !important;
    text-underline-offset: 5px;
  }
  .global-nav li.has-child > .menu-toggle-btn {
    display: block;
    width: 45px;
    height: 51px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .global-nav li.has-child > .menu-toggle-btn::after {
    content: "＋";
    margin-left: auto;
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-nav li.has-child.is-open > .menu-toggle-btn::after {
    content: "－";
  }
}
.global-nav li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-cta {
    margin-left: 24px;
  }
}
.l-header__inner__nav .header-cta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .header-cta ul li {
    width: 50%;
  }
}
.l-header__inner__nav .header-cta ul li a {
  height: 100%;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1.4;
  padding: 56px 8px 8px;
  background-position: center 20px;
  background-size: 30px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .header-cta ul li a {
    width: 136px;
  }
}
.l-header__inner__nav .header-cta ul li.-koyomi a {
  border-color: #27284D;
  background-color: #27284D;
  background-image: url(../other/header-icon-koyomi_museum.svg);
  padding-top: 66px;
}
.l-header__inner__nav .header-cta ul li.-koyomi a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #27284D;
  background-image: url(../other/header-icon-koyomi_museum-hover.svg);
}
.l-header__inner__nav .header-cta ul li.-shop a {
  border-color: #BA3939;
  background-color: #BA3939;
  background-image: url(../other/header-icon-onlineshop.svg);
}
.l-header__inner__nav .header-cta ul li.-shop a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #BA3939;
  background-image: url(../other/header-icon-onlineshop-hover.svg);
}

.l-header__inner__nav .mega-menu {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-menu {
    position: fixed;
    top: 116px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 40px 0 56px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-menu {
    background: #F7F6F4;
    padding: 10px 10px 16px;
  }
  .l-header__inner__nav .mega-menu:has(.mega-products) {
    padding: 0;
  }
  .l-header__inner__nav .mega-menu:has(.mega-products) .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item {
    position: relative;
  }
}
.l-header__inner__nav .mega-products .-item .-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 690px) {
  .l-header__inner__nav .mega-products .-item .-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item .-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item .-title {
    position: relative;
  }
  .l-header__inner__nav .mega-products .-item .-title::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    height: 55px;
    width: 1px;
    background-color: var(--DDD);
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item .-title a {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item .-title a {
    padding: 12px 0 12px 16px;
    display: block;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item > .js-sptoggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item > .js-sptoggle {
    display: block;
    width: 45px;
    height: 53px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .l-header__inner__nav .mega-products .-item > .js-sptoggle::after {
    content: "＋";
    margin-left: auto;
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__inner__nav .mega-products .-item > .js-sptoggle.is-active::after {
    content: "－";
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item.-spon {
    display: block;
  }
  .l-header__inner__nav .mega-products .-item.-spon .-title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-header__inner__nav .mega-products .-item.-spon .-title::after {
    content: "";
    width: 7px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-right: 9px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item.-spon {
    display: none;
  }
}
.l-header__inner__nav .mega-products .-item .-link {
  margin-top: 11px;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item .-link {
    margin-top: 40px;
  }
}
.l-header__inner__nav .mega-products .-item .-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item .-link a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
  }
  .l-header__inner__nav .mega-products .-item .-link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item .-link a {
    gap: 0;
    padding: 0 16px 0 24px;
    color: #942D2D;
    line-height: 1.3;
  }
  .l-header__inner__nav .mega-products .-item .-link a::after {
    display: none;
  }
  .l-header__inner__nav .mega-products .-item .-link a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #942D2D;
    border-right: 2px solid #942D2D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-right: 10px;
  }
}
.l-header__inner__nav .mega-products .-item ul {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 690px) {
  .l-header__inner__nav .mega-products .-item ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item ul {
    margin-top: 8px;
    gap: 8px;
    padding: 0 16px 0 24px;
  }
}
.l-header__inner__nav .mega-products .-item ul li {
  margin-left: 0;
}
.l-header__inner__nav .mega-products .-item ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item ul li a {
    gap: 16px;
  }
  .l-header__inner__nav .mega-products .-item ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item ul li a {
    gap: 0;
    color: #942D2D;
  }
  .l-header__inner__nav .mega-products .-item ul li a::after {
    display: none;
  }
  .l-header__inner__nav .mega-products .-item ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    color: #942D2D;
    border-top: 2px solid #942D2D;
    border-right: 2px solid #942D2D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-right: 10px;
  }
}
.l-header__inner__nav .mega-products .-item ul li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.l-header__inner__nav .mega-products .-item ul li a:hover .-img img {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item ul li a br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item ul li a .-img {
    display: none;
  }
}
.l-header__inner__nav .mega-products .-item ul li a .-img img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-products .-item + .-item {
    position: relative;
  }
  .l-header__inner__nav .mega-products .-item + .-item::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #DDDDDD;
    position: absolute;
    left: -28px;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item + .-item {
    border-top: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-products .-item .toggle-open {
    padding-bottom: 16px;
  }
  .l-header__inner__nav .mega-products .-item .toggle-open ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-company ul {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.l-header__inner__nav .mega-company ul li {
  margin-left: 0 !important;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-company ul li a {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-company ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.l-header__inner__nav .mega-company ul li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.l-header__inner__nav .mega-company ul li a p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-company ul li a p {
    margin-top: 8px;
  }
  .l-header__inner__nav .mega-company ul li a p::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-company ul li a p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-company ul li a .-img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-company ul li a::after {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-service ul {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-header__inner__nav .mega-service ul li {
  margin-left: 0 !important;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-service ul li a {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-service ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.l-header__inner__nav .mega-service ul li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.l-header__inner__nav .mega-service ul li a p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-service ul li a p {
    margin-top: 8px;
  }
  .l-header__inner__nav .mega-service ul li a p::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-service ul li a p br {
    display: none;
  }
  .l-header__inner__nav .mega-service ul li a p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-service ul li a .-img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-service ul li a::after {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .mega-sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .mega-sp {
    display: block;
    margin-top: 8px;
  }
  .l-header__inner__nav .mega-sp a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 16px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .l-header__inner__nav .mega-sp a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__inner__nav .toggle-open {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__nav .toggle-open {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .l-hamburger {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .l-hamburger {
    display: block;
    position: fixed;
    z-index: 20;
    right: 16px;
    top: 11px;
    border: none;
    background-color: #27284D;
    overflow: hidden;
    border-radius: 100vh;
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 690px) {
  .l-hamburger {
    width: 48px;
    height: 48px;
    top: 16px;
    right: 24px;
  }
}
.l-hamburger__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  border-radius: 100vh;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-hamburger__line:nth-child(1) {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
@media screen and (min-width: 690px) and (max-width: 979.6px) {
  .l-hamburger__line:nth-child(1) {
    -webkit-transform: translate(-50%, -9px);
            transform: translate(-50%, -9px);
  }
}
.l-hamburger__line:nth-child(3) {
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}
@media screen and (min-width: 690px) and (max-width: 979.6px) {
  .l-hamburger__line:nth-child(3) {
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
}
.l-hamburger.is-open .l-hamburger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-35%, 6px);
          transform: rotate(45deg) translate(-35%, 6px);
}
@media screen and (min-width: 690px) and (max-width: 979.6px) {
  .l-hamburger.is-open .l-hamburger__line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-35%, 8px);
            transform: rotate(45deg) translate(-35%, 8px);
  }
}
.l-hamburger.is-open .l-hamburger__line:nth-child(2) {
  display: none;
}
.l-hamburger.is-open .l-hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-35%, -7px);
          transform: rotate(-45deg) translate(-35%, -7px);
}
@media screen and (min-width: 690px) and (max-width: 979.6px) {
  .l-hamburger.is-open .l-hamburger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-35%, -9px);
            transform: rotate(-45deg) translate(-35%, -9px);
  }
}