﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
}

.section {
    overflow: hidden;
}

.index_miso .more {
    transition: 0.4s;
}

.index_miso .more:hover {
    transform: rotate(360deg);
}

.index_miso .more:hover img {
    transition: 0.4s
}

.index_miso .more:hover img {
    transform: scale(1.7);
}

.zz_img {
    cursor: default;
}

body,
html {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

@media screen and (max-width: 425px) {
    .more_div_img::before {
        width: 30px;
        height: 30px;
    }
    .more_div_img::after {
        width: 30px;
        height: 30px;
    }
    .more_div_img {
        width: 30px;
    }
}

@media screen and (max-width: 400px) {
    .part2_lb {
        padding-bottom: 4rem;
    }
}

.index_miso .more {
    transition: 0.4s;
}

.index_miso .more:hover {
    transform: rotate(360deg);
}

.index_miso .more:hover img {
    transition: 0.4s
}

.index_miso .more:hover img {
    transform: scale(1.7);
}