@charset "UTF-8";

.desktop input:hover,
.desktop label:hover,
.desktop button:hover,
.desktop option:hover,
.desktop select:hover {
  cursor: pointer;
}

.key {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 81px;
}

.key-container {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 1090px;
}

.key-style {
  height: 292px;
  background: #fff;
}

.keySlide {
  position: relative;
  height: 100%;
  width: 100%;
}

.keySlide-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.keySlide-sec.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.keySlide-sec img {
  width: 100%;
  height: auto;
}

.f-tab,
.f-mob,
.f-umob {
  display: none;
}

.keyLink {
  margin-top: 22px;
}

.keyLink-button.linkBtn {
  width: 233px;
  background-image: url("/jp/common/img/svg/angle.svg");
}

.style {
  display: table;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
}

.style-container {
  display: table-cell;
  vertical-align: middle;
}

.style-cell {
  display: inline-block;
  color: #616c82;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 300;
  margin: 0 80px;
}

.style-cell p {
  position: relative;
}

.style-cell img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.desktop .style-cell:hover img {
  opacity: 0.7;
}

.style-name {
  line-height: 1;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}

.homeCollection {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1069px;
  z-index: 100;
}

.homeCollection-bg.bg1801 {
  display: block;
}

.homeCollection-bg.bg1800 {
  display: none;
}

.homeCollection-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 110;
}

.homeCollection-item[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.homeCollection-container {
  display: table;
  width: 100%;
  height: 100%;
}

.homeCollection-listNav {
  position: absolute;
  bottom: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  font-size: 0.722em;
  z-index: 120;
}

.homeCollection-listNav li {
  position: relative;
  width: 10em;
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  text-align: center;
}

.homeCollection-listNav li:after {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.3);
  content: "";
  vertical-align: middle;
}

.homeCollection-listNav li:last-child:after {
  visibility: hidden;
  margin: 0;
}

.homeCollection-pager {
  display: inline-block;
  padding-bottom: 1px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.homeCollection-pager.active {
  border-bottom: 1px solid #fff !important;
  font-weight: 600;
}

.homeCollection-pager:hover {
  font-weight: 600;
}

.smartPhone .homeCollection-pager:hover {
  border-bottom-color: transparent;
}

.homeCollection-navigation-area {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 15%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homeCollection-navigation-area.prev {
  left: 0;
}

.homeCollection-navigation-area.prev .homeCollection-navigation-area-box {
  text-align: left;
  padding-left: 50px;
}

.homeCollection-navigation-area.next {
  right: 0;
}

.homeCollection-navigation-area.next .homeCollection-navigation-area-box {
  text-align: right;
}

.homeCollection-navigation-area[aria-hidden="true"] .homeCollection-navigation-area-box {
  visibility: visible;
  opacity: 0.4;
}

.homeCollection-navigation-area[aria-hidden="false"] .homeCollection-navigation-area-box {
  visibility: visible;
  opacity: 1;
}

.homeCollection-navigation-area-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.homeCollection-navigation-cell {
  display: table-cell;
  vertical-align: middle;
}

.homeCollection-navigation-nav {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.homeCollection-navigation-nav:hover .prevNext-nav {
  opacity: 1;
}

.collectionData {
  width: 100%;
  height: 100%;
  color: #fff;
}

.collectionData-title {
  position: absolute;
  top: -130px;
  width: 100%;
  margin: 0 auto;
}

.collectionData-linkBtn {
  position: absolute;
  bottom: -128px;
  width: 100%;
}

.collectionData-linkBtn .linkBtn {
  width: 217px;
  padding-left: 40px;
  border-radius: 3px;
}

.collectionData-titleSVG {
  display: block;
  margin: 0 auto;
}

.collectionData-titleSVG_classic {
  width: 286px;
  height: 70px;
}

.collectionData-container {
  display: table;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.collectionData-inner {
  display: table-cell;
  vertical-align: middle;
}

.collectionData-sec {
  position: relative;
}

.collectionData-paragraph {
  margin: 0;
  font-size: 16px;
}

#collection-basic-container {
  background: url(../img/home/collection_basic_2400.jpg?1490839859321) bottom center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#collection-basic-container .collectionData-container {
  max-width: 670px;
}

#collection-business-container {
  background: url(../img/home/collection_business_2400.jpg?1490839859325) bottom center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#collection-business-container .collectionData-container {
  max-width: 670px;
}

#collection-classic-container {
  background: url(../img/home/collection_classic_2400.jpg?1490839859328) bottom center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#collection-classic-container .collectionData-container {
  max-width: 700px;
}

#collection-casual-container {
  color: #3a4763;
  background: url(../img/home/collection_casual_2400.jpg?1490839859331) bottom center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#collection-casual-container .collectionData-container {
  max-width: 680px;
}

#collection-casual-container .linkBtn {
  color: #3a4763;
  border-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle_n.svg");
}

.desktop #collection-casual-container .linkBtn:hover {
  color: #fff;
  background-image: url("/jp/common/img/svg/angle.svg");
}

#collection-kids-container {
  color: #3a4763;
  background: url(../img/home/collection_kids_2400.jpg?1490839859334) bottom center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#collection-kids-container .collectionData-container {
  max-width: 680px;
}

#collection-kids-container .linkBtn {
  color: #3a4763;
  border-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle_n.svg");
}

.desktop #collection-kids-container .linkBtn:hover {
  color: #fff;
  background-image: url("/jp/common/img/svg/angle.svg");
}

.homeCollection-listNav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homeCollection-listNav[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.homeCollection-listNav[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.homeCollection-listNav a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homeCollection-listNav li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homeCollection-listNav.navy a {
  color: #3a4763;
}

.homeCollection-listNav.navy a.active {
  border-bottom-color: #3a4763 !important;
}

.homeCollection-listNav.navy li:after {
  background-color: #3a4763;
}

.slick-slider {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 0;
  -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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 10%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 250;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.slick-arrow:hover {
  background-color: rgba(255,255,255,0.4);
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  opacity: 1;
}

.slick-prev span,
.slick-next span {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 8px);
  height: 30px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev span.slick-disabled:before,
.slick-next span.slick-disabled:before {
  opacity: $slick-opacity-not-active;
}

.slick-prev span:before,
.slick-next span:before {
  font-family: $slick-font-family;
  font-size: 20px;
  line-height: 1;
  color: $slick-arrow-color;
  opacity: $slick-opacity-default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: $slick-prev-character;
}

[dir="rtl"] .slick-prev:before {
  content: $slick-next-character;
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #d3d6db;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: $slick-opacity-on-hover;
}

.slick-dots li.slick-active button {
  background: #3a4763;
}

.functions-container {
  padding: 80px 0;
}

.functions-section {
  text-align: center;
  margin-top: -80px;
}

.functions-title {
  margin-bottom: 30px;
}

.functions-links {
  color: #3a4763;
  text-decoration: none;
  font-size: 40px;
  letter-spacing: -1.14px;
  margin-bottom: 76px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.functions-links:hover {
  color: #798bb1;
}

.functions-links:hover span {
  color: #ff5c90;
}

.functions-slider {
  position: relative;
  margin: 0 0;
  padding: 0 0;
}

.functions-slider-list {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.functions-link {
  display: block;
}

.functions-link:hover,
.functions-link:focus {
  outline: none;
}

.functions-link img:hover,
.functions-link img:focus {
  outline: none;
}

.functions-paragraph {
  font-size: 16px;
  color: #6B7B8F;
  line-height: 26px;
}

.functions-paragraph a {
  color: #58c0c3;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.functions-paragraph br.forSp {
  display: none;
}

.functions-paragraph br.forTab {
  display: none;
}

.functions-paragraph span {
  display: inline-block;
}

.functions .slick-dotted.slick-slider {
  margin-top: 30px;
  margin-bottom: 0;
}

.functions .slick-dots {
  bottom: 20px;
}

.slick-slider {
  padding-bottom: 70px;
}

.magnify {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0;
  display: table;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #F8F8F8), color-stop(50%, #f8f8f8));
  background: -webkit-linear-gradient(top, #FFFFFF 50%, #F8F8F8, #f8f8f8);
  background: linear-gradient(to bottom, #FFFFFF 50%, #F8F8F8, #f8f8f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#f8f8f8,GradientType=0);
}

.magnify-container {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 882px;
  background: url("/jp/common/img/home/magnify_bg_01.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.magnify-container .magnify-title {
  font-size: 40px;
  margin-bottom: 38px;
  letter-spacing: 6px;
}

.magnify-container .magnify-paragraph {
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 19px;
}

.magnify-container .magnify-paragraph span.en {
  display: inline-block;
  font-size: 18px;
}

.magnify-container .linkBtn {
  width: 206px;
  font-size: 13px;
  font-weight: 700;
}

.information {
  background: #f9f9fa;
  padding: 80px 0 82px;
}

.information-list {
  padding: 0;
  max-width: 1313px;
  margin: 0 auto;
  list-style: none;
  display: block;
  font-size: 0;
}

.information-list li {
  display: inline-block;
  width: 31%;
  max-width: 407px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-right: 3.4%;
  vertical-align: top;
}

.information-list li.info1 {
  background-color: #ff705a;
}

.information-list li.info2 {
  background-color: #ecb94a;
}

.information-list li.info3 {
  background-color: #3bafbe;
  margin-right: 0;
}

.infoList-container {
  display: block;
  text-decoration: none;
  color: #fff;
}

.desktop .infoList .infoList-image {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.desktop .infoList:hover .infoList-image {
  opacity: 0.5;
}

.infoList-title.subTitle {
  margin-top: 40px;
  font-size: 28px;
  line-height: 1.607142857142857;
  letter-spacing: 0.56px;
  padding-bottom: 30px;
  position: relative;
}

.infoList-title.subTitle:after {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
}

.infoList-image img {
  width: 100%;
}

.infoList-paragraph {
  margin: 28px 0 60px 0;
  font-size: 16px;
  line-height: 26px;
  padding: 0 20px;
  min-height: 110px;
}

.labStory-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1800px;
  margin: 0 auto;
}

.labStory-img-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.msie11 .labStory-img-wrapper .labStory-bg {
  width: 100%;
}

.labStory-text-wrapper {
  width: 50%;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.labStory-title.subTitle {
  margin-bottom: 30px;
  letter-spacing: 4.2px;
  line-height: 45px;
}

.labStory-paragraph {
  max-width: 385px;
  margin: 0 auto 40px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  color: #616c82;
}

.labStory-paragraph span.en {
  display: inline-block;
  font-size: 15px;
}

.labStory-link.linkBtn {
  width: 206px;
  color: #3a4763;
  border-color: #3a4763;
  padding-left: 40px;
  background-image: url("/jp/common/img/svg/angle_n.svg");
}

.desktop .labStory-link.linkBtn:hover {
  color: #fff;
  background-image: url("/jp/common/img/svg/angle.svg");
}

.lab .labStory-container {
  padding-left: 0;
}

.lab .lab-logo {
  position: absolute;
  width: 180px;
  height: 180px;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}

.news {
  background: #f9f9fa;
  padding: 70px 0 85px;
}

.news-title.subTitle {
  text-align: center;
  font-size: 36px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.news-lists {
  max-width: 1206px;
  margin: 0 auto;
  border-top: 1px solid #e9e9e9;
  padding: 0 0;
}

.news-list {
  border-bottom: 1px solid #e9e9e9;
  min-height: 85px;
  height: 85px;
  width: 100%;
  display: table;
  vertical-align: middle;
  margin: 0 0;
}

.news-date {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
  font-family: 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
}

.news-paragraph {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 2.33px;
  line-height: 26px;
}

.news-paragraph a {
  color: #616c82;
  text-decoration: none;
}

.news .linkBtn {
  color: #3a4763;
  border-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle_n.svg");
  margin: 40px auto 0;
  width: 206px;
  display: block;
  padding-left: 60px;
}

.desktop .news .linkBtn:hover {
  background-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}

.glasses {
  margin-top: 20px;
  height: 769px;
  width: 100%;
  background: url(../img/home/glasses_bg_pc.jpg?1490839859354) #dadad8 center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.glasses-container {
  margin: 0 auto;
  height: 100%;
  width: 1359px;
  display: table;
  table-layout: fixed;
}

.glasses-inner {
  width: 50%;
  padding: 130px 23px;
  max-width: 407px;
  display: table-cell;
}

.glasses-box {
  background: #fff;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.msie9 .glasses-box {
  height: 600px;
}

.glasses-content {
  display: table-cell;
  vertical-align: middle;
}

.glasses-sec {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.glasses-title {
  font-weight: 300;
}

.glasses-paragraph {
  color: #727b8f;
  padding: 44px 0 50px;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.glasses-warning {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  font-size: 0.778em;
  color: #9ca3b1;
}

.banners {
  background-color: #f9f9fa;
  padding: 80px 0;
  border-bottom: 1px solid #e9e9e9;
}

.banners-container {
  margin: 0 auto;
  max-width: 1356px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banners-container > li {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  vertical-align: top;
  background-color: #fff;
  font-size: 14px;
  height: 514px;
  text-align: center;
}

.banners-container > li:last-child {
  margin-right: 0;
}

.banners-container a {
  text-decoration: none;
}

.banners-img {
  display: block;
  margin-bottom: 40px;
}

.banners-title {
  font-size: 18px;
  color: #3a4763;
  text-align: center;
}

.banners-title .en {
  font-size: 20px;
}

.banners-title:after {
  content: '';
  display: block;
  width: 38px;
  height: 1px;
  background-color: #3a4763;
  margin: 20px auto 22px;
}

.banners-paragraph {
  font-size: 14px;
  color: #616c82;
  letter-spacing: 2.33px;
  line-height: 26px;
  text-align: center;
}

.banners .slick-slide .banners-img {
  display: block;
  margin-bottom: 40px;
}

.banners .slick-dots {
  bottom: -50px;
}

.findLocation {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 227px;
  height: 53px;
  color: #3a4763;
  text-decoration: none;
  border: 1px solid #3f4c67;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.findLocation .location-svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.findLocation:hover {
  background: #3a4763;
  color: #fff;
}

.findLocation:hover .location-svg {
  stroke: #fff;
}

.findLocation-pin {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  position: relative;
}

.findLocation-pin:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  background: #9da3b1;
}

.msie11 .findLocation-pin:after {
  margin-top: 0;
}

.findLocation-pin svg {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 24px;
}

.findLocation-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-size: 0.722em;
  padding: 0.3em 0 0;
}

.ver2 .key-container {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.ver2 .keyimg {
  width: 100%;
}

.ver2 .keyContent-btn {
  position: absolute;
  top: 80%;
  left: calc(50% - 100px);
  width: 200px;
  text-align: center;
}

.ver2 .key-style {
  border-bottom: 1px solid #d3d6db;
  padding-top: 20px;
}

.ver2 .keySlide-sec {
  position: relative;
  background: url("/jp/common/img/ec/airframe_women_sp.jpg") no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.ver2 .glasses-container {
  width: 100%;
}

.ver2 .glasses-inner {
  width: 100%;
}

.ver2 .glasses-inner .glasses-box {
  position: static;
  width: 50%;
  max-width: 645px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.9);
}

.ver2 .glasses-inner .glasses-box .findLocation {
  background-color: rgba(255,255,255,0.3);
}

.ver2 .glasses-inner .glasses-box .findLocation:hover {
  background-color: #3a4763;
}

.ver2 .about {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1800px;
  padding: 0 0;
  margin: 0 auto;
  display: table;
}

.ver2 .about-container {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 450px;
  background: url("/jp/common/img/home/magnify_bg_01.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.ver2 .about-container .about-title {
  font-size: 28px;
  margin-bottom: 32px;
  letter-spacing: 4.2px;
}

.ver2 .about-container .about-title span {
  display: inline-block;
}

.ver2 .about-container .about-title .en {
  font-size: 30px;
  display: inline-block;
}

.ver2 .about-container .about-paragraph {
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 19px;
}

.ver2 .about-container .about-paragraph span.en {
  display: inline-block;
  font-size: 18px;
}

.ver2 .about-container .linkBtn {
  width: 206px;
  font-size: 13px;
  font-weight: 700;
}

.msie10 .glasses-content {
  padding: 100px 0;
}

.msie10 .findLocation-pin:after {
  margin-top: 0;
}

.msie9 .labStory-img-wrapper {
  display: inline-block;
  width: 49.7%;
  vertical-align: middle;
  overflow: hidden;
}

.msie9 .labStory-text-wrapper {
  display: inline-block;
  width: 49.7%;
  vertical-align: middle;
}

.msie9 .findLocation-pin:after {
  margin-top: 0;
}

.ver3 .key-container {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.ver3 .keyimg {
  width: 100%;
}

.ver3 .keyContent-btn {
  position: absolute;
  top: 86%;
  left: calc(50% - 100px);
  width: 200px;
  text-align: center;
}

.ver3 .key-style {
  padding-top: 20px;
}

.ver3 .keySlide-sec {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.ver3 .about {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1800px;
  padding: 0 0;
  margin: 0 auto;
  display: table;
}

.ver3 .about-container {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 450px;
  background: url("/jp/common/img/home/magnify_bg_01.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.ver3 .about-container .about-title {
  font-size: 28px;
  margin-bottom: 32px;
  letter-spacing: 4.2px;
}

.ver3 .about-container .about-title span {
  display: inline-block;
}

.ver3 .about-container .about-title .en {
  font-size: 30px;
  display: inline-block;
}

.ver3 .about-container .about-paragraph {
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 19px;
}

.ver3 .about-container .about-paragraph span.en {
  display: inline-block;
  font-size: 18px;
}

.ver3 .about-container .linkBtn {
  width: 206px;
  font-size: 13px;
  font-weight: 700;
}

.ver3 .glasses-container {
  width: 100%;
}

.ver3 .glasses-inner {
  width: 100%;
}

.ver3 .glasses-inner .glasses-box {
  position: static;
  width: 50%;
  max-width: 645px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.9);
}

.ver3 .glasses-inner .glasses-box .findLocation {
  background-color: rgba(255,255,255,0.3);
}

.ver3 .glasses-inner .glasses-box .findLocation:hover {
  background-color: #3a4763;
}


/*mtape start*/
.ver3 .mtape {
  margin-top: 0px;
  height: 769px;
  width: 100%;
  background: url(../img/home/airframe_women.jpg) #dadad8 center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.ver3 .mtape-container {
  margin: 0 auto;
  height: 100%;
  max-width: 1300px;
  width: 100%;
  height: 505px;
}

.ver3 .mtape-inner {
  width: 100%;
  padding: 130px 0;
  max-width: 410px;
  height: 100%;
}

.ver3 .mtape-box {
  background: #fff;
  background-color: rgba(255,255,255,0.9);
  display: table;
  width: 410px;
  max-width: 410px;
  height: 100%;
  margin: 0 auto;
}

.msie9 .ver3 .mtape-box {
  height: 600px;
}

.ver3 .mtape-content {
  display: table-cell;
  vertical-align: middle;
}

.ver3 .mtape-sec {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.ver3 .mtape-title {
  font-weight: 300;
  font-size: 28px;
}

.ver3 .mtape-paragraph {
  color: #727b8f;
  padding: 44px 0 50px;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.ver3 .mtape-link {
  color: #3a4763;
  border-color: #3a4763;
  width: 210px;
  text-align: center;
  background-image: url("/jp/common/img/svg/angle_n.svg");
  margin: 0 auto;
  display: block;
}

.ver3 .mtape-link:hover {
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}

.ver3 .msie10 .mtape-content {
  padding: 100px 0;
}

/*mtape end*/



.ver3 .msie10 .glasses-content {
  padding: 100px 0;
}

.ver3 .msie10 .findLocation-pin:after {
  margin-top: 0;
}

.ver3 .msie9 .labStory-img-wrapper {
  display: inline-block;
  width: 49.7%;
  vertical-align: middle;
  overflow: hidden;
}

.ver3 .msie9 .labStory-text-wrapper {
  display: inline-block;
  width: 49.7%;
  vertical-align: middle;
}

.ver3 .msie9 .findLocation-pin:after {
  margin-top: 0;
}

#container {
  overflow-x: hidden;
}

.desktop #container {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.msie9 .main {
  overflow: hidden;
}

@media screen and (max-width: 1800px){

  body{
    min-height: 1px;
  }

  .key{
    padding-top: 80px;
  }

  .key-container{
    height: 756px;
  }

  .style-cell{
    margin: 0 77px;
  }

  .homeCollection{
    height: 1000px;
  }

  .homeCollection-bg.bg1801{
    display: none;
  }

  .homeCollection-bg.bg1800{
    display: block;
  }

  .homeCollection-listNav{
    bottom: 25px;
  }

  .collectionData-sec{
    margin-top: -170px;
  }

  #collection-basic-container{
    background: url(../img/home/collection_basic_1800.jpg?1490839859322) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-business-container{
    background: url(../img/home/collection_business_1800.jpg?1490839859325) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-classic-container{
    background: url(../img/home/collection_classic_1800.jpg?1490839859328) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-casual-container{
    background: url(../img/home/collection_casual_1800.jpg?1490839859331) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-kids-container{
    background: url(../img/home/collection_kids_1800.jpg?1490839859335) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .news{
    padding: 70px 20px 85px;
  }

  .glasses-container{
    width: 1311px;
  }

  .glasses-inner{
    padding: 100px 15px 156px;
  }

  .ver2 .key-container{
    height: auto;
  }

  .ver3 .key-container{
    height: auto;
  }

  .ver3 .mtape-inner{
    padding: 100px 15px 156px;
  }
}

@media screen and (max-width: 1200px){

  body{
    min-height: 1px;
  }

  .functions-section{
    margin-top: -40px;
  }

  .slick-slider{
    padding-bottom: 30px;
  }

  .magnify-container{
    height: 700px;
  }

  .labStory-title.subTitle{
    margin-bottom: 20px;
  }

  .labStory-paragraph{
    margin-bottom: 20px;
  }

  .lab .lab-logo{
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }

  .ver2 .about-container{
    height: 420px;
  }

  .ver3 .about-container{
    height: 420px;
  }
}

@media screen and (max-width: 1024px){

  body{
    min-height: 1px;
  }

  .key{
    padding-top: 52px;
    height: auto;
    min-height: 1px;
  }

  .key-container{
    height: auto;
    background-color: #f6f8fa;
    padding-bottom: 40px;
  }

  .key-style{
    height: auto;
    padding: 50px 0 25px;
  }

  .f-tab{
    display: block;
  }

  .f-mob,
  .f-umob{
    display: none;
  }

  .keyLink{
    margin-top: 30px;
  }

  .keyLink-button.linkBtn{
    background-image: url("/jp/common/img/svg/angle_n.svg");
  }

  .style-cell{
    width: 49.5%;
    margin: 0;
  }

  .homeCollection{
    min-height: 1px;
    height: 890px;
  }

  .homeCollection-listNav{
    bottom: 24px;
    font-size: 0.813em;
  }

  .homeCollection-navigation-area{
    width: 100px;
  }

  .collectionData-title{
    top: -110px;
  }

  .collectionData-linkBtn{
    bottom: -90px;
  }

  .collectionData-sec{
    margin-top: -100px;
  }

  #collection-basic-container{
    background: url(../img/home/collection_basic_tab_land.jpg?1490839859322) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-basic-container .collectionData-container{
    max-width: 100%;
    width: 100%;
  }

  #collection-business-container{
    background: url(../img/home/collection_business_tab_land.jpg?1490839859325) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-business-container .collectionData-container{
    max-width: 100%;
    width: 100%;
  }

  #collection-classic-container{
    background: url(../img/home/collection_classic_tab_land.jpg?1490839859329) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-classic-container .collectionData-container{
    max-width: 100%;
    width: 100%;
  }

  #collection-casual-container{
    background: url(../img/home/collection_casual_tab_land.jpg?1490839859332) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-casual-container .collectionData-container{
    max-width: 100%;
    width: 100%;
  }

  #collection-kids-container{
    background: url(../img/home/collection_kids_tab_land.jpg?1490839859335) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-kids-container .collectionData-container{
    max-width: 100%;
    width: 100%;
  }

  .functions-paragraph br.forTab{
    display: block;
  }

  .information{
    padding-bottom: 100px;
  }

  .information-list{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .information-list li{
    margin-right: 3.3%;
  }

  .infoList-title.subTitle{
    font-size: 24px;
  }

  .infoList-paragraph{
    padding-bottom: 30px;
    font-size: 14px;
    min-height: 190px;
    padding-bottom: 0;
  }

  .labStory-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .labStory-img-wrapper{
    width: 100%;
    display: block;
    height: 80vw;
    margin-bottom: 20px;
  }

  .msie11 .labStory-img-wrapper .labStory-bg{
    width: auto;
  }

  .labStory-bg{
    max-width: none;
    height: 100%;
    margin-left: -30vw;
  }

  .labStory-text-wrapper{
    width: 100%;
    display: block;
  }

  .labStory-title.subTitle{
    margin-bottom: 10px;
    font-size: 23px;
  }

  .labStory-paragraph{
    margin-bottom: 15px;
  }

  .labStory-link.linkBtn{
    margin-bottom: 40px;
  }

  .lab .labStory-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .news{
    padding: 70px 20px 85px;
  }

  .news-list{
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .glasses{
    height: 682px;
  }

  .glasses-container{
    width: 712px;
  }

  .glasses-inner{
    width: 100%;
    max-width: 100%;
    padding: 88px 0 86px;
  }

  .glasses-inner.d{
    display: none;
  }

  .glasses-box{
    width: 50%;
  }

  .glasses-content{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .glasses-paragraph{
    padding: 27px 0 30px;
  }

  .glasses-warning{
    font-size: 0.875em;
    bottom: 58px;
  }

  .findLocation{
    width: 200px;
    height: 46px;
  }

  .findLocation-text{
    padding: 0.2em 0 0;
    font-size: 0.813em;
  }

  .ver2 .key-container{
    height: auto;
    padding-bottom: 40px;
    background-color: transparent;
  }

  .ver2 .keyContent-btn{
    top: 80%;
  }

  .ver2 .glasses-inner .glasses-box{
    width: 70%;
  }

  .msie9 .labStory-img-wrapper{
    width: 100%;
    display: block;
  }

  .msie9 .labStory-text-wrapper{
    width: 100%;
    display: block;
  }

  .msie9 .lab .labStory-container{
    position: relative;
    padding-top: calc(82vw);
  }

  .msie9 .lab .labStory-container .labStory-img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .ver3 .key-container{
    height: auto;
    padding-bottom: 40px;
    background-color: transparent;
  }

  .ver3 .keyContent-btn{
    top: 85%;
  }

  .ver3 .glasses-inner .glasses-box{
    width: 70%;
  }

  .ver3 .mtape{
    height: 682px;
  }

  .ver3 .mtape-container{
    width: 712px;
  }

  .ver3 .mtape-inner{
    width: 100%;
    max-width: 100%;
    padding: 88px 0 86px;
  }

  .ver3 .mtape-inner.d{
    display: none;
  }

  .ver3 .mtape-box{
    width: 70%;
  }

  .ver3 .mtape-content{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .ver3 .mtape-paragraph{
    padding: 27px 0 30px;
  }

  .ver3 .msie9 .labStory-img-wrapper{
    width: 100%;
    display: block;
  }

  .ver3 .msie9 .labStory-text-wrapper{
    width: 100%;
    display: block;
  }

  .ver3 .msie9 .lab .labStory-container{
    position: relative;
    padding-top: calc(82vw);
  }

  .ver3 .msie9 .lab .labStory-container .labStory-img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px){

  body{
    min-height: 1px;
  }

  .f-mob{
    display: block;
  }

  .f-tab,
  .f-umob{
    display: none;
  }

  .keyLink{
    margin-top: 30px;
  }

  .style-container{
    padding: 35px 35px 35px;
  }

  .style-cell{
    display: block;
    width: 100%;
    padding-top: 35px;
  }

  .style-cell:first-child{
    padding-top: 0;
  }

  .style-name{
    font-size: 13px;
  }

  .homeCollection-listNav{
    bottom: 29px;
    width: 31em;
    margin: 0 auto;
    left: 50%;
    margin-left: -15.5em;
  }

  .homeCollection-listNav li{
    margin-bottom: 10px;
  }

  .homeCollection-listNav li:nth-child(3):after{
    background: transparent;
  }

  .homeCollection-navigation{
    display: none;
  }

  .collectionData-title{
    top: 30%;
  }

  .collectionData-linkBtn{
    bottom: 47%;
  }

  .collectionData-sec{
    margin-top: 0;
    height: 100%;
    position: static;
  }

  .collectionData-paragraph{
    visibility: hidden;
    opacity: 0;
    margin: 0;
    height: 10em;
  }

  #collection-basic-container{
    background: url(../img/home/collection_basic_tab_port.jpg?1490839859323) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-business-container{
    background: url(../img/home/collection_business_tab_port.jpg?1490839859326) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-classic-container{
    background: url(../img/home/collection_classic_tab_port.jpg?1490839859329) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-casual-container{
    background: url(../img/home/collection_casual_tab_port.jpg?1490839859333) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-kids-container{
    background: url(../img/home/collection_kids_tab_port.jpg?1490839859336) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .functions-container{
    padding: 50px 0 70px;
  }

  .functions-section{
    margin-top: -20px;
  }

  .functions-title{
    margin-bottom: 10px;
  }

  .functions .slick-dots{
    bottom: 0;
  }

  .information{
    padding: 40px 0 40px;
  }

  .information-list li{
    max-width: none;
  }

  .infoList-title.subTitle{
    font-size: 22px;
    padding-bottom: 20px;
  }

  .infoList-paragraph{
    margin-top: 15px;
  }

  .labStory-title.subTitle{
    color: #616c82;
  }

  .lab .lab-logo{
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }

  .news{
    padding: 70px 20px 85px;
  }

  .glasses-content{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .glasses-warning{
    bottom: 45px;
  }

  .banners{
    padding: 60px 25px;
  }

  .banners-container{
    width: auto;
    padding: 0 0;
  }

  .banners-container li.slick-slide{
    margin-right: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff;
  }

  .banners-img{
    margin-bottom: 20px;
  }

  .banners .slick-slide .banners-img{
    margin-bottom: 20px;
  }

  .ver2 .keyimg{
    display: none;
  }

  .ver2 .keySlide-sec{
    height: calc(100vw / 640 * 800);
  }

  .ver3 .keyimg{
    display: none;
  }

  .ver3 .keySlide-sec{
    height: calc(100vw / 640 * 800);
  }

  .ver3 .mtape-box{
    height: 440px;
  }

  .ver3 .mtape-content{
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 767px){

  body{
    min-height: 1px;
  }

  .key-style{
    padding: 5px 0 10px;
  }

  .f-umob{
    display: block;
  }

  .f-tab,
  .f-mob{
    display: none;
  }

  .functions-links{
    font-size: 24px;
    letter-spacing: -0.47px;
  }

  .functions-paragraph{
    font-size: 13px;
    padding: 0 20px;
  }

  .functions-paragraph a{
    display: block;
  }

  .slick-slider{
    padding-bottom: 0;
  }

  .magnify-container .magnify-title{
    font-size: 24px;
  }

  .magnify-container .magnify-paragraph{
    font-size: 13px;
    padding-bottom: 40px;
    line-height: 21px;
  }

  .magnify-container .magnify-paragraph span{
    display: block;
  }

  .magnify-container .magnify-paragraph br{
    display: none;
  }

  .information{
    display: none;
  }

  .information-list{
    display: block;
    width: 100%;
  }

  .information-list li{
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }

  .information-list li:last-child{
    margin-bottom: 0;
  }

  .news{
    padding: 38px 20px 35px;
  }

  .news-list{
    width: 100%;
  }

  .glasses-container{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px;
  }

  .glasses-warning{
    font-size: 0.933em;
  }

  .findLocation-pin{
    width: 50px;
  }

  .findLocation-pin svg{
    width: 12px;
    height: 16px;
  }

  .findLocation-text{
    font-size: 0.867em;
  }

  .ver2 .glasses-container{
    width: 100%;
  }

  .ver2 .glasses-inner .glasses-box{
    width: 100%;
  }

  .ver2 .glasses-inner .glasses-box .glasses-title.subTitle{
    font-size: 16px;
  }

  .ver2 .about-container .about-title{
    font-size: 24px;
  }

  .ver2 .about-container .about-title .en{
    font-size: 26px;
  }

  .ver2 .about-container .about-paragraph{
    font-size: 13px;
    padding-bottom: 40px;
    line-height: 21px;
  }

  .ver2 .about-container .about-paragraph span{
    display: block;
  }

  .ver2 .about-container .about-paragraph br{
    display: none;
  }

  .ver3 .about-container .about-title{
    font-size: 24px;
  }

  .ver3 .about-container .about-title .en{
    font-size: 26px;
  }

  .ver3 .about-container .about-paragraph{
    font-size: 13px;
    padding-bottom: 40px;
    line-height: 21px;
  }

  .ver3 .about-container .about-paragraph span{
    display: block;
  }

  .ver3 .about-container .about-paragraph br{
    display: none;
  }

  .ver3 .glasses-container{
    width: 100%;
  }

  .ver3 .glasses-inner .glasses-box{
    width: 100%;
  }

  .ver3 .glasses-inner .glasses-box .glasses-title.subTitle{
    font-size: 16px;
  }

  .ver3 .mtape-container{
    width: 100%;
  }

  .ver3 .mtape-container{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 27px;
  }

  .ver3 .mtape-title{
    font-size: 26px;
  }
}

@media screen and (max-width: 460px){

  body{
    min-height: 1px;
  }

  .homeCollection{
    height: 604px;
  }

  .homeCollection-listNav{
    bottom: 3px;
    font-size: 0.867em;
  }

  .homeCollection-listNav li{
    width: 8em;
  }

  .homeCollection-listNav li:after{
    top: 2px;
  }

  .homeCollection-pager{
    height: 38px;
    line-height: 38px;
  }

  .collectionData-title{
    top: 30%;
  }

  .collectionData-linkBtn{
    bottom: auto;
    top: 42%;
  }

  .collectionData-linkBtn .linkBtn{
    width: 200px;
  }

  .collectionData-titleSVG_classic{
    width: 151px;
    height: 40px;
  }

  .collectionData-sec{
    margin-top: 50px;
  }

  #collection-basic-container{
    background: url(../img/home/collection_basic_sp.jpg?1490839859323) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-basic-container .collectionData-titleSVG{
    width: 192px;
    height: 38px;
  }

  #collection-business-container{
    background: url(../img/home/collection_business_sp.jpg?1490839859326) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-business-container .collectionData-titleSVG{
    width: 192px;
    height: 38px;
  }

  #collection-classic-container{
    background: url(../img/home/collection_classic_sp.jpg?1490839859330) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-classic-container .collectionData-titleSVG{
    width: 151px;
    height: 40px;
  }

  #collection-casual-container{
    background: url(../img/home/collection_casual_sp.jpg?1490839859333) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-casual-container .collectionData-titleSVG{
    width: 201px;
    height: 42px;
  }

  #collection-kids-container{
    background: url(../img/home/collection_kids_sp.jpg?1490839859336) bottom center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  #collection-kids-container .collectionData-titleSVG{
    width: 201px;
    height: 42px;
  }

  .functions-container{
    padding: 0 0 50px;
  }

  .functions-section{
    position: relative;
    margin-top: 0;
    top: -50px;
  }

  .functions-link{
    width: 340%;
    -webkit-transform: translate(-54%, 0);
        -ms-transform: translate(-54%, 0);
            transform: translate(-54%, 0);
  }

  .functions-link img{
    width: 100%;
    margin-left: 0;
  }

  .functions-paragraph br.forSp{
    display: block;
  }

  .functions .slick-dotted.slick-slider{
    margin-top: 0;
  }

  .functions .slick-arrow{
    display: none !important;
  }

  .functions-slider-list:nth-child(4) .functions-link{
    -webkit-transform: translate(-37%, 0);
        -ms-transform: translate(-37%, 0);
            transform: translate(-37%, 0);
  }

  .magnify-container{
    height: 605px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .magnify-container .linkBtn{
    margin: 0 auto;
    display: block;
  }

  .infoList-paragraph{
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
  }

  .labStory-title.subTitle{
    font-size: 18px;
  }

  .labStory-paragraph{
    font-size: 14px;
  }

  .labStory-paragraph span{
    display: block;
  }

  .lab .lab-logo{
    width: 130px;
    height: 130px;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
  }

  .news-title.subTitle{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 38px;
  }

  .news-list{
    width: 100%;
    display: block;
    text-align: center;
  }

  .news-date{
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .news-paragraph{
    display: block;
    margin-bottom: 20px;
  }

  .glasses{
    height: 565px;
  }

  .glasses-container{
    width: 100%;
  }

  .glasses-inner{
    padding: 60px 0 55px;
  }

  .glasses-box{
    width: 100%;
  }

  .glasses-paragraph{
    padding: 15px 0 15px;
  }

  .ver2 .glasses-inner .glasses-box .glasses-title.subTitle{
    font-size: 15px;
  }

  .ver2 .glasses-inner .glasses-box .glasses-paragraph{
    font-size: 12px;
    line-height: 22px;
  }

  .ver2 .about-container{
    height: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .ver2 .about-container .linkBtn{
    margin: 0 auto;
    display: block;
  }

  .msie10 .glasses-content{
    padding: 50px 0;
  }

  .ver3 .about-container{
    height: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .ver3 .about-container .linkBtn{
    margin: 0 auto;
    display: block;
  }

  .ver3 .glasses-inner .glasses-box .glasses-title.subTitle{
    font-size: 15px;
  }

  .ver3 .glasses-inner .glasses-box .glasses-paragraph{
    font-size: 12px;
    line-height: 22px;
  }

  .ver3 .mtape{
    height: 604px;
    background: url(../img/home/mt_bg_sp.jpg?1490839859396) #dadad8 left top no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .ver3 .mtape-container{
    width: 100%;
  }

  .ver3 .mtape-inner{
    padding: 250px 0;
  }

  .ver3 .mtape-box{
    width: 100%;
    height: 324px;
  }

  .ver3 .mtape-title{
    font-size: 24px;
  }

  .ver3 .mtape-paragraph{
    padding: 15px 0 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .ver3 .msie10 .mtape-content{
    padding: 50px 0;
  }

  .ver3 .msie10 .glasses-content{
    padding: 50px 0;
  }
}

@media screen and (min-width: 1801px){

  .collectionData-sec{
    top: -134px;
  }
}


/* --------------------------------------
メイン画像
--------------------------------------- */


.ver3 .keySlide-sec {
  position: relative;
  background: url("/jp/kodomolens/img/kodomolens_sp.jpg") no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}



/* --------------------------------------
SPECIAL SLIDER
--------------------------------------- */
.ss-wrp {
  margin-top: 0px;
  height: 769px;
  width: 100%;
}
.ss-inner {
  height: 769px;
  width: 100%;
  position: relative;
}
.ss-container {
  margin: 0 auto;
  height: 100%;
  width: 210px;
  position: relative;
}
.ss-link.linkBtn {
  width: 210px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 40px;
}

.ss-link.linkBtn:hover {
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}

.linkBtn.linkBtn_n {
  color: #3a4763;
  border-color: #3a4763;
  background-color: rgba(255,255,255,0.4);
  background-image: url("/jp/common/img/svg/angle_n.svg");
}
.desktop .linkBtn.linkBtn_n:hover {
  color: #fff;
  background-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle.svg");
}


@media screen and (max-width: 1024px){
  .ss-wrp {
    height: 682px;
  }
  .ss-inner {
    height: 682px;
  }
  .ss-link.linkBtn {
    bottom: 40px;
  }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 460px){
  .ss-wrp{
    height: 604px;
  }
  .ss-inner {
    background: transparent !important;
    height: 500px;
  }
  .ss-link.linkBtn {
    bottom: 30px;
  }
}
@media screen and (max-width: 320px){
  .ss-inner {
    height: 420px;
  }
  .ss-link.linkBtn {
    bottom: 30px;
  }
}


/* LIBERTY */
.ss-wrp.liberty {
  background: url(/jp/liberty/img/640_800_liberty_sp.jpg) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.ss-inner.liberty-inner {
  background: url(/jp/liberty/img/1800_768_liberty.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.liberty .ss-link.linkBtn {
  border-color: #3a4763;
  color: #3a4763;
  background-image: url("/jp/common/img/svg/angle_n.svg");
  background-color: #fff;
}
.liberty .ss-link.linkBtn:hover {
  color: #fff;
  background-image: url("/jp/common/img/svg/angle.svg");
}

/* サングラス */
.ss-wrp.sunglasses {
  background: url(/jp/common/img/ec/sunglasses2017SS_sp.jpg) center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.ss-inner.sunglasses-inner {
  background: url(/jp/common/img/home/sunglasses2017SS.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}


/* こどもレンズ */
.ss-wrp.kodomolens {
  background: url(/jp/kodomolens/img/kodomolens_sp.jpg) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.ss-inner.kodomolens-inner {
  background: url(/jp/kodomolens/img/kodomolens.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.kodomolens .ss-link.linkBtn {
  border-color: #3a4763;
  color: #3a4763;
  background-image: url("/jp/common/img/svg/angle_n.svg");
}
.kodomolens .ss-link.linkBtn:hover {
  color: #fff;
  background-image: url("/jp/common/img/svg/angle.svg");
}



/*kids start*/
.kids {
  margin-top: 0px;
  height: 769px;
  width: 100%;
  background: url(../img/home/frontswitch2017SS_sp.jpg) #dadad8 center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.kids_inner {
  height: 769px;
  width: 100%;
  position: relative;
  background: url(../img/home/frontswitch2017SS.jpg?1490839859396) #dadad8 center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.kids-container {
  margin: 0 auto;
  height: 100%;
  width: 210px;
  position: relative;
}

.kids-link.linkBtn {
  width: 210px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 78px;
}

.kids-link.linkBtn:hover {
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}
.special_slider.slick-slider {
  padding-bottom: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px){
  .kids{
    height: 682px;
  }
  .kids_inner {
    height: 682px;
    /*background: transparent;*/
  }
  .kids-link.linkBtn {
    bottom: 68px;
  }
}



@media screen and (max-width: 460px){
  .kids{
    height: 604px;
  }
  .kids_inner {
    height: 604px;
  }
  .kids-link.linkBtn {
    bottom: 59px;
  }
  .special_slider.slick-slider {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}

/*kids end*/
/*kids2 start*/
.kids2 {
  margin-top: 0px;
  height: 769px;
  width: 100%;
  background: url(../img/home/img_kids_sp.jpg) #dadad8 center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.kids2_inner {
  height: 769px;
  width: 100%;
  background: url(../img/home/img_kids_pc.jpg?1490839859396) #dadad8 center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.kids2-container {
  margin: 0 auto;
  height: 100%;
  width: 210px;
  position: relative;
}

.kids2-link.linkBtn {
  width: 210px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 78px;
}

.kids2-link.linkBtn:hover {
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}
.special_slider.slick-slider {
  padding-bottom: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px){
  .kids2{
    height: 682px;
  }
  .kids2_inner {
    height: 682px;
  }
  .kids2-link.linkBtn {
    bottom: 68px;
  }
}



@media screen and (max-width: 460px){
  .kids2{
    height: 604px;
  }
  .kids2_inner {
    height: 604px;
  }
  .kids2-link.linkBtn {
    bottom: 59px;
  }
  .special_slider.slick-slider {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}
/*kids2 end*/
/*kids3 start*/
.kids3 {
  margin-top: 0px;
  height: 769px;
  width: 100%;
  background: url(../img/home/airframe_women_sp.jpg) #dadad8 center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.kids3_inner {
  height: 769px;
  width: 100%;
  background: url(../img/home/airframe_women.jpg?1490839859396) #dadad8 center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.kids3-container {
  margin: 0 auto;
  height: 100%;
  width: 210px;
  position: relative;
}

.kids3-link.linkBtn {
  width: 210px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 78px;
}

.kids3-link.linkBtn:hover {
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}
.special_slider.slick-slider {
  padding-bottom: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px){
  .kids3{
    height: 682px;
  }
  .kids3_inner {
    height: 682px;
  }
  .kids3-link.linkBtn {
    bottom: 68px;
  }
}



@media screen and (max-width: 460px){
  .kids3{
    height: 604px;
  }
  .kids3_inner {
    height: 604px;
    background: transparent;
  }
  .kids3-link.linkBtn {
    bottom: 59px;
  }
  .special_slider.slick-slider {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}
/*kids3 end*/


@media screen and (max-width: 460px){
  .special_slider .slick-slide,
  .special_slider .kids_inner, 
  .special_slider .kids2_inner, 
  .special_slider .kids3_inner {
    height: 500px !important;
  }
  .special_slider .kids-link.linkBtn {
    bottom: 30px;
  }
}

@media screen and (max-width: 320px){
  .special_slider .slick-slide,
  .special_slider .kids_inner, 
  .special_slider .kids2_inner, 
  .special_slider .kids3_inner {
    height: 420px !important;
  }
  .special_slider .kids-link.linkBtn {
    bottom: 30px;
  }
}

/* --------------------------------------
emagency    削除時戻す箇所849行目
--------------------------------------- */

.our-story__inner__btn-detail2 {
  font-size: 1rem;
  color: #3a4763;
  border-color: #3a4763;
  width: 96%;
  height: 90%;
  margin: 30px auto 0;
  padding: 20px 0;
  padding-left: 30px 0;
  letter-spacing: .03em;
  opacity: 1;
  display: block;
  text-align: -webkit-center;
  border: 1px solid #3a4763;
  background: #f5f5f5;
  background-position: 24px 19px;
  border-radius: 8px;
  text-decoration: none;
}

.our-story__inner__btn-detail2:hover {
    transition: opacity .2s ease;
    opacity: .6;
}