input, label, select, button, textarea{
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print,screen and (min-width:769px) and (max-width:9999px) {

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .md {
    display: none !important;
  }
}

/* slider
 * ----------------------------------------------- */
.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;
  -ms-touch-action: pan-y;
  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;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  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;
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  height: 100%;
  top: 0;
  width: 40px;
  text-indent: -999px;
  overflow: hidden;
  z-index: 9990;
  cursor: pointer;
  transition: opacity 0.3s;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}

.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #666;
  background: #fff;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  transition: background 0.3s;
}
.slick-dots button:hover {
  background: #666;
}
.slick-dots .slick-active button {
  background: #666;
}

.slick-arrow ~ .slick-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}

.slick-arrow {
  width: 26px;
  height: 26px;
  background: no-repeat center center/100% auto;
  border-radius: 100%;
  top: 38%;
  transform: translateY(-50%);
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  z-index: 1250;
  border: 0;
}

.slick-next {
  background-image: url(/img/reform/contents/utamaro/icon_next_grey.png);
  right: 0;
}

.slick-prev {
  background-image: url(/img/reform/contents/utamaro/icon_prev_grey.png);
  left: 0;
}

.slick-dots {
  margin-top: 20px;
}

/* PAGE
 * ----------------------------------------------- */
 .section-top-utamaro .block-content {
  position: relative;
}
.section-top-utamaro .block-content img {
  width: 100%;
}
.section-top-utamaro .image-balloon,
.section-top-utamaro .image-main,
.section-top-utamaro .text {
  position: absolute;
}
.section-top-utamaro .image-main {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-top-utamaro .text {
  font-weight: bold;
  color: #005bac;
}

.title-utamaro {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .section-top-utamaro {
    background: url(/img/reform/contents/utamaro/bg_dots.png) repeat top left;
    padding-top: 32px;
  }
  .section-top-utamaro .block-content {
    margin: 0 auto;
    height: 539px;
  }
  .section-top-utamaro .balloon-01 {
    width: 253px;
    top: 310px;
    left: 22px;
  }
  .section-top-utamaro .balloon-01 .text {
    font-size: 15px;
    line-height: 1.33;
    top: 74px;
    left: 32px;
  }
  .section-top-utamaro .balloon-02 {
    width: 217px;
    left: 50px;
    top: 45px;
  }
  .section-top-utamaro .balloon-02 .text {
    top: 71px;
    left: 34px;
    font-size: 19px;
    line-height: 1.3125;
  }
  .section-top-utamaro .balloon-03 {
    width: 178px;
    left: 295px;
    top: -7px;
  }
  .section-top-utamaro .balloon-03 .text {
    font-size: 15px;
    line-height: 1.33;
    top: 50px;
    left: 20px;
  }
  .section-top-utamaro .balloon-04 {
    width: 174px;
    right: 282px;
    top: 25px;
  }
  .section-top-utamaro .balloon-04 .text {
    font-size: 13px;
    line-height: 1.4;
    top: 44px;
    left: 30px;
  }
  .section-top-utamaro .balloon-05 {
    width: 186px;
    right: 59px;
    top: 24px;
  }
  .section-top-utamaro .balloon-05 .text {
    font-size: 16px;
    line-height: 1.3125;
    top: 65px;
    left: 30px;
  }
  .section-top-utamaro .balloon-06 {
    width: 226px;
    right: 25px;
    top: 300px;
  }
  .section-top-utamaro .balloon-06 .text {
    font-size: 16px;
    line-height: 1.3125;
    top: 53px;
    left: 72px;
  }
  .section-top-utamaro .image-main {
    width: 725px;
  }

  .title-utamaro {
    width: 620px;
    height: 85px;
    border-radius: 50px;
    margin: 0 auto 40px;
  }
  .title-utamaro img {
    width: 495px;
  }
  .section-utamaro-03 .title-utamaro {
    margin-bottom: 85px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .section-top-utamaro {
    background: #d6dfe5 url(/img/reform/contents/utamaro/bg_dots_sp.png) repeat top center/376px 136px;
    padding-top: 16px;
  }
  .section-top-utamaro .block-content {
    height: 342px;
  }
  .section-top-utamaro .balloon-01 {
    width: 199px;
    top: 30px;
    left: 15px;
  }
  .section-top-utamaro .balloon-01 .text {
    font-size: 13px;
    line-height: 1.3;
    top: 58px;
    left: 20px;
  }
  .section-top-utamaro .balloon-05 {
    width: 163px;
    left: 27px;
    top: 20px;
  }
  .section-top-utamaro .balloon-05 .text {
    top: 48px;
    left: 25px;
    font-size: 13px;
    line-height: 1.5;
  }
  .section-top-utamaro .balloon-03 {
    width: 170px;
    right: 12px;
    top: -31px;
  }
  .section-top-utamaro .balloon-03 .text {
    font-size: 13px;
    line-height: 1.5;
    top: 48px;
    left: 23px;
  }
  .section-top-utamaro .balloon-06 {
    width: 141px;
    right: 42px;
    top: -11px;
  }
  .section-top-utamaro .balloon-06 .text {
    font-size: 13px;
    line-height: 1.4;
    top: 40px;
    left: 21px;
  }
  .section-top-utamaro .balloon-04 {
    width: 151px;
    right: 27px;
    top: -37px;
  }
  .section-top-utamaro .balloon-04 .text {
    font-size: 12px;
    line-height: 1.33;
    top: 40px;
    left: 30px;
  }
  .section-top-utamaro .balloon-02 {
    width: 152px;
    left: 27px;
    top: 20px;
  }
  .section-top-utamaro .balloon-02 .text {
    font-size: 13px;
    line-height: 1.4;
    top: 48px;
    left: 27px;
  }
  .section-top-utamaro .image-main {
    width: 100%;
    height: 100%;
  }
  .section-top-utamaro .image-main img {
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
  }
  .title-utamaro {
    width: 310px;
    height: 43px;
    margin: 0 auto 50px;
    border-radius: 25px;
  }
  .title-utamaro img {
    width: 248px;
  }
}
.block-furniture img {
  width: 100%;
}
.block-furniture .reflection-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.block-furniture .text-furniture {
  text-align: center;
  color: #000;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.block-furniture .text-furniture span {
  display: block
}

.block-furniture .block-objects {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.block-furniture .image-object {
  position: absolute;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .block-furniture {
    position: relative;
    height: 550px;
    padding-top: 55px;
  }
  .block-furniture .reflection-circle {
    width: 940px;
  }
  .block-furniture .text-furniture {
    font-size: 19px;
    line-height: 2.42;
  }
  .block-furniture .block-objects {
    width: 960px;
    height: 100%;
  }
  .block-furniture .object-01 {
    width: 200px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-furniture .object-02 {
    width: 156px;
    left: 35px;
    top: 143px;
  }
  .block-furniture .object-03 {
    width: 243px;
    left: 87px;
    bottom: 72px;
  }
  .block-furniture .object-04 {
    width: 178px;
    right: 63px;
    top: 174px;
  }
  .block-furniture .object-05 {
    width: 149px;
    right: 85px;
    bottom: 40px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .section-utamaro-03 .title-utamaro {
    margin-bottom: 20px;
  }
  .block-furniture {
    height: 311px;
    padding-top: 20px;
  }
  .block-furniture .text-furniture {
    font-size: 15px;
    line-height: 2.16;
  }
  .block-furniture .block-objects {
    width: 100%;
    margin-top: 90px;
  }
  .block-furniture .block-objects:before {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    height: 95px;
    background: #bdcfdb;
    width: 100%;
  }
  .block-furniture .object-01 {
    width: 111px;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-furniture .object-02 {
    width: 78px;
    left: 25px;
    top: 141px;
  }
  .block-furniture .object-03 {
    width: 116px;
    left: 15px;
    top: 38px;
  }
  .block-furniture .object-04 {
    width: 90px;
    right: 13px;
    top: 76px;
  }
  .block-furniture .object-05 {
    width: 75px;
    right: 39px;
    top: 168px;
  }
}
.section-top-clean {
  text-align: center;
}
.section-top-clean .title-clean {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.section-top-clean .title-clean .green-line {
  position: absolute;
  width: 100%;
  background: #7fd8ca;
  z-index: -1;
  display: block
}
.section-top-clean .text-object {
  position: absolute;
  line-height: 1.15;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .section-top-clean {
    padding-bottom: 140px;
  }
  .section-top-clean .title-clean {
    line-height: 1.3325;
    font-size: 52px;
    margin-bottom: 55px;
  }
  .section-top-clean .title-clean .green-line {
    bottom: -6px;
    left: -4px;
    height: 48px;
  }
  .section-top-clean .wrapper {
    position: relative;
  }
  .section-top-clean .wrapper:before, .section-top-clean .wrapper:after {
    content: "";
    position: absolute;
    width: 401px;
    height: 401px;
    top: 42%;
    transform: translateY(-50%);
  }
  .section-top-clean .wrapper:before {
    left: -200px;
    background: url(/img/reform/contents/utamaro/img_circle_002.png) no-repeat center/401px 401px;
  }
  .section-top-clean .wrapper:after {
    right: -200px;
    background: url(/img/reform/contents/utamaro/img_circle_003.png) no-repeat center/401px 401px;
  }
  .section-top-clean .object-01 {
    width: 58px;
  }
  .section-top-clean .object-02 {
    width: 82px;
  }
  .section-top-clean .object-03 {
    width: 163px;
  }
  .section-top-clean .text-object {
    font-size: 20px;
    line-height: 1.15;
    top: 37px;
  }
  .section-top-clean .object-01 {
    top: -129px;
  }
  .section-top-clean .object-02 {
    top: -23px;
  }
  .section-top-clean .object-03 {
    top: 135px;
  }
  .section-top-clean .objects-left .object-01 {
    left: 184px;
  }
  .section-top-clean .objects-left .object-02 {
    left: 84px;
  }
  .section-top-clean .objects-left .object-03 {
    left: 81px;
  }
  .section-top-clean .objects-right {
    right: 0;
    top: 193px;
  }
  .section-top-clean .objects-right .object-01 {
    right: 183px;
  }
  .section-top-clean .objects-right .object-02 {
    right: 84px;
  }
  .section-top-clean .objects-right .object-03 {
    right: 77px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .wrap-balloons .slick-list {
    overflow: visible;
  }
  .wrap-balloons .slick-track-wrapper {
    height: 100%;
  }
  .wrap-balloons {
    max-width: 500px;
    width: 100%;
    margin: 0 auto
  }
  .section-top-clean {
    padding: 11px 0 100px;
    position: relative;
  }
  .section-top-clean:before, .section-top-clean:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 201px;
    top: 74px;
    z-index: -5;
  }
  .section-top-clean:before {
    left: 0;
    background: url(/img/reform/contents/utamaro/img_circle_002_sp.png) no-repeat center/100px 201px;
  }
  .section-top-clean:after {
    right: 0;
    background: url(/img/reform/contents/utamaro/img_circle_003_sp.png) no-repeat center/100px 201px;
  }
  .section-top-clean .title-clean {
    line-height: 1.33;
    font-size: 32px;
    margin-bottom: 50px;
  }
  .section-top-clean .title-clean .green-line {
    bottom: -6px;
    height: 29px;
    left: -3px;
  }
  .section-top-clean .text-object {
    font-size: 16px;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .detail-object {
    width: 134px;
    position: relative;
    margin: 0 22px;
    cursor: pointer;
  }

  .detail-object.is-current img:not(.active){
    display: none;
  }
  .detail-object.is-current .active {
    display: block;
  }
  .detail-object .active {
    display: none;
  }
  .detail-object.is-current {
    width: 178px;
  }
  .detail-object.is-current .text-object {
    font-size: 22px;
    line-height: 1.136;
  }

  .list-object {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
  }
}
.list-cleans {
  text-align: left;
}
.list-cleans .text {
  line-height: 1.5;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .list-cleans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
  }
  .list-cleans .detail-clean {
    width: 187px;
    margin: 0 20px;
  }
  .list-cleans .image-clean {
    margin-bottom: 18px;
    width: 187px;
  }
  .list-cleans .text {
    font-size: 14px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .list-cleans .detail-clean {
    animation: none
  }
  .list-cleans {
    width: 265px;
    margin: 0 auto;
  }
  .list-cleans .image-clean {
    margin: 0 auto 18px;
    width: 179px;
  }
  .list-cleans .text {
    font-size: 14px;
  }
}
.is-bold {
  font-weight: bold;
}

.objects-left,
.objects-right,
.object-01,
.object-02,
.object-03 {
  position: absolute;
}

.section-top-start img {
  width: 100%;
}
.section-top-start .list-tab {
  display: flex;
  justify-content: center;
}
.section-top-start .detail-tab {
  color: #808080;
  cursor: pointer;
}
.section-top-start .detail-tab.is-active {
  color: #000;
}

.section-top-start .block-content {
  background: #c0d2de;
  display: none;
}
.section-top-start .block-content.is-active {
  display: block;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .section-top-start .content-left{
    padding: 24px 25px 50px 40px
  }
  .section-top-start .three-minutes .content-left {
    padding-bottom: 27px;
  }
  .section-top-start .title-start {
    width: 719px;
    margin: 0 auto 40px;
  }
  .section-top-start .list-tab {
    width: 774px;
    margin: 0 auto 130px;
  }

  .section-top-start .detail-tab {
    width: 380px;
    margin: 0 12px;
  }
  .section-top-start .content-inner {
    padding: 7px 35px 7px 50px;
    width: 374px;
    height: 236px;
    background: url(/img/reform/contents/utamaro/bg_tab.png) no-repeat center/374px 236px;
  }
  .section-top-start .title-tab {
    padding: 0 0 14px 55px;
    font-size: 35px;
    margin-right: -20px;
    margin-bottom: 5px;
    line-height: 2;
    position: relative;
  }
  .section-top-start .title-tab:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -57px;
    height: 100px;
  }
  .section-top-start .is-active .content-inner {
    background-image: url(/img/reform/contents/utamaro/bg_tab_active.png);
  }
  .section-top-start .wrapper-content {
    width: 780px;
    margin: 0 auto 60px;
  }
  .section-top-start .block-content {
    border-radius: 50px;
    padding: 50px;
    position: relative;
  }
  .section-top-start .block-content .triangle-icon {
    position: absolute;
    top: -196px;
    width: 0;
    height: 0;
    border-width: 98px 28px;
    border-style: solid;
    border-color: transparent transparent #c0d2de transparent;
  }
  .section-top-start .block-content.three-seconds .triangle-icon {
    left: 165px;
  }
  .section-top-start .block-content.three-minutes .triangle-icon {
    right: 161px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .section-top-start .content-left {
    padding: 11px 13px 50px 22px
  }

  .section-top-start .three-minutes .content-left {
    padding-bottom: 25px;
  }
  .section-top-start .title-start {
    width: 291px;
    margin: 0 auto 28px;
  }
  .section-top-start .list-tab {
    margin: 0 -5px;
  }
  .section-top-start .detail-tab {
    width: 50%;
    margin: 0 5px;
  }
  .section-top-start .wrapper-content {
    margin: 0 auto 30px
  }
  .section-top-start .block-content {
    padding: 30px 20px 15px;
  }
  .section-top-start .text-content {
    font-size: 15px;
    line-height: 2.2;
    text-align: center;
    margin: 0 -20px 20px;
  }

  .detail-tab .current {
    display: none;
  }
  .detail-tab.is-active img:not(.current) {
    display: none;
  }
  .detail-tab.is-active .current {
    display: block;
  }
}
.detail-interior {
  background-color: #fff;
  border-bottom: 2px solid #005b48;
  border-right: 2px solid #005b48;
}

a:focus img, a:hover img {
  opacity: 1;
}
.wrap-detail {
  display: flex;
  color: #000;
  position: relative;
  text-decoration: none;
}
.three-minutes .wrap-detail .content-right {
  transition: opacity 0.3s;
}
.wrap-detail:after {
  content: "";
  position: absolute;
  transition: background 0.3s;
}
.wrap-detail:hover {
  color: #000
}
.three-minutes .wrap-detail:hover .content-right {
  opacity: 0.5;
}
.three-seconds .wrap-detail {
  transition: opacity 0.3s;
}
.three-seconds .wrap-detail:hover {
  opacity: 0.5;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .detail-interior:not(:last-child) {
    margin-bottom: 40px;
  }
}
.banner-tower {
  margin: 0 auto;
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .detail-interior:not(:last-child) {
    margin-bottom: 20px;
  }
  .banner-tower {
    max-width: 340px;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .three-seconds .title-tab:before {
    width: 330px;
    background: url(/img/reform/contents/utamaro/icon_seconds.png) no-repeat center/330px 100px;
  }
  .banner-tower {
    width: 719px;
    margin-bottom: 60px;
  }
  .three-seconds.is-active .title-tab:before {
    width: 336px;
    background: url(/img/reform/contents/utamaro/icon_seconds_active.png) no-repeat center/336px 100px;
  }

  .three-minutes .title-tab:before {
    width: 334px;
    background: url(/img/reform/contents/utamaro/icon_minutes.png) no-repeat center/334px 100px;
  }
  .three-minutes.is-active .title-tab {
    width: 340px;
  }
  .three-minutes.is-active .title-tab:before {
    width: 340px;
    background: url(/img/reform/contents/utamaro/icon_minutes_active.png) no-repeat center/340px 100px;
  }
  .three-minutes .detail-interior {
    z-index: 1;
  }
  .three-minutes .detail-interior:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .three-minutes .detail-interior:hover:after {
    opacity: 1;
    visibility: visible;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #54beac;
    border-radius: 25px;
    z-index: -1;
  }
  .wrap-detail:after {
    right: 8px;
    bottom: 10px;
    width: 41px;
    height: 41px;
    background: url(/img/reform/contents/utamaro/icon_arrow_white.png) no-repeat center/41px 41px;
    transition: background-image 0.3s;
  }
  .wrap-detail:hover:after {
    background-image: url(/img/reform/contents/utamaro/icon_arrow_green.png);
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .wrap-detail:after {
    right: 4px;
    bottom: 7px;
    width: 39px;
    height: 39px;
    background: url(/img/reform/contents/utamaro/icon_arrow_white.png) no-repeat center/39px 39px
  }
  .three-minutes .wrap-detail:hover:after {
    background-image: url(/img/reform/contents/utamaro/icon_arrow_green.png);
  }
}
.detail-interior {
  position: relative;
}
.detail-interior:before {
  content: "";
  position: absolute;
}
.detail-interior .text {
  line-height: 1.467;
}

.content-left {
  flex: 1;
  position: relative;
}

.content-right {
  flex-shrink: 0;
  text-align: right;
}
.content-right img {
  height: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-right {
    position: relative;
  }
  .content-right img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .detail-interior:before {
    left: 30px;
    height: 44px;
    top: 20px;
  }
  .detail-interior:nth-child(1):before {
    width: 69px;
    background: url(/img/reform/contents/utamaro/img_number_001.png) no-repeat center/69px 44px;
  }
  .detail-interior:nth-child(2):before {
    width: 78px;
    background: url(/img/reform/contents/utamaro/img_number_002.png) no-repeat center/78px 44px;
  }
  .detail-interior:nth-child(3):before {
    width: 77px;
    background: url(/img/reform/contents/utamaro/img_number_003.png) no-repeat center/77px 44px;
  }
  .detail-interior .text {
    font-size: 15px;
  }

  .content-right {
    width: 340px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .detail-interior:before {
    left: 10px;
    height: 23px;
    top: 17px;
  }
  .detail-interior:nth-child(1):before {
    width: 35px;
    background: url(/img/reform/contents/utamaro/img_number_001_sp.png) no-repeat center/35px 23px;
  }
  .detail-interior:nth-child(2):before {
    width: 39px;
    background: url(/img/reform/contents/utamaro/img_number_002_sp.png) no-repeat center/39px 23px;
  }
  .detail-interior:nth-child(3):before {
    width: 39px;
    background: url(/img/reform/contents/utamaro/img_number_003_sp.png) no-repeat center/39px 23px;
  }
  .detail-interior .text {
    font-size: 13px;
  }

  .content-right {
    width: 163px;
  }
}
.title-interior {
  text-align: right;
}

.list-tab .text {
  line-height: 2;
  text-align: left;
}

.link-interior {
  position: absolute;
  display: inline-block;
  border: 1px solid #231815;
  line-height: 1;
  color: #231815;
  font-weight: bold;
  text-align: center;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .title-interior {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .list-tab .text {
    font-size: 15px;
  }

  .link-interior {
    bottom: 18px;
    right: 35px;
    padding: 5px 10px;
    min-width: 170px;
    font-size: 15px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .title-interior {
    font-size: 20px;
    margin-bottom: 14px;
    padding-left: 25px;
  }

  .list-tab .text {
    font-size: 15px;
  }

  .link-interior {
    bottom: 14px;
    padding: 4px 5px;
    min-width: 155px;
    font-size: 11px;
    text-align: center;
    margin-left: -14px
  }
}
.wrap-link {
  text-align: center;
  margin-top: 60px;
}
.wrap-link .title-link {
  font-weight: bold;
  color: #000;
}
.wrap-link .image-link {
  display: inline-block;
}
.wrap-link img {
  width: 100%;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .wrap-link .title-link {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .wrap-link .image-link {
    width: 356px;
  }
  .wrap-link {
    width: 780px;
    margin: 60px auto 0;
  }
  .section-utamaro-03 .wrap-link {
    border-width: 0;
    padding-bottom: 0;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .wrap-link .title-link {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .wrap-link .image-link {
    width: 271px;
  }
}
.section-utamaro-03 {
  background: #d9e2e8;
}
.section-utamaro-03 .title-minute {
  font-weight: bold;
  text-align: center;
  color: #231815;
}
.section-utamaro-03 .title-minute img {
  width: 100%;
}
.section-utamaro-03 .wrap-block {
  position: relative;
}
.section-utamaro-03 .wrap-block:before, .section-utamaro-03 .wrap-block:after {
  position: absolute;
  content: "";
}
.section-utamaro-03 .title-block {
  text-align: center;
}
.section-utamaro-03 .title-block span {
  position: relative;
}
.section-utamaro-03 .title-block span:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.section-utamaro-03 .block-content {
  margin: 0 auto;
}
.m-icon-blank {
  display: none;
}
@media print,screen and (min-width:769px) and (max-width:9999px) {
  .section-utamaro-03 {
    padding-top: 32px;
    padding-bottom: 37px;
  }

  .section-utamaro-03 .title-minute {
    position: relative;
  }
  .section-utamaro-03 .title-minute:before, .section-utamaro-03 .title-minute:after {
    position: absolute;
    content: "";
  }
  .section-utamaro-03 .title-minute:before {
    width: 86px;
    height: 125px;
    background: url(/img/reform/contents/utamaro/3/img_blink_001.png) no-repeat center/86px 125px;
    left: 53px;
    bottom: 67px;
  }
  .section-utamaro-03 .title-minute:after {
    width: 87px;
    height: 116px;
    background: url(/img/reform/contents/utamaro/3/img_blink_002.png) no-repeat center/87px 116px;
    right: 50px;
    bottom: 115px;
  }
  .section-utamaro-03 .title-minute {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .section-utamaro-03 .title-minute span {
    position: relative;
    padding-left: 175px;
  }
  .section-utamaro-03 .title-minute span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 147px;
    height: 147px;
    background: url(/img/reform/contents/utamaro/3/title_minutes.png) no-repeat center/147px 147px;
  }
  .section-utamaro-03 .block-main {
    position: relative;
    z-index: 1;
  }
  .section-utamaro-03 .block-main:not(:last-child) {
    margin-bottom: 90px;
  }
  .section-utamaro-03 .block-main:before, .section-utamaro-03 .block-main:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 401px;
  }
  .section-utamaro-03 .block-main:before {
    top: 22px;
    left: -200px;
    background: url(/img/reform/contents/utamaro/3/img_circle_001.png) no-repeat center/400px 401px;
  }
  .section-utamaro-03 .block-main:after {
    z-index: -1;
    bottom: 17px;
    right: -200px;
    background: url(/img/reform/contents/utamaro/3/img_circle_002.png) no-repeat center/400px 401px;
  }
  .section-utamaro-03 .wrap-block {
    background: url(/img/reform/contents/utamaro/3/bg_minutes.png) no-repeat top center/940px 1112px;
    padding-top: 55px;
  }
  .section-utamaro-03 .wrap-block:before {
    width: 142px;
    height: 189px;
    background: url(/img/reform/contents/utamaro/3/img_clean_001.png) no-repeat center/142px 189px;
    left: 41px;
    top: -14px;
  }
  .section-utamaro-03 .title-block {
    font-size: 45px;
  }
  .section-utamaro-03 .title-block span {
    padding-left: 110px;
  }
  .section-utamaro-03 .title-block span:before {
    height: 53px;
    top: 34%;
  }
  .section-utamaro-03 .block-content {
    width: 620px;
  }
  .section-utamaro-03 .block-content.block-first {
    margin-bottom: 45px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .content-detail {
    display: none;
  }
  .content-detail.is-active {
    display: block;
  }

  .list-tab-step,
  .list-tab-care {
    display: flex;
    flex-wrap: wrap;
  }

  .list-tab-step {
    margin-bottom: 15px;
    border-right: 1px solid #828282;
    border-left: 1px solid #828282;
  }
  .list-tab-step li {
    width: 50%;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background: #b2b1b2;
    color: #a4a3a4;
    line-height: 1;
    cursor: pointer;
  }
  .list-tab-step li.is-active {
    color: #717071;
    background: #fff;
  }
  .list-tab-step li:not(:last-child) {
    border-right: 1px solid #828282;
  }

  .list-tab-care {
    margin: 0 5px 0 -6px;
  }
  .list-tab-care li {
    width: calc(33.33% - 2px);
    margin: 0 1px;
    display: inline-block;
    background: #bdcfdb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 9px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
  }
  .list-tab-care li.is-active {
    background: #005b9b;
  }

  .section-utamaro-03 {
    padding-top: 15px;
	padding-bottom: 15px;
  }
  .section-utamaro-03 .title-minute {
    margin: 0 auto 11px;
    width: 153px;
    position: relative;
  }
  .section-utamaro-03 .title-minute:before, .section-utamaro-03 .title-minute:after {
    position: absolute;
    content: "";
  }
  .section-utamaro-03 .title-minute:before {
    width: 44px;
    height: 63px;
    background: url(/img/reform/contents/utamaro/3/img_blink_001.png) no-repeat center/44px 63px;
    left: -59px;
    top: 24px;
  }
  .section-utamaro-03 .title-minute:after {
    width: 39px;
    height: 63px;
    background: url(/img/reform/contents/utamaro/3/img_blink_002.png) no-repeat center/39px 63px;
    right: -55px;
    top: 25px;
  }
  .section-utamaro-03 .block-main:not(:last-child) {
    margin-bottom: 58px;
  }
  .section-utamaro-03 .wrap-block {
    background: url(/img/reform/contents/utamaro/3/bg_minutes_sp.png) no-repeat top center/579px 1027px;
    padding-top: 73px;
  }
  .section-utamaro-03 .wrap-block:before {
    width: 71px;
    height: 95px;
    background: url(/img/reform/contents/utamaro/3/img_clean_001.png) no-repeat center/71px 95px;
    left: 25px;
    top: -9px;
  }
  .section-utamaro-03 .title-block {
    font-size: 27px;
    margin-bottom: 13px;
  }
  .section-utamaro-03 .title-block span {
    padding-left: 80px;
  }
  .section-utamaro-03 .title-block span:before {
    height: 32px;
    top: 36%;
  }
  .section-utamaro-03 .block-content {
    width: 260px;
  }
  .section-utamaro-03 .block-content.block-first {
    margin-bottom: 28px;
  }
  .section-utamaro-03 .wrap-link {
    background: #fff;
    padding-top: 40px;
  }
}
.block-first {
  position: relative;
}
.block-first:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.block-first .title-content span {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #005bac;
  display: inline-block;
  line-height: 1;
}
.block-first .detail-step {
  position: relative;
  line-height: 1;
}
.block-first .detail-step:before {
  content: "";
  position: absolute;
  z-index: 1;
}

.block-first .text {
  line-height: 1.43;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .block-kitchen .title-block span:before {
    width: 83px;
    background: url(/img/reform/contents/utamaro/3/img_number_001.png) no-repeat center/83px 53px;
  }
  .block-kitchen .wrap-block:after {
    width: 341px;
    height: 171px;
    background: url(/img/reform/contents/utamaro/3/img_kitchen.png) no-repeat center/341px 171px;
    right: 35px;
    top: -36px;
  }

  .block-bathroom .title-block span:before {
    width: 93px;
    background: url(/img/reform/contents/utamaro/3/img_number_002.png) no-repeat center/93px 53px;
  }
  .block-bathroom .wrap-block:after {
    width: 319px;
    height: 179px;
    background: url(/img/reform/contents/utamaro/3/img_bathroom.png) no-repeat center/319px 179px;
    right: 62px;
    top: -35px;
  }

  .block-washstand .title-block span:before {
    width: 93px;
    background: url(/img/reform/contents/utamaro/3/img_number_003.png) no-repeat center/93px 53px;
  }
  .block-washstand .wrap-block:after {
    width: 339px;
    height: 187px;
    background: url(/img/reform/contents/utamaro/3/img_washstand.png) no-repeat center/339px 187px;
    right: 33px;
    top: -52px;
  }

  .block-first {
    padding-bottom: 50px;
  }
  .block-first:before {
    background: url(/img/reform/contents/utamaro/3/icon_decor.png) no-repeat center/52px 17px;
    width: 52px;
    height: 17px;
  }
  .block-first .title-content {
    position: relative;
  }
  .block-first .title-content:before, .block-first .title-content:after {
    content: "";
    position: absolute;
    background: #000;
    right: 0;
  }
  .block-first .title-content:before {
    bottom: 10px;
    height: 1px;
    width: calc(100% - 170px);
  }
  .block-first .title-content:after {
    right: 16px;
    bottom: 10px;
    width: 1px;
    height: 36px;
    transform: skewX(42deg);
  }
  .block-first .title-content span {
    font-size: 19px;
    padding: 8px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-width: 160px;
  }
  .block-first .list-steps {
    display: flex;
    margin-bottom: 15px;
  }
  .block-first .detail-step {
    width: 50%;
  }
  .block-first .detail-step span {
    position: absolute;
    font-weight: bold;
    color: #717071;
    left: 7px;
    bottom: 5px;
    font-size: 26px;
    display: block;
    width: 100%
  }
  .block-first .detail-step:before {
    top: -10px;
    width: 151px;
    height: 151px;
  }
  .block-first .detail-step.before img {
    position: relative;
  }
  .block-first .detail-step.before span:after,
  .block-first .detail-step.before span:before {
    position: absolute;
    content: '';
    z-index: 1;
    transform: translateY(-50%);
  }
  .block-first .detail-step.before span:before {
    width: 50px;
    height: 50px;
    background: rgba(102,102,102,.75);
    mix-blend-mode: multiply;
    right: -18px;
    top: -317%;
    border-radius: 50%;
  }
  .block-first .detail-step.before span:after {
    width: 22px;
    height: 22px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-33deg) skewX(24deg);
    right: 2px;
    top: -361%;
  }

  .block-first .detail-step.before:before {
    background: url(/img/reform/contents/utamaro/3/img_before.png) no-repeat center/151px 151px;
    left: -86px;
  }
  .block-first .detail-step.after:before {
    background: url(/img/reform/contents/utamaro/3/img_after_001.png) no-repeat center/151px 151px;
    right: -80px;
  }
  .block-bathroom .detail-step.after:before {
    background-image: url(/img/reform/contents/utamaro/3/img_after_002.png)
  }
  .block-first .text {
    font-size: 15px;
    letter-spacing: -0.02em;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .block-kitchen .title-block span:before {
    width: 49px;
    background: url(/img/reform/contents/utamaro/3/img_number_001.png) no-repeat center/49px 32px;
  }
  .block-kitchen .wrap-block:after {
    width: 113px;
    height: 113px;
    background: url(/img/reform/contents/utamaro/3/img_kitchen_sp.png) no-repeat center/113px 113px;
    right: 18px;
    top: -50px;
  }

  .block-bathroom .title-block span:before {
    width: 56px;
    background: url(/img/reform/contents/utamaro/3/img_number_002.png) no-repeat center/56px 32px;
  }
  .block-bathroom .wrap-block:after {
    width: 95px;
    height: 112px;
    background: url(/img/reform/contents/utamaro/3/img_bathroom_sp.png) no-repeat center/95px 112px;
    right: 31px;
    top: -42px;
  }

  .block-washstand .title-block span:before {
    width: 55px;
    background: url(/img/reform/contents/utamaro/3/img_number_003.png) no-repeat center/55px 32px;
  }
  .block-washstand .wrap-block:after {
    width: 114px;
    height: 115px;
    background: url(/img/reform/contents/utamaro/3/img_washstand_sp.png) no-repeat center/114px 115px;
    right: 23px;
    top: -51px;
  }

  .block-first {
    padding-bottom: 40px;
  }
  .block-first:before {
    background: url(/img/reform/contents/utamaro/3/icon_decor_sp.png) no-repeat center/48px 15px;
    width: 48px;
    height: 15px;
  }
  .block-first .title-content:before {
    bottom: 10px;
    height: 1px;
    width: calc(100% - 170px);
  }
  .block-first .title-content:after {
    right: 16px;
    bottom: 10px;
    width: 1px;
    height: 36px;
    transform: skewX(42deg);
  }
  .block-first .title-content span {
    font-size: 13px;
    padding: 6px 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    min-width: 110px;
  }
  .block-first .list-steps {
    margin-bottom: 3px;
  }
  .block-first .detail-step:before {
    top: -55px;
    right: -57px;
    width: 108px;
    height: 108px;
  }
  .block-first .detail-step.before:before {
    background: url(/img/reform/contents/utamaro/3/img_before.png) no-repeat center/108px 108px;
  }
  .block-first .detail-step.after:before {
    background: url(/img/reform/contents/utamaro/3/img_after_001.png) no-repeat center/108px 108px;
  }
  .block-bathroom .detail-step.after:before {
    background-image: url(/img/reform/contents/utamaro/3/img_after_002.png)
  }
  .block-first .text {
    font-size: 15px;
    line-height: 1.59;
  }
}
.other-cares .title-care {
  color: #004784;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.other-cares .title-care:before, .other-cares .title-care:after {
  content: "";
  position: absolute;
  background: #000;
  bottom: 0;
}
.other-cares .title-care:before {
  height: 1px;
}
.other-cares .title-care:after {
  width: 1px;
  transform: skewX(44deg);
}
.other-cares .list-cares {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.other-cares .title {
  display: inline-block;
  background: #005bac;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.other-cares .content-inner {
  border-right: 1px solid #54beac;
  border-bottom: 1px solid #54beac;
  border-bottom-right-radius: 50px;
}
.other-cares .image-care img {
  width: 100%;
}
.other-cares .text {
  line-height: 1.667;
  color: #000;
}

.image-cleaner {
  margin: 0 auto;
}
.image-cleaner img {
  width: 100%;
}

.text-conclusion {
  text-align: center;
  color: #000;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .other-cares .title-care {
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 7px;
  }
  .other-cares .title-care:before {
    left: 0;
    width: 100%;
  }
  .other-cares .title-care:after {
    right: 6px;
    height: 16px;
  }
  .other-cares .list-cares {
    margin: 0 -7px 43px;
  }
  .other-cares .detail-care {
    width: 195px;
    margin: 0 7px;
  }
  .other-cares .title {
    background: #005bac;
    min-width: 120px;
    font-size: 14px;
    padding: 8px 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    margin-left: 3px;
  }
  .other-cares .content-inner {
    border-bottom-right-radius: 50px;
    padding: 0 3px 22px;
  }
  .other-cares .text {
    font-size: 14px;
    padding: 0 12px;
    margin-top: -11px;
  }

  .image-cleaner {
    width: 296px
  }

  .text-conclusion {
    font-size: 12px;
  }
}
@media print,screen and (min-width:0px) and (max-width:768px) {
  .other-cares .title-care {
    font-size: 16px;
    line-height: 1.4375;
    margin-bottom: 18px;
    padding-bottom: 7px;
  }
  .other-cares .title-care:before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 50px);
  }
  .other-cares .title-care:after {
    right: -20px;
    height: 11px;
  }
  .other-cares .list-cares {
    margin: 0 -5px 22px;
  }
  .other-cares .detail-care {
    margin-right: 5px;
  }
  .other-cares .title {
    min-width: 120px;
    font-size: 12px;
    padding: 8px 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    margin-left: 3px;
  }
  .other-cares .content-inner {
    border-bottom-right-radius: 27px;
    padding: 0 5px 8px 0px;
  }
  .other-cares .image-care {
    margin-bottom: 8px;
  }
  .other-cares .text {
    font-size: 14px;
    line-height: 1.59;
  }

  .image-cleaner {
    width: 200px;
  }

  .text-conclusion {
    font-size: 10px;
    margin: 20px 0 15px;
    padding: 0 25px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-top-start .block-content .triangle-icon {
    top: -195px
  }
  .section-top-start .title-tab {
    padding-bottom: 8px;
  }
  .link-interior {
    padding: 7px 5px 3px 20px
  }
  .block-first .title-content span {
    padding: 11px 0 5px
  }
  .other-cares .title {
    padding: 10px 0 6px
  }
}
@media only screen and (max-width: 320px) {
  .content-right {
    width: 130px;
  }
  .detail-interior .text {
    font-size: 12px;
  }
  .link-interior {
    min-width: 135px;
    margin: 0 5px 0 -15px;
  }
  .title-interior {
    font-size: 15px;
  }
  .banner-tower {
    max-width: 300px;
  }
  .section-top-start .text-content {
    font-size: 13px;
  }
  .detail-object.is-current .text-object {
    font-size: 17px;
  }
  .section-top-clean .text-object {
    font-size: 14px;
  }
}
/* COMMON ANIMATION
 * ----------------------------------------------- */
 .wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  -webkit-transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fade-in-up {
    transition: none;
    -webkit-transition: none;
    animation-duration: 0.45s !important;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, -7px);
    -ms-transform: translate(-50px, -7px);
    transform: translate(-50px, -7px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, -7px);
    -ms-transform: translate(-50px, -7px);
    transform: translate(-50px, -7px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  -webkit-transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fade-in-left {
    transition: none;
    -webkit-transition: none;
    animation-duration: 0.45s !important;
  }
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 7px);
    -ms-transform: translate(50px, 7px);
    transform: translate(50px, 7px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 7px);
    -ms-transform: translate(50px, 7px);
    transform: translate(50px, 7px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  -webkit-transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fade-in-right {
    transition: none;
    -webkit-transition: none;
    animation-duration: 0.45s !important;
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  -webkit-transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fade-in-down {
    transition: none;
    -webkit-transition: none;
    animation-duration: 0.45s !important;
  }
}

@-webkit-keyframes clip-in-right {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes clip-in-right {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.clip-in-right {
  -webkit-animation-name: clip-in-right;
  animation-name: clip-in-right;
}

@-webkit-keyframes clip-in-left {
  from {
    -moz-transform: translate(-100vw, 17vw) skewY(-10deg);
    -ms-transform: translate(-100vw, 17vw) skewY(-10deg);
    -webkit-transform: translate(-100vw, 17vw) skewY(-10deg);
    transform: translate(-100vw, 17vw) skewY(-10deg);
  }
  to {
    -moz-transform: translate(0, 0) skewY(-10deg);
    -ms-transform: translate(0, 0) skewY(-10deg);
    -webkit-transform: translate(0, 0) skewY(-10deg);
    transform: translate(0, 0) skewY(-10deg);
  }
}
@keyframes clip-in-left {
  from {
    -moz-transform: translate(-100vw, 17vw) skewY(-10deg);
    -ms-transform: translate(-100vw, 17vw) skewY(-10deg);
    -webkit-transform: translate(-100vw, 17vw) skewY(-10deg);
    transform: translate(-100vw, 17vw) skewY(-10deg);
  }
  to {
    -moz-transform: translate(0, 0) skewY(-10deg);
    -ms-transform: translate(0, 0) skewY(-10deg);
    -webkit-transform: translate(0, 0) skewY(-10deg);
    transform: translate(0, 0) skewY(-10deg);
  }
}
.clip-in-left {
  -moz-animation: clip-in-left 2s;
  -webkit-animation: clip-in-left 2s;
  animation: clip-in-left 2s;
}

.animation-one {
  animation-delay: 0.2s;
}

.animation-two {
  animation-delay: 0.3s;
}

.animation-three {
  animation-delay: 0.4s;
}

.animation-four {
  animation-delay: 0.5s;
}

.animation-five {
  animation-delay: 0.6s;
}

.animation-six {
  animation-delay: 0.7s;
}

.animation-seven {
  animation-delay: 0.8s;
}

.animation-eight {
  animation-delay: 0.9s;
}

.animation-nine {
  animation-delay: 1s;
}

.animation-ten {
  animation-delay: 1.1s;
}

.animation-eleven {
  animation-delay: 1.2s;
}

.animation-twelve {
  animation-delay: 1.3s;
}

.animation-thirteen {
  animation-delay: 1.4s;
}

.animation-fourteen {
  animation-delay: 1.5s;
}

.animation-fifteen {
  animation-delay: 1.6s;
}

.animation-sixteen {
  animation-delay: 1.7s;
}

.animation-seventeen {
  animation-delay: 1.8s;
}

.animation-eighteen {
  animation-delay: 1.9s;
}

.animation-nineteen {
  animation-delay: 2s;
}

/* end wow */
.reflection {
  height      :100%;
  width       :30px;
  position    :absolute;
  top         :-180px;
  left        :0;
  background-color: #fff;
  opacity     :0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
  0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
  0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
