@charset "UTF-8";
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
#header h1 img {
  width: auto;
}

#globalNav {
  z-index: 1000;
}
#globalNav > li > a.nav_icon, #globalNav > li > .navtoggle.nav_icon {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
#globalNav > li > a.nav_icon .icon, #globalNav > li > .navtoggle.nav_icon .icon {
  overflow: hidden;
}
#globalNav > li > a.nav_icon .icon img, #globalNav > li > .navtoggle.nav_icon .icon img {
  height: auto;
  position: relative;
}

#search-bar_wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 900;
}

#search-bar {
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
#search-bar .serch_list {
  display: flex;
  /*
  		a {
  			color: #fff;
  			text-decoration: none;
  		}
  */
}
#search-bar .serch_box {
  display: flex;
}
#search-bar .search_input {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#search-bar .search_input .inputbox {
  text-overflow: ellipsis;
  border: 0;
  background-color: transparent;
  display: block;
}
#search-bar .search_input .inputbox:focus {
  outline: 0;
}
#search-bar .search_input .btn {
  height: auto;
}
#search-bar .prodbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
#search-bar .prodbox .num {
  background-color: #fff;
  color: #111;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
#search-bar .prodbox .num::after {
  content: "";
  display: block;
  border-color: transparent #fff #fff;
  border-style: solid;
  position: absolute;
}

.serch_list {
  height: 100%;
}
.serch_list::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.5s opacity, 0s height 0.5s;
}
.serch_list > li {
  height: 100%;
  display: flex;
  align-items: center;
}
.serch_list .navtoggle {
  cursor: pointer;
  font-weight: bold;
}
.serch_list .megamenu-wrapper {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.serch_list .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

#mCSB_1_scrollbar_vertical, #mCSB_2_scrollbar_vertical {
  z-index: 9999;
}

.mCSB_scrollTools {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_draggerContainer:before {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 2px);
  width: 4px;
  height: calc(100% - 4px);
  background: rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.prod_link_wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.prod_link_wrapper .prod_link_series {
  align-self: stretch;
}
.prod_link_wrapper .prod_link_series .prod_link {
  justify-content: flex-start !important;
}

.prod_link_ttl {
  font-weight: bold;
  position: relative;
}
.prod_link_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.prod_link_ttl.c_red::before {
  background-color: #e60012;
}
.prod_link_ttl.c_blue::before {
  background-color: #004098;
}

.prod_link {
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
  overflow: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.prod_link li a, .prod_link li .toggle {
  color: #333;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.prod_link li .toggle {
  cursor: pointer;
}
.prod_link .txt01 {
  font-weight: 500;
}

.prod_link_lv2 {
  display: none;
  background-color: #fff;
  color: #333;
  border-top: #eee 1px solid;
}
.prod_link_lv2 .prod_link_lv2_ttl {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.prod_link_lv2 .prod_link_lv2_ttl::before {
  content: "";
  border-color: #187fc4 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prod_link_lv2 .prod_link_lv2_list {
  display: flex;
  flex-wrap: wrap;
}
.prod_link_lv2 .prod_link_lv2_list .thumb {
  position: relative;
}
.prod_link_lv2 .prod_link_lv2_list .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: #ccc 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}
.prod_link_lv2 .prod_link_lv2_list .txt01 {
  text-align: center;
}
.prod_link_lv2 .prod_link_lv2_list a {
  color: #333;
  text-decoration: none;
}

.prod_link_close {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.prod_link_close img {
  cursor: pointer;
  width: auto;
}

@media screen and (min-width: 768px), print {
  #header {
    min-width: 768px;
  }

  #header01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  #header01 .menu {
    display: flex;
  }
  #header_left > div:has(a > .img-responsive-logo) {
    padding: 10px;
  }
  .img-responsive-logo {
    height: min(52px, 5vw);
  }

  #nav-button {
    display: none;
  }

  .hamburger-nav {
    display: block;
  }

  #globalNav {
    height: 72px;
    display: flex;
    padding-right: 10px;
  }
  #globalNav > li {
    flex-grow: 1;
  }
  #globalNav > li > a, #globalNav > li > .navtoggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #111;
    position: relative;
  }
  #globalNav > li > a .cate, #globalNav > li > .navtoggle .cate {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: min(16px, 1.8vw);
    line-height: 1.33333em;
    padding: 0 clamp(6px, 1.3vw, 18px);
    text-align: center;
  }
  #globalNav > li > a:not(.nav_icon)::before, #globalNav > li > .navtoggle:not(.nav_icon)::before {
    content: "";
    width: 0;
    height: 6px;
    display: block;
    background-color: #187fc4;
    transition: .2s width;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #globalNav > li > a:hover, #globalNav > li > a:active, #globalNav > li > .navtoggle:hover, #globalNav > li > .navtoggle:active {
    text-decoration: none;
  }
  #globalNav > li > a.nav_icon, #globalNav > li > .navtoggle.nav_icon {
    flex-direction: column;
    width: min(60px, 6vw);
  }
  #globalNav > li > a.nav_icon .icon, #globalNav > li > .navtoggle.nav_icon .icon {
    height: min(32px, 3.2vw);
  }
  #globalNav > li > a.nav_icon .icon img, #globalNav > li > .navtoggle.nav_icon .icon img {
    width: min(32px, 3.2vw);
  }
  #globalNav > li > a.nav_icon .text, #globalNav > li > .navtoggle.nav_icon .text {
    font-size: min(12px, 1.2vw);
    line-height: 18px;
  }
  #globalNav > li > a.nav_icon:hover, #globalNav > li > a.nav_icon:active, #globalNav > li > .navtoggle.nav_icon:hover, #globalNav > li > .navtoggle.nav_icon:active {
    color: #187fc4;
  }
  #globalNav > li > a.nav_icon:hover .icon img, #globalNav > li > a.nav_icon:active .icon img, #globalNav > li > .navtoggle.nav_icon:hover .icon img, #globalNav > li > .navtoggle.nav_icon:active .icon img {
    bottom: min(32px, 3.2vw);
  }
  #globalNav > li.nav_contact {
    padding-left: min(18px, 1.8vw);
  }
  #globalNav > li:hover > a:not(.nav_icon)::before, #globalNav > li:hover > .navtoggle:not(.nav_icon)::before, #globalNav > li:active > a:not(.nav_icon)::before, #globalNav > li:active > .navtoggle:not(.nav_icon)::before {
    width: calc(100% - 1rem);
  }
  #globalNav > li .navtoggle {
    cursor: pointer;
  }
  #globalNav > li > div {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
  }
  #globalNav > li .megamenu-wrapper {
    width: 100%;
    background-color: #187fc4;
    position: absolute;
    left: 0;
    top: 72px;
  }
  #globalNav > li .megamenu-ul {
    padding: 1.25rem 2rem;
    z-index: 100;
  }
  #globalNav > li .megamenu-ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #globalNav > li .megamenu-ul li + li {
    margin-left: 1rem;
  }
  #globalNav > li .megamenu-ul li a {
    display: block;
    color: #fff;
    padding: 6px 1rem;
  }
  #globalNav > li .megamenu-ul li a:hover, #globalNav > li .megamenu-ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #globalNav > li .megamenu-ul li a::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: translateY(-2px) scaleY(0.75) rotate(45deg);
  }

  #search-bar_wrapper {
    top: 72px;
    display: block;
  }

  #search-bar {
    height: 64px;
    justify-content: space-between;
  }
  #search-bar .serch_list > li {
    margin-right: min(2.5em, 4vw);
    flex-shrink: 0;
  }
  #search-bar .serch_list .navtoggle {
    font-size: min(18px, 2vw);
  }
  #search-bar .serch_box, #search-bar .search_input, #search-bar .inputbox {
    flex-grow: 1;
  }
  #search-bar .serch_box {
    align-items: center;
  }
  #search-bar .search_input {
    border-radius: 20px;
    padding: 0 20px 0 24px;
  }
  #search-bar .search_input .inputbox {
    line-height: 32px;
    padding: 4px 0;
    width: 120px;
  }
  #search-bar .search_input .btn {
    width: 32px;
    margin-left: 8px;
  }
  #search-bar .prodbox_wrapper {
    flex-shrink: 0;
    margin-left: 24px;
  }
  #search-bar .prodbox .num {
    font-size: 10px;
    width: 18px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 6px;
  }
  #search-bar .prodbox .num::after {
    width: 28px;
    height: 8px;
    border-width: 0 2px 2px;
    bottom: -6px;
    left: -5px;
  }
  #search-bar .prodbox .text {
    font-size: 12px;
    line-height: 20px;
  }
  #search-bar .prodbox:hover, #search-bar .prodbox:active {
    color: #d1e5f3;
  }
  #search-bar .prodbox:hover .num, #search-bar .prodbox:active .num {
    background-color: #d1e5f3;
  }
  #search-bar .prodbox:hover .num::after, #search-bar .prodbox:active .num::after {
    border-color: transparent #d1e5f3 #d1e5f3;
  }

  .serch_list::before, .serch_list .megamenu-wrapper {
    top: 64px;
  }
  .serch_list:has(.clicked)::before {
    transition: 0.5s opacity, 0s height 0s;
    opacity: 1;
    height: calc(100dvh - 136px);
  }

  .megamenu-wrapper_inner {
    max-height: calc(100dvh - 186px);
    overflow: hidden;
  }

  .prod_link_wrapper .prod_link_series:first-child {
    margin-top: calc(min(2vw, 2rem) - 6px);
  }

  .prod_link_ttl {
    padding: 0 min(2vw, 2rem);
    font-size: min(24px, 2.4vw);
    line-height: calc(1em  + 20px);
  }
  .prod_link_ttl::before {
    width: min(0.5em, 1vw);
  }
  .prod_link_ttl + .prod_link {
    padding-top: 0;
  }

  .prod_link {
    padding: min(1vw, 1rem);
  }
  .prod_link li {
    width: 25%;
    padding: min(1vw, 1rem);
  }
  .prod_link li a:hover, .prod_link li a:active, .prod_link li .toggle:hover, .prod_link li .toggle:active {
    color: #187fc4;
  }
  .prod_link .thumb {
    width: min(40%, 80px);
    margin-right: min(1vw, 1rem);
    flex-shrink: 0;
    align-self: flex-start;
  }
  .prod_link .txt01 {
    font-size: min(14px, 1.4vw);
    line-height: calc(min(14px, 1.4vw) + 6px);
  }
  .prod_link:has(> :nth-child(-n+3):last-child) {
    justify-content: center;
  }

  .prod_link_lv2_inner {
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 min(2vw, 2rem) 40px;
  }

  .prod_link_lv2 .prod_link_lv2_ttl {
    font-size: 28px;
    line-height: 40px;
    padding-top: 32px;
  }
  .prod_link_lv2 .prod_link_lv2_ttl::before {
    border-width: 20px 35px 0;
  }
  .prod_link_lv2 .prod_link_lv2_list + .section,
  .prod_link_lv2 .section + .section,
  .prod_link_lv2 .section > .ttl_lv1:not(:first-child) {
    margin-top: 40px;
  }
  .prod_link_lv2 .ttl_lv1 {
    font-size: 24px;
    line-height: 36px;
  }

  .prod_link_lv2_list {
    margin-left: calc(-1 * min(1vw, 1rem));
    margin-right: calc(-1 * min(1vw, 1rem));
    padding-top: min(1vw, 1rem);
  }
  .prod_link_lv2_list li {
    width: 25%;
    padding: min(1vw, 1rem);
  }
  .prod_link_lv2_list li .txt01 {
    font-size: min(14px, 1.4vw);
    line-height: calc(min(14px, 1.4vw) + 12px);
    margin-top: 4px;
  }
  .prod_link_lv2_list a:hover, .prod_link_lv2_list a:active {
    color: #187fc4;
  }

  .prod_link_close {
    bottom: -50px;
  }
  .prod_link_close img {
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .prod_link li {
    width: 20%;
  }

  .prod_link:has(> :nth-child(-n+4):last-child) {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .prod_link li {
    width: calc(100%/6);
  }

  .prod_link:has(> :nth-child(-n+5):last-child) {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .prod_link li {
    width: calc(100%/7);
  }

  .prod_link:has(> :nth-child(-n+6):last-child) {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .prod_link li {
    width: 12.5%;
  }

  .prod_link:has(> :nth-child(-n+7):last-child) {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #header_left > div:has(a > .img-responsive-logo) {
    padding: 7px 4px;
  }
  .img-responsive-logo {
    height: 36px;
  }

  #header_left {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
  }

  #nav-button {
    display: flex;
  }
  #nav-button .serch_toggle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #nav-button .serch_toggle .image {
    margin-bottom: 2px;
    margin-top: 2px;
  }
  #nav-button .serch_toggle .text {
    font-size: 10px;
    line-height: 1em;
    transform: scale(0.8);
    transform-origin: center bottom;
    font-weight: bold;
  }

  .hamburger-nav, #search-bar_wrapper {
    display: none;
  }

  .hamburger-btn .btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .hamburger-btn .btn span {
    position: absolute;
    transition: .5s right;
  }
  .hamburger-btn .btn span.open {
    right: 0;
  }
  .hamburger-btn .btn span.close {
    right: -50px;
  }
  .hamburger-btn .btn.clicked .open {
    right: -50px;
  }
  .hamburger-btn .btn.clicked .close {
    right: 0px;
  }

  #header_navigation {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    max-height: calc(100dvh - 50px);
    overflow: auto;
  }
  #header_navigation .megamenu {
    z-index: 100;
  }
  #header_navigation .megamenu > li > a, #header_navigation .megamenu > li > .navtoggle {
    background-color: rgba(232, 242, 249, 0.95);
  }
  #header_navigation .megamenu > li > a.nav_icon, #header_navigation .megamenu > li > .navtoggle.nav_icon {
    align-items: center;
  }
  #header_navigation .megamenu > li > a.nav_icon .icon, #header_navigation .megamenu > li > .navtoggle.nav_icon .icon {
    padding-right: 8px;
    height: 24px;
  }
  #header_navigation .megamenu > li > a.nav_icon .icon img, #header_navigation .megamenu > li > .navtoggle.nav_icon .icon img {
    width: 24px;
  }
  #header_navigation .megamenu > li > a:not(.navtoggle) {
    background-color: rgba(232, 242, 249, 0.95);
  }
  #header_navigation .megamenu > li .navtoggle.navtoggle_icon {
    width: 100%;
  }
  #header_navigation .megamenu .megamenu-wrapper {
    background-color: rgba(209, 229, 243, 0.95);
  }

  #header_navigation .megamenu a, #header_navigation .megamenu .navtoggle, #footer .megamenu a, #footer .megamenu .navtoggle {
    line-height: 1.5em;
    padding: 1em 14px;
    font-size: 16px;
  }

  #header_navigation .megamenu a, #header_navigation .megamenu .navtoggle, #footer .megamenu a, #footer .megamenu .navtoggle {
    display: flex;
    color: #333;
    text-decoration: none;
  }
  #header_navigation .megamenu a:not(.navtoggle), #footer .megamenu a:not(.navtoggle) {
    background: url("../images/sitmap_arrow.png") right center/48px auto no-repeat;
  }
  #header_navigation .megamenu a.external, #footer .megamenu a.external {
    background: url("../images/sitmap_external.png") right 4px/48px auto no-repeat;
  }
  #header_navigation .megamenu a.youtube, #footer .megamenu a.youtube {
    background: none;
  }
  #header_navigation .megamenu .menu-dropdown-icon::before, #footer .megamenu .menu-dropdown-icon::before {
    background-image: url(../images/sitmap_toggle.png);
  }
  #header_navigation .megamenu .megamenu-sttl, #footer .megamenu .megamenu-sttl {
    padding: 0.75em 14px;
  }
  #header_navigation .megamenu .megamenu-ul li a, #footer .megamenu .megamenu-ul li a {
    font-size: 14px;
    padding: 0.75em 14px;
  }
  #header_navigation .menu > ul > li, #footer .menu > ul > li {
    display: block;
  }
  #header_navigation .menu > ul > li > div, #footer .menu > ul > li > div {
    display: none;
    z-index: 99;
    left: 0;
    position: relative;
  }
  #header_navigation .menu > ul:before, #header_navigation .menu > ul:after, #footer .menu > ul:before, #footer .menu > ul:after {
    content: "";
    display: table;
  }
  #header_navigation .menu > ul:after, #footer .menu > ul:after {
    clear: both;
  }
  #header_navigation .menu > ul > li ul.megamenu-ul:after, #footer .menu > ul > li ul.megamenu-ul:after {
    clear: both;
  }
  #header_navigation .menu .show-on-mobile, #footer .menu .show-on-mobile {
    display: block;
  }
  #header_navigation .menu-mobile, #footer .menu-mobile {
    display: block;
  }
  #header_navigation .menu-dropdown-icon, #footer .menu-dropdown-icon {
    position: relative;
  }
  #header_navigation .menu-dropdown-icon::before, #footer .menu-dropdown-icon::before {
    content: "";
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: url(../images/sitmap_toggle.png) right 0px/48px auto no-repeat;
    margin-top: 4px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  #header_navigation .menu-dropdown-icon.clicked::before, #footer .menu-dropdown-icon.clicked::before {
    background-position: right -48px;
  }

  #search-bar_wrapper {
    top: 50px;
  }

  #search-bar {
    height: 96px;
    flex-direction: column-reverse;
    justify-content: center;
  }
  #search-bar .serch_list {
    margin-top: 4px;
  }
  #search-bar .serch_list .navtoggle {
    font-size: 13px;
    line-height: 37px;
  }
  #search-bar .serch_list > li + li::before {
    content: "｜";
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #search-bar .search_input, #search-bar .inputbox {
    flex-grow: 1;
  }
  #search-bar .serch_box {
    align-items: flex-start;
    width: 100%;
    padding-top: 8px;
  }
  #search-bar .search_input {
    border-radius: 16px;
    padding: 0 12px 0 10px;
  }
  #search-bar .search_input .inputbox {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    width: 120px;
  }
  #search-bar .search_input .btn {
    width: 24px;
  }
  #search-bar .prodbox_wrapper {
    flex-shrink: 0;
    margin-left: 16px;
  }
  #search-bar .prodbox .num {
    font-size: 10px;
    width: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  #search-bar .prodbox .num::after {
    width: 22px;
    height: 8px;
    border-width: 0 2px 2px;
    bottom: -6px;
    left: -4px;
  }
  #search-bar .prodbox .text {
    font-size: 10px;
    line-height: 10px;
    transform: scale(0.8);
  }
  #search-bar .megamenu-wrapper_inner {
    max-height: calc(100dvh - 186px);
    overflow: auto;
  }

  .serch_list::before, .serch_list .megamenu-wrapper {
    top: 96px;
  }
  .serch_list:has(.clicked)::before {
    opacity: 1;
    height: calc(100dvh - 146px);
    transition: 0.5s opacity, 0s height 0s;
  }

  .prod_link_wrapper .prod_link_series {
    margin-top: 0.5rem;
  }
  .prod_link_wrapper .prod_link_series:first-child {
    margin-top: 1rem;
  }

  .prod_link_ttl {
    padding: 0 1rem;
    font-size: 18px;
    line-height: 34px;
  }
  .prod_link_ttl::before {
    width: 6px;
  }
  .prod_link_ttl + .prod_link {
    padding-top: 0.5rem;
  }

  .prod_link {
    padding: 0.5rem;
  }
  .prod_link li {
    width: calc(100%/3);
    padding: 0.5rem;
  }
  .prod_link li a, .prod_link li .toggle {
    flex-direction: column;
  }
  .prod_link .thumb {
    width: 75%;
  }
  .prod_link .txt01 {
    font-size: 10px;
    line-height: 16px;
    margin-top: 4px;
    text-align: center;
    margin-bottom: -3px;
  }
  .prod_link:has(> :nth-child(-n+2):last-child) {
    justify-content: center;
  }

  .prod_link_lv2_inner {
    padding: 0 16px 16px;
  }

  .prod_link_lv2 .prod_link_lv2_ttl {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
  }
  .prod_link_lv2 .prod_link_lv2_ttl::before {
    border-width: 14px 24px 0;
  }
  .prod_link_lv2 .prod_link_lv2_list + .section,
  .prod_link_lv2 .section + .section,
  .prod_link_lv2 .section > .ttl_lv1:not(:first-child) {
    margin-top: 14px;
  }

  .prod_link_lv2_list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-top: 0.5rem;
  }
  .prod_link_lv2_list li {
    width: calc(100%/3);
    padding: 0.5rem;
  }
  .prod_link_lv2_list li .txt01 {
    font-size: 10px;
    line-height: 18px;
    margin-top: 4px;
  }

  .prod_link_close {
    bottom: -40px;
  }
  .prod_link_close img {
    height: 40px;
  }
}
@media print {
  #header {
    position: absolute;
  }
}
