@charset "UTF-8";

.aikastu_designmart-contents .wrapper {
    border-top: 12px solid #00a5cd;
}

.aikastu_designmart-contents h2._kaisei, .aikastu_designmart-contents h4._kaisei,
._row-header h2,
._row-body h4::before,
._label{
    background: linear-gradient(90deg, #4fbfe8 0%, #c85fcf 100%);
}

.aikastu_designmart-contents h2._kaisei, .aikastu_designmart-contents h4._kaisei{
    -webkit-background-clip: text;
    background-clip: text;
}

._row-body h4._kaisei,
.block-lottery ._subtxt {
    line-height: 1.2;
}

nav ._box {
	justify-content: center;
}

.block-date ._link {
	margin: 0 auto 26px;
	width: 540px;
}

._items ._long ._box {
	gap: 0;
    justify-content: space-between;
    margin-bottom: 40px;
}

.block-lottery ._items li._long ._box li,
.block-lottery ._items li._long ._box li:last-child {
	width: calc(20% - 10px);
}

._items ._long p {
    font-size: 20px;
    margin-bottom: 40px;
}

._items li ._notes {
	margin-bottom: 80px;
}

.block-special ._row-header h2::before, .block-special ._row-header h2::after {
	content: "";
}

#stamp-01.block-special ._items img{
    margin-bottom: 43px;
}

.aikastu_designmart-contents #play .howto ._texts ._notes li a {
	color: #3f8cff;
    border-bottom: 0;
}

@media screen and (max-width:414px) {
    .block-date ._link{
        width: 100%;
    }

    ._items li ._notes {
        margin-bottom: 6%;
    }

    .block-lottery ._items li._long ._box li:last-child img{
        width: 100%;
    }

    ._items ._long p{
        font-size: 0.8em;
    }

    ._items ._long ._box{
        margin-bottom: 4%;
    }
}