@charset "UTF-8";
.infinity-brand-body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.infinity-brand-body article,
.infinity-brand-body aside,
.infinity-brand-body details,
.infinity-brand-body figcaption,
.infinity-brand-body figure,
.infinity-brand-body footer,
.infinity-brand-body header,
.infinity-brand-body hgroup,
.infinity-brand-body menu,
.infinity-brand-body nav,
.infinity-brand-body section {
  display: block;
}
.infinity-brand-body body {
  line-height: 1;
}
.infinity-brand-body ol,
.infinity-brand-body ul {
  list-style: none;
}
.infinity-brand-body blockquote,
.infinity-brand-body q {
  quotes: none;
}
.infinity-brand-body blockquote:before,
.infinity-brand-body blockquote:after {
  content: "";
  content: none;
}
.infinity-brand-body q:before,
.infinity-brand-body q:after {
  content: "";
  content: none;
}
.infinity-brand-body table {
  border-collapse: collapse;
  border-spacing: 0;
}
.infinity-brand-body .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.infinity-brand-body .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.infinity-brand-body .slick-list:focus {
  outline: none;
}
.infinity-brand-body .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.infinity-brand-body .slick-slider .slick-track,
.infinity-brand-body .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.infinity-brand-body .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.infinity-brand-body .slick-track:before,
.infinity-brand-body .slick-track:after {
  content: "";
  display: table;
}
.infinity-brand-body .slick-track:after {
  clear: both;
}
.infinity-brand-body .slick-loading .slick-track {
  visibility: hidden;
}
.infinity-brand-body .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.infinity-brand-body [dir=rtl] .slick-slide {
  float: right;
}
.infinity-brand-body .slick-slide img {
  display: block;
}
.infinity-brand-body .slick-slide.slick-loading img {
  display: none;
}
.infinity-brand-body .slick-slide.dragging img {
  pointer-events: none;
}
.infinity-brand-body .slick-initialized .slick-slide {
  display: block;
}
.infinity-brand-body .slick-loading .slick-slide {
  visibility: hidden;
}
.infinity-brand-body .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.infinity-brand-body .slick-arrow.slick-hidden {
  display: none;
}
.infinity-brand-body html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}
.infinity-brand-body body {
  font-size: 100%;
  color: #000;
  background: #000;
}
.infinity-brand-body .yugo-m {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
.infinity-brand-body .acc_nav {
  display: none;
}
.infinity-brand-body .w-100 {
  width: 100%;
  vertical-align: bottom;
}
.infinity-brand-body .col {
  width: 100%;
}
.infinity-brand-body .sections {
  position: relative;
}
.infinity-brand-body .contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.infinity-brand-body .is-fixNavi .contents {
  padding-top: 50px;
}
.infinity-brand-body .underlayer .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .underlayer .wrap {
    padding-top: 50px;
  }
}
.infinity-brand-body .pc {
  display: block;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .pc {
    display: none;
  }
}
.infinity-brand-body .tb-sp {
  display: none;
}
@media all and (max-width: 1200px) {
  .infinity-brand-body .tb-sp {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .tb-sp {
    display: block;
  }
}
.infinity-brand-body .sp {
  display: none;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .sp {
    display: block;
  }
}
.infinity-brand-body a {
  text-decoration: none;
}
.infinity-brand-body a:hover {
  text-decoration: none;
}
.infinity-brand-body .hover-alpha {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.infinity-brand-body .hover-alpha:hover {
  opacity: 0.5;
}
.infinity-brand-body .is-MobileOS .hover-alpha:hover {
  opacity: 1;
}
.infinity-brand-body .hover-scale-c .target {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.infinity-brand-body .hover-scale-c:hover .target {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.infinity-brand-body .is-MobileOS .hover-scale-c:hover .target {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.infinity-brand-body .main-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/infinity/brand/resources/images/home_2019/bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: bgroop 100s linear infinite;
  animation: bgroop 100s linear infinite;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .main-wrap {
    background-image: url("/infinity/brand/resources/images/home_2019/sp/bg.jpg");
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: 0 0;
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3344px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3344px 0;
  }
}
.infinity-brand-body .icon-newwindow {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.infinity-brand-body .icon-newwindow::before {
  content: url("/infinity/brand/resources/images/home/icon_newwindow.png?1531905219");
}
.infinity-brand-body .icon-newwindow_bnr {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/infinity/brand/resources/images/home_2019/icon-newwindow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.infinity-brand-body .icon-newwindow-sky {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/infinity/brand/resources/images/home_2019/icon-newwindow_sky.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.infinity-brand-body .icon-link-black {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/infinity/brand/resources/images/home_2019/icon-link-black.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.infinity-brand-body .icon-link-gray {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/infinity/brand/resources/images/home_2019/icon-link-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.infinity-brand-body .icon-link-orenge {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/infinity/brand/resources/images/home_2019/icon-link-orenge.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.infinity-brand-body .font-minchyo {
  font-family: "A1明朝", "A1 Mincho";
}
.infinity-brand-body .motion-box {
  position: relative;
  opacity: 0;
}
.infinity-brand-body .common-wrap .btn-more {
  position: relative;
  background: #fff;
  width: 200px;
  height: 50px;
  margin: 30px 0 0;
  border-radius: 50px;
  display: block;
  line-height: 1;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .common-wrap .btn-more {
    margin: 30px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    width: 120px;
    height: 30px;
  }
}
.infinity-brand-body .common-wrap .btn-more__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 2px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .common-wrap .btn-more__text {
    margin-top: 0;
  }
}
.infinity-brand-body .common-wrap .btn-more img {
  width: 24.5%;
  vertical-align: middle;
}
.infinity-brand-body .common-wrap .btn-more-top {
  width: 280px;
  margin: 30px auto 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .common-wrap .btn-more-top {
    width: 164px;
    height: 38px;
  }
}
.infinity-brand-body .common-wrap .btn-more-top .btn-more__text {
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .common-wrap .btn-more-top .btn-more__text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.infinity-brand-body .common-wrap .text-vollkorn {
  font-family: "Vollkorn", serif;
}
.infinity-brand-body .cat-home .color-black {
  color: #000 !important;
}
.infinity-brand-body .cat-home .main-wrap {
  width: 100%;
}
.infinity-brand-body .cat-home .main-contents {
  width: 88.23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 11.02941vw;
  display: none;
  color: #fff;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .main-contents {
    width: 87.5vw;
    margin: 0 auto;
    padding-bottom: 17.96875vw;
  }
}
.infinity-brand-body .cat-home .main-contents a {
  color: #fff;
}
.infinity-brand-body .cat-home .main-contents a:hover {
  color: #fff;
}
.infinity-brand-body .cat-home .main-contents a:visited {
  color: #fff;
}
.infinity-brand-body .cat-home .main-contents.harf-bnr {
  max-width: 1000px;
  padding-top: 3.67647vw;
  padding-bottom: 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .main-contents.harf-bnr {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .main-contents.harf-bnr .harf-box {
  margin-bottom: 3.67647vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .main-contents.harf-bnr .harf-box {
    margin-bottom: 7.8125vw;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .main-contents.harf-bnr .harf-box:last-child {
    margin-bottom: 0;
  }
}
.infinity-brand-body .cat-home .top-carousel {
  position: relative;
  overflow: hidden;
}
.infinity-brand-body .cat-home .top-carousel .category-title {
  color: #fff;
  margin-bottom: 50px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel .category-title {
    margin-bottom: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .top-carousel__ul {
  width: 91.17%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.infinity-brand-body .cat-home .top-carousel__ul.active {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__ul {
    width: 100%;
  }
}
.infinity-brand-body .cat-home .top-carousel__ul.h-2em .top-carousel__name {
  height: 2em;
  min-height: 20px;
}
.infinity-brand-body .cat-home .top-carousel__ul.h-3em .top-carousel__name {
  height: 3em;
  min-height: 30px;
}
.infinity-brand-body .cat-home .top-carousel__ul.h-4em .top-carousel__name {
  height: 4em;
  min-height: 40px;
}
.infinity-brand-body .cat-home .top-carousel__ul.h-5em .top-carousel__name {
  height: 5em;
  min-height: 50px;
}
.infinity-brand-body .cat-home .top-carousel__ul.h-5em .top-carousel__name {
  height: 6em;
  min-height: 60px;
}
.infinity-brand-body .cat-home .top-carousel__li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.infinity-brand-body .cat-home .top-carousel__li a {
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.infinity-brand-body .cat-home .top-carousel__li a:visited {
  color: #fff;
}
.infinity-brand-body .cat-home .top-carousel__li a:hover {
  opacity: 0.5;
}
.infinity-brand-body .is-MobileOS .cat-home .top-carousel__li a:hover {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__li {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.infinity-brand-body .cat-home .top-carousel__frame {
  width: 87.09%;
  background-color: #121212;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2.20588vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__frame {
    width: 52.65625vw;
    padding-bottom: 6.25vw;
  }
}
.infinity-brand-body .cat-home .top-carousel__ph {
  margin-bottom: 2.20588vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__ph {
    padding-bottom: 6.25vw;
  }
}
.infinity-brand-body .cat-home .top-carousel__col {
  text-align: center;
}
.infinity-brand-body .cat-home .top-carousel__day {
  font-size: 0.88235vw;
  margin-bottom: 1.10294vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__day {
    font-size: 2.34375vw;
    margin-bottom: 3.125vw;
  }
}
.infinity-brand-body .cat-home .top-carousel__name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.02941vw;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__name {
    font-size: 2.65625vw;
  }
}
.infinity-brand-body .cat-home .top-carousel__detail,
.infinity-brand-body .cat-home .top-emergency__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.20588vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__detail,
  .infinity-brand-body .cat-home .top-emergency__btn {
    margin-top: 5.46875vw;
  }
}
.infinity-brand-body .cat-home .top-carousel__detail button,
.infinity-brand-body .cat-home .top-carousel__detail a,
.infinity-brand-body .cat-home .top-emergency__btn button,
.infinity-brand-body .cat-home .top-emergency__btn a {
  font-size: 0.88235vw;
  color: #000;
  width: 51.85%;
  height: 2.57353vw;
  background-color: #fff;
  border-radius: 1.83824vw;
  min-width: 80px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__detail button,
  .infinity-brand-body .cat-home .top-carousel__detail a,
  .infinity-brand-body .cat-home .top-emergency__btn button,
  .infinity-brand-body .cat-home .top-emergency__btn a {
    font-size: 2.65625vw;
    width: 27.34375vw;
    height: 6.875vw;
    border-radius: 4.375vw;
  }
}
.infinity-brand-body .cat-home .top-emergency__btn {
  margin-top: 40px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-emergency__btn {
    margin-top: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .top-emergency__btn a.top-emergency__btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-emergency__btn a.top-emergency__btn_link {
    font-size: 2.1875vw;
    width: 43.75vw;
    height: 7.8125vw;
    border-radius: 3.90625vw;
  }
}
.infinity-brand-body .cat-home .top-emergency__btn a.top-emergency__btn_link:hover {
  opacity: 0.5;
}
.infinity-brand-body .cat-home .top-carousel__arrow {
  position: absolute;
  width: 2.79412vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .top-carousel__arrow {
    display: none;
  }
}
.infinity-brand-body .cat-home .top-carousel__arrow--left {
  left: 0;
}
.infinity-brand-body .cat-home .top-carousel__arrow--right {
  right: 0;
}
.infinity-brand-body .cat-home .philosophy-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  padding: 8.82353vw 0 2.94118vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .philosophy-box {
    padding: 14.84375vw 0 0;
  }
}
.infinity-brand-body .cat-home .philosophy-box.motionComplete {
  visibility: visible;
}
.infinity-brand-body .cat-home .philosophy-logo {
  position: relative;
  margin: 0 auto;
  width: 15.73%;
  max-width: 214px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .philosophy-logo {
    width: 33.4375vw;
    margin-bottom: 5.46875vw;
  }
}
.infinity-brand-body .cat-home .philosophy-col {
  position: relative;
  margin: 0 auto;
  width: 49.11%;
  max-width: 668px;
  padding-top: 1.47059vw;
}
@media screen and (min-width: 1360px) {
  .infinity-brand-body .cat-home .philosophy-col {
    padding-top: 20px;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .philosophy-col {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.infinity-brand-body .cat-home .philosophy-text {
  position: relative;
  display: block;
  width: 100%;
  max-width: 668px;
  margin-top: 2.94118vw;
}
@media screen and (min-width: 1360px) {
  .infinity-brand-body .cat-home .philosophy-text {
    margin-top: 40px;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .philosophy-text {
    width: 100%;
    max-width: 100%;
  }
}
.infinity-brand-body .cat-home .harf {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .harf {
    display: block;
  }
}
.infinity-brand-body .cat-home .harf-box {
  width: 46.66%;
  text-align: center;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .harf-box {
    width: 100%;
  }
}
.infinity-brand-body .cat-home .harf-box__center {
  margin: 0 auto;
}
.infinity-brand-body .cat-home .category-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 5.88235vw;
  text-align: center;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1200px) {
  .infinity-brand-body .cat-home .category-title {
    letter-spacing: 0;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .category-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 12.5vw;
    letter-spacing: 0.1em;
  }
}
.infinity-brand-body .cat-home .category-title-topics {
  margin-top: 50px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .category-title-topics {
    margin-top: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .category-title_mincho {
  font-family: "Shippori Mincho", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 30px;
  font-size: 3rem;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .category-title_mincho {
    font-size: 20px;
    font-size: 2rem;
  }
}
.infinity-brand-body .cat-home .contents-box {
  width: 100%;
  margin-top: 2.57353vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .contents-box {
    margin-top: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .products-col__link {
  z-index: 10;
}
.infinity-brand-body .cat-home .products-col {
  position: relative;
  width: 100%;
  margin-top: 2.57353vw;
}
.infinity-brand-body .cat-home .products-col:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.73214%;
}
.infinity-brand-body .cat-home .products-col > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .products-col {
    margin-top: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .products-col__topics {
  background-image: url("/infinity/brand/resources/images/home_2019/product_topics_2021.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.infinity-brand-body .cat-home .products-col__topics .title {
  width: 53.75%;
  margin-top: 10.25%;
}
.infinity-brand-body .cat-home .products-col__topics .over .title {
  margin-top: 0;
  width: auto;
  font-size: 30px;
  font-size: 3rem;
}
.infinity-brand-body .cat-home .products-col__attention {
  background-image: url("/infinity/brand/resources/images/home_2019/product_attention.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.infinity-brand-body .cat-home .products-col__attention .over {
  background-repeat: no-repeat;
  background-size: cover;
}
.infinity-brand-body .cat-home .products-col__attention .over .title {
  margin-top: 0;
  width: auto;
  font-size: 30px;
  font-size: 3rem;
}
.infinity-brand-body .cat-home .products-col__prestigious {
  background-image: url("/infinity/brand/resources/images/home_2019/product_prestigious.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.infinity-brand-body .cat-home .products-col__prestigious .title {
  width: 53.75%;
  margin-top: 10.25%;
}
.infinity-brand-body .cat-home .products-col__prestigious .over .title {
  margin-top: 0;
  width: auto;
  font-size: 30px;
  font-size: 3rem;
}
.infinity-brand-body .cat-home .products-col__interview {
  background-image: url("/infinity/brand/resources/images/home_2019/cm_tv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.infinity-brand-body .cat-home .products-col__interview .over {
  background-repeat: no-repeat;
  background-size: cover;
}
.infinity-brand-body .cat-home .products-col__interview .over .title {
  margin-top: 0;
  width: auto;
  font-size: 30px;
  font-size: 3rem;
}
.infinity-brand-body .cat-home .products-col__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.infinity-brand-body .cat-home .products-col__link--box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.infinity-brand-body .cat-home .products-col__link .basic,
.infinity-brand-body .cat-home .products-col__link .over {
  position: absolute;
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  height: 100%;
}
.infinity-brand-body .cat-home .products-col__link .basic img,
.infinity-brand-body .cat-home .products-col__link .over img {
  line-height: 0;
}
.infinity-brand-body .cat-home .products-col__link .basic-box,
.infinity-brand-body .cat-home .products-col__link .over-box {
  position: relative;
}
.infinity-brand-body .is-MobileOS .cat-home .products-col__link .basic,
.infinity-brand-body .is-MobileOS .cat-home .products-col__link .over {
  -webkit-transition: none;
  transition: none;
}
.infinity-brand-body .cat-home .products-col__link .basic {
  opacity: 1;
}
.infinity-brand-body .cat-home .products-col__link .over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.infinity-brand-body .cat-home .products-col__link:hover .basic {
  opacity: 0;
}
.infinity-brand-body .is-MobileOS .cat-home .products-col__link:hover .basic {
  opacity: 1;
}
.infinity-brand-body .cat-home .products-col__link:hover .over {
  opacity: 1;
}
.infinity-brand-body .is-MobileOS .cat-home .products-col__link:hover .over {
  opacity: 0;
}
.infinity-brand-body .cat-home .products-col__link .over-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.infinity-brand-body .cat-home .products-col__link .over-box {
  width: 100%;
}
.infinity-brand-body .cat-home .products-col__link .btn-more {
  background: #fff;
  width: 35.71%;
  height: 7.14%;
  margin: 7.14% auto 0;
  padding: 2.67% 0;
  border-radius: 50px;
  font-size: 0;
  line-height: 1;
}
.infinity-brand-body .cat-home .products-col__link .btn-more img {
  width: 24.5%;
  vertical-align: middle;
}
.infinity-brand-body .cat-home .lineup-col {
  position: relative;
  width: 100%;
  margin-top: 2.57353vw;
}
.infinity-brand-body .cat-home .lineup-col:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.73214%;
}
.infinity-brand-body .cat-home .lineup-col > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .lineup-col {
    margin-top: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .lineup-col__series {
  background-image: url("/infinity/brand/resources/images/home_2019/lineup_series.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.infinity-brand-body .cat-home .lineup-col__series .basic .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 7.14%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .lineup-col__series .basic .title {
    font-size: 3.75vw;
    margin-top: 6.25vw;
  }
}
.infinity-brand-body .cat-home .lineup-col__series .over .title {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
}
.infinity-brand-body .cat-home .lineup-col__category {
  background-image: url("/infinity/brand/resources/images/home_2019/lineup_category.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.infinity-brand-body .cat-home .lineup-col__category .basic .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 7.14%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .lineup-col__category .basic .title {
    font-size: 3.75vw;
    margin-top: 6.25vw;
  }
}
.infinity-brand-body .cat-home .lineup-col__category .over .title {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
}
.infinity-brand-body .cat-home #sec-brand {
  margin-top: 5.44118vw;
}
.infinity-brand-body .cat-home .harf-50 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .harf-50 {
    display: block;
  }
}
.infinity-brand-body .cat-home .harf-50 .harf-box {
  width: 100%;
}
.infinity-brand-body .cat-home .brand-col {
  width: 100%;
  max-height: 120px;
  aspect-ratio: 601/151;
  margin-bottom: 1.47059vw;
  border: solid 1px #000;
}
@media screen and (min-width: 1360px) {
  .infinity-brand-body .cat-home .brand-col {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .brand-col {
    margin-bottom: 3.125vw;
  }
}
.infinity-brand-body .cat-home .brand-col a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #282727;
}
.infinity-brand-body .cat-home .brand-col a:hover {
  background-color: #fff;
}
.infinity-brand-body .cat-home .brand-col a:hover .brand-col__title {
  color: #000;
}
.infinity-brand-body .cat-home .brand-col a:hover .brand-col__title::after {
  background-image: url("/infinity/brand/resources/images/home_2019/brand_col_arrow_black.png");
}
.infinity-brand-body .cat-home .brand-col .brand-col__title {
  font-size: 1.61765vw;
  letter-spacing: 0.2em;
}
.infinity-brand-body .cat-home .brand-col .brand-col__title::after {
  content: "";
  display: inline-block;
  margin-left: 1.47059vw;
  width: 0.51471vw;
  height: 0.95588vw;
  background-image: url("/infinity/brand/resources/images/home_2019/brand_col_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: 0.05em;
}
@media screen and (min-width: 1360px) {
  .infinity-brand-body .cat-home .brand-col .brand-col__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .infinity-brand-body .cat-home .brand-col .brand-col__title::after {
    width: 7px;
    height: 13px;
    margin-left: 20px;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .brand-col .brand-col__title {
    font-size: 4.6875vw;
  }
  .infinity-brand-body .cat-home .brand-col .brand-col__title::after {
    width: 1.875vw;
    height: 3.125vw;
    margin-left: 2.94118vw;
  }
}
.infinity-brand-body .cat-home .shop-list__banner {
  position: relative;
  background: #121212;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.infinity-brand-body .cat-home .shop-list__banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
.infinity-brand-body .cat-home .shop-list__banner > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.infinity-brand-body .cat-home .shop-list__banner:hover,
.infinity-brand-body .cat-home .shop-list__banner .active {
  background: #fff;
}
.infinity-brand-body .cat-home .shop-list__banner:hover .col,
.infinity-brand-body .cat-home .shop-list__banner .active .col {
  color: #000;
}
.infinity-brand-body .cat-home .shop-list__banner:hover .logo .on,
.infinity-brand-body .cat-home .shop-list__banner .active .logo .on {
  opacity: 1;
}
.infinity-brand-body .cat-home .shop-list__banner:hover .logo .basic,
.infinity-brand-body .cat-home .shop-list__banner .active .logo .basic {
  opacity: 0;
}
.infinity-brand-body .is-MobileOS .cat-home .shop-list__banner:not(.active) {
  background: #121212;
}
.infinity-brand-body .is-MobileOS .cat-home .shop-list__banner:not(.active) .col {
  color: #fff;
}
.infinity-brand-body .is-MobileOS .cat-home .shop-list__banner:not(.active) .logo .on {
  opacity: 0;
}
.infinity-brand-body .is-MobileOS .cat-home .shop-list__banner:not(.active) .logo .basic {
  opacity: 1;
}
.infinity-brand-body .cat-home .shop-list__col {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infinity-brand-body .cat-home .shop-list__col .icon-newwindow_bnr {
  position: absolute;
  right: 3.33%;
  top: 11.76%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__col .icon-newwindow_bnr {
    width: 2.5vw;
    height: 2.5vw;
    right: 3.125vw;
    top: 3.125vw;
  }
}
.infinity-brand-body .cat-home .shop-list__ul {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 2.57353vw auto 0;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__ul {
    display: block;
    margin: 7.8125vw auto 0;
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
}
.infinity-brand-body .cat-home .shop-list__li {
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: inline-block;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li {
    width: 100%;
  }
}
.infinity-brand-body .cat-home .shop-list__li .ph {
  position: absolute;
  left: 19.16%;
  top: 53%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li .ph {
    left: 15.625vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li .col {
  position: absolute;
  top: calc(50% - 1.02941vw);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 1360px) {
  .infinity-brand-body .cat-home .shop-list__li .col {
    top: calc(50% - 14px);
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li .col {
    top: calc(50% - 3.125vw);
  }
}
.infinity-brand-body .cat-home .shop-list__li .logo {
  position: relative;
}
.infinity-brand-body .cat-home .shop-list__li .logo .on {
  position: absolute;
  opacity: 0;
}
.infinity-brand-body .cat-home .shop-list__li .text {
  font-size: 1.02941vw;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  margin-top: 1.5em;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media screen and (min-width: 1360px) {
  .infinity-brand-body .cat-home .shop-list__li .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li .text {
    font-size: 3.125vw;
    margin-top: 3.125vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(1) {
  border-right: solid 1px #1f1f1f;
  border-bottom: solid 1px #000;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(1) {
    border-right: none;
    border-top: solid 1px #1f1f1f;
    border-bottom: solid 1px #000;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(1) .ph {
  width: 13%;
  max-width: 78px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(1) .ph {
    width: 10.625vw;
    max-width: 68px;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(1) .logo {
  width: 30.66%;
  max-width: 184px;
  left: 50%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(1) .logo {
    width: 28.75vw;
    left: 43.75vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(2) {
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(2) {
    border-left: none;
    border-top: solid 1px #1f1f1f;
    border-bottom: solid 1px #000;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(2) .ph {
  width: 12.5%;
  max-width: 75px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(2) .ph {
    width: 11.71875vw;
    max-width: 75px;
    left: 13.5vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(2) .logo {
  width: 16.5%;
  max-width: 99px;
  left: 53.5%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(2) .logo {
    width: 15.46875vw;
    left: 47.65625vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(3) {
  border-top: solid 1px #1f1f1f;
  border-right: solid 1px #1f1f1f;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(3) {
    border-right: none;
    border-top: solid 1px #1f1f1f;
    border-bottom: solid 1px #000;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(3) .ph {
  width: 17.66%;
  max-width: 106px;
  left: 15%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(3) .ph {
    width: 16.5625vw;
    max-width: 106px;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(3) .logo {
  width: 34.49%;
  max-width: 207px;
  left: 47.83%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(3) .logo {
    width: 32.34375vw;
    left: 42.1875vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(4) {
  border-top: solid 1px #1f1f1f;
  border-left: solid 1px #000;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(4) {
    border-left: none;
    border-top: solid 1px #1f1f1f;
    border-bottom: solid 1px #000;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(4) .ph {
  width: 12.83%;
  max-width: 77px;
  left: 19%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(4) .ph {
    width: 13.75%;
    max-width: 154px;
    left: 14vw;
  }
}
.infinity-brand-body .cat-home .shop-list__li:nth-child(4) .logo {
  width: 47.5%;
  max-width: 285px;
  left: 40.66%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .shop-list__li:nth-child(4) .logo {
    width: 41.40625vw;
    left: 42.85%;
  }
}
.infinity-brand-body .cat-home .banner {
  margin-top: 2.57353vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .banner {
    margin-top: 7.8125vw;
  }
}
.infinity-brand-body .cat-home .banner-box {
  position: relative;
  width: 73.52%;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .banner-box {
    width: 100%;
  }
}
.infinity-brand-body .cat-home .bnr-float {
  position: fixed;
  width: 33.82%;
  max-width: 460px;
  z-index: 500;
  top: 83px;
  right: 0;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .bnr-float {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
}
.infinity-brand-body .cat-home .bnr-float.active {
  display: block;
}
.infinity-brand-body .cat-home .bnr-float__close {
  width: 7.81%;
  max-width: 50px;
  position: relative;
  position: absolute;
  right: 0;
  right: 0;
  z-index: 100;
}
.infinity-brand-body .cat-home .bnr-float__close:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.infinity-brand-body .cat-home .bnr-float__close > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.infinity-brand-body .cat-home .bnr-float2 {
  position: fixed;
  width: 19.11%;
  max-width: 260px;
  z-index: 500;
  top: 70px;
  right: 0;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .bnr-float2 {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: block;
  }
}
.infinity-brand-body .cat-home .bnr-float2 a {
  position: relative;
  display: block;
  overflow: hidden;
}
.infinity-brand-body .cat-home .bnr-float_firstview {
  position: relative;
}
.infinity-brand-body .cat-home .bnr-float_firstview .btn-close {
  position: absolute;
  width: 9px;
  top: 15px;
  right: 15px;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .bnr-float_firstview .btn-close {
    width: 2.65625vw;
    top: 3.125vw;
    right: 2.34375vw;
  }
}
.infinity-brand-body .cat-home .icon-link-black,
.infinity-brand-body .cat-home .icon-link-gray,
.infinity-brand-body .cat-home .icon-link-orenge {
  display: none;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .icon-link-black,
  .infinity-brand-body .cat-home .icon-link-gray,
  .infinity-brand-body .cat-home .icon-link-orenge {
    display: block;
    position: absolute;
    top: 3.125vw;
    right: 3.125vw;
  }
}
.infinity-brand-body .cat-home .icon-newwindow-sky {
  position: absolute;
  top: 5.79%;
  right: 3.57%;
  z-index: 10;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .icon-newwindow-sky {
    display: block;
    position: absolute;
    top: 3.125vw;
    right: 3.125vw;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .global-header {
    position: fixed;
    top: 0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .infinity-brand-body .cat-home .global-header.fixed {
    position: fixed;
    margin-top: 0;
    top: 0;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home.bnr-hide .global-header {
    margin-top: 0;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home.bnr-hide .mv-ul {
    margin-top: 50px;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home.bnr-hide .global-footer {
    margin-bottom: 0;
  }
}
.infinity-brand-body .cat-home .bnr-remote {
  position: relative;
  width: 47.05%;
  max-width: 640px;
  margin: 60px auto 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .bnr-remote {
    width: 87.5vw;
    margin: 4.6875vw auto 0;
  }
}
.infinity-brand-body .cat-home .bnr-awards {
  position: relative;
  width: 47.05%;
  max-width: 640px;
  margin: 40px auto 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .bnr-awards {
    width: 87.5vw;
    margin: 6.25vw auto 0;
  }
}
.infinity-brand-body .cat-home .bnr-long {
  position: relative;
  width: 88%;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .bnr-long {
    width: 87.5vw;
    margin: 4.6875vw auto 0;
  }
}
.infinity-brand-body .reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  animation: reflection 2s ease-in-out infinite;
}
.infinity-brand-body .reflection-none {
  overflow: hidden;
}
.infinity-brand-body .reflection-none .reflection {
  display: none;
  z-index: -1;
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(-45deg);
    transform: scale(50) rotate(-45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(-45deg);
    transform: scale(50) rotate(-45deg);
    opacity: 0;
  }
}
@media all and (max-width: 640px) {
  .infinity-brand-body .is-bnr-float .global-footer {
    padding-bottom: 27.34375vw;
  }
}
.infinity-brand-body .cat-home #canvas {
  position: relative;
  z-index: 10;
}
.infinity-brand-body .cat-home .mv {
  background: #000;
}
.infinity-brand-body .cat-home .mv-ul {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.infinity-brand-body .cat-home .mv-ul:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.14844%;
}
.infinity-brand-body .cat-home .mv-ul > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-ul {
    position: relative;
    margin-top: 49px;
  }
  .infinity-brand-body .cat-home .mv-ul:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.4375%;
  }
  .infinity-brand-body .cat-home .mv-ul > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.infinity-brand-body .cat-home .mv-li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.infinity-brand-body .cat-home .mv-li.active {
  opacity: 1;
  z-index: 10;
}
.infinity-brand-body .cat-home .mv-li__pos {
  position: absolute;
  display: block;
  z-index: 100;
}
.infinity-brand-body .cat-home .mv-li__key--ph {
  position: relative;
  z-index: 5;
}
.infinity-brand-body .cat-home .mv-li__key--copy-01 {
  width: 19.02344vw;
  top: 39.25%;
  left: 74.609vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-li__key--copy-01 {
    width: 45.46875vw;
    top: 67.33%;
    left: 27.1875vw;
    -webkit-transform: none;
    transform: none;
  }
}
.infinity-brand-body .cat-home .mv-li__key--logo {
  width: 25.78125vw;
  top: 45.32%;
  left: 71.1328vw;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-li__key--logo {
    width: 61.875vw;
    top: 72.95%;
    left: 19.6875vw;
    -webkit-transform: none;
    transform: none;
  }
}
.infinity-brand-body .cat-home .mv-li__product {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-li__product {
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.infinity-brand-body .cat-home .mv-li__product--copy-01 {
  width: 36.05469vw;
  top: 20.59%;
  left: 54.6%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-li__product--copy-01 {
    width: 16.09375vw;
    top: 25.76%;
    left: 75vw;
  }
}
.infinity-brand-body .cat-home .mv-li__product--copy-02 {
  width: 30vw;
  top: 44.94%;
  left: 57.42%;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-li__product--copy-02 {
    width: 47.03125vw;
    top: 5.85%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.infinity-brand-body .cat-home .mv-box {
  position: relative;
}
.infinity-brand-body .cat-home .mv-Indicator {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-Indicator {
    top: 3.125vw;
    left: 3.125vw;
  }
}
.infinity-brand-body .cat-home .mv-Indicator__li {
  width: 13px;
  height: 13px;
  background-color: #666;
  border-radius: 50%;
  border: solid 1px #fff;
  margin-right: 10px;
  cursor: pointer;
}
.infinity-brand-body .cat-home .mv-Indicator__li.active {
  background-color: #fff;
  border: solid 1px #666;
}
@media all and (max-width: 640px) {
  .infinity-brand-body .cat-home .mv-Indicator__li {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-right: 1.5625vw;
  }
}
.infinity-brand-body #page-wrap {
  width: 100%;
}
.infinity-brand-body #canvas {
  width: 100%;
  height: auto;
  background: #000;
  position: relative;
}
.infinity-brand-body #canvas:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.14844%;
}
.infinity-brand-body #canvas > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 640px) {
  .infinity-brand-body #canvas {
    position: relative;
  }
  .infinity-brand-body #canvas:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.4375%;
  }
  .infinity-brand-body #canvas > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.infinity-brand-body canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.infinity-brand-body .curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.infinity-brand-body .curtain img {
  display: none;
}/*# sourceMappingURL=home_2019.css.map */