@charset "Shift_JIS";

/**
 * default.css
 * updatedAt: 2017.08.07
 */

/*========================================

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
header,footer,nav,article,section{display:block}
img{border:none;}em{font-style:normal;}


/*========================================

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.ie-legacy body {
  min-width: 1200px;
}
a {
  color: #5787f4;
  text-decoration: none;
}
a:hover {
  color: #5787f4;
  text-decoration: underline;
}

.max-640 { display: none; }
.b64 { display: none; }
.b48 { display: none; }
.b96 { display: none; }
.nb96 { display: block; }

@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .max-640 { display: block; }
  .min-640 { display: none; }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}

.sp-img {
  display:none;
}

@media(max-width:640px) {
  .pc-img {
    display:none;
  }
  .sp-img {
    display: block;
  }  
}

/*========================================

  .mod-

========================================*/
.mod-img {
  line-height: 0;
}
.mod-img img {
  width: 100%;
  height: auto;
}
.mod-loaded {
  opacity: 0.9;
  transition: opacity 0.4s 0.1s;
  -webkit-transition: opacity 0.4s 0.1s;
}
.mainvisual--loaded .mod-loaded {
  opacity: 1;
}
.mod-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mod-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
/*   width: 93.75%; */
  width:100%;
}
.mod-wrapper:after,
.mod-inner:after,
.mod-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.mod-hidden {
  display: none;
}
.mod-txt {
  font-size: 112.5%;
  line-height: 2.0;
}
.mod-note {
  font-size: 93.8%;
}
.mod-img + .mod-txt {
  margin-top: 4.2553191%;
}
.mod-adjust-txt {
  letter-spacing: -0.2em;
}
.mod-hover {
  display: inline-block;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.mod-hover {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.mod-hover:hover {
  opacity: 0.8;
}

.mod-btn {
  position: relative;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 14px 0 14px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  background: #777;
  border-radius: 5px;
}
.mod-btn:hover {
  color: #fff;
  text-decoration: none;
}
.mod-btn:after {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 0;
  margin-left: 20px;
  width: 9px;
  height: 19px;
  background-image: url(../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 9px 19px;
  content: '';
}

@media(max-width:640px) {
  .mod-wrapper,
  .mod-inner {
    width: 90.625%;
  }
  .mod-wrapper__spExtend {
    width: auto;
  }
  .mod-txt {
    text-align: justify;
  }
  .mod-img + .mod-txt {
    margin-top: 6.8965517%;
  }
  .mod-btn {
    padding: 12px 0 12px 15px;
    line-height: 19px;
    border-radius: 3px;
  }
  .mod-btn:after {
    vertical-align: middle;
    margin-top: 0;
  }
}


/*========================================

  header

========================================*/
header {
  position: absolute;
  display: block;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
header .mod-wrapper {
  position: relative;
}

/*----------------------------------------
  header .header-logo
----------------------------------------*/
header .header-logo {
  float: left;
  display: block;
  padding: 24px 0 0 0;
  width: 110px;
}
header .header-logo a {
  display: block;
  line-height: 0;
}
header .header-logo img {
  width: 100%;
  height: auto;
}

@media(max-width:640px) {
  header .header-logo {
    padding: 4.3103448% 0;
    min-width: 90px;
    width: 18.9655172%;
  }
}

/*----------------------------------------
  header .header-toggle
----------------------------------------*/
header .header-toggle {
  float: right;
  display: none;
  margin-top: 2.7586206%;
  padding: 1.3793103%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
header .header-toggle span {
  display: block;
  margin: 4px 0;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.toggle--open .header-toggle {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle--open .bar1 {
  transform: rotate(0deg) translateY(6px);
  -webkit-transform: rotate(0deg) translateY(6px);
}
.toggle--open .bar2 {
  opacity: 0;
}
.toggle--open .bar3 {
  transform: rotate(-90deg) translateX(5.5px);
  -webkit-transform: rotate(-90deg) translateX(5.5px);
}

@media(max-width:640px) {
  header .header-toggle {
    display: block;
  }
}


/*----------------------------------------
  header .header-menu
----------------------------------------*/
header .header-menu {
  float: right;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
header .header-menu li {
  display: inline-block;
  margin-left: 30px;
}
header .header-menu li:first-child {
  margin-left: 0;
}
header .header-menu a {
  display: block;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: #fff;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
}
header .header-menu a:hover {
  opacity: 0.8;
  text-decoration: none;
}
header .header-menu a:before {
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 3px;
  width: 5px;
  height: 9px;
  background-image: url(../images/header_arrow.svg);
  background-repeat: no-repeat;
  background-size: 5px 9px;
  content: '';
}
.flag-ttl{
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
  overflow: hidden;
}
.flag-ttl img.pc {
  display: block;
}
.flag-ttl img.sp {
  display: none;
}
.flag-ttl-mb{
  margin: 0 0 1.667% 0;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.flag-ttl-mb img.pc {
  display: block;
}
.flag-ttl-mb img.sp {
  display: none;
}
.flag-ttl img{
  vertical-align: bottom;
}

@media(max-width:640px) {
  header .header-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 5px 0;
    background: rgba(0,0,0,0.85);
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
  }
  .toggle--open .header-menu {
    visibility: visible !important;
    opacity: 1;
  }
  header .header-menu li {
    display: block;
    margin: 0;
  }
  header .header-menu a {
    display: block;
    padding: 15px 30px 15px 25px;
    font-size: 16px;
    color: #fff;
  }
  header .header-menu a:before {
    top: 0;
    margin-right: 10px;
    background-image: url(../images/header_arrow.svg);
    background-size: 5px 9px;
  }
  .flag-ttl img.pc {
    display: none;
  }
  .flag-ttl img.sp {
    display: block;
  }
  .flag-ttl-mb img.pc {
    display: none;
  }
  .flag-ttl-mb img.sp {
    display: block;
  }
.flag-ttl img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.flag-ttl-mb img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

}


/*========================================

  .mainvisual

========================================*/
.mainvisual {
  overflow: hidden;
  position: relative;
  max-height: 630px;
  line-height: 0;
}
.mainvisual .mod-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.mainvisual h1 {
  margin: 16.41667% 0 0 -0.91667%;
  width: 43.5%;
}
.mainvisual-img {
  margin-left: calc((1920px - 100%) / 2 * -1);
  margin-left: -webkit-calc((1920px - 100%) / 2 * -1);
  width: 100vw;
  height: auto;
  min-width: 1920px;
}

@media (min-width:1920px) {
  .mainvisual-img {
    margin-left: 0;
  }
}
@media (max-width:1280px) {
  .mainvisual-img {
    margin-left: -25%;
    width: 150vw;
    min-width: inherit;
  }
}
@media (max-width:640px) {
  .mainvisual {
    padding-bottom: 115.9375%;
    max-height: 742px;
  }
  .mainvisual:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../images/mainvisual_sp_btm.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    content: '';
  }
  .mainvisual .mod-wrapper {
    width: 100%;
  }
  .mainvisual-img {
    position: absolute;
    z-index: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
  .mainvisual h1 {
    margin: 67.03125% auto 0;
    width: 81.5625%;
  }
  .mainvisual-index {
    margin-left: -188%;
  }
  .mainvisual-func {
    margin-left: -196%;
  }
  .mainvisual-lens {
    margin-left: -156%;
  }
  .mainvisual-gallery {
    margin-left: -134%;
  }
}



/*========================================

  .intro

========================================*/
.intro {
  background: #fcf8e1;
}
.intro h2 {
  font-size: 200%;
  line-height: 1.26;
  color: #616466;
  margin-bottom: 0;
}
.intro p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 112.5%;
  line-height: 1.8;
  color: #616466;
}
.intro-txt {
  float: left;
  padding: 5% 0 2.5%;
  width: 100%;
}
.intro-txt .pc {
  display: block;
}
.intro-txt .pc.intro-img {
  margin-bottom: 28px;
}
.intro-txt .pc.intro-img2 {
  margin-left: 1%;
}
.intro-txt .sp {
  display: none;
}
.intro-txt .sp.mod-img {
  margin: 2.5% 0;
}

.intro-img {
  float: right;
  margin-left: 2%;
  width: 58%;
}
.intro-img2 {
  float: right;
  width: 52%;
}
.intro_column {
	background-color:#fef0d3;
  display:flex;
	padding:2%;
  margin-bottom: 2.5%;
}
.intro_column div.pc{
  float:left;
  width: 30%;
  max-width:310px;
}
.intro_column .pc img{
  vertical-align:top;
  width: 100%;
  height:auto;
  max-width:310px;
}
.intro_column .pc {
  display: block;
}
.intro_column .sp {
  display: none;
}
.intro_column h2 {
  font-size:180%;
	letter-spacing:-2px;
}
.intro_column p {
  margin:2.5% 0 1rem;
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.8;
  font-size: 112.5%;
}
.intro_column p:last-child {
  margin:2.5% 0 0;
}
.intro_column_txt {
	width:70%;
  padding-left:20px;
  float:left;
}

@media (max-width:640px) {
  .intro {
    padding: 9.375% 0 6.25%;
  }
  .intro h2 {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 2.5%;
  }
  .intro p {
    text-align: left;
    font-size: 3.4vw;
    margin-top: 0;
    font-size: 112.5%;
    line-height: 1.8;
    color: #616466;
  }
  .intro-txt,
  .intro-img {
    float: none;
    padding: 0;
    width: auto;
  }
  .intro-txt .pc {
    display: none;
  }
  .intro-txt .sp {
    display: block;
  }
  .intro-img {
    margin: 0 0 8.6206896%;
  }
  .intro-img2 {
    width: 100%;
  }

  .intro_column {
    background-color:#fef0d3;
    display:block;
    padding:4%;
    margin-bottom: 0;
  }
  .intro_column .pc {
    display: none;
  }
  .intro_column .sp {
    display: block;
  }
  .intro_column h2 {
    font-size:5vw;
    letter-spacing:-2px;
  }
  .intro_column_txt {
    width:100%;
    padding-left:0;
  }
  
}


/*========================================

  .menu

========================================*/
.menu {
  background: #fcf8e1;
}
.menu--bottom {
  margin-top: 90px;
}
.menu__items {
  font-size: 0;
}
.menu__item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-left: 1.75%;
  margin: 1.667% 0 1.667% 1.75%;
  width: 23.667%;
}
.menu__item:first-child {
  margin-left: 0;
}
a.menu__item {
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
}
a.menu__item:hover {
  opacity: 0.7;
}
.menu__item--current,
.menu__item--disable {
  opacity: 0.25 !important;
}
.menu--top .menu__item--current {
  opacity: 1.0 !important;
}
.menu__item--current:hover,
.menu__item--disable:hover{
  opacity: 0.7 !important;
}
.menu__item img.sp {
  display: none;
}
.menu__item:after {
  position: absolute;
  top: 50%;
  margin-top: -6%;
  margin-left: 0.7042253%;
  width: 5.9859154%;
  padding-bottom: 14.084507%;
  background-image: url(../images/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}
.menu--bottom .menu__item--current + .menu__item::after{
  margin-top: 0%;
}
.menu__item:last-child:after {
  display: none;
}
.menu--bottom .menu__item--current 
+ .menu__item:before {
  display: inline-block;
  margin-bottom: 5.2816901%;
  padding-bottom: 7.3943661%;
  width: 57.3943661%;
  background-image: url(../images/menu_next.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

@media (max-width:640px) {
  .menu--bottom {
    margin-top: 12.5%;
  }
  .menu__item img.pc {
    display: none;
  }
  .menu__item img.sp {
    display: block;
  }
  .menu__item {
    margin: 3.125% 0;
    width: 25%;
  }
  .menu__item:after {
    display: none;
  }
  .menu--bottom .menu__item--current 
  + .menu__item:before {
    padding-bottom: 12.5%;
    width: 95.625%;
  }
}

/*========================================

  .picture

========================================*/
.picture {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.picture-table{
  width: 100%;
  height: auto;
}
ul.product-link{
position: absolute;
    top: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

ul.product-link li{}
.product-link a{display: grid}
.product-link a:hover{opacity: 0.5;}

ul.product-link img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

html {

}

/* pc */
@media (min-width:641px) {
/* pos */
.product-1,.product-2,.product-3,.product-4{
    max-width: 174px;
    width: 14.5%;
    position: absolute;
    top: min(23.4vw,304px);
/*     top: min(21.8vw,284px); */
}
/* .product-1{left: min(15.0vw,194px);}
.product-2{left: min(33.5vw,435px);}
.product-3{right: min(21.8vw, 286px);} */
.product-1{left: min(15.9vw,207px);}
.product-2{left: min(35.6vw,465px);}
.product-3{right: min(23.2vw, 302px);}
.product-4{right: min(3.5vw, 44px);}

}

/* sp */
@media (max-width:640px) {
body{ width: 100vw;}
/* pos */
.product-1,.product-2,.product-3,.product-4{
    max-width: 300px;
    width: 58.78%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.product-1{
    top: 57.25vw;
}
.product-2{
    top: 129vw;
}
.product-3{
    top: 202vw;
}
.product-4{
    top: 274.25vw;
}
}




/*========================================

  .content

========================================*/
main {
  position: relative;
  display: block;
}
.content_top {
  color: #616466; 
}
.content {
  margin-top: 70px;
  color: #616466; 
}
.content__btn {
  margin: 30px auto 0;
  padding-bottom: 20px;
  max-width: 380px;
}
.content__sec {
  margin-top: 50px;
}
.content__sec:after {
  clear: both;
  display: block;
  content: '';
}
.content__cap {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 112.5%;
  line-height: 1.2;
}
.layout__rightfix {
  float: right;
  margin: 5px 0 0 30px;
}
.layout__rightfix + .mod-txt {
  margin-top: 0;
}

.step__lens--copy {
  font-size: 125%;
  line-height: 1.5;
}
.step__lens--desc {
  margin-top: 10px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.25;
}
.step__lens--name {
  margin-top: 10px;
  font-size: 112.5%;
  line-height: 1.2;
}
.step__lens--btn {
  text-align: right;
  margin-top: 20px;
  font-size: 0;
}
.step__lens--btn .mod-btn {
  display: inline-block;
  margin-right: 10px;
  min-width: 120px;
}
.step__lens--btn .mod-btn:last-child {
  margin-right: 0;
}
.step__lens--btn .mod-btn.sample {
  background: #414141;
}
.step__lens--btn .mod-btn.info {
  background: #548ff6;
}

.content__img--shadow {
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(9,2,4,0.29);
}
.content__img--shadow:before,
.content__img--shadow:after {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -27%;
  width: 54%;
  height: 6px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
  content: '';
}
.content__img--shadow:before {
  top: -5px;
}
.content__img--shadow:after {
  bottom: -5px;
}

@media (max-width:640px) {
  .content__btn {
    max-width: initial;
  }
  .content__sec {
    margin-top: 40px;
  }
  .content__cap {
    margin-top: 5px;
  }
  .layout__rightfix {
    float: none;
    margin: 0;
    width: auto !important;
  }
  .layout__rightfix + .mod-txt {
    margin-top: 6.8965517%;
  }
  .step__lens--copy {
    font-size: 5vw;
  }
  .step__lens--desc {
    margin-top: 5px;
    font-size: 5vw;
  }
  .step__lens--name {
    margin-top: 5px;
    font-size: 4vw;
  }
  .step__lens--btn .mod-btn {
    margin-right: 2%;
    width: 49%;
  }
  .content__img--shadow {
    box-shadow: 0px 0px 5px 0px rgba(9,2,4,0.2);
  }
}

/*----------------------------------------
  .content__heading
----------------------------------------*/
.content__heading {
  display: table;
  width: 100%;
}
.content__heading--img {
  display: table-cell;
  vertical-align: middle;
  width: 19.1489361%;
}
.content__heading--txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 4% 2.1276595%;
  font-size: 200%;
  line-height: 1.26;
}
.content__heading--txt span {
  font-size: 78.1%;
  font-weight: 400;
  line-height: 1.1;
}

.content__heading--sub {
  margin-bottom: 2.6595744%;
  font-size: 150%;
  line-height: 1.2;
}
.content__heading--sub em {
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
  font-size: 133.3%;
  color: #ff0000;
}
.content__heading--sub span {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width:640px) {
  .content__heading--img {
    display: block;
    margin: 0 auto;
    min-width: 90px;
  }
  .content__heading--txt {
    display: block;
    text-align: center;
    padding: 5px 0 15px;
    font-size: 6.0vw;
    line-height: 1.4;
    
  }
  .content__heading--sub {
    margin-bottom: 20px;
    font-size: 5.2vw;
  }
  .content__heading--sub em {
    font-size: 8.8vw;
  }
}

/*----------------------------------------
  .step1__01
----------------------------------------*/
.step1__01 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 97.7659574%;
  font-size: 0;
}
.step1__01a {
  float: left;
  width: 49.0750816%;
}
.step1__01b {
  float: right;
  width: 49.0750816%;
}

@media (max-width:640px) {
  .step1__01 {
    width: auto;
  }
}

/*----------------------------------------
  .step1__posture
----------------------------------------*/
.step1__finder {
  margin-top: 5.3191489%;
}
.step1__liveView {
  margin-top: 4.2553191%;
}
.step1__posture--ttl {
  float: left;
  position: relative;
  width: 32.5531914%;
}
.step1__posture--ttl div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.step1__posture--ttl div:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.step1__posture--ttl h3 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 9.8%;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.6;
}
.step1__posture--img {
  float: left;
  padding-left: 1.06383%;
  width: 32.65958%;
}
.step1__posture--img span {
  display: block;
  margin-top: 8px;
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

@media (max-width:640px) {
  .step1__posture br {
    display: none;
  }
  .step1__finder,
  .step1__liveView {
    margin-top: 30px;
  }
  .step1__posture--ttl {
    float: none;
    margin-bottom: 1px;
    width: auto;
    background: #ffd5d5;
  }
  .step1__posture--ttl div {
    position: static;
  }
  .step1__posture--ttl h3 {
    text-align: center;
    display: block;
    padding: 5px 0;
    font-size: 4.3vw;
  }
  .step1__posture--ttl img {
    display: none;
  }
  .step1__posture--img {
    padding: 0;
    width: 50%;
  }
  .step1__posture--img span {
    width: 88%;
    font-size: 2.8vw;
  }
}

/*----------------------------------------
  .step1-2
----------------------------------------*/
.step1-2__01 {
  margin: 0 auto;
  width: 96.2765957%;
}
.step1-2__02 {
  width: 43.6170212%;
}
.step1-2__03 {
  width: 43.5106382%;
}
.step1-2__04,
.step1-2__05 {
  width: 46.8085106%;
}

@media (max-width:640px) {
  .step1-2__01 {
    width: auto;
  }
}

/*----------------------------------------
  .step2__01
----------------------------------------*/
.step2__01 {
  margin: 0 auto;
  width: 96.4893617%;
}

.step2__02 {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  width: 97.7659574%;
  font-size: 0;
}
.step2__02a {
  float: left;
  width: 49.0750816%;
}
.step2__02b {
  float: right;
  width: 49.0750816%;
}

.step2__03 {
  width: 41.0638297%;
}

@media (max-width:640px) {
  .step2__01 {
    width: auto;
  }
  .step2__02 {
    margin: 0 auto 15px;
    width: auto;
  }
}

/*----------------------------------------
  .step2-2
----------------------------------------*/
.step2-2__01 {
  margin: 0 auto 5.3191489%;
  width: 96.2765957%;
}
.step2-2__03 {
  margin-top: 40px;
  padding-bottom: 30px;
}

@media (max-width:640px) {
  .step2-2__01 {
    margin: 0 auto 8.6206896%;
    width: auto;
  }
  .step2-2__03 {
    margin-top: 20px;
  }
}

/*----------------------------------------
  .step2-3
----------------------------------------*/
.step2-3__01 {
  margin: 0 auto;
  width: 96.4893617%;
}

@media (max-width:640px) {
  .step2-3__01 {
    width: auto;
  }
}

/*----------------------------------------
  .step3__01
----------------------------------------*/
.step3__01 {
  margin: 0 auto;
  width: 97.7659574%;
}
.step3__01a {
  float: left;
  width: 49.0750816%;
}
.step3__01b {
  float: right;
  width: 49.0750816%;
}
.step3__02 {
  margin: 30px auto 0;
  width: 96.4893617%;
}
.step3__lens {
  margin-top: 5.3191489%;
}
.step3__lens .mod-txt {
  float: left;
  width: 47.8723404%;
}
.step3__lens--box {
  float: right;
  width: 48.9361702%;
}

a.step3__lens--link {
  color:#616466; 
}
a:hover.step3__lens--link {
  text-decoration:none;
}
 
.step3__lens--table {
  display: table;
  width: 100%;
}
.step3__lens--img {
  display: table-cell;
  vertical-align: middle;
  width: 50.2173913%;
}
.step3__lens--txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5.5%;
}

.step3-2__01,
.step3-2__02 {
  margin: 0 auto;
  width: 97.7659574%;
}
.step3-2__02 {
  margin-top: 35px;
}
.step3-2__01a,
.step3-2__02a {
  float: left;
  width: 49.0750816%;
}
.step3-2__01b,
.step3-2__02b {
  float: right;
  width: 49.0750816%;
}

.step3-2__lens {
  margin-top: 5.3191489%;
}
.step3-2__lens .mod-txt {
  float: left;
  width: 48.9361702%;
}
.step3-2__lens--box {
  float: right;
  width: 47.8723404%;
}
.step3-2__lens--table {
  display: table;
  width: 100%;
}
.step3-2__lens--img {
  display: table-cell;
  vertical-align: middle;
  width: 47.5556%;
}
.step3-2__lens--txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.8%;
}




.step2-2__03.step3v {
  width: 65%;
  margin: 40px auto;
}
.step2__02.step3v {
  margin: 0 auto 0px;
}
.step2__02a.step3v {
  float: left;
  width: 40%;
  margin-left: 5%;
}
.step2__02b.step3v {
  float: right;
  width: 54.8%;
  margin-top: -100px;
}
.step2__02a.step3v img {
    width: 75%;
    margin: 20% 0 0 0;
}


.step3__column {
	background-color:#fef0d3;
	display:block;
	padding:5%;
}
.step3__column_a {
	float: left;
    width: 47.5%;
}
.step3__column_b{
	float: right;
    width: 47.5%;
}
.step3__column h4 {
	text-align:center;
	color:#000;
	border-bottom:1px solid #000;
	display:block;
	margin-bottom:9%;
	padding-bottom:5px;
}
.step3__column .content__cap {
	font-size: 93%;
	text-align:left;
	margin-top: 7%;
}
.step3__column .content__cap img {
	float: left;
    width: 30%;
    margin-right: 5%;
	margin-top: -3%;
}

@media (max-width:640px) {
  .step3__01,
  .step3__02 {
    width: auto;
  }
  .step3__02,
  .step3__lens {
    margin-top: 6.8965517%;
  }
  .step3__lens .mod-txt,
  .step3-2__lens .mod-txt {
    float: none;
    width: auto;
  }
  .step3__lens--box,
  .step3-2__lens--box {
    float: none;
    margin: 0 auto;
    width: 92%;
  }
  .step3__lens--table,
  .step3-2__lens--table {
    display: block;
    margin-top: 9.375vw;
  }
  .step3__lens--img,
  .step3-2__lens--img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  .step3__lens--txt,
  .step3-2__lens--txt {
    display: block;
    margin-top: 20px;
    padding-left: 0;
  }
  .step3-2__01,
  .step3-2__02 {
    width: auto;
  }
  .step3-2__02 {
    margin-top: 4.6875vw;
  }
  
  .step2__02a.step3v {
	float: none;
	width: 100%;
	margin-left: 0%;
  }
  .step2__02a.step3v img {
    width: 75%;
    margin: 0% 12.5% 0;
  }
  .step2__02b.step3v {
	float: none;
	width: 100%;
	margin-top: 40px;
  }
  .step2-2__03.step3v {
	width: 100%;
	padding-bottom: 0px;
  }
  .step3__column .content__cap img {
	margin-bottom: 10%;
  }
  .content__heading--sub img.sp-img {
	float: left;
	width: 25%;
	margin: 5% 0;
	margin-right: 3%;
  }
}
@media (max-width:480px) {
	.step3__column .content__cap img {
		margin-bottom: 22%;
	}
}


/*----------------------------------------
  .step3__acc
----------------------------------------*/
.step3__acc {
  padding: 30px;
  background: #eee;
}
img.step3__acc--illust {
  float: left;
  width: 63.2954545%;
}
.step3__acc--img {
  display: block;
}
.step3__acc--copy {
  margin-top: 5px;
  font-size: 125%;
  line-height: 1.5;
}
.step3__acc--desc {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.2;
}
.step3__acc--name {
  margin-top: 5px;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
}
.step3__acc--btn {
  margin: 15px 0 0;
  max-width: 120px;
  background: #548ff6;
}

.step3__acc--ACC-TRW {
  float: right;
  width: 33.8636363%;
}
.step3__acc--ACC-TRW .step3__acc--img {
  margin: 0 auto;
  max-width: 249px;
  width: 24.4117647vw;
}

.step3__acc--txt {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 25px;
}
.step3__acc--LCS-SB1 {
  float: left;
  display: table;
  margin-top: 9%;
  width: 59.8863636%;
}
.step3__acc--LCS-SB1 .step3__acc--img {
  display: table-cell;
  vertical-align: middle;
  width: 46.6793168%;
}

.step3__acc--VCT-VPR1 {
  float: left;
  display: table;
  margin-top: 9%;
  width: 40.1136363%;
}
.step3__acc--VCT-VPR1 .step3__acc--img {
  display: table-cell;
  vertical-align: middle;
  width: 41.35978%;
}

@media (max-width:1020px) {
  .step3__acc--btn {
    padding: 1.39vw 0 1.39vw 15px;
  }
}
@media (max-width:640px) {
  .step3__acc {
    padding: 4.6875vw 4.6875vw 9.375vw;
  }
  img.step3__acc--illust {
    float: none;
    width: 100%;
  }
  .step3__acc--copy {
    font-size: 5vw;
  }
  .step3__acc--desc {
    font-size: 4vw;
  }
  .step3__acc--name {
    font-size: 5vw;
  }
  .step3__acc--btn {
    max-width: initial;
    padding: 12px 0 12px 15px;
  }
  .step3__acc--txt {
    display: block;
    padding-left: 0;
  }
  .step3__acc--box {
    float: none !important;
    margin: 0 auto;
    width: 92%;
  }
  .step3__acc--img {
    display: block !important;
    margin: 9.375vw auto 0 !important;
    width: 70% !important;
  }
  .step3__acc--VCT-VPR1 .step3__acc--img {
    width: 40% !important;
  }
}





/*========================================

  #Banner

========================================*/
#Banner {
  font-size: 0;
  background: #eaeaea;
}
#Banner .banner-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5% 1.6667%;
  width: 49.16667%;
  position:relative;
}
#Banner .banner-item:nth-child(2n+1) {
  margin-left: 0;
}

@media (max-width:640px) {
  #Banner {
    padding-top: 12.5%;
  }
  #Banner .banner-item {
    display: block;
    margin: 0 0 6%;
    width: auto;
  }
  #Banner .banner-item:first-child {
    margin-top: 0;
  }
  .banner-box{
  display: flow-root;
  }
}


/*========================================

  .lineup

========================================*/
.lineup {
  background: #eaeaea;
  margin-top: 80px;
}
.lineup-item {
  float: left;
  display: block;
  margin-left: 2.5%;
  padding: 5.8% 0 7.5%;
  width: 23.1%;
  color: #333;
  text-decoration: none;
}
.lineup-item:first-child {
  margin-left: 0;
}
.lineup-item a {
  display: block;
  color: #333;
  text-decoration: none;
}
.lineup-item a:hover {
  color: #333;
  text-decoration: none;
}
.lineup-item h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

@media (max-width:640px) {
  .lineup {
    padding-top: 12.5%;
	margin-top: 12.5%;
  }
  .lineup-item {
    float: none;
    box-sizing: border-box;
    margin: 0 auto !important;
    padding: 10.3448275% 0;
    width: auto;
    border-top: 1px solid #ccc;
  }
  .lineup-item a {
    margin: 0 auto;
    width: 89.6551724%;
  }
  .lineup-item h3 {
    margin-bottom: 20px;
    font-size: 5.4vw;
  }
}

/*----------------------------------------
  .lineup-camera
----------------------------------------*/
.lineup-camera {
  display: block;
  margin: 12.5% auto 0;
}

.lineup-lens {
  display: block;
  margin: 5% auto 0;
}
.lineup-a5100 .lineup-camera {
  width: 56.0526315%;
}
.lineup-a6000 .lineup-camera {
  width: 20%;
}
.lineup-a6300 .lineup-camera {
  width: 90%;
}

.lineup-zv-e10 .lineup-camera {
  width: 90%;
}

.lineup-sel70350 .lineup-lens {
  width: 30%;
}

@media (max-width:640px) {
  .lineup-camera {
    margin-top: 5.7692307%;
    width: 66% !important;
  }
}

/*----------------------------------------
  .lineup-logo
----------------------------------------*/
.lineup-logo {
  display: block;
  margin: 7.6% auto;
}
.lineup-a5100 .lineup-logo {
  width: 38.6842105%;
}
.lineup-a6000 .lineup-logo {
  width: 40.9%;
}
.lineup-a6300 .lineup-logo {
  width: 27.7%;
}

.lineup-sel70350 .lineup-logo {
  width: 43%;
  margin: 4.8% auto;
}

@media (max-width:1200px) {
.lineup-sel70350 .lineup-logo {
  margin: 8% auto;
}
}

@media (max-width:640px) {
  .lineup-logo {
    margin: 7.6923076% auto 0;
    max-width: 260px;
    width: 40% !important;
  }
  
  .lineup-sel70350 .lineup-logo {
    max-width: 400px;
    width: 60% !important;
  }
}

/*----------------------------------------
  .lineup-logo2
----------------------------------------*/
.lineup-logo2 {
  display: block;
  margin: 2.8% auto;
}


.lineup-zv-e10 .lineup-logo2 {
  width: 72%;
}

@media (max-width:640px) {
  .lineup-logo2 {
    margin: 7.6923076% auto 0;
    max-width: 260px;
    width: 40% !important;
  }
	
.lineup-zv-e10 .lineup-logo2 {
    max-width: 500px;
    width: 70% !important;
}
}	
  

/*----------------------------------------
  .lineup-btn
----------------------------------------*/
.lineup-btn {
   max-width: 215px; 
}

@media (max-width:640px) {
  .lineup-btn {
    margin-top: 5.7692307%;
    max-width: initial;
    width: 86%;
    font-size: 4.2vw;
  }
}



/*========================================

  #Academy

========================================*/
#Academy {
  background: #eaeaea;
  text-align:center;
}
#Academy h4 {
	margin-bottom:15px;
	line-height:1.5;
	font-size:1.17em;
	font-weight: bold !important; 
}
#Academy .academy-item {
  display: block;
}
@media(max-width:640px) {
	#Academy {
	  text-align:left;
	}
}
/*========================================

  footer

========================================*/
footer {
  text-align: center;
  background-color: #eaeaea;
}
footer small {
  display: inline-block;
  padding: 60px 0 30px;
  font-size: 10px;
  line-height: 10px;
  color: #555;
}
footer .s5-returnToTop {
  margin: 0;
}

@media(max-width:359px) {
  footer small {
    font-size: 9px;
    line-height: 9px;
  }
}


#Banner .pc {
	width: 100%;
}
#Banner .sp {
	display:none;
}
@media(max-width:640px) {
#Banner .pc {
	display:none;
}
#Banner .sp {
	display:block;
}
}

.intro-img.mod-img p.intro-note {
  text-align: right;
  font-size: 95.5%;
  margin-top: 10px;
}
@media (max-width: 640px) {
	.intro-img.mod-img p.intro-note {
	  text-align: center;
	  font-size: 2.8vw;
	  margin-top: 5px;
	}
}