/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input:focus, input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

main {
  display: block;
}

button {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
}

strong {
  font-weight: normal;
}

select {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.bx-wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70%;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}
body.lang-cn {
  font-family: 'Noto Sans SC', sans-serif;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul,
ol {
  list-style-position: inside;
}

.contents {
  line-height: 1.875;
}
.contents-main {
  padding-bottom: 100px;
}

.header {
  background: #FFF;
  position: relative;
  border-bottom: 1px solid #E50012;
}
.header-layout {
  display: grid;
  grid-template: "headerlogo headermenu" auto "headerlogo headermenu2" auto / 250px 1fr;
}
@media screen and (max-width: 1098px) {
  .header-layout {
    grid-template: "headerlogo headermenu" auto "headermenu2 headermenu2" auto / 170px 1fr;
  }
}
@media screen and (max-width: 880px) and (min-width: 801px) {
  .header-layout {
    grid-template: "headerlogo headermenu" auto "headermenu2 headermenu2" auto / 150px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .header-layout {
    display: block;
  }
}
.header-layout1 {
  grid-area: headerlogo;
}
.header-layout2 {
  grid-area: headermenu;
}
.header-layout3 {
  grid-area: headermenu2;
}
.header-container {
  width: calc(1098px + 20px + 20px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1098px) {
  .header-logo {
    padding-top: 7px;
  }
}
@media screen and (max-width: 800px) {
  .header-logo {
    padding: 0;
    height: 59px;
  }
}
.header-mobile-menu {
  width: 70px;
  height: 59px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: background 0.2s;
  will-change: background;
}
.header-mobile-menu.is-active {
  background: #E50012;
  color: #FFF;
}
.header-mobile-menu-body {
  text-align: center;
  height: 100%;
  padding-top: 16px;
}
.header-mobile-menu-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background: #E50012;
  transition: background 0.1s;
  will-change: background;
}
.header-mobile-menu.is-active .header-mobile-menu-line {
  background: #FFF;
}
.header-mobile-menu-line-2, .header-mobile-menu-line-3 {
  margin-top: 6px;
}
.header-mobile-menu-text {
  margin-top: 3px;
  font-size: 1.1rem;
  font-weight: bold;
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 7px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1098px) {
  .header-menu {
    margin-top: 10px;
  }
}
.header-search-link {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .header-search-link:hover {
    opacity: 0.6;
  }
}
.header-search-link:active {
  color: #000;
}
.header-search-icon {
  margin-right: 4px;
}
.header-search-text {
  vertical-align: middle;
  font-size: 1.3rem;
}
.header-lang {
  margin-left: 10px;
  padding: 2px 0 2px 10px;
  border-left: 1px dotted #A5A5A5;
}
@media screen and (max-width: 1098px) {
  .header-lang {
    margin-left: 10px;
    padding: 2px 0 2px 10px;
  }
}
@media screen and (max-width: 880px) and (min-width: 801px) {
  .header-lang {
    margin-left: 5px;
    padding: 2px 0 2px 5px;
  }
}
@media screen and (max-width: 800px) {
  .header-lang {
    margin-left: 0;
    padding: 0;
    text-align: center;
    border: 0;
  }
}
.header-lang-en {
  margin-left: 10px;
  padding: 2px 0 2px 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 800px) {
  .header-lang-en {
    margin-left: 0;
    padding: 0;
    font-size: inherit;
  }
}
.header-lang-link {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .header-lang-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .header-lang-link {
    font-size: 1.4rem;
    text-decoration: underline;
  }
}
.header-lang-en .header-lang-link {
  margin-left: 6px;
  letter-spacing: -0.3px;
  vertical-align: middle;
}
.header-lang-link-en {
  margin-left: 10px;
}
.header-lang-link-c {
  margin-left: 10px;
}
@media screen and (max-width: 1098px) {
  .header-lang-link-c {
    margin-left: 10px;
  }
}
@media screen and (max-width: 880px) and (min-width: 801px) {
  .header-lang-link-en,.header-lang-link-c {
    margin-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .header-lang-link-c {
    margin-left: 20px;
  }
}
.header-inquiry {
  margin-left: 10px;
}
@media screen and (max-width: 1098px) {
  .header-inquiry {
    margin-left: 10px;
  }
}
@media screen and (max-width: 880px) and (min-width: 801px) {
  .header-inquiry {
    margin-left: 5px;
  }
  .header-inquiry .btn {
    padding: 0.8em 0.5em;
  }
}
@media screen and (max-width: 800px) {
  .header-inquiry {
    margin-left: 0;
    margin-right: 10px;
  }
}
.header-estimate {
  margin-left: 10px;
}
@media screen and (max-width: 1098px) {
  .header-estimate {
    margin-left: 10px;
  }
}
@media screen and (max-width: 880px) and (min-width: 801px) {
  .header-estimate {
    margin-left: 5px;
  }
  .header-estimate .btn {
    padding: 0.8em 0.5em;
  }
}
@media screen and (max-width: 800px) {
  .header-estimate {
    margin-right: 0;
  }
}
.header-sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 880px) and (min-width: 801px) {
  .header-sns {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .header-sns {
    justify-content: center;
    margin-top: 10px;
  }
}
.header-youtube,.header-twitter {
  margin-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-youtube,.header-twitter {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .header-youtube {
    margin-left: 0;
  }
}
.header-catch {
  margin-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-catch {
    margin-left: 10px;
    width: 182px;
  }
}
@media screen and (max-width: 800px) {
  .header-catch {
    width: 100%;
    height: 50px;
    margin-left: 0;
    line-height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 1098px) {
  .header-catch-en {
    width: 165px;
  }
}
@media screen and (max-width: 800px) {
  .header-catch-en {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .header-catch-image {
    width: 179px;
  }
}
.header-menu2 {
  margin-top: 20px;
}
@media screen and (max-width: 1098px) {
  .header-menu2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .header-menu2 {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 800px) {
  .header-wrapper.is-products {
    transform: translate3d(0, -60px, 0);
  }
}
@media screen and (max-width: 800px) {
  .header-wrapper.is-visible, .header-wrapper.is-visible.is-roducts {
    transform: none;
  }
}

.page-header {
  position: relative;
}
.page-header-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media screen and (max-width: 800px) {
  .page-header-layout {
    height: 180px;
  }
}
.page-header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-bg::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.page-header-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 544px) {
  .page-header-title {
    padding: 0 10px;
  }
}
.page-header-heading {
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  z-index: 1;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .page-header-heading {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
}

.page-header2 {
  overflow: hidden;
}
.page-header2-layout {
  padding: 75px 0;
  background: #313131;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .page-header2-layout {
    padding: 10px 0 50px;
  }
}
.page-header2-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .page-header2-row {
    display: block;
  }
}
.page-header2-thumbnail {
  width: 491px;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .page-header2-thumbnail {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.page-header2-main {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .page-header2-image {
    width: 500px;
  }
}
@media screen and (max-width: 544px) {
  .page-header2-image {
    width: 252px;
  }
}
@media screen and (max-width: 800px) {
  .page-header2-main {
    margin-top: 10px;
  }
}
.page-header2-title {
  position: relative;
  padding-bottom: 16px;
}
.page-header2-title:after {
  display: block;
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E50012;
  content: "";
}
.page-header2-heading {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 800px) {
  .page-header2-heading {
    font-size: 2.8rem;
  }
}
.page-header2-subheading {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .page-header2-subheading {
    margin-top: 24px;
  }
}
.page-header2-text {
  margin-top: 20px;
  line-height: 1.875;
}
@media screen and (max-width: 800px) {
  .page-header2-text {
    margin-top: 10px;
  }
}
.page-header2-link {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .page-header2-link {
    margin-top: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .page-header3:not(.is-clone) {
    display: none;
  }
}
.page-header3-layout {
  position: relative;
  padding: 30px 0;
  background: #313131;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .page-header3-layout {
    padding: 15px 0;
  }
}
.page-header3-main {
  line-height: 1.875;
}
.page-header3-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header3-cat-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .page-header3-cat-image {
    width: 50px;
  }
}
.page-header3-cat-label {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .page-header3-cat-label {
    font-size: 1.6rem;
  }
}
.page-header3-cat-label2 {
  font-weight: bold;
}
.page-header3-cat-desc {
  margin-top: 24px;
  line-height: 1.5;
}
.page-header3-window {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.2s, transform 0.2s;
}
@media screen and (min-width: 801px) {
  .page-header3-window {
    display: none;
  }
}
.page-header3-window.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.page-header3-window-body {
  position: relative;
  background: #313131;
  color: #FFF;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #E2E2E2;
}
.page-header3-window-body::before, .page-header3-window-body::after {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: calc(100% - 1px);
  border-style: solid;
  content: "";
}
.page-header3-window-body::before {
  bottom: 100%;
  right: 20px;
  border-width: 0 11px 20px 11px;
  border-color: transparent transparent #E2E2E2 transparent;
}
.page-header3-window-body::after {
  bottom: calc(100% - 1px);
  right: 21px;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #313131 transparent;
}
.page-header3-link3 {
  margin-top: 20px;
  text-align: center;
}
.page-header3-close {
  width: 34px;
  position: absolute;
  right: 20px;
  top: 10px;
  text-align: center;
}
.page-header3-btn2 {
  display: block;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
}
.page-header3-btn2-icon {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 17px;
}
.page-header3-btn2-icon::before, .page-header3-btn2-icon::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  content: "";
}
.page-header3-btn2-icon::before {
  transform: rotate(45deg);
}
.page-header3-btn2-icon::after {
  transform: rotate(135deg);
}
.page-header3-btn2-text {
  margin-top: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .root {
    padding-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .root-products-lower {
    padding-top: 123px;
  }
}

.container {
  width: calc(1098px + 50px + 50px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row-gapy-24 {
  margin-top: -24px;
}
@media screen and (max-width: 800px) {
  .row-gapy-24.row-col2, .row-gapy-24.row-col3 {
    margin-top: 0;
  }
}
.row-gapy-30 {
  margin-top: -30px;
}
@media screen and (max-width: 800px) {
  .row-gapy-30.row-col2, .row-gapy-30.row-col3 {
    margin-top: 0;
  }
}
.row-col2 {
  margin-left: -40px;
}
@media screen and (max-width: 800px) {
  .row-col2 {
    display: block;
    margin-left: 0;
  }
}
.row-col3 {
  margin-left: -39px;
}
@media screen and (max-width: 800px) {
  .row-col3 {
    display: block;
    margin-left: 0;
  }
}

.row-col2 .col {
  width: calc((100% - (40px * 2)) / 2);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .row-col2 .col {
    width: 100%;
    margin-left: 0;
  }
}
.row-col3 .col {
  width: calc((100% - (39px * 3)) / 3);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .row-col3 .col {
    width: 100%;
    margin-left: 0;
  }
}
.row-gapy-24 .col {
  margin-top: 24px;
}
.row-gapy-30 .col {
  margin-top: 30px;
}

/* 2023/08/28追加 */
.row-col5 .col {
  width: calc((100% - (39px * 3)) / 3);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .row-col5 .col {
    width: 100%;
    margin-left: 0;
  }
}

.footer {
  position: relative;
}
.footer-main {
  background: #E2E2E2;
  padding: 50px 0 53px;
}
@media screen and (max-width: 800px) {
  .footer-main {
    background: #F8F8F8;
    padding: 30px 0 0;
  }
}
.footer-sub {
  padding: 18px 0;
  background: #313131;
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .footer-sub {
    padding: 0;
  }
}
.footer-sub-layout {
  max-width: calc(1098px + 20px + 20px);
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .footer-sub-layout {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-sub-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1098px) {
  .footer-sub-inner {
    display: block;
  }
}
@media screen and (max-width: 1098px) {
  .footer-sub-copy {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .footer-sub-copy {
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}
.footer-logo {
  text-align: center;
}
.footer-menu {
  margin-top: 28px;
}
@media screen and (max-width: 800px) {
  .footer-menu {
    margin-top: 25px;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
}
@media screen and (max-width: 1098px) {
  .footer-list {
    width: 600px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) {
  .footer-list {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.footer-list-item {
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  .footer-list-item {
    margin: 0;
    border-bottom: 1px solid #E2E2E2;
  }
}
.footer-list2 {
  display: flex;
}
@media screen and (max-width: 1098px) {
  .footer-list2 {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .footer-list2 {
    display: block;
    background: #E2E2E2;
    color: #000;
  }
}
.footer-list2-item + .footer-list2-item {
  margin-left: 38px;
}
@media screen and (max-width: 800px) {
  .footer-list2-item + .footer-list2-item {
    margin-left: 0;
    border-top: 1px solid #FFF;
  }
}
.footer-link {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .footer-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .footer-link {
    display: block;
    position: relative;
    padding: 17px 38px 17px 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer-link::after {
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
    content: "";
  }
}
.footer-link2 {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .footer-link2:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .footer-link2 {
    display: block;
    padding: 17px 44px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .footer-link2::before {
    display: block;
    width: 4px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
    content: "";
  }
}
.footer-catch {
  padding: 30px 0;
  background: #FFF;
  text-align: center;
}
.footer-lang {
  padding: 30px 0;
  background: #F8F8F8;
  color: #000;
  text-align: center;
}
.footer-lang-link {
  text-decoration: underline;
}
.footer-lang-link-en {
  margin-left: 10px;
}
.footer-lang-link-c {
  margin-left: 20px;
}

.nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .nav-list {
    display: block;
    background: #F8F8F8;
  }
}
.nav-list-en {
  justify-content: space-around;
}
.nav-item {
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .nav-item {
    border-bottom: 1px solid #E2E2E2;
    padding: 0;
  }
}
.nav-link {
  display: block;
  position: relative;
}
@media screen and (max-width: 1098px) {
  .nav-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .nav-link {
    display: block;
    height: 52px;
    padding: 0 30px;
    line-height: 52px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 800px) {
  .nav-link::before {
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
    content: "";
  }
}
.nav-link::after {
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #E50012;
  content: "";
  transform: scaleX(0);
  transition: transform 0.3s;
}
@media screen and (max-width: 800px) {
  .nav-link::after {
    content: none;
  }
}
.nav-link.is-active::after, .nav-link:hover::after {
  transform: none;
}

.mobile-menu {
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 1000;
  background: #F8F8F8;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.is-load {
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease, transform 0.5s;
  will-change: opacity, transform;
}
.mobile-menu.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.mobile-menu-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu-main {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-btns {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  padding-top: 20px;
  background: #FFF;
}
.mobile-menu-search {
  padding: 20px 25px 0;
  background: #FFF;
  border-radius: 5px;
}
.mobile-menu-search-form {
  background: #E2E2E2;
}
.mobile-menu-search-input {
  display: inline-block;
  width: calc(100% - 60px);
  background: transparent;
  padding: 8px 0;
  border: 0;
}
.mobile-menu-search-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.mobile-menu-lang {
  padding: 20px 0 30px;
  background: #FFF;
}
.mobile-menu-catch {
  background: #F8F8F8;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
