@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, h1, h2, h3, h4, h5, p, img, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, figcaption, figure,
footer, header, nav, section, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: 'NotoSansCJKjp-Regular';
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, figcaption, figure,
footer, header, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a img {
  outline: none;
}

img {
  vertical-align: top;
  line-height: 0;
}

html {
  min-width: 980px;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 980px;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  html,
  body {
    min-width: 100%;
  }
}

img {
  max-width: 100%;
}

article,
.box_last {
  font-family: 'NotoSansCJKjp-Regular';
}

@media screen and (min-width: 751px) {
  a,
  a:hover {
    -webkit-transition: opacity 0.12s ease;
    transition: opacity 0.12s ease;
  }
  a:hover {
    opacity: .8;
  }
}

footer {
  background-color: #111;
  height: 60px;
}

footer .footer-copy {
  padding: 20px 0 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  footer {
    height: 40px;
  }
  footer .footer-copy {
    font-size: 10px;
    padding: 15px 0 0;
  }
}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

.roboto-font {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2.7px;
  line-height: 2;
}

h3 {
  color: #C4E0E2;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2.7px;
}

.box_00 {
  background: #171717;
  padding-bottom: 20px;
}

.box_00 .cnt {
  width: 1280px;
  margin: 0 auto;
  padding-top: 39px;
}

.box_00 h1 {
  text-align: center;
  margin-bottom: 35px;
}

.box_00 ul {
  width: 909px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 94px 15px 128px;
  background: url(../images/icon_01.png) no-repeat center center;
  border-bottom: 3px solid #037B85;
}

.box_00 li {
  float: left;
}

.box_00 li + li {
  float: right;
  margin-top: 14px;
}

.box_01 {
  background: url(../images/thumb_bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 20px 0;
  background-color: #171717;
}

.box_01 .in {
  width: 919px;
  margin: 0 auto;
}

.box_01 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_01 .right li {
  width: calc(100% / 3);
}

.box_01 .right li img {
  width: 100%;
}

.box_02 {
  background-color: #171717;
  padding-top: 110px;
}

.box_02 h2 {
  margin-bottom: 30px;
  text-align: center;
}

.box_02 .accordion_btn_wrap {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}

.box_02 .accordion {
  display: none;
  background: #171717;
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.box_02 .accordion:before {
  content: '';
  position: absolute;
  top: 327px;
  left: -54px;
  width: 160%;
  height: 81%;
  margin: 3% -10% 0;
  background: #3B3B3B;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  z-index: 3;
}

.box_02 .accordion__in {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px 30px;
  position: relative;
  z-index: 4;
}

.box_02 .accordion__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box_02 .accordion .accordion__sec + .accordion__sec {
  margin-top: 120px;
}

.box_02 .accordion .txt_box {
  width: 633px;
}

.box_02 .accordion .tit {
  margin-bottom: 15px;
}

.box_02 .accordion #no_02 .tit {
  margin-bottom: -30px;
}

.box_02 .accordion .txt {
  font-size: 15px;
  color: #AFAFAF;
  line-height: 1.8;
}

.box_02 .accordion #no_01 .txt {
  margin-bottom: 40px;
}

.box_02 .accordion #no_02 .txt {
  margin-bottom: 20px;
}

.box_02 .accordion #no_03 .txt {
  margin-bottom: 50px;
}

.box_02 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_02 .btn:before, .box_02 .btn:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
}

.box_02 .btn:before {
  margin-right: .4em;
}

.box_02 .btn:after {
  margin-left: .4em;
}

.box_02 .accordion_btn_wrap p {
  margin-bottom: 10px;
}

.box_02 .accordion_btn_wrap .btn img {
  cursor: pointer;
}

.box_02 .accordion_btn_wrap.open .btn img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.box_03 {
  background-color: #171717;
  padding-top: 130px;
}

.box_03 .in {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.box_03 h2 {
  padding-bottom: 20px;
  border-bottom: 4px solid #535353;
  margin-bottom: 45px;
}

.box_04 {
  background-color: #171717;
  padding-top: 150px;
}

.box_04 h2 {
  width: 940px;
  margin: 0 auto 50px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 4px solid #535353;
}

.box_04 .lightroom {
  background: #737151;
  padding: 20px 30px 20px 40px;
}

.box_04 .lightroom .in {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_04 .lightroom .txt_box {
  margin-left: 25px;
}

.box_04 .lightroom p {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 15px;
}

.box_04 .lightroom p + p {
  margin-top: 30px;
}

.box_04 .lightroom p span {
  font-size: 13px;
  margin-left: -8px;
}

.box_04 h3 {
  background-color: #171717;
  text-align: center;
  padding: 85px 0;
}

.box_04 .in {
  width: 1000px;
  margin: 0 auto;
}

.box_04 .in_01 {
  margin-bottom: 135px;
}

.box_04 .in_01 .sec_01 {
  background-color: #3C3C3C;
}

.box_04 .in_01 .sec_01 .in {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  z-index: 1;
}

.box_04 .in_01 .sec_01 p {
  color: #AFAFAF;
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  top: 20px;
  width: 348px;
  left: 20px;
  text-align: left;
}

.box_04 .in_02 h3 {
  margin-bottom: 90px;
  padding: 0;
}

.box_04 .in_02 .sec_01 {
  position: relative;
  background: #3C3C3C;
}

.box_04 .in_02 .sec_01_in {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

.box_04 .in_02 .sec_01_in p {
  color: #AFAFAF;
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  top: 20px;
  width: 348px;
  right: 20px;
  text-align: left;
}

.box_04 .in_03 {
  margin-top: 122px;
}

.box_04 .in_03 h3 {
  padding: 0;
  margin-bottom: 90px;
}

.box_04 .in_03 .in_wrap {
  background: #3C3C3C;
}

.box_04 .in_03 .in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.box_04 .in_03 .in p {
  width: 348px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #AFAFAF;
  font-size: 15px;
  line-height: 1.8;
}

.box_04 .in_03 .img {
  text-align: center;
  position: relative;
  top: -40px;
}

.box_04 .in_03 .txt_01 {
  text-align: center;
  color: #fff;
  margin-top: -10px;
}

.osusume {
  background-color: #171717;
  padding-top: 118px;
  margin-top: -87px;
  position: relative;
}

.osusume .img {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #707070;
  width: 960px;
  margin: 0 auto 30px;
}

.osusume .in_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding-left: 40px;
}

.osusume .in_02 .right {
  margin-left: 50px;
}

.osusume .in_02 .right_02 {
  width: 482px;
  margin: 0 auto;
}

.osusume .in_02 h4 {
  margin-bottom: 15px;
}

.osusume .in_02 p {
  font-size: 13px;
  color: #AFAFAF;
  line-height: 1.8;
}

.osusume .in_02 p + h4 {
  margin-top: 40px;
}

.box_last {
  background-color: #171717;
  padding: 144px 0 70px;
  text-align: center;
  margin-top: -78px;
}

.box_last .txt_01 {
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 84px;
}

.box_last .txt_02 {
  color: #AFAFAF;
  font-size: 15px;
  margin-bottom: 20px;
}

.box_last .sec-caption-txt {
  margin-bottom: 70px;
  color: #fff;
}

.lightroom_btn a {
  background: #EC373B;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  width: 320px;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
  margin: 0 auto;
  letter-spacing: 1.8px;
}

.lightroom_btn a:after {
  content: "";
  background: url(../images/arrow.png) no-repeat 0 0;
  position: absolute;
  width: 8px;
  height: 14px;
  right: 10px;
  top: 19px;
}

@media all and (min-width: 751px) and (max-width: 1280px) {
  .box_00 {
    min-width: 1000px;
  }
  .box_00 .cnt {
    width: auto;
    min-width: 1000px;
  }
  .box_00 ul {
    min-width: 909px;
  }
  .box_01,
  .box_02,
  .box_03,
  .box_04,
  .box_last {
    min-width: 1000px;
  }
  .box_04 .lightroom .in {
    min-width: 950px;
    width: auto;
  }
  header, footer {
    font-weight: 400 !important;
  }
}

.company-group {
  background: #111111;
  padding-top: 40px;
}

.company-group .company-in {
  margin: 0 auto;
  text-align: center;
}

.company-group .company-in li {
  display: inline-block;
}

.company-group .company-in li + li {
  padding-left: 18px;
}

.company-group .company-in li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.c9 {
  background-color: #111111;
}

.sp-social {
  text-align: center;
  letter-spacing: -.4em;
  padding-top: 40px;
}

.sp-social li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 5px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#sp-footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 14px;
  font-size: .875rem;
  background-color: #111111;
  color: #fff;
}

@media all and (min-width: 751px) {
  .sp {
    display: none;
  }
  .box_01 .in {
    width: 990px;
    overflow: hidden;
  }
  .box_01 .thumb {
    width: 440px;
    float: left;
  }
  .box_01 .icon {
    float: left;
    margin-left: 26px;
    margin-top: 200px;
  }
  .box_01 .right {
    float: left;
    width: 370px;
    margin: 40px 0 0 30px;
  }
  .box_02 .accordion__sec .txt_box + img {
    margin-top: 60px;
  }
  .osusume .img img {
    margin-left: -161px;
  }
  .osusume .img .img_03 {
    margin-left: 7px;
  }
  .cts-inr {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  footer .ft-cts {
    background-color: #e9eced;
    border-top: 1px solid #d2d2d2;
    padding-top: 27px;
    padding-bottom: 44px;
    overflow: hidden;
  }
  footer .ft-cts .ft-list-ttl {
    font-size: 138.5%;
    /*18px*/
    background: url(/product/phone/common/rnw2015/images/1/pc_icn_circle02.png) no-repeat left 0.2em;
    padding-left: 23px;
    line-height: 1.3;
    margin-top: 45px;
    margin-bottom: -5px;
  }
  footer .ft-cts .ft-list-ttl:first-child {
    margin-top: 35px;
  }
  footer .ft-cts .item {
    float: left;
    width: 490px;
    margin-top: 24px;
  }
  footer .ft-cts .item .thum {
    width: 148px;
    float: left;
  }
  footer .ft-cts .item .thum img {
    width: 128px;
    height: auto;
  }
  footer .ft-cts .item .txt {
    width: 315px;
    float: left;
    line-height: 1.5;
  }
  footer .ft-cts .item .txt .ttl {
    font-size: 116%;
    /*15px*/
    margin-bottom: 5px;
  }
  footer .ft-cts .item .txt a {
    text-decoration: none;
  }
  footer .ft-cts .item .txt a:hover {
    text-decoration: underline;
  }
  footer .ft-note {
    background-color: #e9eced;
    border-top: 1px solid #d2d2d2;
    padding-bottom: 44px;
  }
  footer .ft-note .note-list {
    margin-top: 30px;
    font-size: 85%;
    /*11px*/
    color: #888888;
  }
  footer .ft-note .note-list + .note-list {
    margin-top: 10px;
  }
  footer .ft-note .disc-list {
    list-style: disc;
    margin-top: 10px;
    font-size: 85%;
    /*11px*/
    color: #888888;
  }
  footer .ft-note .disc-list li {
    margin: 0 0 0 15px;
  }
  footer .ft-note .arw-link {
    margin-top: 20px;
    padding-left: 13px;
    background: url(/product/phone/common/rnw2015/images/1/pc_icn_arw03.png) no-repeat left 0.5em;
  }
  footer .ft-note .note {
    margin-top: 20px;
    font-size: 85%;
    /*11px*/
    color: #888888;
  }
  footer .ft-note .note-block {
    margin-top: 20px;
  }
  footer .ft-note .note-block p,
  footer .ft-note .note-block ul {
    margin: 0;
    font-size: 85%;
    /*11px*/
    color: #888888;
  }
  footer .ft-site-info {
    border-top: 1px solid #d2d2d2;
    background-color: #e9eced;
    padding-top: 55px;
    padding-bottom: 45px;
  }
  footer .ft-site-info .bdr-col {
    border: 1px solid #999999;
    background-color: #FFF;
    padding: 15px 10px 15px 20px;
  }
  footer .ft-site-info .bdr-col dt {
    float: left;
    font-weight: bold;
    width: 155px;
  }
  footer .ft-site-info .bdr-col dd {
    overflow: hidden;
  }
  footer .ft-site-info .bdr-col dd .link {
    margin-top: 3px;
  }
  footer .ft-site-info .bdr-col dd .link a {
    padding-left: 10px;
    background: url(/product/phone/common/rnw2015/images/1/pc_icn_arw03.png) no-repeat left 0.3em;
  }
  footer .ft-site-info .note {
    color: #888888;
    font-size: 85%;
    /*11px*/
    margin-top: 15px;
  }
  footer .ft-nav-list {
    border-top: 1px solid #d2d2d2;
    background: #f5f5f5 url(/product/phone/common/rnw2015/images/1/pc_bg_ft_nav.png) repeat-x left bottom;
    padding-top: 22px;
    padding-bottom: 25px;
  }
  footer .ft-nav-list dl {
    float: left;
    width: 184px;
    margin-left: 15px;
  }
  footer .ft-nav-list dl:first-child {
    margin-left: 0;
  }
  footer .ft-nav-list dl dt {
    border-bottom: 1px solid #bbbbbb;
    font-size: 93%;
    /*12px*/
    padding-left: 9px;
    padding-bottom: 5px;
    font-weight: bold;
  }
  footer .ft-nav-list dl dt span {
    font-weight: bold;
  }
  footer .ft-nav-list dl dt .sp-list-btn {
    display: none;
  }
  footer .ft-nav-list dl dd {
    padding-left: 9px;
    padding-top: 3px;
    font-size: 93%;
    /*12px*/
    height: auto !important;
  }
  footer .ft-nav-list dl dd li {
    margin-top: 10px;
  }
  footer .ft-nav-list dl dd li a {
    text-decoration: none;
  }
  footer .ft-nav-list dl dd li a:hover {
    text-decoration: underline;
  }
  footer .copyright-col {
    border-top: 1px solid #c2c2c2;
    padding-top: 5px;
    padding-bottom: 25px;
    font-size: 93%;
    /*12px*/
    background-color: #666666;
  }
  footer .copyright-col a {
    color: #FFF;
    text-decoration: none;
  }
  footer .copyright-col a:hover {
    text-decoration: underline;
  }
  footer .copyright-col ul {
    float: left;
  }
  footer .copyright-col ul li {
    float: left;
    margin-right: 18px;
  }
  footer .copyright-col #copyright {
    float: right;
  }
  footer .ft-pagetop .pagetop {
    position: fixed;
    right: 15px;
    bottom: 65px;
    z-index: 10;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  footer .ft-pagetop .pagetop img {
    width: 49px;
    height: auto;
  }
  .company-group .company-in {
    width: 980px;
  }
}

@media all and (max-width: 750px) {
  .pc {
    display: none;
  }
  h2 {
    font-size: 5.4vw;
    line-height: 1.7;
    letter-spacing: 0.3vw;
  }
  h3 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  img {
    width: 100%;
  }
  .box_00 {
    padding-bottom: 5vw;
  }
  .box_00 h1 {
    margin-bottom: 4vw;
  }
  .box_00 .cnt {
    width: 90%;
    padding-top: 6vw;
  }
  .box_00 .cnt ul {
    width: 100%;
    padding: 0 0 3vw 0;
    background-size: 6vw;
  }
  .box_00 .cnt li {
    width: 43%;
  }
  .box_00 .cnt li + li {
    margin-top: 2.5vw;
  }
  .box_01 {
    background: url(../images/thumb_bg_sp.png) no-repeat 0 0;
    background-size: cover;
    padding: 4vw 0;
  }
  .box_01 .in {
    width: 85%;
    display: block;
  }
  .box_01 .icon {
    text-align: center;
    width: 8vw;
    margin: 0vw auto 2vw;
  }
  .box_01 .right {
    width: 80%;
    margin: 0 auto;
  }
  .box_02 {
    padding-top: 6vw;
  }
  .box_02 h2 {
    margin-bottom: 4vw;
  }
  .box_02 h2 img {
    width: 88%;
  }
  .box_02 .accordion_btn_wrap {
    width: auto;
  }
  .box_02 .accordion_btn_wrap p {
    margin-bottom: 2vw;
  }
  .box_02 .accordion_btn_wrap p img {
    width: 42%;
  }
  .box_02 .accordion_btn_wrap .btn img {
    width: 7vw;
  }
  .box_02 .accordion_btn_wrap.open p img {
    width: 12%;
  }
  .box_02 .accordion__in {
    width: auto;
    padding: 0 5% 30px;
  }
  .box_02 .accordion {
    padding: 9vw 0;
  }
  .box_02 .accordion:before {
    top: 65vw;
    left: -71vw;
    width: 262%;
    height: 89%;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }
  .box_02 .accordion .accordion__sec {
    display: block;
  }
  .box_02 .accordion .accordion__sec + .accordion__sec {
    margin-top: 22vw;
  }
  .box_02 .accordion .tit,
  .box_02 .accordion #no_02 .tit {
    margin-bottom: 3vw;
  }
  .box_02 .accordion .txt_box {
    width: auto;
  }
  .box_02 .accordion #no_01 .txt {
    margin-bottom: 6vw;
  }
  .box_02 .accordion #no_02 .txt {
    margin-bottom: 6vw;
  }
  .box_03 {
    padding-top: 14vw;
  }
  .box_03 .in {
    width: 100%;
  }
  .box_03 .in h2 {
    width: 90%;
    margin: 0 auto 5%;
    padding-bottom: 5vw;
  }
  .box_04 {
    padding-top: 17vw;
  }
  .box_04 h2 {
    width: 90%;
    padding-bottom: 6vw;
    margin: 0 auto 9vw;
  }
  .box_04 .lightroom {
    padding: 7vw 5%;
  }
  .box_04 .lightroom .in {
    width: 100%;
    display: block;
  }
  .box_04 .lightroom .txt_box {
    margin-left: 0;
  }
  .box_04 .lightroom p {
    font-size: 3.3vw;
  }
  .box_04 .lightroom p:nth-child(1) {
    position: relative;
    display: inline-block;
  }
  .box_04 .lightroom span {
    position: absolute;
    right: 2vw;
    bottom: 4vw;
  }
  .box_04 .icon_lightroom {
    width: 30%;
    margin: 0 auto;
  }
  .box_04 h3 {
    margin: 0 auto;
    padding: 20vw 0px 9vw;
  }
  .box_04 .in_01 {
    margin-bottom: 20vw;
  }
  .box_04 .in_01 p {
    color: #AFAFAF;
    font-size: 3.3vw;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10vw 0;
  }
  .box_04 .in_01 .sec_01 .in {
    width: 100%;
    margin: 0 auto;
  }
  .box_04 .in_01 .sec_01 img {
    width: 95%;
  }
  .box_04 .in_02 h3 {
    margin-bottom: 8vw;
  }
  .box_04 .in_02 h3 + p {
    margin-bottom: 12vw;
  }
  .box_04 .in_02 .sec_01_in {
    width: auto;
  }
  .box_04 .in_02 .sec_01_in img {
    width: 95%;
  }
  .box_04 .in_02 p {
    color: #AFAFAF;
    font-size: 3.3vw;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 6vw 0;
  }
  .box_04 .in_03 {
    margin-top: 20vw;
  }
  .box_04 .in_03 h3 {
    margin-bottom: 9vw;
  }
  .box_04 .in_03 .in {
    width: auto;
  }
  .box_04 .in_03 .in_wrap img {
    width: 30%;
  }
  .box_04 .in_03 p {
    color: #AFAFAF;
    font-size: 3.3vw;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 17vw 0;
  }
  .osusume {
    padding-top: 16vw;
    margin-top: -11vw;
  }
  .osusume .img {
    width: 90%;
    padding-bottom: 7vw;
    margin: 0 auto 7vw;
  }
  .osusume .img img {
    width: 59vw;
    margin-left: -32vw;
  }
  .osusume .img .img_03 {
    width: 100%;
    margin-left: 0;
  }
  .osusume .in_01 {
    margin-bottom: 6vw;
  }
  .osusume .in_02 {
    display: block;
    width: 90%;
    padding-left: 0;
  }
  .osusume .in_02 .img_02 {
    margin-bottom: 6vw;
    width: 100%;
  }
  .osusume .in_02 .right {
    margin-left: 0;
  }
  .osusume .in_02 .right p {
    width: auto;
  }
  .osusume .in_02 .right p:last-child {
    padding-bottom: 0;
  }
  .osusume .in_02 .right_02 {
    width: 100%;
  }
  .osusume .in_02 .right_02 h4 {
    width: 31%;
  }
  .osusume .in_02 h4 {
    width: 39.5%;
  }
  .osusume .in_02 p + h4 {
    width: 29%;
    margin-top: 0;
  }
  .box_last {
    padding: 27vw 0 18vw;
    margin-top: -18vw;
  }
  .box_last .txt_01 {
    font-size: 2.5vw;
    margin-bottom: 19vw;
  }
  .box_last .txt_02 {
    font-size: 3.5vw;
    margin-bottom: -0.5vw;
  }
  .box_last .google_play img {
    width: 62%;
  }
  .box_last .lightroom_btn a {
    font-size: 3.3vw;
    width: 78vw;
    height: 12vw;
    line-height: 12vw;
    letter-spacing: 1.8px;
  }
  .box_last .lightroom_btn a:after {
    content: "";
    background: url(../images/arrow.png) no-repeat 0 0;
    position: absolute;
    width: 2vw;
    height: 3vw;
    right: 2vw;
    top: 4.5vw;
    background-size: 100%;
  }
  .box_last .sec-caption-txt {
    font-size: 2vw;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 8vw;
  }
  footer .ft-nav-list dl dt {
    border-top: 1px solid #bbbbbb;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 35px 10px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f7f7f7));
    background: linear-gradient(to bottom, #f0f0f0 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f7f7f7',GradientType=0 );
    position: relative;
    cursor: pointer;
  }
  footer .ft-nav-list dl dt .sp-list-btn {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    width: 22px;
    height: 22px;
    background-color: #333333;
    border-radius: 3px;
  }
  footer .ft-nav-list dl dt .sp-list-btn .btn-bar {
    position: absolute;
    font-size: 1px;
  }
  footer .ft-nav-list dl dt .sp-list-btn .bar-01 {
    top: 10px;
    left: 5px;
    width: 12px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  footer .ft-nav-list dl dt .sp-list-btn .bar-02 {
    top: 5px;
    left: 10px;
    width: 2px;
    height: 12px;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  footer .ft-nav-list dl dt.js_open .sp-list-btn .bar-02 {
    top: 12px;
    height: 0px;
  }
  footer .ft-nav-list dl dt span {
    font-weight: bold;
  }
  footer .ft-nav-list dl dd {
    font-size: 1.2rem;
    height: 0;
    overflow: hidden;
  }
  footer .ft-nav-list dl dd li {
    border-top: 1px solid #bbbbbb;
  }
  footer .ft-nav-list dl dd li a {
    display: block;
    padding: 12px 20px 12px 12px;
    text-decoration: none;
    background: url(/product/phone/common/rnw2015/images/1/sp_nav_arw03.png) no-repeat right center;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    color: #333;
  }
  footer .copyright-col {
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.9rem;
    background-color: #666666;
  }
  footer .copyright-col a {
    color: #FFF;
    text-decoration: none;
  }
  footer .copyright-col a:hover {
    text-decoration: underline;
  }
  footer .copyright-col ul {
    display: none;
  }
  footer .copyright-col #copyright {
    text-align: center;
    color: #FFF;
  }
  footer .ft-pagetop {
    border-top: 1px solid #b8b8b8;
    height: 60px;
  }
  footer .ft-pagetop .pagetop {
    position: fixed;
    right: 10px;
    bottom: 45px;
    z-index: 10;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  footer .ft-pagetop .pagetop img {
    width: 49px;
    height: auto;
  }
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.view_img_02 {
  opacity: 0;
  -webkit-filter: brightness(200%);
  filter: brightness(150%);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.view_img_02.zoomIn {
  opacity: 1;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), filter 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), filter 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), filter 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.view_box {
  position: relative;
}

.view_box .view_01,
.view_box .view_02 {
  position: absolute;
  overflow: hidden;
}

.view_box_01 .view_01 {
  right: 0;
}

.view_box_02 .view_01 {
  left: 0;
}

@media all and (min-width: 751px) {
  .view_box {
    height: 797px;
    top: -42px;
  }
  .view_box .view_01 {
    width: 608px;
    height: 411px;
  }
  .view_box .view_02 {
    width: 738px;
    height: 498px;
    top: 300px;
  }
  .view_box_01 .view_02 {
    right: 140px;
  }
  .view_box_02 .view_02 {
    left: 140px;
  }
}

@media all and (max-width: 750px) {
  .view_box {
    height: 98vw;
    top: -6.5vw;
    overflow: hidden;
  }
  .view_box .view_01 {
    width: 70vw;
    height: 45vw;
  }
  .view_box .view_02 {
    width: 97vw;
    height: 62vw;
    top: 36vw;
  }
  .view_box_01 .view_01 img {
    margin: 0 -1vw 0 0;
  }
  .view_box_01 .view_02 {
    left: -1vw;
  }
  .view_box_02 .view_01 img {
    margin: 0 0 0 -1vw;
  }
  .view_box_02 .view_02 {
    left: 4vw;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp_02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp_02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp_02 {
  -webkit-animation-name: fadeInUp_02;
  animation-name: fadeInUp_02;
}

@-webkit-keyframes fadeInUp_03 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp_03 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp_03 {
  -webkit-animation-name: fadeInUp_03;
  animation-name: fadeInUp_03;
}

@-webkit-keyframes fadeInUp_04 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp_04 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp_04 {
  -webkit-animation-name: fadeInUp_04;
  animation-name: fadeInUp_04;
}
/*# sourceMappingURL=style.css.map */