@charset "UTF-8";
/*/////////////////////////////
base
/////////////////////////////*/
/* fonts
* ------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'BrownLLWeb';
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/BrownLLWeb-Regular.eot");
  src: url("../fonts/BrownLLWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownLLWeb-Regular.woff2") format("woff2"), url("../fonts/BrownLLWeb-Regular.woff") format("woff"), url("../fonts/BrownLLWeb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'BrownLLWeb';
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/BrownLLWeb-Bold.eot");
  src: url("../fonts/BrownLLWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownLLWeb-Bold.woff2") format("woff2"), url("../fonts/BrownLLWeb-Bold.woff") format("woff"), url("../fonts/BrownLLWeb-Bold.ttf") format("truetype");
}
/* slick
* ------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
}

#allWrap.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#prosereIndex {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 17px;
  background: #000;
  color: #fff;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#prosereIndex a {
  color: #fff;
  text-decoration: none;
}
#prosereIndex img {
  max-width: 100%;
  height: auto;
  display: block;
}
#prosereIndex img[src$=".svg"] {
  width: 100%;
  max-width: none;
}
#prosereIndex br.sp {
  display: none;
}

#headerWrap {
  background: #fff;
  position: relative;
  z-index: 2;
}

#footer {
  margin-top: 0;
}

/* ==========================================================
 [epson prosere](c)visual and echo japan
	Created: 2020-2

[module]
	00.common
	01.mainVisual
	02.prosereSection01
  03.prosereSection02
  04.prosereSection03
  05.prosereSection04
  06.prosereSection05

 ========================================================== */
 /*/////////////////////////////
  00. common
  - 1. fontEn
  - 2. prosereFootbnr
  - 3. prosereFootinfo
  - 4. prosereFooter
  - 5. overlay
  - 6. modalYt
  - 7. currentPager
  - 8. loading
/////////////////////////////*/
/* 1. fontEn
* ------------------------- */
.fontEn {
  font-family: 'BrownLLWeb';
}

/* 2. prosereFootbnr
* ------------------------- */
.prosereFootbnr {
  background: #0e0e0e;
  padding: 150px 0 175px;
}
.prosereFootbnr .inner {
  max-width: 1045px;
  margin: 0 auto;
}
.prosereFootbnr .is-hidden li {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereFootbnr ul li {
  margin-top: 35px;
  -webkit-transition: all .8s .15s ease-out;
  transition: all .8s .15s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereFootbnr ul li:first-child {
  margin-top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereFootbnr ul li a {
  display: block;
}
.prosereFootbnr ul li .bnr02 {
  background: #fff;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.prosereFootbnr ul li .bnr02:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: url("../images/bnr_image02.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.prosereFootbnr ul li .bnr02 .text {
  color: #0e0e0e;
  display: table-cell;
  vertical-align: middle;
  padding: 45px 3.76648% 30px 4.7081%;
}
.prosereFootbnr ul li .bnr02 .text .en {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 18px;
}
.prosereFootbnr ul li .bnr02 .text .ja {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 18px;
}
.prosereFootbnr ul li .bnr02 .text .detail {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.64706;
}
.prosereFootbnr ul li .bnr02 .text .more {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  margin-top: 18px;
}
.prosereFootbnr ul li .bnr02 .text .more:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-right: #0e0e0e 2px solid;
  border-bottom: #0e0e0e 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
  margin-left: 8px;
}

/* 3. prosereFootinfo
* ------------------------- */
.prosereFootinfo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fff;
  padding: 100px 0 105px;
}
.prosereFootinfo .inner {
  max-width: 900px;
  margin: 0 auto;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereFootinfo .inner.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.prosereFootinfo .hdg {
  color: #000;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}
.prosereFootinfo .list {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.prosereFootinfo .list li {
  display: table;
  margin-top: 12px;
}
.prosereFootinfo .list li > * {
  display: table-cell;
  vertical-align: top;
}
.prosereFootinfo .list li .info {
  white-space: nowrap;
  letter-spacing: -0.4em;
}
.prosereFootinfo .list li .info .date {
  color: #848484;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
}
.prosereFootinfo .list li .info .tag {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  background: #000;
  padding: 0 15px;
  border-radius: 3px;
  margin-left: 15px;
}
.prosereFootinfo .list li .text {
  color: #000;
  padding: 3px 0 0 12px;
}
.prosereFootinfo .list li:first-child {
  margin-top: 0;
}
.prosereFootinfo .list li a {
  color: #005ab4 !important;
}
.prosereFootinfo .list li a:hover {
  text-decoration: underline !important;
}

/* 4. prosereFooter
* ------------------------- */
.prosereFooter {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 80px 0 0;
  background: #eee;
}
.prosereFooter .scrEff {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereFooter .scrEff.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.prosereFooter .share_title {
  color: #000;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.prosereFooter .share_list ul {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 100px;
}
.prosereFooter .share_list ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 42px;
  margin: 0 17px;
}
.prosereFooter .bottom {
  color: #666;
  background: #fff;
  padding: 50px 0 80px;
}
.prosereFooter .bottom .inner {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 35px;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereFooter .bottom .inner.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.prosereFooter .bottom .note {
  color: #666;
  font-size: 11px;
  line-height: 1.81818;
}
.prosereFooter .sitemap {
  color: #333 !important;
  background: #f4f4f4;
  padding: 45px 0 20px;
}
.prosereFooter .sitemap .mt40 {
  margin-top: 0 !important;
}
.prosereFooter .sitemap a {
  color: #333 !important;
}
.prosereFooter .sitemap .inner {
  max-width: 960px;
  margin: 0 auto;
}
.prosereFooter .sitemap .ttl {
  font-size: 14px;
}
.prosereFooter .sitemap .innerBlock {
  display: -webkit-box;
  display: flex;
}
.prosereFooter .sitemap .innerBlock .layCol01,
.prosereFooter .sitemap .innerBlock .layCol02,
.prosereFooter .sitemap .innerBlock .layCol03 {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 15px;
  border-left: 1px solid #E5E5E5;
}
.prosereFooter .sitemap .innerBlock .layCol01:first-child,
.prosereFooter .sitemap .innerBlock .layCol02:first-child,
.prosereFooter .sitemap .innerBlock .layCol03:first-child {
  border-left: none;
}
.prosereFooter .sitemap .innerBlock .layCol01 h3,
.prosereFooter .sitemap .innerBlock .layCol02 h3,
.prosereFooter .sitemap .innerBlock .layCol03 h3 {
  font-size: 14px;
}
.prosereFooter .sitemap .innerBlock .layCol01 h3 a,
.prosereFooter .sitemap .innerBlock .layCol02 h3 a,
.prosereFooter .sitemap .innerBlock .layCol03 h3 a {
  color: #000 !important;
}
.prosereFooter .sitemap .innerBlock .layCol01 h3 a:hover,
.prosereFooter .sitemap .innerBlock .layCol02 h3 a:hover,
.prosereFooter .sitemap .innerBlock .layCol03 h3 a:hover {
  text-decoration: underline !important;
}
.prosereFooter .sitemap .innerBlock .layCol01 .list,
.prosereFooter .sitemap .innerBlock .layCol02 .list,
.prosereFooter .sitemap .innerBlock .layCol03 .list {
  margin-left: 10px;
}
.prosereFooter .sitemap .innerBlock .layCol01 .list li,
.prosereFooter .sitemap .innerBlock .layCol02 .list li,
.prosereFooter .sitemap .innerBlock .layCol03 .list li {
  padding-left: 14px;
  background: url(/products/pro/common/images/link_dash_ico.png) no-repeat left 8px;
  background-size: 7px auto;
  line-height: 1.5;
  margin-bottom: 2px;
}
.prosereFooter .sitemap .innerBlock .layCol01 .list li > a,
.prosereFooter .sitemap .innerBlock .layCol02 .list li > a,
.prosereFooter .sitemap .innerBlock .layCol03 .list li > a {
  font-size: 12px;
  line-height: 1.5;
  color: #686868;
}
.prosereFooter .sitemap .innerBlock .layCol01 .list li > a:hover,
.prosereFooter .sitemap .innerBlock .layCol02 .list li > a:hover,
.prosereFooter .sitemap .innerBlock .layCol03 .list li > a:hover {
  text-decoration: underline !important;
}
.prosereFooter .sitemap .innerBlock .layCol01 .list li > a img,
.prosereFooter .sitemap .innerBlock .layCol02 .list li > a img,
.prosereFooter .sitemap .innerBlock .layCol03 .list li > a img {
  display: inline-block !important;
  vertical-align: middle;
}

/* 5. overlay
* ------------------------- */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 998;
  display: none;
}

/* 6. modalYt
* ------------------------- */
.modalYt {
  position: fixed;
  width: 960px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.modalYt .yt {
  position: relative;
}
.modalYt .yt:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modalYt .yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modalYt .close {
  display: block;
  width: 52px;
  height: 0;
  padding: 52px 0 0;
  overflow: hidden;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: -75px;
  right: 0;
  cursor: pointer;
}
.modalYt .close:before, .modalYt .close:after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modalYt .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalYt .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 7. currentPager
* ------------------------- */
.currentPager {
  position: fixed;
  top: 50%;
  left: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 99;
}
.currentPager .ui {
  line-height: 1;
}
.currentPager .ui li {
  margin-top: 3px;
  line-height: 1;
}
.currentPager .ui li:first-child {
  margin-top: 0;
}
.currentPager .ui li a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 7px;
  max-height: 10px;
  color: #000 !important;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 31px;
  padding-left: 4px;
  border-left: rgba(255, 255, 255, 0.5) 3px solid;
  overflow: hidden;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
.currentPager .ui li a span {
  display: block;
  padding-left: 50px;
  background: #fff;
  padding-right: 30px;
}
.currentPager .ui li a:hover {
  max-width: 500px;
  max-height: 31px;
  border-color: white;
}
.currentPager .ui li a.current {
  border-color: white;
  max-height: 31px;
}

/* 8. loading
* ------------------------- */
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 9999;
  overflow: hidden;
}
#loading .inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 47px 0;
  border-bottom: #fff 2px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#loading .inner:before, #loading .inner:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loading .inner:before {
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(75%, black), to(transparent));
  background: linear-gradient(to right, black 0%, black 75%, transparent 100%);
}
#loading .inner:after {
  background: -webkit-gradient(linear, right top, left top, from(black), color-stop(75%, black), to(transparent));
  background: linear-gradient(to left, black 0%, black 75%, transparent 100%);
}
#loading.load .inner:before {
  right: 100%;
}
#loading.load .inner:after {
  left: 100%;
}
#loading .logo {
  width: 686px;
  line-height: 1;
  margin: 0 auto;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#loading .logo.hide {
  opacity: 0;
  -webkit-filter: blur(0.3em);
  filter: blur(0.3em);
}
#loading .logo img {
  width: 100%;
  max-width: none;
}

 /*/////////////////////////////
  01. mainVisual
/////////////////////////////*/
.mainVisual {
  position: relative;
}
.mainVisual:before {
  content: "";
  display: block;
  width: 1px;
  height: 128px;
  background: #fff;
  position: fixed;
  bottom: -64px;
  left: 50%;
  margin-left: -.5px;
  z-index: 2;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.mainVisual.scroll:before {
  position: absolute;
}
.mainVisual .heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mainVisual .heading.fixed {
  position: fixed;
}
.mainVisual .heading .container {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.mainVisual .heading .logo {
  width: 253px;
  position: relative;
  z-index: 2;
}
.mainVisual .heading .navBtn {
  display: none;
}
.mainVisual .heading .nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
}
.mainVisual .heading .nav .links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.mainVisual .heading .nav .links > li {
  margin-left: 40px;
}
.mainVisual .heading .nav .links > li:first-child {
  margin-left: 0;
}
.mainVisual .heading .nav .links > li > a {
  font-size: 15px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
.mainVisual .heading .nav .links > li > a.open {
  color: #a6a5a5 !important;
}
.mainVisual .heading .nav .links .inLinks {
  min-width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  background: #000;
  display: none;
  z-index: 1;
}
.mainVisual .heading .nav .links .inLinks ul {
  line-height: 1;
  padding: 45px 0 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.mainVisual .heading .nav .links .inLinks ul li {
  border-right: #fff 1px solid;
  padding: 0 68px;
}
.mainVisual .heading .nav .links .inLinks ul li:first-child {
  border-left: #fff 1px solid;
}
.mainVisual .heading .nav .links .inLinks ul li a {
  font-size: 15px;
  letter-spacing: 0.02em;
  display: block;
}
.mainVisual .heading .nav .links .inLinks ul li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.mainVisual .heading .nav .buyLink {
  width: 76px;
  margin-left: 40px;
  position: relative;
  z-index: 2;
}
.mainVisual .heading .nav .buyLink a {
  display: block;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 23px;
  text-align: center;
  background: #005aff;
  border-radius: 12px;
}
.mainVisual .block01 {
  box-sizing: border-box;
  height: calc(100vh - 178px);
  padding-top: 69px;
  position: relative;
}
.mainVisual .block01 .inner {
  box-sizing: border-box;
  max-width: 1206px;
  margin: 0 auto;
  padding-top: 1.46413%;
  position: relative;
}
.mainVisual .block01 .text {
  width: 98.00995%;
  max-width: 980px;
  max-height: 107px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mainVisual .block01 .obj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mainVisual .block01 .obj.fixed {
  position: fixed;
}
.mainVisual .block01 .obj.fixed .housing .playBtn {
  opacity: 0;
}
.mainVisual .block01 .obj.fixed .housing .playBtn a {
  pointer-events: none;
}
.mainVisual .block01 .obj.fixed.bottom {
  position: absolute;
  top: 100%;
  opacity: .3;
}
.mainVisual .block01 .obj:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url("../images/mv_bg_pc.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -9.51684%;
  -webkit-transition: opacity .8s ease-out;
  transition: opacity .8s ease-out;
}
.mainVisual .block01 .obj .housing {
  width: 77.74524%;
  min-width: 960px;
  max-width: 1062px;
  max-height: 436px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 38.02083%;
}
.mainVisual .block01 .obj .housing .playBtn {
  width: 28.90772%;
  position: absolute;
  top: 23.16514%;
  right: -5.9322%;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.mainVisual .block01 .obj .housing .playBtn a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 15.96091%;
  background-image: url("../images/mv_playBtn_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mainVisual .block01 .welcome {
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.mainVisual .block01 .welcome a {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.1em;
}
.mainVisual .block02 {
  height: 100vh;
}
.mainVisual .block02 .inner {
  max-width: 1206px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.mainVisual .block02 .text {
  width: 86.15257%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.mainVisual .block02 .text.is-hidden {
  opacity: 0;
}
.mainVisual.is-hidden:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.mainVisual.is-hidden .block01 .text {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.mainVisual.is-hidden .block01 .text.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mainVisual.is-hidden .block01 .welcome {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}
.mainVisual.is-hidden .block01 .welcome.show {
  visibility: visible;
  opacity: 1;
}
.mainVisual.is-hidden .block01 .obj:before {
  opacity: 0;
}
.mainVisual.is-hidden .block01 .obj .housing {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.mainVisual.is-hidden .block01 .obj .housing.show {
  opacity: 1;
}
.mainVisual.is-hidden .block01 .obj .housing .playBtn {
  opacity: 0;
  -webkit-filter: blur(0.5em);
  filter: blur(0.5em);
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.mainVisual.is-hidden .block01 .obj .housing .playBtn.show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .mainVisual .heading .navBody {
    display: block !important;
  }

  #prosereIndex .mainVisual .heading .nav .links > li > a {
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
  }
  #prosereIndex .mainVisual .heading .nav .links > li > a:hover {
    color: #a6a5a5;
  }

  .mainVisual .heading .nav .links .inLinks ul li a:hover:after {
    opacity: 1;
  }

  #prosereIndex .mainVisual .heading .nav .buyLink a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #prosereIndex .mainVisual .heading .nav .buyLink a:hover {
    opacity: .7;
  }

  .mainVisual .block01 .obj .housing .playBtn a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .mainVisual .block01 .obj .housing .playBtn a:hover {
    background-image: url("../images/mv_playBtn-on_pc.png");
  }
}
 /*/////////////////////////////
  02. prosereSection01
/////////////////////////////*/
.prosereSection01 .heading {
  padding-top: 340px;
  position: relative;
}
.prosereSection01 .heading .hdg {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.prosereSection01 .heading .hdg .line {
  display: inline-block;
  border-left: #000 3px solid;
  padding-left: 5px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection01 .heading .hdg .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  background: #000;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection01 .heading .hdg .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 2px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection01 .heading.is-hidden .hdg .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .heading.is-hidden .hdg .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .heading.is-hidden .hdg .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .heading .block {
  box-sizing: border-box;
  width: 100%;
  display: table;
  margin-top: 150px;
  position: relative;
  z-index: 2;
}
.prosereSection01 .heading .block .wrap {
  display: table-cell;
  vertical-align: middle;
}
.prosereSection01 .heading .block .inner {
  max-width: 1206px;
  margin: 0 auto;
}
.prosereSection01 .heading .block .catch {
  width: 97.59536%;
  position: relative;
  margin-bottom: 35px;
}
.prosereSection01 .heading .block .catch .text {
  line-height: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.prosereSection01 .heading .block .catch .en {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  margin-top: -10.19541%;
  padding-right: 8.49618%;
  -webkit-transition: opacity 1s .3s ease;
  transition: opacity 1s .3s ease;
}
.prosereSection01 .heading .block .lead {
  width: 33.58209%;
  margin: 12.43781% 0 0 10.77944%;
  -webkit-transition: opacity 1s .6s ease;
  transition: opacity 1s .6s ease;
}
.prosereSection01 .heading .block .lead p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
}
.prosereSection01 .heading .block .lead p + p {
  margin-top: 1.5em;
}
.prosereSection01 .heading .block .is-hidden .catch .text {
  opacity: 0;
}
.prosereSection01 .heading .block .is-hidden .catch .en {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .heading .block .is-hidden .lead {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .heading .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../images/section01_bg_pc.png") no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection01 .heading .bg.op {
  opacity: .3;
}
.prosereSection01 .heading .bg.fixed {
  position: fixed;
}
.prosereSection01 .heading .bg.fixed.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.prosereSection01 .body .section01_scrollImageBlock {
  position: relative;
}
.prosereSection01 .body .section01_scrollImageBlock.fixed .section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prosereSection01 .body .section01_scrollImageBlock.fixed.bottom .section {
  position: absolute;
  top: auto;
}
.prosereSection01 .body .section {
  box-sizing: border-box;
  width: 100%;
  display: table;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection01 .body .section > * {
  display: table-cell;
  vertical-align: middle;
}
.prosereSection01 .body .section .hdg03 {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.23077;
  white-space: nowrap;
  z-index: 2;
}
.prosereSection01 .body .section .lead {
  z-index: 2;
}
.prosereSection01 .body .section .lead p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
}
.prosereSection01 .body .section .visual {
  position: relative;
  z-index: 1;
}
.prosereSection01 .body .section .visual:before {
  content: "";
  display: block;
}
.prosereSection01 .body .section .visual .image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.prosereSection01 .body .section .visual .image.after {
  z-index: 2;
}
.prosereSection01 .body .section .inner {
  position: relative;
}
.prosereSection01 .body .section01 .container {
  box-sizing: border-box;
  max-width: 1366px;
  padding-left: 6.07613%;
  margin: 0 auto;
}
.prosereSection01 .body .section01 .inner {
  width: 66.25097%;
}
.prosereSection01 .body .section01 .visual:before {
  padding-top: 78%;
}
.prosereSection01 .body .section01 .hdg03 {
  position: absolute;
  top: 30px;
  left: 80%;
}
.prosereSection01 .body .section01 .hdg03 .ef {
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection01 .body .section01 .hdg03 .line {
  color: #000;
  line-height: 1;
  display: inline-block;
  border-left: #fff 3px solid;
  padding-left: 2px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection01 .body .section01 .hdg03 .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection01 .body .section01 .hdg03 .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 15px 0 2px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection01 .body .section01 .lead {
  width: 340px;
  position: absolute;
  top: 380px;
  left: 86.47059%;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection01 .body .section01 .is-hidden .hdg03 .ef {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section01 .is-hidden .hdg03 .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section01 .is-hidden .hdg03 .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section01 .is-hidden .hdg03 .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section01 .is-hidden .lead {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section02 .container {
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
}
.prosereSection01 .body .section02 .inner {
  width: 58.19912%;
  margin-left: auto;
}
.prosereSection01 .body .section02 .visual:before {
  padding-top: 88.05031%;
}
.prosereSection01 .body .section02 .hdg03 {
  position: absolute;
  top: 160px;
  right: 80.50314%;
}
.prosereSection01 .body .section02 .hdg03 .ef {
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection01 .body .section02 .hdg03 .line {
  color: #000;
  line-height: 1;
  display: inline-block;
  border-left: #fff 3px solid;
  padding-left: 2px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection01 .body .section02 .hdg03 .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection01 .body .section02 .hdg03 .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 15px 0 5px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection01 .body .section02 .lead {
  width: 420px;
  position: absolute;
  top: 430px;
  right: 93.08176%;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection01 .body .section02 .is-hidden .hdg03 .ef {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section02 .is-hidden .hdg03 .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section02 .is-hidden .hdg03 .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section02 .is-hidden .hdg03 .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection01 .body .section02 .is-hidden .lead {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

 /*/////////////////////////////
  02. prosereSection02
/////////////////////////////*/
.prosereSection02 .heading {
  padding-top: 375px;
  position: relative;
}
.prosereSection02 .heading .hdg {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.prosereSection02 .heading .hdg .line {
  display: inline-block;
  border-left: #000 3px solid;
  padding-left: 5px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection02 .heading .hdg .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  background: #000;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection02 .heading .hdg .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 2px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 .heading.is-hidden .hdg .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .heading.is-hidden .hdg .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .heading.is-hidden .hdg .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .heading .block {
  box-sizing: border-box;
  width: 100%;
  display: table;
  margin-top: 250px;
  position: relative;
  z-index: 2;
}
.prosereSection02 .heading .block .wrap {
  display: table-cell;
  vertical-align: middle;
}
.prosereSection02 .heading .block .inner {
  max-width: 1206px;
  margin: 0 auto;
}
.prosereSection02 .heading .block .catch {
  width: 82.00663%;
  position: relative;
  margin: 0 auto;
}
.prosereSection02 .heading .block .catch .text {
  line-height: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.prosereSection02 .heading .block .catch .en {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  bottom: 14.53958%;
  right: 0;
  -webkit-transition: opacity 1s .3s ease;
  transition: opacity 1s .3s ease;
}
.prosereSection02 .heading .block .lead {
  max-width: 960px;
  margin: 20px auto 0;
  -webkit-transition: opacity 1s .6s ease;
  transition: opacity 1s .6s ease;
}
.prosereSection02 .heading .block .lead p {
  width: 42.85714%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
}
.prosereSection02 .heading .block .is-hidden .catch .text {
  opacity: 0;
}
.prosereSection02 .heading .block .is-hidden .catch .en {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .heading .block .is-hidden .lead {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .heading .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../images/section02_bg_pc.png") no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection02 .heading .bg.op {
  opacity: .3;
}
.prosereSection02 .heading .bg.fixed {
  position: fixed;
}
.prosereSection02 .heading .bg.fixed.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.prosereSection02 .section02_scrollImageBlock {
  position: relative;
}
.prosereSection02 .section02_scrollImageBlock.fixed .body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prosereSection02 .section02_scrollImageBlock.fixed.fixedBottom .body {
  position: absolute;
  top: auto;
}
.prosereSection02 .body {
  width: 100%;
  display: table;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection02 .body .wrap {
  display: table-cell;
  vertical-align: middle;
}
.prosereSection02 .body .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.prosereSection02 .body .inner .side {
  will-change: transform;
}
.prosereSection02 .body .block01 {
  position: relative;
}
.prosereSection02 .body .block01 .title {
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 75px;
}
.prosereSection02 .body .block01 .title .ef {
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 .body .block01 .title .line {
  color: #000;
  display: inline-block;
  border-right: #fff 3px solid;
  padding-right: 2px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection02 .body .block01 .title .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection02 .body .block01 .title .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 2px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 .body .block01 .visual {
  width: 616px;
  margin: 0 auto 70px;
  position: relative;
  line-height: 1;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection02 .body .block01 .visual .image.after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
.prosereSection02 .body .block01 .visual .image.after:before {
  content: "";
  display: block;
  padding-top: 45.61688%;
}
.prosereSection02 .body .block01 .visual .image.after img {
  max-width: none !important;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.prosereSection02 .body .block01 .detail {
  width: 420px;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection02 .body .block01 .detail .text {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.47059;
}
.prosereSection02 .body .block01 .detail .note {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
.prosereSection02 .body .block01 .detail .note small {
  font-size: 13px;
}
.prosereSection02 .body .is-hidden .block01 .title .ef {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .body .is-hidden .block01 .title .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .body .is-hidden .block01 .title .line:before {
  left: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .body .is-hidden .block01 .title .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .body .is-hidden .block01 .visual,
.prosereSection02 .body .is-hidden .block01 .detail {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .body .is-hidden .block02 {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 .body .block02 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: calc(100% + 55px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection02 .body .block02 .lyt {
  display: -webkit-box;
  display: flex;
}
.prosereSection02 .body .block02 .lyt .model {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.prosereSection02 .body .block02 .lyt .model .detail .cat {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: .8;
  margin-bottom: 20px;
}
.prosereSection02 .body .block02 .lyt .model .detail .size {
  font-size: 30px;
  font-weight: bold;
  line-height: .8;
  margin-bottom: 10px;
}
.prosereSection02 .body .block02 .lyt .model .detail .size small {
  font-size: 20px;
}
.prosereSection02 .body .block02 .lyt .model .detail .text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
}
.prosereSection02 .body .block02 .lyt .model .detail .comparison {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin-top: 35px;
}
.prosereSection02 .body .block02 .lyt .model .detail .comparison > span {
  display: inline-block;
  border-bottom: #fff 1px solid;
  padding: 0 8px 15px;
}
.prosereSection02 .body .block02 .lyt .model .image {
  margin-top: 40px;
}
.prosereSection02 .body .block02 .lyt .model .image span {
  display: block;
  margin: 0 auto;
}
.prosereSection02 .body .block02 .lyt .model .image .image01 {
  width: 476px;
}
.prosereSection02 .body .block02 .lyt .model .image .image02 {
  width: 441px;
}
.prosereSection02 > .bottom {
  margin: -250px 0 200px;
  position: relative;
  z-index: 1;
}
.prosereSection02 > .bottom .block01 {
  position: relative;
}
.prosereSection02 > .bottom .block01:before {
  content: "";
  display: block;
  padding-top: 150.73206%;
  background: url("../images/section02_image04.jpg") no-repeat;
  background-position: right bottom;
  background-size: cover;
  -webkit-transition: all 1s .4s ease-out;
  transition: all 1s .4s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.prosereSection02 > .bottom .block01.is-hidden:before {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.prosereSection02 > .bottom .block01 .col {
  width: 525px;
  position: absolute;
  top: 21.12676%;
  right: 47.95022%;
}
.prosereSection02 > .bottom .block01 .col .inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection02 > .bottom .block01 .col.fixed .inner {
  width: 525px;
  position: fixed;
  right: 47.95022%;
}
.prosereSection02 > .bottom .block01 .col.fixed.fixedBottom .inner {
  position: absolute;
  right: 0;
}
.prosereSection02 > .bottom .block01 .col .lead {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.23077;
  letter-spacing: 0.1em;
}
.prosereSection02 > .bottom .block01 .col .lead .ef {
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 > .bottom .block01 .col .lead .line {
  color: #000;
  line-height: 1;
  display: inline-block;
  border-right: #fff 3px solid;
  padding-right: 2px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection02 > .bottom .block01 .col .lead .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection02 > .bottom .block01 .col .lead .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 3px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 > .bottom .block01 .col .text {
  width: 425px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
  letter-spacing: .06em;
  margin-top: 25px;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection02 > .bottom .block01 .col.is-hidden .lead .ef {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block01 .col.is-hidden .lead .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block01 .col.is-hidden .lead .line:before {
  left: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block01 .col.is-hidden .lead .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block01 .col.is-hidden .text {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block02 {
  margin-top: -27.37921%;
  padding-right: 5.7101%;
}
.prosereSection02 > .bottom .block02 .inner {
  width: 58.65012%;
  margin-left: auto;
}
.prosereSection02 > .bottom .block02 .wrap {
  position: relative;
}
.prosereSection02 > .bottom .block02 .lead {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.23077;
  letter-spacing: 0.1em;
  position: absolute;
  top: 134px;
  left: -342px;
  z-index: 2;
}
.prosereSection02 > .bottom .block02 .lead .ef {
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 > .bottom .block02 .lead .line {
  color: #000;
  line-height: 1;
  display: inline-block;
  border-left: #fff 3px solid;
  padding-left: 2px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection02 > .bottom .block02 .lead .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection02 > .bottom .block02 .lead .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 2;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection02 > .bottom .block02 .text {
  width: 420px;
  position: absolute;
  top: 425px;
  left: -330px;
  z-index: 2;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection02 > .bottom .block02 .text p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
}
.prosereSection02 > .bottom .block02 .image {
  background: #000;
  position: relative;
  z-index: 1;
}
.prosereSection02 > .bottom .block02 .image img {
  -webkit-transition: opacity 1s 1.2s ease;
  transition: opacity 1s 1.2s ease;
}
.prosereSection02 > .bottom .block02.is-hidden .lead .ef {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block02.is-hidden .lead .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block02.is-hidden .lead .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block02.is-hidden .lead .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block02.is-hidden .text {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection02 > .bottom .block02.is-hidden .image img {
  opacity: .3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

 /*/////////////////////////////
  04. prosereSection03
/////////////////////////////*/
.prosereSection03 {
  margin-bottom: 150px;
}
.prosereSection03 .heading {
  padding-top: 365px;
  position: relative;
}
.prosereSection03 .heading .hdg {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.prosereSection03 .heading .hdg .line {
  display: inline-block;
  border-left: #000 3px solid;
  padding-left: 5px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection03 .heading .hdg .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  background: #000;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection03 .heading .hdg .line span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 2px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection03 .heading.is-hidden .hdg .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .heading.is-hidden .hdg .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .heading.is-hidden .hdg .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .heading .block {
  box-sizing: border-box;
  width: 100%;
  display: table;
  margin-top: 220px;
  position: relative;
  z-index: 2;
}
.prosereSection03 .heading .block .wrap {
  display: table-cell;
  vertical-align: middle;
}
.prosereSection03 .heading .block .inner {
  max-width: 1206px;
  margin: 0 auto;
}
.prosereSection03 .heading .block .catch {
  width: 79.60199%;
  position: relative;
  margin: 0 auto 60px;
}
.prosereSection03 .heading .block .catch .text {
  width: 84.27083%;
  margin: 0 auto;
  line-height: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.prosereSection03 .heading .block .catch .en {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: calc(100% + 60px);
  right: 0;
  -webkit-transition: opacity 1s .3s ease;
  transition: opacity 1s .3s ease;
}
.prosereSection03 .heading .block .lead {
  width: 79.60199%;
  margin: 0 auto;
  -webkit-transition: opacity 1s .6s ease;
  transition: opacity 1s .6s ease;
}
.prosereSection03 .heading .block .lead p {
  width: 44.79167%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
}
.prosereSection03 .heading .block .is-hidden .catch .text {
  opacity: 0;
}
.prosereSection03 .heading .block .is-hidden .catch .en {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .heading .block .is-hidden .lead {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .heading .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../images/section03_bg_pc.png") no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection03 .heading .bg.op {
  opacity: .3;
}
.prosereSection03 .heading .bg.fixed {
  position: fixed;
}
.prosereSection03 .heading .bg.fixed.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.prosereSection03 .body {
  margin-top: 80px;
}
.prosereSection03 .body .block + .block {
  margin-top: 170px;
}
.prosereSection03 .body .block .inner {
  display: -webkit-box;
  display: flex;
}
.prosereSection03 .body .block .col .lead {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.23077;
  letter-spacing: 0.1em;
}
.prosereSection03 .body .block .col .lead .ef {
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection03 .body .block .col .lead .line {
  line-height: .9;
  display: inline-block;
  border-left: #fff 3px solid;
  padding-left: 2px;
  position: relative;
  margin-top: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.prosereSection03 .body .block .col .lead .line:first-child {
  margin-top: 0;
}
.prosereSection03 .body .block .col .lead .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection03 .body .block .col .lead .line span {
  color: #000;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 6px 0 5px;
  -webkit-transition: opacity .6s .8s ease;
  transition: opacity .6s .8s ease;
}
.prosereSection03 .body .block .col .text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47059;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection03 .body .block .col .note {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 15px;
  -webkit-transition: opacity 1s .8s ease;
  transition: opacity 1s .8s ease;
}
.prosereSection03 .body .block.is-hidden .lead .ef {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block.is-hidden .lead .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block.is-hidden .lead .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block.is-hidden .lead .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block.is-hidden .text,
.prosereSection03 .body .block.is-hidden .note {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block01 {
  padding-left: 6.07613%;
}
.prosereSection03 .body .block01 .inner {
  -webkit-box-align: center;
  align-items: center;
}
.prosereSection03 .body .block01 .visual {
  line-height: 1;
  width: 54.8714%;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity .8s .5s ease;
  transition: opacity .8s .5s ease;
}
.prosereSection03 .body .block01 .visual .display {
  width: 37.64205%;
  position: absolute;
  top: 28.23315%;
  right: 33.09659%;
}
.prosereSection03 .body .block01 .visual .display .displayWrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.prosereSection03 .body .block01 .visual .display span {
  display: block;
  outline: none;
}
.prosereSection03 .body .block01.is-hidden .visual {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block01 .col {
  box-sizing: border-box;
  width: 59.39205%;
  margin-left: -9.35308%;
  position: relative;
  z-index: 2;
}
.prosereSection03 .body .block01 .col .lead {
  margin-bottom: 20px;
}
.prosereSection03 .body .block01 .col .text {
  width: 430px;
  margin-left: 5px;
}
.prosereSection03 .body .block02 {
  padding: 0 6.00293% 0 13.90922%;
}
.prosereSection03 .body .block02 .inner {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.prosereSection03 .body .block02 .visual {
  width: 64.35101%;
  background: #131313;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .8s 1s ease-out;
  transition: all .8s 1s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection03 .body .block02 .visual:before {
  content: "";
  display: block;
  padding-top: 77.98295%;
}
.prosereSection03 .body .block02 .visual .paper {
  width: 80.25568%;
  position: absolute;
  top: 11.83971%;
  right: 0;
  -webkit-transform: translateX(13%);
  transform: translateX(13%);
  -webkit-transition: -webkit-transform .6s 1.6s ease-in-out;
  transition: -webkit-transform .6s 1.6s ease-in-out;
  transition: transform .6s 1.6s ease-in-out;
  transition: transform .6s 1.6s ease-in-out, -webkit-transform .6s 1.6s ease-in-out;
}
.prosereSection03 .body .block02.is-hidden .visual {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block02.is-hidden .visual .paper {
  -webkit-transform: translateX(51%);
  transform: translateX(51%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block02 .col {
  width: 53.93053%;
  margin-right: -17.8245%;
  position: relative;
  z-index: 2;
}
.prosereSection03 .body .block02 .col .lead {
  letter-spacing: .05em;
  white-space: nowrap;
  margin-bottom: 40px;
}
.prosereSection03 .body .block02 .col .text {
  width: 420px;
  margin-left: 5px;
}
.prosereSection03 .body .block03 {
  padding-right: 6.07613%;
}
.prosereSection03 .body .block03 .inner {
  -webkit-box-align: center;
  align-items: center;
}
.prosereSection03 .body .block03 .visual {
  line-height: 1;
  width: 61.26267%;
  height: 0;
  padding-top: 42.79034%;
  background: #131313;
  position: relative;
  z-index: 1;
  -webkit-transition: all .8s 1s ease-out;
  transition: all .8s 1s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection03 .body .block03 .visual .printer {
  width: 109.66921%;
  position: absolute;
  top: -25.50091%;
  left: -11.70483%;
}
.prosereSection03 .body .block03 .visual .printer img {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .6s 2s ease-out;
  transition: opacity .6s 2s ease-out;
}
.prosereSection03 .body .block03 .visual .printer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/section03_image03-2.png") no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
  -webkit-transition: opacity .6s 2s ease-out;
  transition: opacity .6s 2s ease-out;
}
.prosereSection03 .body .block03.is-hidden .visual {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.prosereSection03 .body .block03.is-hidden .visual .printer img {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block03.is-hidden .visual .printer:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block03 .col {
  box-sizing: border-box;
  width: 50.2728%;
  margin-left: -11.37958%;
  position: relative;
  z-index: 2;
}
.prosereSection03 .body .block03 .col .lead {
  letter-spacing: .05em;
  margin-bottom: 15px;
}
.prosereSection03 .body .block03 .col .text {
  width: 415px;
  margin-left: 10px;
}
.prosereSection03 .body .block03 .col .note {
  padding-left: 10px;
}
.prosereSection03 .body .block04 {
  padding: 0 6.00293% 0 13.90922%;
}
.prosereSection03 .body .block04 .inner {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.prosereSection03 .body .block04 .visual {
  width: 64.35101%;
  background: #131313;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .8s 1s ease-out;
  transition: all .8s 1s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection03 .body .block04 .visual:before {
  content: "";
  display: block;
  padding-top: 77.98295%;
}
.prosereSection03 .body .block04 .visual .printer {
  width: 105.68182%;
  position: absolute;
  top: -19.85428%;
  left: -16.76136%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .6s 1.6s ease-in-out;
  transition: -webkit-transform .6s 1.6s ease-in-out;
  transition: transform .6s 1.6s ease-in-out;
  transition: transform .6s 1.6s ease-in-out, -webkit-transform .6s 1.6s ease-in-out;
}
.prosereSection03 .body .block04.is-hidden .visual {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block04.is-hidden .visual .printer {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection03 .body .block04 .col {
  width: 53.93053%;
  margin-right: -18.28154%;
  position: relative;
  z-index: 2;
}
.prosereSection03 .body .block04 .col .lead {
  letter-spacing: .05em;
  white-space: nowrap;
  margin-bottom: 30px;
}
.prosereSection03 .body .block04 .col .text {
  width: 425px;
  margin-left: 10px;
}
.prosereSection03 .body .block04 .col .note {
  padding-left: 10px;
}

 /*/////////////////////////////
  05. prosereSection04
/////////////////////////////*/
.prosereSection04 {
  background: #0e0e0e;
}
.prosereSection04 .heading {
  width: 100%;
  display: table;
}
.prosereSection04 .heading .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.prosereSection04 .heading .title {
  width: 695px;
  margin: 0 auto;
}
.prosereSection04 .heading .title .hdg {
  line-height: 1;
  margin-bottom: 45px;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection04 .heading .title .leadBlock .toList {
  display: none;
}
.prosereSection04 .heading .title .leadBlock .col .ja {
  width: 357px;
  margin: 0 auto;
  -webkit-transition: all .8s .15s ease-out;
  transition: all .8s .15s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection04 .heading .title .leadBlock .col .en {
  font-size: 26px;
  font-style: italic;
  letter-spacing: 0.1em;
  -webkit-transition: all .8s .3s ease-out;
  transition: all .8s .3s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection04 .heading .title .note {
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  -webkit-transition: all .8s .4s ease-out;
  transition: all .8s .4s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection04 .heading .title.is-hidden .hdg,
.prosereSection04 .heading .title.is-hidden .note {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.prosereSection04 .heading .title.is-hidden .leadBlock .col .ja,
.prosereSection04 .heading .title.is-hidden .leadBlock .col .en {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.prosereSection04 .body {
  border-top: #000 2px solid;
  padding: 45px 0 35px;
  position: relative;
}
.prosereSection04 .body:after {
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -27px;
  margin-left: -.5px;
  z-index: 2;
}
.prosereSection04 .body .inner {
  width: 960px;
  margin: 0 auto;
}
.prosereSection04 .body .scroll {
  line-height: 1;
  text-align: center;
  margin-top: 100px;
}
.prosereSection04 .body .scroll a {
  font-size: 13px;
  letter-spacing: 0.06em;
}
.prosereSection04 .body .history {
  position: relative;
  padding-top: 60px;
}
.prosereSection04 .body .history .toList {
  width: 141px;
  position: absolute;
  top: 0;
  right: 0;
}
.prosereSection04 .body .history .toList a {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 31px;
  text-align: center;
  display: block;
  border: #fff 1px solid;
  border-radius: 17px;
}
.prosereSection04 .body .history .yearCount {
  font-size: 318px;
  font-weight: bold;
  line-height: 1;
}
.prosereSection04 .body .history .yearCount > .wrap {
  display: -webkit-box;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
}
.prosereSection04 .body .history .yearCount > .wrap > * {
  padding-top: 8px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: -0.02em;
  line-height: .75;
}
.prosereSection04 .body .history .yearCount > .wrap .num {
  width: 1.2em;
}
.prosereSection04 .body .history .yearCount > .wrap .num10, .prosereSection04 .body .history .yearCount > .wrap .num1 {
  width: .6em;
  height: 238px;
  overflow: hidden;
}
.prosereSection04 .body .history .yearCount > .wrap .num10 span, .prosereSection04 .body .history .yearCount > .wrap .num1 span {
  display: block;
  margin-top: 10px;
}
.prosereSection04 .body .history .yearCount > .wrap .num10 span:first-child, .prosereSection04 .body .history .yearCount > .wrap .num1 span:first-child {
  margin-top: 0;
}
.prosereSection04 .body .history .yearCount > .wrap .slot {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.prosereSection04 .body .history .yearCount > .wrap.y1 .num10 .slot {
  -webkit-transform: translateY(-496px);
  transform: translateY(-496px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1 .num1 .slot {
  -webkit-transform: translateY(-992px);
  transform: translateY(-992px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1.y2-1 .num1 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y2-2 .num1 .slot {
  -webkit-transform: translateY(-496px);
  transform: translateY(-496px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1.y3 .num1 .slot {
  -webkit-transform: translateY(-248px);
  transform: translateY(-248px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1.y4-1 .num10 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y4-2 .num10 .slot {
  -webkit-transform: translateY(-248px);
  transform: translateY(-248px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1.y4-1 .num1 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y4-2 .num1 .slot {
  -webkit-transform: translateY(-2232px);
  transform: translateY(-2232px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1.y5 .num1 .slot {
  -webkit-transform: translateY(-1488px);
  transform: translateY(-1488px);
}
.prosereSection04 .body .history .yearCount > .wrap.y1.y6-1 .num1 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y6-2 .num1 .slot {
  -webkit-transform: translateY(-1240px);
  transform: translateY(-1240px);
}
.prosereSection04 .body .modelSlide {
  margin-top: -60px;
  position: relative;
}
.prosereSection04 .body .modelSlide:after {
  content: "";
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -1px;
  z-index: 1;
}
.prosereSection04 .body .modelSlide .slider {
  z-index: 2;
}
.prosereSection04 .body .modelSlide .slider .image {
  text-align: center;
  width: 500px;
  margin: 0 100px;
  outline: none;
}
.prosereSection04 .body .modelSlide .slider .image span {
  display: inline-block;
}
.prosereSection04 .body .modelSlide .controll {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 794px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.prosereSection04 .body .modelSlide .controll .slick-arrow {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 0;
  padding-top: 38px;
  background: #000;
  border: #fff 1px solid;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.prosereSection04 .body .modelSlide .controll .slick-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}
.prosereSection04 .body .modelSlide .controll .slick-arrow.slick-disabled {
  border-color: #3e3e3e;
}
.prosereSection04 .body .modelSlide .controll .slick-arrow.slick-disabled:before {
  border-color: #3e3e3e;
}
.prosereSection04 .body .modelSlide .controll .slick-next:before {
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -8px;
}
.prosereSection04 .body .modelSlide .controll .slick-prev:before {
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -4px;
}
.prosereSection04 .body .textSlide {
  margin-top: 40px;
}
.prosereSection04 .body .textSlide .col {
  outline: none;
}
.prosereSection04 .body .textSlide .col .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.prosereSection04 .body .textSlide .col .left {
  width: 50%;
}
.prosereSection04 .body .textSlide .col .left .sub {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 12px;
}
.prosereSection04 .body .textSlide .col .left .cat {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}
.prosereSection04 .body .textSlide .col .text {
  width: 45%;
  margin-left: auto;
  text-align: right;
}
.prosereSection04 .body .textSlide .col .text .in {
  display: inline-block;
  text-align: left;
}
.prosereSection04 .body .textSlide .col .text p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.53846;
}
.prosereSection04 .modelModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.prosereSection04 .modelModal .inner {
  width: 960px;
  padding: 30px 0 50px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.prosereSection04 .modelModal .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 15px;
}
.prosereSection04 .modelModal .text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66667;
}
.prosereSection04 .modelModal .note {
  font-size: 12px;
  margin-top: 1.5em;
}
.prosereSection04 .modelModal .close {
  display: block;
  width: 52px;
  height: 0;
  padding: 52px 0 0;
  overflow: hidden;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer;
}
.prosereSection04 .modelModal .close:before, .prosereSection04 .modelModal .close:after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.prosereSection04 .modelModal .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.prosereSection04 .modelModal .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.prosereSection04 .modelModal .madels {
  margin-top: 65px;
}
.prosereSection04 .modelModal .madels .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
}
.prosereSection04 .modelModal .madels .list li {
  text-align: center;
  box-sizing: border-box;
  width: 25%;
  padding: 0 8px;
  margin-bottom: 35px;
}
.prosereSection04 .modelModal .madels .list li .fig {
  margin-bottom: 10px;
}
.prosereSection04 .modelModal .madels .list li .fig img {
  margin: 0 auto;
}
.prosereSection04 .modelModal .madels .list li .cap {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .prosereSection04 .body .history .toList a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .prosereSection04 .body .history .toList a:hover {
    color: #000 !important;
    background: #ccc;
  }
}
 /*/////////////////////////////
  06. prosereSection05
/////////////////////////////*/
.prosereSection05 .lineupHeading {
  background: #000;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.prosereSection05 .lineupHeading.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.prosereSection05 .heading {
  width: 100%;
  display: table;
}
.prosereSection05 .heading .inner {
  display: table-cell;
  vertical-align: middle;
}
.prosereSection05 .heading .title {
  text-align: center;
  box-sizing: border-box;
  width: 870px;
  margin: 0 auto;
  position: relative;
}
.prosereSection05 .heading .title .in {
  padding: 90px 0;
}
.prosereSection05 .heading .title:before, .prosereSection05 .heading .title:after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transition: all .6s .6s ease-out;
  transition: all .6s .6s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.prosereSection05 .heading .title:before {
  top: 0;
  left: 0;
  right: 1px;
}
.prosereSection05 .heading .title:after {
  bottom: 0;
  right: 0;
  left: 1px;
}
.prosereSection05 .heading .title .in:before,
.prosereSection05 .heading .title .in:after {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .6s .8s ease-out;
  transition: all .6s .8s ease-out;
}
.prosereSection05 .heading .title .in:before {
  top: 0;
  right: 0;
  bottom: 1px;
}
.prosereSection05 .heading .title .in:after {
  bottom: 0;
  left: 0;
  top: 1px;
}
.prosereSection05 .heading .title .hdg02 {
  width: 64.48276%;
  line-height: 1;
  margin: 0 auto 35px;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.prosereSection05 .heading .title .hdg02 img {
  margin: 0 auto;
}
.prosereSection05 .heading .title .sub {
  font-size: 40px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: #fff 2px solid;
  -webkit-transition: all .8s .15s ease-out;
  transition: all .8s .15s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.prosereSection05 .heading .title.is-hidden .hdg02,
.prosereSection05 .heading .title.is-hidden .sub {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}
.prosereSection05 .heading .title.is-hidden:before, .prosereSection05 .heading .title.is-hidden:after,
.prosereSection05 .heading .title.is-hidden .in:before,
.prosereSection05 .heading .title.is-hidden .in:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection05 .heading .title.is-hidden:before {
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}
.prosereSection05 .heading .title.is-hidden:after {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}
.prosereSection05 .heading .title.is-hidden .in:before {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.prosereSection05 .heading .title.is-hidden .in:after {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.prosereSection05 .body {
  padding: 200px 0 110px;
}
.prosereSection05 .body .lead {
  width: 960px;
  text-align: center;
  margin: 0 auto 25px;
  position: relative;
  z-index: 2;
}
.prosereSection05 .body .lead .text {
  width: 92.65306%;
  line-height: 1;
  margin: 0 auto 45px;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection05 .body .lead .text img {
  margin: 0 auto;
}
.prosereSection05 .body .lead .sub {
  line-height: 1;
  margin-bottom: 35px;
}
.prosereSection05 .body .lead .sub .line {
  display: inline-block;
  border-left: #fff 3px solid;
  padding-left: 2px;
  position: relative;
  -webkit-transition: all .4s .2s ease;
  transition: all .4s .2s ease;
}
.prosereSection05 .body .lead .sub .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prosereSection05 .body .lead .sub .line span {
  width: 583px;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 15px 0 18px;
  -webkit-transition: opacity .6s 1.2s ease;
  transition: opacity .6s 1.2s ease;
}
.prosereSection05 .body .lead .en {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all .8s .8s ease-out;
  transition: all .8s .8s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.prosereSection05 .body .lead.is-hidden .text,
.prosereSection05 .body .lead.is-hidden .en {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.prosereSection05 .body .lead.is-hidden .sub .line {
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection05 .body .lead.is-hidden .sub .line:before {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection05 .body .lead.is-hidden .sub .line span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection05 .body .newProduct {
  margin-bottom: 160px;
}
.prosereSection05 .body .newProduct .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.prosereSection05 .body .newProduct .inner:after {
  content: "";
  display: block;
  width: 1366px;
  height: 503px;
  background: url("../images/section05_bg_pc.jpg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -380px;
  left: 50%;
  margin-left: -688px;
  z-index: 1;
  -webkit-transition: opacity 1s 1.2s ease;
  transition: opacity 1s 1.2s ease;
}
.prosereSection05 .body .newProduct .col {
  width: 43.64583%;
  margin: 0 1.35417%;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection05 .body .newProduct .col + .col {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.prosereSection05 .body .newProduct .col a {
  display: block;
  border: transparent 1px solid;
  padding: 50px 0 60px;
  overflow: hidden;
}
.prosereSection05 .body .newProduct .col .product01 {
  margin: 0 -8.24742% 0 -5.36082%;
}
.prosereSection05 .body .newProduct .col .product01 + .text {
  margin-top: -30px;
}
.prosereSection05 .body .newProduct .col .product02 {
  margin: 0 -2.55814% 0 0;
}
.prosereSection05 .body .newProduct .col .product02 + .text {
  margin-top: -35px;
}
.prosereSection05 .body .newProduct .col .text {
  text-align: center;
}
.prosereSection05 .body .newProduct .col .text .cat {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 15px;
}
.prosereSection05 .body .newProduct .col .text .tag {
  letter-spacing: -0.4em;
}
.prosereSection05 .body .newProduct .col .text .tag li {
  font-size: 13px;
  line-height: 22px;
  padding: 0 10px;
  border: #fff 1px solid;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-radius: 12px;
  margin: 0 5px;
}
.prosereSection05 .body .newProduct .col .text .link {
  width: 168px;
  margin: 20px auto 0;
}
.prosereSection05 .body .newProduct .col .text .link span {
  font-size: 17px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 18px;
}
.prosereSection05 .body .newProduct .col .text .link span:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.prosereSection05 .body .newProduct .col .text .link span:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #fff;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prosereSection05 .body .newProduct.is-hidden .inner:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection05 .body .newProduct.is-hidden .col {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.prosereSection05 .body .newProduct.is-hidden .col + .col {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.prosereSection05 .body .other {
  max-width: 1045px;
  margin: 0 auto;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prosereSection05 .body .other.is-hidden {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.prosereSection05 .body .other .inner {
  background: #0e0e0e;
  padding: 70px 4.78469% 35px;
}
.prosereSection05 .body .other .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.prosereSection05 .body .other .wrap .title {
  position: relative;
}
.prosereSection05 .body .other .wrap .title span {
  position: relative;
  z-index: 2;
}
.prosereSection05 .body .other .wrap .title:before {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -0.5px;
}
.prosereSection05 .body .other .wrap .entry {
  width: 30.68783%;
}
.prosereSection05 .body .other .wrap .entry .title {
  line-height: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.prosereSection05 .body .other .wrap .entry .title span {
  background: #0e0e0e;
  display: block;
  width: 50%;
  padding: 0 5px 0 15px;
}
.prosereSection05 .body .other .wrap .entry .col .image {
  width: 76.55172%;
  margin: 14px auto 55px;
}
.prosereSection05 .body .other .wrap .old {
  width: 65.18519%;
}
.prosereSection05 .body .other .wrap .old .title {
  line-height: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.prosereSection05 .body .other .wrap .old .title span {
  background: #0e0e0e;
  display: block;
  width: 36.52597%;
  padding: 0 12px 0 20px;
}
.prosereSection05 .body .other .wrap .old .lyt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.prosereSection05 .body .other .wrap .old .lyt .col {
  width: 47.07792%;
}
.prosereSection05 .body .other .wrap .old .col .image {
  margin: 0 auto 55px;
}
.prosereSection05 .body .other .wrap .old .col .product01 {
  width: 84.13793%;
}
.prosereSection05 .body .other .wrap .old .col .product02 {
  width: 75.51724%;
}
.prosereSection05 .body .other .col a {
  display: block;
  border: transparent 1px solid;
  padding: 40px 0 35px;
}
.prosereSection05 .body .other .col .text {
  text-align: center;
}
.prosereSection05 .body .other .col .text .cat {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 15px;
}
.prosereSection05 .body .other .col .text .tag {
  letter-spacing: -0.4em;
}
.prosereSection05 .body .other .col .text .tag li {
  font-size: 13px;
  line-height: 22px;
  padding: 0 10px;
  border: #fff 1px solid;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-radius: 12px;
  margin: 0 5px;
}
.prosereSection05 .body .other .col .text .link {
  width: 168px;
  margin: 20px auto 0;
}
.prosereSection05 .body .other .col .text .link span {
  font-size: 17px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 18px;
}
.prosereSection05 .body .other .col .text .link span:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.prosereSection05 .body .other .col .text .link span:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #fff;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .prosereSection05 .body .newProduct .col a,
  .prosereSection05 .body .other .col a {
    -webkit-transition: border-color .8s ease;
    transition: border-color .8s ease;
  }
  .prosereSection05 .body .newProduct .col a .text .link span,
  .prosereSection05 .body .other .col a .text .link span {
    -webkit-transition: color .8s ease;
    transition: color .8s ease;
  }
  .prosereSection05 .body .newProduct .col a .text .link span:before, .prosereSection05 .body .newProduct .col a .text .link span:after,
  .prosereSection05 .body .other .col a .text .link span:before,
  .prosereSection05 .body .other .col a .text .link span:after {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .prosereSection05 .body .newProduct .col a:hover,
  .prosereSection05 .body .other .col a:hover {
    border-color: #434343;
  }
  .prosereSection05 .body .newProduct .col a:hover .text .link span,
  .prosereSection05 .body .other .col a:hover .text .link span {
    color: #a6a5a5;
  }
  .prosereSection05 .body .newProduct .col a:hover .text .link span:before,
  .prosereSection05 .body .other .col a:hover .text .link span:before {
    left: 70%;
  }
  .prosereSection05 .body .newProduct .col a:hover .text .link span:after,
  .prosereSection05 .body .other .col a:hover .text .link span:after {
    height: 8px;
  }
}
/*/////////////////////////////
 IE 11
/////////////////////////////*/
.ie .prosereSection01 .body .section01 .hdg03 .line,
.ie .prosereSection01 .body .section02 .hdg03 .line,
.ie .prosereSection03 .body .block .col .lead .line {
  top: -15px;
}
.ie .prosereSection01 .body .section01 .hdg03 .line span,
.ie .prosereSection01 .body .section02 .hdg03 .line span,
.ie .prosereSection02 .body .block01 .title .line span,
.ie .prosereSection02 > .bottom .block01 .col .lead .line span,
.ie .prosereSection02 > .bottom .block02 .lead .line span,
.ie .prosereSection03 .body .block .col .lead .line span {
  top: 15px;
}
.ie .prosereSection02 .heading .hdg .line span,
.ie .prosereSection01 .heading .hdg .line span,
.ie .prosereSection03 .heading .hdg .line span {
  top: 6px;
}
.ie .mainVisual .heading .nav .buyLink a {
  padding-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prosereSection01 .body .section02 .hdg03 {
    right: 67.92453%;
  }

  .prosereSection01 .body .section02 .lead {
    right: 80.50314%;
  }

  .prosereSection02 > .bottom .block01 .col {
    right: 40.81633%;
  }
  .prosereSection02 > .bottom .block01 .col.fixed .inner {
    right: 40.81633%;
  }
}
/*/////////////////////////////
 RWD
/////////////////////////////*/
@media screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }

  #prosereIndex {
    font-size: 14px;
  }
  #prosereIndex br.sp {
    display: inline;
  }
  #prosereIndex br.pc {
    display: none;
  }

  #loading .inner {
    padding: 25px 0;
  }
  #loading .logo {
    width: 235px;
  }

  .prosereFootbnr {
    padding: 62px 0 65px;
  }
  .prosereFootbnr .inner {
    padding: 0 6%;
  }
  .prosereFootbnr ul li {
    margin-top: 17px;
  }
  .prosereFootbnr ul li .bnr02 .text {
    padding: 12px 0 8px 3.0303%;
  }
  .prosereFootbnr ul li .bnr02 .text .en {
    font-size: 9px;
    margin-bottom: 5px;
  }
  .prosereFootbnr ul li .bnr02 .text .ja {
    font-size: 18px;
    line-height: 1.11111;
    margin-bottom: 8px;
  }
  .prosereFootbnr ul li .bnr02 .text .detail {
    font-size: 9px;
    letter-spacing: 0.06em;
    line-height: 1.33333;
  }
  .prosereFootbnr ul li .bnr02 .text .more {
    font-size: 10px;
    margin-top: 14px;
    padding-right: 6.06061%;
  }
  .prosereFootbnr ul li .bnr02 .text .more:after {
    width: 5px;
    height: 5px;
    top: 0;
    margin-left: 3px;
  }

  .prosereFootinfo {
    padding: 40px 0 35px;
  }
  .prosereFootinfo .inner {
    padding: 0 8%;
  }
  .prosereFootinfo .hdg {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .prosereFootinfo .list {
    font-size: 13px;
    line-height: 0.76923;
  }
  .prosereFootinfo .list li {
    display: block;
    margin-top: 0;
    padding: 15px 0;
    border-bottom: #e0e0e0 1px solid;
  }
  .prosereFootinfo .list li:first-child {
    border-top: #e0e0e0 1px solid;
  }
  .prosereFootinfo .list li > * {
    display: block;
  }
  .prosereFootinfo .list li .info {
    white-space: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: center;
  }
  .prosereFootinfo .list li .info .date {
    display: block;
  }
  .prosereFootinfo .list li .info .tag {
    font-size: 11px;
    line-height: 25px;
    margin-left: auto;
  }
  .prosereFootinfo .list li .text {
    padding: 10px 0 0;
  }
  .prosereFootinfo .list li:first-child {
    margin-top: 0;
  }

  .prosereFooter {
    padding: 35px 0 0;
  }
  .prosereFooter .share_title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .prosereFooter .share_list ul {
    margin-bottom: 40px;
  }
  .prosereFooter .bottom {
    padding: 8px 0 12px;
  }
  .prosereFooter .bottom .inner {
    padding: 0 4%;
  }
  .prosereFooter .bottom .note {
    font-size: 9px;
    line-height: 1.26316;
  }
  .prosereFooter .sitemap {
    color: #2F3E46;
    padding: 30px 0 15px;
  }
  .prosereFooter .sitemap .inner {
    padding: 0 6.8vw;
  }
  .prosereFooter .sitemap .ttl {
    font-size: 16px;
    margin-bottom: 1em;
    margin-left: -3.6vw;
  }
  .prosereFooter .sitemap .innerBlock {
    display: block;
  }
  .prosereFooter .sitemap .innerBlock .layCol01,
  .prosereFooter .sitemap .innerBlock .layCol02,
  .prosereFooter .sitemap .innerBlock .layCol03 {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  .prosereFooter .sitemap .innerBlock .layCol01 h3,
  .prosereFooter .sitemap .innerBlock .layCol02 h3,
  .prosereFooter .sitemap .innerBlock .layCol03 h3 {
    font-size: 16px;
    margin-bottom: .25em;
  }
  .prosereFooter .sitemap .innerBlock .layCol01 .list,
  .prosereFooter .sitemap .innerBlock .layCol02 .list,
  .prosereFooter .sitemap .innerBlock .layCol03 .list {
    margin-left: 0;
  }
  .prosereFooter .sitemap .innerBlock .layCol01 .list li,
  .prosereFooter .sitemap .innerBlock .layCol02 .list li,
  .prosereFooter .sitemap .innerBlock .layCol03 .list li {
    padding-left: 0;
    background: none;
    margin-bottom: .2em;
  }
  .prosereFooter .sitemap .innerBlock .layCol01 .list li > a,
  .prosereFooter .sitemap .innerBlock .layCol02 .list li > a,
  .prosereFooter .sitemap .innerBlock .layCol03 .list li > a {
    color: #2F3E46;
  }
  .prosereFooter .sitemap .innerBlock .layCol02,
  .prosereFooter .sitemap .innerBlock .layCol03 {
    margin-top: 16px;
  }

  .modalYt {
    width: 92%;
  }
  .modalYt .close {
    width: 41px;
    padding: 41px 0 0;
    top: -60px;
  }
  .modalYt .close:before, .modalYt .close:after {
    width: 55px;
  }

  .currentPager {
    display: none;
  }

  .mainVisual:before {
    height: 50px;
    bottom: -25px;
  }
  .mainVisual .heading {
    padding: 7px 0;
  }
  .mainVisual .heading .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.66667%;
  }
  .mainVisual .heading .logo {
    width: 141px;
  }
  .mainVisual .heading .navBtn {
    display: block;
    width: 19px;
    height: 0;
    padding-top: 19px;
    overflow: hidden;
    outline: none;
    border: none;
    background: none;
    position: relative;
  }
  .mainVisual .heading .navBtn:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: #fff 2px solid;
    border-bottom: #fff 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .mainVisual .heading .navBtn.open:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -5px;
  }
  .mainVisual .heading .navBody {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #000;
    padding: 12px 2.66667% 15px 8%;
    display: none;
  }
  .mainVisual .heading .nav .links {
    display: block;
  }
  .mainVisual .heading .nav .links > li {
    border-top: #fff 1px solid;
    margin: 0;
  }
  .mainVisual .heading .nav .links > li > a {
    font-size: 11px;
    display: block;
    padding: 12px 0;
  }
  .mainVisual .heading .nav .links > li:first-child {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .mainVisual .heading .nav .links > li:first-child > * {
    display: table-cell;
    vertical-align: top;
  }
  .mainVisual .heading .nav .links > li:first-child > a {
    width: 29.85075%;
  }
  .mainVisual .heading .nav .links .inLinks {
    min-width: auto;
    margin: 0;
    position: static;
    display: table-cell !important;
    padding: 12px 0;
  }
  .mainVisual .heading .nav .links .inLinks ul {
    padding: 0;
    display: block;
  }
  .mainVisual .heading .nav .links .inLinks ul li {
    border-right: none;
    padding: 0;
    margin-top: 10px;
  }
  .mainVisual .heading .nav .links .inLinks ul li:first-child {
    border-left: none;
    margin-top: 0;
  }
  .mainVisual .heading .nav .links .inLinks ul li a {
    font-size: 11px;
  }
  .mainVisual .heading .nav .links .inLinks ul li a:after {
    display: none;
  }
  .mainVisual .heading .nav .buyLink {
    width: 52px;
    margin-left: 7px;
  }
  .mainVisual .heading .nav .buyLink a {
    line-height: 21px;
  }
  .mainVisual .block01 {
    height: calc(100vh - 183px);
    padding-top: 35px;
  }
  .mainVisual .block01 .inner {
    padding-top: 6.13333%;
  }
  .mainVisual .block01 .text {
    width: 81.86667%;
  }
  .mainVisual .block01 .obj:before {
    background: url("../images/mv_bg_sp.jpg") no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin-top: 0;
    top: 0;
  }
  .mainVisual .block01 .obj .housing {
    min-width: auto;
    max-width: none;
    width: 116.4%;
    max-height: none;
    right: auto;
    left: 50%;
    top: 32.21536%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mainVisual .block01 .obj .housing .playBtn {
    width: 54.52463%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  .mainVisual .block01 .obj .housing .playBtn a {
    padding-top: 15.33613%;
    background-image: url("../images/mv_playBtn_sp.png");
  }
  .mainVisual .block01 .welcome {
    bottom: auto;
    top: 71.90294%;
  }
  .mainVisual .block01 .welcome a {
    font-size: 10px;
  }
  .mainVisual .block02 .text {
    width: 91.2%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .prosereSection01 .heading {
    padding-top: 40px;
  }
  .prosereSection01 .heading .hdg {
    font-size: 20px;
  }
  .prosereSection01 .heading .hdg .line {
    border-width: 2px;
    padding-left: 4px;
  }
  .prosereSection01 .heading .hdg .line:before {
    left: 4px;
  }
  .prosereSection01 .heading .block {
    margin-top: 0;
  }
  .prosereSection01 .heading .block .inner {
    padding: 0 2.66667%;
  }
  .prosereSection01 .heading .block .catch {
    width: 100%;
    margin-bottom: 30px;
  }
  .prosereSection01 .heading .block .catch .text {
    width: 96.76056%;
    margin: 0 auto 18px;
  }
  .prosereSection01 .heading .block .catch .en {
    font-size: 9px;
    text-align: left;
    margin-top: 0;
    padding-right: 0;
  }
  .prosereSection01 .heading .block .lead {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 1.40845%;
  }
  .prosereSection01 .heading .block .lead p {
    font-size: 16px;
    line-height: 1.40625;
  }
  .prosereSection01 .heading .block .lead p + p {
    margin-top: 0;
  }
  .prosereSection01 .heading .bg {
    background: url("../images/section01_bg_sp.png") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .prosereSection01 .body {
    margin: 55px 0 58px;
  }
  .prosereSection01 .body .section .hdg03 {
    font-size: 32px;
  }
  .prosereSection01 .body .section .lead p {
    font-size: 14px;
    line-height: 1.35714;
  }
  .prosereSection01 .body .section01 .container {
    padding-left: 0;
  }
  .prosereSection01 .body .section01 .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8%;
  }
  .prosereSection01 .body .section01 .visual {
    margin: -50px 0 0 -9.52381%;
  }
  .prosereSection01 .body .section01 .visual:before {
    padding-top: 87.82609%;
  }
  .prosereSection01 .body .section01 .hdg03 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: -5.55556%;
  }
  .prosereSection01 .body .section01 .hdg03 .line span {
    padding: 0 10px 0 1px;
  }
  .prosereSection01 .body .section01 .lead {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
  .prosereSection01 .body .section02 .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8%;
  }
  .prosereSection01 .body .section02 .visual {
    margin: -40px -9.52381% 0 0;
  }
  .prosereSection01 .body .section02 .visual:before {
    padding-top: 93.91304%;
  }
  .prosereSection01 .body .section02 .hdg03 {
    position: relative;
    top: 0;
    left: -3px;
    z-index: 2;
  }
  .prosereSection01 .body .section02 .hdg03 .line span {
    padding: 0 5px 0 2px;
  }
  .prosereSection01 .body .section02 .lead {
    width: 100%;
    position: static;
    margin-top: 15px;
  }

  .prosereSection02 .heading {
    padding-top: 40px;
  }
  .prosereSection02 .heading .hdg {
    font-size: 20px;
  }
  .prosereSection02 .heading .hdg .line {
    border-width: 2px;
    padding-left: 4px;
  }
  .prosereSection02 .heading .hdg .line:before {
    left: 4px;
  }
  .prosereSection02 .heading .block {
    margin-top: 20px;
  }
  .prosereSection02 .heading .block .inner {
    padding: 0 2.66667%;
  }
  .prosereSection02 .heading .block .catch {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3.52113%;
    margin-bottom: 80px;
  }
  .prosereSection02 .heading .block .catch .en {
    font-size: 9px;
    bottom: 13.51351%;
  }
  .prosereSection02 .heading .block .lead {
    width: 100%;
    margin: 0;
  }
  .prosereSection02 .heading .block .lead p {
    width: 100%;
    font-size: 16px;
    line-height: 1.40625;
  }
  .prosereSection02 .heading .bg {
    background: url("../images/section02_bg_sp.png") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .prosereSection02 .body {
    width: 100%;
    display: block;
  }
  .prosereSection02 .body .wrap {
    display: block;
  }
  .prosereSection02 .body .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8%;
  }
  .prosereSection02 .body .block01 .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .prosereSection02 .body .block01 .title .line {
    border-width: 2px;
    padding-right: 1px;
  }
  .prosereSection02 .body .block01 .title .line:before {
    right: 1px;
  }
  .prosereSection02 .body .block01 .visual {
    width: 97.77778%;
    margin-bottom: 20px;
  }
  .prosereSection02 .body .block01 .detail {
    width: 100%;
    margin-top: 10px;
  }
  .prosereSection02 .body .block01 .detail .text {
    font-size: 14px;
    line-height: 1.35714;
  }
  .prosereSection02 .body .block01 .detail .note {
    font-size: 9px;
    margin-top: 8px;
  }
  .prosereSection02 .body .block01 .detail .note small {
    font-size: 8px;
  }
  .prosereSection02 .body .block02 {
    width: auto;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 17px -5.6338% 0;
  }
  .prosereSection02 .body .block02 .lyt {
    display: block;
  }
  .prosereSection02 .body .block02 .lyt .model {
    width: 100%;
    border-bottom: #808080 1px solid;
    padding: 25px 0;
  }
  .prosereSection02 .body .block02 .lyt .model:first-child {
    border-top: #808080 1px solid;
  }
  .prosereSection02 .body .block02 .lyt .model .detail .cat {
    font-size: 35px;
    margin-bottom: 7px;
  }
  .prosereSection02 .body .block02 .lyt .model .detail .size {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .prosereSection02 .body .block02 .lyt .model .detail .size small {
    font-size: 10px;
  }
  .prosereSection02 .body .block02 .lyt .model .detail .text {
    font-size: 13px;
  }
  .prosereSection02 .body .block02 .lyt .model .detail .comparison {
    font-size: 25px;
    margin-top: 20px;
  }
  .prosereSection02 .body .block02 .lyt .model .detail .comparison > span {
    padding: 0 3px 6px;
  }
  .prosereSection02 .body .block02 .lyt .model .image {
    margin-top: 12 px;
  }
  .prosereSection02 .body .block02 .lyt .model .image .image01 {
    width: 97.60563%;
  }
  .prosereSection02 .body .block02 .lyt .model .image .image02 {
    width: 90.70423%;
  }
  .prosereSection02 > .bottom {
    margin: 0 0 70px;
    padding-top: 60px;
  }
  .prosereSection02 > .bottom .block01 {
    margin-bottom: 60px;
  }
  .prosereSection02 > .bottom .block01:before {
    padding-top: 182.93333%;
  }
  .prosereSection02 > .bottom .block01.is-hidden:before {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  .prosereSection02 > .bottom .block01 .col {
    width: 100%;
    top: 3.27988%;
    right: 0;
    left: 0;
  }
  .prosereSection02 > .bottom .block01 .col.fixed .inner {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    right: 0;
  }
  .prosereSection02 > .bottom .block01 .col.fixed.fixedBottom .inner {
    position: absolute;
  }
  .prosereSection02 > .bottom .block01 .col .inner {
    padding: 0 8%;
  }
  .prosereSection02 > .bottom .block01 .col .lead {
    font-size: 32px;
  }
  .prosereSection02 > .bottom .block01 .col .lead .line {
    border-width: 2px;
    padding-right: 1px;
  }
  .prosereSection02 > .bottom .block01 .col .lead .line:before {
    right: 1px;
  }
  .prosereSection02 > .bottom .block01 .col .lead .line span {
    padding: 0 5px 0 2px;
  }
  .prosereSection02 > .bottom .block01 .col .text {
    width: 100%;
    font-size: 14px;
    line-height: 1.35714;
    margin-top: 9px;
  }
  .prosereSection02 > .bottom .block02 {
    margin-top: 0;
    padding-right: 0;
  }
  .prosereSection02 > .bottom .block02 .inner {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    padding: 0 8%;
  }
  .prosereSection02 > .bottom .block02 .lead {
    font-size: 32px;
    position: relative;
    top: 0;
    left: -5px;
  }
  .prosereSection02 > .bottom .block02 .lead .line {
    border-width: 2px;
    padding-left: 1px;
  }
  .prosereSection02 > .bottom .block02 .lead .line:before {
    left: 1px;
  }
  .prosereSection02 > .bottom .block02 .text {
    width: 100%;
    position: static;
  }
  .prosereSection02 > .bottom .block02 .text p {
    font-size: 14px;
    line-height: 1.35714;
  }
  .prosereSection02 > .bottom .block02 .image {
    margin: -15px -9.52381% 15px 0;
  }

  .prosereSection03 {
    margin-bottom: 80px;
  }
  .prosereSection03 .heading {
    padding-top: 40px;
  }
  .prosereSection03 .heading .hdg {
    font-size: 18px;
  }
  .prosereSection03 .heading .hdg .line {
    border-width: 2px;
    padding-left: 4px;
  }
  .prosereSection03 .heading .hdg .line:before {
    left: 4px;
  }
  .prosereSection03 .heading .hdg .line span {
    padding: 0 1px 0 2px;
  }
  .prosereSection03 .heading .block {
    margin-top: 0;
  }
  .prosereSection03 .heading .block .inner {
    padding: 0 4%;
  }
  .prosereSection03 .heading .block .catch {
    width: 68.55072%;
    margin: 0 auto 75px;
  }
  .prosereSection03 .heading .block .catch .text {
    width: 100%;
    margin-bottom: 15px;
  }
  .prosereSection03 .heading .block .catch .en {
    text-align: center;
    font-size: 10px;
    position: static;
  }
  .prosereSection03 .heading .block .lead {
    width: 100%;
    margin: 0;
  }
  .prosereSection03 .heading .block .lead p {
    width: 100%;
    font-size: 16px;
    line-height: 1.40625;
  }
  .prosereSection03 .heading .bg {
    background: url("../images/section03_bg_sp.png") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .prosereSection03 .body {
    margin-top: 70px;
  }
  .prosereSection03 .body .block + .block {
    margin-top: 85px;
  }
  .prosereSection03 .body .block .inner {
    display: block;
    padding: 0 8%;
  }
  .prosereSection03 .body .block .col .lead {
    font-size: 32px;
  }
  .prosereSection03 .body .block .col .lead .line {
    line-height: 1;
    border-width: 2px;
    padding-left: 1px;
    margin-top: 0;
  }
  .prosereSection03 .body .block .col .lead .line:first-child {
    margin-top: 0;
  }
  .prosereSection03 .body .block .col .lead .line:first-child span {
    padding: 0 0 0 3px;
  }
  .prosereSection03 .body .block .col .lead .line:before {
    left: 1px;
  }
  .prosereSection03 .body .block .col .lead .line span {
    padding: 0 4px 0 3px;
  }
  .prosereSection03 .body .block .col .lead .line.pc {
    border-left: none;
    padding-left: 0;
  }
  .prosereSection03 .body .block .col .lead .line.pc:before {
    left: 0;
  }
  .prosereSection03 .body .block .col .lead .line.pc span {
    padding: 0 4px 0 0;
  }
  .prosereSection03 .body .block .col .text {
    font-size: 14px;
    line-height: 1.35714;
  }
  .prosereSection03 .body .block .col .note {
    font-size: 10px;
    margin-top: 6px;
  }
  .prosereSection03 .body .block01 {
    padding: 60px 0 0;
    position: relative;
  }
  .prosereSection03 .body .block01 .visual {
    width: auto;
    margin: 0 0 30px -9.52381%;
  }
  .prosereSection03 .body .block01 .visual .display {
    width: 48.4058%;
    top: 26.77596%;
    right: 22.75362%;
  }
  .prosereSection03 .body .block01 .col {
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .prosereSection03 .body .block01 .col .lead {
    position: absolute;
    top: 0;
    left: 6.66667%;
    margin-bottom: 0;
    z-index: 2;
  }
  .prosereSection03 .body .block01 .col .text {
    width: 100%;
    margin-left: 0;
  }
  .prosereSection03 .body .block02 {
    padding: 95px 0 0;
    position: relative;
  }
  .prosereSection03 .body .block02 .visual {
    width: auto;
    margin: 0 -9.52381% 15px 0;
  }
  .prosereSection03 .body .block02 .visual:before {
    padding-top: 79.56522%;
  }
  .prosereSection03 .body .block02 .visual .paper {
    width: 87.10145%;
    top: 17.85064%;
    right: -1.88406%;
  }
  .prosereSection03 .body .block02 .col {
    width: 100%;
    margin-right: 0;
    position: static;
  }
  .prosereSection03 .body .block02 .col .lead {
    position: absolute;
    top: 0;
    left: 6%;
    margin-bottom: 0;
    z-index: 2;
  }
  .prosereSection03 .body .block02 .col .text {
    width: 100%;
    margin-left: 0;
  }
  .prosereSection03 .body .block03 {
    padding: 20.53333% 0 0;
    position: relative;
  }
  .prosereSection03 .body .block03 .visual {
    width: auto;
    padding-top: 87.14286%;
    margin: 0 0 7.46032% -9.52381%;
  }
  .prosereSection03 .body .block03 .visual .printer {
    width: 123.04348%;
    top: -28.051%;
    left: -0.28986%;
  }
  .prosereSection03 .body .block03 .col {
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .prosereSection03 .body .block03 .col .lead {
    position: absolute;
    top: 35px;
    left: 6.66667%;
    margin-bottom: 0;
    z-index: 2;
  }
  .prosereSection03 .body .block03 .col .text {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
  .prosereSection03 .body .block03 .col .note {
    padding-left: 0;
  }
  .prosereSection03 .body .block04 {
    padding: 55px 0 0;
    position: relative;
  }
  .prosereSection03 .body .block04 .visual {
    width: auto;
    margin: 0 -9.52381% 20px 0;
  }
  .prosereSection03 .body .block04 .visual:before {
    padding-top: 79.56522%;
  }
  .prosereSection03 .body .block04 .visual .printer {
    width: 107.82609%;
    top: -20.03643%;
    left: -14.34783%;
  }
  .prosereSection03 .body .block04 .col {
    width: 100%;
    margin-right: 0;
    position: static;
  }
  .prosereSection03 .body .block04 .col .lead {
    position: absolute;
    top: 0;
    left: 6%;
    margin-bottom: 0;
    z-index: 2;
  }
  .prosereSection03 .body .block04 .col .text {
    width: 100%;
    margin-left: 0;
  }
  .prosereSection03 .body .block04 .col .note {
    padding-left: 0;
  }

  .prosereSection04 .heading .title {
    width: 100%;
  }
  .prosereSection04 .heading .title .hdg {
    width: 80.4%;
    margin: 0 auto 35px;
  }
  .prosereSection04 .heading .title .leadBlock {
    padding: 0 4%;
  }
  .prosereSection04 .heading .title .leadBlock .toList {
    display: block;
    width: 37.48148%;
    margin: 0 auto;
  }
  .prosereSection04 .heading .title .leadBlock .toList .btn {
    -webkit-transition: all .8s .3s ease-out;
    transition: all .8s .3s ease-out;
  }
  .prosereSection04 .heading .title .leadBlock .toList .btn a {
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    display: block;
    border: #fff 1px solid;
    border-radius: 15px;
  }
  .prosereSection04 .heading .title .leadBlock .col {
    margin-bottom: 18px;
  }
  .prosereSection04 .heading .title .leadBlock .col .ja {
    width: 178px;
  }
  .prosereSection04 .heading .title .leadBlock .col .en {
    font-size: 13px;
    text-align: left;
  }
  .prosereSection04 .heading .title .note {
    font-size: 10px;
    position: static;
    margin-top: 30px;
  }
  .prosereSection04 .heading .title.is-hidden .leadBlock .toList .btn {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .prosereSection04 .body {
    padding: 50px 0 40px;
  }
  .prosereSection04 .body:after {
    height: 62px;
    bottom: -31px;
  }
  .prosereSection04 .body .inner {
    width: auto;
    padding: 0 8%;
  }
  .prosereSection04 .body .scroll {
    margin-top: 80px;
  }
  .prosereSection04 .body .scroll a {
    font-size: 14px;
  }
  .prosereSection04 .body .history {
    padding-top: 0;
  }
  .prosereSection04 .body .history .toList {
    display: none;
  }
  .prosereSection04 .body .history .yearCount {
    font-size: 112px;
  }
  .prosereSection04 .body .history .yearCount > .wrap > * {
    padding-top: 8px;
  }
  .prosereSection04 .body .history .yearCount > .wrap .num10, .prosereSection04 .body .history .yearCount > .wrap .num1 {
    height: 84px;
  }
  .prosereSection04 .body .history .yearCount > .wrap .slot {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1 .num10 .slot {
    -webkit-transform: translateY(-188px);
    transform: translateY(-188px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1 .num1 .slot {
    -webkit-transform: translateY(-376px);
    transform: translateY(-376px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1.y2-1 .num1 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y2-2 .num1 .slot {
    -webkit-transform: translateY(-188px);
    transform: translateY(-188px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1.y3 .num1 .slot {
    -webkit-transform: translateY(-94px);
    transform: translateY(-94px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1.y4-1 .num10 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y4-2 .num10 .slot {
    -webkit-transform: translateY(-94px);
    transform: translateY(-94px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1.y4-1 .num1 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y4-2 .num1 .slot {
    -webkit-transform: translateY(-846px);
    transform: translateY(-846px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1.y5 .num1 .slot {
    -webkit-transform: translateY(-564px);
    transform: translateY(-564px);
  }
  .prosereSection04 .body .history .yearCount > .wrap.y1.y6-1 .num1 .slot, .prosereSection04 .body .history .yearCount > .wrap.y1.y6-2 .num1 .slot {
    -webkit-transform: translateY(-470px);
    transform: translateY(-470px);
  }
  .prosereSection04 .body .modelSlide {
    margin-top: -7px;
  }
  .prosereSection04 .body .modelSlide:after {
    display: none;
  }
  .prosereSection04 .body .modelSlide .slider .image {
    width: auto;
    margin: 0;
  }
  .prosereSection04 .body .modelSlide .slider .image span {
    display: block;
    width: 86.40777%;
    margin: 0 auto;
  }
  .prosereSection04 .body .modelSlide .controll {
    display: block;
    width: 100%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .prosereSection04 .body .modelSlide .controll .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
  }
  .prosereSection04 .body .modelSlide .controll .slick-next {
    right: 4%;
  }
  .prosereSection04 .body .modelSlide .controll .slick-prev {
    left: 4%;
  }
  .prosereSection04 .body .textSlide {
    margin-top: 35px;
  }
  .prosereSection04 .body .textSlide .col .wrap {
    display: block;
    text-align: center;
  }
  .prosereSection04 .body .textSlide .col .left {
    width: 100%;
  }
  .prosereSection04 .body .textSlide .col .left .sub {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .prosereSection04 .body .textSlide .col .left .cat {
    font-size: 40px;
  }
  .prosereSection04 .body .textSlide .col .text {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .prosereSection04 .body .textSlide .col .text .in {
    display: block;
    text-align: left;
    padding: 0 6.34921%;
  }
  .prosereSection04 .body .textSlide .col .text p {
    font-size: 14px;
    line-height: 1.35714;
  }
  .prosereSection04 .modelModal .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 2.66667%;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .prosereSection04 .modelModal .title {
    font-size: 14px;
  }
  .prosereSection04 .modelModal .text {
    line-height: 1.33333;
  }
  .prosereSection04 .modelModal .close {
    width: 41px;
    padding: 41px 0 0;
    top: 5px;
    right: 2.66667%;
  }
  .prosereSection04 .modelModal .close:before, .prosereSection04 .modelModal .close:after {
    width: 55px;
  }
  .prosereSection04 .modelModal .madels {
    margin-top: 25px;
  }
  .prosereSection04 .modelModal .madels .list li {
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .prosereSection04 .modelModal .madels .list li .cap {
    font-size: 10px;
  }

  .prosereSection05 .heading {
    position: relative;
    z-index: 2;
  }
  .prosereSection05 .heading .inner {
    padding: 0 6%;
  }
  .prosereSection05 .heading .title {
    width: 100%;
  }
  .prosereSection05 .heading .title .in {
    padding: 25px 0;
  }
  .prosereSection05 .heading .title .hdg02 {
    width: 73.38235%;
    margin: 0 auto 15px;
  }
  .prosereSection05 .heading .title .sub {
    font-size: 23px;
    padding-bottom: 10px;
  }
  .prosereSection05 .body {
    padding: 100px 0 60px;
  }
  .prosereSection05 .body .lead {
    width: 100%;
    margin-bottom: 25px;
  }
  .prosereSection05 .body .lead .text {
    width: 85.86667%;
    margin: 0 auto 20px;
  }
  .prosereSection05 .body .lead .sub {
    width: 85.6%;
    margin: 0 auto 20px;
  }
  .prosereSection05 .body .lead .sub .line {
    border-width: 2px;
    padding-left: 1px;
  }
  .prosereSection05 .body .lead .sub .line:before {
    left: 1px;
  }
  .prosereSection05 .body .lead .sub .line span {
    width: auto;
    padding: 0 12px 0 14px;
  }
  .prosereSection05 .body .lead .en {
    font-size: 9px;
  }
  .prosereSection05 .body .newProduct {
    margin-bottom: 90px;
  }
  .prosereSection05 .body .newProduct .inner {
    width: 100%;
    display: block;
  }
  .prosereSection05 .body .newProduct .inner:after {
    display: none;
  }
  .prosereSection05 .body .newProduct.is-hidden {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .prosereSection05 .body .newProduct .col {
    width: 100%;
    margin: 0;
    z-index: 1;
  }
  .prosereSection05 .body .newProduct .col + .col {
    margin-top: 50px;
    z-index: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .prosereSection05 .body .newProduct .col a {
    border: none;
    padding: 25px 0;
    overflow: visible;
  }
  .prosereSection05 .body .newProduct .col .image {
    position: relative;
    z-index: 1;
  }
  .prosereSection05 .body .newProduct .col .image:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: opacity 1s .8s ease;
    transition: opacity 1s .8s ease;
  }
  .prosereSection05 .body .newProduct .col .image img {
    position: relative;
    z-index: 2;
  }
  .prosereSection05 .body .newProduct .col.is-hidden {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  .prosereSection05 .body .newProduct .col.is-hidden .image:after {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .prosereSection05 .body .newProduct .col .product01 {
    width: auto;
    margin: 0 -5.86667% 0 -3.06667%;
  }
  .prosereSection05 .body .newProduct .col .product01:after {
    background-image: url("../images/section05_bg01_sp.jpg");
    width: 94.72362%;
    padding-top: 41.0804%;
    bottom: 64.93902%;
  }
  .prosereSection05 .body .newProduct .col .product01 + .text {
    margin-top: -32px;
  }
  .prosereSection05 .body .newProduct .col .product02 {
    width: 89.46667%;
    margin: 0 4.53333% 0 6%;
    padding-top: 0;
  }
  .prosereSection05 .body .newProduct .col .product02:after {
    background-image: url("../images/section05_bg02_sp.jpg");
    width: 113.41282%;
    padding-top: 42.32489%;
    bottom: 62.42424%;
  }
  .prosereSection05 .body .newProduct .col .product02 + .text {
    margin-top: -32px;
  }
  .prosereSection05 .body .newProduct .col .text .cat {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .prosereSection05 .body .newProduct .col .text .tag li {
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 10px;
    margin: 0 3px;
  }
  .prosereSection05 .body .newProduct .col .text .link {
    width: 142px;
  }
  .prosereSection05 .body .newProduct .col .text .link a {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .prosereSection05 .body .other {
    padding: 0 8%;
  }
  .prosereSection05 .body .other .inner {
    background: none;
    padding: 0;
  }
  .prosereSection05 .body .other .wrap {
    display: block;
  }
  .prosereSection05 .body .other .wrap .entry,
  .prosereSection05 .body .other .wrap .old {
    box-sizing: border-box;
    background: #0e0e0e;
    padding: 20px 4.7619% 30px;
  }
  .prosereSection05 .body .other .wrap .entry {
    width: 100%;
  }
  .prosereSection05 .body .other .wrap .entry .title {
    margin-bottom: 30px;
  }
  .prosereSection05 .body .other .wrap .entry .title span {
    width: 113px;
    padding: 0 12px 0 0;
  }
  .prosereSection05 .body .other .wrap .entry .col .image {
    width: 74.5614%;
    margin: 0 auto 30px;
  }
  .prosereSection05 .body .other .wrap .old {
    margin-top: 20px;
    width: 100%;
  }
  .prosereSection05 .body .other .wrap .old .title {
    margin-bottom: 40px;
  }
  .prosereSection05 .body .other .wrap .old .title span {
    width: 176px;
    padding: 0 15px 0 0;
  }
  .prosereSection05 .body .other .wrap .old .lyt {
    display: block;
  }
  .prosereSection05 .body .other .wrap .old .lyt .col {
    width: 100%;
  }
  .prosereSection05 .body .other .wrap .old .col .image {
    margin: 0 auto 40px;
  }
  .prosereSection05 .body .other .wrap .old .col .product01 {
    width: 81.92982%;
  }
  .prosereSection05 .body .other .wrap .old .col .product02 {
    width: 73.50877%;
    margin-bottom: 35px;
  }
  .prosereSection05 .body .other .col + .col {
    margin-top: 60px;
  }
  .prosereSection05 .body .other .col a {
    border: none;
    padding: 0;
  }
  .prosereSection05 .body .other .col .text .cat {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .prosereSection05 .body .other .col .text .tag li {
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 10px;
    margin: 0 3px;
  }
  .prosereSection05 .body .other .col .text .link {
    width: 142px;
  }
  .prosereSection05 .body .other .col .text .link a {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

/*# sourceMappingURL=index.css.map */
