@charset "UTF-8";
/* =====================================================================





===================================================================== */
.uno-topIndex .keyVisual {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
.uno-topIndex .keyVisual picture img {
  width: 100%;
  height: auto;
}
.uno-topIndex .keyVisual__inner {
  width: 100%;
  padding-bottom: 42.85%;
  position: relative;
  overflow: hidden;
}
.uno-topIndex .keyVisual__slide {
  position: absolute;
  width: 300%;
  top: 0;
  left: 0;
}
.uno-topIndex .keyVisual__slide.is-animation {
  transition-duration: 0.95s;
}
.uno-topIndex .keyVisual__slide__item {
  z-index: 4;
  width: 25%;
  float: left;
  position: relative;
}
.uno-topIndex .keyVisual__slide__item.is-current {
  display: block;
}
.uno-topIndex .keyVisual__slide__item__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.uno-topIndex .keyVisual__slide__item__btn a {
  background: rgba(255, 255, 255, 0.7);
}
.uno-topIndex .keyVisual__slide__item__btn span {
  padding: 14px 34px 14px 10px;
  min-width: 100px;
}
.uno-topIndex .keyVisual__slide__item__btn.btnType-01--wht a {
  background: rgba(0, 0, 0, 0.7);
}
.uno-topIndex .keyVisual__slide__item__cap {
  position: absolute;
  bottom: 85px;
  right: 20px;
}
.uno-topIndex .keyVisual__slide__item--04 .keyVisual__slide__item__btn a {
  box-sizing: border-box;
}
.uno-topIndex .keyVisual__slide__item--04 .keyVisual__slide__item__btn a img {
  margin: -2px 0;
}
.uno-topIndex .keyVisual__slideNav__item {
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: -13px;
}
.uno-topIndex .keyVisual__slideNav__item a {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: rgba(255, 255, 255, 0.7) url(../../img/icon_controls_02.png);
}
.uno-topIndex .keyVisual__slideNav--prev {
  left: 0px;
}
.uno-topIndex .keyVisual__slideNav--prev a {
  background-position: 0 0;
}
.uno-topIndex .keyVisual__slideNav--next {
  right: 0px;
}
.uno-topIndex .keyVisual__slideNav--next a {
  background-position: -40px 0;
}
.uno-topIndex .keyVisual__slideNav__mark {
  margin: 15px 0 25px;
  width: 100%;
  height: 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 6;
}
.uno-topIndex .keyVisual__slideNav__mark__item {
  border: solid 2px #000;
  background-color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 5px;
  margin: 0 6px;
  cursor: pointer;
}
.uno-topIndex .keyVisual__slideNav__mark__item.is-current {
  background-color: #000;
}
.uno-topIndex .pickup {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.uno-topIndex .pickup__title {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
  border-top: solid 1px #e7e7e7;
}
.uno-topIndex .pickup__inner {
  max-width: 1800px;
  margin: 0 auto;
}
.uno-topIndex .pickupList__items {
  overflow: hidden;
  margin-bottom: 95px;
}
.uno-topIndex .pickupList__items.is-3col .pickupList__item {
  width: 33.333%;
}
.uno-topIndex .pickupList__item {
  width: 25%;
  float: left;
}
.uno-topIndex .pickupList__item a {
  display: block;
}
.uno-topIndex .pickupList__item__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.uno-topIndex .pickupList__item__txtBox {
  padding: 18px 50px 18px 25px;
  padding: 18px 16% 18px 7%;
  position: relative;
}
.uno-topIndex .pickupList__item__txtBox:after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50px;
  right: 15px;
  background: url(../img/icon_arrow_01.png) no-repeat left center;
}
.uno-topIndex .pickupList__item__date {
  font-size: 12px;
  margin-bottom: 5px;
}
.uno-topIndex .is-new .pickupList__item__date {
  position: relative;
  padding-left: 52px;
}
.uno-topIndex .is-new .pickupList__item__date:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: url(../img/icon_new_s.png) no-repeat left center;
  background-size: 44px 20px;
}
.uno-topIndex .pickupList__item__title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.uno-topIndex .pickupList__item__txt {
  font-size: 14px;
}
.uno-topIndex .campaignSection {
  position: relative;
  max-width: 1800px;
  margin: 0 auto 0;
}
.uno-topIndex .campaignSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #efefef 70%);
}
.uno-topIndex .campaignSection__inner {
  width: 960px;
  max-width: 100%;
  margin: -100px auto 135px;
  padding: 115px 0 100px;
  overflow: hidden;
}
.uno-topIndex .campaignSection__txtBox {
  width: 460px;
  padding: 40px 20px 0 6%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: right;
  position: relative;
}
.uno-topIndex .campaignSection__title {
  border-bottom: solid 2px #000;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .campaignSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .campaignSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
}
.uno-topIndex .campaignSection__imgBox {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.uno-topIndex .campaignSection__imgBox img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .campaignSection__imgBox a {
  display: block;
  max-width: 420px;
}
.uno-topIndex .campaignSection__linkImg {
  display: block;
  margin-bottom: 10px;
}
.uno-topIndex .campaignSection__linkTxt {
  font-size: 20px;
  position: relative;
  padding-right: 20px;
}
.uno-topIndex .campaignSection__linkTxt:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -7px;
}
.uno-topIndex .productsSection {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.uno-topIndex .productsSection__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 180px;
}
.uno-topIndex .productsSection__txtBox {
  width: 460px;
  padding: 0 6% 0 20px;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
}
.uno-topIndex .productsSection__title {
  border-bottom: solid 2px #000;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .productsSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .productsSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
}
.uno-topIndex .productsSection__imgBox {
  max-width: 640px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 10px;
}
.uno-topIndex .productsSection__imgBox img {
  width: 100%;
  height: auto;
}
.uno-topIndex .productsSection__pdfLink {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.uno-topIndex .productsSection__pdfLink a {
  text-decoration: underline;
  transition-duration: 0.2s;
  position: relative;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.uno-topIndex .productsSection__pdfLink a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #000 url(../img/icon_pdf.png) no-repeat center center;
  background-size: 26px 26px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  transition-duration: 0.1s;
}
.uno-topIndex .productsSection__pdfLink a:hover {
  color: #cc0101;
}
.uno-topIndex .productsSection__pdfLink a:hover:before {
  background-color: #cc0101;
}
.uno-topIndex .productsSection__announcementLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-top: 1px solid #000;
  margin: 0 auto;
  padding: 30px 0 35px;
}
.uno-topIndex .productsSection__announcementLink a {
  transition-duration: 0.2s;
  position: relative;
  display: inline-block;
  position: relative;
}
.uno-topIndex .productsSection__announcementLink a:hover {
  color: #cc0101;
}
.uno-topIndex .productsSection__announcementLink a:hover:before {
  background-color: #cc0101;
}
.uno-topIndex .productsSection__announcementLink .icon {
  display: inline-block;
  color: #cc0101;
  font-size: 96%;
  border: 1px solid #cc0101;
  padding: 0.15em 0.25em;
  margin-right: 1em;
}
.uno-topIndex .productsSection__announcementLink span + span {
  text-decoration: underline;
}
.uno-topIndex .productsSection--up {
  max-width: 1800px;
  margin: 0 auto;
}
.uno-topIndex .productsSection--up__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 210px;
  position: relative;
  z-index: 2;
}
.uno-topIndex .productsSection__imgBox {
  max-width: 640px;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  position: absolute;
  top: 10px;
}
.uno-topIndex .productsSection__imgBox img {
  width: 100%;
  height: auto;
}
.uno-topIndex .productsSection--right__imgBox {
  max-width: 640px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: -60px;
}
.uno-topIndex .productsSection--right__imgBox img {
  width: 100%;
  height: auto;
}
.uno-topIndex .productsSection--down {
  margin: 0 auto;
  position: relative;
}
.uno-topIndex .productsSection--down + .productsSection--up .productsSection--up__inner {
  padding: 100px 0 150px;
}
.uno-topIndex .productsSection--down + .productsSection--up .productsSection--right__imgBox {
  top: 0;
}
.uno-topIndex .productsSection--down + .productsSection--up + .productsSection--down .productsSection--down__inner {
  padding: 100px 0 220px;
}
.uno-topIndex .productsSection--down + .productsSection--up + .productsSection--down .productsSection--left__imgBox {
  top: 50px;
}
.uno-topIndex .productsSection--down__bg {
  position: absolute;
  width: 100%;
  height: 98%;
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #efefef;
}
.uno-topIndex .productsSection--down__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 140px;
  position: relative;
  z-index: 1;
}
.uno-topIndex .productsSection--down__inner:after {
  content: "";
  clear: both;
  display: block;
}
.uno-topIndex .productsSection--down__txtBox {
  float: right;
  padding: 0 20px 0 6%;
}
.uno-topIndex .productsSection--left__imgBox {
  max-width: 640px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  right: 50%;
  top: 0;
}
.uno-topIndex .productsSection--left__imgBox img {
  width: 100%;
  height: auto;
}
.uno-topIndex .stylingSection {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.uno-topIndex .stylingSection + .specialSection--blk {
  margin-top: 0;
}
.uno-topIndex .stylingSection__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .stylingSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin: -80px 0;
  background: url(../../img/bg_styling.jpg) repeat center top;
  background-attachment: fixed;
  transform: skewY(4.5deg);
}
.uno-topIndex .stylingSection__bg2 {
  position: absolute;
  background: url(../../img/bg_styling_2.jpg) repeat-y center top;
  width: 498px;
  height: 100%;
  top: 0;
  right: 50%;
}
.uno-topIndex .stylingSection__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 135px 0 135px;
  overflow: hidden;
}
.uno-topIndex .stylingSection__txtBox {
  width: 460px;
  padding: 0 6% 0 20px;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: left;
  position: relative;
}
.uno-topIndex .stylingSection__title {
  border-bottom: solid 2px #fff;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .stylingSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .stylingSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
  color: #fff;
}
.uno-topIndex .stylingSection__imgBox {
  max-width: 640px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 10px;
}
.uno-topIndex .stylingSection__imgBox img {
  width: 100%;
  height: auto;
}
.uno-topIndex .tvcmSection {
  position: relative;
  max-width: 1800px;
  margin: 40px auto -80px;
}
.uno-topIndex .tvcmSection__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .tvcmSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin: -80px 0;
  background: #fff;
  transform: skewY(4.5deg) translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .tvcmSection__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0 180px;
  overflow: hidden;
  position: relative;
}
.uno-topIndex .tvcmSection__txtBox {
  width: 460px;
  padding: 0 20px 0 6%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: right;
  position: relative;
}
.uno-topIndex .tvcmSection__txtBox--l {
  position: relative;
  width: 460px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: left;
}
.uno-topIndex .tvcmSection__title {
  border-bottom: solid 2px #000;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .tvcmSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .tvcmSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
}
.uno-topIndex .tvcmSection__imgBox {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 20px 0 10px;
  position: relative;
  float: left;
}
.uno-topIndex .tvcmSection__imgBox img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .tvcmSection__imgBox--r {
  float: right;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  position: relative;
}
.uno-topIndex .specialSection {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.uno-topIndex .specialSection + .specialSection--blk {
  margin: 0 auto;
}
.uno-topIndex .specialSection__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.uno-topIndex .specialSection__txtBox {
  width: 460px;
  padding: 0 20px 10% 6%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: right;
}
.uno-topIndex .specialSection__txtBox--l {
  width: 460px;
  padding: 5% 6% 7.5% 20px;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: left;
  position: relative;
}
.uno-topIndex .specialSection__title {
  border-bottom: solid 2px #000;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .specialSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .specialSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
  margin: 0 -10px;
}
.uno-topIndex .specialSection__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.uno-topIndex .specialSection__btn a {
  display: inline-block;
}
.uno-topIndex .specialSection__btn a img {
  margin: -2px 0;
}
.uno-topIndex .specialSection__imgBox {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 60px 40px 60px 20px;
}
.uno-topIndex .specialSection__imgBox img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .specialSection__imgBox--r {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  position: relative;
  float: right;
}
.uno-topIndex .specialSection__imgBox--r img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
}
.uno-topIndex .specialSection__videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 55%;
  border: 1px solid #fff;
}
.uno-topIndex .specialSection__videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uno-topIndex .specialSection--blk {
  position: relative;
  max-width: 1800px;
  margin: 80px auto -80px;
}
.uno-topIndex .specialSection--blk .specialSection__title {
  border-bottom: solid 2px #FFF;
}
.uno-topIndex .specialSection--blk .specialSection__lead {
  color: #FFF;
}
.uno-topIndex .specialSection--blk .specialSection__imgBox {
  padding-top: 20px;
}
.uno-topIndex .specialSection__bgWrap, .uno-topIndex .specialSection--blk__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .specialSection__bg, .uno-topIndex .specialSection--blk__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin: -80px 0;
  background: #fff;
  transform: skewY(4.5deg) translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .specialSection--blk__bg {
  background: #000;
}
.uno-topIndex .featureSection {
  position: relative;
  max-width: 1800px;
  margin: -60px auto 0;
}
.uno-topIndex .featureSection__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .featureSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin: -80px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #000;
}
.uno-topIndex .featureSection__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 115px 0 80px;
}
.uno-topIndex .featureSection__inner:after {
  content: "";
  clear: both;
  display: block;
}
.uno-topIndex .featureSection__txtBox {
  width: 460px;
  padding: 25% 20px 0 6%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: right;
  position: relative;
}
.uno-topIndex .featureSection__title {
  border-bottom: solid 2px #FFF;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .featureSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .featureSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
  color: #FFF;
}
.uno-topIndex .featureSection__imgBox {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  position: relative;
  float: left;
}
.uno-topIndex .featureSection__imgBox img {
  width: 100%;
  height: auto;
}
.uno-topIndex .featureSection__linkList a {
  display: block;
}
.uno-topIndex .featureSection__linkList a, .uno-topIndex .featureSection__linkList a:link, .uno-topIndex .featureSection__linkList a:visited, .uno-topIndex .featureSection__linkList a:hover {
  color: #FFF;
}
.uno-topIndex .featureSection__linkList__item {
  margin-bottom: 55px;
}
.uno-topIndex .featureSection__linkList__img {
  position: relative;
  border: solid 1px #fff;
}
.uno-topIndex .featureSection__linkList__img img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.uno-topIndex .is-new .featureSection__linkList__img:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 23px;
  top: 10px;
  left: 10px;
  background: url(../img/icon_new.png) no-repeat left center;
  background-size: 55px 23px;
  background-color: white;
}
.uno-topIndex .is-new :hover .featureSection__linkList__img:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.uno-topIndex .featureSection__linkList__txtBox {
  position: relative;
  padding-right: 32px;
}
.uno-topIndex .featureSection__linkList__txtBox:after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
  background: url(../img/icon_arrow_01_wht.png) no-repeat left center;
}
.uno-topIndex .featureSection__linkList__title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.uno-topIndex .featureSection__linkList__txt {
  font-size: 14px;
}
.uno-topIndex .otonaSection {
  position: relative;
  max-width: 1800px;
  margin: -1px auto;
}
.uno-topIndex .otonaSection__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .otonaSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin: -80px 0;
  background: url(../../img/bg_otona.jpg) repeat center top;
  background-attachment: fixed;
  transform: skewY(4.5deg) translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-topIndex .otonaSection__bg2 {
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 100%;
  top: 0;
  right: 50%;
  margin-right: 520px;
}
.uno-topIndex .otonaSection__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 115px 0 115px;
}
.uno-topIndex .otonaSection__inner:after {
  content: "";
  clear: both;
  display: block;
}
.uno-topIndex .otonaSection__txtBox {
  width: 460px;
  padding: 0 20px 0 6%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  float: right;
  position: relative;
}
.uno-topIndex .otonaSection__txtBox--center {
  position: relative;
  float: none;
  text-align: center;
  box-sizing: border-box;
  width: 460px;
  max-width: 50%;
  margin: auto;
}
.uno-topIndex .otonaSection__txtBox--center .otonaSection__title {
  border-bottom: none;
}
.uno-topIndex .otonaSection__txtBox--center .otonaSection__title:after {
  content: "";
  display: block;
  width: 77.6699029126%;
  max-width: 400px;
  height: 2px;
  background: #000;
  margin: 20px auto -20px;
}
.uno-topIndex .otonaSection__txtBox__sign {
  display: inline-block;
  background: #fff;
  color: #000;
  margin-bottom: 50px;
}
.uno-topIndex .otonaSection__txtBox__sign i {
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}
.uno-topIndex .otonaSection__txtBox__sign img {
  vertical-align: middle;
  margin-top: -4px;
  padding-left: 8px;
}
.uno-topIndex .otonaSection__title {
  position: relative;
  border-bottom: solid 2px #000;
  padding: 0 0 22px;
  text-align: center;
}
.uno-topIndex .otonaSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .otonaSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
  color: #000;
}
.uno-topIndex .otonaSection__imgBox {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 20px 0 10px;
  position: relative;
  float: left;
}
.uno-topIndex .otonaSection__imgBox img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.uno-topIndex .otonaSection__linkList a {
  display: block;
}
.uno-topIndex .otonaSection__linkList a, .uno-topIndex .otonaSection__linkList a:link, .uno-topIndex .otonaSection__linkList a:visited, .uno-topIndex .otonaSection__linkList a:hover {
  color: #000;
}
.uno-topIndex .otonaSection__linkList__item {
  margin-bottom: 40px;
}
.uno-topIndex .otonaSection__linkList__sign {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  bottom: -20px;
  right: 10px;
  max-width: 150px;
  max-height: 55px;
}
.uno-topIndex .otonaSection__linkList__img {
  position: relative;
  border: solid 1px #000;
  margin-bottom: -1px;
}
.uno-topIndex .otonaSection__linkList__img img {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  box-sizing: border-box;
}
.uno-topIndex .is-new .otonaSection__linkList__img:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 23px;
  top: 10px;
  left: 10px;
  background: url(../img/icon_new.png) no-repeat left center;
  background-size: 55px 23px;
  background-color: white;
}
.uno-topIndex .is-new :hover .otonaSection__linkList__img:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.uno-topIndex .otonaSection__linkList__txtBox {
  position: relative;
  padding-right: 32px;
}
.uno-topIndex .otonaSection__linkList__txtBox:after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
  background: url(../img/icon_arrow_01.png) no-repeat left center;
}
.uno-topIndex .otonaSection__linkList__title {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 16px;
}
.uno-topIndex .otonaSection__linkList__txt {
  font-size: 14px;
}
.uno-topIndex .conceptSection {
  background: #f8f8f8;
  padding: 180px 0 90px;
  box-sizing: border-box;
  text-align: center;
  max-width: 1800px;
  margin: -4.5% auto 80px;
}
.uno-topIndex .conceptSection__title {
  text-align: center;
  margin-bottom: 55px;
}
.uno-topIndex .conceptSection__lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 65px;
}
.uno-topIndex .conceptSection__img {
  max-width: 1240px;
  padding: 0 5%;
  margin: 80px auto 0;
}
.uno-topIndex .conceptSection__img img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .newsSection {
  background-color: #fff;
}
.uno-topIndex .newsSection__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 130px;
  overflow: hidden;
}
.uno-topIndex .newsSection__txtBox {
  width: 460px;
  padding: 0 5% 0 20px;
  box-sizing: border-box;
  max-width: 45%;
  text-align: center;
  float: left;
}
.uno-topIndex .newsSection__title {
  border-bottom: solid 2px #000;
  padding: 0 0 22px;
  text-align: center;
  margin-bottom: 50px;
}
.uno-topIndex .newsSection__title img {
  max-width: 100%;
  height: auto;
}
.uno-topIndex .newsSection__lead {
  text-align: center;
  padding: 22px 0 50px;
  font-size: 20px;
}
.uno-topIndex .newsInfo {
  float: right;
  width: 55%;
  box-sizing: border-box;
  padding-right: 20px;
}
.uno-topIndex .newsInfo img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.uno-topIndex .newsInfo__items {
  border-top: solid 1px #000;
}
.uno-topIndex .newsInfo__item {
  border-bottom: solid 1px #000;
  position: relative;
}
.uno-topIndex .newsInfo__item a {
  display: table;
  padding: 20px 0;
  overflow: hidden;
}
.uno-topIndex .newsInfo__item a:after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  background: url(../img/icon_arrow_01.png) no-repeat left center;
}
.uno-topIndex .newsInfo__item span {
  display: table;
  padding: 20px 0;
  overflow: hidden;
}
.uno-topIndex .newsInfo__img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.uno-topIndex .newsInfo__img img {
  border: solid 1px #ededed;
}
.uno-topIndex .newsInfo__txtBox {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 30px 10px 20px;
  width: 70%;
}
.uno-topIndex span .newsInfo__txtBox {
  padding-right: 0;
}
.uno-topIndex .newsInfo__date {
  font-size: 12px;
  margin-bottom: 8px;
}
.uno-topIndex .is-new .newsInfo__date {
  position: relative;
  padding-left: 52px;
}
.uno-topIndex .is-new .newsInfo__date:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: url(../img/icon_new_s.png) no-repeat left center;
  background-size: 44px 20px;
}
.uno-topIndex .newsInfo__txt {
  font-size: 14px;
}

@media only screen and (max-width: 1100px) {
  .uno-topIndex .keyVisual__slide__item__cap {
    display: none;
  }
  .uno-topIndex .productsSection--down__inner {
    padding: 60px 0 8%;
  }
  .uno-topIndex .productsSection--down + .productsSection--up .productsSection--up__inner {
    padding: 10% 0 14%;
  }
  .uno-topIndex .productsSection--down + .productsSection--up + .productsSection--down .productsSection--down__inner {
    padding: 60px 0 18%;
  }
  .uno-topIndex .productsSection--left__imgBox {
    max-width: 430px;
  }
}
@media only screen and (max-width:770px) {
  .uno-topIndex .keyVisual__inner {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
  .uno-topIndex .keyVisual__slide__item__btn {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 25px;
  }
  .uno-topIndex .keyVisual__slide__item__btn img {
    height: 10px;
  }
  .uno-topIndex .keyVisual__slide__item__btn a {
    display: inline-block;
  }
  .uno-topIndex .keyVisual__slide__item__btn span {
    min-width: 100px;
    padding: 6px 30px 12px 10px;
  }
  .uno-topIndex .keyVisual__slide__item--04 .keyVisual__slide__item__btn a {
    width: auto;
  }
  .uno-topIndex .keyVisual__slide__item--04 .keyVisual__slide__item__btn a img {
    height: 12px;
    margin: -1px 0;
  }
  .uno-topIndex .keyVisual__slideNav__item {
    margin-top: -7px;
  }
  .uno-topIndex .keyVisual__slideNav__item a {
    width: 14px;
    height: 14px;
    background: url(../../img/icon_controls.png);
    background-size: 28px 14px;
  }
  .uno-topIndex .keyVisual__slideNav--prev {
    left: 4px;
  }
  .uno-topIndex .keyVisual__slideNav--next {
    right: 4px;
  }
  .uno-topIndex .keyVisual__slideNav--next a {
    background-position: -14px 0;
  }
  .uno-topIndex .keyVisual__slideNav__mark {
    margin: 8px 0;
    height: 10px;
  }
  .uno-topIndex .pickup__title {
    padding: 13px 0;
  }
  .uno-topIndex .pickup__title img {
    height: 15px;
    width: auto;
  }
  .uno-topIndex .pickupList__items {
    margin-bottom: 18px;
  }
  .uno-topIndex .pickupList__items.is-3col .pickupList__item {
    width: 50%;
  }
  .uno-topIndex .pickupList__item {
    width: 50%;
  }
  .uno-topIndex .pickupList__item:nth-child(2n+1) {
    clear: left;
  }
  .uno-topIndex .pickupList__item__txtBox {
    padding: 8px 25px 18px 10px;
  }
  .uno-topIndex .pickupList__item__txtBox:after {
    width: 9px;
    height: 14px;
    right: 10px;
    margin-top: -7px;
    background: url(../img/icon_arrow_01_s.png) no-repeat left center;
    background-size: 9px 14px;
  }
  .uno-topIndex .pickupList__item__date {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .uno-topIndex .is-new .pickupList__item__date {
    position: relative;
    padding-left: 42px;
  }
  .uno-topIndex .is-new .pickupList__item__date:before {
    width: 34px;
    height: 16px;
    margin-top: -9px;
    background-size: 34px auto;
  }
  .uno-topIndex .pickupList__item__title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .uno-topIndex .pickupList__item__txt {
    font-size: 12px;
  }
  .uno-topIndex .campaignSection {
    position: relative;
    max-width: 1800px;
    margin: 0 auto 0;
  }
  .uno-topIndex .campaignSection__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #efefef 70%);
  }
  .uno-topIndex .campaignSection__inner {
    width: 960px;
    max-width: 100%;
    margin: -100px auto 55px;
    padding: 115px 0 50px;
    overflow: hidden;
  }
  .uno-topIndex .campaignSection__txtBox {
    float: none;
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
  }
  .uno-topIndex .campaignSection__title {
    padding: 0 0 16px;
  }
  .uno-topIndex .campaignSection__title img {
    width: auto;
    height: 45px;
  }
  .uno-topIndex .campaignSection__lead {
    padding: 15px 0 28px;
    padding-bottom: 20px;
    font-size: 17px;
  }
  .uno-topIndex .campaignSection__imgBox {
    float: none;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    position: static;
  }
  .uno-topIndex .campaignSection__imgBox img {
    width: 100%;
    height: auto;
  }
  .uno-topIndex .campaignSection__imgBox a {
    display: block;
    max-width: none;
  }
  .uno-topIndex .campaignSection__linkImg {
    display: block;
    margin-bottom: 10px;
  }
  .uno-topIndex .campaignSection__linkTxt {
    font-size: 18px;
    padding-right: 20px;
    line-height: 1.4;
  }
  .uno-topIndex .productsSection__inner {
    margin: 0 auto;
    padding: 0 0 110px;
  }
  .uno-topIndex .productsSection__txtBox {
    width: 100%;
    padding: 40px 20px 0 20px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    float: none;
  }
  .uno-topIndex .productsSection__title {
    padding: 12px 0 24px;
  }
  .uno-topIndex .productsSection__title img {
    width: auto;
    max-height: 110px;
    height: 20vw;
  }
  .uno-topIndex .productsSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .productsSection__imgBox {
    max-width: 100%;
    width: 100%;
    padding: 0 35px;
    position: static;
  }
  .uno-topIndex .productsSection__imgBox img {
    width: 100%;
    height: auto;
  }
  .uno-topIndex .productsSection--up__inner {
    margin: 0 auto;
    padding: 0 0 100px;
  }
  .uno-topIndex .productsSection--right__imgBox {
    max-width: 100%;
    width: 61.4035087719%;
    padding: 0 35px;
    position: static;
    text-align: center;
    margin: -5px auto 0;
  }
  .uno-topIndex .productsSection--right__imgBox img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .uno-topIndex .productsSection--left__imgBox {
    max-width: 100%;
    width: 80.701754386%;
    padding: 0 35px;
    text-align: center;
    position: static;
    margin: -35px auto 0;
  }
  .uno-topIndex .productsSection--left__imgBox img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .uno-topIndex .productsSection--down + .productsSection--up .productsSection--up__inner {
    padding: 0 0 32%;
  }
  .uno-topIndex .productsSection--down + .productsSection--up .productsSection--right__imgBox {
    width: 70.1754385965%;
  }
  .uno-topIndex .productsSection--down + .productsSection--up + .productsSection--down .productsSection--down__inner {
    padding: 15px 0 90px;
  }
  .uno-topIndex .productsSection--down + .productsSection--up + .productsSection--down .productsSection--left__imgBox {
    width: calc(420% / 5.7);
    margin: 0 auto;
  }
  .uno-topIndex .productsSection--down__inner {
    padding: 30px 0 0;
    margin: -140px auto 0;
  }
  .uno-topIndex .productsSection--down__bg {
    height: 95%;
  }
  .uno-topIndex .productsSection__btn {
    margin-bottom: 25px;
  }
  .uno-topIndex .productsSection__pdfLink {
    margin-bottom: 25px;
    margin-top: -10px;
  }
  .uno-topIndex .productsSection__pdfLink a {
    font-size: 11px;
    padding-left: 25px;
  }
  .uno-topIndex .productsSection__pdfLink a:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-top: -10px;
  }
  .uno-topIndex .productsSection__announcementLink {
    padding: 18px 0;
  }
  .uno-topIndex .productsSection__announcementLink .icon {
    display: table;
    margin: 0 auto 0.8em;
  }
  .uno-topIndex .featureSection {
    margin-top: -50px;
  }
  .uno-topIndex .featureSection__bg {
    background-size: 900px auto;
  }
  .uno-topIndex .featureSection__inner {
    padding: 80px 0 4%;
    margin-bottom: -40px;
  }
  .uno-topIndex .featureSection__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .uno-topIndex .featureSection__txtBox {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
    float: none;
  }
  .uno-topIndex .featureSection__title {
    padding: 0 0 16px;
  }
  .uno-topIndex .featureSection__title img {
    width: auto;
    height: 45px;
  }
  .uno-topIndex .featureSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .featureSection__txtBox__btn {
    display: inline-block;
    margin-bottom: 36px;
  }
  .uno-topIndex .featureSection__imgBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    position: relative;
    float: none;
  }
  .uno-topIndex .featureSection__imgBox img {
    width: 100%;
    height: auto;
  }
  .uno-topIndex .featureSection__linkList__item {
    margin-bottom: 25px;
  }
  .uno-topIndex .featureSection__linkList__img {
    position: relative;
    border: solid 1px #fff;
  }
  .uno-topIndex .featureSection__linkList__img img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .uno-topIndex .featureSection__linkList__img:before {
    display: none;
  }
  .uno-topIndex .featureSection__linkList__img:after {
    display: none;
  }
  .uno-topIndex .is-new .featureSection__linkList__img:after {
    width: 35px;
    height: 15px;
    top: 10px;
    left: 10px;
    background-size: 35px 15px;
  }
  .uno-topIndex .featureSection__linkList__txtBox {
    position: relative;
    padding-right: 35px;
  }
  .uno-topIndex .featureSection__linkList__txtBox:after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    background: url(../img/icon_arrow_01_wht.png) no-repeat left center;
  }
  .uno-topIndex .featureSection__linkList__title {
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.1em;
  }
  .uno-topIndex .featureSection__linkList__txt {
    font-size: 14px;
  }
  .uno-topIndex .stylingSection {
    margin: 40px auto 0;
  }
  .uno-topIndex .stylingSection__bg {
    background: url(../../img/bg_styling_sp.jpg) repeat center top;
    background-size: 820px auto;
  }
  .uno-topIndex .stylingSection__bg2 {
    display: none;
  }
  .uno-topIndex .stylingSection__inner {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .uno-topIndex .stylingSection__txtBox {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
  }
  .uno-topIndex .stylingSection__title {
    padding: 0 0 16px;
  }
  .uno-topIndex .stylingSection__title img {
    width: auto;
    height: 45px;
  }
  .uno-topIndex .stylingSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .tvcmSection {
    margin: 80px auto -40px;
  }
  .uno-topIndex .tvcmSection__inner {
    margin: 0 auto;
    padding: 10px 0 100px;
  }
  .uno-topIndex .tvcmSection__txtBox {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
    float: none;
  }
  .uno-topIndex .tvcmSection__txtBox--l {
    float: none;
    width: 100%;
    padding: 50px 0 0;
    max-width: 100%;
  }
  .uno-topIndex .tvcmSection__title {
    padding: 0 0 16px;
  }
  .uno-topIndex .tvcmSection__title img {
    width: auto;
    height: 45px;
  }
  .uno-topIndex .tvcmSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .tvcmSection__imgBox {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 0;
    text-align: center;
  }
  .uno-topIndex .tvcmSection__imgBox img {
    width: 100%;
  }
  .uno-topIndex .tvcmSection__imgBox--r {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 0;
    text-align: center;
  }
  .uno-topIndex .tvcmSection__imgBox--r img {
    width: 100%;
    height: auto;
  }
  .uno-topIndex .specialSection {
    margin: 40px auto 0px;
  }
  .uno-topIndex .specialSection__inner {
    margin: 0 auto;
    padding: 50px 0 60px;
  }
  .uno-topIndex .specialSection__txtBox {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
    float: none;
  }
  .uno-topIndex .specialSection__txtBox--l {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
    float: none;
  }
  .uno-topIndex .specialSection__title {
    padding: 0 0 16px;
  }
  .uno-topIndex .specialSection__title img {
    width: auto;
    height: 45px;
  }
  .uno-topIndex .specialSection__title.titleHeightBig img {
    width: auto;
    height: 112px;
  }
  .uno-topIndex .specialSection__title.titleHeight2L img {
    width: auto;
    height: 92px;
  }
  .uno-topIndex .specialSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .specialSection__btn a img {
    height: 15px;
    margin: -1px 0;
  }
  .uno-topIndex .specialSection__imgBox {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 0;
    text-align: center;
  }
  .uno-topIndex .specialSection__imgBox img {
    width: 100%;
  }
  .uno-topIndex .specialSection__imgBox--r {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 0;
    text-align: center;
  }
  .uno-topIndex .specialSection__imgBox--r img {
    width: 100%;
  }
  .uno-topIndex .specialSection--blk {
    margin: 40px auto -80px;
  }
  .uno-topIndex .specialSection--blk .specialSection__inner {
    margin: 0 auto;
    padding: 80px 0 120px;
  }
  .uno-topIndex .otonaSection {
    margin-top: 38px;
  }
  .uno-topIndex .otonaSection__bg {
    background-size: 900px auto;
  }
  .uno-topIndex .otonaSection__inner {
    padding: 50px 0 10px;
    margin-bottom: -40px;
  }
  .uno-topIndex .otonaSection__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .uno-topIndex .otonaSection__txtBox {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
    float: none;
  }
  .uno-topIndex .otonaSection__txtBox--center {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
  .uno-topIndex .otonaSection__txtBox--center .otonaSection__title:after {
    width: 100%;
    max-width: 100%;
    margin: 20px auto -10px;
  }
  .uno-topIndex .otonaSection__title {
    padding: 0 0 16px;
  }
  .uno-topIndex .otonaSection__title img {
    width: auto;
    height: 90px;
  }
  .uno-topIndex .otonaSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .otonaSection__btn {
    margin-bottom: 36px;
  }
  .uno-topIndex .otonaSection__imgBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    position: relative;
    float: none;
  }
  .uno-topIndex .otonaSection__imgBox img {
    width: 100%;
    height: auto;
  }
  .uno-topIndex .otonaSection__linkList__item {
    margin-bottom: 25px;
  }
  .uno-topIndex .otonaSection__linkList__img {
    position: relative;
    border: solid 1px #fff;
  }
  .uno-topIndex .otonaSection__linkList__img img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .uno-topIndex .otonaSection__linkList__img:before {
    display: none;
  }
  .uno-topIndex .otonaSection__linkList__img:after {
    display: none;
  }
  .uno-topIndex .is-new .otonaSection__linkList__img:after {
    width: 35px;
    height: 15px;
    top: 10px;
    left: 10px;
    background-size: 35px 15px;
  }
  .uno-topIndex .otonaSection__linkList__sign {
    width: 35%;
  }
  .uno-topIndex .otonaSection__linkList__txtBox {
    position: relative;
    padding-right: 35px;
  }
  .uno-topIndex .otonaSection__linkList__txtBox:after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    background: url(../img/icon_arrow_01.png) no-repeat left center;
  }
  .uno-topIndex .otonaSection__linkList__title {
    font-size: 17px;
    margin-top: 36px;
    margin-bottom: 10px;
  }
  .uno-topIndex .otonaSection__linkList__txt {
    font-size: 14px;
  }
  .uno-topIndex .conceptSection {
    background: #f8f8f8;
    background-size: 100% auto;
    padding: 160px 0 70px;
    margin: -80px auto 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .uno-topIndex .conceptSection__title {
    text-align: center;
    margin-bottom: 18px;
  }
  .uno-topIndex .conceptSection__title img {
    height: 22px;
    width: auto;
  }
  .uno-topIndex .conceptSection__lead {
    margin-bottom: 22px;
    font-size: 17px;
  }
  .uno-topIndex .conceptSection__img {
    padding: 0 20px;
    margin: 40px auto 0;
  }
  .uno-topIndex .newsSection {
    background-color: #fff;
  }
  .uno-topIndex .newsSection__inner {
    display: block;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .uno-topIndex .newsSection__txtBox {
    width: 100%;
    padding: 0 20px 0 20px;
    max-width: 100%;
    float: none;
  }
  .uno-topIndex .newsSection__title {
    padding: 0 0 16px;
    margin-bottom: 28px;
  }
  .uno-topIndex .newsSection__title img {
    width: auto;
    height: 45px;
  }
  .uno-topIndex .newsSection__lead {
    padding: 15px 0 28px;
    font-size: 17px;
  }
  .uno-topIndex .newsSection__btn {
    margin-bottom: 40px;
  }
  .uno-topIndex .newsInfo {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .uno-topIndex .newsInfo img {
    max-width: 100%;
    height: auto;
  }
  .uno-topIndex .newsInfo__item {
    border-bottom: solid 1px #000;
    position: relative;
  }
  .uno-topIndex .newsInfo__item a {
    display: table;
    padding: 15px 0;
    overflow: hidden;
  }
  .uno-topIndex .newsInfo__item a:after {
    width: 9px;
    height: 14px;
    right: 0px;
    margin-top: -7px;
    background: url(../img/icon_arrow_01_s.png) no-repeat left center;
    background-size: 9px 14px;
  }
  .uno-topIndex .newsInfo__img {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    width: 150px;
  }
  .uno-topIndex .newsInfo__txtBox {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px 0px 15px;
    width: 65%;
  }
  .uno-topIndex .is-new .newsInfo__date {
    position: relative;
    padding-left: 42px;
  }
  .uno-topIndex .is-new .newsInfo__date:before {
    width: 34px;
    height: 16px;
    margin-top: -9px;
    background-size: 34px auto;
  }
}
.animateObj {
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.4s;
  transition-property: transform, opacity;
  /* opacity: .3; */
}

.is-animate .animateObj {
  opacity: 1;
  transform: translateY(0px);
}