@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@-webkit-keyframes kv_animation {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes kv_animation {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes acce_link_move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes acce_link_move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media print, screen and (min-width: 768px) {
  .top_kv {
    opacity: 0;
    height: 697px;
    background: url("../images/common/bg_cray.jpg") repeat;
    padding-bottom: 30px;
  }
  .top_kv .inner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  .top_kv .kv_msg_wrap {
    padding-top: 200px;
  }
  .top_kv .kv_msg {
    width: 650px;
    height: 169px;
    padding-top: 22px;
    margin-bottom: 30px;
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
    background: url("../images/top/kv_title_bg.png") bottom center no-repeat;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    text-align: center;
  }
  .top_kv .kv_msg .msg {
    width: 0;
    -webkit-transition: all 800ms cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 800ms cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 800ms cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .top_kv .kv_msg .msg1 {
    background: url("../images/top/kv_title1.png");
    height: 38px;
    margin-left: 95px;
    -webkit-transition-delay: 1500ms;
         -o-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
  .top_kv .kv_msg .msg2 {
    background: url("../images/top/kv_title2.png");
    height: 106px;
    margin-left: 30px;
    -webkit-transition-delay: 1600ms;
         -o-transition-delay: 1600ms;
            transition-delay: 1600ms;
  }
  .top_kv .btn {
    text-align: left;
    margin-left: 210px;
    margin-bottom: 145px;
    -webkit-transition-delay: 2000ms;
         -o-transition-delay: 2000ms;
            transition-delay: 2000ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .top_kv .news_area {
    display: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 50px 18px 55px;
    -webkit-transition-delay: 2100ms;
         -o-transition-delay: 2100ms;
            transition-delay: 2100ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .top_kv .news_area .news_area_title {
    width: 92px;
    position: relative;
    font-size: 1.4rem;
    padding-right: 30px;
    margin-right: 37px;
    padding-top: 2px;
  }
  .top_kv .news_area .news_area_title:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: inline-block;
    background-color: #9b9b9b;
    width: 1px;
    height: 20px;
  }
  .top_kv .news_area .news_info {
    width: 840px;
  }
  .top_kv .news_area .news_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 80px;
  }
  .top_kv .news_area .news_inner .time {
    width: 75px;
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .top_kv .news_area .news_inner .cats {
    min-width: 70px;
    max-width: 156px;
    margin-right: 25px;
  }
  .top_kv .news_area .news_inner .cats .cat {
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
    background-color: #97806d;
    padding: 2px 8px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .top_kv .news_area .news_inner .news_title {
    width: 570px;
    font-size: 1.4rem;
  }
  .top_kv .news_area .news_info.cat2 .news_inner .news_title {
    width: 490px;
  }
  .top_kv .news_area .more {
    top: 23px;
    right: 55px;
    position: absolute;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .top_kv .news_area .more:before {
    display: inline-block;
    content: ' > ';
    margin: 0 5px 0 10px;
  }
  .top_kv .news_area a:hover {
    text-decoration: none;
  }
  .top_kv .news_area a:hover .more {
    text-decoration: underline;
  }
  .top_kv .kv_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .top_kv .kv_acce .acce_link {
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png");
    width: 40px;
    height: 39px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .top_kv .kv_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  .top_kv .kv_acce1 {
    width: 201px;
    height: 105px;
    top: 60px;
    left: 52px;
    background-image: url("../images/top/kv_acce1.svg");
  }
  .top_kv .kv_acce2 {
    width: 197px;
    height: 97px;
    top: 67px;
    left: 360px;
    background-image: url("../images/top/kv_acce2.svg");
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .top_kv .kv_acce2 .acce_link {
    top: -10px;
    left: 37px;
  }
  .top_kv .kv_acce3 {
    width: 113px;
    height: 157px;
    top: 375px;
    left: -50px;
    background-image: url("../images/top/kv_acce3.svg");
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .top_kv .kv_acce4 {
    width: 114px;
    height: 89px;
    top: 445px;
    left: 75px;
    background-image: url("../images/top/kv_acce4.svg");
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .top_kv .kv_acce5 {
    width: 113px;
    height: 137px;
    top: 400px;
    left: 490px;
    background-image: url("../images/top/kv_acce5.svg");
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .top_kv .kv_acce5 .acce_link {
    top: 10px;
    right: -10px;
  }
  .top_kv .kv_acce6 {
    width: 278px;
    height: 241px;
    top: 70px;
    right: 65px;
    background-image: url("../images/top/kv_acce6.svg");
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .top_kv .kv_acce7 {
    width: 358px;
    height: 262px;
    top: 300px;
    right: 40px;
    background-image: url("../images/top/kv_acce7.svg");
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  .top_kv.show {
    opacity: 1;
  }
  .top_kv.show .kv_acce {
    opacity: 1;
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.show .kv_msg {
    opacity: 1;
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.show .kv_msg .msg1 {
    width: 414px;
  }
  .top_kv.show .kv_msg .msg2 {
    width: 569px;
  }
  .top_kv.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.show .news_area {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .content {
    padding-top: 67px;
  }

  .btn a {
    font-size: 1.6rem;
  }

  .acce_link {
    -webkit-animation: acce_link_move 2000ms ease-in-out infinite alternate;
            animation: acce_link_move 2000ms ease-in-out infinite alternate;
  }
  .acce_link:hover {
    -webkit-animation: none;
            animation: none;
  }

  #main {
    padding-bottom: 0;
  }

  #reason {
    margin-bottom: 85px;
  }
  #reason .reason_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #reason .reason_head .title {
    margin-right: 40px;
  }
  #reason .list {
    width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 15px;
  }
  #reason .item {
    width: 250px;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #reason .item img {
    width: 100%;
  }
  #reason .btn {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  #reason .title {
    width: 305px;
  }
  #reason .title img {
    width: 100%;
  }
  #reason .lead {
    width: 341px;
  }
  #reason .lead img {
    width: 100%;
  }
  #reason.show .reason_head {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #welcome {
    position: relative;
    background-color: #fff;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 12%, #ffffff 12%, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0)), color-stop(12%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 12%, #ffffff 12%, #ffffff);
    padding-top: 129px;
    padding-bottom: 75px;
  }
  #welcome:before {
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 100%;
    height: 366px;
    background: url("../images/top/welcome_bg_blur.png") repeat-x;
  }
  #welcome .for_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 1400px;
    width: 100%;
    height: 129px;
    background: url("../images/top/welcome_bg2.png") center top no-repeat;
  }
  #welcome .inner {
    position: relative;
    width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: url("../images/top/welcome_bg.jpg") repeat;
    background-position: 0 129px;
    z-index: 1;
  }
  #welcome .welcome_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #welcome .welcome_acce .acce_link {
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png");
    width: 40px;
    height: 39px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #welcome .welcome_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  #welcome.nocase {
    padding-bottom: 0;
  }
  #welcome.nocase .inner {
    padding-bottom: 40px;
  }

  #search {
    padding-top: 20px;
    margin-bottom: 90px;
  }
  #search .title {
    width: 208px;
    margin: 0 auto 30px;
    position: relative;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .title:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: calc(50% - 192px);
    background: url("../images/top/search_title_acce.svg");
    width: 383px;
    height: 30px;
  }
  #search .lead_text {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin-bottom: 35px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .btn {
    margin-bottom: 65px;
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .scene {
    width: 1156px;
    margin: 0 auto;
    background: url("../images/top/scene_shelf.png") no-repeat;
    background-position: center bottom;
  }
  #search .scene .list {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #search .scene .item {
    width: 300px;
    height: 315px;
    background: url("../images/top/scene_item_bg.png");
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .scene .item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 23px 30px 0 25px;
  }
  #search .scene .item a:hover {
    text-decoration: none;
  }
  #search .scene .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #search .scene .item .item_title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
  }
  #search .scene .item .image {
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden;
  }
  #search .scene .item .image img {
    display: inline-block;
  }
  #search .scene .item .desc {
    font-size: 1.3rem;
    line-height: 1.76923;
  }
  #search .scene .item:nth-child(1), #search .scene .item:nth-child(2), #search .scene .item:nth-child(3) {
    margin-bottom: 100px;
  }
  #search .scene .item:nth-child(4), #search .scene .item:nth-child(5), #search .scene .item:nth-child(6) {
    margin-bottom: 30px;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #search .scene .item_recommend {
    position: relative;
  }
  #search .scene .item_recommend:before {
    position: absolute;
    top: -25px;
    left: -20px;
    content: 'イチオシ';
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 61px;
    height: 61px;
    background: url("../images/top/scene_rec.svg") center center/100%;
  }
  #search .scene .welcome_acce3 {
    width: 141px;
    height: 150px;
    top: 690px;
    left: 10px;
    background-image: url("../images/top/welcome_acce3.svg");
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .scene .welcome_acce3 .acce_link {
    top: 12px;
    right: -15px;
  }
  #search .scene.show .item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search .scene.show .welcome_acce3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search .welcome_acce {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .welcome_acce1 {
    width: 331px;
    height: 329px;
    top: -210px;
    left: 85px;
    background-image: url("../images/top/welcome_acce1.svg?id=20220310");
  }
  #search .welcome_acce1 .link1 {
    top: 70px;
    left: 55px;
  }
  #search .welcome_acce1 .link2 {
    top: 170px;
    right: -16px;
  }
  #search .welcome_acce2 {
    width: 100px;
    height: 304px;
    top: 30px;
    right: 85px;
    background-image: url("../images/top/welcome_acce2.svg");
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #search .welcome_acce2 .acce_link {
    top: 175px;
    left: -11px;
  }
  #search .welcome_acce7 {
    width: 210px;
    height: 260px;
    top: -210px;
    right: 180px;
    background-image: url("../images/top/welcome_acce6.svg");
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #search .welcome_acce7 .acce_link {
    top: 70px;
    right: -6px;
  }
  #search.show .welcome_acce1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .welcome_acce2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .welcome_acce7 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .lead_text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .search_cats_area {
    position: relative;
    margin-bottom: 165px;
  }
  .search_cats_area .categories_wrap {
    background-color: #fff;
    width: 980px;
    padding: 8px 35px 23px;
    margin: 0 auto 45px;
    border-radius: 10px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .search_cats_area .categories .taxo {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #5D995C;
    padding-top: 8px;
    padding-left: 30px;
  }
  .search_cats_area .categories .taxo:before {
    position: absolute;
    top: 9px;
    left: 4px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon_search_green.svg");
  }
  .search_cats_area .categories .list {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_cats_area .categories .item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .search_cats_area .categories .item a {
    display: block;
    background-color: #eee;
    font-size: 1.4rem;
    text-align: center;
    padding: 13px 37px;
    border-radius: 20px;
  }
  .search_cats_area .categories .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .search_cats_area .categories .item .rm {
    font-size: 2.6rem;
    position: relative;
    display: inline-block;
    line-height: 14px;
    top: 10px;
    margin: 0 2px;
  }
  .search_cats_area .categories:first-child {
    border-bottom: 1px solid #b7b7b7;
  }
  .search_cats_area .btn {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .search_cats_area_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .search_cats_area .search_cats_area_acce .acce_link {
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png");
    width: 40px;
    height: 39px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .search_cats_area .search_cats_area_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  .search_cats_area .welcome_acce4 {
    width: 124px;
    height: 124px;
    top: -57px;
    right: 40px;
    background-image: url("../images/top/welcome_acce4.svg");
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .welcome_acce4 .acce_link {
    top: -2px;
    left: -20px;
  }
  .search_cats_area .welcome_acce5 {
    width: 292px;
    height: 151px;
    bottom: -120px;
    left: 135px;
    background-image: url("../images/top/welcome_acce5.svg");
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .welcome_acce5 .acce_link {
    top: 30px;
    right: 85px;
  }
  .search_cats_area.show .categories_wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .search_cats_area.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .search_cats_area.show .welcome_acce4 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .search_cats_area.show .welcome_acce5 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #flow {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 70px;
  }
  #flow .inner {
    position: relative;
    width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  #flow .cont_wrap {
    position: relative;
    width: 1090px;
    margin-left: auto;
    background: url("../images/top/flow_bg.jpg") no-repeat;
    background-position: right 0;
  }
  #flow .cont_wrap:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/top/flow_bg2.png");
    width: 248px;
    height: 848px;
  }
  #flow .cont {
    width: 620px;
    height: 848px;
    padding: 95px 0 75px;
    margin-left: 260px;
  }
  #flow .cont .title {
    width: 252px;
    margin: 0 auto 30px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .cont .list {
    list-style-type: none;
    margin-bottom: 35px;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .cont .item {
    position: relative;
    padding: 38px 0 38px 115px;
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2;
  }
  #flow .cont .item:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 44px;
    height: 80px;
  }
  #flow .cont .item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    background: url("../images/top/flow_line.svg") center center/100% no-repeat;
    width: 100%;
    height: 1px;
  }
  #flow .cont .item:last-child:after {
    display: none;
  }
  #flow .cont .item1 {
    padding-bottom: 60px;
  }
  #flow .cont .item1:before {
    background: url("../images/top/flow_step1.svg") center center/100% no-repeat;
    top: 35px;
  }
  #flow .cont .item2:before {
    background: url("../images/top/flow_step2.svg") center center/100% no-repeat;
    top: 35px;
  }
  #flow .cont .item3:before {
    background: url("../images/top/flow_step3.svg") center center/100% no-repeat;
    top: 25px;
  }
  #flow .cont .btn {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .acce {
    position: absolute;
    content: '';
    display: block;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .acce1 {
    top: 260px;
    left: 110px;
    left: 1.8%;
    background: url("../images/top/flow_acce1.svg") center center/100% no-repeat;
    width: 412px;
    height: 311px;
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  #flow .acce2 {
    top: -118px;
    right: 110px;
    background: url("../images/top/flow_acce2.svg") center center/100% no-repeat;
    width: 201px;
    height: 217px;
  }
  #flow .acce3 {
    bottom: -40px;
    right: 120px;
    background: url("../images/top/flow_acce3.svg") center center/100% no-repeat;
    width: 227px;
    height: 203px;
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  #flow.show .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #flow.show .list {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #flow.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #flow.show .acce {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #case_study {
    height: 873px;
    position: relative;
    padding-bottom: 165px;
  }
  #case_study:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1158px;
    width: 82.71%;
    height: 336px;
    height: 0;
    padding-top: 23.7%;
    bottom: -35px;
    left: 150px;
    left: 10.71%;
    background: url("../images/top/case_study_acce.png") center center/contain no-repeat;
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .title {
    width: 190px;
    text-align: center;
    margin: 0 auto 25px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .lead_text {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .btn {
    position: relative;
    z-index: 1;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study #slick {
    position: relative;
    width: 1230px;
    height: 405px;
    margin: 0 auto 75px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study #slick .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #case_study #slick .item {
    position: relative;
    width: 400px;
    height: 405px;
    margin-right: 50px;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #case_study #slick .item .item_title_wrap {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 187px;
    z-index: 100;
    -webkit-transform: scale(1.33) translate3d(0, 0, 0);
            transform: scale(1.33) translate3d(0, 0, 0);
  }
  #case_study #slick .item .item_title_wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(3px, 3px);
        -ms-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
    background-color: rgba(195, 175, 142, 0.9);
  }
  #case_study #slick .item .desc {
    width: 77%;
    -webkit-transform: translateX(46px) scale(1.3);
        -ms-transform: translateX(46px) scale(1.3);
            transform: translateX(46px) scale(1.3);
  }
  #case_study #slick .item a {
    display: block;
  }
  #case_study #slick .item .item_title {
    position: relative;
    font-size: 1.9rem;
    padding: 12px 0 14px;
    text-align: center;
    background-color: #fff;
    z-index: 10;
  }
  #case_study #slick .item .image_wrap {
    position: relative;
    background-color: #fff;
    height: 325px;
    padding: 10px;
    margin-bottom: 30px;
    margin-bottom: 50px;
  }
  #case_study #slick .item .image_wrap .image {
    position: relative;
    height: 305px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study #slick .item .image_wrap .image > img {
    display: inline-block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    z-index: 1;
  }
  #case_study #slick .item .desc {
    font-size: 1.4rem;
    line-height: 1.85714;
    letter-spacing: .1em;
  }
  #case_study #slick .item .desc span {
    color: #EA7832;
    text-decoration: underline;
  }
  #case_study #slick .item .desc span:before {
    display: inline-block;
    content: ' > ';
    color: #EA7832;
    margin: 0 5px 0 10px;
  }
  #case_study #slick .item a:hover {
    text-decoration: none;
  }
  #case_study #slick .item a:hover .image img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
            transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
  #case_study #slick .item a:hover .desc span {
    text-decoration: none;
  }
  #case_study #slick .item .image {
    height: 230px;
  }
  #case_study #slick .slick-center {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #case_study #slick .slick-center .item_title_wrap {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #case_study #slick .slick-center .desc {
    width: 100%;
    -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  #case_study #slick .slick-center .image_wrap {
    margin-bottom: 30px;
  }
  #case_study #slick .long_title .item_title {
    font-size: 1.6rem;
    line-height: 1.0625;
    padding: 5px 35px 6px;
  }
  #case_study #slick .prev, #case_study #slick .slick-prev {
    position: absolute;
    background: url("../images/top/icon_circle_arrow.svg") center center/100% no-repeat;
    width: 40px;
    height: 40px;
    top: 150px;
    left: calc(50% - 270px);
    left: calc(50% - 22%);
    z-index: 100;
  }
  #case_study #slick .prev:hover, #case_study #slick .slick-prev:hover {
    opacity: .8;
  }
  #case_study #slick .next, #case_study #slick .slick-next {
    position: absolute;
    background: url("../images/top/icon_circle_arrow.svg") center center/100% no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 150px;
    right: calc(50% - 270px);
    right: calc(50% - 22%);
    z-index: 100;
  }
  #case_study #slick .next:hover, #case_study #slick .slick-next:hover {
    opacity: .8;
  }
  #case_study.show .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show .lead_text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show #slick {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #initiatives {
    padding: 95px 0 80px;
  }
  #initiatives .inner {
    position: relative;
  }
  #initiatives .inner:before, #initiatives .inner:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .inner:before {
    background: url("../images/top/initiatives_img2.svg") repeat;
    width: 232px;
    height: 129px;
    top: 13px;
    left: -130px;
  }
  #initiatives .inner:after {
    background: url("../images/top/initiatives_img3.svg") repeat;
    width: 144px;
    height: 109px;
    top: 22px;
    right: -35px;
  }
  #initiatives .title {
    width: 307px;
    height: 76px;
    text-align: center;
    margin: 0 auto 75px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .title img {
    width: 100%;
  }
  #initiatives .image {
    position: absolute;
    top: -8px;
    left: 30px;
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .desc_area {
    padding-left: 480px;
  }
  #initiatives .desc {
    font-size: 1.6rem;
    line-height: 2.3125;
    margin-bottom: 30px;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .btn {
    display: inline-block;
  }
  #initiatives .block {
    margin-bottom: 100px;
  }
  #initiatives .block .btn {
    display: inline-block;
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .cont {
    position: relative;
  }
  #initiatives.show .block .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .block .desc {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .block .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .inner:before, #initiatives.show .inner:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .image {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #contact_area {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #contact_area .btn {
    width: 100%;
  }
  #contact_area.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .fixed_btns {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .fixed_btns.show {
    opacity: 1;
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #modal {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal .modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #modal .modal_content {
    position: fixed;
    width: 1000px;
    height: 425px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #modal .modal_content.has_bg_shadow:before {
    background-color: #d4c8b0;
  }
  #modal .modal_content .has_bg_shadow_inner {
    height: 100%;
  }
  #modal .modal_content .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 75px 30px 30px 60px;
  }
  #modal .modal_content .detail {
    width: 420px;
    height: 100%;
    overflow-x: scroll;
    padding-right: 30px;
  }
  #modal .modal_content .image {
    width: 440px;
    overflow: hidden;
    border-radius: 5px;
  }
  #modal .modal_content .image img {
    max-width: 100%;
  }
  #modal .modal_content .modal_title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  #modal .modal_content .modal_desc {
    font-size: 1.5rem;
    line-height: 1.66667;
    text-align: justify;
    margin-bottom: 22px;
  }
  #modal .modal_content .btn {
    text-align: left;
    padding-bottom: 60px;
  }
  #modal .modal_content .btn a {
    font-size: 1.5rem;
    padding: 17px 20px 18px 38px;
  }
  #modal .modal_content .btn a:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 17px;
  }
  #modal .modal_content .modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  #modal .modal_content .modal_close:hover {
    cursor: pointer;
    opacity: .8;
  }
  #modal .modal_content .modal_close img {
    width: 100%;
  }
}
/* Smartphones (portrait and landscape) */
@media print, screen and (max-width: 767px) {
  .top_kv {
    min-height: 115vw;
    background: url("../images/common/bg_cray.jpg") repeat;
  }
  .top_kv .inner {
    position: relative;
    margin: 0 auto;
  }
  .top_kv .kv_msg_wrap {
    padding-top: 24vw;
  }
  .top_kv .kv_msg {
    width: 86.66667vw;
    height: 22.53333vw;
    padding-top: 3.33333vw;
    margin: 0 auto 2.66667vw;
    background: url("../images/top/sp_kv_title_bg.png") bottom center/100% no-repeat;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  .top_kv .kv_msg .msg {
    position: relative;
    display: block;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .top_kv .kv_msg .msg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 700ms cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 700ms cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 700ms cubic-bezier(0.25, 1, 0.5, 1);
  }
  .top_kv .kv_msg .msg1 {
    background: url("../images/top/sp_kv_title1.png") left center/contain no-repeat;
    width: 54vw;
    height: 3.86667vw;
    margin-bottom: 3.33333vw;
  }
  .top_kv .kv_msg .msg1:after {
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  .top_kv .kv_msg .msg2 {
    background: url("../images/top/sp_kv_title2.png") left center/contain no-repeat;
    width: 70vw;
    height: 8.26667vw;
  }
  .top_kv .kv_msg .msg2:after {
    -webkit-transition-delay: 1700ms;
         -o-transition-delay: 1700ms;
            transition-delay: 1700ms;
  }
  .top_kv .btn {
    -webkit-transition-delay: 2350ms;
         -o-transition-delay: 2350ms;
            transition-delay: 2350ms;
    margin-bottom: 39.06667vw;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .top_kv .btn a {
    min-width: 52vw;
    padding: 4vw 2vw 4vw 5.33333vw;
  }
  .top_kv .news_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 2.66667vw 2.93333vw;
    -webkit-transition-delay: 2350ms;
         -o-transition-delay: 2350ms;
            transition-delay: 2350ms;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .top_kv .news_area .news_area_title {
    width: 15.86667vw;
    position: relative;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .top_kv .news_area .news_info {
    width: 75.2vw;
  }
  .top_kv .news_area .news_inner {
    position: relative;
    padding-left: 2.4vw;
  }
  .top_kv .news_area .news_inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    background-color: #9b9b9b;
    width: 1px;
    height: 100%;
  }
  .top_kv .news_area .news_inner .time {
    width: 13.6vw;
    display: inline-block;
    font-size: 2.66667vw;
    vertical-align: top;
    padding-top: 1.06667vw;
    margin-right: 2.66667vw;
  }
  .top_kv .news_area .news_inner .cats {
    display: inline-block;
    min-width: 70px;
    max-width: 250px;
    margin-right: 25px;
  }
  .top_kv .news_area .news_inner .cats .cat {
    display: inline-block;
    font-size: 2.66667vw;
    color: #fff;
    background-color: #97806d;
    padding: 0.53333vw 1.33333vw 0.66667vw;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
  .top_kv .news_area .news_inner .news_title {
    font-size: 2.66667vw;
    padding-bottom: 1.33333vw;
    line-height: 1.4;
    text-decoration: underline;
  }
  .top_kv .news_area a:hover {
    text-decoration: none;
  }
  .top_kv .news_area a:hover .more {
    text-decoration: underline;
  }
  .top_kv .kv_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .top_kv .kv_acce .acce_link {
    opacity: 0;
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png") center 0/100% no-repeat;
    width: 5.86667vw;
    height: 5.86667vw;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .top_kv .kv_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  .top_kv .kv_acce8 {
    width: 27.46667vw;
    height: 23.2vw;
    top: 3.73333vw;
    left: 4.4vw;
    background-image: url("../images/top/sp_kv_acce8.svg");
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .top_kv .kv_acce9 {
    width: 25.33333vw;
    height: 13.86667vw;
    top: 5.73333vw;
    left: 42vw;
    background-image: url("../images/top/sp_kv_acce9.svg");
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .top_kv .kv_acce9 .acce_link {
    top: -1vw;
    right: 5vw;
  }
  .top_kv .kv_acce10 {
    width: 15.06667vw;
    height: 18.26667vw;
    top: 3.6vw;
    right: 6.66667vw;
    background-image: url("../images/top/sp_kv_acce10.svg");
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .top_kv .kv_acce10 .acce_link {
    top: 2vw;
    right: -2vw;
  }
  .top_kv .kv_acce11 {
    width: 87.6vw;
    height: 34.26667vw;
    top: 64vw;
    right: 6.26667vw;
    background-image: url("../images/top/sp_kv_acce11.svg");
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .top_kv.show .kv_acce {
    opacity: 1;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.show .kv_msg {
    opacity: 1;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.show .kv_msg .msg:after {
    width: 0;
  }
  .top_kv.show .btn {
    opacity: 1;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.show .news_area {
    opacity: 1;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top_kv.kv_completed .kv_acce .acce_link {
    opacity: 1;
  }

  .content {
    padding-top: 67px;
  }

  .btn a {
    font-size: 3.73333vw;
  }

  .acce_link {
    -webkit-animation: acce_link_move 2000ms ease-in-out infinite alternate;
            animation: acce_link_move 2000ms ease-in-out infinite alternate;
  }
  .acce_link:hover {
    -webkit-animation: none;
            animation: none;
  }

  #main {
    padding-bottom: 0;
  }

  #reason {
    position: relative;
    padding-bottom: 58.66667vw;
  }
  #reason .reason_head {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #reason .reason_head .title {
    width: 53.33333vw;
    margin: 0 auto 4.66667vw;
  }
  #reason .reason_head .lead {
    width: 64.66667vw;
    margin: 0 auto 7.33333vw;
  }
  #reason .list {
    width: 92vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 2vw;
  }
  #reason .item {
    width: 43.86667vw;
    margin-bottom: 4vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #reason .item1, #reason .item2 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #reason .item3, #reason .item4 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  #reason .item5, #reason .item6 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  #reason .btn {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms;
  }
  #reason .btn a {
    width: 54.66667vw;
  }
  #reason .welcome_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #reason .welcome_acce .acce_link {
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png") center 0/100% no-repeat;
    width: 5.86667vw;
    height: 5.86667vw;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #reason .welcome_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  #reason .welcome_acce {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #reason .welcome_acce1 {
    width: 49.6vw;
    height: 49.33333vw;
    bottom: 0;
    left: 8vw;
    background: url("../images/top/welcome_acce1.svg?id=20220310") center 0/100% no-repeat;
    -webkit-transition-delay: 1800ms;
         -o-transition-delay: 1800ms;
            transition-delay: 1800ms;
  }
  #reason .welcome_acce1 .link1 {
    top: 10vw;
    left: 8vw;
  }
  #reason .welcome_acce1 .link2 {
    top: 26vw;
    right: -3vw;
  }
  #reason .welcome_acce2 {
    width: 14.66667vw;
    height: 45.06667vw;
    bottom: 13.33333vw;
    right: 9.33333vw;
    background: url("../images/top/welcome_acce2.svg") center 0/100% no-repeat;
    -webkit-transition-delay: 1600ms;
         -o-transition-delay: 1600ms;
            transition-delay: 1600ms;
  }
  #reason .welcome_acce2 .acce_link {
    top: 26vw;
    left: -2vw;
  }
  #reason .welcome_acce4 {
    width: 19.2vw;
    height: 19.2vw;
    bottom: -11.33vw;
    right: 14.66667vw;
    background: url("../images/top/welcome_acce4.svg") center 0/100% no-repeat;
    -webkit-transition-delay: 2000ms;
         -o-transition-delay: 2000ms;
            transition-delay: 2000ms;
    z-index: 100;
  }
  #reason .welcome_acce4 .acce_link {
    top: 0;
    left: -11px;
  }
  #reason.show .reason_head {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .welcome_acce1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .welcome_acce2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .welcome_acce4 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #reason.show .welcome_acce7 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #welcome {
    position: relative;
    background-color: #fff;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 12%, #ffffff 12%, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0)), color-stop(12%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 12%, #ffffff 12%, #ffffff);
    padding-top: 26.13333vw;
  }
  #welcome .for_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 1400px;
    width: 100%;
    height: 26.13333vw;
    background: url("../images/top/sp_welcome_bg2.png") center top/100% no-repeat;
  }
  #welcome .inner {
    position: relative;
    width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: url("../images/top/welcome_bg.jpg") repeat;
    background-position: 0 129px;
    z-index: 1;
  }
  #welcome.nocase {
    padding-bottom: 0;
  }
  #welcome.nocase .inner {
    padding-bottom: 9.33333vw;
  }
  #welcome .welcome_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #welcome .welcome_acce .acce_link {
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png") center 0/100% no-repeat;
    width: 5.86667vw;
    height: 5.86667vw;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #welcome .welcome_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }

  #search {
    padding-top: 5.33333vw;
    padding-bottom: 46.66667vw;
  }
  #search .title {
    position: relative;
    width: 45.86667vw;
    margin: 0 auto 6.66667vw;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10.66vw;
    right: 0;
    left: -14vw;
    margin: 0 auto;
    background: url("../images/top/search_title_acce.svg") center center/100% no-repeat;
    width: 73.86667vw;
    height: 5.86667vw;
  }
  #search .lead_text {
    text-align: center;
    font-size: 3.46667vw;
    letter-spacing: .1em;
    margin-bottom: 6.66667vw;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .btn {
    margin-bottom: 10vw;
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .scene {
    background: url("../images/top/sp_scene_shelf.png") center bottom/100% no-repeat;
    padding-bottom: 5.33333vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .scene .list {
    width: 73vw;
    margin: 0 auto;
  }
  #search .scene .item {
    width: 72.4vw;
    height: 77.46667vw;
    background: url("../images/top/sp_scene_item_bg.png") right bottom/100% no-repeat;
    margin-right: 12vw;
  }
  #search .scene .item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 9.33333vw 6.66667vw 0 9.33333vw;
  }
  #search .scene .item a:hover {
    text-decoration: none;
  }
  #search .scene .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #search .scene .item .item_title {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.26667vw;
  }
  #search .scene .item .image {
    text-align: center;
    margin-bottom: 3.33333vw;
  }
  #search .scene .item .image img {
    display: inline-block;
  }
  #search .scene .item .desc {
    font-size: 3.46667vw;
    line-height: 1.71429;
  }
  #search .scene .item_recommend {
    position: relative;
  }
  #search .scene .item_recommend:before {
    position: absolute;
    top: 0.26667vw;
    left: 0.13333vw;
    content: 'イチオシ';
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 14.66667vw;
    height: 14.66667vw;
    background: url("../images/top/scene_rec.svg") center center/100%;
  }
  #search .scene .welcome_acce3 {
    position: absolute;
    width: 18.8vw;
    height: 20vw;
    bottom: -30vw;
    left: 13vw;
    background-image: url("../images/top/welcome_acce3.svg");
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .scene .welcome_acce3 .acce_link {
    top: 12px;
    right: -15px;
  }
  #search .scene .prev, #search .scene .slick-prev {
    position: absolute;
    background: url("../images/top/icon_circle_arrow_green.svg") center center/100% no-repeat;
    width: 9.33333vw;
    height: 9.33333vw;
    top: 37.06667vw;
    left: -2vw;
    z-index: 100;
  }
  #search .scene .prev:hover, #search .scene .slick-prev:hover {
    opacity: .8;
  }
  #search .scene .next, #search .scene .slick-next {
    position: absolute;
    background: url("../images/top/icon_circle_arrow_green.svg") center center/100% no-repeat;
    width: 9.33333vw;
    height: 9.33333vw;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 33.06667vw;
    right: -3vw;
    z-index: 100;
  }
  #search .scene .next:hover, #search .scene .slick-next:hover {
    opacity: .8;
  }
  #search .scene.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search .welcome_acce {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #search .welcome_acce1 {
    width: 49.6vw;
    height: 49.33333vw;
    top: -210px;
    left: 85px;
    background-image: url("../images/top/welcome_acce1.svg") center 0/100% no-repeat;
  }
  #search .welcome_acce1 .link1 {
    top: -10px;
    left: 38px;
  }
  #search .welcome_acce1 .link2 {
    top: 170px;
    right: -16px;
  }
  #search .welcome_acce2 {
    width: 14.66667vw;
    height: 45.06667vw;
    top: 30px;
    right: 85px;
    background: url("../images/top/welcome_acce2.svg") center 0/100% no-repeat;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #search .welcome_acce2 .acce_link {
    top: 175px;
    left: -11px;
  }
  #search .welcome_acce4 {
    width: 19.2vw;
    height: 19.2vw;
    top: 30px;
    right: 85px;
    background: url("../images/top/welcome_acce4.svg") center 0/100% no-repeat;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #search .welcome_acce4 .acce_link {
    top: 175px;
    left: -11px;
  }
  #search .welcome_acce7 {
    width: 28vw;
    height: 34.66667vw;
    top: 142vw;
    right: 11vw;
    background-image: url("../images/top/welcome_acce6.svg");
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  #search .welcome_acce7 .acce_link {
    top: 70px;
    right: -6px;
  }
  #search.show .welcome_acce1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .welcome_acce2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .welcome_acce3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .welcome_acce7 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .lead_text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #search.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .search_cats_area {
    width: 93.33333vw;
    position: relative;
    margin: 0 auto;
    padding-bottom: 34.13333vw;
  }
  .search_cats_area .categories_wrap {
    background-color: #fff;
    padding: 5.33333vw 2vw 5.33333vw 5.33333vw;
    margin: 0 auto 7.33333vw;
    border-radius: 10px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .categories {
    padding-top: 25px;
    padding-bottom: 2.66667vw;
  }
  .search_cats_area .categories .taxo {
    position: relative;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #5D995C;
    text-align: center;
    margin-bottom: 6vw;
  }
  .search_cats_area .categories .taxo:before {
    position: relative;
    top: 1.06667vw;
    content: '';
    display: inline-block;
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../images/common/icon_search_green.svg");
    margin-right: 2vw;
  }
  .search_cats_area .categories .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_cats_area .categories .item {
    margin-right: 3.46667vw;
    margin-bottom: 3.46667vw;
  }
  .search_cats_area .categories .item a {
    display: block;
    background-color: #eee;
    font-size: 3.46667vw;
    text-align: center;
    padding: 2.4vw 4.26667vw;
    border-radius: 20px;
  }
  .search_cats_area .categories .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .search_cats_area .categories:first-child {
    border-bottom: 1px solid #b7b7b7;
  }
  .search_cats_area .categories + .categories {
    padding-top: 6.66667vw;
  }
  .search_cats_area .btn {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .btn a {
    min-width: 54.66667vw;
  }
  .search_cats_area .btn a:before {
    left: 8vw;
  }
  .search_cats_area .search_cats_area_acce {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .search_cats_area .search_cats_area_acce .acce_link {
    position: absolute;
    display: block;
    background: url("../images/top/acce_link.png") center 0/100% no-repeat;
    width: 5.86667vw;
    height: 5.86667vw;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .search_cats_area .search_cats_area_acce .acce_link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  .search_cats_area .welcome_acce5 {
    width: 38.66667vw;
    height: 20vw;
    bottom: 4vw;
    left: 8.66667vw;
    background: url("../images/top/welcome_acce5.svg") center center/100% no-repeat;
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .search_cats_area .welcome_acce5 .acce_link {
    top: 3vw;
    right: 11vw;
  }
  .search_cats_area .welcome_acce6 {
    width: 26.66667vw;
    height: 28.66667vw;
    bottom: -8vw;
    right: 8vw;
    background: url("../images/top/flow_acce2.svg") center center/100% no-repeat;
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    z-index: 100;
  }
  .search_cats_area.show .categories_wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .search_cats_area.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .search_cats_area.show .welcome_acce5 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .search_cats_area.show .welcome_acce6 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #flow {
    position: relative;
    padding-bottom: 50.13333vw;
  }
  #flow .inner {
    width: 93.33333vw;
    position: relative;
    margin: 0 auto;
    background: url("../images/top/sp_flow.png") center 0/100% no-repeat;
  }
  #flow .cont_wrap {
    position: relative;
  }
  #flow .cont {
    width: 82vw;
    margin: 0 auto;
    padding: 11.33333vw 0 14.66667vw;
  }
  #flow .cont .title {
    width: 54.66667vw;
    margin: 0 auto 30px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .cont .list {
    list-style-type: none;
    margin-bottom: 2.66667vw;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .cont .item {
    position: relative;
    padding: 4vw 1vw 4vw 15.33333vw;
    font-size: 4vw;
    text-align: justify;
    line-height: 1.71429;
    border-bottom: 1px dotted #000;
  }
  #flow .cont .item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5.33333vw;
    left: 2.66667vw;
    width: 7.33333vw;
    height: 14vw;
  }
  #flow .cont .item:last-child {
    border-bottom: none;
  }
  #flow .cont .item1:before {
    background: url("../images/top/flow_step1.svg") center center/100% no-repeat;
  }
  #flow .cont .item2:before {
    background: url("../images/top/flow_step2.svg") center center/100% no-repeat;
  }
  #flow .cont .item3:before {
    background: url("../images/top/flow_step3.svg") center center/100% no-repeat;
  }
  #flow .cont .btn {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #flow .acce4 {
    position: absolute;
    content: '';
    display: block;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    bottom: -40vw;
    left: 0;
    background: url("../images/top/flow_acce4.png") center center/100% no-repeat;
    width: 93.33333vw;
    height: 49.2vw;
    -webkit-transition-delay: 1400ms;
         -o-transition-delay: 1400ms;
            transition-delay: 1400ms;
  }
  #flow.show .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #flow.show .list {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #flow.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #flow.show .acce {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #case_study {
    position: relative;
    padding-top: 9.6vw;
    padding-bottom: 61.73333vw;
  }
  #case_study:after {
    content: '';
    display: block;
    position: absolute;
    width: 90.4vw;
    height: 44.8vw;
    bottom: 8.4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/top/sp_case_study_acce.png") center center/contain no-repeat;
    -webkit-transition-delay: 1400ms;
         -o-transition-delay: 1400ms;
            transition-delay: 1400ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .title {
    width: 41.06667vw;
    margin: 0 auto 6.66667vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .lead_text {
    text-align: center;
    font-size: 3.46667vw;
    letter-spacing: .1em;
    margin-bottom: 8vw;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .btn {
    position: relative;
    z-index: 1;
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study .btn a:before {
    left: 5.33333vw;
  }
  #case_study #slick {
    position: relative;
    width: 86vw;
    margin: 0 auto 6.66667vw;
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #case_study #slick .slick-list {
    padding: 0 !important;
  }
  #case_study #slick .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #case_study #slick .item {
    position: relative;
    width: 85.86667vw;
    margin-right: 6.66667vw;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #case_study #slick .item .item_title_wrap {
    position: absolute;
    bottom: -3.33vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 49.86667vw;
    z-index: 100;
  }
  #case_study #slick .item .item_title_wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(3px, 3px);
        -ms-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
    background-color: rgba(195, 175, 142, 0.9);
  }
  #case_study #slick .item a {
    display: block;
  }
  #case_study #slick .item .item_title {
    position: relative;
    font-size: 5.33333vw;
    padding: 2.26667vw 0 2.26667vw;
    text-align: center;
    background-color: #fff;
    z-index: 10;
  }
  #case_study #slick .item .image_wrap {
    position: relative;
    background-color: #fff;
    height: 69.73333vw;
    padding: 2.13333vw;
    margin-bottom: 6.66667vw;
  }
  #case_study #slick .item .image_wrap .image {
    position: relative;
    height: 65.46667vw;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study #slick .item .image_wrap .image > img {
    display: inline-block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    z-index: 1;
  }
  #case_study #slick .item .desc {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1.71429;
    letter-spacing: .1em;
  }
  #case_study #slick .item .desc span {
    color: #EA7832;
    text-decoration: underline;
  }
  #case_study #slick .item .desc span:before {
    display: inline-block;
    content: ' > ';
    color: #EA7832;
    margin: 0 1.33333vw 0 2vw;
  }
  #case_study #slick .item a:hover {
    text-decoration: none;
  }
  #case_study #slick .item a:hover .image img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
            transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
  #case_study #slick .item a:hover .desc span {
    text-decoration: none;
  }
  #case_study #slick .long_title .item_title {
    font-size: 4.26667vw;
    line-height: 1.0625;
    padding: 1.33333vw 8vw 1.6vw;
  }
  #case_study #slick .prev, #case_study #slick .slick-prev {
    position: absolute;
    background: url("../images/top/icon_circle_arrow.svg") center center/100% no-repeat;
    width: 9.33333vw;
    height: 9.33333vw;
    top: 37.06667vw;
    left: -4vw;
    z-index: 100;
  }
  #case_study #slick .prev:hover, #case_study #slick .slick-prev:hover {
    opacity: .8;
  }
  #case_study #slick .next, #case_study #slick .slick-next {
    position: absolute;
    background: url("../images/top/icon_circle_arrow.svg") center center/100% no-repeat;
    width: 9.33333vw;
    height: 9.33333vw;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 33.06667vw;
    right: -4vw;
    z-index: 100;
  }
  #case_study #slick .next:hover, #case_study #slick .slick-next:hover {
    opacity: .8;
  }
  #case_study.show .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show .lead_text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show #slick {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #case_study.show:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #initiatives {
    padding: 10.66667vw 0 9.33333vw;
  }
  #initiatives .title {
    width: 69.06667vw;
    margin: 0 auto 8vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .image {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    margin-bottom: 6.66667vw;
  }
  #initiatives .desc {
    width: 85.33333vw;
    font-size: 4vw;
    line-height: 1.71429;
    margin: 0 auto 4.66667vw;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .btn {
    text-align: center;
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  #initiatives .block {
    margin-bottom: 11.33333vw;
  }
  #initiatives .block .btn {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #initiatives .block .btn a {
    min-width: 54.66667vw;
  }
  #initiatives .cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #initiatives.show .block .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .block .desc {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .block .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .inner:before, #initiatives.show .inner:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #initiatives.show .image {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #contact_area {
    opacity: 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #contact_area .btn {
    width: 100%;
  }
  #contact_area.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .fixed_btns {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .fixed_btns .fixed_btn a {
    content: '';
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 116px;
    height: 116px;
  }
  .fixed_btns .fixed_btn a:hover {
    opacity: .8;
  }
  .fixed_btns .fixed_btn1 a {
    background: url("../images/top/fixed_btn1.svg") center center/100% no-repeat;
    margin-bottom: 10px;
  }
  .fixed_btns .fixed_btn2 a {
    background: url("../images/top/fixed_btn2.svg") center center/100% no-repeat;
  }
  .fixed_btns.show {
    opacity: 1;
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #modal {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal .modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #modal .modal_content {
    position: fixed;
    width: 82.66667vw;
    height: 520px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #modal .modal_content.has_bg_shadow:before {
    background-color: #d4c8b0;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transform: translate(7px, 7px);
        -ms-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
  }
  #modal .modal_content .has_bg_shadow_inner {
    position: relative;
    height: 100%;
    padding: 0;
    z-index: 10;
  }
  #modal .modal_content .wrap {
    overflow-x: scroll;
    height: 100%;
    padding: 10.66667vw 5.33333vw;
  }
  #modal .modal_content .detail {
    width: 100%;
  }
  #modal .modal_content .image {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 3.33333vw;
  }
  #modal .modal_content .modal_title {
    font-size: 5.06667vw;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1.73333vw;
    margin-bottom: 1.73333vw;
  }
  #modal .modal_content .modal_desc {
    font-size: 3.46667vw;
    line-height: 1.66667;
    text-align: justify;
    margin-bottom: 22px;
  }
  #modal .modal_content .btn a {
    font-size: 3.73333vw;
    line-height: 1.2;
    padding: 2.93333vw 4vw 2.93333vw 7.33333vw;
  }
  #modal .modal_content .btn a:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 2.93333vw;
    width: 1.73333vw;
    height: 1.73333vw;
    -webkit-transform: rotate(45deg) translateX(1px);
        -ms-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
  #modal .modal_content .modal_close {
    position: absolute;
    top: -5vw;
    right: -6vw;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    background-color: transparent;
    width: 10.66667vw;
    height: 10.66667vw;
    padding: 0;
  }
  #modal .modal_content .modal_close:hover {
    cursor: pointer;
    opacity: .8;
  }
  #modal .modal_content .modal_close img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  #welcome .inner {
    width: 1400px;
  }
  #welcome .for_bg {
    width: 1400px;
  }

  #flow .acce1 {
    left: 110px;
  }

  #case_study #slick .list {
    padding-left: 0;
  }
  #case_study #slick .slick-next {
    right: calc(50% - 270px);
  }
  #case_study #slick .slick-perv {
    left: calc(50% - 270px);
  }
  #case_study:after {
    width: 1158px;
    height: 336px;
    padding-top: 0;
    left: 150px;
  }
}
