@charset "UTF-8";
@import url('https://fonts.google.com/noto/specimen/Noto+Sans+JP?subset=japanese');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section, time, audio, video, figure, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  /*font-weight: 500;*/
  font-weight: 900;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*font-weight: 500;*/
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a3a3a;
}
article, footer, header, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  transition: .3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em, b {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
input, select {
  vertical-align: middle;
}
.en {
  font-family: muli, sans-serif;
}
#wrapper {
  width: 100%;
  min-width: 1280px;
}
#container {
  padding-left: 290px;
}
@media screen and (max-width:1640px) {
  #container {
    padding-left: 260px;
  }
}
@media screen and (max-width:1280px) {
  #container {
    padding-left: 220px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  #wrapper {
    min-width: unset;
  }
  #container {
    padding-left: 0;
  }
  #container.top_page {
    margin-top: 55px;
  }
}
/*//////////////////////////////
  header
//////////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100vh;
  z-index: 205;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
}
.globalheader {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 30px;
  box-sizing: border-box;
}
    .globalheader {
        overflow-y: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    .globalheader::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
.head_top .logo {
  padding: 20px 20px;
  text-align: center;
  z-index: 300;
  position: relative;
}
.head_top .logo img {
  width: calc(149px * 0.9);
}
.globalnavi {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 40px 24px;
}
.nav_top > li {
  /* margin-bottom: 20px;*/
  position: relative;
}
/*.nav_top li:hover {
  cursor: pointer;
}*/
.nav_top li:hover .menu_mega, .nav_link li:hover .menu_mega {
  left: 290px;
}
.mega_menu.menu_detail .yajirusi {
  position: absolute;
  left: 0;
  border-left: 18px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  z-index: 300;
  filter: drop-shadow(3px 0px 2px rgb(0, 0, 0, 0.1));
}
.mega_menu.menu_detail .close {
  cursor: pointer;
  width: calc(80px * .9);
  height: calc(80px * .9);
  position: fixed;
  top: 10px;
  right: 25px;
}
.mega_menu.menu_detail .close img {
  width: 100%;
}
.nav_top > a {
  display: flex;
  align-items: center;
}
.nav_top img {
/*  width: 32px;
  margin-right: 10px;*/
}
.nav_link {
  padding-left: 42px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
}
.nav_link li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
}
.nav_link_sp {
  position: relative;
  display: flex;
}
.nav_link li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-left: 6px solid #e62b00;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav_other li {
  margin-top: 20px;
  font-size: 14px;
}
.globalnav_btn {
  display: none;
}
/* メガメニュー */
.mega_menu {
  background: #fff;
  display: none;
  top: 0;
  left: 290px;
  height: 100%;
  padding: 35px 20px 20px 20px;
  position: fixed;
  width: calc(100% - 290px);
  z-index: 200;
  bottom: 0;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 -8px 8px rgb(0 0 0 / 16%)inset;
}
.menu_detail {
  display: block;
}
.nav_link a {
  display: block;
}
.info_btn_red {
  border-radius: 40px;
  border: solid 2px #d82b16;
  box-sizing: border-box;
  color: #d82b16;
  padding: 20px;
  text-align: center;
  max-width: 340px;
  margin: auto;
  position: relative;
}
.info_btn_red::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  color: #d82b16;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0px;
}
.mega_menu .cat_list.cal_4 img, .mega_menu .cat_list.cal_5 img, .for_home_recommend img, .menu_company_detail img, .menu_for_business_detail img, .menu_factory_detail img {
  width: 100% !important;
}
.menu_company_detail ul::after, .menu_company_detail ul::before {
  content: "";
  display: block;
}
.menu_company_detail ul::before {
  order: 1;
}
.for_home_recommend li, .menu_company_detail li, .menu_company_detail ul::after, .menu_company_detail ul::before {
  width: 24%;
}
.menu_factory_detail li {
  width: 32%;
}
.nav_top .for_home_recommend a {
  display: block;
}
.mega_menu .link_ttl{
  color: #3a3a3a;
  font-size: 18px;
}

.menu_company_detail li {
  padding-left: 0;
}
.menu_company_detail li::before, .menu_factory li::before {
  content: none;
}
/* 検索窓 */
.search_container {
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 36px;
  width: 100%;
  overflow: hidden;
  max-width: 210px;
}
.search_container input[type="text"] {
  border: none;
  height: 28px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 16px;
  border: none;
  background: none;
  color: #d82b16;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -4px;
  outline: none;
}
@media screen and (max-width:1640px) {
  header {
    width: 260px;
  }
  .mega_menu {
    left: 260px;
    width: calc(100% - 260px);
  }
  .nav_top li:hover .menu_mega, .nav_link li:hover .menu_mega {
    left: 260px;
  }
  .globalnavi {
    padding: 0 0 30px 20px;
  }
  .nav_link {
    padding-left: 32px;
    padding-bottom: 18px;
    margin-bottom: 28px;
    font-size: 15px;
  }
  .nav_link li {
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .head_top .logo {
    padding: 15px 0;
  }
  .head_top .logo img {
    width: calc(148px * 0.9);
  }
  .nav_top {
    font-size: 15px;
  }
  .nav_top img {
   /* width: 28px;*/
  }
  .nav_other li {
    margin-top: 14px;
    font-size: 13px;
  }
  .menu_company_detail ul::before, .menu_company_detail ul::after {
    content: none;
  }
}
@media screen and (max-width: 1280px) {
  header {
    width: 220px;
  }
  .nav_top li:hover .menu_mega, .nav_link li:hover .menu_mega {
    left: 220px;
  }
  .nav_top li:hover .menu_mega, .nav_link li:hover .menu_mega {
    border-left: 14px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    z-index: 300;
    filter: drop-shadow(3px 0px 2px rgb(0, 0, 0, 0.1));
  }
  .globalnavi {
    padding: 0 0 30px 18px;
  }
  .nav_link {
    padding-left: 32px;
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  .nav_link li {
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .head_top .logo {
    padding: 10px 0;
  }
  .head_top .logo img {
    width: calc(100px * 0.9);
  }
  .nav_top {
    font-size: 13px;
  }
  .nav_top li {
    /*margin-bottom: 14px;*/
  }
  .nav_top img {
   /* width: 22px;*/
  }
  .nav_other li {
    margin-top: 12px;
    font-size: 12px;
  }
  .search_container {
    max-width: 180px;
  }
  .mega_menu {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .globalnav_btn {
    display: block;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 0;
    overflow: visible;
    box-shadow: unset;
    background-color: transparent;
  }
  .globalheader .head_top {
    padding: 0;
  }
  .head_top .logo {
    padding: 0;
    width: auto;
    height: 40px;
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 10px;
    margin: 0;
  }
  .head_top .head_inquiry {
    background: #fff;
    padding: 5px 0 0;
    width: auto;
    height: 40px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    margin: 0;
  }
  .head_inquiry a {
    max-width: 55px;
    width: 100%;
  }
  .head_inquiry a + a {
    border-left: 1px solid #ff0000;
  }
  .sp-menu-wrapper .logo {
    width: auto;
    max-width: 120px;
    height: auto;
  }
  .globalnav_btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 900;
    color: #fff;
    background-color: #d82b16;
    /* drop-shadow */
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  }
  .globalnav_btn .txt_menu {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 9px;
    font-family: muli, sans-serif;
  }
  .globalnav_btn span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    right: 13px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    text-align: center;
  }
  .globalnav_btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: .3s;
  }
  .globalnav_btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: .3s;
  }
  .open .globalnav_btn span {
    background-color: transparent;
  }
  .open .globalnav_btn span::before {
    left: 0;
    top: 0;
    transform: rotate(135deg);
  }
  .open .globalnav_btn span::after {
    left: 0;
    top: 0;
    transform: rotate(-135deg);
  }
  .globalnavi {
    padding-top: 32px;
    padding-bottom: 80px;
    position: fixed;
    width: 100%;
    right: -100%;
    opacity: 1;
    height: 100%;
    z-index: 104;
    top: 0;
    background-color: #fff;
    font-size: 14px;
    transition: .5s;
    overflow: auto;
    box-sizing: border-box;
  }
  .open .globalnavi {
    right: 0;
  }
  .nav_link {
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .nav_acc span, .sp-menu ul li:nth-child(n+7) span {
    color: #d82b16 !important;
    font-size: 12px;
  }
  .globalnavi ul {
    text-align: left;
    width: 100%;
  }
  .globalnavi li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .globalnavi a {
    color: #000;
  }
  .search_container {
    margin-top: 20px;
  }
  .sp-menu li a {
    font-size: 14px;
  }
  .sp-menu {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    padding-bottom: 50px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
  .sp_menu_ttl {
    padding: 10px 0;
    box-sizing: border-box;
    color: #d82b16;
  }
  .sp-menu li {
    position: relative;
    transition: .5s;
  }
  .sp-menu a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    position: relative;
  }
  .sp-menu li span {
    color: #543617;
    font-weight: 500;
  }
  .sp-menu ul li {
    text-align: left;
    display: block;
    height: auto;
  }
  .sp-menu ul li a {
    padding: 0 0 0 15px;
    line-height: 4em;
  }
  .sp-menu .line30 {
    line-height: 3 !important;
  }
  .sp-menu .line20 a {
    line-height: 2 !important;
  }
  .sp-menu .category_menu {
    padding: 0;
  }
  .pcnav {
    display: none;
  }
  .sp-menu a {
    line-height: initial;
  }
  .sp-menu a.nav_acc {
    position: relative;
  }
  .sp-menu .nav_acc img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  .sp-menu a.nav_acc::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 12px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000;
    right: 19px;
    top: calc(50% - 1px);
  }
  .sp-menu a.nav_acc.open::before {
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .sp-menu nav > ul {
    height: auto;
    padding-bottom: 50px;
  }
  .sp-menu nav > ul > li > ul {
    display: none;
  }
  .sp-menu nav > ul > li > ul > li {
    padding-left: 20px;
  }
  .sp-menu nav > ul > li > ul > li a {
    line-height: 2.4;
  }
  input#s-box {
    padding: 5px 5px 5px 34px;
    font-size: 14px;
  }
  .s-box_wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  #s-btn {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 400px) {
  .globalnav_btn span img {
    margin-left: 1px;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
footer {
  padding: 40px 0 20px;
  text-align: center;
}
footer .sns_link li {
  margin: 0 15px;
}
footer .policy_link li {
  margin: 0 0.5em;
}
footer .policy_link li + li{
	border-left: 1px solid #000;
	padding-left: 0.5em;
}
footer .policy_link li:last-of-type{
	
}
.totop {
  display: flex;
  align-items: flex-end;
}
.totop a {
  width: 187px;
}
@media screen and (max-width: 768px) {
  .totop a {
    width: 50%;
  }
}
.totop img {
  width: 100%;
}
.totop:before, .totop:after {
  position: relative;
  z-index: 1;
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d82b16;
}
.totop:before {
  margin-right: -1px;
}
.totop:after {
  margin-left: -1px;
}
#pagetop {
  position: fixed;
    display: block;
    opacity: 1 !important;
  width: 80px;
right: 20px;
  bottom: 20px;
  z-index: 101;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
  #pagetop {
		  width: 50px;
		  left: 10px;
		bottom: 10px;

  }
}