@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
  overflow: auto;
  color: #2f353d;
}
.s5-returnToTop {
  z-index: 99;
}
body {
  overflow: hidden !important;
  width: 100%;
  font-family: "Noto Sans CJK JP", sans-serif;
}
img {
  vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
sup {
  font-size: .8em;
  position: relative;
  left: 0;
  bottom: .2em;
}
sub {
  font-size: .8em;
  position: relative;
  left: 0;
  top: .2em;
}
ul, li {
  list-style-type: none;
}
.nobr {
  display: inline-block;
  white-space: nowrap;
}
span, a {
  display: inline-block;
}
label {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.ta-c {
  text-align: center !important;
}
.section:not(.ftr-section) {
  color: #2f353d;
}
.section:not(.ftr-section) p {
  line-height: 2;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 1.875vw;
}
@media only screen and (max-width: 1199px) {
  .section:not(.ftr-section) p {
    font-size: 1.33333vw;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1049px) {
  .section:not(.ftr-section) p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.125vw;
}
@media only screen and (min-width: 1600px) {
  .block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 10.66667vw 5.33333vw;
  }
}
.txt-c {
  text-align: center;
}
.block__title-l {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}
.block__title {
  font-weight: bold;
  /*font-size: 1.6vw;*/
  font-size: 18px;
  line-height: 1.6;
  text-indent: 1em;
  position: relative;
  margin-top: 5vw;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 1600px) {
  .block__title {
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block__title {
    /*font-size: 4vw;*/
    font-size: 16px;
    line-height: 1.6;
    margin-top: 13.33333vw;
    margin-bottom: 4vw;
  }
  .block__title-l {
    font-size: 22px;
  }
}
.block__title:before {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background: #2f353d;
  position: absolute;
  top: .85em;
  left: 0;
}
.block__title:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .block__figure {
    max-width: 90vw;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .block__text {
    overflow: hidden;
  }
}
.block__text .block__title:first-child {
  margin-top: 0;
}
.block__text p {
  position: relative;
  z-index: 1;
}
.block--blue .block__figure {
  position: relative;
  max-width: 37vw;
}
.block--blue.w400 .block__figure {
  max-width: 25.6vw;
}
@media only screen and (max-width: 767px) {
  .block--blue .block__figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.66667vw;
    max-width: none;
  }
  .block--blue.w400 .block__figure {
    max-width: none;
  }
}
.block--blue .block__figure img {
  position: relative;
  z-index: 2;
}
.block--blue .block__figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(210, 198, 180, 0.4);
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .block--blue.block--imageRight .block__figure {
    float: right;
    margin-left: 3.125vw;
  }
  .block--blue.block--imageRight .block__figure::before {
    top: 5vw;
    right: -5vw;
  }
  .block--blue.beforeUp .block__figure::before {
    top: -5vw;
  }
  .block--blue.block--imageLeft .block__figure {
    float: left;
    margin-right: 3.125vw;
  }
  .block--blue.block--imageLeft .block__figure::before {
    top: 5vw;
    left: -5vw;
  }
}
@media only screen and (max-width: 767px) {
  .block--blue.block--imageRight .block__figure::before {
    right: -5.33333vw;
    top: 5.33333vw;
  }
}
@media only screen and (min-width: 768px) {
  .block--gray {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .block--gray .block__figure {
    margin-top: 50px;
  }
  .block.block--gray {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block--gray {
    padding-bottom: 2.66667vw;
  }
}
.block--gray .block__text {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  flex: 1;
  padding: 50px 0;
}
.block--imageRight.block--gray .block__text {
  margin-right: 4vw;
}
.block--imageLeft.block--gray .block__text {
  margin-left: 4vw;
}
@media only screen and (max-width: 767px) {
  .block--gray .block__text {
    padding: 5vw 0;
    margin: 0 !important;
  }
}
.block--gray .block__text:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e5e7e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-left: -16vw;
}
.block--gray .block__figure {
  position: relative;
  z-index: 1;
  flex: 0 1 42%;
}
@media only screen and (max-width: 767px) {
  .block--gray .block__figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
.block--gray.block--imageLeft .block__text:before {
  margin-left: -11.25vw;
  width: 120vw;
  top: -40vw;
  height: calc(100% + 40vw);
}
}
.block--gray.block--imageRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block--gray.block--imageRight .block__text:before {
  padding-right: 11.25vw;
  margin-right: -11.25vw;
  padding-left: 100%;
  margin-left: -100%;
}
@media only screen and (min-width: 1600px) {
  .block--gray.block--imageRight .block__text:before {
    padding-right: 180px;
    margin-right: -180px;
  }
}
.column {
  max-width: 1200px;
  margin: 3.75vw auto;
  padding: 3.125vw;
  border: solid 1px #ccc;
}
@media only screen and (min-width: 1600px) {
  .column {
    margin: 60px auto;
    padding: 50px;
  }
}
@media only screen and (max-width: 1299px) {
  .column {
    margin: 3.75vw 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .column {
    margin: 13.33333vw 5.33333vw 0vw;
    padding: 5.33333vw;
  }
}
.column__head {
  text-align: center;
  font-weight: bold;
}
.column__label {
  display: block;
  margin-bottom: 3.75vw;
  position: relative;
  font-size: 1.5vw;
  font-weight: bold;
}
@media only screen and (min-width: 1600px) {
  .column__label {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .column__label {
    margin-bottom: 10.66667vw;
    font-size: 4.26667vw;
  }
}
.column__label:after {
  content: "";
  display: block;
  width: 6.25vw;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -1.875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1600px) {
  .column__label:after {
    width: 100px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .column__label:after {
    width: 26.66667vw;
    bottom: -5.33333vw;
  }
}
.column__label small {
  font-size: 1vw;
  display: block;
}
@media only screen and (min-width: 1600px) {
  .column__label small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .column__label small {
    font-size: 3.73333vw;
  }
}
.column__title {
  display: block;
  margin-bottom: 1.875vw;
  font-size: 1.5vw;
  font-weight: bold;
}
@media only screen and (min-width: 1600px) {
  .column__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .column__title {
    margin-left: -.6em;
    margin-right: -.6em;
    margin-bottom: 4vw;
    font-size: 4.26667vw;
  }
}
.noteBlock {
  max-width: 1000px;
  margin: 0.625vw auto 3.75vw;
  padding: 1.875vw;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
@media only screen and (min-width: 1600px) {
  .noteBlock {
    margin: 10px auto 60px;
    padding: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .noteBlock {
    margin: 0.625vw 3.125vw 3.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .noteBlock {
    margin: 2.66667vw 5.33333vw 0vw;
    padding: 5.33333vw;
  }
}
.noteBlock__title {
  font-weight: bold;
  display: block;
  margin-bottom: 0.9375vw;
  padding-bottom: 0.9375vw;
  font-size: 0.875vw;
  border-bottom: dotted 1px #2f353d;
}
@media only screen and (min-width: 1600px) {
  .noteBlock__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1299px) {
  .noteBlock__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .noteBlock__title {
    margin-bottom: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 4vw;
  }
}
.noteBlock__body {
  font-size: 0.875vw;
}
@media only screen and (min-width: 1600px) {
  .noteBlock__body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1299px) {
  .noteBlock__body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .noteBlock__body {
    font-size: 3.73333vw;
  }
}
.products-wrap {
  margin-bottom: 150px;
}
.block-start .products-wrap,
.block-start .products_ttl,
.block-start .block__title-l,
.block-start .block__title {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.block-start p {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.block-start .block__figure img {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.block-start .deco__box::before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.block-start .bgbox {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.block-start .bgbox._right {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.videoWrap {
  position: relative;
}
.videoWrap video {
	width: 100%;
	height: auto;
}
.block-start .videoWrap {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.block-start .block--blue .block__figure:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-start .block--blue.block--imageRight .block__figure:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.block-start .block--blue.block--imageLeft .block__figure:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.block-start .block--gray .block__text:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-start .block--gray.block--imageLeft .block__text:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.block-start .block--gray.block--imageRight .block__text:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.block-start .noteBlock {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.block-start .area_wenalogo {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.memberArea {
  position: relative;
  padding: 12vw 5.33333vw;
  margin-bottom: 18.66667vw;
}
@media only screen and (min-width: 768px) {
  .memberArea {
    padding: 2.8125vw 1.25vw;
    margin-bottom: 150px;
  }
}
.memberArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f4f5;
  z-index: 0;
}
.memberArea > * {
  position: relative;
  z-index: 1;
}
.memberArea__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 0;
  font-size: 8vw;
  margin-bottom: 12vw;
}
@media only screen and (min-width: 768px) {
  .memberArea__title {
    font-size: 1.875vw;
    margin-bottom: 2.8125vw;
  }
}
.memberArea__body {
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
	justify-content: center;
  margin-top: -6vw;
}
@media only screen and (min-width: 768px) {
  .memberArea__body {
    margin: -40px auto 0 auto;
  }
}
.memberArea__item {
  margin: 6vw 2vw 0 2vw;
  width: 40vw;
	text-align: center;
}
@media only screen and (min-width: 768px) {
  .memberArea__item {
    margin: 40px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .memberArea__item {
    /*width: 10vw;*/
	  flex: 0 1 150px;
  }
}
.memberArea__item figcaption {
  margin-top: 1.33333vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .memberArea__item figcaption {
    margin-top: 0.3125vw;
    font-size: 0.75vw;
  }
}
.animation-start:before {
  -webkit-animation-name: mask-anime01;
  animation-name: mask-anime01;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.animation-start .memberArea__title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-start .memberArea__item {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-start .memberArea__item:nth-child(even) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animation-start .memberArea__item:nth-child(odd) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media only screen and (min-width: 768px) {
  nav.fixed-nav .drawer .navbar_toggle .toggle-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    font-size: 0.875vw;
    left: -0.0625vw;
  }
}
@media only screen and (max-width: 767px) {
  nav.fixed-nav {
    height: 25.06667vw;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
  }
  nav.fixed-nav.transform-horizontally {
    height: 14.66667vw;
    -webkit-box-shadow: 0 0 2.66667vw 0vw rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2.66667vw 0vw rgba(0, 0, 0, 0.05);
  }
  nav.fixed-nav.transform-horizontally .drawer {
    height: 14.66667vw;
  }
  nav.fixed-nav.transform-horizontally .drawer .navbar_toggle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 4vw;
  }
  nav.fixed-nav .drawer {
    height: 25.06667vw;
  }
  nav.fixed-nav .drawer .navbar_toggle {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    top: 4vw;
  }
  nav.fixed-nav .drawer .navbar_toggle .toggle-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    font-size: 2.66667vw;
  }
}
.mainimg01 {
  /*height: 38.75vw;*/
  max-height: inherit;
  min-height: inherit;
}
@media only screen and (max-width: 767px) {
  .mainimg01 {
    /*height: 133.33333vw;*/
    max-width: inherit;
    margin-bottom: 14.66667vw;
    position: relative;
    /*margin-top: -25vw;*/
  }
}
.mainimg01 .img-rellax img {
  margin-top: 0;
}
.mainimg01 h1 {
  min-width: 0;
  max-width: 120px;
  padding: 0;
  margin: 20px auto;
  box-sizing: border-box;
  text-align: center;
  position: static;
}
.mainimg01 .fade-text div {
  margin-top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mainimg01 .fade-text {
    position: static;
  }
  .mainimg01 .fade-text div {
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 0;
    transform: translate(0,-50%);
    /*background-color: #fff;*/
    padding-top: 2vw;
  }
  .mainimg01 .fade-text div p {
    display: block;
  }
}
.mainimg01 .fade-text div p {
  padding: 0.5vw 0.9375vw !important;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 767px) {
  .mainimg01 .fade-text div p {
    font-size: 5.2vw;
    padding: 0.53333vw 2vw !important;
    margin-bottom: 2vw;
  }
  .mainimg01 .fade-text div p.small {
    font-size: 4vw;
  }
}
.mainimg01 h1.inview-anime {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.mainimg01 div.inview-anime .inview-anime.text-anime {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.sns-area {
  padding: 1.875vw 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  .sns-area {
    padding: 30px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .sns-area {
    padding: 6vw 0 24vw;
  }
}
img[src*="common/img/module/future-btn.svg"] {
  width: 78.4vw;
}
/* cmn_style.css */
.mb100 {
  margin-bottom: 10% !important;
}
.mt100 {
  margin-top: 10% !important;
}
.section {
  margin-bottom: 100px;
}
.section_head {
  position: relative;
  margin-bottom: 8vw;
  padding-top: 1px;
}
.ver-img_left {
  text-align: right;
}
.ver-img_left .section_img {
  margin-right: 30vw;
}
.ver-img_right .section_img {
  margin-left: 30vw;
}
.section_img {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
  z-index: 2;
}
.section_img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0);
}
.image-start .section_img::before {
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (min-width: 768px) {
.image-start .ver-img_right .section_img::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
}
.image-start .ver-img_left .section_img::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.section_img img {
  width: 100%;
  position: relative;
}
.image-start .section_img img {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.section_number {
  position: absolute;
  top: 0;
  z-index: 50;
  max-width: 13vw;
}
.numbers-start .section_number {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ver-img_left .section_number {
  right: 11vw;
  top: 0;
}
.ver-img_right .section_number {
  left: 11vw;
  top: 0;
}
.ver-img_all .section_number {
  text-align: center;
  position: static;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .ver-img_all .section_number {
    text-align: center;
    width: auto;
  }
}
.section_title {
  font-size: 2.5625vw;
  line-height: 1;
  position: absolute;
  font-weight: bold;
  text-align: left;
  top: 12vw;
}
.ver-img_left .section_title {
  right: 10vw;
  text-align: right;
}
.ver-img_right .section_title {
  left: 10vw;
}
.section_title_inner {
  position: relative;
  z-index: 3;
}
.section_txt {
  background-color: #212530;
  color: #fff;
  width: 45vw;
  padding: 15vw 4vw 4vw 11vw;
  margin-top: -11vw;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  z-index: 1;
  text-align: left;
}
.ver-img_left .section_txt {
  padding: 15vw 11vw 4vw 4vw;
  margin-left: 39vw;
}
@media only screen and (min-width: 768px) {
  .ver-img_all .section_title_inner {
    text-align: center;
  }
}
/*.section_title::before {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ver-img_left .section_title::before {
  left: 0;
}
.ver-img_right .section_title::before {
  right: 0;
}*/
.image-start .section_title::before, .image-start .section_title::after {
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.image-start .ver-img_left .section_title::before, .image-start .ver-img_left .section_title::after,
.image-start .ver-img_right .section_title::before, .image-start .ver-img_right .section_title::after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@media only screen and (min-width: 768px) {
.image-start .ver-img_right .section_title::before, .image-start .ver-img_right .section_title::after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
}
.section_title_txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 1vw;
  background-color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.section_title_txt:first-child {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.section_title_txt:nth-of-type(2) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.section_title_txt:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.section_title_txt:nth-of-type(4) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.image-start .section_title_txt {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-start .ver-img_all .section_title_txt {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.image-start .ver-img_left .section_title_txt,
.image-start .ver-img_right .section_title_txt {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.image-start .ver-img_right .section_txt {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.image-start .ver-img_left .section_txt {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (min-width: 768px) {
.image-start .ver-img_all .section_title_txt {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.image-start .ver-img_right .section_title_txt {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
}
/*.section_object span {
  display: block;
  position: absolute;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.section_object01 {
  width: 10vw;
  padding-top: 10vw;
  background-color: rgba(206, 205, 204, .25);
  z-index: 10;
}
.section_object02 {
  width: 6vw;
  padding-top: 6vw;
  background-color: rgba(210, 198, 180, .4);
  z-index: 9;
}
.section_object03 {
  width: 2.8vw;
  padding-top: 3vw;
  background-color: rgba(206, 205, 204, .25);
  z-index: 8;
}*/
.block-start .section_object span {
	display: block;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
	-webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.block-start .obj-01 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.block-start .obj-02 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.block-start .obj-03 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.section_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
.products_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4;
}
.products_head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_head > div:first-child {
  margin-right: 30px;
}
.products_head > div:last-child {
  text-align: left;
}
.block_img {
  text-align: center;
  margin: 80px 0;
}
.block_imgCol {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.block_imgCol > div {
  text-align: center;
  flex: 0 40%;
	margin: 0 1vw;
}
.deco__box {
  position: relative;
  margin: 0 60px 60px 0;
}
.block--imageRight .deco__box {
  margin: 0 0 60px 60px;
}
.deco__box::before {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 100%;
  height: 100%;
  background-color: #212530;
  z-index: -1;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.block--imageRight .deco__box::before {
  right: auto;
  left: -60px;
}
.colsWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.colsWrap.block--imageRight {
  flex-direction: row-reverse;
}
.colsWrap .block__figure {
  flex: 0 1 45%;
  margin-right: 56px;
  position: relative;
}
.colsWrap .block__figure.w30 {
  flex: 0 1 31%;
}
.colsWrap.block--imageRight .block__figure {
  margin-left: 56px;
  margin-right: 0;
}
.colsWrap .block__text {
  flex: 1;
}
.colsWrap + * {
  margin-top: 80px;
}
.noObject::before {
  display: none !important;
}
.block-start .block_img img, .block-start .block_imgCol img {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.section_sub:not(:last-child) {
  margin-bottom: 80px;
}
.section_sub.has__bgbox {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
}
.section_sub.has__bgbox .bgbox {
  position: absolute;
  right: 8vw;
  top: -80px;
  background: #EAEDF3;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.section_sub.has__bgbox .bgbox._right {
  position: absolute;
  left: 8vw;
  top: -80px;
  background: #EAEDF3;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.area_wenalogo {
  margin-top: 80px;
  min-height: 200px;
  background: #021722 url("../img/img_02.png") no-repeat center center;
}
.colsSimple {
  display: flex;
}
.colsSimple > div {
  flex: 0 1 50%;
}
.colsSimple img {
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ver-img_right .section_img {
    margin-left: 30px;
  }
  .ver-img_left .section_img {
    margin-right: 30px;
  }
  .section_inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .section_head {
    margin-bottom: 12vw;
  }
  .section_number {
    max-width: none;
    position: relative;
    margin-bottom: 20px;
  }
  .section {
    margin-bottom: 50px;
  }
  .section_sub:not(:last-child) {
    margin-bottom: 40px;
  }
  .section_number img {
    width: 44vw;
  }
  .ver-img_right .section_number {
    left: auto;
    top: auto;
    text-align: center;
  }
  .ver-img_left .section_number {
    right: auto;
    top: auto;
    text-align: center;
  }
  .section_title {
    font-size: 5.6vw;
    display: block;
    position: relative;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    padding: 4vw;
    text-align: center;
  }
  .section_title_txt {
    margin-bottom: 5px;
  }
  .ver-img_right .section_title::after {
    left: -15px;
  }
  .ver-img_all .section_title::after,
  .ver-img_left .section_title::after {
    right: -15px;
  }
  .ver-img_left .section_title {
    text-align: center;
  }
  .ver-img_all .section_title {
    left: 50% !important;
    text-align: center;
    padding: 4vw;
    margin-top: -8vw;
  }
  .block_img {
    margin: 40px 0;
  }
  .block_imgCol {
    display: block;
    margin: 40px 0;
  }
  .block_imgCol > div {
    margin: 0;
  }
  .block_imgCol > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .colsWrap {
    display: block;
  }
  .colsWrap.block--imageRight .block__figure,
  .colsWrap .block__figure {
    margin: 0 0 15vw 0;
    max-width: none;
  }
  .deco__box {
    margin: 0 !important;
  }
  .deco__box::before {
    right: -5.3vw;
    bottom: -5.3vw;
  }
  .block--imageRight .deco__box::before {
    left: -5.3vw;
    bottom: -5.3vw;
  }
  .area_wenalogo {
    min-height: 120px;
    background-size: 70%;
	  margin-top: 6vw;
  }
  .colsSimple {
    display: block;
    padding: 0 5.3vw;
  }
}
@media only screen and (min-width: 1600px) {
  .section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.s5-listItemBottomButton {
  display: none;
}
.fs-small {
  font-size: .8rem !important;
}
.caption {
  text-align: center;
  margin-top: 1em;
}

.qube {
  position: absolute;
  max-width: 20vw;
}
.image-start .qube {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.qube.ver01,
.qube.ver03 {
  top: 7vw;
  right: 4vw;
}
.qube.ver02 {
  top: 5vw;
  left: 5vw;
}
.qube.ver04 {
  top: 0;
  left: 25vw;
}
.block_border {
  padding: 80px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.label_products {
  display: inline-block;
  color: #fff;
  background-color: #212530;
  font-size: 16px;
  line-height: 1.2;
  padding: 3px 5px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
p.note_small {
  font-size: 14px !important;
}
@media screen and (min-width: 640px) {
  ._list-col2 .s5-listItem4 {
    width: 50%;
  }
}
.s5-listItem1__main,
.s5-listItem4__main {
  border: none;
}
.s5-listItem1__image {
  text-align: center;
}
.s5-listItem4__image .s5-listItem4__mainLink {
  display: block;
}
.s5-listItem4__image img {
  max-height: 300px;
  width: auto;
}
.navi__anchors {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 80px;
  width: 100%;
  box-sizing: border-box;
}
.navi__anchors.fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
.navi__anchors.fixed .thumb {
  display: none;
}
.navi__anchors .thumb {
  margin-bottom: 20px;
}
.navi__anchors .thumb img {
  max-height: 80px;
}
.navi__anchors > div {
  flex: 0 1 33.333%;
  box-sizing: border-box;
}
.s5-icon-angle-down::before {
  font-size: 30px;
}
.navi__anchors > div:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
.navi__anchors a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 15px;
  transition: all .3s ease;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,0.9);
  color: #212530;
}
.navi__anchors:not(.fixed) a:hover {
  opacity: .7;
}
.navi__anchors a.current .s5-icon-angle-down::before {
  color: #fff;
}
.navi__anchors.fixed a {
  padding: 10px 15px;
}
.navi__anchors.fixed a.current {
  background-color: rgba(33,37,48,0.9);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .navi__anchors.fixed a:hover {
    background-color: rgba(33,37,48,0.9);
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .navi__anchors {
    margin-bottom: 40px;
  }
  .navi__anchors a {
    padding: 8px 0 5px 0 !important;
    font-size: 3vw;
    height: 100%;
    box-sizing: border-box;
  }
  .navi__anchors a:hover {
    opacity: 1;
  }
  .navi__anchors .thumb {
    margin-bottom: 10px;
  }
  .navi__anchors .thumb img {
    max-height: 40px;
  }
  .s5-icon-angle-down::before {
    font-size: 18px;
  }
  .s5-listItem1__image img {
    max-width: 70%;
  }
  .block_border {
    padding: 40px 0;
  }
  .section_sub.has__bgbox {
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .section_sub.has__bgbox .bgbox {
    right: -5.4vw;
    top: auto;
    bottom: 0;
    height: calc(100% - 60px);
  }
  .section_sub.has__bgbox .bgbox._right {
    left: -5.4vw;
    top: auto;
    bottom: 0;
    height: calc(100% - 60px);
  }
  .colsWrap .block__figure.w30 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .products_ttl {
    font-size: 30px;
  }
  .products_head {
    display: block;
  }
  .products_head img {
    max-height: 170px;
  }
  .products_head > div:first-child {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .products_head > div:last-child {
    text-align: center;
  }
  .ver-img_right .section_txt {
    width: auto;
    box-sizing: border-box;
    padding-left: 5vw;
    margin-right: 30px;
  }
  .ver-img_left .section_txt {
    width: auto;
    box-sizing: border-box;
    padding-right: 5vw;
    margin-left: 30px;
  }
  .products-wrap {
    margin-bottom: 100px;
  }
}