.YKKAP-HomeAllLink {
  color: #0084b9;
  display: inline-block;
}

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

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

.YKKAP-HomeButtom-All {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 0;
}

.YKKAP-HomeEmargencyIcon {
  position: relative;
}

.YKKAP-HomeEmargencyIcon.-Product {
  display: inline-block;
  background: url(/asset_home/image/icon_product.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
}

.YKKAP-HomeEmargencyNews {
  position: relative;
  line-height: 1.7;
}

.YKKAP-HomeEmargencyNews:before, .YKKAP-HomeEmargencyNews:after {
  content: "";
  display: table;
}

.YKKAP-HomeEmargencyNews:after {
  clear: both;
}

.YKKAP-HomeEmargencyNews__date {
  color: #f17f88;
  clear: both;
}

.YKKAP-HomeEmargencyNews__text {
  color: #e30012;
}

.YKKAP-HomeEmargencyNews__text a {
  color: #e30012;
}

.YKKAP-HomeFind {
  position: relative;
  box-sizing: border-box;
  background: #d3eaf7;
}

.YKKAP-HomeFind a {
  display: block;
}

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

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

.YKKAP-HomeFind__text {
  color: #0084b9;
  line-height: 1.7;
}

.YKKAP-HomeFun {
  background-size: cover;
}

.YKKAP-HomeFun__title {
  color: #fff;
  border-bottom-color: #fff;
}

.YKKAP-HomeFun__text {
  color: #fff;
  line-height: 1.8;
}

.YKKAP-HomeLineup {
  background: #ffffff;
}

.YKKAP-HomeLineup.-blue {
  background: #e5f3f8;
}

.YKKAP-HomeLineup__item {
  width: 100%;
  position: relative;
  text-align: center;
}

.YKKAP-HomeLineup__img {
  margin: 0 auto;
}

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

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

.YKKAP-HomeLogo {
  position: absolute;
  z-index: 1;
}

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

.YKKAP-HomeMovie-pc {
  background: #fff;
}

.YKKAP-HomeNews .tpl-style-date-list {
  position: relative;
  line-height: 1.7;
}

.YKKAP-HomeNews .tpl-style-date-list:before, .YKKAP-HomeNews .tpl-style-date-list:after {
  content: "";
  display: table;
}

.YKKAP-HomeNews .tpl-style-date-list:after {
  clear: both;
}

.YKKAP-HomeNews .tpl-style-date-list dt {
  height: auto !important;
  color: #999;
  clear: both;
}

.YKKAP-HomeNews .tpl-style-date-list dd {
  height: auto !important;
  color: #0084b9;
}

.YKKAP-HomeNews .tpl-style-date-list dd a {
  color: #0084b9;
}

.YKKAP-HomeScroll {
  position: absolute;
  z-index: 1;
  color: #0084ba;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.YKKAP-HomeScroll span {
  position: absolute;
}

.YKKAP-HomeSlider {
  width: 100%;
}

.YKKAP-HomeWish {
  background: #f4f4f4;
  display: flex;
}

.YKKAP-HomeWish__title {
  color: #000;
}

@media print, screen and (min-width: 640px) {
  .YKKAP-HomeAllLink {
    font-size: 12px;
    margin-left: 20px;
  }
  .YKKAP-HomeAllLink:hover {
    opacity: 0.6;
  }
  .YKKAP-HomeButton {
    padding: 13px 40px 13px 14px;
    font-size: 14px;
  }
  .YKKAP-HomeButton::after {
    right: 14px;
    margin-top: -4px;
    width: 19px;
    height: 11px;
  }
  .YKKAP-HomeButton::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-HomeButton:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .YKKAP-HomeEmargencyIcon {
    margin-right: 15px;
  }
  .YKKAP-HomeEmargencyIcon.-Product {
    vertical-align: -3px;
    width: 90px;
    height: 19px;
  }
  .YKKAP-HomeEmargencyNews__date {
    float: left;
    width: 121px;
    font-size: 14px;
  }
  .YKKAP-HomeEmargencyNews__text {
    float: left;
    width: calc(100% - 121px);
    font-size: 14px;
    margin-bottom: 20px;
  }
  .YKKAP-HomeEmargencyNews__text a:hover {
    opacity: 0.6;
  }
  .YKKAP-HomeEmargencyNews__new {
    display: inline-block;
    width: 50px;
    margin-right: 15px;
    vertical-align: -4px;
  }
  .YKKAP-HomeEmargencyNews__date > .YKKAP-HomeEmargencyNews__new {
    display: none;
  }
  .YKKAP-HomeEmargencyNews .YKKAP-HomeEmargencyNews__date .YKKAP-HomeEmargencyIcon {
    display: none;
  }
  .YKKAP-HomeFind__item {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .YKKAP-HomeFind__img {
    margin: 0 auto;
    width: 80px;
  }
  .YKKAP-HomeFind__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .YKKAP-HomeFun {
    min-width: 1080px;
    padding: 50px 0 60px;
    background-image: url(/asset_home/image/bg_fun_window_pc.jpg);
    background-position: center bottom;
  }
  .YKKAP-HomeFun__text {
    margin-bottom: 80px;
    font-size: 16px;
  }
  .YKKAP-HomeLineup:nth-child(n+5) {
    margin-top: 3.2% !important;
  }
  .YKKAP-HomeLineup__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .YKKAP-HomeLineup__item.-twoLine {
    padding-bottom: 13px;
  }
  .YKKAP-HomeLineup__img {
    width: 80px;
  }
  .YKKAP-HomeLineup__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .-twoLine .YKKAP-HomeLineup__text {
    margin-top: 6px;
  }
  .YKKAP-HomeLogo {
    bottom: 50px;
    right: 50px;
    width: 212px;
  }
  .YKKAP-HomeMovie-pc {
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 1080px;
    height: 590px;
    height: calc( 100vh - 134px);
    overflow: hidden;
    box-sizing: border-box;
  }
  .YKKAP-HomeMovie-pc video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    height: calc( 54.462962vh - 134px);
  }
  .YKKAP-HomeMovie-sp {
    display: none;
  }
  .YKKAP-HomeNews .tpl-style-date-list dt {
    float: left;
    width: 121px;
    font-size: 14px;
  }
  .YKKAP-HomeNews .tpl-style-date-list dd {
    float: left;
    width: calc(100% - 121px);
    font-size: 14px;
    margin-bottom: 20px;
  }
  .YKKAP-HomeNews .tpl-style-date-list dd a:hover {
    opacity: 0.6;
  }
  .YKKAP-HomeRelated > .YKKAP-Grid__item {
    width: calc( (100% / 6) - 3.21%);
  }
  .YKKAP-HomeRelated > .YKKAP-Grid__item:nth-child(n+7) {
    margin-top: 30px;
  }
  .YKKAP-HomeScroll {
    bottom: 48px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .YKKAP-HomeScroll span {
    top: 20px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-left: 1px solid #0084ba;
    border-bottom: 1px solid #0084ba;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sda 2s infinite;
    animation: sda 2s infinite;
    box-sizing: border-box;
  }
  @keyframes sda {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
              transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-10px, 10px);
              transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
              transform: rotate(-45deg) translate(0, 0);
    }
  }
  @-webkit-keyframes sda {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  .YKKAP-HomeSlider {
    min-width: 1000px;
  }
  .YKKAP-HomeWish {
    align-items: center;
    padding: 25px;
    font-size: 14px;
  }
  .YKKAP-HomeWish__title {
    margin-right: 3em;
  }
  .YKKAP-HomeWish__list {
    display: flex;
  }
  .YKKAP-HomeWish__item {
    margin-right: 3em;
    font-size: 14px;
  }
  .YKKAP-HomeWish__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .YKKAP-HomeLogo {
    bottom: 50px;
    right: 50%;
    width: 212px;
    margin-right: -600px;
  }
}

@media screen and (max-width: 639px) {
  .YKKAP-HomeAllLink {
    font-size: 3.2vw;
    margin-left: 6.66667vw;
  }
  .YKKAP-HomeButton {
    padding: 5.33333vw 13.33333vw 5.33333vw 5.46667vw;
    font-size: 3.2vw;
  }
  .YKKAP-HomeButton::after {
    right: 5.33333vw;
    margin-top: -1.46667vw;
    width: 7.2vw;
    height: 4.13333vw;
  }
  .YKKAP-Media + .YKKAP-HomeButton {
    margin-top: 6.66667vw;
  }
  .YKKAP-HomeEmargencyIcon {
    margin-left: 3.33333vw;
  }
  .YKKAP-HomeEmargencyIcon.-Product {
    vertical-align: -0.93333vw;
    width: 24vw;
    height: 5.2vw;
  }
  .YKKAP-HomeEmargencyNews__date {
    width: 100%;
    font-size: 3.73333vw;
  }
  .YKKAP-HomeEmargencyNews__text {
    width: 100%;
    font-size: 3.73333vw;
    margin-bottom: 5.06667vw;
  }
  .YKKAP-HomeEmargencyNews__new {
    display: inline;
    width: 13.46667vw;
    margin-left: 3.33333vw;
    vertical-align: -4px;
  }
  .YKKAP-HomeEmargencyNews__text .YKKAP-HomeEmargencyNews__new {
    display: none;
  }
  .YKKAP-HomeEmargencyNews .YKKAP-HomeIconNew {
    margin-right: 0;
    margin-left: 3.33333vw;
  }
  .YKKAP-HomeEmargencyNews .YKKAP-HomeEmargencyNews__text .YKKAP-HomeEmargencyIcon {
    display: none;
  }
  .YKKAP-HomeFind__item {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .YKKAP-HomeFind__img {
    box-sizing: border-box;
    width: 20vw;
    padding: 4vw;
  }
  .YKKAP-HomeFind__text {
    box-sizing: border-box;
    width: calc( 100% - 20vw);
    padding: 4vw 6.66667vw 4vw 0;
    font-size: 3.73333vw;
  }
  .YKKAP-HomeFun {
    padding: 9.33333vw 0 10.66667vw;
    background-image: url(/asset_home/image/bg_fun_window_sp.jpg);
    background-position: center bottom;
  }
  .YKKAP-HomeFun__text {
    margin-bottom: 16vw;
    font-size: 4.26667vw;
  }
  .YKKAP-HomeLineup__item {
    padding-top: 3.06667vw;
    padding-bottom: 3.06667vw;
  }
  .YKKAP-HomeLineup__img {
    width: 12vw;
  }
  .YKKAP-HomeLineup__text {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
  }
  .YKKAP-HomeLogo {
    bottom: 18.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33.33333vw;
    height: 9.06667vw;
  }
  .YKKAP-Content.-home {
    padding-top: 18.66667vw;
  }
  .YKKAP-HomeMovie-pc {
    display: none;
  }
  .YKKAP-HomeMovie-sp {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 115.73333vw;
    height: calc( 100vh - 22vw);
    overflow: hidden;
    box-sizing: border-box;
  }
  .YKKAP-HomeMovie-sp video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .YKKAP-HomeNews .tpl-style-date-list dt {
    width: 100%;
    font-size: 3.73333vw;
  }
  .YKKAP-HomeNews .tpl-style-date-list dd {
    width: 100%;
    font-size: 3.73333vw;
    margin-bottom: 5.06667vw;
  }
  .YKKAP-HomeRelated {
    margin-left: -5.6%;
    display: flex;
    flex-wrap: wrap;
  }
  .YKKAP-HomeRelated > .YKKAP-Grid__item {
    width: calc( (100% / 2) - 5.61%);
    margin-left: 5.6%;
  }
  .YKKAP-HomeRelated > .YKKAP-Grid__item:nth-child(2) {
    margin-top: 0vw;
  }
  .YKKAP-HomeScroll {
    bottom: 8.66667vw;
    font-size: 2.66667vw;
    letter-spacing: 2px;
  }
  .YKKAP-HomeScroll span {
    top: 5.33333vw;
    left: 50%;
    width: 1.33333vw;
    height: 1.33333vw;
    margin-left: -0.66667vw;
    border-left: 1px solid #0084ba;
    border-bottom: 1px solid #0084ba;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sda 2s infinite;
    animation: sda 2s infinite;
    box-sizing: border-box;
  }
  @keyframes sda {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
              transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-1.33333vw, 1.33333vw);
              transform: rotate(-45deg) translate(-1.33333vw, 1.33333vw);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
              transform: rotate(-45deg) translate(0, 0);
    }
  }
  @-webkit-keyframes sda {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-1.33333vw, 1.33333vw);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  .YKKAP-HomeWish {
    flex-direction: column;
    padding: 8vw;
    font-size: 3.2vw;
  }
  .YKKAP-HomeWish__item {
    margin-top: 7.73333vw;
    font-size: 3.2vw;
  }
}
