.p-home-rotation{
    position: relative;
}
.p-home-rotation__notice{
    position: absolute;
    bottom: 7%;
    left: 3%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 85%);
    width: 38%;
    padding: 1.5rem;
    border-radius: 10px;
    border: solid #e6002d;
    font-size: 1rem;
    font-weight: 600;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-home-rotation__notice li{
    display: grid;
    gap: 10px;
    margin-top: 15px;
}
.p-home-rotation__notice li:first-child{
    margin-top: 0;
}


.p-home-rotation__notice--data{
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 1rem;
    place-items: end;
}
.p-home-rotation__notice--data span{
    color: #f00;
}
.p-home-rotation__notice--text{
    line-height: 1.3;
}
.p-home-rotation__notice--text a{
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .3s;
        transition: all .3s;
}
.p-home-rotation__notice--text a:hover{
    opacity: 0.6;
}
.p-home-text{
text-align: center;
font-size: 1.5rem;
font-weight: 500;
font-family: "Noto Serif JP", serif;
line-height: 1.75;
padding-bottom: 1.5rem;
letter-spacing: .15em;
}
.p-home-text span{
background-image: linear-gradient(0deg, #e6002d3b 0.5em, transparent 0.5em);
}
@media screen and (max-width:767px){
.p-home-rotation__notice{
    position: initial;
    width: 100%;
    padding: 1rem;
    background-color: rgb(224 224 224 / 85%);
    border: none;
    border-radius: 0;
}
.p-home-text{
font-size: 1.25rem;
}
}

