.content__square-info__child.none {
    pointer-events: none;
    opacity: 0.4 !important;
}
.content {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    margin-top: 137px;
}
.mv-banner__text {
    width: 100%;
}
.content__square-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    max-width: 660px;
    width: 100%;
    margin: 30px;
    position: relative;
    z-index: 0;
    transform: translate(14%, 5%) rotate(-45deg);
}
.content__square-info__child {
    width: 315px;
    height: 315px;
    background-color: #B8012E;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}
.content__square-info__child:hover {
    text-decoration: none;
}
.content__square-info__child figure {
    position: absolute;
    z-index: 0;
    transform-origin: left bottom;
    transform: rotate(45deg);
    bottom: -1px;
    left: 0px;
}
.content__square-info__child figure img {
    width: 71%;
}
.content__square-info__child .page-ttl {
    color: #fff;
    font-size: 1.8rem;
    transform: rotate(45deg) translate(-35px, -80px);
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}
.content__square-info__child .page-ttl span {
    position: absolute;
    z-index: 0;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 5px;
    transition: all 0.5s ease;
}
.content__square-info__child .page-ttl span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 1px;
    transition: all 0.5s ease;
}
.content__square-info__child .page-ttl span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 10px;
    height: 1px;
    transition: all 0.5s ease;
    transform-origin: right center;
    transform: rotate(25deg);
}
.content__square-info__child:hover .page-ttl span {
    transform: translateX(10px);
}
.content__square-info__child:hover {
    opacity: 0.9;
}
.content__square-info::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background-color: #E8E8E8;
}
.content__text {
    transform: translateY(25%);
}
.content::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    transform: translateX(60%);
    width: 0;
    height: 0;
    border-left: 302px solid transparent;
    border-right: 302px solid transparent;
    border-bottom: 300px solid #F5F5F5;
}
@media screen and (max-width: 1023px) {
    .content {
        flex-flow: column wrap;
        margin-top: 100px;
    }
    .content__text {
        transform: unset;
        padding: 0 20px;
    }
    .content__square-info {
        transform: rotate(-45deg) translate(14%, 10%);
    }
}
@media screen and (max-width: 767px) {
    .content::after {
        content: none;
    }
    .content__text {
        margin-bottom: 30px;
    }
    .content__text h2 {
        font-size: 2rem;
    }
    .content__square-info {
        transform: none;
        max-width: 100%;
        margin: 25px 0 30px 0;
        padding: 0 20px;
        justify-content: center;
    }
    .content__square-info__child {
        transform: rotate(-45deg) scale(0.8);
        margin-bottom: 50px !important;
    }
    .content__square-info::before {
        right: 90px;
        width: 86%;
    }
    .content__text p {
        font-size: 1.4rem;
    }
    .mv-banner__text {
        width: 100%;
        margin: 0px 0 0px;
        padding: 0px;
    }
}
@media screen and (max-width: 320px) {
    .content {
        margin-top: 100px;
    }
    .content__text {
        margin-bottom: 0;
    }
    .content__text p {
        font-size: 1.4rem;
    }
    .content__square-info {
        margin-left: 0;
        margin-top: 0;
    }
    .content__square-info__child {
        transform: rotate(-45deg) scale(0.6);
        margin-bottom: 0px !important;
    }
    .content__square-info::before {
        right: 35px;
    }
}