@charset "utf-8";
/*------------------------------------------------------------
    about
------------------------------------------------------------*/
.aboutBg {
  background: #fff;
}

.firstView {
  margin-bottom: 0;
  background: url(../img/img_fiv.jpg) no-repeat center center;
  background-size: cover;
}

.fviInner h2 {
  width: 400px;
  margin-bottom: 52px;
}

.fviInner h2 img {
  width: 100%;
  display: block;
}

.aboutNav li {
  margin-bottom: 11px;
	color: #fff;
	font-size:15px;
  line-height:1.8em;
}

.aboutNav a {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  color: #fff;
  letter-spacing: 1.8px;
}

.aboutNav a:hover {
  color: #999;
}

.aboutNav a:hover:before {
  background: #999;
}

.aboutNav a:before {
  content: '';
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #fff;
  transition: background .5s ease;
}

.fviInner {
  width: auto!important;
  position: absolute!important;
  left: 70%!important;
  top: 50%!important;
  transform: translate(-50%,-50%)!important;
}

.aboutCopy {
  text-align: center;
  margin-top: 160px;
  overflow: hidden;
  margin-bottom: 168px;
  transform: translateY(0px);
}

.aboutCopyTitle {
  font-size: 21px;
  letter-spacing: 4.5px;
  line-height: 2.4;
  margin-bottom: 50px;
}

.aboutCopyCon {
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 1.2px;
}

.aboutCopy p {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.175,.885,.32,1) 1s; 
  -webkit-transition: all 1.5s cubic-bezier(.175,.885,.32,1.275) 1s;
  transition: all 1.5s cubic-bezier(.175,.885,.32,1.275) 1s;
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1); 
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition-property: opacity,transform; 
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform; 
  transition-property: opacity,transform; 
  transition-property: opacity,transform,-webkit-transform;
}

.aboutCopy.visible p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: scrt-blur .5s cubic-bezier(.645,.045,.355,1) 0s;
  animation: scrt-blur .5s cubic-bezier(.645,.045,.355,1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

@-webkit-keyframes scrt-blur {
  0% {
    -webkit-filter:blur(10px);
    filter:blur(10px)
 }
 100% {
    -webkit-filter:blur(0);
    filter:blur(0)
  }
}

@keyframes scrt-blur {
  0% {
    -webkit-filter:blur(10px);
    filter:blur(10px)
  }
  100% {
    -webkit-filter:blur(0);
    filter:blur(0)
  }
}



.ip5Sp {
  display: none;
}

.iphone5 .ip5Sp {
  display: block;
}

.shopOut {
  margin: 178px auto;
}

.shopOutTitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.shopBox {
  width: 900px;
  border-top: 1px solid #000000;
  margin: 17px auto;
  display: flex;
  justify-content: center;
}

.shopList {
  font-size: 14px;
  margin-top: 22px;
}

.shopList:nth-child(1) {
  margin-left: 2px;
}

.shopList:nth-child(2) {
  margin-left: 55px;
}

.shopList:nth-child(3) {
  margin-left: 60px;
}

.shopList li {
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-indent: -15px;
  margin-left: 15px;
}


@media all and (min-width: 0) and (max-width: 767px) {
  .firstView {
    background: url(../img/img_fiv_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .fviInner {
    left: 0!important;
    top: auto!important;
    transform: none!important;
    bottom: 40px!important;
    margin: 0 60px!important;
    width: auto!important;
  }

  .fviInner h2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .aboutNav {
    text-align: center;
  }

  .aboutNav li {
    margin-bottom: 8px;
  }

  .aboutNav a {
    font-size: 20px;
    letter-spacing: 1.4px;
  }

  .aboutNav a:hover {
    color: #fff;
  }

  .aboutNav a:hover:before {
    background: #fff;
  }

  .aboutCopy {
    margin-top: 86px;
    margin-bottom: 90px;
  }

  .aboutCopyTitle {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 26px;
  }

  .aboutCopyCon {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 5px;
  }

  .featureWrap {
    padding: 101px 25px 36px;
  }

  .featureTitle {
    margin-bottom: 62px;
  }

  .featureTitle h3 {
    width: 154px;
    margin: 0 auto 30px;
  }

  .featureTitle p {
    width: 220px;
    margin: 0 auto;
  }

  .featureItem {
    margin-bottom: 50px;
    display: block;
  }

  .featureItemLe {
    width: 100%;
    padding: 35px 25px 53px;
  }

  .feItemNum {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: -3px;
  }

  .feItemName {
    font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: 1.8px;
  }

  .feItemText {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.92;
  }

  .featureItemRi {
    width: 100%;
  }

  .hisPicBox {
    padding-bottom: calc( 100% * (650 / 750) );
  }

  .hisPicText {
    width: 182px;
  }

  .historyLineBox {
    width: 100%;
  }

  .hisLineText {
    left: 62px;
    top: 60px;
  }

  .historyLine {
    padding-top: 149px;
    padding-bottom: 120px;
  }

  .historyLine::before {
    left: 26px;
  }

  .historyLine li,
  .historyLine li:nth-child(2n) {
    margin-top: 0;
    padding-left: 19px;
    margin-left: 26px;
    width: calc(100% - 26px);
    padding-right: 24px;
    margin-bottom: 68px;
  }

  .hisLineTime {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .hisItemTitle {
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: 8px;
  }

  .hisLineCon {
    line-height: 1.9;
  }

  .hisLinePic {
    width: 92%;
    margin-left: 5px;
  }

  .historyLine li:nth-child(2n)::before {
    left: -5px;
    right: auto;
  }

  .hisLinePic2 {
    width: 98%;
    left: 0;
  }

  .hisLinePic3 {
    top: -26px;
    left: -23px;
  }

  .hisLinePic4 {
    width: 49%;
    text-align: left;
  }

  .hisLinePic4 img {
    width: 100%;
    margin-right: 0;
  }

  .hisLinePic5 {
    width: 84%;
  }

  .historyLine li:nth-child(2n).laxtHisLine::after {
    left: -9px;
    right: auto;
  }

  .laxtHisLine .hisLineTime {
    font-size: 22px;
    padding-top: 8px;
    letter-spacing: .5px;
  }

  .historyLine::after {
    left: 26px;
  }

  .hisTips {
    text-align: left;
    letter-spacing: .5px;
    margin-top: -100px;
    margin-left: 60px;
    margin-right: 16px;
    text-indent: -12px;
  }

  .historyWrap {
    margin-bottom: 98px;
  }

  .aboutOther li {
    width: 100%;
    float: none;
  }

  .aboutOther li::after {
    top: auto;
    height: 1px;
    width: 100%;
    border-left: none;
    bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .aboutOther {
    margin-bottom: 96px;
  }

  .aboutOther li a:hover {
    opacity: 1;
  }

}

@media all and (min-width: 0) and (max-width: 320px) {
  .hisLineText {
    width: 240px;
  }

}


/*enAbout*/
.lang-en .aboutCopyTitle {
  font-family: 'Perpetua Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: .2px;
  line-height: 1.7;
}

.lang-en .aboutCopyCon {
  font-family: 'Perpetua Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 1.8;
}

.lang-en .feItemText {
  font-family: 'Perpetua Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 1.5;
}

.lang-en .hisItemTitle {
  font-family: 'Perpetua Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  letter-spacing: .1px;
  line-height: 1.4;
}

.lang-en .hisLineCon {
  font-family: 'Perpetua Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .2px;
  line-height: 1.5;
}

.lang-en .hisTips {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: .15px;
}

@media all and (min-width: 0) and (max-width: 375px) {
  .lang-en .aboutCopyTitle {
    font-size: 25px;
    line-height: 1.63;
  }

  .lang-en .aboutCopyCon {
    font-size: 14px;
    line-height: 1.5;
  }

  .lang-en .feItemText {
    font-size: 14px;
    letter-spacing: .2px;
  }

  .lang-en .hisItemTitle {
    font-size: 19px;
  }

  .lang-en .hisTips {
    text-indent: -8px;
    line-height: 1.8;
  }
}