@charset "UTF-8";
/* ! virtual-factory-tour.css
---------------------------------------------------- */
/* block 
----------------------------------------------------*/
.vf-block--introduction {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 767px) {
  .vf-block--introduction {
    margin-bottom: 65px !important;
  }
}

.vf-block--anc {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .vf-block--anc {
    margin-bottom: 60px !important;
  }
}

.vf-block--img {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .vf-block--img {
    margin-top: 15px !important;
  }
}

.vf-block--bnr {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .vf-block--bnr {
    margin-top: 20px !important;
  }
}

.vf-block--csr {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .vf-block--csr {
    margin-top: 20px !important;
  }
}

.vf-block--defineSingle {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .vf-block--defineSingle {
    margin-bottom: 30px !important;
  }
}

#vf-loadingWrap {
  top: 0;
  left: 0;
  display: block;
  width: -webkit-100vw;
  width: 100vw;
  height: -webkit-100vh;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.is-complite #vf-loadingWrap {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}

#vf-loadingImg {
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.is-complite #vf-loadingImg {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  top: 45%;
}
#vf-loadingImg span {
  position: relative;
  display: block;
}
#vf-loadingImg span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-animation: 1.5s linear both slideBottomToTop;
  animation: 1.5s linear both slideBottomToTop;
}

/* over-ride
----------------------------------------------------*/
#container {
  margin-top: 0;
}

main img {
  max-width: 100%;
}

#main.vf-topContents {
  padding-top: 0;
  margin-top: 0;
}
.modalLayout .is-flex1,
.modalLayout .is-flex1 .text {
	display: block;
}
@media print, screen and (min-width: 768px) {
  #main {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 30px;
  }
}

.heading2.is-vf {
  margin-top: 2.0em;
}
@media screen and (max-width: 767px) {
  .heading2.is-vf {
    margin-top: 1.5em;
  }
}

.anchorLink {
  margin-top: 3.0em;
}
@media screen and (max-width: 767px) {
  .anchorLink {
    margin-top: 2.0em;
  }
}

.qaList > .answer:before {
  background-color: #fff !important;
  border: 1px solid #dddddd !important;
}

.modalHeading1.is-vf {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modalHeading1.is-vf {
    padding-right: 0;
  }
}

.noteNumList.vf-uqnote01 > li {
  padding-left: 5.5em;
}
.noteNumList.vf-uqnote01 > li > .number {
  width: 5em;
}

.vf-card-center {
  text-align: center;
  -webkit-justify-content: center !important;
  /* Safari */
  justify-content: center !important;
}
.vf-card-center > .column .linkText {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.vf-card-center > .column .linkText > span {
  padding-left: 0 !important;
}
.vf-card-center > .column .linkText > span:before {
  position: static !important;
  margin-right: 10px;
}
.vf-card-center.has-childList {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .vf-card-center.is-flex3 > * {
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .vf-card-center .column .linkText {
    padding: 0 !important;
  }
  .vf-card-center figure img {
    margin: 0 auto;
  }
}

.slick-slide img {
  margin: 0 auto;
}

.vf-singleImg--center {
  display: block !important;
}
.vf-singleImg--center figure {
  display: block !important;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .is-flex1 > * {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  html.open {
    overflow-y: hidden;
  }

  body {
    padding-top: 57px;
  }

  .is-flex2 .column, .is-flex2 .column > * {
    flex-shrink: 0 !important;
  }

  .vf-card--center--sp {
    text-align: center;
  }
  .vf-card--center--sp .linkText {
    display: inline-block !important;
  }

  .cardLink > .column > a,
  .cardLink.slick-slider .column > a,
  .cardLink.slick-slider .column > a:hover {
    box-shadow: none;
  }

  .tableLayout.is-vf th, .tableLayout.is-vf td {
    font-size: 1.4rem;
    padding: 0.8em 0.5em;
  }

  .footerLink.vf-makedFooter > li {
    width: 50% !important;
  }
}
/* utility 
----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .vf-break--pc {
    display: block;
  }

  .vf-elm--sp {
    display: none;
  }
}
/* ヘッダ
---------------------------------------------------- */
#vf-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  height: 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#vf-header a {
  color: #333;
}
@media print, screen and (min-width: 768px) {
  #vf-header {
    min-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  #vf-header {
    height: 58px;
  }
}

#vf-header-logo a {
  width: 346px;
  padding: 10px 20px 10px 40px;
  display: block;
}
#vf-header-logo img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  #vf-header-logo a {
    padding: 15px;
    width: 203px;
  }
}

#vf-header-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #vf-header-menu {
    /* menu */
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    z-index: 30;
  }
  #vf-header-menu > a {
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://www.otsuka.co.jp/virtual-factory-tour/common/img/com_sprite01_sp.png) no-repeat 0 0;
    background-size: 250px auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .open #vf-header-menu > a {
    background-position: -36px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-header-official {
    border-left: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 0;
  }
  .vf-header-official a {
    display: block;
    padding: 17px 30px;
  }
  .vf-header-official img {
    width: 163px;
  }
  .vf-header-official.is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vf-header-official {
    padding: 20px 0 90px;
  }
  .vf-header-official a {
    display: block;
    text-align: center;
  }
  .vf-header-official img {
    width: 224px;
  }
  .vf-header-official.is-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-header-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
  .vf-gnav {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .vf-gnav {
    position: absolute;
    width: 100%;
    top: 58px;
    left: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 58px);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 100;
  }
  html.open .vf-gnav {
    left: 0%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-gnav-lv01 {
    display: -webkit-flex;
    display: flex;
  }
  .vf-gnav-lv01 > li#vf-cat01:hover span, .vf-gnav-lv01 > li#vf-cat01.is-current span, .vf-gnav-lv01 > li#vf-cat01.is-active span {
    border-bottom: 3px solid #4388c7;
    text-decoration: none;
  }
  .vf-gnav-lv01 > li#vf-cat02:hover span, .vf-gnav-lv01 > li#vf-cat02.is-current span, .vf-gnav-lv01 > li#vf-cat02.is-active span {
    border-bottom: 3px solid #92b932;
    text-decoration: none;
  }
  .vf-gnav-lv01 > li > a {
    padding: 0 20px;
    height: 70px;
    display: block;
    line-height: 70px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
  }
  .vf-gnav-lv01 > li > a span {
    position: relative;
    height: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vf-gnav-lv01 {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-gnav-list {
    width: 1000px;
    margin: 0 auto;
    display: none;
  }
  .vf-gnav-list > dl dt {
    display: none;
  }
  .vf-gnav-list > dl dd {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vf-gnav-list {
    display: block !important;
  }
  .vf-gnav-list > dl {
    border-top: 1px solid #e6e6e6;
  }
  .vf-gnav-list > dl dt {
    padding: 10px 15px;
    background-color: #f4f4f4;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  #vf-menuWrap {
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    height: 0;
    z-index: 1000;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  }
}

@media print, screen and (min-width: 768px) {
  .vf-gnav-products {
    display: -webkit-flex;
    display: flex;
  }
  .vf-gnav-products > li {
    width: 25%;
  }
  .vf-gnav-products > li a {
    padding-top: 10px;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #333;
    font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  .vf-gnav-products > li a:hover {
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
  }
  .vf-gnav-products > li a:hover img {
    opacity: 1;
  }
  .vf-gnav-products > li a figure {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 270px;
  }
  .vf-gnav-products > li a figcaption:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .vf-gnav-products > li a {
    display: block;
    font-size: 1.4rem;
    color: #333;
    font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  .vf-gnav-products > li a figure img {
    display: none;
  }
  .vf-gnav-products > li a figure figcaption {
    position: relative;
    padding: 10px 0;
    margin: 0 15px;
    display: block;
  }
  .vf-gnav-products > li a figure figcaption:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .vf-gnav-factory {
    margin-top: 0px !important;
    padding: 60px 0 70px;
  }
  .vf-gnav-factory > li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .vf-gnav-factory {
    margin-top: 0px !important;
  }
  .vf-gnav-factory > li {
    margin-top: 0px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-gnav-factory-head {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  .vf-gnav-factory-head:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .vf-gnav-factory-head {
    position: relative;
    margin: 0 15px;
    padding: 15px 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .vf-gnav-factory-head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(https://www.otsuka.co.jp/virtual-factory-tour/common/img/com_sprite01_sp.png) no-repeat 0 -36px;
    background-size: 250px auto;
  }
  .vf-gnav-factory-head.is-open:after {
    background-position: -18px -36px;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-childNav {
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
  }
  .vf-childNav > li {
    margin-right: 20px;
  }
  .vf-childNav > li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .vf-childNav {
    display: none;
    margin: 0 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .vf-childNav > li a {
    position: relative;
    padding: 15px 15px;
    display: block;
    font-size: 1.4rem;
  }
  .vf-childNav > li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .vf-spLink {
    display: none;
  }
}

/*フッタ
----------------------------------------------------*/
#footer .vf-makedFooter > li > a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/common/img/com_sprite01.png) no-repeat -60px 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #footer .vf-makedFooter > li {
    width: 50%;
  }
}
/* layout
---------------------------------------------------- */
#vf-subGuide {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: 35px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #vf-subGuide {
    display: none;
  }
}
#vf-subGuide ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#vf-subGuide ul > li > a {
  position: relative;
  height: 50px;
  width: 53px;
  display: block;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  transition: none;
}
#vf-subGuide ul > li > a.is-current {
  background-image: -webkit-linear-gradient(#458aca, #7fafdb);
  background-image: linear-gradient(#458aca, #7fafdb);
  color: #fff;
}
#vf-subGuide ul > li > a.is-current:before {
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #82b1db;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#vf-subGuide ul > li > a.vf-appendLink.is-last:before {
  display: none;
}
#vf-subGuide ul > li.vf-subGuide-logo > a {
  height: auto;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .vf-flex2--sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .vf-flex2--sp > * {
    box-sizing: border-box;
    width: -webkit-calc((100% - 1em) / 2);
    width: calc((100% - 1em) / 2);
  }
  .vf-flex2--sp > *:nth-child(2) {
    margin-top: 0 !important;
  }
}
/* txt
----------------------------------------------------*/
.vh-title--lv01 {
  font-size: 1.7rem;
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.vh-title--lv01 + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vh-title--lv01 {
    font-size: 1.6rem;
  }
  .vh-title--lv01 + * {
    margin-top: 20px;
  }
}

.vf-title--lv02 {
  font-size: 1.6rem;
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.vf-title--lv02 + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vf-title--lv02 {
    font-size: 1.4rem;
  }
  .vf-title--lv02 + * {
    margin-top: 15px;
  }
}

.vf-lead,
.vf-lead--bold {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .vf-lead,
  .vf-lead--bold {
    font-size: 1.5rem;
  }
}

.vf-lead--bold {
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

/* list
----------------------------------------------------*/
.vf-dlBox {
  margin-top: 40px;
  padding: 30px 50px;
  border: 1px solid #e0e0e0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .vf-dlBox {
    display: block;
    margin-top: 20px;
    padding: 10px 10px;
  }
}
.vf-dlBox .vf-dlList {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .vf-dlBox .vf-dlList {
    margin-right: 0;
  }
  .vf-dlBox .vf-dlList + .vf-dlBox .vf-dlList {
    margin-top: 5px;
  }
}

.vf-dlList > dt {
  float: left;
  display: block;
}
.vf-dlList > dt:after {
  content: "：";
}
.vf-dlList > dd {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .vf-dlList + .vf-dlList {
    margin-top: 5px;
  }
  .vf-dlList > dt {
    position: relative;
    width: 5.5em;
    display: block;
    padding-right: 1em;
  }
  .vf-dlList > dt:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "：";
  }
}

.vf-dlBlock {
  margin: 40px 0 0;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
}
.vf-dlBlock + .vf-dlBlock {
  border-top: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .vf-dlBlock {
    margin: 20px 0 0;
    display: block;
  }
}

.vf-dlBlock-head {
font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media print, screen and (min-width: 768px) {
  .vf-dlBlock-head {
    width: 15%;
  }
}

@media print, screen and (min-width: 768px) {
  .vf-dlBlock-body {
    padding-left: 1em;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .vf-dlBlock-body {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  dt.vf-defineLv01 {
    font-size: 2.1rem;
  }
  dt.vf-defineLv01 + dd > .vf-dlBlock:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  dt.vf-defineLv01 {
    font-size: 1.7rem;
  }
  dt.vf-defineLv01 + dd > .vf-dlBlock:first-child {
    margin-top: 0;
  }
}

/* link
----------------------------------------------------*/
.telLink {
  text-decoration: none !important;
  cursor: default !important;
}
@media screen and (max-width: 767px) {
  .telLink {
    color: inherit;
  }
}

.vf-ancLink {
  position: relative;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  display: block;
}
@media screen and (max-width: 767px) {
  .vf-ancLink {
    display: block !important;
  }
}
.vf-ancLink figure {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .vf-ancLink figure {
    display: block !important;
  }
}
.vf-ancLink figure img {
  width: 100%;
  display: block;
}
.vf-ancLink .caption {
  margin-top: 0;
  flex-grow: 3;
  padding: 5px;
  font-size: 1.4rem;
  display: block;
  padding: 8px 10px;
  background-color: #fff;
}
.vf-ancLink .caption > span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.vf-ancLink .caption > span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #3366cc;
  border-right: 1px solid #3366cc;
  top: 50%;
  right: 0;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .vf-ancLink .caption {
    font-size: 1.4rem;
    flex-grow: 0;
  }
}

.vf-numTip,
.vf-numTip--single {
  margin-top: 0 !important;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #4d4d4d;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vf-numTip > span,
.vf-numTip--single > span {
  font-size: 1.1rem;
}
.vf-numTip > em,
.vf-numTip--single > em {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .vf-numTip,
  .vf-numTip--single {
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    border-width: 1px;
  }
  .vf-numTip > em,
  .vf-numTip--single > em {
    font-size: 1.1rem;
  }
}

.vf-numTip--single {
  border: none;
  font-size: 1.7rem;
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.vf-linkBox01 {
  height: auto;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.vf-linkBox02 {
  height: auto;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.vf-linkBox02 figure {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vf-linkBox02 figure img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
.vf-linkBox02 figure figcaption {
  position: relative;
  margin-top: 0;
  padding: 12px 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 3;
  font-size: 1.4rem;
}

.vf-linkBox02:hover {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}
.vf-linkBox02 > figure {
  align-items: flex-start;
}
.vf-linkBox02 .caption {
  position: relative;
  text-align: left;
  display: block;
  padding-left: 30px;
}
.vf-linkBox02 .caption:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #3366cc;
  border-right: 1px solid #3366cc;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .vf-linkBox02 {
    display: block !important;
  }
  .vf-linkBox02 figure {
    display: block;
  }
}

.vf-linkBox03 {
  padding: 40px 10px 30px;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
@media screen and (max-width: 767px) {
  .vf-linkBox03 {
    padding: 10px 15px;
    text-align: center;
  }
}
.vf-linkBox03:hover {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}
.vf-linkBox03 .caption {
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .vf-linkBox03 .caption {
    font-size: 1.4rem;
  }
}
.vf-linkBox03:hover {
  text-decoration: none;
}
.vf-linkBox03:hover .vf-top-product-link {
  text-decoration: underline;
}

.vf-linkBox01-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 100%; */
}

.vf-linkBox01-img img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}

.vf-linkBox01-name {
  position: relative;
  margin-top: 0;
  padding: 12px 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 3;
  font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .vf-linkBox01-name {
    font-size: 1.4rem;
  }
}

.vf-top-product-link {
  margin-top: 0 !important;
  font-size: 1.6rem;
  text-align: center;
  flex-grow: 2;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .vf-top-product-link {
    font-size: 1.4rem;
  }
}
.vf-top-product-link > span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #3366cc;
  border-right: 1px solid #3366cc;
  top: 50%;
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

#vf-main {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #vf-main {
    margin: 0 -15px;
  }
}

.vf-main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1005;
  opacity: 0;
  margin-top: -50px;
  -webkit-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
}
.is-complite .vf-main-title {
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
}

.vf-main-scroll {
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -21px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}
@media screen and (max-width: 767px) {
  .vf-main-scroll {
    width: 34px;
    margin-left: -17px;
    bottom: 15%;
  }
}

.vf-main-elm {
  position: relative;
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.vf-main-elm.is-bg01 {
  background-image: url(https://www.otsuka.co.jp/virtual-factory-tour/img/index_im01.jpg);
}
.vf-main-elm.is-bg02 {
  background-image: url(https://www.otsuka.co.jp/virtual-factory-tour/img/index_im02.jpg);
}
.vf-main-elm.is-bg03 {
  background-image: url(https://www.otsuka.co.jp/virtual-factory-tour/img/index_im03.jpg);
}
.vf-main-elm.is-bg04 {
  background-image: url(https://www.otsuka.co.jp/virtual-factory-tour/img/index_im04.jpg);
}
@media screen and (max-width: 767px) {
  .vf-main-elm {
    min-height: 260px;
    height: -webkit-calc(100vh - 58px);
    height: calc(100vh - 58px);
    background-size: cover !important;
  }
  .vf-main-elm.is-bg01 {
    background-position: 50% 0;
  }
  .vf-main-elm.is-bg02 {
    background-position: 51% 0;
  }
  .vf-main-elm.is-bg03 {
    background-position: 82% 0;
  }
  .vf-main-elm.is-bg04 {
    background-position: 50% 0;
  }
}

/* process */
.vf-process,
.vf-top-section {
  margin: 60px -500% 0;
  padding: 80px 500% 20px;
  position: relative;
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg02.png) 0 0 repeat-x, -webkit-linear-gradient(#ecf5fd, #ffffff);
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg02.png) 0 0 repeat-x, linear-gradient(#ecf5fd, #ffffff);
}
@media screen and (max-width: 767px) {
  .vf-process,
  .vf-top-section {
    margin: 0 -15px;
    padding: 40px 15px 60px;
  }
}

.vf-top-section {
  margin: 0 -500% 0;
  padding: 60px 500% 60px;
}
@media screen and (max-width: 767px) {
  .vf-top-section {
    margin: 0 -15px;
    padding: 40px 15px;
  }
}
.vf-top-section.is-sec02 {
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg03.gif) 0 0 repeat-x, -webkit-linear-gradient(#f8fee9, #ffffff);
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg03.gif) 0 0 repeat-x, linear-gradient(#f8fee9, #ffffff);
}
.vf-top-section.is-sec03 {
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg04.gif) 0 0 repeat-x, -webkit-linear-gradient(#f3f3f3, #ffffff);
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg04.gif) 0 0 repeat-x, linear-gradient(#f3f3f3, #ffffff);
}

.vf-process [class*='is-flex'] > .column {
  display: block;
}

.vf-process-point {
  margin-top: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_bg01.png) 0 0 no-repeat;
  width: 80px;
  height: 90px;
  text-align: center;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
}
.vf-process-point > em {
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .vf-process-point {
    font-size: 1.2rem;
    width: 56px;
    height: 62px;
    background-size: 100% auto;
  }
  .vf-process-point > em {
    font-size: 1.6rem;
  }
}

.vf-process-title {
  font-size: 3.2rem;
  text-align: center;
}
.vf-process-title em {
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.vf-process-title > .sub {
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .vf-process-title {
    font-size: 2.0rem;
  }
  .vf-process-title > .sub {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.vf-top-product {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .vf-top-product {
    margin-top: 20px;
  }
}

/* modal */
.vf-modal-point {
  text-align: center;
}
.vf-modal-point > em {
  position: relative;
  min-width: 180px;
  border-radius: 50px;
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  background-image: -webkit-linear-gradient(#458aca, #7daeda);
  background-image: linear-gradient(#458aca, #7daeda);
}
.vf-modal-point > em:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-color: #7cadda;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .vf-modal-point > em {
    min-width: 100px;
    padding: 6px 10px;
  }
}

/* img
----------------------------------------------------*/
.vf-mv {
  margin-bottom: 40px;
}
.vf-mv img {
  width: 100%;
}

.vf-bnr {
  text-align: center;
}
.vf-bnr img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}


.vf-borderGray {
  border: 1px solid #e0e0e0;
  text-align: center;
}

.vf-img-area {
  position: relative;
  top: 7%;
  height: 160px;
  text-align: center;
}

.is-flex5 .vf-img-area {
  height: 123px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .vf-img-area {
       -webkit-transform: translate(0,11%);
    }
    _::-webkit-full-page-media, _:future, :root .vf-borderGray {
         border: 1px solid #e0e0e0;
    }
}

/* sp-modifier */
@media screen and (max-width: 767px) {
  .vf-reverse--sp {
    flex-direction: column-reverse;
  }
  .vf-reverse--sp > .column {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .vf-reverse--sp > .column:first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .figureColumn.vf-break--sp {
    display: block;
  }
}

.vf-img--vertical {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vf-img--vertical img {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .vf-factory-spot .figureColumn {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .vf-factory-spot .figureColumn .imgL {
    width: 45%;
    margin-right: 1em !important;
  }
  .vf-factory-spot .figureColumn .text {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .vf-borderGray {
    border: 1px solid #ededed;
  }
  .vf-borderGray figure {
    margin: 1% 0;
  }
  .vf-img-area img{
    width: 90%
  }
  .is-flex5 .vf-img-area {
    height: 160px;
  }
	@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .vf-img-area {
       -webkit-transform: translate(0,0);
    }
}
}
@media screen and (max-width: 320px) {
  .vf-img-area img{
    position:absolute;
    width: 100%;
    bottom: 0;
  }
}

/* box
----------------------------------------------------*/
.vf-cvBox {
  margin: 40px 0;
  border: 1px solid #000;
  border-top: 4px solid #506880;
  padding: 30px 35px;
}
@media screen and (max-width: 767px) {
  .vf-cvBox {
    border-top-width: 2px;
    padding: 15px;
  }
}

.vf-cv {
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .vf-cv {
    display: block;
  }
}

.vf-cv-title {
  font-size: 2.4rem;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .vf-cv-title {
    font-size: 2.0rem;
    margin-right: 0;
  }
}

.vf-cv-tel {
  font-size: 4.0rem;
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .vf-cv-tel {
    margin-top: 10px;
    font-size: 2.0rem;
  }
}
.vf-cv-tel a {
  vertical-align: middle;
  color: #333;
}
.vf-cv-tel:before {
  content: "";
  display: inline-block;
  background: url(https://www.otsuka.co.jp/virtual-factory-tour/img/vf_ic01.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .vf-box--bdGrid .column {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  }
  .vf-box--bdGrid.vf-odd .column:nth-last-child(1), .vf-box--bdGrid.vf-even .column:nth-last-child(1), .vf-box--bdGrid.vf-even .column:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .vf-box--bdGrid .column:nth-child(n+3) {
    margin-top: 30px;
  }
  .vf-box--bdGrid .heading4 {
    flex-grow: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .vf-box--bdGrid .column + .column {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
  }
}

.vf-navBox {
  margin: 60px 0;
  padding: 40px;
  background-color: #f2fce0;
}
@media screen and (max-width: 767px) {
  .vf-navBox {
    margin: 30px 0;
    padding: 15px;
  }
}

.vf-navTitle {
  font-size: 2.0rem;
  text-align: center;
  font-family: "TBUDゴシック B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media screen and (max-width: 767px) {
  .vf-navTitle {
    font-size: 1.6rem;
  }
}

.vf-navBtn > li > em > a {
  background: -webkit-linear-gradient(left, #a8cd4e 0%, #dff5b9 100%);
  background: linear-gradient(to right, #a8cd4e 0%, #dff5b9 100%);
}
.vf-navBtn > li > em > a > span {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.vf-sp-slider {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .vf-sp-slider {
    padding: 0 30px;
  }
  .vf-sp-slider.is-flex2, .vf-sp-slider.is-flex3, .vf-sp-slider.is-flex4, .vf-sp-slider.is-flex5 {
    display: block !important;
  }
  .vf-sp-slider.is-flex2 > *, .vf-sp-slider.is-flex3 > *, .vf-sp-slider.is-flex4 > *, .vf-sp-slider.is-flex5 > * {
    width: 100% !important;
  }
  .vf-sp-slider .slick-prev {
    left: 0px;
  }
  .vf-sp-slider .slick-next {
    right: 0px;
  }
  .vf-sp-slider .slick-prev,
  .vf-sp-slider .slick-next {
    display: block !important;
    width: 9px !important;
    height: 16px !important;
  }
  .vf-sp-slider .column .linkText {
    padding: 0 !important;
  }
}

.vf-sp-slider-elm {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .vf-googlemap {
    margin: 40px 0;
  }
  .vf-googlemap iframe {
    height: 400px;
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .vf-googlemap {
    margin: 20px 0;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
  }
  .vf-googlemap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* vf-aside
---------------------------------------------------- */
.vf-aside {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
}
.vf-aside:before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: -webkit-100vw;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .vf-aside {
    margin-top: 15px;
    padding-top: 25px;
  }
}

.vf-aside-title {
  font-size: 2.0rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vf-aside-title {
    font-size: 1.7rem;
  }
}

.vf-aside-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .vf-aside-title + * {
    margin-top: 10px;
  }
}

.cardLink.is-vf-cardColumn {
  display: flex;
  flex-wrap: wrap;
}
.cardLink.vf-sp-slider {
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .cardLink.is-vf-cardColumn > * {
    width: -webkit-calc((100% - 64px) / 3);
    width: calc((100% - 64px) / 3);
    margin: 32px 0 0 32px;
  }
  .cardLink.is-vf-cardColumn > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .cardLink.is-vf-cardColumn > *:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cardLink.is-vf-cardColumn > * {
    width: -webkit-calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
    margin: 1em 0 0 12px;
  }
  .cardLink.is-vf-cardColumn > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .cardLink.is-vf-cardColumn > *:nth-child(2n+1) {
    margin-left: 0;
  }
}

/* vf-tokushima-guide
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .vf-sp-slider-v2-elm:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .vf-sp-slider-v2 {
    padding: 0 30px;
  }
  .vf-sp-slider-v2 > * {
    width: 100% !important;
  }
  .vf-sp-slider-v2 .slick-prev {
    left: 0px;
  }
  .vf-sp-slider-v2 .slick-next {
    right: 0px;
  }
  .vf-sp-slider-v2 .slick-prev,
  .vf-sp-slider-v2 .slick-next {
    display: block !important;
    width: 9px !important;
    height: 16px !important;
  }
  .vf-sp-slider-v2 .column .linkText {
    padding: 0 !important;
  }
}
.vf-sp-slider-v2-elm {
  position: relative;
}
/* js 
----------------------------------------------------*/
[data-scrollEv="intervalFade"] > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

[data-scrollEv="intervalFade"] > *.is-animated {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

[data-scrollEv="addClass"] .vf-process-point {
  -webkit-animation: 1s alternate infinite ease-in-out 0s float;
  animation: 1s alternate infinite ease-in-out 0s float;
}

[data-scrollEv="addClass"] .vf-process-title {
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

[data-scrollEv="addClass"].is-animated .vf-process-title {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
}

@media print {
  [data-scrollEv] * {
    opacity: 1 !important;
  }
}
.js-vf-top-slider > * {
  display: none;
}
.js-vf-top-slider > *:first-child {
  display: block;
}
.js-vf-top-slider.slick-initialized > * {
  display: block;
}

.tooltipWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tooltipWrap {
    width: 100%;
  }
  .tooltipWrap img {
    width: 100%;
  }
}

.js-tooltip {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .js-tooltip:hover {
    opacity: 0.8;
  }
  .js-tooltip:hover .tooltipElm {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .js-tooltip:hover {
    text-decoration: none !important;
  }
  .js-tooltip:hover img {
    opacity: 1 !important;
  }
}

.tooltipElm {
  padding: 2px 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.tooltipElm:after {
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAATUlEQVQYlY3OoQ0AQAgDwN9/BgQGg8KgMBgECTvxCyDaBNNcSN8eIaKr3neVzIxjEcGxquLYzG7s7ove+Tki8BmZieOqwnF343hmTvwBZ2XP8GyC8G4AAAAASUVORK5CYII=) 0 0 no-repeat;
}

.tooltipContent {
  display: none;
  z-index: 5;
  padding: 30px 40px 30px;
  position: absolute;
  bottom: 60px;
  left: 70%;
  background-color: #f5f5f5;
  width: 470px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.tooltipContent > *:first-child {
  margin-top: 0;
}
.tooltipContent:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left-color: #f5f5f5;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .tooltipContent {
    margin-top: 10px;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 10px;
  }
  .tooltipContent:before {
    top: -26px;
    left: 50%;
    bottom: auto;
    border: 13px solid transparent;
    border-bottom-color: #f5f5f5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.tooltipHead {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .tooltipHead {
    font-size: 1.6rem;
    padding-right: 20px;
  }
}

.tooltipSub {
  display: block;
  font-size: 1.4rem;
}

.js-tooltipClose {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAVUlEQVQokZ2SwREAIQwC0xJQQuq1Mj+W4NcZvTOSN5sJhCDZAGQUB0CSbAEgJfUKvGkr8KfmD74uPgnKVlbhi/8VHpLGS+IeaJ1qhWO9wyqAXTm35BMg/1GhXnp/HQAAAABJRU5ErkJggg==);
}
@media screen and (max-width: 767px) {
  .js-tooltipClose {
    top: 10px;
    right: 10px;
  }
}

.js-fadeIn {
  -webkit-animation: 0.5s ease both fadeIn;
  animation: 0.5s ease both fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes sdb {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes loded {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 45%;
  }
}
@keyframes loded {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 45%;
  }
}
@-webkit-keyframes float {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -15px;
  }
}
@keyframes float {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -15px;
  }
}
@-webkit-keyframes slideBottomToTop {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes slideBottomToTop {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/*cliarfix
----------------------------------------------------*/
.vf-dlList:after {
  clear: both;
  content: "";
  display: block;
}
