/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box
}

:after,
:before {
  box-sizing: inherit
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15
}

body {
  margin: 0
}

main {
  display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset,
option {
  padding: 0
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

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

caption {
  text-align: left
}

td,
th {
  padding: 0;
  vertical-align: top
}

th {
  font-weight: 700;
  text-align: left
}

[hidden],
template {
  display: none
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.6;
  word-break: break-word
}

body.fixed {
  position: fixed !important;
  width: 100%
}

body.fixed .header.invert .header__logo a {
  background-image: url(/assets/img/logo.svg);
  transition: background-image 0s .35s
}

img {
  height: auto;
  max-width: 100%
}

a {
  color: #333
}

a[href^="tel:"] {
  cursor: default
}

main {
  position: relative
}

main.hide:after {
  opacity: 1
}

main:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity .6s cubic-bezier(.3, 0, .7, 1);
  width: 100%;
  z-index: 9999
}

.gray-cont {
  background: #f7f7f7;
  padding: 50px 0
}

.gray-cont section+section {
  margin-top: 50px
}

.container,
.container-l,
.container-s {
  padding: 0 5.3334%
}

main {
  overflow: hidden
}

.white-box {
  background: #fff;
  padding: 0 7.6923% 35px
}

.header {
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  transition: height .2s;
  width: 100%;
  z-index: 15
}

.header.invert .header__logo a {
  background-image: url(/assets/img/logo_w.svg)
}

.header.invert .hnav__item a,
.header.invert .hnav__item div {
  color: #fff
}

.header.invert .hnav__item>ul:after {
  background: rgba(84, 84, 84, .4);
  content: "";
  height: calc(100% - 10px);
  left: -3%;
  position: absolute;
  top: 5px;
  width: 106%;
  z-index: -1
}

.header.invert .header__language a,
.header.invert .hnav__item>ul>li a {
  color: #fff
}

.header.invert.active .header__logo a {
  background-image: url(/assets/img/logo.svg)
}

.header.js-open .header__logo a {
  background-image: url(/assets/img/logo.svg) !important
}

.header__logo {
  font-size: 0;
  height: 35px;
  left: 4.6667%;
  position: absolute;
  top: 27.5px;
  width: 172px
}

.header__logo a {
  background-image: url(/assets/img/logo.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%
}

.header .hnav {
  display: none
}

.header .hnav__list {
  align-items: center;
  display: flex;
  height: 60px;
  position: relative
}

.header .hnav__item {
  margin: 0 10px;
  position: relative
}

.header .hnav__item:first-child:hover div:after {
  transform: scaleX(1)
}

.header .hnav__item a,
.header .hnav__item div {
  display: inline-block;
  font-family: bilo, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

.header .hnav__item a .icon,
.header .hnav__item div .icon {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle
}

.header .hnav__item a .icon svg,
.header .hnav__item div .icon svg {
  height: 16px;
  width: 16px
}

.header .hnav__item .mouseover-menu {
  cursor: pointer
}

.header .hnav__item>ul {
  display: block;
  left: -20px;
  margin: 0;
  min-width: 180px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all .5s cubic-bezier(.18, .85, .45, 1);
  visibility: hidden;
  z-index: 100
}

.header .hnav__item>ul>li {
  margin-bottom: 7px
}

.header .hnav__item>ul>li:last-child {
  margin-bottom: 0
}

.header .hnav__item>ul>li a {
  font-size: 16px;
  font-size: 1rem;
  position: relative
}

.header .hnav__item:hover>ul:after {
  background: rgba(84, 84, 84, .4);
  content: "";
  height: calc(100% - 10px);
  left: -3%;
  position: absolute;
  top: 5px;
  width: 106%;
  z-index: -1
}

.header__language {
  display: none
}

.header__language a {
  align-items: center;
  border-radius: 10px;
  color: #333;
  display: flex;
  font-family: bilo, sans-serif;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  width: 36px
}

.header__language a.current {
  background: #333;
  color: #fff;
  pointer-events: none
}

.header__language a span {
  position: relative;
  right: -.15em;
  top: -.1em
}

.header .gnav {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .3s ease-in .5s;
  visibility: hidden;
  width: 100%
}

.header .gnav__inner {
  opacity: 0;
  padding: 100px 4.6667% 35px;
  transform: translate3d(0, 30px, 0);
  transition: all .5s ease-in-out;
  visibility: hidden
}

.header .gnav__logo {
  font-size: 0;
  height: 35px;
  left: 4.6667%;
  position: fixed;
  top: 27.5px;
  width: 172px
}

.header .gnav__logo a {
  background-image: url(/assets/img/logo.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%
}

.header .gnav__top {
  margin-bottom: 30px
}

.header .gnav__item {
  margin-bottom: 15px;
  position: relative
}

.header .gnav__item .eventmenu,
.header .gnav__item>a {
  display: inline-block;
  padding-left: 20px;
  position: relative
}

.header .gnav__item .eventmenu .en,
.header .gnav__item>a .en {
  display: inline-block;
  font-family: bilo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700
}

.header .gnav__item .eventmenu .jp,
.header .gnav__item>a .jp {
  color: #828282;
  display: inline-block;
  font-size: 11px;
  font-size: .6875rem;
  margin-left: 15px
}

.header .gnav__item .eventmenu {
  cursor: pointer;
  position: relative
}

.header .gnav__item .eventmenu:before {
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 40.5%;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 7px
}

.header .gnav__item .eventmenu.active:before {
  top: 50.5%;
  transform: rotate(45deg) scale(-1)
}

.header .gnav__item>ul {
  display: none;
  margin-top: 10px
}

.header .gnav__item>ul>li {
  margin: 0 0 10px 35px;
  position: relative
}

.header .gnav__item>ul>li:last-child {
  margin-bottom: 0
}

.header .gnav__item>ul>li>a {
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  position: relative;
  transition: all .4s cubic-bezier(.7, 0, .3, 1)
}

.header .gnav__item>ul>li>a .en {
  font-size: 16px;
  font-size: 1rem
}

.header .gnav.js-open {
  overflow-y: auto;
  pointer-events: auto;
  transform: scaleY(1);
  transition: all .5s ease-in;
  visibility: visible;
  z-index: 1000
}

.header .gnav.js-open .gnav__inner {
  opacity: 1;
  transform: translateZ(0);
  transition: all .5s ease-in-out .5s;
  visibility: visible
}

.header .gnav__bnr-list {
  margin-bottom: 35px
}

.header .gnav__bnr-list .bnr-item {
  margin-bottom: 15px
}

.header .gnav__bnr-list .bnr-item a {
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: flex;
  font-family: bilo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  height: 60px;
  justify-content: flex-start;
  line-height: 1;
  overflow: hidden;
  padding: 0 35px 0 65px;
  position: relative;
  z-index: 0
}

.header .gnav__bnr-list .bnr-item a .icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px
}

.header .gnav__sns {
  display: flex;
  justify-content: center;
  margin: 0 -5px 35px
}

.header .gnav__sns a {
  align-items: center;
  background: #767676;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 55px;
  justify-content: center;
  margin: 0 5px;
  position: relative;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 55px
}

.header .gnav__sns a img {
  width: 22px
}

.btn-menu {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  outline: none;
  position: fixed;
  right: 4.667%;
  top: 10px;
  transition: opacity .3s, visibility .3s, background-color .5s;
  width: 60px;
  z-index: 1010
}

.btn-menu span {
  bottom: 0;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  z-index: 10
}

.btn-menu span i {
  height: 1px;
  margin: 0 auto;
  transition: all .3s ease-out
}

.btn-menu span i,
.btn-menu span i:after {
  background-color: #000;
  left: 0;
  position: absolute;
  width: 100%
}

.btn-menu span i:after {
  content: "";
  height: 100%;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s cubic-bezier(.7, 0, .3, 1)
}

.btn-menu span i:last-of-type {
  top: 0;
  transform: translateZ(0);
  width: 20px
}

.btn-menu span i:nth-last-of-type(2) {
  top: 7px
}

.btn-menu span i:nth-last-of-type(3) {
  bottom: 0;
  top: auto;
  transform: translateZ(0);
  width: 12px
}

.btn-menu.js-open span i:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 22px
}

.btn-menu.js-open span i:nth-last-of-type(2) {
  opacity: 0;
  visibility: hidden;
  width: 0
}

.btn-menu.js-open span i:nth-last-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 22px
}

.footer {
  background: #545454;
  padding-bottom: 60px;
  position: relative
}

.footer__top {
  overflow: hidden;
  padding: 55px 0 65px
}

.footer__info .logo {
  margin: 0 auto 35px;
  max-width: 172px
}

.footer__sns {
  margin: 0 -5px 35px
}

.footer__sns,
.footer__sns a {
  display: flex;
  justify-content: center
}

.footer__sns a {
  align-items: center;
  background: #767676;
  border-radius: 50%;
  content: "";
  height: 55px;
  margin: 0 5px;
  position: relative;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 55px
}

.footer__sns a img {
  width: 22px
}

.footer__language,
.footer__language a {
  display: flex;
  justify-content: center
}

.footer__language a {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-family: bilo, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  height: 20px;
  width: 36px
}

.footer__language a.current {
  background: #fff;
  color: #545454;
  pointer-events: none
}

.footer__language a span {
  position: relative;
  right: -.15em;
  top: -.15em
}

.footer__nav {
  display: none
}

.footer__nav-block {
  display: block;
  margin: 0 0 65px;
  width: 25%
}

.footer__nav-tit {
  color: #fff;
  font-family: bilo, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

.footer__nav-tit a {
  color: inherit;
  display: inline-block;
  position: relative
}

.footer__nav-list {
  margin-top: 12px
}

.footer__nav-item:nth-child(n+2) {
  margin-top: 6px
}

.footer__nav-item>a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  position: relative;
  transition: all .2s ease
}

.footer__nav-item>a .en {
  font-size: 13px;
  font-size: .8125rem
}

.footer__middle {
  display: none
}

.footer__bnr-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px
}

.footer__bnr-list .bnr-item {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 50%
}

.footer__bnr-list .bnr-item a {
  align-items: center;
  background: #444;
  color: #fff;
  display: flex;
  font-family: bilo, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 100px;
  justify-content: flex-start;
  padding: 0 60px 0 105px;
  position: relative;
  z-index: 0
}

.footer__bnr-list .bnr-item a.support:before {
  background-image: url(/assets/img/icon_support.svg)
}

.footer__bnr-list .bnr-item a.catalog:before {
  background-image: url(/assets/img/icon_catalog.svg)
}

.footer__bnr-list .bnr-item a.pro:before {
  background-image: url(/assets/img/icon_professional.svg)
}

.footer__bnr-list .bnr-item a.store:before {
  background-image: url(/assets/img/icon_store_w.svg)
}

.footer__bnr-list .bnr-item a:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border: 1px solid #666;
  border-radius: 50%;
  content: "";
  height: 58px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px
}

.footer__bnr-list .bnr-item a .btn-arw {
  background: #fff;
  margin-right: 40px
}

.footer__bnr-list .bnr-item a .btn-arw:after {
  background: #fff
}

.footer__bnr-list a[target=_blank] .icon {
  background-image: url(/assets/img/icon_blank_w.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px
}

.footer__secondary-nav-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 35px;
  max-width: 200px
}

.footer__secondary-nav-list .secondary-nav-item:last-child {
  margin-right: 0
}

.footer__secondary-nav-list .secondary-nav-item a {
  color: #b2b2b2;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: .05em;
  position: relative;
  transition: all .2s ease
}

.footer__bottom {
  border-top: 1px solid #666;
  padding: 22px 0 37px
}

.footer__bottom .copyright {
  color: #9c9b9b;
  font-family: bilo, sans-serif;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center
}

.fixed-nav {
  bottom: 0;
  margin-bottom: -61px;
  opacity: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10
}

.fixed-nav.active {
  margin-bottom: 0;
  opacity: 1;
  transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

.fixed-nav__list {
  border-top: 1px solid #d9d9d9;
  display: flex
}

.fixed-nav__item {
  border-right: 1px solid #d9d9d9;
  width: 33.3334%
}

.fixed-nav__item:last-child {
  border-right: none
}

.fixed-nav__item a {
  align-items: center;
  background: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative
}

.fixed-nav__item a .icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  margin-right: 10px;
  width: 22px
}

.fixed-nav__item a .icon svg {
  height: auto;
  width: 100%
}

.fixed-nav__item a .icon svg .cls {
  fill: #333;
  fill-rule: evenodd
}

.fixed-nav__item a .en {
  display: none
}

.fixed-nav__item a .jp {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.35;
  position: relative
}

.fixed-nav__item a .btn-arw {
  display: none
}

.pc .fixed-nav__item a .en {
  display: none;
  font-family: bilo, sans-serif;
  font-weight: 700;
  line-height: .9;
  margin-bottom: 2px;
  position: relative
}

.pc .fixed-nav__item a .btn-arw {
  display: none
}

.pc .fixed-nav__item a .btn-arw:after {
  width: 5px
}

.c-mv {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  min-height: 320px;
  position: relative;
  width: 100%
}

.c-mv:before {
  background-color: #2b2c2f;
  content: "";
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.c-mv .container {
  height: 100%;
  position: relative
}

.c-mv__inner {
  padding: 100px 0 35px;
  position: relative;
  z-index: 2
}

.c-mv__tit {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em
}

.c-mv__tit,
.c-mv__tit .en {
  font-weight: 700;
  line-height: 1.35;
  position: relative
}

.c-mv__tit .en {
  font-family: bilo, sans-serif;
  font-size: 28px;
  font-size: 1.75rem
}

.c-mv__txt {
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.7692307692;
  max-width: 450px
}

.c-mv-noimg {
  background: #fff;
  font-size: 0;
  height: 240px;
  position: relative;
  width: 100%
}

.c-mv-noimg .container {
  height: 100%;
  position: relative
}

.c-mv-noimg__inner {
  left: 5.3334%;
  position: absolute;
  top: calc(50% + 35px);
  transform: translateY(-50%);
  width: 89.3334%;
  z-index: 2
}

.c-mv-noimg__tit h1.jp {
  font-size: 24px;
  font-size: 1.5rem
}

.c-mv-noimg__tit h1.en,
.c-mv-noimg__tit h1.jp {
  font-weight: 700;
  line-height: 1.35;
  position: relative
}

.c-mv-noimg__tit h1.en {
  font-family: bilo, sans-serif;
  font-size: 28px;
  font-size: 1.75rem
}

.c-mv-noimg__tit p.jp {
  font-size: 12px;
  font-size: .75rem
}

.c-mv-noimg__tit p.en,
.c-mv-noimg__tit p.jp {
  color: #828282;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 0 .25em;
  position: relative
}

.c-mv-noimg__tit p.en {
  font-family: bilo, sans-serif;
  font-size: 14px;
  font-size: .875rem
}

.c-mv-noimg__txt {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.7692307692;
  margin-top: 10px;
  max-width: 820px
}

.c-mv-noimg .breadcrumbs-wrap>.container {
  padding: 0
}

.breadcrumbs-wrap {
  padding: 15px 0;
  position: relative
}

.pageBread>span>span {
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 700
}

.pageBread>span>span a:after,
.pageBread>span>span span.breadcrumb_last:after {
  background: #333;
  content: "";
  display: inline-block;
  height: 2px;
  margin: .5em;
  vertical-align: middle;
  width: .75em
}

.pageBread>span>span span.breadcrumb_last {
  color: #828282
}

.pageBread>span>span span.breadcrumb_last:after {
  display: none
}

.pageBread>span>span a {
  transition: all .2s ease
}

.c-anchor {
  margin-bottom: 35px
}

.c-anchor__lead {
  line-height: 1.7692307692;
  margin-bottom: 2em
}

.c-anchor__lead:last-child {
  margin-bottom: 0
}

.c-anchor__lead a {
  text-decoration: underline
}

.c-anchor__lead em {
  font-style: italic
}

.c-anchor__lead strong {
  color: #bb4c4c;
  font-weight: 700
}

.c-anchor__list {
  display: flex;
  flex-wrap: wrap
}

.c-anchor__item {
  margin-bottom: 10px;
  width: 100%
}

.c-anchor__item a {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  line-height: 1.375;
  overflow: hidden;
  padding: 0 30px 0 15px;
  position: relative;
  text-align: center;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 100%;
  z-index: 0
}

.c-anchor__item a:before {
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 7px;
  position: absolute;
  right: 20px;
  top: 40%;
  transform: rotate(45deg);
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 7px
}

.heading-sec {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-top: 1.25em;
  position: relative;
  text-align: center
}

.heading-sec:after,
.heading-sec:before {
  background: #333;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%)
}

.heading-sec:before {
  height: 1px;
  width: 34px
}

.heading-sec:after {
  height: 3px;
  margin-left: -9px;
  width: 15px
}

.heading-sec .en {
  display: inline-block;
  font-family: bilo, sans-serif;
  font-size: 133.3334%;
  line-height: 1.25;
  margin-top: -.25em
}

.c-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 28px;
  display: flex;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  margin: 35px auto 0;
  max-width: 260px;
  overflow: hidden;
  padding: 5px 30px;
  position: relative;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 100%;
  z-index: 0
}

.c-btn .en {
  font-family: bilo, sans-serif;
  font-size: 112.5%
}

.c-btn[target=_blank]:after {
  background-image: url(/assets/img/icon_blank.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: .35em;
  position: relative;
  top: .1em;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  vertical-align: top;
  width: 15px
}

.c-btn.pdf {
  padding: 0 10px
}

.c-btn.pdf:after {
  background-image: url(/assets/img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: .35em;
  position: relative;
  top: 0;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  vertical-align: top;
  width: 15px
}

.c-btn.dl {
  padding: 0 10px
}

.c-btn.dl:after {
  background-image: url(/assets/img/icon_download.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 15px;
  margin-left: .35em;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 15px
}

.c-btn.dl:after,
.c-btn:before {
  content: "";
  transition: all .4s cubic-bezier(.7, 0, .3, 1)
}

.c-btn:before {
  background: #d9d9d9;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
  z-index: -1
}


.c-btn_intext{
  margin: 20px auto 40px 0;
  max-width: initial;
  width:250px;
}


.btn-arw {
  height: 2px;
  margin-right: 18px;
  right: 0;
  top: 50%;
  width: 14px
}

.btn-arw,
.btn-arw:after {
  background-color: #333;
  position: absolute;
  transition: all .4s ease .1s
}

.btn-arw:after {
  content: "";
  display: block;
  height: 1px;
  right: 1px;
  top: 0;
  transform: rotate(37.5deg);
  transform-origin: right;
  width: 6px
}

@-webkit-keyframes rightToLeft {
  0% {
    right: 0
  }

  25% {
    opacity: 0;
    right: -.4em
  }

  50% {
    opacity: 0;
    right: .4em
  }

  to {
    opacity: 1;
    right: 0
  }
}

@keyframes rightToLeft {
  0% {
    right: 0
  }

  25% {
    opacity: 0;
    right: -.4em
  }

  50% {
    opacity: 0;
    right: .4em
  }

  to {
    opacity: 1;
    right: 0
  }
}

@-webkit-keyframes leftToRight {
  0% {
    left: 0
  }

  25% {
    left: -.4em;
    opacity: 0
  }

  50% {
    left: .4em;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes leftToRight {
  0% {
    left: 0
  }

  25% {
    left: -.4em;
    opacity: 0
  }

  50% {
    left: .4em;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@-webkit-keyframes topToBottom {
  0% {
    margin-top: 0
  }

  25% {
    margin-top: .3em;
    opacity: 0
  }

  50% {
    margin-top: -.3em;
    opacity: 0
  }

  to {
    margin-top: 0;
    opacity: 1
  }
}

@keyframes topToBottom {
  0% {
    margin-top: 0
  }

  25% {
    margin-top: .3em;
    opacity: 0
  }

  50% {
    margin-top: -.3em;
    opacity: 0
  }

  to {
    margin-top: 0;
    opacity: 1
  }
}

@-webkit-keyframes bottomToTop {
  0% {
    top: 0
  }

  25% {
    opacity: 0;
    top: -.3em
  }

  50% {
    opacity: 0;
    top: .3em
  }

  to {
    opacity: 1;
    top: 0
  }
}

@keyframes bottomToTop {
  0% {
    top: 0
  }

  25% {
    opacity: 0;
    top: -.3em
  }

  50% {
    opacity: 0;
    top: .3em
  }

  to {
    opacity: 1;
    top: 0
  }
}

.flash-news {
  background: #fff;
  padding: 45px 0;
  position: relative;
  z-index: 1
}

.flash-news__inner {
  background: #bb4c4c;
  padding: 15px 27.5px;
  position: relative
}

.flash-news__tit {
  border-bottom: 1px solid #cc6363;
  padding-bottom: 12px;
  text-align: center
}

.flash-news__tit .jp {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.35;
  padding-left: 36px;
  position: relative
}

.flash-news__tit .jp:before {
  background-image: url(/assets/img/front/icon_flash_news.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px
}

.flash-news__list {
  padding: 20px 0;
  width: 100%
}

.flash-news__item {
  margin-bottom: 20px
}

.flash-news__item:last-child {
  margin-bottom: 0
}

.flash-news__item a {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all .2s ease
}

.flash-news__item .tit {
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  display: inline;
  line-height: 1.7692307692;
  padding-bottom: .25em;
  transition: background-size .4s cubic-bezier(.7, 0, .3, 1)
}

[data-aos-delay-infinity]:nth-of-type(2n) {
  transition-delay: .1s
}

[data-aos-delay-item]:nth-of-type(2) {
  transition-delay: .1s !important
}

[data-aos-delay-item]:nth-of-type(3) {
  transition-delay: .2s !important
}

[data-aos-delay-item]:nth-of-type(4) {
  transition-delay: .3s !important
}

[data-aos-delay-item]:nth-of-type(5) {
  transition-delay: .4s !important
}

[data-aos-delay-item]:nth-of-type(6) {
  transition-delay: .5s !important
}

[data-aos-delay-item]:nth-of-type(7) {
  transition-delay: .6s !important
}

[data-aos-delay-item]:nth-of-type(8) {
  transition-delay: .7s !important
}

[data-aos-delay-item]:nth-of-type(9) {
  transition-delay: .8s !important
}

[data-aos-delay-item]:nth-of-type(10) {
  transition-delay: .9s !important
}

[data-aos-delay-item]:nth-of-type(11) {
  transition-delay: 1s !important
}

[data-aos-delay-item]:nth-of-type(12) {
  transition-delay: 1.1s !important
}

[data-aos-delay-item]:nth-of-type(13) {
  transition-delay: 1.2s !important
}

[data-aos-delay-item]:nth-of-type(14) {
  transition-delay: 1.3s !important
}

[data-aos-delay-item]:nth-of-type(15) {
  transition-delay: 1.4s !important
}

[data-aos-delay-item]:nth-of-type(16) {
  transition-delay: 1.5s !important
}

.is-inline-l,
.is-inline-m,
.is-inline-ml,
.is-inline-s,
.is-inline-sm,
.is-inline-xl,
.is-inline-xs,
.is-inline-xxl,
.is-inline-xxs {
  display: inline
}

.is-none-l,
.is-none-m,
.is-none-ml,
.is-none-s,
.is-none-sm,
.is-none-xl,
.is-none-xs,
.is-none-xxl,
.is-none-xxs {
  display: none
}

.mt1em {
  margin-top: 1em !important
}

.mt2em {
  margin-top: 2em !important
}

.mt3em {
  margin-top: 3em !important
}

.mt4em {
  margin-top: 4em !important
}

.mt5em {
  margin-top: 5em !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb1em {
  margin-bottom: 1em !important
}

.mb2em {
  margin-bottom: 2em !important
}

.mb3em {
  margin-bottom: 3em !important
}

.mb4em {
  margin-bottom: 4em !important
}

.mb5em {
  margin-bottom: 5em !important
}

.tal {
  text-align: left
}

.tac {
  text-align: center
}

.tar {
  text-align: right
}

.support .c-mv {
  background-image: url(/assets/img/support/mv.jpg)
}

.support-heading-type01 {
  border-top: 1px solid #d9d9d9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 35px 0 10px;
  padding: 15px 5px 10px 35px;
  position: relative
}

.support-heading-type01 small {
  font-size: 80%
}

.support-heading-type01:before {
  background: #bb4c4c;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 26.1538461538%
}

.support-heading-type01 .icon {
  left: 2.5px;
  position: absolute;
  top: 13px;
  width: 30px
}

.support-heading-type02 {
  background: #fcf5f5;
  color: #bb4c4c;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 12px 15px;
  position: relative
}

.support-heading-type02 small {
  font-size: 80%
}

.support-menu {
  padding: 50px 0
}

.support-menu__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center
}

.support-menu__item {
  margin-bottom: 25px;
  max-width: 680px;
  opacity: 0;
  width: 100%
}

.support-menu__item .link {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  position: relative
}

.support-menu__item .link:after {
  background: #bb4c4c;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px
}

.support-menu__item .link-inner {
  padding: 10px 30px 20px 60px;
  position: relative
}

.support-menu__item .link-inner.repair:before {
  background-image: url(/assets/img/support/icon_repair.svg)
}

.support-menu__item .link-inner.care:before {
  background-image: url(/assets/img/support/icon_care.svg)
}

.support-menu__item .link-inner.manual:before {
  background-image: url(/assets/img/support/icon_manual.svg)
}

.support-menu__item .link-inner.faq:before {
  background-image: url(/assets/img/support/icon_faq.svg)
}

.support-menu__item .link-inner:before {
  background: #fcf5f5;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px
}

.support-menu__item .jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

.support-menu__item .en {
  color: #828282;
  font-family: bilo, sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  margin-top: .25em
}

.support-menu__item .btn-arw {
  margin-right: 15px
}

.flash-news {
  padding-top: 0 !important
}

.repair-cta {
  margin-bottom: 50px
}

.repair-cta__item {
  margin-bottom: 20px
}

.repair-cta__item:last-child {
  margin-bottom: 0
}

.repair-cta__item .link {
  display: block;
  position: relative
}

.repair-cta__item .link-inner {
  padding: 10px 30px 10px 60px;
  position: relative
}

.repair-cta__item .link-inner.tel:before {
  background-image: url(/assets/img/icon_tel.svg)
}

.repair-cta__item .link-inner.mail:before {
  background-image: url(/assets/img/icon_mail.svg)
}

.repair-cta__item .link-inner:before {
  background: #fcf5f5;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px
}

.repair-cta__item .tit {
  font-size: 12px;
  font-size: .75rem
}

.repair-cta__item .txt {
  font-family: bilo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700
}

.repair-cta__item .txt small {
  font-size: 70%;
  margin-right: .25em
}

.repair-cta__item .txt .num {
  white-space: nowrap
}

.repair-cta__item .time {
  font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  margin-top: .35em
}

.repair-cta__item .btn-arw {
  margin-right: 5px
}

.repair-cta__info {
  text-align: center
}

.repair-cta__info .txt {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: .85em;
  text-align: center
}

.repair-cta__info .num {
  font-family: bilo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700
}

.repair-cta__info .num small {
  font-size: 70%;
  margin-right: .25em
}

.repair-cta__info .num .num {
  white-space: nowrap
}

.repair-cta__info .time {
  font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  margin-top: .35em
}

.repair-table {
  margin-bottom: 2em
}

.repair-table dd,
.repair-table dt {
  line-height: 1.7692307692
}

.repair-table dt {
  font-weight: 700
}

.repair-table dd {
  margin-bottom: 1em
}

.handle-with-care .c-anchor__list {
  justify-content: center
}

.manual-list {
  margin-bottom: 2em
}

.manual-item {
  line-height: 1.7692307692;
  margin-bottom: .45em;
  padding-left: 1em;
  position: relative
}

.manual-item.old:before {
  display: none
}

.manual-item.int0 {
  padding-left: 0
}

.manual-item.has-img {
  align-items: center;
  display: flex;
  margin-bottom: 1.5em 0;
  padding-left: 0
}

.manual-item.has-img:before {
  display: none
}

.manual-item.has-img .img {
  flex: none;
  margin-right: 20px;
  width: 50px
}

.manual-item:last-child {
  margin-bottom: 0
}

.manual-item:before {
  background: #828282;
  border-radius: 50%;
  content: "";
  height: .5em;
  left: .25em;
  position: absolute;
  top: .6em;
  width: .5em
}

.manual-item a {
  text-decoration: underline
}

.manual-item a.pdf {
  position: relative
}

.manual-item a.pdf:after {
  background-image: url(/assets/img/icon_pdf.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: .35em;
  position: relative;
  top: .25em;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  vertical-align: top;
  width: 18px
}

.manual-item em {
  font-style: italic
}

.manual-item strong {
  color: #bb4c4c;
  font-weight: 700
}

.c-faq__item {
  position: relative
}

.c-faq__item:after {
  border-bottom: 3px solid #333;
  border-right: 2px solid #333;
  content: "";
  height: 9px;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(45deg);
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
  width: 9px
}

.c-faq__item.active:after {
  top: 23px;
  transform: rotate(45deg) scale(-1);
  transform-origin: center
}

.c-faq__item .item-tit {
  cursor: pointer;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2;
  padding: 12px 35px 12px 45px;
  position: relative
}

.c-faq__item .item-tit:before {
  color: #bb4c4c;
  content: "Q";
  display: block;
  font-family: bilo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  left: 15px;
  line-height: 1;
  position: absolute;
  top: calc(12.5px + .05em)
}

.c-faq__item .item-tit div {
  background-image: linear-gradient(#bb4c4c, #bb4c4c);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  padding-bottom: .25em;
  transition: background-size .4s cubic-bezier(.7, 0, .3, 1)
}

.c-faq__item .item-txt {
  display: none;
  margin-bottom: 10px
}

.c-faq__item .item-txt>div {
  background: #fcf5f5;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 2;
  padding: 15px 25px 15px 45px;
  position: relative
}

.c-faq__item .item-txt>div:before {
  color: #bb4c4c;
  content: "A";
  display: block;
  font-family: bilo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  position: absolute;
  top: calc(15px + .05em)
}

.c-faq__item .item-txt>div a {
  text-decoration: underline
}

.faq-cta {
  padding: 50px 0 70px
}

.faq-cta__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center
}

.faq-cta__item {
  margin-bottom: 25px;
  max-width: 680px;
  width: 100%
}

.faq-cta__item:last-child {
  margin-bottom: 0
}

.faq-cta__item .link {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  position: relative
}

.faq-cta__item .link:after {
  background: #bb4c4c;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px
}

.faq-cta__item .link-inner {
  padding: 10px 30px 20px 60px;
  position: relative
}

.faq-cta__item .link-inner.tel:before {
  background-image: url(/assets/img/icon_tel.svg)
}

.faq-cta__item .link-inner.mail:before {
  background-image: url(/assets/img/icon_mail.svg)
}

.faq-cta__item .link-inner:before {
  background: #fcf5f5;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px
}

.faq-cta__item .tit {
  font-size: 12px;
  font-size: .75rem
}

.faq-cta__item .txt {
  font-family: bilo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700
}

.faq-cta__item .txt small {
  font-size: 70%;
  margin-right: .25em
}

.faq-cta__item .txt .num {
  margin-right: .5em;
  white-space: nowrap
}

.faq-cta__item .txt .time {
  display: block;
  font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  margin-top: .35em
}

.faq-cta__item .btn-arw {
  margin-right: 15px
}

.c-txt {
  line-height: 1.7692307692;
  margin-bottom: 2em
}

.c-txt:last-child {
  margin-bottom: 0
}

.c-txt a {
  text-decoration: underline
}

.c-txt em {
  font-style: italic
}

.c-txt strong {
  color: #bb4c4c;
  font-weight: 700
}

.c-list {
  margin-bottom: 2em
}

.c-item {
  line-height: 1.7692307692;
  margin-bottom: .45em;
  padding-left: 1em;
  position: relative
}

.c-item:last-child {
  margin-bottom: 0
}

.c-item:before {
  background: #bb4c4c;
  border-radius: 50%;
  content: "";
  height: .5em;
  left: .25em;
  position: absolute;
  top: .6em;
  width: .5em
}

.c-item a {
  text-decoration: underline
}

.c-item em {
  font-style: italic
}

.c-item strong {
  color: #bb4c4c;
  font-weight: 700
}

.address-wrap{
  margin-block: 1rem;
  display: block;
}

@media screen and (min-width:361px) {
  .is-inline-xxs {
    display: none
  }

  .is-none-xxs {
    display: inline
  }
}

@media screen and (min-width:641px) {
  .c-anchor__item {
    margin-bottom: 15px;
    padding: 0 7.5px;
    width: 50%
  }

  .is-inline-xs {
    display: none
  }

  .is-none-xs {
    display: inline
  }
 
}

@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    font-size: 1rem
  }

  .gray-cont {
    padding: 85px 0 100px
  }

  .gray-cont section+section {
    margin-top: 100px
  }

  .container-s {
    max-width: 1100px
  }

  .container,
  .container-s {
    margin: 0 auto;
    padding: 0 50px
  }

  .container {
    max-width: 1620px
  }

  .container-l {
    margin: 0 auto;
    max-width: 1820px;
    padding: 0 50px
  }

  .white-box {
    padding: 0 6.5105% 65px
  }

  .header {
    box-shadow: none;
    height: 110px
  }

  .header.invert .hnav__item a:after,
  .header.invert .hnav__item div:after {
    background: #fff
  }

  .header__logo {
    height: 43px;
    left: 50px;
    position: fixed;
    top: 38.5px;
    width: 208px;
    z-index: 1005
  }

  .header .hnav__item a:after,
  .header .hnav__item div:after {
    background: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%
  }

  .header .hnav__item a:hover:after,
  .header .hnav__item div:hover:after {
    transform: scaleX(1)
  }

  .header__language {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 138px;
    top: 50%;
    transform: translateY(-50%)
  }

  .header__language a {
    font-size: 12px;
    font-size: .75rem
  }

  .header .gnav__inner {
    margin: 0 auto;
    max-width: 880px;
    padding: 130px 40px 50px
  }

  .header .gnav__logo {
    display: none
  }

  .header .gnav__top {
    display: flex;
    margin-bottom: 30px
  }

  .header .gnav__list {
    position: relative;
    width: 50%
  }

  .header .gnav__list:last-child .gnav__item:last-child {
    margin-top: 4em
  }

  .header .gnav__item .eventmenu:after,
  .header .gnav__item>a:after {
    background: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 20px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: calc(100% - 20px)
  }

  .header .gnav__item .eventmenu.active:after,
  .header .gnav__item .eventmenu:hover:after,
  .header .gnav__item>a:hover:after {
    transform: scaleX(1)
  }

  .header .gnav__item>ul {
    margin-top: 10px
  }

  .header .gnav__item>ul>li>a:after {
    background: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: -1
  }

  .header .gnav__item>ul>li>a:hover:after {
    transform: scaleX(1)
  }

  .header .gnav__bnr-list {
    display: flex;
    margin: 0 -7px 55px
  }

  .header .gnav__bnr-list .bnr-item {
    margin-bottom: 0;
    padding: 0 7px;
    width: 33.3334%
  }

  .header .gnav__bnr-list .bnr-item a .icon {
    height: 28px;
    left: 25px;
    width: 28px
  }

  .header .gnav__bnr-list .bnr-item a:after {
    background: #f7f7f7;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: -1
  }

  .header .gnav__bnr-list .bnr-item a:hover:after {
    transform: scaleX(1)
  }

  .header .gnav__bnr-list .bnr-item a:hover .btn-arw {
    -webkit-animation: rightToLeft .5s ease-out forwards;
    animation: rightToLeft .5s ease-out forwards
  }

  .header .gnav__sns a:hover {
    opacity: .7
  }

  .btn-menu {
    height: 70px;
    right: 50px;
    top: 20px;
    width: 70px
  }

  .btn-menu:hover span i {
    background-color: transparent;
    width: 28px !important
  }

  .btn-menu:hover span i:last-of-type:after {
    transition-delay: .15s
  }

  .btn-menu:hover span i:nth-last-of-type(2):after {
    transition-delay: .2s
  }

  .btn-menu:hover span i:nth-last-of-type(3):after {
    transition-delay: .25s
  }

  .btn-menu:hover span i:after {
    transform: scaleX(1);
    width: 28px !important
  }

  .btn-menu span {
    height: 18px;
    width: 28px
  }

  .btn-menu span i:last-of-type {
    width: 22px
  }

  .btn-menu span i:nth-last-of-type(2) {
    top: 8px
  }

  .btn-menu span i:nth-last-of-type(3) {
    width: 14px
  }

  .btn-menu.js-open span i:last-of-type,
  .btn-menu.js-open span i:nth-last-of-type(3) {
    width: 28px
  }

  .footer__top {
    padding: 100px 0 0
  }

  .footer__info {
    margin-bottom: 45px
  }

  .footer__info .logo {
    margin: 0 auto 55px;
    max-width: 207px
  }

  .footer__sns a:hover {
    opacity: .7
  }

  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    right: -45px;
    width: 680px
  }

  .footer__nav-tit a:after {
    background: #fff;
    bottom: -.05em;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%
  }

  .footer__nav-tit a:hover:after {
    transform: scaleX(1)
  }

  .footer__nav-item>a:after {
    background: #fff;
    bottom: -.15em;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%
  }

  .footer__nav-item>a:hover:after {
    transform: scaleX(1)
  }

  .footer__middle {
    display: block;
    padding: 15px 0 75px
  }

  .footer__bnr-list .bnr-item a:hover:after {
    transform: scaleX(1)
  }

  .footer__bnr-list .bnr-item a:hover .btn-arw {
    -webkit-animation: rightToLeft .5s ease-out forwards;
    animation: rightToLeft .5s ease-out forwards
  }

  .footer__bnr-list .bnr-item a:after {
    background: #363636;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: -1
  }

  .footer__secondary-nav-list {
    justify-content: flex-start;
    margin: 0;
    max-width: 240px
  }

  .footer__secondary-nav-list .secondary-nav-item {
    margin-right: 45px
  }

  .footer__secondary-nav-list .secondary-nav-item a {
    font-size: 12px;
    font-size: .75rem
  }

  .footer__secondary-nav-list .secondary-nav-item a:after {
    background: #b2b2b2;
    bottom: -.6em;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%
  }

  .footer__secondary-nav-list .secondary-nav-item a:hover:after {
    transform: scaleX(1)
  }

  .footer__bottom {
    padding: 40px 0
  }

  .footer__bottom .container {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
  }

  .footer__bottom .copyright {
    font-size: 12px;
    font-size: .75rem;
    text-align: left
  }

  .fixed-nav__item a .icon {
    height: 28px;
    width: 28px
  }

  .pc .footer {
    padding-bottom: 0
  }

  .pc .fixed-nav {
    bottom: auto;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0
  }

  .pc .fixed-nav.active {
    transition: all .6s cubic-bezier(.7, 0, .3, 1);
    width: 51px
  }

  .pc .fixed-nav__list {
    border-top: none;
    display: block;
    margin-right: -145px;
    position: absolute
  }

  .pc .fixed-nav__item {
    margin-bottom: 5px;
    width: unset
  }

  .pc .fixed-nav__item:last-child {
    margin-bottom: 0
  }

  .pc .fixed-nav__item a {
    align-items: flex-start;
    border: 1px solid #d9d9d9;
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    padding: 5px 30px 5px 50px;
    transform-origin: right center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 195px
  }

  .pc .fixed-nav__item a:hover {
    transform: translate3D(-143px, 0, 0)
  }

  .pc .fixed-nav__item a .icon {
    height: 28px;
    left: 11px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px
  }

  .pc .fixed-nav__item a .en {
    display: block;
    font-size: 18px;
    font-size: 1.125rem
  }

  .pc .fixed-nav__item a .jp {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    margin-top: .15em
  }

  .pc .fixed-nav__item a .btn-arw {
    display: block;
    margin-right: 10px;
    width: 10px
  }

  .c-mv {
    height: 620px;
    min-height: unset
  }

  .c-mv__inner {
    left: 50px;
    padding: 0;
    position: absolute;
    top: calc(45% + 55px);
    transform: translateY(-50%);
    width: calc(100% - 100px)
  }

  .c-mv__tit {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: .85em
  }

  .c-mv__tit .en {
    font-size: 40px;
    font-size: 2.5rem
  }

  .c-mv__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2
  }

  .c-mv-noimg {
    height: 320px
  }

  .c-mv-noimg__inner {
    left: 50px;
    top: calc(50% + 55px);
    width: calc(100% - 100px)
  }

  .c-mv-noimg__tit {
    align-items: flex-end;
    display: flex
  }

  .c-mv-noimg__tit h1.jp {
    font-size: 35px;
    font-size: 2.1875rem
  }

  .c-mv-noimg__tit h1.en {
    font-size: 40px;
    font-size: 2.5rem
  }

  .c-mv-noimg__tit p.jp {
    font-size: 15px;
    font-size: .9375rem;
    margin: 0 0 0 50px;
    top: -.75em
  }

  .c-mv-noimg__tit p.en {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0 50px;
    top: -.35em
  }

  .c-mv-noimg__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 25px
  }

  .breadcrumbs-wrap {
    padding: 40px 0
  }

  .pageBread>span>span {
    font-size: 13px;
    font-size: .8125rem
  }

  .pageBread>span>span a:hover {
    color: #828282
  }

  .c-anchor {
    margin-bottom: 105px
  }

  .c-anchor__lead {
    line-height: 2
  }

  .c-anchor__lead a:hover {
    text-decoration: none
  }

  .c-anchor__list {
    margin: 0 -7.5px -15px
  }

  .c-anchor__item a {
    font-size: 16px;
    font-size: 1rem;
    height: 70px;
    padding: 0 45px 0 35px
  }

  .c-anchor__item a:hover:before {
    -webkit-animation: topToBottom .5s ease-out forwards;
    animation: topToBottom .5s ease-out forwards
  }

  .c-anchor__item a:hover:after {
    transform: scaleX(1)
  }

  .c-anchor__item a:before {
    height: 8px;
    right: 30px;
    width: 8px
  }

  .c-anchor__item a:after {
    background: #f7f7f7;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: -1
  }

  .heading-sec {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 70px;
    padding-top: 1.5em
  }

  .heading-sec:before {
    width: 34px
  }

  .heading-sec:after {
    margin-left: -7px;
    width: 20px
  }

  .c-btn {
    border-radius: 32px;
    font-size: 16px;
    font-size: 1rem;
    height: 64px;
    margin: 55px auto 0;
    padding: 5px 50px
  }

  .c-btn[target=_blank]:after {
    height: 17px;
    width: 17px
  }

  .c-btn.dl:after,
  .c-btn.pdf:after {
    height: 18px;
    width: 18px
  }

  .c-btn:hover:before {
    transform: scaleX(1)
  }

  .c-btn:hover .btn-arw {
    -webkit-animation: rightToLeft .5s ease-out forwards;
    animation: rightToLeft .5s ease-out forwards
  }

  .c-btn_intext{
    margin: 20px auto 40px 0;
    max-width: initial;
    width:350px;
  }

  .btn-arw {
    height: 2px;
    margin-right: 20px;
    width: 15px
  }

  .btn-arw:after {
    width: 7px
  }

  .flash-news {
    padding: 90px 0
  }

  .flash-news__inner {
    align-items: center;
    display: flex;
    padding: 30px 0
  }

  .flash-news__inner:before {
    background: #cc6363;
    content: "";
    height: calc(100% - 60px);
    left: 320px;
    position: absolute;
    top: 30px;
    width: 1px
  }

  .flash-news__tit {
    border-bottom: none;
    flex: none;
    padding-bottom: 0;
    width: 320px
  }

  .flash-news__tit .jp {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 63px
  }

  .flash-news__tit .jp:before {
    height: 48px;
    width: 48px
  }

  .flash-news__list {
    padding: 30px 60px
  }

  .flash-news__item {
    margin-bottom: 15px
  }

  .flash-news__item a:hover .tit {
    background-size: 0 1px
  }

  .flash-news__item .tit {
    line-height: 2
  }

  .is-inline-s {
    display: none
  }

  .is-none-s {
    display: inline
  }

  .support-heading-type01 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 70px 0 15px;
    padding: 22px 5px 10px 50px
  }

  .support-heading-type01 .icon {
    left: 5px;
    top: 18px;
    width: 40px
  }

  .support-heading-type02 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    padding: 12px 30px
  }

  .support-menu {
    padding: 75px 0 125px
  }

  .support-menu__item .link:hover:before {
    transform: scaleX(1)
  }

  .support-menu__item .link:hover .btn-arw {
    -webkit-animation: rightToLeft .5s ease-out .15s forwards;
    animation: rightToLeft .5s ease-out .15s forwards
  }

  .support-menu__item .link:before {
    background: #bb4c4c;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .6s cubic-bezier(.7, 0, .3, 1);
    width: 100%
  }

  .support-menu__item .link:after {
    width: 62px
  }

  .support-menu__item .link-inner {
    display: flex;
    flex-direction: column;
    height: 135px;
    padding: 20px 50px 0 110px
  }

  .support-menu__item .link-inner:before {
    background-size: 40px auto;
    height: 88px;
    top: 9px;
    width: 88px
  }

  .support-menu__item .jp {
    font-size: 22px;
    font-size: 1.375rem
  }

  .support-menu__item .en {
    font-size: 18px;
    font-size: 1.125rem
  }

  .support-menu__item .btn-arw {
    margin-right: 30px;
    width: 18px
  }

  .support-menu__item .btn-arw:after {
    width: 9px
  }

  .repair-cta {
    margin-bottom: 75px
  }

  .repair-cta .white-box {
    padding: 0 25px 60px
  }

  .repair-cta__card {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 440px;
    width: 100%
  }

  .repair-cta__list {
    width: 100%
  }

  .repair-cta__item .link:hover .btn-arw {
    -webkit-animation: rightToLeft .5s ease-out .15s forwards;
    animation: rightToLeft .5s ease-out .15s forwards
  }

  .repair-cta__item .link-inner {
    display: flex;
    flex-direction: column;
    padding: 20px 50px 20px 110px
  }

  .repair-cta__item .link-inner:before {
    background-size: 40px auto;
    height: 88px;
    top: 9px;
    width: 88px
  }

  .repair-cta__item .tit {
    font-size: 14px;
    font-size: .875rem
  }

  .repair-cta__item .txt {
    font-size: 30px;
    font-size: 1.875rem
  }

  .repair-cta__item .txt .num {
    font-size: 21.5px;
    font-size: 1.34rem
  }

  .repair-cta__item .btn-arw {
    margin-right: 15px;
    width: 18px
  }

  .repair-cta__item .btn-arw:after {
    width: 9px
  }

  .repair-cta__info .txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222
  }

  .repair-cta__info .num {
    font-size: 30px;
    font-size: 1.875rem
  }

  .repair-cta__info .time {
    font-size: 14px;
    font-size: .875rem
  }

  .repair-table dd,
  .repair-table dt {
    line-height: 2
  }

  .repair-table dt {
    font-weight: 400;
    position: absolute;
    width: 11em
  }

  .repair-table dd {
    margin-bottom: 0;
    padding-left: 11em
  }

  .manual-item {
    line-height: 2
  }

  .manual-item.has-img {
    margin: 2.5em 0
  }

  .manual-item.has-img .img {
    margin-right: 35px;
    width: 100px
  }

  .manual-item:before {
    top: .75em
  }

  .manual-item a:hover {
    text-decoration: none
  }

  .manual-item a.pdf:after {
    height: 20px;
    width: 20px
  }

  .c-faq__item:after {
    height: 12px;
    right: 20px;
    top: 32px;
    width: 12px
  }

  .c-faq__item.active:after {
    top: 37px
  }

  .c-faq__item.active .item-tit div {
    background-size: 100% 1px
  }

  .c-faq__item .item-tit {
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 65px 25px 75px
  }

  .c-faq__item .item-tit:hover div {
    background-size: 100% 1px
  }

  .c-faq__item .item-tit:before {
    font-size: 26px;
    font-size: 1.625rem;
    left: 30px;
    top: calc(25px + .05em)
  }

  .c-faq__item .item-txt {
    margin-bottom: 15px
  }

  .c-faq__item .item-txt>div {
    font-size: 14px;
    font-size: .875rem;
    padding: 35px 65px 35px 75px
  }

  .c-faq__item .item-txt>div:before {
    font-size: 26px;
    font-size: 1.625rem;
    left: 31px;
    top: calc(33px + .05em)
  }

  .c-faq__item .item-txt>div a:hover {
    text-decoration: none
  }

  .faq-cta {
    padding: 100px 0 140px
  }

  .faq-cta__item .link:hover:before {
    transform: scaleX(1)
  }

  .faq-cta__item .link:hover .btn-arw {
    -webkit-animation: rightToLeft .5s ease-out .15s forwards;
    animation: rightToLeft .5s ease-out .15s forwards
  }

  .faq-cta__item .link:before {
    background: #bb4c4c;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .6s cubic-bezier(.7, 0, .3, 1);
    width: 100%
  }

  .faq-cta__item .link:after {
    width: 62px
  }

  .faq-cta__item .link-inner {
    display: flex;
    flex-direction: column;
    height: 135px;
    padding: 20px 50px 0 110px
  }

  .faq-cta__item .link-inner:before {
    background-size: 40px auto;
    height: 88px;
    top: 9px;
    width: 88px
  }

  .faq-cta__item .tit {
    font-size: 14px;
    font-size: .875rem
  }

  .faq-cta__item .txt {
    font-size: 30px;
    font-size: 1.875rem
  }

  .faq-cta__item .txt .time {
    font-size: 14px;
    font-size: .875rem
  }

  .faq-cta__item .btn-arw {
    margin-right: 30px;
    width: 18px
  }

  .faq-cta__item .btn-arw:after {
    width: 9px
  }

  .c-txt {
    line-height: 2
  }

  .c-txt a:hover {
    text-decoration: none
  }

  .c-item {
    line-height: 2
  }

  .c-item:before {
    top: .75em
  }

  .c-item a:hover {
    text-decoration: none
  }
}

@media screen and (min-width:992px) {
  .columns {
    display: flex;
    justify-content: center;
  }

  .columns .column-6 {
    width: 46.7105263158%
  }

  .header .hnav {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
  }

  .header .hnav__item:hover>ul {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
  }

  .header .gnav__bnr-list .bnr-item a {
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    height: 80px;
    padding: 0 45px 0 75px
  }

  .header .gnav__sns {
    margin: 0 -6px 60px
  }

  .header .gnav__sns a {
    height: 60px;
    margin: 0 6px;
    width: 60px
  }

  .header .gnav__sns a img {
    width: 24px
  }

  .footer__top .container {
    display: flex;
    justify-content: space-between
  }

  .footer__info {
    margin-bottom: 0
  }

  .footer__info .logo {
    margin: 0 0 55px
  }

  .footer__sns {
    margin: 0 -6px 60px
  }

  .footer__sns a {
    height: 60px;
    margin: 0 6px;
    width: 60px
  }

  .footer__sns a img {
    width: 24px
  }

  .footer__nav {
    margin: 0;
    right: 0;
    width: 65.7894736842%
  }

  .footer__middle {
    padding: 65px 0 75px
  }

  .c-anchor__lead {
    text-align: center
  }

  .c-anchor__item {
    width: 33.3334%
  }

  .is-inline-sm {
    display: none
  }

  .is-none-sm {
    display: inline
  }

  .repair-cta section+section {
    margin-top: 0
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .warranty-repair .c-anchor__item {
    width: 50%;
  }
}

@media screen and (min-width:1081px) {
  .is-inline-m {
    display: none
  }

  .is-none-m {
    display: inline
  }

  .repair-cta__item .txt .num {
    font-size: 24px;
    font-size: 1.5rem
  }

  .repair-cta__item .btn-arw {
    margin-right: 30px
  }
}

@media screen and (min-width:1281px) {
  .gray-cont {
    padding: 120px 0 150px
  }

  .white-box {
    padding: 0 110px 95px
  }

  .header .hnav__item {
    margin: 0 20px
  }

  .header .gnav__list:last-child .gnav__item:last-child {
    margin-top: 5.85em
  }

  .header .gnav__item {
    margin-bottom: 25px
  }

  .header .gnav__item .eventmenu,
  .header .gnav__item>a {
    padding-left: 20px
  }

  .header .gnav__item .eventmenu .en,
  .header .gnav__item>a .en {
    font-size: 28px;
    font-size: 1.75rem
  }

  .header .gnav__item .eventmenu .jp,
  .header .gnav__item>a .jp {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 20px
  }

  .header .gnav__item .eventmenu:before {
    height: 8px;
    top: 40.5%;
    width: 8px
  }

  .header .gnav__item>ul>li {
    margin: 0 0 7px 25px
  }

  .footer__nav-block {
    width: 20%
  }

  .footer__bnr-list {
    margin: 0 -10px
  }

  .footer__bnr-list .bnr-item {
    margin-bottom: 0;
    padding: 0 10px;
    width: 25%
  }

  .c-mv__tit {
    font-size: 46px;
    font-size: 2.875rem
  }

  .c-mv__tit .en {
    font-size: 52px;
    font-size: 3.25rem
  }

  .c-mv-noimg {
    height: 450px
  }

  .c-mv-noimg__tit h1.jp {
    font-size: 46px;
    font-size: 2.875rem
  }

  .c-mv-noimg__tit h1.en {
    font-size: 52px;
    font-size: 3.25rem
  }

  .c-mv-noimg__tit p.jp {
    font-size: 18px;
    font-size: 1.125rem
  }

  .c-mv-noimg__tit p.en {
    font-size: 22px;
    font-size: 1.375rem
  }

  .c-mv-noimg__txt {
    margin-top: 35px
  }

  .c-anchor__list {
    margin: 0 -15px -30px
  }

  .c-anchor__item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%
  }

  .is-inline-ml {
    display: none
  }

  .is-none-ml {
    display: inline
  }

  .support-menu {
    padding: 100px 0 200px
  }

  .support-menu__list {
    flex-direction: row;
    margin: 0 -60px -95px
  }

  .support-menu__item {
    margin-bottom: 95px;
    max-width: unset;
    padding: 0 60px;
    width: 50%
  }

  .repair-cta {
    margin-bottom: 100px
  }

  .repair-cta__item {
    margin-bottom: 20px
  }

  .faq-cta__list {
    flex-direction: row
  }

  .faq-cta__item {
    margin-bottom: 0;
    padding: 0 40px;
    width: 50%
  }
}

@media screen and (min-width:1440px) {
  .c-anchor__list {
    margin: 0 -10px -20px
  }

  .warranty-repair  .c-anchor__list {
    justify-content: center;
  }

  .c-anchor__item {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 20%
  }

  .is-inline-l {
    display: none
  }

  .is-none-l {
    display: inline
  }

  .faq-cta__item .txt .time {
    display: inline-block;
    margin-top: 0
  }
}

@media screen and (min-width:1601px) {
  .is-inline-xl {
    display: none
  }

  .is-none-xl {
    display: inline
  }
}

@media screen and (min-width:1921px) {
  .is-inline-xxl {
    display: none
  }

  .is-none-xxl {
    display: inline
  }
}

@media screen and (max-width:767px) {
  .repair-table dd:last-child {
    margin-bottom: 0
  }

  .repair-cta__item .txt .num {
    font-size: 18px;
    font-size: 1.125rem
  }
  .repair-cta__item .time{
    font-size: 10px;
    font-size: 0.625rem
  }
}

@media screen and (max-width:520px){
.c-btn_intext{
  margin: 17.5px auto 35px;
}
}