body {
    /*color: #7C8287;*/
}

#maincontainer {
    padding-top: 150px;
    position: relative;
    color: #7C8287;
}

.wrap_section {
    padding: 100px 0;
}

h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 400;
}

.about_taterukit {
    letter-spacing: .1em;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

p {
    line-height: 1.8;
}


body #wovn-translate-widget[wovn] {
    top: 160px;
}

/*#maincontainer img {
    display: block;
}*/

@media screen and (max-width: 1180px) {
    #maincontainer {
        padding-top: 40px;
    }
    body #wovn-translate-widget[wovn] {
        top: auto;
    }

}

@media screen and (max-width: 768px) {
    .wrap_section {
        padding: 40px 0;
    }
    h2 {
        line-height: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 18px;
    }
}

/*============================================

    iot button

============================================*/

#iotbtn_section {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 15;
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    transition: height .3s ease;
}

.iotbtn_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 10px 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.iotbtn_container > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.iotbtn {
    display: block;
    text-align: center;
    color: #5c5c5c !important;
    font-size: 10px;
    transition: opacity .3s ease;
}

.iotbtn:hover {
    opacity: 0.7
}

.iotbtn + .iotbtn {
    margin-left: 40px;
}

.iotbtn img {
    width: 45px;
    display: block;
    margin: 0 auto;
}

.iotbtn div {
    height: 25px;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transform: scale(0.9);
}

.iotbtn_container .iot_downloadbtn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 220px;
    height: 40px;
    border: 1px solid #5c5c5c;
    border-radius: 5px;
    font-size: 14px;
    color: #5c5c5c;
    transition: .3s ease;
}

.iotbtn_container .iot_downloadbtn > div {
    width: 20px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../../images/kit/icon_download.png);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: left center;
    transition: .3s ease;
}

.iotbtn_container .iot_downloadbtn:hover {
    border-color: #50bbf2;
    color: #50bbf2;
}

.iotbtn_container .iot_downloadbtn:hover > div {
    background-image: url(../../images/kit/icon_download_blue.png);
}



@media screen and (max-width: 1180px) {
    #iotbtn_section {
        display: none;
    }
}

/*============================================

    mainvisual

============================================*/

.mainvisual_container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.maintxt_container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}

.maintxt_container img {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.mainTitle {
    display: block;
    text-align: center;
    font-size: 2em;
    color: #333;
    line-height: 1.5em;
    margin: 15px 0px 0px;
    letter-spacing: .2em;
    /*text-shadow: 0px 0px 35px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);
    -moz-text-shadow: 0px 0px 35px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);
    -webkit-text-shadow: 0px 0px 35px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);*/
}

.mainTitle i {
    font-style: normal;
    display: inline-block;
}

.mainimage_container {
    position: relative;
    line-height: 0;
}

.bg_control {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.mainimage_container img:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.mainimage_container img:nth-child(2) {
    animation: anime2 20s infinite;
}

.mainimage_container img:nth-child(3) {
    animation: anime3 20s infinite;
}


.mv_btn_container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px;
}

.mv_btn_container > a {
    width: 300px;
    height: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: .3s ease;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #50bbf2;
    transition: opacity .3s ease;
}

.mv_btn_container > a:hover {
    opacity: 0.7;
}

.mv_btn_container > a > div {
    width: 25px;
    margin-right: 10px
}

.mv_btn_container > a > div img {
    width: 100%;
}

.mv_btn_container > a + a {
    margin-left: 20px;
}

.mv_btn_container > a.pc_none {
    display: none;
}

.spapp_container {
    text-align: center;
    margin-top: 20px;
}

.spapp_container a {
    color: #333;
    text-decoration: underline;
    position: relative;
}

.spapp_container a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg) translateY(-90%);
    position: absolute;
    top: 50%;
    left: -15px;
}

.fot_rent_contaienr {
    padding-top: 50px;
    width: 250px;
    margin: 0 auto;
}

.fot_rent_contaienr a {
    display: block;
    border: 1px solid #50bbf2;
    color: #50bbf2;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    transition: .3s ease;
    border-radius: 3px;
}

.fot_rent_contaienr a:hover {
    opacity: 0.6;
}


@keyframes anime2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    58.33% {
        opacity: 1;
    }
    66.9% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes anime3 {
    0% {
        opacity: 0;
    }
    58.33% {
        opacity: 0;
    }
    66.66% {
        opacity: 1;
    }
    91.66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media screen and (max-width: 768px) {
    .maintxt_container {
        position: absolute;
        top: 50%;
    }
    .mv_btn_container {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    .mv_btn_container > a + a {
        margin: 10px 0 0;
    }
    .mv_btn_container > a.pc_none {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .mv_btn_container > a.sp_none {
        display: none;
    }
    .fot_rent_contaienr {
        width: 100%;
    }
    .fot_rent_contaienr a {
        width: 70%;
        margin: 0 auto;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .maintxt_container {
        width: 90%;
        position: relative;
        margin: 0 auto;
        padding: 40px 0 40px;
        border-bottom: 1px solid #e8e8e8;
        transform: inherit;
        top: 0;
        left: 0;
    }
    .maintxt_container img {
        width: 22%;
        margin: 0 auto;
    }
    .mainTitle {
        font-size: 1.5em;
        margin: 10px 40px 0px;
        text-align: center;
    }
    .bg_control {
        /*background: rgba(255,255,255,.3);*/
        z-index: 1;
    }

    .mv_btn_container {
        -webkit-align-items: center;
        align-items: center;
    }
    .mv_btn_container > a {
        width: 70%;
        min-width: 250px;
        font-size: 14px;
    }
    .mv_btn_container > a + a {
        margin: 15px 0 0;
    }
}


/*============================================

    about

============================================*/

#about_section {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
}

#about_section p {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 600px) {
    #about_section p {
        padding-top: 10px;
    }
}


/*============================================

    map

============================================*/

#map_section {
    max-width: 1024px;
    margin: 0 auto;
}

.mapimage_container {
    position: relative;
}

.map_point {
    width: 80px;
    height: 80px;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    border-radius: 50%;
}

.map_point:nth-child(1) {
    top: 60.2%;
    left: 66.6%;
}

.map_point:nth-child(2) {
    top: 76%;
    left: 43.5%;
}

.map_point:nth-child(3) {
    top: 77.5%;
    left: 47.8%;
}

.map_point:nth-child(4) {
    top: 22.7%;
    left: 24.6%;
}

.map_point:nth-child(5) {
    top: 9%;
    left: 48%;
}

.map_point:nth-child(6) {
    top: 31.5%;
    left: 79.1%;
}

.map_point > div {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #0289bb;
    border-radius: 50%;
    opacity: 0;
}

.activepoint > div:nth-child(1) {
    animation: waveanim 1.2s linear forwards;
    animation-iteration-count: infinite;
}

.activepoint > div:nth-child(2) {
    animation: waveanim 1.2s linear .2s forwards;
    animation-iteration-count: infinite;
}

.activepoint > div:nth-child(3) {
    animation: waveanim 1.2s linear .5s forwards;
    animation-iteration-count: infinite;
}

@keyframes waveanim {
    0% {
        opacity: 0;
        width: 0%;
        height: 0%;
    }
    50% {
        opacity: 1;
        width: 75%;
        height: 75%;
    }
    100% {
        opacity: 0;
        width: 150%;
        height: 150%;
    }
}

.mapbtn_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 20px 0;
}

.mapbtn_container a {
    text-decoration: none;
}

.mapbtn_wrapper {
    display: block;
    width: calc(100% / 5);
    position: relative;
    opacity: 0.6;
    transition: all .3s ease;
}

.mapbtn_inner {
    display: block;
    width: calc(100% - 10px);
    padding: 10px 10px 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: .5s ease;
    overflow: hidden;
}

.mapbtn_image {
    height: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.mapbtn_image img {
    width: 55px;
}

.mapbtn_container h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #7C8287;
    line-height: 1.2;
    padding-bottom: 5px;
}

.mapbtn_container p {
    line-height: 1.4;
    font-size: 10px;
    color: #7C8287;
}

.underborder {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background: #00A3E0;
    transition: width .3s ease;
}

.mapbtn_wrapper:hover {
    opacity: 1;
}

.mapbtn_wrapper:hover .mapbtn_inner {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.mapbtn_wrapper:hover .underborder {
    width: 100%;
}

#map_section .flickity-page-dots {
    bottom: 13px;
}

#map_section .flickity-prev-next-button {
    display: none;
}

#map_section .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #00A3E0;
}

@media screen and (max-width: 1064px) {
    .mapbtn_container {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .mapbtn_container {
        display: block;
    }

    .mapbtn_container:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        clear: both;
    }

    .mapbtn_wrapper {
        float: left;
        width: calc(100% / 3);
    }

    .mapbtn_inner {
        margin: 0 auto 10px;
    }

    .mapbtn_image {
        height: 80px;
    }
}

@media screen and (max-width: 768px) {
    .mapbtn_container {
        display: block;
        padding: 20px 0 40px;
    }
    .mapbtn_wrapper {
        display: block;
        width: 70%;
        padding: 0px;
        opacity: 1;
        float: none;
    }
    .mapbtn_inner {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        margin: 20px auto;
    }
    .mapbtn_wrapper:hover .underborder {
        width: 0;
    }
    .is-selected .underborder {
        width: 100% !important;
    }
    .map_point {
        width: 20px;
        height: 20px;
    }
}


/*============================================

   central controller

============================================*/

#central_section {
    max-width: 1024px;
    margin: 0 auto;
}

.central_container {
    /*display: -webkit-flex;
    display: flex;
    /*-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
    display: table;
    padding: 0 20px;
}

.central_wrapper {
    /*width: 100%;*/
    float: right;
    /*display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;*/
    position: relative;
}

.cc_video {
    width: 63%;
}

.cc_text {
    width: 37%;
}

.central_imagegif {
    position: absolute;
    top: 0;
    left: 0;
}

.central_wrapper > div {
    max-width: 80%;
    /*top: -20px;*/
    position: relative;
    margin: 0 0px 0px auto;
}

.central_wrapper h2 {
    padding-bottom: 35px;
    letter-spacing: .05em;
}

.central_wrapper h3 {
    padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
    .central_wrapper > div {
        max-width: 80%;
        padding-bottom: 50px;
        top: initial;
        margin: 0 auto;
    }
    .central_wrapper {
        float: initial;
    }
    .cc_video {
        width: 80%;
        margin: 0 auto;
    }
    .cc_text {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .central_container {
        display: block;
    }
    .central_wrapper > div {
        max-width: 100%;
        padding-bottom: 50px;
    }
    .central_wrapper h2 {
        padding-bottom: 20px;
    }
    .central_wrapper {
        float: initial;
    }
    .cc_text {
        width: 100%;
        text-align: left;
    }
    .cc_video {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .central_wrapper > div {
        padding-bottom: 40px;
    }
    .cc_video {
        width: 100%;
    }
}


/*============================================

    nature sensor
    window security
    smart light
    共通

============================================*/

#amazon_section,
#window_section,
#lock_section {
    background: #FAFAFA;
}

#amazon_section,
#nature_section,
#light_section,
#window_section {
    text-align: center;
}

.amazon_container,
.nature_container,
.window_container,
.light_container {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px;
}

.amazon_title,
.nature_title,
.window_title,
.light_title {
    padding: 0 20px;
}

.amazon_title span {
    display: block;
}

#amazon_section h2,
#nature_section h2,
#window_section h2,
#light_section h2 {
    padding-bottom: 20px;
}

.amazon_wrapper,
.nature_wrapper,
.window_wrapper,
.light_wrapper {
    padding-top: 50px;
    position: relative;
}

.textpop_b,
.textpop_w {
    width: 0;
    position: relative;
    max-width: 280px;
    overflow: hidden;
}

.textpop_b_wrapper {
    margin-bottom: 10px;
}

.textpop_b div {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: left;
    padding: 7% 0 0 11%;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0;
}

.textpop_w_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.textpop_w div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 14% 0 0 5%;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0;
}

.textpop_w .poptitle {
    color: #50bbf2;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 5%;
}

.textpop_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    opacity: 0;
    z-index: 15;
}


.lang_en .textpop_b div,
.lang_en .textpop_w div {
    font-size: 12px;
}

.amazon_wrapper .animbg {
    opacity: 0;
}

.textpop_b_wrapper:nth-child(1) .textpop_b {
    transition: width .5s ease;
}

.textpop_w_wrapper:nth-child(2) .textpop_w {
    transition: width .5s ease .5s;
}

.textpop_b_wrapper:nth-child(3) .textpop_b {
    transition: width .5s ease 1s;
}

.textpop_w_wrapper:nth-child(4) .textpop_w {
    transition: width .5s ease 1.5s;
}

.textpop_b_wrapper:nth-child(1) .textpop_b div {
    transition: opacity .5s ease .2s;
}

.textpop_w_wrapper:nth-child(2) .textpop_w div {
    transition: opacity .5s ease .7s;
}

.textpop_b_wrapper:nth-child(3) .textpop_b div {
    transition: opacity .5s ease 1.2s;
}

.textpop_w_wrapper:nth-child(4) .textpop_w div {
    transition: opacity .5s ease 1.7s;
}

.scroll_rollout .textpop_b,
.scroll_rollout .textpop_w {
    width: calc(100% - 20px);
}

.scroll_rollout .textpop_b div,
.scroll_rollout .textpop_w div {
    opacity: 1;
}

.scroll_rollout .textpop_link {
    opacity: 1;
    transition: opacity .3s ease 2.2s;
}

.amazon_hover_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    z-index: 10;
    padding: 20px;
    text-align: center;
    transition: opacity .3s ease;
}

.amazon_hover_container a {
    color: #333;
}

.amazon_hover_container a span {
    color: rgb(80, 187, 242);
}

.amazon_wrapper .exp_controll_wrapper:hover .anim1st {
    opacity: 0.2;
}

.amazon_wrapper .exp_controll_wrapper:hover .amazon_hover_container {
    opacity: 1;
}

.amazon_kit {
    padding: 20px 0;
    width: 140px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #amazon_section,
    #nature_section,
    #window_section,
    #light_section {
        text-align: left;
        padding-bottom: 0;
    }

    .amazon_container,
    .nature_container,
    .window_container,
    .light_container {
        padding: 0;
    }

    .amazon_title p br,
    .nature_title p br,
    .window_title p br,
    .light_title p br {
        display: none;
    }

    .amazon_wrapper,
    .nature_wrapper,
    .window_wrapper,
    .light_wrapper {
        padding-top: 30px;
    }

    .amazon_wrapper .anim1st {
        position: relative;
        padding: 20px 0 40px;
        max-width: 350px;
        margin: 0 auto;
    }

    .scroll_rollout .textpop_b,
    .scroll_rollout .textpop_w {
        width: calc(100% - 50px);
    }
}

/*============================================

   共通(操作体験チュートリアル)

============================================*/

.exp_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.exp_container input[type=checkbox] {
    display: none;
    opacity: 0;
}

.exp_image_wrapper {
    width: calc(100% - 310px);
    position: relative;
    overflow: hidden;
    background: #EEE;
}

.exp_image_wrapper img {
    opacity: 0;
    display: block;
    transition: opacity .2s ease;
}

.exp_image_wrapper img:nth-child(1) {
    opacity: 1;
}

.viewanim1 .exp_image_wrapper img:nth-child(2),
.viewanim2 .exp_image_wrapper img:nth-child(3),
.viewanim3 .exp_image_wrapper img:nth-child(4),
.viewanim4 .exp_image_wrapper img:nth-child(5) {
    opacity: 1;
}


.exp_image_right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.exp_image_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exanim_wrapper {
    width: calc(100% - 310px);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.exp_controll_wrapper {
    width: 280px;
    position: relative;
}

.animtrigger_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 69px 17px;
    z-index: 1;
}

.animtrigger_wrapper {
    position: relative;
    height: 100%;
}

.triggerpop {
    background: #50bbf2;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
}

.triggerpop:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/kit/anim/content_kit_tap_hand.png);
    background-size: 100% 100%;
}

.triggerpop > div {
    width: 145px;
    color: #FFF;
    min-height: 20px;
    padding-left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.triggerpop:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #50bcf2 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);

}

.triggername {
    line-height: 1.2;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

.excheck_wrapper {
    width: 44px;
    border-left: 1px solid #EEE;
    height: 20px;
}

.excheck_label {
    display: block;
    margin-left: auto;
    width: 34px;
    height: 20px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
}

.excheck_label > div {
    width: 20px;
    height: 20px;
    background: #FFF;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 50%;
    border: 1px solid #DDD;
    transition: all .2s ease;
}

.ex_check:checked + .excheck_label {
    background: #00a5e2;
    border: 1px solid #00a5e2;
}

.ex_check:checked + .excheck_label > div {
    left: 14px;
    border: 1px solid #00a5e2;
}

.anim1st,
.anim2nd,
.anim3rd,
.anim4th {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.viewanim1 .anim1st,
.viewanim2 .anim2nd,
.viewanim3 .anim3rd,
.viewanim4 .anim4th {
    z-index: 1;
    opacity: 1;
}

.animbg {
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .exp_container {
        display: block;
    }

    .exp_image_wrapper {
        width: 100%;
    }

    .exp_image_wrapper img:nth-child(1) {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }

    .exp_controll_wrapper {
        width: 100%;
    }

    .animtrigger_container {
        position: relative;
        padding: 20px;
        height: auto;
    }

    .animtrigger_wrapper {
        height: auto;
    }

    .triggerpop {
        display: none;
    }

    .excheck_wrapper {
        width: 75px;
        height: 35px;
    }

    .excheck_label {
        width: 60px;
        height: 35px;
        background: #f5f5f5;
        border-radius: 17px;
    }

    .excheck_label > div {
        width: 31px;
        height: 31px;
        top: 1px;
        left: 1px;
    }

    .ex_check:checked + .excheck_label > div {
        left: 25px;
    }

    .anim1st,
    .anim2nd,
    .anim3rd,
    .anim4th {
        height: auto;
    }

    .animbg {
        display: none;
    }

}

/*個別：natureアニメーション*/

/*1番*/

#nature_section .anim1st {
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

#nature_section .anim1st div {
    position: relative;
    line-height: 1.3;
}

#nature_section .anim1st .anim1st_wrapper {
    padding-top: 10px;
}

#nature_section .anim1st .triggerpop {
    transform: translateY(-100%);
}

/*2番*/

#nature_section .exanim2 {
    width: 50%;
    max-width: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100px);
    overflow: hidden;
    height: 0;
}

#nature_section .viewanim2 .exanim2 {
    height: auto;
    animation: natureanim2 1s forwards;
}

@keyframes natureanim2 {
    0% {
        transform: translate(-50%, 100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 0);
    }
}


/*3番*/

#nature_section .anim3rd {
    height: 100%;
    padding: 236px 5px 55px 124px;
}

#nature_section .anim3rd_trigger {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 2px;
    position: relative;
    padding: 10px 0 0;
    display: block;
    cursor: pointer;
}

#nature_section .anim3rd_trigger .triggerpop {
    top: 0;
    left: 50%;
    transform: translate(-50%, -160%);
    transition: opacity .2s ease;
}

#nature_section .anim3rd_name {
    height: 15px;
    font-size: 10px;
    font-weight: bold;
}

#nature_section .anim3rd_label {
    height: calc(100% - 85px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#nature_section .anim3rd_label div {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    border: 3px solid #DDD;
    transition: border .2s ease;
}

#nature_anim_check:checked + .anim3rd_trigger .anim3rd_label div {
    border: 3px solid #50bbf2;
}

#nature_section .anim3rd_deco {
    border-top: 1px solid #DDD;
    height: 40px;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

#nature_section .viewanim3 .anim3rd,
#nature_section .viewanim4 .anim3rd {
    z-index: 1;
    opacity: 1;
}

#nature_section .viewanim4 .anim4th {
    z-index: 0;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #nature_section .anim1st,
    #nature_section .anim3rd {
        width: calc(50% - 10px);
        height: 150px;
        text-align: center;
        border: 1px solid #DDD;
        border-radius: 5px;
        overflow: hidden;
        transition: opacity .3s ease;
    }

    #nature_section .viewanim3 .anim1st,
    #nature_section .viewanim4 .anim1st {
        opacity: 0.1;
    }

    #nature_section .anim3rd {
        padding: 0;
    }

    #nature_section .animtrigger_wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #nature_section .anim1st_trigger img {
        width: 25px;
    }
    #nature_section .exanim_wrapper {
        width: 100%;
        height: calc(100% - 190px);
        bottom: 190px;
    }

    #nature_section .exanim_wrapper .exanim2 {
        width: 100px;
    }

    #nature_section .anim3rd_deco,
    #nature_section .anim3rd_label {
        display: none;
    }

    #nature_section .anim3rd_trigger {
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        transition: opacity .3s ease;
    }

    #nature_anim_check:disabled + .anim3rd_trigger {
        opacity: 0.1;
    }

    #nature_section .anim3rd_trigger > div {
        position: relative;
    }

    #nature_section .anim3rd_trigger img {
        width: 50px;
        display: block;
        margin: 0 auto;
    }

    #nature_section .anim3rd_trigger > div:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background: url(/images/kit/anim/nr_anim/iphone_remocon_btn_tv_on.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
    }

    #nature_section .viewanim4 .anim3rd_trigger img {
        opacity: 0;
    }

    #nature_section .viewanim4 .anim3rd_trigger > div:before {
        opacity: 1;
    }

    #nature_section .anim3rd_name {
        padding-top: 20px;
        line-height: 2;
        height: auto;
    }

    #nature_section .anim3rd_name:before {
        content: 'Television';
        display: block;
    }

    #nature_section .anim1st,
    #nature_section .anim2nd,
    #nature_section .anim3rd,
    #nature_section .anim4th {
        position: relative;
        opacity: 1;
    }
}

/*個別：tagアニメーション*/

/*1番*/

#window_section .anim1st {
    padding: 110px 7px 0;
    position: relative;
}

#window_section .anim1st_trigger {
    position: relative;
    height: 35px;
    background: #FFF;
    border-radius: 3px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 7px 0 10px;
}

#window_section .anim1st_trigger:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

#window_section .anim1st_trigger .triggerpop {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(40px, -155%);
    transition: opacity .2s ease;
}

#window_section .anim1st_trigger .triggerpop:after {
    transform: translate(50%, 100%);
}

#window_section .viewanim1 .anim1st,
#window_section .viewanim2 .anim1st,
#window_section .viewanim3 .anim1st {
    z-index: 1;
    opacity: 1;
}

#window_section .viewanim3 .anim1st_trigger:after {
    height: 100%;
    opacity: 1;
}

/*2番*/

#window_section .viewanim2 .anim1st .anim1st_trigger .triggerpop,
#window_section .viewanim3 .anim1st .anim1st_trigger .triggerpop {
    opacity: 0;
}

/*3番*/

#window_section .anim3rd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#window_section .anim3rd > div {
    width: 80%;
}

@media screen and (max-width: 768px) {
    #window_section .anim1st {
        padding: 0;
    }

    #window_section .anim1st_trigger {
        border: 1px solid #DDD;
        height: 50px;
        padding: 0 10px;
    }

    #window_section .viewanim3 .anim1st_trigger:after {
        height: 0;
    }

    #window_section .anim3rd {
        height: 0;
        overflow: hidden;
    }

    #window_section .anim3rd > div {
        width: 100%;
    }

    #window_section .viewanim3 .anim1st {
        position: absolute;
        opacity: 0;
    }
    #window_section .viewanim3 .anim3rd {
        position: relative;
        height: auto;
    }
}


/*個別：lightアニメーション*/

.exlight_container {
    padding: 110px 7px 0;
    position: relative;
}

.exlight_wrapper {
    position: relative;
    height: 35px;
    background: #FFF;
    border-radius: 3px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 7px 0 10px;
}

.exlight_wrapper + .exlight_wrapper {
    margin-top: 7px;
}

.lightpower_wrapper,
.lightillumi_wrapper,
.lightcolor_wrapper {
    z-index: 0;
}

.lightpower_wrapper:after,
.lightillumi_wrapper:after,
.lightcolor_wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 2;
}

.lightpower_wrapper .triggerpop {
    top: 0;
    left: auto;
    right: 0;
    opacity: 0;
    transform: translate(40px, -155%);
    transition: opacity .2s ease;
}

.lightpower_wrapper .triggerpop:after {
    transform: translate(50%, 100%);
}

.lightillumi_wrapper .triggerpop {
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -135%);
    transition: opacity .2s ease;
}

.lightcolor_wrapper .triggerpop {
    top: auto;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 135%);
    transition: opacity .2s ease;
}

.lightcolor_wrapper .triggerpop:after {
    top: 0;
    bottom: auto;
    transform: translate(-50%, -100%) rotate(180deg);
}

.exlight_container .triggername {
    width: 40px;
}

.light_swipe_container {
    width: calc(100% - 40px);
    height: 20px;
    border-left: 1px solid #EEE;
    padding-left: 10px;
}

.swipe_mark_min,
.swipe_mark_max {
    display: none;
}

.light_swipe_wrapper {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.light_swipe_duration {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #EEE;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 2px;
    overflow: hidden;
    z-index: 0;
}

.light_swipe_duration img {
    display: block;
}

.light_swipe_duration > div {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #50bcf2;
}

.light_swipe_base {
    position: relative;
    z-index: 1;
    height: 100%;
}

.light_swipe_point {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    cursor: pointer;
}

.light_swipe_point:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 2px solid #50bcf2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.light_swipe_point:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #50bcf2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lightcolor_wrapper .light_swipe_duration {
    height: 5px;
    border-radius: 3px;
}

.lightcolor_wrapper .light_swipe_point:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.lightcolor_wrapper .light_swipe_point:after {
    content: '';
    display: none;
}

.viewanim1 .lightpower_wrapper,
.viewanim2 .lightillumi_wrapper,
.viewanim3 .lightcolor_wrapper {
    z-index: 1;
}

.viewanim1 .lightpower_wrapper:after,
.viewanim2 .lightillumi_wrapper:after,
.viewanim3 .lightcolor_wrapper:after,
.viewanim4 .lightpower_wrapper:after,
.viewanim4 .lightillumi_wrapper:after,
.viewanim4 .lightcolor_wrapper:after {
    height: 0;
    opacity: 0;
}

.viewanim1 .lightpower_wrapper .triggerpop,
.viewanim2 .lightillumi_wrapper .triggerpop,
.viewanim3 .lightcolor_wrapper .triggerpop {
    opacity: 1;
}

.viewanim4 .lightpower_wrapper .triggerpop,
.viewanim4 .lightillumi_wrapper .triggerpop,
.viewanim4 .lightcolor_wrapper .triggerpop {
    display: none;
}

.light_wrapper .exp_image_wrapper img:nth-child(n+2) {
    opacity: 0 !important;
}

.light00 .exp_image_wrapper img:nth-child(2),
.light01 .exp_image_wrapper img:nth-child(3),
.light02 .exp_image_wrapper img:nth-child(4),
.light03 .exp_image_wrapper img:nth-child(5),
.light04 .exp_image_wrapper img:nth-child(6) {
    opacity: 1 !important;
}

@media screen and (max-width: 768px) {
    .exlight_container {
        padding: 0;
    }

    .exlight_wrapper {
        border: 1px solid #DDD;
        height: 50px;
        padding: 0 10px;
    }

    .lightpower_wrapper:after,
    .lightillumi_wrapper:after,
    .lightcolor_wrapper:after {
        display: none;
    }

    .light_swipe_container {
        position: relative;
        height: 35px;
        padding: 0 20px 0 30px;
    }

    .swipe_mark_min {
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
    }

    .swipe_mark_min:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #EEE;
        width: 10px;
        height: 3px;
    }

    .swipe_mark_max {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .swipe_mark_max:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #EEE;
        width: 10px;
        height: 3px;
    }

    .swipe_mark_max:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        background: #EEE;
        width: 10px;
        height: 3px;
    }

    .light_swipe_wrapper {
        padding: 0 16px;
        position: relative;
    }

    .light_swipe_duration {
        height: 10px;
        border-radius: 5px;
    }

    .lightcolor_wrapper .light_swipe_duration {
        height: 10px;
        border-radius: 5px;
    }

    .light_swipe_point:before {
        width: 28px;
        height: 28px;
        border: 4px solid #50bcf2;
    }

    .light_swipe_point:after {
        width: 24px;
        height: 24px;
    }

    .lightcolor_wrapper .light_swipe_point:before {
        width: 29px;
        height: 29px;
        border: 3px solid #DDD;
    }
}

/*============================================

   smart lock

============================================*/

.device_name {
    letter-spacing: .4em;
}

#lock_section {
    text-align: center;
}

.lock_group {
    position: relative;
}

.lock_container {
    max-width: 1024px;
    margin: 0 auto;
}

.lock_title {
    padding: 0 20px;
}

#lock_section h2 {
    padding-bottom: 20px;
}

.lock_wrapper {
    margin-top: 50px;
    position: relative;
}

.lockhandy_btn_wrapper {
    padding: 30px 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.lockhandy_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #EEEEEE;
    padding: 5px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
}

.handybtn_icon {
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
}

.handybtn_icon:before {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.handybtn_icon:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.handy_open .handybtn_icon:before,
.handy_open .handybtn_icon:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.handybtn_txt {
    padding: 0 20px 0 10px;
}

.pickup {
    font-weight: 400;
}

.txt_inline_block {
    display: inline-block;
}

.lockhandy_wrapper {
    display: none;
    background: #EEE;
    padding: 20px;
    text-align: left;
}

.lockhandy_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lockhandy_inner:nth-child(2) {
    padding-top: 20px;
}

.lockhandy_inner > div {
    width: calc(100% / 4 - 0px);
    border-right: 1px solid #dcdcdc;
    padding: 0px 10px;
}

.lockhandy_inner div:nth-child(4) {
    border: initial;
}


/*.lock_wrapper video {
    display: block;
    width: 100%;
}

.lock_wrapper video:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
}

.lockmovie1 video:nth-child(n+2) {
    opacity: 0;
}

.lockmovie2 video:nth-child(n+3) {
    opacity: 0;
}

.lockmovie3 video:nth-child(n+4) {
    opacity: 0;
}*/

.lock_wrapper img {
    display: block;
    width: 100%;
    transition: .5s ease;
}

.lock_wrapper img:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
}

.lockmovie1 img:nth-child(n+2) {
    opacity: 0;
}

.lockmovie2 img:nth-child(n+3) {
    opacity: 0;
}

.lockmovie3 img:nth-child(n+4) {
    opacity: 0;
}

.lockbtn_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
}

.lockbtn_wrapper {
    display: block;
    width: calc(100% / 4);
    padding: 10px;
    position: relative;
    opacity: 0.5;
    transition: all .3s ease;
    cursor: pointer;
}

.lockbtn_inner {
    display: block;
    width: calc(100% - 10px);
    padding: 10px 10px 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.lockbtn_mainimage {
    display: none;
}

.lockbtn_image {
    height: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.lockbtn_image div {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #fff;
}

.lockbtn_image img {
    width: 80px;
}

.lockbtn_container h3 {
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    padding: 6px 0px 10px;
}

.lockbtn_container p {
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
}

.lockbtn_wrapper:hover {
    opacity: 1;
}

.sp_none {
    display: initial;
}

.pc_none {
    display: none;
}

#lock_section .flickity-page-dots {
    bottom: 13px;
}

#lock_section .flickity-prev-next-button {
    display: none;
}

#lock_section .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #00A3E0;
}

@media screen and (max-width: 1064px) {
    .lockbtn_container {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .device_name {
        letter-spacing: .2em;
    }
    #lock_section {
        text-align: left;
    }
    .lock_title p br {
        display: none;
    }
    .lockhandy_btn_wrapper {
        padding: 20px 0 10px;
    }
    .lockhandy_wrapper {
        padding: 30px;
    }
    .lockhandy_inner {
        display: block;
    }
    .lockhandy_inner > div {
        width: 100%;
        padding-bottom: 20px;
        border: initial;
    }
    .lockhandy_inner div:nth-child(4) {
        padding-bottom: 0;
    }
    .lockhandy_inner:nth-child(2) {
        padding-top: 0;
    }
    .lock_wrapper {
        display: none;
    }
    .lockbtn_mainimage {
        display: block;
    }
    .lockbtn_container {
        display: block;
        padding: 20px 0 40px;
    }
    .lockbtn_wrapper {
        display: block;
        width: 100%;
        padding: 0 0 10px;
        opacity: 1;
    }
    .lockbtn_inner {
        width: 100%;
        padding: 0;
    }
    .lockbtn_image div {
        border-radius: initial;
        padding: initial;
        border: initial;
    }
    .lockbtn_container h3 {
        color: #7C8287;
    }
    .lockbtn_container p {
        color: #7C8287;
    }
    .sp_none {
        display: none;
    }
    .pc_none {
        display: initial;
    }
}

/*============================================

   download

============================================*/

#dl_section {
    text-align: center;
    color: #333;
}

#dl_section h2 {
    font-size: 14px;
    font-style: normal;
    padding-bottom: 50px;
}

.dl_container {
    max-width: 1024px;
    margin: 0 auto;
}

.dl_group {
    display: table;
    width: 100%;
}

.dl_wrapper {
    width: 48%;
}

.dl_wrapper:first-child {
    float: left;
}

.dl_wrapper:last-child {
    float: right;
}

.dl_wrapper h3 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
}

.dl_inner {
    -webkit-display: flex;
    display: flex;
    text-align: left;
}

.dl_img {
    flex: 1;
}

.dl_img a {
    display: block;
    position: relative;
}

.dl_gray_layer {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
}

.dl_img a:hover .dl_gray_layer {
    background: rgba(0, 0, 0, .3);
}

.dl_img img {
    display: block;
}



.dl_txt {
    padding-left: 20px;
    font-size: 13px;
    flex: 2;
}

.dl_txt h4 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
}

.dl_btn_container {
    -webkit-display: flex;
    display: flex;
    text-align: left;
    margin-top: 35px;
}

.dl_btn_container.pc_none {
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
}

.dl_btn_wrapper + .dl_btn_wrapper {
    margin-left: 15px;
}


@media screen and (max-width: 1064px) {
    .dl_container {
        padding: 20px;
    }
}

@media screen and (max-width: 980px) {
    #dl_section h2 {
        padding-bottom: 80px;
    }
    .dl_group .dl_wrapper {
        float: : none;
        width: 100%;
    }
    .dl_wrapper + .dl_wrapper {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .dl_btn_container.sp_none {
        display: none;
    }
    .dl_btn_container.pc_none {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {}
