@charset "UTF-8";
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

p:after {
  content: "";
}
p:before {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #fff;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  body.active {
    position: fixed;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #6e6e6e;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 200;
}

/*********************/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  scroll-behavior: smooth;
  font-size: 14px;
  color: #8d8d8d;
}

#header {
  line-height: 1;
  width: 100%;
  z-index: 1100;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
}
#header.scroll {
  background: rgba(255, 255, 255, 0.9);
}
#header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
#header .header_wrap .header_left {
  padding: 0 0 0 3vw;
}
#header .header_wrap .header_left a {
  display: block;
}
#header .header_wrap .header_left .header_logo {
  width: 135px;
}
#header .header_wrap .header_right {
  width: calc(100% - 210px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 5vw 0 0;
}
#header .header_wrap .header_right .header_menu .parent-lists {
  display: flex;
  justify-content: flex-end;
}
#header .header_wrap .header_right .header_menu .parent-lists > li {
  position: relative;
  padding: 0 1.25vw 15px;
}
#header .header_wrap .header_right .header_menu .parent-lists > li span {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 6px 0;
}
#header .header_wrap .header_right .header_menu .parent-lists > li span .ja {
  font-weight: 700;
  white-space: nowrap;
}
#header .header_wrap .header_right .header_menu .parent-lists > li:hover .child-lists {
  display: block;
}
#header .header_wrap .header_right .header_menu .parent-lists > li .child-lists {
  display: none;
  position: absolute;
  top: 97%;
  left: 0%;
  width: 100%;
  transition: 0.3s;
}
#header .header_wrap .header_right .header_menu .parent-lists > li .child-lists a {
  display: block;
  position: relative;
  padding: 10px 0 10px 1vw;
  box-sizing: border-box;
  color: #8d8d8d;
  background: #F8F8F8;
}
#header .header_wrap .header_right .header_menu .parent-lists > li .child-lists a:hover {
  background: #d5daeb;
}
#header .header_wrap .header_right .header_menu .parent-lists > li .child-lists a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: transparent;
  border-left: transparent;
  transition: all 0.3s;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 40%;
  right: 7px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
}
#header .header_wrap .header_right .header_btn {
  width: 130px;
}
#header .header_wrap .header_right .header_btn .btn {
  color: #fff;
  background-color: #142967;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  margin-bottom: 10px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-image: url(../img/common/icon-mail_white.svg);
  background-size: 10.8px auto;
}

/*** fv *******************************/
.slide {
  position: relative;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  bottom: 1.5% !important;
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
  background: #707070;
}

/*** main *******************************/
.main {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 50px;
  }
}

.fv-wrap {
  overflow: hidden;
  width: 100%;
}

.fv-wrap h1 {
  font-size: 0;
}

.section-wrap {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .section-wrap {
    margin: 0 15%;
    padding-top: 64px;
  }
}

.flwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.title {
  margin-bottom: 65px;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.text {
  letter-spacing: 0.1em;
}

.fl-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.fl-item li {
  display: inline-block;
  padding: 0 3% 3% 0;
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .fl-item li {
    padding: 0 0 25% 0;
    width: 100%;
  }
}
.fl-item li:nth-child(even) {
  padding: 0 0% 3% 0;
}
@media screen and (max-width: 767px) {
  .fl-item li:nth-child(even) {
    padding: 0 0 25% 0;
  }
}
@media screen and (max-width: 767px) {
  .fl-item li:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .fl-item:last-child {
    padding: 0 0 5% 0;
  }
}
.fl-item.fl3 li {
  display: inline-block;
  padding: 0 3% 3% 0;
  width: 31%;
}
.fl-item.fl3 li:nth-child(3) {
  padding: 0 0% 3% 0;
}

.fl-item-title {
  margin: 35px 0 14px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fl-item-title {
    margin: 24px 0 8px;
    font-size: 14px;
  }
}

.column-item-wrap {
  width: 1000px;
}
.column-item-wrap a {
  display: block;
}

.product-specifications {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.product-specifications .specifications {
  margin-bottom: 16px;
  white-space: nowrap;
}
.product-specifications .notice {
  font-size: 75%;
}

.common-btn {
  margin-top: 32px;
  width: 160px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .common-btn {
    width: 100%;
    height: 44px;
    float: left;
  }
}
.common-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 3.5px;
  z-index: 1;
  transition-duration: 0.4s;
  font-size: 14px;
  background: transparent;
  border: solid 1px #8d8d8d;
}
@media screen and (max-width: 767px) {
  .common-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 3.5px;
  }
}
.common-btn a::before {
  /**/
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #8d8d8d;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.4s;
}
.common-btn a:hover {
  color: #fff;
  border: none;
}
.common-btn a:hover::before {
  /**/
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

#concept .text {
  letter-spacing: 0.15em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #concept .letter-s1 {
    letter-spacing: 0.1em;
  }
  #concept .letter-s2 {
    letter-spacing: 0.1em;
  }
  #concept .section-wrap {
    margin: 0 auto;
    padding-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  #product .letter-s1 {
    letter-spacing: 0.07em;
  }
}

#column #catch-bottom .section-wrap {
  padding-top: 190px;
}

#lineup .section-wrap {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #lineup .section-wrap {
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  #lineup .text {
    line-height: 1.7;
  }
  #lineup .fl-item-title {
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
#lineup .lineup-items li a {
  display: block;
}

#column .section-wrap {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #column .section-wrap {
    padding-top: 64px;
  }
}

#catch-bottom .section-wrap {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #catch-bottom .section-wrap {
    padding-top: 100px;
  }
}
#catch-bottom .title {
  margin-bottom: 45px;
  color: #142967;
}
@media screen and (max-width: 767px) {
  #catch-bottom .title {
    margin-bottom: 30px;
  }
}
#catch-bottom .logo-wrap {
  width: 100%;
  text-align: center;
}
#catch-bottom .logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #catch-bottom .logo {
    width: 40%;
  }
}

/*** faq *******************************/
.accordion {
  width: 100%;
}

.accordion-category {
  margin-bottom: 2.5%;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .accordion-category {
    margin-bottom: 7%;
  }
}

.accordion-item {
  position: relative;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 767px) {
  .accordion-item {
    margin-bottom: 10%;
  }
}
.accordion-item .icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 1px;
  background-color: #8d8d8d;
}
.accordion-item .icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #8d8d8d;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.accordion-item.is-open .icon::after {
  /**/
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.accordion-item.is-open .accordion-content {
  opacity: 1;
  height: 100%;
  transform: scaleY(1);
  animation: open 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5% 0 1.5% 0;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .accordion-title {
    margin-bottom: 3%;
    padding: 1% 0;
    font-size: 16px;
  }
}
.accordion-title p {
  flex: 1 1;
}

.accordion-content {
  position: relative;
  height: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top left;
  color: #8d8d8d;
}

@keyframes open {
  0% {
    height: 0;
    opacity: 0;
    transform: scaleY(0);
  }
  60% {
    opacity: 0;
    height: 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
  }
}
.accordion-content p {
  line-height: 1.7;
}

.accordion-item.is-open:last-child .accordion-content {
  margin-bottom: 20px;
}

/**********************************/
#footer {
  position: relative;
  margin: 0 auto;
}
#footer .wrapper {
  margin-top: 200px;
  padding: 56px 10px 56px 10px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  #footer .wrapper {
    margin-top: 100px;
    padding: 70px 22% 64px;
  }
}
#footer .footer-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  max-width: 770px;
}
@media screen and (max-width: 767px) {
  #footer .footer-wrap {
    width: 100%;
  }
}
#footer .footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .footer_menu {
    padding-bottom: 25px;
  }
}
#footer .footer_menu > li:not(:last-child) {
  padding-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .footer_menu > li:not(:last-child) {
    margin-right: 50%;
    padding-bottom: 12px;
    width: 50%;
    text-align: left;
  }
}
#footer .footer_menu li a {
  position: relative;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #footer .footer_menu li a {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
#footer .footer_menu .parent-lists {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 0 1.5vw 15px;
}
#footer .footer_menu .parent-lists span {
  display: block;
  padding: 6px 0;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6e6e6e;
}
#footer .footer_menu .parent-lists span .ja {
  font-weight: 700;
  white-space: nowrap;
}
#footer .footer_menu .parent-lists:hover .child-lists {
  display: block;
}
#footer .footer_menu .parent-lists .child-lists {
  /**/
  display: none;
  position: absolute;
  top: 37%;
  left: 0%;
  width: 100%;
  transition: 0.3s;
}
#footer .footer_menu .parent-lists .child-lists a {
  display: block;
  position: relative;
  padding: 1.5px 0 1.5px 1vw;
  box-sizing: border-box;
  color: #8d8d8d;
  background: #F8F8F8;
  text-align: left;
}
#footer .footer_menu .parent-lists .child-lists a:hover {
  background: #d5daeb;
}
#footer .footer_menu .parent-lists .child-lists a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: transparent;
  border-left: transparent;
  transition: all 0.3s;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 35%;
  right: 7px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
}
#footer .footer_submenu {
  display: flex;
  justify-content: center;
  width: 730px;
}
@media screen and (max-width: 767px) {
  #footer .footer_submenu {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
#footer .footer_submenu li {
  padding-right: 30px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #footer .footer_submenu li {
    display: block;
    width: 100%;
    line-height: 1.7;
    text-align: left;
  }
}
#footer .footer_submenu li a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer_submenu li a {
    font-size: 12px;
  }
}
#footer .footer_submenu li a:first-of-type {
  padding-top: 0;
}
#footer .sns-icon {
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  #footer .sns-icon {
    margin: 15px auto 0;
  }
}
#footer .sns-icon li {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
#footer .sns-icon li:last-of-type a img {
  margin-right: 0%;
}
#footer .sns-icon li img {
  margin-right: 15px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  #footer .sns-icon li img {
    margin-right: 15px;
  }
}
#footer .sns-icon li .twitter {
  width: 42px;
}
#footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 11px;
  letter-spacing: 0.01em;
  color: #707070;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    height: 40px;
    font-size: 8px;
  }
}

/*** mb *******************************************************************************/
@media screen and (max-width: 767px) {
  body.active {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  #header_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 900;
    line-height: 1;
    background: #fff;
    transition: 0.3s;
  }
  #header_sp .header_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
  }
  #header_sp .header_wrap .header_left {
    width: 50%;
  }
  #header_sp .header_wrap .header_left .header_logo a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
  }
  #header_sp .header_wrap .header_left .header_logo a img {
    max-width: 100px;
  }
  #header_sp.scroll {
    background: rgba(255, 255, 255, 0.9);
  }
  .drawer_button {
    display: block;
    background: 0 0;
    outline: 0;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1020;
  }
  .drawer_button .hamburger {
    position: relative;
    width: 24px;
    height: 20px;
    width: 20px;
    margin: 0 auto;
  }
  .drawer_button .hamburger span {
    height: 1px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    transform-origin: 50% 50%;
    background-color: #707070;
  }
  .drawer_button .hamburger span:nth-child(1) {
    top: 2px;
  }
  .drawer_button .hamburger span:nth-child(2) {
    top: 0;
    bottom: 0;
  }
  .drawer_button .hamburger span:nth-child(3) {
    bottom: 2px;
  }
  .drawer_button.active .hamburger span {
    background-color: #fff;
  }
  .drawer_button.active .hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
    top: 0;
  }
  .drawer_button.active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .drawer_button.active .hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
    bottom: 0;
  }
  #nav_sp {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    color: #fff;
    background-color: #707070;
    opacity: 0;
    transition: all 0.2s;
    visibility: hidden;
    z-index: -1;
  }
  body.active #nav_sp {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  #nav_sp .drawer_nav_sp {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 90px 0 20px;
  }
  #nav_sp .drawer_nav_sp .header_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
  }
  #nav_sp .drawer_nav_sp .header_logo a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
  }
  #nav_sp .drawer_nav_sp .header_logo a img {
    max-width: 146px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li {
    border-bottom: solid 0.3px #fff;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    padding: 10px 26px;
    box-sizing: border-box;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 22px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a.parent-nolink::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: transparent;
    border-right: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    transition: all 0.3s;
    transform-origin: 50% 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 22px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a.parent-nolink::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: transparent;
    border-right: transparent;
    border-top: transparent;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    transition: all 0.3s;
    transform-origin: 50% 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 22px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a.parent-nolink.active::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: transparent;
    border-right: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    transition: all 0.3s;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    position: absolute;
    margin: auto;
    bottom: 13%;
    right: 22px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a.parent-nolink.active::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: transparent;
    border-right: transparent;
    border-top: transparent;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    transition: all 0.3s;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    bottom: 10%;
    right: 12px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child a.parent-nolink.active::before {
    border-left: 1px solid #707070;
    bottom: 5px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child {
    display: none;
    background: #fff;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child.child-second {
    background: #fff;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child li {
    border: 0;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child a:after {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child a.parent-nolink::after {
    border-right: 1px solid #707070;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child a.parent-nolink::after {
    border-top: transparent;
    border-left: transparent;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child a.parent-nolink::before {
    border-left: 1px solid #707070;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li .child a {
    color: #707070;
    border-top: 1px solid #707070;
  }
  #footer .footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
  }
  #footer .footer_menu .parent-lists {
    justify-content: flex-start;
    flex-direction: row;
    padding: 0;
  }
  #footer .footer_menu .parent-lists span {
    text-align: left;
  }
  #footer .footer_menu .parent-lists .child-lists {
    top: 10%;
    left: 90%;
  }
  #footer .footer_menu .parent-lists .child-lists a {
    padding: 1px 0;
    width: 80%;
  }
  #footer .footer_menu .parent-lists .child-lists a:hover {
    background: inherit;
  }
}/*# sourceMappingURL=style.css.map */