.img_box {
    width: 100%;
    height: auto;
}

.img_box:after {
    content: "";
    display: block;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.layer img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.layer1 {
    z-index: 1;
}

.layer2 {
    z-index: 2;
}

.layer3 {
    z-index: 3;
}

.layer4 {
    z-index: 4;
}

.img_box-1 {
    padding-top: 57%;
}

.fontSet {
    font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic',
        'Osaka', Verdana, Arial, Helvetica, sans-serif;
}


.hover-box {
    display: inline-block;
    transition: transform 0.2s ease;
    transform-origin: center center;
}

.hover-box:hover {
    transform: scale(1.1);
}


* {
    -webkit-appearance: none;
    appearance: none;
}