#top-include03 {
.topDomains {
    padding: 100px 0;
    position: relative;
}

.topDomains::after {
    position: absolute;
    bottom: auto;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: url(https://www.taiyo-hd.co.jp/resources/sw_img/icon/icon_line2.png) repeat-x bottom / auto 100% #00AF64;
    width: 100%;
    height: 20px;
    animation: bgroop 50s linear infinite;
}

.topDomains__Area {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topDomains__Box {
    max-width: 300px;
    margin-bottom: 40px;
}

.topDomains__Box a {
    display: block;
    overflow: visible;
    position: relative;
}

.topDomains__Box--Img {
    max-width: 80%;
    margin: 0 auto;
}

.topDomains__Box--Img img {
    max-width: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
}

.topDomains__Box:hover .topDomains__Box--Img img {
    transform: scale(1.1);
}

.topDomains__Box--Spec {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.topDomains__Box--Spec .title {
    font-size: 22px;
    font-weight: bold;
}

.topDomains__Box--Spec .sub {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
}

.topDomains__Box--Spec .sub.c1 {
    color: #00AF64;
}

.topDomains__Box--Spec .sub.c2 {
    color: #00CABF;
}

.topDomains__Box--Spec .sub.c3 {
    color: #1D2080;
}

.topDomains__Box--Spec .sub.c4 {
    color: #EA399F;
}

.topDomains__Box--Spec .sub.c5 {
    color: #FF6372;
}

.topDomains__Box--Spec .sub.c6 {
    color: #918165;
}

.topDomains .icons {
    position: absolute;
    bottom: 100%;
    right: 0%;
    transition: all 0.4s ease;
    transform: rotateY(0deg);

}

.topDomains__Box:hover .icons {
    transform: rotateY(360deg);
}

.pageBgTitle {
    position: absolute;
    right: auto;
    left: 85px;
    top: 20px;
    transform: rotate(90deg) translateX(0%);
    transform-origin: top left;
}

.pageBgTitle__bgTxt {
    font-family: "TTCommonsPro-Db";
    font-weight: 600;
    line-height: 0.8;
    font-size: 97px;
    opacity: 0.3;
    color: #00AF64;
}
}

@media screen and (max-width: 1100px) {
    #top-include03 {
    .topDomains__Area {
        max-width: 740px;
    }

    .topDomains__Box {
        max-width: 220px;
        margin-bottom: 40px;
    }

    .pageBgTitle {
        position: absolute;
        width: max-content;
        right: auto;
        left: 85px;
        top: 20px;
        transform: rotate(90deg) translateX(0%);
        transform-origin: top left;
    }

    .pageBgTitle__bgTxt {
        font-size: 85px;
    }
    }
}

@media screen and (max-width: 769px) {
    #top-include03 {
    .topDomains__Area {
        padding: 0 24px;
        max-width: 100%;
    }

    .topDomains__Box {
        max-width: 50%;
        margin-bottom: 40px;
    }

    .topDomains__Box--Spec .title {
        font-size: 18px;
    }

    .topDomains__Box--Spec .sub {
        font-size: 12px;
    }

    .topDomains .icons {
        right: -0%;
        bottom: 90%;
        transform: scale(calc(100vw / 760px)) rotateY(0deg);

    }

    .topDomains__Box:hover .icons {
        transform: scale(calc(100vw / 760px)) rotateY(360deg);
    }

    .pageBgTitle {
        left: 100%;
    }

    .pageBgTitle__bgTxt {
        font-size: min(108px, 23vw);
    }
    }
}

@media screen and (max-width: 500px) {
    #top-include03 {
    .topDomains .icons {
        right: -10%;

    }
    }
}