@charset "UTF-8";
/* Scss Document */
@font-face {
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/timesbd.woff) format("woff"), url(../fonts/timesbd.woff2) format("woff2");
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/times.woff) format("woff"), url(../fonts/times.woff2) format("woff2");
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Inter_18pt-Bold.woff) format("woff"), url(../fonts/Inter_18pt-Bold.woff2) format("woff2");
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Inter_18pt-SemiBold.woff) format("woff"), url(../fonts/Inter_18pt-SemiBold.woff2) format("woff2");
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Inter_18pt-Medium.woff) format("woff"), url(../fonts/Inter_18pt-Medium.woff2) format("woff2");
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Inter_18pt-Regular.woff) format("woff"), url(../fonts/Inter_18pt-Regular.woff2) format("woff2");
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Inter_18pt-Light.woff) format("woff"), url(../fonts/Inter_18pt-Light.woff2) format("woff2");
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
body {
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #5E5E5E;
  line-height: 1.6;
  font-size: 16px;
}

a {
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}

header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
header .header_wrap .logo img {
  width: 140px;
}
header .header_wrap .main_nav {
  display: flex;
  justify-content: center;
}
header .header_wrap .main_nav li {
  font-size: 14px;
}
header .header_wrap .main_nav li + li {
  margin-left: 2em;
  padding-left: 2em;
  border-left: solid 1px #BCBCBC;
}
header .header_wrap .nav_icon {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
header .header_wrap .nav_icon li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #5E5E5E;
}
header .header_wrap .nav_icon li a img {
  max-width: 20px;
}
header .header_wrap .nav_icon li.cart {
  position: relative;
}
header .header_wrap .nav_icon li.cart .item_count {
  position: absolute;
  top: -5px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #AD002D;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background: #002638;
}
footer .footer_wrap {
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
}
footer .footer_wrap ul li a {
  transition: all 0.4s;
  color: #fff;
}
footer .footer_wrap ul li a:hover {
  opacity: 0.7;
}
footer .footer_wrap ul li a:visited {
  color: #fff;
}
footer .footer_wrap .top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
footer .footer_wrap .top .contact .logo {
  width: 200px;
  margin: 0 auto;
}
footer .footer_wrap .top .contact .logo + div {
  margin-top: 30px;
}
footer .footer_wrap .top .contact .contact_btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #004C71;
  font-weight: 500;
  border-radius: 5px;
  padding: 1.6em 0;
  transition: all 0.4s;
}
footer .footer_wrap .top .contact .contact_btn a:hover {
  opacity: 0.7;
}
footer .footer_wrap .top .contact .contact_btn + p {
  margin-top: 20px;
}
footer .footer_wrap .top .contact p {
  font-size: 12px;
  white-space: nowrap;
  line-height: 2;
}
footer .footer_wrap .top .contact p .number {
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-right: 1em;
  color: #fff;
}
footer .footer_wrap .top .links {
  display: flex;
  gap: 40px;
  font-size: 14px;
  white-space: nowrap;
}
footer .footer_wrap .top .links ul li a {
  line-height: 30px;
}
footer .footer_wrap .top .links ul li ul {
  margin-top: 0.5em;
}
footer .footer_wrap .top .links ul li ul li {
  color: #989898;
  padding-left: 1.2em;
  position: relative;
}
footer .footer_wrap .top .links ul li ul li::before {
  position: absolute;
  content: "―";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer_wrap .top .links ul li ul li a {
  color: #989898;
}
footer .footer_wrap .top .links ul li ul li a:visited {
  color: #989898;
}
footer .footer_wrap .top .links ul li + li {
  margin-top: 0.5em;
}
footer .footer_wrap .top .sns_wrap .sns_list {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
footer .footer_wrap .top + div {
  margin-top: 60px;
}
footer .footer_wrap .bottom ul {
  display: flex;
  justify-content: flex-end;
}
footer .footer_wrap .bottom ul li {
  font-size: 12px;
  line-height: 1.2;
  margin-right: 1em;
  padding-right: 1em;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
footer .footer_wrap .bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
footer .footer_wrap .copyright {
  font-size: 10px;
  text-align: right;
  margin-top: 2em;
}/*# sourceMappingURL=common_new.css.map */