@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic&subset=japanese");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
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;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

tbody,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
  min-width: auto;
}

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;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

sup, sub {
  font-size: 50%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 10px;
}

a {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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;
}

.YKKAP-Breadcrumb {
  font-family: "Sawarabi Gothic", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.YKKAP-Container {
  width: 100%;
  padding: 0px 40px;
  box-sizing: border-box;
}

.YKKAP-Content {
  width: 100%;
  color: #666;
}

.YKKAP-Content.-noMarginBottom {
  margin-bottom: 0px;
}

.YKKAP-Content.-noPaddingTop {
  padding-top: 0px;
}

.YKKAP-Content__inner {
  width: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.YKKAP-LocalAnchor {
  font-family: "Sawarabi Gothic", sans-serif;
}

.YKKAP-LocalAnchor__list {
  display: flex;
  position: relative;
  align-items: center;
}

.YKKAP-LocalAnchor__item > a {
  position: relative;
  background: #0084b9;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
}

.YKKAP-LocalNav {
  margin-top: 60px;
  width: 100%;
  font-family: "Sawarabi Gothic", sans-serif;
}

.YKKAP-LocalNav__inner {
  width: 100%;
}

.YKKAP-LocalNav__item-1__inner {
  display: none;
}

.YKKAP-LocalNav__item-2__inner {
  display: none;
}
.YKKAP-LocalNav__item-2-2__inner {
  display: none;
}

.YKKAP-LocalNavDropdown__closeBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  color: #fff !important;
  width: 40px;
  height: 40px;
  background-color: #0084b9;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.YKKAP-LocalNavDropdown__closeBtn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: url(/asset/image/icon_plus_white.png) no-repeat center/contain;
}

.YKKAP-LocalNavDropdown__closeBtn:hover {
  opacity: 0.6;
}

.YKKAP-LocalNavDropdown__spLink {
  display: none;
}

.YKKAP-Cv {
  width: 100%;
  box-sizing: border-box;
  font-family: "Sawarabi Gothic", sans-serif;
  background: #cce7f1;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.YKKAP-Cv__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.YKKAP-CvGrid__item {
  box-sizing: border-box;
}

.YKKAP-CvList {
  width: 100%;
}

.YKKAP-CvTitle {
  text-align: center;
  width: 100%;
}

.YKKAP-CvTitle__icon {
  margin: 0 auto;
}

.YKKAP-CvTitle__icon img {
  width: 100%;
}

.YKKAP-CvTitle__title {
  color: #000;
}

.YKKAP-CvTitle__description {
  color: #000;
}

.YKKAP-Footer {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #88c6df;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #fff;
  position: relative;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.YKKAP-Footer__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.YKKAP-FooterNav {
  width: 100%;
  text-align: left !important;
}

.YKKAP-FooterNav__col {
  box-sizing: border-box;
}

.YKKAP-FooterNav__col:last-child {
  margin-right: 0;
}

.YKKAP-Pagetop {
  position: fixed;
  z-index: 20;
}

.YKKAP-Pagetop img {
  width: 100%;
  cursor: pointer;
}

.YKKAP-Pagetop-end {
  position: absolute !important;
}

.YKKAP-Header {
  position: fixed;
  box-sizing: border-box;
  font-family: "Sawarabi Gothic", sans-serif;
  background: #fff;
  line-height: 1;
  width: 100vw;
  padding-right: calc(100vw - 100%);
  z-index: 200;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.YKKAP-Header.-pro {
  background: #00a0de;
}

.YKKAP-Header__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.YKKAP-HeaderLink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #666 !important;
}

.-pro .YKKAP-HeaderLink {
  color: #fff !important;
}

.YKKAP-HeaderLink__item {
  margin-left: 30px;
}

.YKKAP-HeaderLink__item a {
  color: #666 !important;
  white-space: nowrap;
}

.-pro .YKKAP-HeaderLink__item a {
  color: #fff !important;
}

.YKKAP-HeaderLink__item a:hover {
  color: #0084b9 !important;
  text-decoration: none !important;
}

.-pro .YKKAP-HeaderLink__item a:hover {
  color: #fff !important;
  opacity: 0.6;
}

.YKKAP-HeaderLink__item.YKKAP-HeaderLink--business {
  margin-left: 20px;
}

.YKKAP-HeaderLink__item.YKKAP-HeaderLink--business a {
  display: block;
  border: 1px solid #666;
  padding: 8px 8px;
}

.-pro .YKKAP-HeaderLink__item.YKKAP-HeaderLink--business a {
  border: 1px solid #fff;
}

.YKKAP-HeaderLink__item.YKKAP-HeaderLink--business a:hover {
  color: #0084b9 !important;
  border: 1px solid #0084b9;
}

.-pro .YKKAP-HeaderLink__item.YKKAP-HeaderLink--business a:hover {
  color: #fff !important;
  border: 1px solid #fff;
}

.YKKAP-Header__Logo {
  background: none;
  text-align: left;
  margin-left: 0px;
  box-sizing: border-box;
}

.-pro .YKKAP-Header__Logo {
  background: #333333;
  display: flex;
  flex-wrap: wrap;
}

.YKKAP-Header__Logo a {
  display: block;
  background: url(/asset/image/header_logo.svg) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
}

.-pro .YKKAP-Header__Logo a {
  background: #333 url(/asset/image/header_logo_pro.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.YKKAP-Header__Logo-copy img {
  width: 100%;
}

body.SpGlobalMenuOpen,
body.SpGlobalSearchMenuOpen {
  position: fixed;
  width: 100%;
  height: 100%;
}

.YKKAP-HeaderSearch--pc {
  left: -17px !important;
}

.YKKAP-AlignLeft {
  text-align: left !important;
}

.YKKAP-AlignCenter {
  text-align: center !important;
}

.YKKAP-AlignRight {
  text-align: right !important;
}

.YKKAP-AllLink {
  color: #0084b9;
}

.YKKAP-bg-black {
  background: #000;
}

.YKKAP-BorderGray {
  border: 1px solid #bbbbbb;
}

.YKKAP-BorderBox {
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
}

.YKKAP-BorderBox-blue-l {
  border: 1px solid #0084b9;
  box-sizing: border-box;
}

.YKKAP-BorderBox-blue {
  border: solid 5px #0084b9;
  box-sizing: border-box;
}

.YKKAP-Button {
  display: block;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border: 2px solid #0084b9;
  color: #0084b9 !important;
  line-height: 1.2;
  z-index: 0;
  font-family: "Sawarabi Gothic", sans-serif;
}

.YKKAP-Button.-active {
  background: #d3eaf7;
}

.YKKAP-Button:hover {
  text-decoration: none !important;
}

.YKKAP-Button::after {
  content: '';
  position: absolute;
  background: url(/asset/image/icon_arw2_blue.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.YKKAP-Button.-window::after {
  background: url(/asset/image/icon_window.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.YKKAP-Button-blue {
  display: block;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
  color: #0084b9 !important;
  background: #d3eaf7;
  font-family: "Sawarabi Gothic", sans-serif;
}

.YKKAP-Button-blue:hover {
  text-decoration: none !important;
}

.YKKAP-Button-blue::after {
  content: '';
  position: absolute;
  background: url(/asset/image/icon_arw2_blue.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.YKKAP-Button-white {
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #ffffff !important;
  z-index: 0;
  border: 1px solid #fff;
}

.YKKAP-Button-white::after {
  content: '';
  position: absolute;
  background: url(/asset_home/image/icon_arw_white.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.YKKAP-ButtonBackToProductIndex {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 1.2;
  color: #0084b9 !important;
  border: 2px solid #0084b9;
}

.YKKAP-ButtonBackToProductIndex.-active {
  background: #eff8fb;
}

.YKKAP-ButtonBackToProductIndex:hover {
  text-decoration: none !important;
}

.YKKAP-ButtonBackToProductIndex::after {
  content: '';
  position: absolute;
  background: url(/asset/image/icon_arw2_blue.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.YKKAP-ButtonWebCatalog {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border: 2px solid #0084b9;
  white-space: normal;
  color: #0084b9 !important;
  line-height: 1.2;
}

.YKKAP-ButtonWebCatalog:hover {
  text-decoration: none  !important;
}

.YKKAP-ButtonWebCatalog::after {
  content: '';
  position: absolute;
  background: url(/asset/image/icon_window.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.YKKAP-Card__img {
  width: 100%;
}

.YKKAP-Card__img img {
  width: 100%;
}

.YKKAP-Card__img.-imgWidthAuto {
  text-align: center;
}

.YKKAP-ColorGray {
  color: #999 !important;
}

.YKKAP-ColorGray2 {
  color: #666 !important;
}

.YKKAP-ColorBlue {
  color: #0084b9 !important;
}

.YKKAP-ColorBlue2 {
  color: #0085ba !important;
}

.YKKAP-ColorBlack {
  color: #000 !important;
}

.YKKAP-ColorRed {
  color: #e30012 !important;
}

.YKKAP-ColoredSection.-blue {
  background-color: #eff8fb;
}

.YKKAP-Flex {
  display: flex;
}

.YKKAP-Flex-Wrap {
  flex-wrap: wrap !important;
}

.YKKAP-Flexible {
  flex: 1 auto;
}

.YKKAP-Flex-AlignItemsCenter {
  align-items: center !important;
}

.YKKAP-Flex-AlignItemsStart {
  align-items: start !important;
}

.YKKAP-HoverRadially-Blue .YKKAP-Card__img {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.YKKAP-HoverRadially-White .YKKAP-Card__img {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.YKKAP-HoverRadially-White-long .YKKAP-Card__img {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.YKKAP-HoverRadially-Blue .YKKAP-Hover__item {
  position: relative;
  overflow: hidden;
}

.YKKAP-HoverRadially-White .YKKAP-Hover__item {
  position: relative;
  overflow: hidden;
}

.YKKAP-HoverRadially-White-long .YKKAP-Hover__item {
  position: relative;
  overflow: hidden;
}

.YKKAP-Icon {
  display: inline-block;
}

.YKKAP-Icon--arrowBlueRight {
  background: url(/asset/image/icon_arw_blue.png) 0 1px no-repeat;
  background-size: 100% auto;
}

.YKKAP-Icon--window {
  vertical-align: -2px;
  background: url(/asset/image/icon_window.png) 0 2px no-repeat;
  background-size: 100% auto;
}

.YKKAP-Icon--windowBlack {
  vertical-align: -2px;
  background: url(/asset/image/icon_window_black.png) 0 2px no-repeat;
  background-size: 100% auto;
}

.YKKAP-Icon--windowwhite {
  vertical-align: -2px;
  background: url(/asset/image/icon_window_white.png) 0 2px no-repeat;
  background-size: 100% auto;
}

.icon-external:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  background: url(/asset/image/icon_window.png) right 0 no-repeat;
  background-size: 100% auto;
}

.YKKAP-lineGray {
  background: #cdcdcd;
  height: 1px;
  width: 100%;
}

.YKKAP-lineblue {
  background: #0084b9;
  height: 1px;
  width: 100%;
}

.YKKAP-lineLightblue {
  background: #cce7f1;
  height: 1px;
  width: 100%;
}

.YKKAP-line-dot {
  border-bottom: 1px dotted #bbb;
}

.YKKAP-LinkBlack {
  color: #000 !important;
}

.YKKAP-LinkBlue {
  color: #0084b9 !important;
}

.YKKAP-LinkBlock {
  display: block;
}

.YKKAP-list.-listDotted > li:before {
  content: "●";
}

.YKKAP-list.-listDotted > li {
  padding-left: 1em;
  text-indent: -1em;
}

.YKKAP-list.-listNum {
  counter-reset: count;
}

.YKKAP-list.-listNum > li:before {
  content: "(" counter(count) ") ";
}

.YKKAP-list.-listNum > li {
  counter-increment: count;
  padding-left: 1.75em;
  text-indent: -1.75em;
}

.YKKAP-list.-listNum2 {
  counter-reset: count;
}

.YKKAP-list.-listNum2 > li:before {
  content: counter(count) ". ";
}

.YKKAP-list.-listNum2 > li {
  counter-increment: count;
  padding-left: 1.5em;
  text-indent: -1.25em;
}

.YKKAP-list.-listIntent > li {
  padding-left: 1em;
  text-indent: -1em;
}

.YKKAP-list.-listKome > li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.YKKAP-list.-listKome2 > li {
  padding-left: 1.85em;
  text-indent: -1.85em;
}

.YKKAP-list.-noMark:before {
  content: none;
}

.YKKAP-MainVisual {
  width: 100%;
  box-sizing: border-box;
}

.YKKAP-MainVisual__img img {
  width: 100%;
}

.YKKAP-MainVisual2col__img_pc {
  width: 100%;
}

.YKKAP-Media {
  display: flex;
}

.YKKAP-Media img {
  width: 100%;
  height: auto;
}

.YKKAP-Newproduct {
  color: #d60a00;
}

.YKKAP-Newproduct span {
  border: solid 1px #d60a00;
  padding: 3px 8px;
  margin-right: 5px;
}

.YKKAP-NewproductLabel {
  border: 1px solid #333;
  color: #333;
  padding: 3px 1em;
}

.YKKAP-PickupBnr {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.YKKAP-PickupBnr__inner {
  width: 100%;
  overflow: hidden;
}

.YKKAP-PickupBnr__wapper {
  width: 100%;
  position: relative;
  margin-left: 0;
}

.YKKAP-PickupBnr__list {
  position: relative;
  width: 100%;
}

.YKKAP-PickupBnr .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  background: none;
  border: none;
  outline: inherit;
  cursor: pointer;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.YKKAP-PickupBnr .slick-next {
  right: 0;
}

.YKKAP-PickupBnr .slick-next::after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 40px;
  background: url(/asset/image/pickupbnr_next.png) right center no-repeat;
  background-size: 30px 40px;
}

.YKKAP-PickupBnr .slick-prev {
  z-index: 10;
  left: 0;
}

.YKKAP-PickupBnr .slick-prev::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 40px;
  background: url(/asset/image/pickupbnr_prev.png) right center no-repeat;
  background-size: 30px 40px;
}

.YKKAP-Rhythm-0 {
  margin-top: 0 !important;
}

.YKKAp-srcollbarBox {
  overflow: auto;
  height: 100px;
  padding: 5px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  color: #000;
}

.YKKAP-Table {
  width: 100%;
  border-top: solid 1px #60a8ce;
  border-bottom: solid 1px #60a8ce;
  box-sizing: border-box;
}

.YKKAP-Table th {
  background: #e5f2f8;
  font-weight: normal;
  box-sizing: border-box;
}

.YKKAP-Table td {
  border-top: solid 1px #60a8ce;
  border-left: solid 1px #60a8ce;
  box-sizing: border-box;
}

.YKKAP-Table thead th {
  background: #a4cee3;
  border-left: solid 1px #60a8ce;
}

.YKKAP-Table thead th:first-child {
  border-left: none;
}

.YKKAP-Table tbody th {
  background: #e5f2f8;
  border-top: solid 1px #60a8ce;
}

.YKKAP-Table td:first-child {
  border-left: none;
}

.YKKAP-Table th + td:first-child {
  border-left: solid 1px #60a8ce;
}

.YKKAP-Table .cellcolor-blue {
  background: #a4cee3;
}

.YKKAP-Table .cellcolor-blue2 {
  background: #c6e0ed;
}

.YKKAP-Table .cellcolor-blue3 {
  background: #e5f2f8;
}

.YKKAP-Table .cellcolor-gray {
  background: #cccccc;
}

.YKKAP-Table .cellcolor-gray2 {
  background: #dddddd;
}

.YKKAP-Table .cellcolor-gray3 {
  background: #eeeeee;
}

.YKKAP-Table .cellcolor-pink {
  background: #ffeeee;
}

.YKKAP-Table-p1 th {
  text-align: center;
  vertical-align: middle;
}

.YKKAP-Table-p1 td {
  text-align: center;
  vertical-align: middle;
}

.YKKAP-Table-p1 thead th.row-1 {
  width: 16%;
}

.YKKAP-Table-p1 thead th.row-2 {
  width: 28%;
}

.YKKAP-Table-p1 thead th.row-3 {
  width: 28%;
}

.YKKAP-Table-p1 thead th.row-4 {
  width: 28%;
}

.YKKAP-Table-p1 thead th.row-5 {
  width: 42%;
}

.YKKAP-Table-p1 thead th.row-d1 {
  width: 24%;
}

.YKKAP-Table-p1 thead th.row-d2 {
  width: 19%;
}

.YKKAP-Table-p1 thead th.row-d3 {
  width: 19%;
}

.YKKAP-Table-p1 thead th.row-d4 {
  width: 19%;
}

.YKKAP-Table-p1 thead th.row-d5 {
  width: 19%;
}

.YKKAP-Table-p2 th {
  text-align: center;
  vertical-align: middle;
}

.YKKAP-Table-p2 td {
  text-align: center;
  vertical-align: middle;
}

.YKKAP-Table-p2 thead th.row-1 {
  width: 33%;
}

.YKKAP-Table-p2 thead th.row-2 {
  width: 33%;
}

.YKKAP-Table-p2 thead th.row-3 {
  width: 33%;
}

.YKKAP-TopSlider {
  margin: 0 auto;
  width: 100%;
}

.YKKAP-TopSlider a {
  outline: none;
}

.YKKAP-TopSlider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.YKKAP-TopSlider__item img {
  height: auto;
  width: 100%;
}

.topSlider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.topSlider-dots li {
  position: relative;
  cursor: pointer;
}

.topSlider-dots li:first-child {
  margin-left: 0px;
}

.topSlider-dots li button {
  text-indent: -9999px;
}

.topSlider-dots li:before {
  content: '';
  position: absolute;
  left: 0;
  background: #ddd;
}

.topSlider-dots li.slick-active:before {
  content: '';
  top: 0px;
  background: #0084b9;
}

.YKKAP-WeightBold {
  font-weight: bold;
}

.YKKAP-WeightNormal {
  font-weight: normal;
}

.YKKAP-Title1 {
  width: 100%;
  font-weight: normal;
  color: #000;
}

.YKKAP-Title1Container {
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.5px;
}

.YKKAP-Title1Container__main {
  flex: 1 auto;
}

.YKKAP-Title1Container__sub {
  white-space: nowrap;
}

.YKKAP-Title1Description {
  font-weight: normal;
  color: #000;
}

.YKKAP-Title2 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
  color: #000;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.5px;
}

.YKKAP-Title3 {
  color: #000;
  font-weight: normal;
  font-family: "Sawarabi Gothic", sans-serif;
}

.YKKAP-Title4 {
  color: #000;
  font-weight: normal;
  font-family: "Sawarabi Gothic", sans-serif;
}

@media print, screen and (min-width: 640px) {
  .YKKAP-Breadcrumb {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    padding: 20px 40px;
    box-sizing: border-box;
  }
  .YKKAP-Breadcrumb a, .YKKAP-Breadcrumb span {
    margin-right: 40px;
    position: relative;
    color: #000 !important;
  }
  .YKKAP-Breadcrumb a:after, .YKKAP-Breadcrumb span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -1px;
    width: 12px;
    height: 1px;
    background: #999;
  }
  .YKKAP-Breadcrumb a:hover {
    opacity: 0.6;
    text-decoration: none !important;
  }
  .YKKAP-Breadcrumb strong {
    font-weight: normal;
    color: #0084b9 !important;
  }
  .YKKAP-Container {
    padding: 0px 40px;
  }
  .YKKAP-Content {
    margin-bottom: 150px;
    padding-top: 135px;
  }
  .-noFixed-Header .YKKAP-Content {
    padding-top: 0;
  }
  .-noFixed-PcHeader .YKKAP-Content {
    padding-top: 0;
  }
  .YKKAP-Content__inner {
    max-width: 1280px;
    min-width: 1080px;
  }
  .YKKAP-Content__inner.-fullWidth {
    max-width: 100%;
  }
  .YKKAP-LocalAnchor {
    margin-top: 50px;
    width: auto;
    padding-bottom: 15px;
  }
  .YKKAP-LocalAnchor__list {
    width: auto;
  }
  .YKKAP-LocalAnchor__item {
    font-size: 12px;
    margin-right: 15px;
  }
  .YKKAP-LocalAnchor__item > a {
    padding: 15px 30px 12px 15px;
    white-space: nowrap;
  }
  .YKKAP-LocalAnchor__item > a:hover {
    opacity: 0.6;
  }
  .YKKAP-LocalAnchor__item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 6px;
    background: url(/asset/image/icon_arw_down_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -3px;
  }
  .YKKAP-LocalNav__onlySp {
    display: none !important;
  }
  .YKKAP-LocalNav__heading {
    display: none;
  }
  .YKKAP-LocalNav__list-1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0084b9;
  }
  .YKKAP-LocalNav__item-1 {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  .YKKAP-LocalNav__item-1 > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 12px;
    color: #0084b9;
    white-space: nowrap;
    line-height: 1;
    box-sizing: border-box;
    max-height: 41px;
  }
  .YKKAP-LocalNav__item-1 > a:hover {
    color: #fff;
    background: #0084b9;
    text-decoration: none;
  }
  .YKKAP-LocalNav__item-1 > a.line2 {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -1.5px;
  }
  .YKKAP-LocalNav__item-1.-active > a {
    color: #fff;
    background: #0084b9;
    text-decoration: none;
  }
  .YKKAP-LocalNav__item-1__inner.-active {
    display: block;
  }
  .YKKAP-LocalNav__list-2 {
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    background: #bfe0ed;
    padding: 15px 2.5%;
  }
  .YKKAP-LocalNav__item-2, .YKKAP-LocalNav__item-3 {
    width: auto;
    font-size: 14px;
    line-height: 1;
    flex-flow: row nowrap;
    text-align: center;
    margin-left: 1.5%;
  }
  .YKKAP-LocalNav__item-2 > a, .YKKAP-LocalNav__item-3 > a {
    display: block;
    padding: 10px 14px;
    color: #0084b9;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    background: #fff;
  }
  .YKKAP-LocalNav__item-2.-active > a,
  .YKKAP-LocalNav__item-2:hover > a, .YKKAP-LocalNav__item-3.-active > a,
  .YKKAP-LocalNav__item-3:hover > a {
    color: #fff;
    background: #0084b9;
    text-decoration: none;
  }
  .YKKAP-LocalNav__item-2:first-child, .YKKAP-LocalNav__item-3:first-child {
    margin-left: 0;
  }
  .YKKAP-LocalNav__item-2__inner.-active {
    display: block;
  }
  .YKKAP-LocalNav__list-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    background: #e5f2f8;
    padding: 15px 2.5%;
  }
	
	
  /* navi nest */
  .YKKAP-LocalNav__item-1.oth > a {
    display: flex;
    color: #0084b9;
    white-space: nowrap;
    line-height: 1;
    box-sizing: border-box;
    max-height: 41px;
    height: 41px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
  .YKKAP-LocalNav__item-1.oth > a:hover {
    color: #fff;
    background: #0084b9;
    text-decoration: none;
  }
  .YKKAP-LocalNav__item-1.oth.-active > a {
    color: #fff;
    background: #0084b9;
    text-decoration: none;
  }
	.YKKAP-LocalNav__wrap-01 {
		margin: 0 0 75px;
	}
	.YKKAP-LocalNav__low-01 {
	}
	.YKKAP-LocalNav__low-02 {
	}
  .YKKAP-LocalNavNest {
    display: none ;
  }
  .YKKAP-LocalNavNest.-active {
    display: none !important;
  }
  .YKKAP-LocalNav__low-01 .YKKAP-LocalNavNest {
    display: block !important;
  }
  .YKKAP-LocalNav__low-01 .YKKAP-LocalNavNest.-active {
    display: block !important;
  }
  .YKKAP-LocalNavNest__list {
    position: relative;
    display: flex;
	  flex-wrap: wrap ;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    background: #bfe0ed;
    padding: 0px 2.5% 15px;
  }
  .YKKAP-LocalNavNest__item {
    width: auto;
    font-size: 14px;
    line-height: 1;
    flex-flow: row nowrap;
    text-align: center;
    margin: 15px 1.5% 0 0;
  }
  .YKKAP-LocalNavNest__item > a {
    display: block;
    padding: 10px 14px;
    color: #0084b9;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    background: #fff;
  }
  .YKKAP-LocalNavNest__item.-active > a,
  .YKKAP-LocalNavNest__item:hover > a {
    color: #fff;
    background: #0084b9;
    text-decoration: none;
  }
  .YKKAP-LocalNavNest__item:first-child {
  }
/*  .YKKAP-LocalNavNest__item__inner.-active {
    display: block;
  }*/
	

  .YKKAP-LocalNavNest__inner {
    background: #E5F3F8 ;
	  display: none;
  }
  .YKKAP-LocalNav__low-02 .YKKAP-LocalNavNest__inner {
    display: block;
  }
  .YKKAP-LocalNavNest__label {
  display: none ;
  }
  .YKKAP-LocalNavNest__label.-togglable::after {
  }
  .YKKAP-LocalNavNest__label.YKKAP-Toggle--open::after {
  }
  .YKKAP-LocalNavNest__menu {
	  display: flex ;
	  padding: 1px 2.5% 15px;
	  flex-wrap: wrap ;
  }
  .YKKAP-LocalNavNest__menu li {
	  font-size: 14px;
	  margin: 15px 45px 0 0;
  }
  .YKKAP-LocalNavNest__menu li.-active > a {
    color: #000000;
  }
  .YKKAP-LocalNavNest__menu a {
    color: #0084B9;
  }
  .YKKAP-LocalNavNest__menu a:hover {
    opacity: .6;
  }
  .YKKAP-LocalNavNest__menu li.-active > a:hover {
    color: #000000;
	  opacity: 1;
  }
  .YKKAP-LocalNavNest__menu a::after {

  }
	
	
	
	  .YKKAP-LocalNavDropdown {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #bfe0ed;
    padding-bottom: 45px;
    z-index: 2;
  }
  .YKKAP-LocalNavDropdown__inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 90.5%;
    padding-top: 20px;
  }
  .YKKAP-LocalNavDropdown__item {
    box-sizing: border-box;
    width: 32.59669%;
    padding: 8px 2.76243% 2.76243% 2.76243%;
    border-right: 1px solid #fff;
  }
  .YKKAP-LocalNavDropdown__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .YKKAP-LocalNavDropdown__item:nth-of-type(3n + 1) {
    margin-left: 1.2%;
    border-left: 1px solid #fff;
  }
  .YKKAP-LocalNavDropdown__item.-active {
    background-color: #e5f2f8;
  }
  .YKKAP-LocalNavDropdown__label {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #0084B9;
  }
  .YKKAP-LocalNavDropdown__menu {
    display: block;
  }
  .YKKAP-LocalNavDropdown__menu li {
    font-size: 12px;
    line-height: 1.79167;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .YKKAP-LocalNavDropdown__menu li.-active > a {
    color: #fff;
    background-color: #0084b9;
  }
  .YKKAP-LocalNavDropdown__menu li + li {
    margin-top: 10px;
  }
  .YKKAP-LocalNavDropdown__menu a {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #fff;
    color: #0085ba;
  }
  .YKKAP-LocalNavDropdown__menu a:hover {
    color: #fff;
    background-color: #0084b9;
  }
  .YKKAP-Cv {
    min-width: 1080px;
  }
  .YKKAP-Cv__inner {
    max-width: 1280px;
    padding: 55px 40px 55px 40px;
  }
  .YKKAP-CvGrid {
    display: flex;
    width: 100%;
  }
  .YKKAP-CvGrid__item {
    width: 50%;
  }
  .YKKAP-CvGrid__item:first-child {
    border-right: 1px solid #fff;
    padding-right: 40px;
  }
  .YKKAP-CvGrid__item:last-child {
    padding-left: 40px;
  }
  .YKKAP-CvList {
    padding-top: 10px;
  }
  .YKKAP-CvList__item {
    margin-top: 24px;
  }
  .YKKAP-CvTitle__icon {
    width: 80px;
  }
  .YKKAP-CvTitle__title {
    margin-top: 10px;
    font-size: 24px;
  }
  .YKKAP-CvTitle__description {
    margin-top: 15px;
    font-size: 14px;
  }
  .YKKAP-Footer {
    background: #0084b9;
    min-width: 1080px;
  }
  .YKKAP-Footer__inner {
    max-width: 1280px;
    padding: 45px 40px 20px 40px;
  }
  .YKKAP-Footer__inner.-footer-en {
    padding: 20px 40px;
  }
  .YKKAP-FooterCopyright {
    width: 100%;
    font-size: 10px;
    color: #99cee3;
    text-align: right;
  }
  .YKKAP-FooterNav {
    display: flex;
    margin-bottom: 40px;
  }
  .YKKAP-FooterNav__col {
    width: 14%;
    margin-right: 3.2%;
  }
  .YKKAP-FooterNav__item {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.5;
  }
  .YKKAP-FooterNav__item a {
    color: #fff !important;
  }
  .YKKAP-FooterNav__item a:hover {
    opacity: 0.6;
    text-decoration: none !important;
  }
  .YKKAP-FooterNav__item dt {
    margin-bottom: 24px;
  }
  .YKKAP-FooterNav__item dd {
    margin-left: 1em;
    font-size: 12px;
  }
  .YKKAP-FooterNav__item dd li {
    margin-bottom: 10px;
  }
  .YKKAP-FooterNav__item a.-link-blank:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-left: 6px;
    vertical-align: -2px;
    background: url(/asset/image/icon_window_white.png) 0 2px no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-FooterNav__item.-item-pro {
    display: block;
  }
  .YKKAP-FooterNav__item.-item-home {
    display: none;
  }
  .YKKAP-FooterNav__item--child {
    display: block;
  }
  .YKKAP-Pagetop {
    right: 40px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .YKKAP-Pagetop img:hover {
    opacity: 0.6;
  }
  .YKKAP-Pagetop-end {
    top: -55px;
  }
  .YKKAP-Sns {
    position: fixed;
    left: 5px;
    bottom: 15px;
    z-index: 20;
  }
  .YKKAP-Sns__title {
    width: 28px;
    height: auto;
  }
  .YKKAP-Sns__title img {
    width: 100%;
  }
  .YKKAP-Sns__item {
    margin-top: 12px;
    width: 28px;
  }
  .YKKAP-Sns__item img {
    width: 100%;
  }
  .YKKAP-Sns__item img:hover {
    opacity: 0.6;
  }
  .YKKAP-Sns-sp {
    display: none;
  }
  .YKKAP-Header {
    min-width: 1080px;
    height: 135px;
    color: #fff !important;
  }
  .YKKAP-Header--smaller:not(.-noFixed-Header):not(.-noFixed-PcHeader) .YKKAP-Header {
    transition: height ease-out 0.4s;
  }
  .YKKAP-Header--smaller .YKKAP-Header {
    height: 86px;
  }
  .-noFixed-Header .YKKAP-Header {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .-noFixed-PcHeader .YKKAP-Header {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .YKKAP-Header__inner {
    max-width: 1280px;
    padding: 0 40px 0;
  }
  body:not(.-noFixed-Header):not(.-noFixed-PcHeader) .YKKAP-HeaderLink {
    transition: padding-top 0.2s ease-out;
  }
  .YKKAP-HeaderLink {
    padding-top: 41px;
    font-size: 12px;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderLink {
    padding-top: 20px;
    padding-bottom: 2px;
  }
  .-English .YKKAP-HeaderLink__item {
    padding-top: 9px;
    padding-bottom: 1px;
  }
  .YKKAP-Header--smaller .-English .YKKAP-HeaderLink__item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderLink__item.YKKAP-HeaderLink--business a {
    padding: 4px 8px;
  }
  .YKKAP-Header--smaller:not(.-noFixed-Header):not(.-noFixed-PcHeader) .-pro .YKKAP-Header__Logo {
    transition: height ease-out 0.4s;
  }
  .YKKAP-Header__Logo {
    height: 135px;
    padding-top: 50px;
    width: 103px;
  }
  .-pro .YKKAP-Header__Logo {
    width: 225px;
    padding-top: 49px;
    padding-left: 22px;
  }
  .YKKAP-Header__Logo a {
    width: 63px;
    height: 70px;
  }
  .-pro .YKKAP-Header__Logo a {
    width: 52px;
    height: 50px;
  }
  .YKKAP-Header--smaller .YKKAP-Header__Logo {
    height: 86px;
    padding-top: 17px;
  }
  .YKKAP-Header--smaller .YKKAP-Header__Logo a {
    width: 55px;
    height: 53px;
  }
  .YKKAP-Header--smaller .-pro .YKKAP-Header__Logo a {
    width: 52px;
    height: 50px;
  }
  .YKKAP-Header__Logo-copy {
    width: 151px;
    height: 50px;
  }
  .YKKAP-HeaderNav {
    margin-top: 12px;
  }
  .-English .YKKAP-HeaderNav {
    margin-top: 21px;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderNav {
    margin-top: 0px;
  }
  .YKKAP-HeaderNav.YKKAP-HeaderMenu--sp {
    display: none;
  }
  .YKKAP-HeaderNav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .YKKAP-HeaderNav__item {
    width: auto;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 40px;
    flex-flow: row nowrap;
  }
  .-pro .YKKAP-HeaderNav__item {
    margin-left: 22px;
  }
  .YKKAP-HeaderNav__item.-itemCompany {
    margin-left: 48px;
  }
  .YKKAP-HeaderNav__item > a,
  .YKKAP-HeaderNav__item > span {
    display: block;
    padding-top: 12px;
    padding-bottom: 23px;
    color: #000 !important;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
  }
  .-pro .YKKAP-HeaderNav__item > a, .-pro
  .YKKAP-HeaderNav__item > span {
    color: #fff !important;
    border-bottom: 2px solid #00a0de;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderNav__item > a, .YKKAP-Header--smaller
  .YKKAP-HeaderNav__item > span {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .YKKAP-HeaderNav__item:hover > a {
    color: #0084b9 !important;
    border-bottom: 2px solid #0084b9;
    text-decoration: none !important;
  }
  .-pro .YKKAP-HeaderNav__item:hover > a {
    border-bottom: 2px solid #fff;
    color: #99d9f2 !important;
  }
  .YKKAP-HeaderNav__item.YKKAP-Megadrop--Open > span {
    color: #0084b9 !important;
    border-bottom: 2px solid #0084b9;
  }
  .-pro .YKKAP-HeaderNav__item.YKKAP-Megadrop--Open > span {
    border-bottom: 2px solid #fff;
    color: #99d9f2 !important;
  }
  .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search {
    margin-left: 20px;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search {
    margin-left: 25px;
    margin-top: -3px;
  }
  .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search > span {
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 12px;
    background: url(/asset/image/icon_search_pc.png) 0 0 no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: none;
  }
  .-pro .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search > span {
    background: url(/asset/image/icon_search_pro_pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search > span {
    margin-right: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    background: url(/asset/image/icon_search_pc_s.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Header--smaller .-pro .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search > span {
    background: url(/asset/image/icon_search_pro_pc_s.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search.YKKAP-Megadrop--Open > span {
    border-bottom: none;
    background: url(/asset/image/icon_search_pc.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
  .-pro .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search.YKKAP-Megadrop--Open > span {
    background: url(/asset/image/icon_search_pro_pc.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Header--smaller .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search.YKKAP-Megadrop--Open > span {
    background: url(/asset/image/icon_search_pc_s.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Header--smaller .-pro .YKKAP-HeaderNav__item.YKKAP-HeaderNav--search.YKKAP-Megadrop--Open > span {
    background: url(/asset/image/icon_search_pro_pc_s.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop {
    display: none;
    font-family: "Sawarabi Gothic", sans-serif;
    position: absolute;
    top: 135px;
    left: 0px;
    width: 100%;
    width: 100vw;
    height: auto;
    min-width: 1080px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 200;
    max-height: calc(100vh - 135px);
    overflow: auto;
  }
  .YKKAP-Header--smaller .YKKAP-Megadrop {
    top: 86px;
    height: auto;
    max-height: calc(100vh - 86px);
  }
  .YKKAP-HeaderNav--search .YKKAP-Megadrop {
    background: rgba(245, 245, 245, 0.95);
    height: 100vh;
  }
  .YKKAP-Megadrop__closeBtn {
    width: 40px;
    height: 40px;
    background-color: #0084b9;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    cursor: pointer;
  }
  .YKKAP-Megadrop__closeBtn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: url(/asset/image/icon_plus_white.png) no-repeat center/contain;
  }
  .YKKAP-Megadrop__wrap {
    position: relative;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .YKKAP-Megadrop__inner {
    box-sizing: border-box;
    width: 100%;
  }
  .YKKAP-Megadrop__col {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #505050;
    padding: 0 40px;
  }
  .YKKAP-Megadrop__col:first-child {
    border-top: none;
  }
  .YKKAP-Megadrop__col.-searchbCol {
    flex-wrap: wrap;
  }
  .YKKAP-Megadrop__cat {
    width: 24.25%;
    height: 30px;
    font-size: 14px;
    display: flex;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0;
    align-items: center;
  }
  .YKKAP-Megadrop__cat a, .YKKAP-Megadrop__cat span {
    color: #fff !important;
  }
  .YKKAP-Megadrop__cat a:hover {
    color: #ffff !important;
    text-decoration: none !important;
    opacity: 0.6;
  }
  .YKKAP-Megadrop__cat a.-link-blank:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 6px;
    vertical-align: -2px;
    background: url(/asset/image/icon_window_white.png) 0 2px no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
  .-searchbCol .YKKAP-Megadrop__cat,
  .-srCol .YKKAP-Megadrop__cat {
    width: 25%;
  }
  .YKKAP-Megadrop__cat.cat-search01:before {
    background: url(/asset/image/icon_search01.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search02:before {
    background: url(/asset/image/icon_search02.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search03:before {
    background: url(/asset/image/icon_search03.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search04:before {
    background: url(/asset/image/icon_search04.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search05:before {
    background: url(/asset/image/icon_search05.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search06:before {
    background: url(/asset/image/icon_search06.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search07:before {
    background: url(/asset/image/icon_search07.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-search08:before {
    background: url(/asset/image/icon_search08.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform01:before {
    background: url(/asset/image/icon_reform01.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform02:before {
    background: url(/asset/image/icon_reform02.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform03:before {
    background: url(/asset/image/icon_reform03.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform04:before {
    background: url(/asset/image/icon_reform04.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform05:before {
    background: url(/asset/image/icon_reform05.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform06:before {
    background: url(/asset/image/icon_reform06.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-reform07:before {
    background: url(/asset/image/icon_reform07.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom01:before {
    background: url(/asset/image/icon_showroom01.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom02:before {
    background: url(/asset/image/icon_showroom02.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom03:before {
    background: url(/asset/image/icon_showroom03.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom04:before {
    background: url(/asset/image/icon_showroom04.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom05:before {
    background: url(/asset/image/icon_showroom05.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom06:before {
    background: url(/asset/image/icon_showroom06.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-showroom07:before {
    background: url(/asset/image/icon_showroom07.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building01:before {
    background: url(/asset/image/icon_building01.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building02:before {
    background: url(/asset/image/icon_building02.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building03:before {
    background: url(/asset/image/icon_building03.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building04:before {
    background: url(/asset/image/icon_building04.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building05:before {
    background: url(/asset/image/icon_building05.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building06:before {
    background: url(/asset/image/icon_building06.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building07:before {
    background: url(/asset/image/icon_building07.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building08:before {
    background: url(/asset/image/icon_building08.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__cat.cat-building09:before {
    background: url(/asset/image/icon_building09.png) no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__list {
    width: 75.75%;
    box-sizing: border-box;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .YKKAP-Megadrop__list2 {
    width: 75.75%;
    box-sizing: border-box;
    padding: 12px 0;
  }
  .YKKAP-Megadrop__list2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .YKKAP-Megadrop__item {
    padding: 0 16px 0 15px;
    margin: 8px 0 8px -1px;
    font-weight: normal;
  }
  .YKKAP-Megadrop__item:first-child {
    margin: 8px 0;
  }
  .YKKAP-Megadrop__item a {
    color: #fff !important;
  }
  .YKKAP-Megadrop__item a:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.6;
  }
  .YKKAP-Megadrop__item a.-link-blank:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 6px;
    vertical-align: -2px;
    background: url(/asset/image/icon_window_white.png) 0 2px no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__item + .YKKAP-Megadrop__item {
    border-left: 1px solid #717171;
  }
  .YKKAP-Megadrop__searchLink {
    width: 100%;
    background: #505050;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .YKKAP-Megadrop__searchLink__inner {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 25px 0;
  }
  .YKKAP-Megadrop__searchLink__list {
    display: flex;
  }
  .YKKAP-Megadrop__searchLink__item {
    margin-right: 70px;
  }
  .YKKAP-Megadrop__searchLink__item a {
    color: #fff !important;
  }
  .YKKAP-Megadrop__searchLink__item a:hover {
    color: #0084b9 !important;
    text-decoration: none !important;
  }
  .YKKAP-Megadrop__searchLink__item a.-link-blank:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 6px;
    vertical-align: -2px;
    background: url(/asset/image/icon_window_white.png) 0 2px no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Megadrop__note {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 8px 15px;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area {
    width: 640px;
    margin: 50px auto 0 auto;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area form input[type="text"] {
    height: 45px;
    width: 640px;
    padding: 0 70px 0 15px;
    box-sizing: border-box;
    border: none;
    outline: 0;
    color: #0084b9;
    font-size: 16px;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area form input::-webkit-input-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 0px center no-repeat;
    background-size: auto 100%;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area form input:-ms-input-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 0px center no-repeat;
    background-size: auto 100%;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area form input::placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 0px center no-repeat;
    background-size: auto 100%;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area form input:-ms-input-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 15px center no-repeat;
    background-size: auto 26px;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch__area form input::-moz-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 15px center no-repeat;
    background-size: auto 26px;
  }
  .YKKAP-HeaderSearch--pc .YKKAP--sitesearch {
    position: relative;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch--btn {
    position: absolute;
    height: 45px;
    width: 70px;
    right: 0;
    top: 0;
    background: url(/asset/image/btn_search_on.png) 0 0 no-repeat;
    background-size: 100% auto;
    outline: 0;
  }
  .YKKAP-HeaderSearch--pc .YKKAP-HeaderSearch--btn:disabled {
    background: url(/asset/image/btn_search_off.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-HeaderSearch--sp {
    display: none;
  }
  .YKKAP-AlignRight-pc {
    text-align: right !important;
  }
  .YKKAP-AllLink {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px;
  }
  .YKKAP-pageAnchor {
    margin-top: -88px;
    padding-top: 88px;
  }
  .YKKAP-BorderBox {
    padding: 20px;
  }
  .YKKAP-BorderBox-blue-l {
    padding: 20px;
  }
  .YKKAP-BorderBox-blue {
    padding: 20px;
  }
  .YKKAP-Button {
    padding: 15px 40px 15px 14px;
    font-size: 14px;
  }
  .YKKAP-Button::after {
    right: 14px;
    margin-top: -4px;
    width: 20px;
    height: 8px;
  }
  .YKKAP-Button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(46, 150, 214, 0.2);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .YKKAP-Button:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 1;
  }
  .YKKAP-Button.-window::after {
    right: 14px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  .YKKAP-Button-blue {
    padding: 25px 33px 25px 15px;
    font-size: 14px;
  }
  .YKKAP-Button-blue::after {
    right: 14px;
    margin-top: -4px;
    width: 20px;
    height: 8px;
  }
  .YKKAP-Button-blue:hover {
    opacity: 0.6;
  }
  .YKKAP-ButtonFixed-width {
    width: 20.925VW;
    min-width: 225px;
    max-width: 270px;
  }
  .YKKAP-ButtonFixed-3width {
    width: 29.25833VW;
    min-width: 310px;
    max-width: 373px;
  }
  .YKKAP-ButtonFixed-100width {
    width: 100%;
  }
  .YKKAP-ButtonFixed-75width {
    width: 75%;
  }
  .YKKAP-ButtonFixed-50width {
    width: 50%;
  }
  .YKKAP-ButtonFixed-25width {
    width: 25%;
  }
  .YKKAP-Button-white {
    padding: 13px 40px 13px 14px;
    font-size: 14px;
  }
  .YKKAP-Button-white::after {
    right: 14px;
    margin-top: -4px;
    width: 19px;
    height: 11px;
  }
  .YKKAP-Button-white::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(0, 132, 185, 0.3);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .YKKAP-Button-white:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .YKKAP-ButtonBackToProductIndex {
    padding: 13px 40px 13px 14px;
    font-size: 14px;
    width: 25%;
    margin: 0 auto;
  }
  .YKKAP-ButtonBackToProductIndex::after {
    right: 14px;
    margin-top: -4px;
    width: 20px;
    height: 8px;
  }
  .YKKAP-ButtonBackToProductIndex::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(46, 150, 214, 0.2);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .YKKAP-ButtonBackToProductIndex:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 1;
  }
  .YKKAP-ButtonWebCatalog-group {
    display: flex;
  }
  .YKKAP-ButtonWebCatalog-group .YKKAP-ButtonWebCatalog {
    display: flex;
    align-items: center;
  }
  .YKKAP-ButtonWebCatalog {
    display: inline-block;
    width: 226px;
    padding: 18px 40px 18px 14px;
    font-size: 12px;
  }
  .YKKAP-ButtonWebCatalog::after {
    right: 14px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  .YKKAP-ButtonWebCatalog::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(46, 150, 214, 0.2);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .YKKAP-ButtonWebCatalog:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 1;
  }
  .YKKAP-ButtonWebCatalog + .YKKAP-ButtonWebCatalog {
    margin-left: 20px;
  }
  .YKKAP-Card__img.-imgWidthAuto img {
    width: auto;
  }
  .YKKAP-Card__title {
    margin-top: 15px;
  }
  .YKKAP-Card__description {
    margin-top: 10px;
  }
  .YKKAP-ColoredSection {
    padding: 100px 0;
    min-width: 1080px;
  }
  .YKKAP-Grid {
    display: flex;
    margin-left: -3.2%;
    flex-wrap: wrap;
  }
  .YKKAP-Grid__item {
    margin-left: 3.2%;
    box-sizing: border-box;
  }
  .YKKAP-Grid--col2 > .YKKAP-Grid__item {
    width: calc( (100% / 2) - 3.21%);
  }
  .YKKAP-Grid--col2 > .YKKAP-Grid__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .YKKAP-Grid--col2 .YKKAP-Grid--col2 {
    margin-left: -6.4%;
  }
  .YKKAP-Grid--col2 .YKKAP-Grid--col2 > .YKKAP-Grid__item {
    width: calc( (100% / 2) - 6.41%);
    margin-left: 6.4%;
  }
  .YKKAP-Grid--col3 > .YKKAP-Grid__item {
    width: calc( (100% / 3) - 3.21%);
  }
  .YKKAP-Grid--col3 > .YKKAP-Grid__item:nth-child(n+4) {
    margin-top: 30px;
  }
  .YKKAP-Grid--col4 > .YKKAP-Grid__item {
    width: calc( (100% / 4) - 3.21%);
  }
  .YKKAP-Grid--col4 > .YKKAP-Grid__item:nth-child(n+5) {
    margin-top: 20px;
  }
  .YKKAP-Grid--col5 > .YKKAP-Grid__item {
    width: calc( (100% / 5) - 3.21%);
  }
  .YKKAP-Grid--col5 > .YKKAP-Grid__item:nth-child(n+6) {
    margin-top: 20px;
  }
  .YKKAP-Grid--col6 > .YKKAP-Grid__item {
    width: calc( (100% / 6) - 3.21%);
  }
  .YKKAP-Grid--col6 > .YKKAP-Grid__item:nth-child(n+7) {
    margin-top: 20px;
  }
  .YKKAP-Grid__item.-grow-1 {
    flex-grow: 1 !important;
  }
  .YKKAP-Grid__item.-grow-2 {
    flex-grow: 2 !important;
  }
  .YKKAP-HoverRadially-Blue .YKKAP-Card__img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle closest-side, rgba(239, 249, 251, 0.4) 50%, rgba(239, 249, 251, 0) 100%);
    content: '';
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .YKKAP-HoverRadially-Blue:hover .YKKAP-Card__img::after {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  .YKKAP-HoverRadially-Blue:hover .YKKAP-Card__title {
    opacity: 0.6;
  }
  .YKKAP-HoverRadially-Blue:hover .YKKAP-Card__description {
    opacity: 0.6;
  }
  .YKKAP-HoverRadially-White .YKKAP-Card__img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    content: '';
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .YKKAP-HoverRadially-White:hover .YKKAP-Card__img::after {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  .YKKAP-HoverRadially-White:hover .YKKAP-Card__title {
    opacity: 0.6;
  }
  .YKKAP-HoverRadially-White:hover .YKKAP-Card__description {
    opacity: 0.6;
  }
  .YKKAP-HoverRadially-White-long .YKKAP-Card__img::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 50%;
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: .8s;
  }
  .YKKAP-HoverRadially-White-long:hover .YKKAP-Card__img::after {
    width: 1200px;
    height: 1200px;
    margin: -600px 0 0 -600px;
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  .YKKAP-HoverRadially-White-long:hover .YKKAP-Card__title {
    opacity: 0.6;
  }
  .YKKAP-HoverRadially-White-long:hover .YKKAP-Card__description {
    opacity: 0.6;
  }
  .YKKAP-HoverRadially-Blue .YKKAP-Hover__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle closest-side, rgba(239, 249, 251, 0.4) 50%, rgba(239, 249, 251, 0) 100%);
    content: '';
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .YKKAP-HoverRadially-Blue:hover .YKKAP-Hover__item::after {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  .YKKAP-HoverRadially-White .YKKAP-Hover__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    content: '';
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .YKKAP-HoverRadially-White:hover .YKKAP-Hover__item::after {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  .YKKAP-HoverRadially-White-long .YKKAP-Hover__item::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 50%;
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: .8s;
  }
  .YKKAP-HoverRadially-White-long:hover .YKKAP-Hover__item::after {
    width: 1200px;
    height: 1200px;
    margin: -600px 0 0 -600px;
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  .YKKAP-Hover {
    transition: .3s;
  }
  .YKKAP-Hover:hover {
    opacity: 0.6;
  }
  .YKKAP-Icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .YKKAP-TextL .YKKAP-Icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .YKKAP-TextM .YKKAP-Icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .YKKAP-TextS .YKKAP-Icon {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
  .YKKAP-Icon--window {
    height: 16px !important;
  }
  .YKKAP-TextS .YKKAP-Icon--window {
    height: 14px !important;
  }
  .YKKAP-LocalNav__item-1 a:hover .YKKAP-Icon--window {
    background: url(/asset/image/icon_window_white.png) 0 2px no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Icon--windowBlack {
    height: 16px !important;
  }
  .YKKAP-TextS .YKKAP-Icon--windowBlack {
    height: 14px !important;
  }
  .YKKAP-Icon--windowwhite {
    height: 16px !important;
  }
  .YKKAP-TextS .YKKAP-Icon--windowwhite {
    height: 14px !important;
  }
  .icon-external:after {
    width: 10px;
    height: 10px;
  }
  .YKKAP-layout-right {
    margin-left: auto;
    margin-right: 0px;
  }
  .YKKAP-layout-center {
    margin-left: auto;
    margin-right: auto;
  }
  .YKKAP-LinkBlack:hover {
    opacity: 0.6;
    text-decoration: none !important;
  }
  .YKKAP-LinkBlue:hover {
    opacity: 0.6;
    text-decoration: none !important;
  }
  .YKKAP-LinkBlock:hover {
    text-decoration: none;
  }
  .YKKAP-LinkTel {
    pointer-events: none;
  }
  .YKKAP-LinkTel:hover {
    opacity: 1;
  }
  .YKKAP-Link-OtherPage {
    display: flex;
    flex-wrap: wrap;
  }
  .YKKAP-Link-OtherPage__item {
    margin-right: 35px;
  }
  .YKKAP-Link-OtherPage__item:last-child {
    margin-left: 0;
  }
  .YKKAP-MainVisual {
    padding: 0px 40px;
    margin: 0 auto;
  }
  .YKKAP-MainVisual.-full1500 {
    padding: 0px;
    width: 100%;
    max-width: 1500px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
  }
  .-full1500 .YKKAP-MainVisual__img {
    width: 1500px;
    position: relative;
    left: 50%;
    margin-left: -750px;
  }
  .YKKAP-MainVisual2col__img_pc {
    display: flex;
  }
  .YKKAP-MainVisual2col__img_pc .YKKAP-MainVisual2col__img-kv01 {
    width: 65.8%;
  }
  .YKKAP-MainVisual2col__img_pc .YKKAP-MainVisual2col__img-kv01 img {
    width: 100%;
  }
  .YKKAP-MainVisual2col__img_pc .YKKAP-MainVisual2col__img-kv02 {
    width: 34.2%;
  }
  .YKKAP-MainVisual2col__img_pc .YKKAP-MainVisual2col__img-kv02 img {
    width: 100%;
  }
  .YKKAP-Media {
    margin-left: -3.2%;
  }
  .YKKAP-Media.-ltr {
    flex-direction: row-reverse;
  }
  .YKKAP-Media__img {
    margin-left: 3.2%;
    box-sizing: border-box;
    width: calc( (100% / 2) - 3.21%);
  }
  .YKKAP-Media__text {
    margin-left: 3.2%;
    box-sizing: border-box;
    width: calc( (100% / 2) - 3.2%);
  }
  .YKKAP-Newproduct {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 14px;
  }
  .YKKAP-PickupBnr {
    min-width: 1000px;
    max-width: 1200px;
  }
  .YKKAP-PickupBnr__inner {
    min-width: 1000px;
  }
  .YKKAP-PickupBnr__wapper {
    min-width: 1000px;
  }
  .YKKAP-Related > .YKKAP-Grid__item {
    width: calc( (100% / 6) - 3.21%);
  }
  .YKKAP-Related > .YKKAP-Grid__item:nth-child(n+7) {
    margin-top: 30px;
  }
  .YKKAP--pc {
    display: inline-block !important;
  }
  .YKKAP--sp {
    display: none !important;
  }
  .YKKAP-Rhythm-5 {
    margin-top: 5px !important;
  }
  .YKKAP-Rhythm-10 {
    margin-top: 10px !important;
  }
  .YKKAP-Rhythm-15 {
    margin-top: 15px !important;
  }
  .YKKAP-Rhythm-20 {
    margin-top: 20px !important;
  }
  .YKKAP-Rhythm-25 {
    margin-top: 25px !important;
  }
  .YKKAP-Rhythm-30 {
    margin-top: 30px !important;
  }
  .YKKAP-Rhythm-35 {
    margin-top: 35px !important;
  }
  .YKKAP-Rhythm-40 {
    margin-top: 40px !important;
  }
  .YKKAP-Rhythm-45 {
    margin-top: 45px !important;
  }
  .YKKAP-Rhythm-50 {
    margin-top: 50px !important;
  }
  .YKKAP-Rhythm-55 {
    margin-top: 55px !important;
  }
  .YKKAP-Rhythm-60 {
    margin-top: 60px !important;
  }
  .YKKAP-Rhythm-65 {
    margin-top: 65px !important;
  }
  .YKKAP-Rhythm-70 {
    margin-top: 70px !important;
  }
  .YKKAP-Rhythm-75 {
    margin-top: 75px !important;
  }
  .YKKAP-Rhythm-80 {
    margin-top: 80px !important;
  }
  .YKKAP-Rhythm-85 {
    margin-top: 85px !important;
  }
  .YKKAP-Rhythm-90 {
    margin-top: 90px !important;
  }
  .YKKAP-Rhythm-95 {
    margin-top: 95px !important;
  }
  .YKKAP-Rhythm-100 {
    margin-top: 100px !important;
  }
  .YKKAP-Rhythm-d10 {
    margin-bottom: 10px !important;
  }
  .YKKAP-Rhythm-d20 {
    margin-bottom: 20px !important;
  }
  .YKKAP-Rhythm-d30 {
    margin-bottom: 30px !important;
  }
  .YKKAP-Rhythm-d40 {
    margin-bottom: 40px !important;
  }
  .YKKAP-Rhythm-d50 {
    margin-bottom: 50px !important;
  }
  .YKKAP-Rhythm-d60 {
    margin-bottom: 60px !important;
  }
  .YKKAP-Rhythm-d70 {
    margin-bottom: 70px !important;
  }
  .YKKAP-Rhythm-d80 {
    margin-bottom: 80px !important;
  }
  .YKKAP-Rhythm-d90 {
    margin-bottom: 90px !important;
  }
  .YKKAP-Rhythm-d100 {
    margin-bottom: 100px !important;
  }
  .YKKAP-Table th {
    padding: 15px;
  }
  .YKKAP-Table td {
    padding: 15px;
  }
  .YKKAP-Table-p1 th {
    font-size: 16px;
  }
  .YKKAP-Table-p1 td {
    font-size: 14px;
  }
  .YKKAP-Table-p1 thead th {
    padding: 20px 10px;
  }
  .YKKAP-Table-p1 tbody th {
    padding: 15px 10px;
  }
  .YKKAP-Table-p1 tbody td {
    padding: 15px 10px;
    text-align: center;
  }
  .YKKAP-Table-p2 th {
    font-size: 16px;
  }
  .YKKAP-Table-p2 td {
    font-size: 14px;
  }
  .YKKAP-Table-p2 thead th {
    padding: 20px 10px;
  }
  .YKKAP-Table-p2 tbody th {
    padding: 15px 10px;
  }
  .YKKAP-Table-p2 tbody td {
    padding: 15px 10px;
    text-align: center;
  }
  .YKKAP-TextXXXL {
    font-size: 28px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextXXL {
    font-size: 22px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextXL {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextL {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextM {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  .YKKAP-TextS {
    font-size: 12px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextSL {
    font-size: 13px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextM-dis {
    font-size: 16px !important;
    line-height: 2 !important;
  }
  .YKKAP-TextS-dis {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextCaption {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
  .topSlider-dots {
    margin-top: 15px;
  }
  .topSlider-dots li {
    margin: 0 0 0 10px;
    width: 30px;
    height: 10px;
  }
  .topSlider-dots li:before {
    width: 33px;
    height: 6px;
    top: 2px;
  }
  .topSlider-dots li.slick-active:before {
    height: 10px;
  }
  .YKKAP-Title1 {
    font-size: 34px;
    line-height: 1.8;
  }
  .YKKAP-Title1Container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .YKKAP-Title1Container__description {
    margin-top: 25px;
  }
  .YKKAP-Title1Container__sub {
    margin-left: 25px;
  }
  .YKKAP-Title1Description {
    font-size: 22px;
    line-height: 1.8;
  }
  .YKKAP-Title2 {
    border-bottom: 1px solid #0084b9;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 1.8;
  }
  .YKKAP-Title3 {
    font-size: 22px;
    line-height: 1.8;
  }
  .YKKAP-Title4 {
    font-size: 16px;
    line-height: 1.8;
  }
	
/* tab */
  .tab-wrap-01 {}

  .tab-wrap-01 * {
    box-sizing: border-box;
  }

  .common-tabs {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
  }

  .common-tabs li {
    margin: 6px 2px 0 0;
  }

  .btn-tab {
    display: table;
    background: #f4f4f4;
    position: relative;
    width: 100%;
    height: 40px;
  }

  .btn-tab .btn-flex-bg {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
  }

  .btn-tab .btn-flex-bg small {
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-weight: bold;
  }

  .btn-tab.active,
  .btn-tab:hover {
    background: #0084b9;
    color: #fff;
  }

  .btn-tab.active .btn-flex-bg,
  .btn-tab:hover .btn-flex-bg {
    color: #fff;
  }

  .btn-tab.active:after {}
  
  .tab-wrap-01 .tab-contents {
    display: none;
  }

  .tab-wrap-01 .tab-contents.active {
    display: block;
  }
}

@media screen and (min-width: 640px) and (max-width: 1000px) {
  .YKKAP-PickupBnr__list .slick-list {
    padding: 0 108px 0 140px;
  }
  .YKKAP-PickupBnr__item {
    margin-right: 32px;
  }
  .YKKAP-PickupBnr .slick-arrow {
    width: 108px;
  }
  .YKKAP-PickupBnr .slick-next::after {
    top: 42px;
  }
  .YKKAP-PickupBnr .slick-prev::after {
    top: 42px;
  }
}

@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .YKKAP-PickupBnr__list .slick-list {
    padding: 0 9.7vw 0 12.9vw;
  }
  .YKKAP-PickupBnr__item {
    margin-right: 3.2vw;
  }
  .YKKAP-PickupBnr .slick-arrow {
    width: 9.7vw;
  }
  .YKKAP-PickupBnr .slick-next::after {
    top: 4vw;
  }
  .YKKAP-PickupBnr .slick-prev::after {
    top: 4vw;
  }
}

@media print, screen and (min-width: 640px) and (min-width: 1280px) {
  .YKKAP-Megadrop.-search-b, .YKKAP-Megadrop.-reform, .YKKAP-Megadrop.-showroom {
    left: -17px;
    width: calc( 100vw + 17px);
  }
}

@media screen and (min-width: 1281px) {
  .YKKAP-PickupBnr__list .slick-list {
    padding: 0 133px 0 169px;
  }
  .YKKAP-PickupBnr__item {
    margin-right: 36px;
  }
  .YKKAP-PickupBnr .slick-arrow {
    width: 133px;
  }
  .YKKAP-PickupBnr .slick-next::after {
    top: 54px;
  }
  .YKKAP-PickupBnr .slick-prev::after {
    top: 54px;
  }
}

@media screen and (max-width: 639px) {
  .YKKAP-Breadcrumb {
    display: none;
  }
  .YKKAP-Container {
    padding: 0 6.66667vw;
  }
  .YKKAP-Container.-GridScrollable {
    width: 100%;
    padding: 0;
  }
  .YKKAP-Content {
    padding-top: 22.66667vw;
    margin-bottom: 26.66667vw;
  }
  .-noFixed-Header .YKKAP-Content {
    padding-top: 0;
  }
  .-noFixed-SpHeader .YKKAP-Content {
    padding-top: 0;
  }
  .YKKAP-Content__inner {
    max-width: 100%;
    min-width: 100%;
  }
  .YKKAP-LocalAnchor {
    margin-top: 6.66667vw;
  }
  .YKKAP-LocalAnchor__list {
    width: calc(100% + 5.6%);
    margin-left: -5.6%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .YKKAP-LocalAnchor__item {
    margin-left: 5.6%;
    width: calc( (100% / 2) - 5.61%);
    font-size: 2.66667vw;
    margin-bottom: 4vw;
  }
  .YKKAP-LocalAnchor__item > a {
    display: block;
    width: 100%;
    padding: 2.66667vw 6.66667vw 2.66667vw 0vw;
    text-align: center;
  }
  .YKKAP-LocalAnchor__item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.33333vw;
    width: 2.66667vw;
    height: 1.6vw;
    background: url(/asset/image/icon_arw_down_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -0.8vw;
  }
  .YKKAP-LocalNav__onlySp {
    display: block !important;
  }
  .YKKAP-LocalNav__heading {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: auto;
    padding: 4.66667vw 5.33333vw;
    color: #fff;
    cursor: pointer;
    position: relative;
    background: #0084b9;
    box-sizing: border-box;
  }
  .YKKAP-LocalNav__heading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_down_lightblue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__heading.YKKAP-Toggle--open::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_up_lightblue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__list-1 {
    display: none;
  }
  .YKKAP-LocalNav__item-1 {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
    margin-top: 3.2vw;
  }
  .YKKAP-LocalNav__item-1 > span,
  .YKKAP-LocalNav__item-1 > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 3.73333vw 10.66667vw 3.73333vw 5.33333vw;
    color: #0084b9;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #0084b9;
    box-sizing: border-box;
  }
  .YKKAP-LocalNav__item-1 > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__item-1 > .-togglable:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__item-1 > .YKKAP-Toggle--open::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_minus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__item-1.-active > a:only-child {
    background-color: #eff8fb;
  }
  .YKKAP-LocalNav__item-2, .YKKAP-LocalNav__item-3 {
    width: 100%;
    margin-top: 1.06667vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .YKKAP-LocalNav__item-2 > a, .YKKAP-LocalNav__item-3 > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 4.4vw 10.66667vw 4.4vw 5.33333vw;
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .YKKAP-LocalNav__item-2 > a:after, .YKKAP-LocalNav__item-3 > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__item-2 > .-togglable:after, .YKKAP-LocalNav__item-3 > .-togglable:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__item-2 > .YKKAP-Toggle--open::after, .YKKAP-LocalNav__item-3 > .YKKAP-Toggle--open::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_minus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNav__item-2.-active > a:only-child, .YKKAP-LocalNav__item-3.-active > a:only-child {
    background-color: #eff8fb;
  }
  .YKKAP-LocalNav__list-2 {
    text-indent: 1em;
  }
  .YKKAP-LocalNav__list-3 {
    text-indent: 1em;
  }
	
	
  /* navi nest */
	.YKKAP-LocalNav__wrap-01 {
	  margin: 0 0 50px;
	}
	
	.YKKAP-LocalNav__low-01 {
	  display: none;
	}
	
	.YKKAP-LocalNav__low-02 {
	  display: none;
	}
  .YKKAP-LocalNavNest__item {
    width: 100%;
    margin-top: 1.06667vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .YKKAP-LocalNavNest__item > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 4.4vw 10.66667vw 4.4vw calc(5.33333vw + 1em);
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .YKKAP-LocalNavNest__item > a.pc {
    display: none;
  }
  .YKKAP-LocalNavNest__item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavNest__item > .-togglable:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavNest__item > .YKKAP-Toggle--open::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_minus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavNest__item.-active > a:only-child {
    background-color: #eff8fb;
  }
  .YKKAP-LocalNavNest__list {
    /*text-indent: 1em;*/
    /*padding-left: 1em;*/
  }

  .YKKAP-LocalNavNest__inner {
    margin-top: 3.2vw;
  }
  .YKKAP-LocalNavNest__label {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 4.4vw 10.66667vw 4.4vw calc(5.33333vw + 1em);
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .YKKAP-LocalNavNest__label.-togglable::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavNest__label.YKKAP-Toggle--open::after {
    background: url(/asset/image/icon_minus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-LocalNavNest__menu {
    display: none;
    /*text-indent: 2em;*/
    /*padding-left: 1em;*/
  }
  .YKKAP-LocalNavNest__menu li {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .YKKAP-LocalNavNest__menu li a span.YKKAP-Icon--arrowBlueRight,
  .YKKAP-LocalNavNest__menu li a span.YKKAP-Icon--window{
    display: none;
  }
  .YKKAP-LocalNavNest__menu li.-active > a {
    background-color: #eff8fb;
  }
  .YKKAP-LocalNavNest__menu a {
    display: block;
    padding: 4.4vw 10.66667vw 4.4vw calc(5.33333vw + 2em);
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .YKKAP-LocalNavNest__menu a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavNest__menu a.-window::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
	
	
	
	
	
  .YKKAP-LocalNavDropdown {
    display: none;
    width: 100%;
    margin-top: 1.06667vw;
    font-size: 3.2vw;
    line-height: 1.2;
    text-indent: 1em;
  }
  .YKKAP-LocalNavDropdown__closeBtn {
    display: none;
  }
  .YKKAP-LocalNavDropdown__item {
    margin-top: 3.2vw;
  }
  .YKKAP-LocalNavDropdown__label {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 4.4vw 10.66667vw 4.4vw 5.33333vw;
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .YKKAP-LocalNavDropdown__label.-togglable::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.66667vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavDropdown__label.YKKAP-Toggle--open::after {
    background: url(/asset/image/icon_minus_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-LocalNavDropdown__menu {
    display: none;
    text-indent: 2em;
  }
  .YKKAP-LocalNavDropdown__menu li {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .YKKAP-LocalNavDropdown__menu li.-active > a {
    background-color: #eff8fb;
  }
  .YKKAP-LocalNavDropdown__menu a {
    display: block;
    padding: 4.4vw 10.66667vw 4.4vw 5.33333vw;
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .YKKAP-LocalNavDropdown__menu a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavDropdown__spLink {
    display: block;
  }
  .YKKAP-LocalNavDropdown__spLink > a {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 4.4vw 10.66667vw 4.4vw 5.33333vw;
    color: #0084b9;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    margin-top: 3.2vw;
  }
  .YKKAP-LocalNavDropdown__spLink > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-LocalNavDropdown__spLink.-active > a {
    background-color: #eff8fb;
  }
  .YKKAP-Cv {
    min-width: 100%;
  }
  .YKKAP-Cv__inner {
    max-width: 100%;
    padding: 0 6.66667vw;
  }
  .YKKAP-CvGrid {
    width: 100%;
  }
  .YKKAP-CvGrid__item {
    width: 100%;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  .YKKAP-CvGrid__item:first-child {
    border-bottom: 1px solid #fff;
  }
  .YKKAP-CvList {
    padding-top: 2vw;
  }
  .YKKAP-CvList__item {
    margin-top: 5.33333vw;
  }
  .YKKAP-CvTitle__icon {
    width: 24vw;
  }
  .YKKAP-CvTitle__title {
    margin-top: 2.66667vw;
    font-size: 5.33333vw;
  }
  .YKKAP-CvTitle__description {
    margin-top: 6.66667vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .YKKAP-Footer {
    min-width: 100%;
  }
  .YKKAP-Footer__inner {
    max-width: 100%;
  }
  .YKKAP-Footer__inner.-footer-en {
    padding: 5.33333vw 6.66667vw;
  }
  .YKKAP-FooterCopyright {
    padding-bottom: 4vw;
    font-size: 2.4vw;
    color: #000;
    text-align: center;
  }
  .YKKAP-FooterNav {
    display: block;
    background: #0084b9;
    padding: 8.66667vw 6.66667vw 12.66667vw 6.66667vw;
    box-sizing: border-box;
  }
  .YKKAP-FooterNav__col {
    width: 100%;
    margin-right: 0;
  }
  .YKKAP-FooterNav__item {
    margin-bottom: 2.26667vw;
    font-size: 3.73333vw;
    line-height: 1;
  }
  .YKKAP-FooterNav__item > span,
  .YKKAP-FooterNav__item > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 4vw 0;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
  }
  .YKKAP-FooterNav__item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-FooterNav__item > a.-link-blank:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-FooterNav__item > span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-FooterNav__item > span.YKKAP-Toggle--open:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_minus_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-FooterNav__item dd {
    font-size: 3.73333vw;
    margin-top: 8vw;
  }
  .YKKAP-FooterNav__item dd li {
    margin-left: 4vw;
    margin-bottom: 5.33333vw;
  }
  .YKKAP-FooterNav__item dd a {
    display: block;
    width: 100%;
    color: #fff !important;
    position: relative;
  }
  .YKKAP-FooterNav__item dd a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-FooterNav__item dd a.-link-blank:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-FooterNav__item .YKKAP-FooterNav__Icon--window {
    display: none;
  }
  .YKKAP-FooterNav__item.-item-pro {
    display: none;
  }
  .YKKAP-FooterNav__item.-item-home {
    display: block;
  }
  .YKKAP-FooterNav__item--child {
    display: none;
  }
  .YKKAP-Pagetop {
    right: 6.4vw;
    bottom: 4.66667vw;
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .YKKAP-Pagetop-end {
    top: -14.66667vw;
  }
  .YKKAP-Sns {
    display: none;
  }
  .YKKAP-Sns-sp {
    background: #fff;
    padding-top: 8vw;
  }
  .YKKAP-Sns-sp__title {
    color: #000;
    font-size: 3.73333vw;
    text-align: center;
  }
  .YKKAP-Sns-sp__list {
    display: flex;
    justify-content: center;
    margin-top: 5.33333vw;
    margin-bottom: 10vw;
  }
  .YKKAP-Sns-sp__item {
    margin-left: 5.33333vw;
    width: 31.7vw;
    margin: 0 auto !important;
  }
  .YKKAP-Sns-sp__item img {
    width: 100%;
  }
  .YKKAP-Sns-sp__item:first-child {
    margin-left: 0;
  }
  .YKKAP-Header {
    position: fixed;
    min-width: 100%;
    height: 18.66667vw;
    z-index: 200;
    color: #000;
    top: 0;
  }
  .-noFixed-Header .YKKAP-Header {
    position: static;
  }
  .-noFixed-SpHeader .YKKAP-Header {
    position: static;
  }
  .YKKAP-Header__inner {
    max-width: 100%;
    padding: 0 5.6vw 0 0;
  }
  .YKKAP-HeaderLink {
    margin-top: 2.8vw;
    padding-top: 3.73333vw;
  }
  .YKKAP-HeaderLink__item {
    margin-left: 5.6vw;
  }
  .YKKAP-HeaderLink__item.YKKAP-HeaderLink--search {
    cursor: pointer;
    width: 6.8vw;
    height: 6.4vw;
    background: url(/asset/image/icon_search_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .-pro .YKKAP-HeaderLink__item.YKKAP-HeaderLink--search {
    background: url(/asset/image/icon_search_pro_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  body.SpGlobalMenuOpen .YKKAP-HeaderLink__item.YKKAP-HeaderLink--search {
    visibility: hidden;
  }
  body.SpGlobalSearchMenuOpen .YKKAP-HeaderLink__item.YKKAP-HeaderLink--search {
    background: url(/asset/image/icon_search_sp.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
  body.SpGlobalSearchMenuOpen .-pro .YKKAP-HeaderLink__item.YKKAP-HeaderLink--search {
    background: url(/asset/image/icon_search_pro_sp.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-HeaderLink__item.YKKAP-HeaderLink--menu {
    cursor: pointer;
    width: 7.33333vw;
    height: 6.4vw;
    background: url(/asset/image/icon_menu_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .-pro .YKKAP-HeaderLink__item.YKKAP-HeaderLink--menu {
    background: url(/asset/image/icon_menu_pro_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  body.SpGlobalMenuOpen .YKKAP-HeaderLink__item.YKKAP-HeaderLink--menu {
    background: url("/asset/image/icon_menu_sp.png") 0 100% no-repeat;
    background-size: 100% auto;
  }
  body.SpGlobalMenuOpen .-pro .YKKAP-HeaderLink__item.YKKAP-HeaderLink--menu {
    background: url("/asset/image/icon_menu_pro_sp.png") 0 100% no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-Header__Logo {
    height: 18.66667vw;
    padding-top: 3.73333vw;
    padding-left: 5.33333vw;
    width: 11.2vw;
  }
  .-pro .YKKAP-Header__Logo {
    width: 50vw;
  }
  .YKKAP-Header__Logo a {
    width: 11.2vw;
    height: 10.66667vw;
    text-indent: 200%;
  }
  .-pro .YKKAP-Header__Logo a {
    width: 11.2vw;
    height: 10.66667vw;
  }
  .YKKAP-Header__Logo-copy {
    width: 33.33333vw;
    height: 10.66667vw;
  }
  .YKKAP-HeaderNav {
    position: absolute;
    top: 18.66667vw;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 200;
    text-align: left;
    display: none;
    -webkit-overflow-scrolling: auto;
  }
  .YKKAP-HeaderNav.YKKAP-HeaderMenu--pc {
    display: none;
  }
  .YKKAP-HeaderNav__block {
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background: #333;
  }
  .YKKAP-HeaderNav__inner {
    width: 100%;
    margin-bottom: 18.66667vw;
    padding: 4vw 6.66667vw 30.66667vw 6.66667vw !important;
    box-sizing: border-box;
  }
  .YKKAP-HeaderNav__list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .YKKAP-HeaderNav__item {
    width: 100%;
    margin-bottom: 2.26667vw;
    font-size: 3.73333vw;
    line-height: 1;
    margin-left: 0px;
  }
  .YKKAP-HeaderNav__item > span,
  .YKKAP-HeaderNav__item > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 4vw 0;
    color: #fff !important;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
  }
  .YKKAP-HeaderNav__item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item > a.-link-blank:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item > a.YKKAP-HeaderNav__Link--window:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item > span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item > span.YKKAP-Toggle--open::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_minus_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item.-item-en > a {
    color: #fff  !important;
  }
  .YKKAP-HeaderNav__item.-item-en > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item__inner {
    display: none;
    padding-top: 6.66667vw;
  }
  .YKKAP-HeaderNav__list02 {
    display: block;
    width: 100%;
    padding-left: 4vw;
    box-sizing: border-box;
  }
  .YKKAP-HeaderNav__item02 {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1;
  }
  .YKKAP-HeaderNav__item02 span,
  .YKKAP-HeaderNav__item02 > a {
    display: block;
    width: 100%;
    padding: 3.33333vw 0;
    color: #fff  !important;
    position: relative;
    cursor: pointer;
  }
  .YKKAP-HeaderNav__item02 > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item02 > a.-link-blank:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item02 span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_plus_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item02 .YKKAP-Toggle--open span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_minus_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item02 dd {
    display: none;
    padding-bottom: 2.66667vw;
  }
  .YKKAP-HeaderNav__list03 {
    display: block;
    width: 100%;
    padding-left: 4vw;
    box-sizing: border-box;
  }
  .YKKAP-HeaderNav__item03 {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1;
  }
  .YKKAP-HeaderNav__item03 span,
  .YKKAP-HeaderNav__item03 > a {
    display: block;
    width: 100%;
    padding: 3.33333vw 0;
    color: #fff  !important;
    position: relative;
  }
  .YKKAP-HeaderNav__item03 > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item03 > a.-link-blank:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderNav__item04 {
    width: 100%;
    margin-bottom: 2.26667vw;
    font-size: 3.73333vw;
    line-height: 1;
    margin-left: 0px;
  }
  .YKKAP-HeaderNav__item04 > span,
  .YKKAP-HeaderNav__item04 > a {
    display: block;
    width: 100%;
    padding: 4vw 0;
    color: #fff  !important;
    position: relative;
  }
  .YKKAP-HeaderNav__item04 > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderLink--business {
    width: 100%;
    background: #fff  !important;
    margin: 6.66667vw auto 0 auto;
  }
  .YKKAP-HeaderLink--business a {
    display: block;
    border: 1px solid #999;
    padding: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1;
    color: #999 !important;
    position: relative;
  }
  .YKKAP-HeaderLink--business a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    width: 3.46667vw;
    height: 3.46667vw;
    background: url(/asset/image/icon_window_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -1.73333vw;
  }
  .YKKAP-HeaderLink--sns {
    width: 100%;
    margin: 8vw auto 0 auto;
  }
  .YKKAP-HeaderLink--sns .YKKAP-HeaderLink--sns__title {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
    color: #fff  !important;
    text-align: center;
  }
  .YKKAP-HeaderLink--sns .YKKAP-HeaderLink--sns__list {
    display: flex;
  }
  .YKKAP-HeaderLink--sns .YKKAP-HeaderLink--sns__item {
    width: 31.7vw;
    margin: 0 auto;
  }
  .YKKAP-HeaderLink--sns .YKKAP-HeaderLink--sns__item img {
    width: 100%;
  }
  .YKKAP-HeaderSearch--pc {
    display: none;
  }
  .YKKAP-HeaderSearch--sp {
    display: none;
    position: absolute;
    top: 18.66667vw;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__inner {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh;
    background: #f5f5f5;
    padding-top: 5.33333vw;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area {
    width: 86.66667vw;
    margin: 0 auto;
    margin-bottom: 18.66667vw;
    padding-bottom: 5.33333vw;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area form input[type="text"] {
    height: 11.6vw;
    width: 86.66667vw;
    padding: 0 18.53333vw 0 4.4vw;
    box-sizing: border-box;
    border: none;
    outline: 0;
    color: #0084b9;
    font-size: 4.26667vw;
    box-sizing: border-box;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area form input::-webkit-input-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 0vw center no-repeat;
    background-size: auto 70%;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area form input:-ms-input-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 0vw center no-repeat;
    background-size: auto 70%;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area form input::placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 0vw center no-repeat;
    background-size: auto 70%;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area form input:-ms-input-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 15px center no-repeat;
    background-size: auto 70%;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch__area form input::-moz-placeholder {
    color: #0084b9;
    background: #fff url(/asset/image/bg_search.png) 15px center no-repeat;
    background-size: auto 60%;
  }
  .YKKAP-HeaderSearch--sp .YKKAP--sitesearch {
    position: relative;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch--btn {
    position: absolute;
    height: 11.6vw;
    width: 18.53333vw;
    right: 0;
    top: 0;
    background: url(/asset/image/btn_search_on.png) 0 0 no-repeat;
    background-size: 100% auto;
    outline: 0;
  }
  .YKKAP-HeaderSearch--sp .YKKAP-HeaderSearch--btn:disabled {
    background: url(/asset/image/btn_search_off.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .YKKAP-AllLink {
    display: block;
    font-size: 3.2vw;
    margin-top: 2.66667vw;
  }
  .YKKAP-pageAnchor {
    margin-top: -18.66667vw;
    padding-top: 18.66667vw;
  }
  .YKKAP-BorderBox {
    padding: 2.66667vw;
  }
  .YKKAP-BorderBox-blue-l {
    padding: 2.66667vw;
  }
  .YKKAP-BorderBox-blue {
    padding: 2.66667vw;
  }
  .YKKAP-Button {
    padding: 5.33333vw 13.33333vw 5.33333vw 5.46667vw;
    font-size: 3.2vw;
  }
  .YKKAP-Button::after {
    right: 5.33333vw;
    margin-top: -1.46667vw;
    width: 7.2vw;
    height: 2.93333vw;
  }
  .YKKAP-Button.-window::after {
    right: 5.33333vw;
    margin-top: -2.66667vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .YKKAP-Media + .YKKAP-Button {
    margin-top: 6.66667vw;
  }
  .YKKAP-Button-blue {
    padding: 5.33333vw 13.33333vw 5.33333vw 5.46667vw;
    font-size: 3.2vw;
  }
  .YKKAP-Button-blue::after {
    right: 5.33333vw;
    margin-top: -1.46667vw;
    width: 7.2vw;
    height: 2.93333vw;
  }
  .YKKAP-Button-white {
    padding: 5.33333vw 13.33333vw 5.33333vw 5.46667vw;
    font-size: 3.2vw;
  }
  .YKKAP-Button-white::after {
    right: 5.33333vw;
    margin-top: -1.46667vw;
    width: 7.2vw;
    height: 4.13333vw;
  }
  .YKKAP-ButtonBackToProductIndex {
    padding: 5.33333vw 13.33333vw 5.33333vw 5.46667vw;
    font-size: 3.2vw;
  }
  .YKKAP-ButtonBackToProductIndex::after {
    right: 5.33333vw;
    margin-top: -1.46667vw;
    width: 7.2vw;
    height: 2.93333vw;
  }
  .YKKAP-Media + .YKKAP-ButtonBackToProductIndex {
    margin-top: 6.66667vw;
  }
  .YKKAP-ButtonWebCatalog {
    display: block;
    width: auto;
    padding: 4.8vw 10.66667vw 4.8vw 3.73333vw;
    font-size: 3.2vw;
  }
  .YKKAP-ButtonWebCatalog::after {
    right: 3.73333vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .YKKAP-ButtonWebCatalog + .YKKAP-ButtonWebCatalog {
    margin-top: 2.66667vw;
  }
  .YKKAP-Card__img.-imgWidthAuto img {
    width: 100%;
  }
  .YKKAP-Card__title {
    margin-top: 4vw;
  }
  .YKKAP-Card__description {
    margin-top: 2.66667vw;
  }
  .YKKAP-ColoredSection {
    padding: 13.33333vw 0;
  }
  .YKKAP-Grid {
    display: block;
  }
  .-GridScrollable > .YKKAP-Grid {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    box-sizing: border-box;
    padding-bottom: 5px;
  }
  .-GridSpHalf > .YKKAP-Grid {
    margin-left: -5.6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .YKKAP-Grid--col2 > .YKKAP-Grid__item {
    width: 100%;
  }
  .YKKAP-Grid--col2 .YKKAP-Grid--col2 > .YKKAP-Grid__item {
    width: 100%;
  }
  .YKKAP-Grid--col3 > .YKKAP-Grid__item {
    width: 100%;
  }
  .-GridScrollable > .YKKAP-Grid--col3 > .YKKAP-Grid__item {
    flex: 0 0 60%;
    padding: 0 2.26667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col3 > .YKKAP-Grid__item:first-child {
    padding-left: 6.66667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col3 > .YKKAP-Grid__item:last-child {
    padding-right: 6.66667vw;
  }
  .YKKAP-Grid--col4 > .YKKAP-Grid__item {
    width: 100%;
  }
  .-GridScrollable > .YKKAP-Grid--col4 > .YKKAP-Grid__item {
    flex: 0 0 60%;
    padding: 0 2.26667vw;
  }
  .-GridSpHalf > .YKKAP-Grid--col4 > .YKKAP-Grid__item {
    margin-left: 5.6%;
    width: calc( (100% / 2) - 5.61%);
    box-sizing: border-box;
  }
  .-GridScrollable > .YKKAP-Grid--col4 > .YKKAP-Grid__item:first-child {
    padding-left: 6.66667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col4 > .YKKAP-Grid__item:last-child {
    padding-right: 6.66667vw;
  }
  .YKKAP-Grid--col5 > .YKKAP-Grid__item {
    width: 100%;
  }
  .-GridScrollable > .YKKAP-Grid--col5 > .YKKAP-Grid__item {
    flex: 0 0 60%;
    padding: 0 2.26667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col5 > .YKKAP-Grid__item:first-child {
    padding-left: 6.66667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col5 > .YKKAP-Grid__item:last-child {
    padding-right: 6.66667vw;
  }
  .YKKAP-Grid--col6 > .YKKAP-Grid__item {
    width: 100%;
  }
  .-GridScrollable > .YKKAP-Grid--col6 > .YKKAP-Grid__item {
    flex: 0 0 60%;
    padding: 0 2.26667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col6 > .YKKAP-Grid__item:first-child {
    padding-left: 6.66667vw;
  }
  .-GridScrollable > .YKKAP-Grid--col6 > .YKKAP-Grid__item:last-child {
    padding-right: 6.66667vw;
  }
  .YKKAP-Grid__item + .YKKAP-Grid__item {
    margin-top: 5.33333vw;
  }
  .-GridScrollable .YKKAP-Grid__item + .YKKAP-Grid__item {
    margin-top: 0vw;
  }
  .-GridSpHalf .YKKAP-Grid__item:nth-child(2) {
    margin-top: 0vw;
  }
  .YKKAP-Icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.33333vw;
  }
  .YKKAP-TextL .YKKAP-Icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.33333vw;
  }
  .YKKAP-TextM .YKKAP-Icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.33333vw;
  }
  .YKKAP-TextS .YKKAP-Icon {
    width: 2.93333vw;
    height: 2.93333vw;
    margin-left: 1.33333vw;
  }
  .YKKAP-Icon--window {
    height: 3.73333vw !important;
  }
  .YKKAP-TextS .YKKAP-Icon--window {
    height: 3.2vw !important;
  }
  .YKKAP-Icon--windowBlack {
    height: 3.73333vw !important;
  }
  .YKKAP-TextS .YKKAP-Icon--windowBlack {
    height: 3.2vw !important;
  }
  .YKKAP-Icon--windowwhite {
    height: 3.73333vw !important;
  }
  .YKKAP-TextS .YKKAP-Icon--windowwhite {
    height: 3.2vw !important;
  }
  .icon-external:after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .YKKAP-Link-OtherPage {
    display: block;
  }
  .YKKAP-Link-OtherPage__item {
    margin-top: 5.33333vw;
  }
  .YKKAP-MainVisual {
    padding: 0;
  }
  .YKKAP-MainVisual2col__img_pc {
    display: none;
  }
  .YKKAP-Media {
    flex-direction: column;
  }
  .YKKAP-Media.-ltr {
    flex-direction: column-reverse;
  }
  .YKKAP-Media__img {
    width: 100%;
    min-height: 0%;
  }
  .-rtl > .YKKAP-Media__img {
    margin-top: 5.33333vw;
  }
  .YKKAP-Media__text {
    width: 100%;
    margin-top: 5.33333vw;
    min-height: 0;
  }
  .YKKAP-Newproduct {
    margin-bottom: -1.33333vw !important;
    font-size: 3.73333vw;
  }
  .YKKAP-PickupBnr__list .slick-list {
    padding: 0 17.3%;
  }
  .YKKAP-PickupBnr__item {
    width: calc( 100% - 4.8vw);
    margin-right: 4.8vw;
  }
  .YKKAP-Related {
    margin-left: -5.6%;
    display: flex;
    flex-wrap: wrap;
  }
  .YKKAP-Related > .YKKAP-Grid__item {
    width: calc( (100% / 2) - 5.61%);
    margin-left: 5.6%;
  }
  .YKKAP-Related > .YKKAP-Grid__item:nth-child(2) {
    margin-top: 0vw;
  }
  .YKKAP--pc {
    display: none !important;
  }
  .YKKAP--sp {
    display: inline-block !important;
  }
  .YKKAP-Rhythm-5 {
    margin-top: 0.66667vw !important;
  }
  .YKKAP-Rhythm-10 {
    margin-top: 1.33333vw !important;
  }
  .YKKAP-Rhythm-15 {
    margin-top: 2vw !important;
  }
  .YKKAP-Rhythm-20 {
    margin-top: 2.66667vw !important;
  }
  .YKKAP-Rhythm-25 {
    margin-top: 3.33333vw !important;
  }
  .YKKAP-Rhythm-30 {
    margin-top: 4vw !important;
  }
  .YKKAP-Rhythm-35 {
    margin-top: 4.66667vw !important;
  }
  .YKKAP-Rhythm-40 {
    margin-top: 5.33333vw !important;
  }
  .YKKAP-Rhythm-45 {
    margin-top: 6vw !important;
  }
  .YKKAP-Rhythm-50 {
    margin-top: 6.66667vw !important;
  }
  .YKKAP-Rhythm-55 {
    margin-top: 7.33333vw !important;
  }
  .YKKAP-Rhythm-60 {
    margin-top: 8vw !important;
  }
  .YKKAP-Rhythm-65 {
    margin-top: 8.66667vw !important;
  }
  .YKKAP-Rhythm-70 {
    margin-top: 9.33333vw !important;
  }
  .YKKAP-Rhythm-75 {
    margin-top: 10vw !important;
  }
  .YKKAP-Rhythm-80 {
    margin-top: 10.66667vw !important;
  }
  .YKKAP-Rhythm-85 {
    margin-top: 11.33333vw !important;
  }
  .YKKAP-Rhythm-90 {
    margin-top: 12vw !important;
  }
  .YKKAP-Rhythm-95 {
    margin-top: 12.66667vw !important;
  }
  .YKKAP-Rhythm-100 {
    margin-top: 13.33333vw !important;
  }
  .YKKAP-Rhythm-d10 {
    margin-bottom: 1.33333vw !important;
  }
  .YKKAP-Rhythm-d20 {
    margin-bottom: 2.66667vw !important;
  }
  .YKKAP-Rhythm-d30 {
    margin-bottom: 4vw !important;
  }
  .YKKAP-Rhythm-d40 {
    margin-bottom: 5.33333vw !important;
  }
  .YKKAP-Rhythm-d50 {
    margin-bottom: 6.66667vw !important;
  }
  .YKKAP-Rhythm-d60 {
    margin-bottom: 8vw !important;
  }
  .YKKAP-Rhythm-d70 {
    margin-bottom: 9.33331vw !important;
  }
  .YKKAP-Rhythm-d80 {
    margin-bottom: 10.66667vw !important;
  }
  .YKKAP-Rhythm-d90 {
    margin-bottom: 12vw !important;
  }
  .YKKAP-Rhythm-d100 {
    margin-bottom: 13.33333vw !important;
  }
  .YKKAP-Table th {
    padding: 2vw;
  }
  .YKKAP-Table td {
    padding: 2vw;
  }
  .YKKAP-Table-p1 th {
    font-size: 3.2vw;
  }
  .YKKAP-Table-p1 td {
    font-size: 2.66667vw;
  }
  .YKKAP-Table-p1 thead th {
    padding: 2.66667vw 1.33333vw;
  }
  .YKKAP-Table-p1 tbody th {
    padding: 1.33333vw 1.33333vw;
  }
  .YKKAP-Table-p1 tbody td {
    padding: 1.33333vw 1.33333vw;
  }
  .YKKAP-Table-p2 th {
    font-size: 3.2vw;
  }
  .YKKAP-Table-p2 td {
    font-size: 2.66667vw;
  }
  .YKKAP-Table-p2 thead th {
    padding: 2.66667vw 1.33333vw;
  }
  .YKKAP-Table-p2 tbody th {
    padding: 1.33333vw 1.33333vw;
  }
  .YKKAP-Table-p2 tbody td {
    padding: 1.33333vw 1.33333vw;
  }
  .YKKAP-TextXXXL {
    font-size: 6.4vw !important;
    line-height: 1.6 !important;
  }
  .YKKAP-TextXXL {
    font-size: 5.86667vw !important;
    line-height: 1.6 !important;
  }
  .YKKAP-TextXL {
    font-size: 4.8vw !important;
    line-height: 1.6 !important;
  }
  .YKKAP-TextL {
    font-size: 4.26667vw !important;
    line-height: 1.6 !important;
  }
  .YKKAP-TextM {
    font-size: 3.73333vw !important;
    line-height: 2 !important;
  }
  .YKKAP-TextSL {
    font-size: 3.6vw !important;
    line-height: 2 !important;
  }
  .YKKAP-TextS {
    font-size: 3.2vw !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextM-dis {
    font-size: 3.73333vw !important;
    line-height: 2 !important;
  }
  .YKKAP-TextS-dis {
    font-size: 3.2vw !important;
    line-height: 1.8 !important;
  }
  .YKKAP-TextCaption {
    font-size: 3.2vw !important;
    line-height: 1.8 !important;
  }
  .topSlider-dots {
    margin-top: 6.66667vw;
  }
  .topSlider-dots li {
    margin: 0 0 0 2.66667vw;
    width: 8vw;
    height: 2.13333vw;
  }
  .topSlider-dots li:before {
    width: 8vw;
    height: 1.06667vw;
    top: 0.53333vw;
  }
  .topSlider-dots li.slick-active:before {
    height: 2.13333vw;
  }
  .YKKAP-Title1 {
    font-size: 6.66667vw;
    line-height: 1.6;
  }
  .YKKAP-Title1Container {
    display: block;
    margin-top: 6.66667vw;
  }
  .YKKAP-Title1Container__description {
    margin-top: 1.33333vw;
  }
  .YKKAP-Title1Container__sub {
    margin-top: 6.66667vw;
  }
  .YKKAP-Title1Description {
    font-size: 5.33333vw;
    line-height: 1.6;
  }
  .YKKAP-Title2 {
    border-bottom: 2px solid #0084b9;
    padding-bottom: 2vw;
    font-size: 6.4vw;
    line-height: 1.6;
  }
  .YKKAP-Title3 {
    font-size: 5.86667vw;
    line-height: 1.6;
  }
  .YKKAP-Title4 {
    font-size: 4.26667vw;
    line-height: 1.6;
  }
  
  /* tab */
  .common-tabs {
    margin: 0 0 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .common-tabs li {
    width: 49.5%;
	  min-height: 8vw ;
    margin: 6px 0 0;
  }
  .btn-tab {
    display: table;
    background: #f4f4f4;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .btn-tab .btn-flex-bg {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 2.66vw;
    line-height: 1.2;
    color: #666;
  }
  .btn-tab .btn-flex-bg small {
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-weight: bold;
  }
  .btn-tab.active,
  .btn-tab:hover {
    background: #0084b9;
    color: #fff;
  }
  .btn-tab.active .btn-flex-bg,
  .btn-tab:hover .btn-flex-bg {
    color: #fff;
  }
  .btn-tab.active:after {}
  .tab-wrap-01 .tab-contents {
    display: none;
  }

  .tab-wrap-01 .tab-contents.active {
    display: block;
  }
}
