.slick-slide {
    outline: none;
}
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a:hover img {
    opacity: .9;
}

/* ヘッダー */
.aq-sp-header {
    box-sizing: border-box;
    max-width: 1200px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.aq-sp-header-logo {
    display: flex;
    align-items: center;
}
.aq-sp-header-logo > p:first-child {
    position: relative;
    padding-right: 20px;
}
.aq-sp-header-logo > p:first-child::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
}
.aq-sp-header-logo > p:last-child {
    margin-left: 20px;
}
@media screen and (min-width: 768px) {
    .aq-sp-header {
        padding: 20px;
    }
}

/* contents */
.aq-sp-page-wrapper {
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* main visual */
.aq-sp-mv-main {
    position: relative;
    padding: 20px;
}
.aq-sp-mv-img {
    overflow: hidden;
}
.aq-sp-mv-img img {
    transform-origin: center top;
    transform: scale(1.5);
    animation: switch-mv both 5s ease-in-out infinite 1s;
}
@keyframes switch-mv {
    0% {
        transform: scale(1.5);
        opacity: 1;
    }
    35% {
        transform: scale(1.5);
        opacity: 1;
    }
    39.9% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 0.5;
    }
    45% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    85% {
        transform: scale(1);
        opacity: 0.5;
    }
    85.1% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    90% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}
.aq-sp-mv-txt {
    position: relative;
    z-index: 2;
    text-align: center;
    /* margin-top: 10px; */
    margin-top: -12%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.aq-sp-mv-txt.__movie-end {
    opacity: 1;
}
.aq-sp-mv-txt span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.aq-sp-mv-txt img {
    display: inline-block;
    max-height: 30px;
}
.aq-sp-lead {
    margin: 30px 0;
    padding: 0 10px;
}
.aq-sp-lead-txt {
    font-size: 18px;
    line-height: 1.9;
    color: #00afec;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    .aq-sp-mv-main {
        padding-top: 60px;
        /*padding-bottom: 60px;*/
    }
    .aq-sp-mv-txt {
        /*position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0;*/
        padding: 0 50px;
        margin-top: -15%;
    }
    .aq-sp-mv-txt span {
        font-size: 29px;
        margin-bottom: 15px;
    }
    .aq-sp-mv-txt img {
        display: inline-block;
        max-height: 70px;
    }
    .aq-sp-lead {
        margin-top: 50px;
    }
    .aq-sp-lead-txt {
        font-size: 20px;
        text-align: center;
    }
}

/* inlink */
.aq-sp-inlink {
    padding: 30px 20px;
}
.aq-sp-inlink-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.aq-sp-inlink-links a {
}
.aq-sp-inlink-links a > div:first-child {
    background-color: #000;
    padding: 5px;
    text-align: center;

}
.aq-sp-inlink-links a > div:first-child p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.aq-sp-inlink-links a > div:first-child p span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
}
.aq-sp-inlink-links a > div:last-child {
    position: relative;
    background-color: #e9ddcd;
    padding: 5px 30px 5px 10px;
}
.aq-sp-inlink-links a > div:last-child::before,
.aq-sp-inlink-links a > div:last-child::after {
    position: absolute;
    display: inline-block;
    content: '';
}
.aq-sp-inlink-links a > div:last-child::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    right: 5px;
    top: calc(50% - 10px);
}
.aq-sp-inlink-links a > div:last-child::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    right: 13px;
    top: calc(50% - 4px);
}
.aq-sp-inlink-links a > div:last-child p {
    font-size: 23px;
    font-weight: bold;
}


@media screen and (min-width: 768px) {
    .aq-sp-inlink {
        padding: 50px 40px;
    }
    .aq-sp-inlink-links a {
        display: flex;
    }
    .aq-sp-inlink-links a > div:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .aq-sp-inlink-links a > div:first-child p {
        font-size: 23px;
    }
    .aq-sp-inlink-links a > div:first-child p span {
        font-size: 35px;
    }
    .aq-sp-inlink-links a > div:last-child {
        width: calc(100% - 170px);
        padding-left: 30px;
        padding-right: 60px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        flex-grow: 1;
    }
    .aq-sp-inlink-links a > div:last-child::before {
        width: 40px;
        height: 40px;
        right: 10px;
        top: calc(50% - 20px);
    }
    .aq-sp-inlink-links a > div:last-child::after {
        width: 13px;
        height: 13px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 26px;
        top: calc(50% - 7px);
    }
    .aq-sp-inlink-links a > div:last-child p {
        font-size: 28px;
        text-align: left;
    }
}

/* CHECK1 */
#CHECK1 {
    scroll-margin-top: 16px;
    padding-bottom: 40px;
}
#CHECK2 {
    scroll-margin-top: 16px;
}
.aq-sp-section-body {
    overflow-x: hidden;
}
.aq-sp-section-title {
    background-color: #005fdc;
    padding: 10px 10px 30px;
    display: flex;
    flex-direction: column;
}
.aq-sp-section-title > div:first-child {
    text-align: center;
}
.aq-sp-section-title > div:first-child img {
    display: inline-block;
    width: 100px;
    transform: translateY(-26px);
}
.aq-sp-section-title p {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    color: #5bdcff;
}
.aq-sp-section-title h2 {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.aq-sp-check1-bg {
    background-color: #f0f0f0;
}
.aq-sp-check1-bg h3 {
    font-size: 23px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #007dbe;
    text-align: center;
    border-bottom: 2px solid currentColor;
}
.aq-sp-check1-bg p {
    font-size: 18px;
    line-height: 1.75;
    font-feature-settings: 'palt';
}
.aq-sp-check1-img > div:last-child {
    padding: 20px 15px;
}
@media screen and (min-width: 768px) {
    #CHECK1 {
        padding-bottom: 60px;
    }
    .aq-sp-section-title {
        padding: 0 55px;
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }
    #CHECK2 .aq-sp-section-title {
        gap: 10px;
    }
    .aq-sp-section-title > div:first-child {
        width: 145px;
        flex-shrink: 0;
        flex-grow: 0;
        align-self: flex-start;
    }
    .aq-sp-section-title > div:first-child img {
        width: 100%;
        transform: translateY(-16px);
    }
    .aq-sp-section-title p {
        font-size: 30px;
        text-align: center;
    }
    .aq-sp-section-title h2 {
        font-size: 35px;
        text-align: center;
    }
    .aq-sp-check1-bg h3 {
        font-size: 28px;
    }
    .aq-sp-check1-bg p {
        font-size: 20px;
        text-align: center;
    }
    .aq-sp-check1-img {
        max-width: 1100px;
        margin-inline: auto;
        display: flex;
        justify-content: space-between;
    }
    .aq-sp-check1-img > div:first-child {
        width: 48.272727272727273%;
        max-width: 531px;
    }
    .aq-sp-check1-img > div:last-child {
        padding: 4.5% 0 0 0;
        width: 47%;
        max-width: 517px;
    }
}


/* CHECK 2 */
.aq-sp-check2-box1 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-feature-settings: 'palt';
}
.aq-sp-check2-box1 > div {
    padding: 25px 15px 20px;
}
.aq-sp-check2-box1 > div.__oled {
    background-color: #e2e2ff;
}
.aq-sp-check2-box1 > div.__miniled {
    background-color: #ffe8db;
}
.aq-sp-check2-box1 .__svg-01 {
    width: 40%;
    margin-inline: auto;
}
.aq-sp-check2-box1 .__svg-02 {
    width: 100%;
    margin-inline: auto;
}
.aq-sp-check2-box1 .__img-01 {
    width: 50%;
    margin-inline: auto;
}
.aq-sp-check2-box1 .__img-04 {
    width: 52%;
    margin-inline: auto;
}
.aq-sp-check2-box1 .__text01 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.875;
}
.aq-sp-check2-box1 .__text02 {
    font-size: 14px;
    line-height: 1.75;
}
.aq-sp-check2-box1 .__oled .__text01 strong {
    color: #8500cd;
}
.aq-sp-check2-box1 .__miniled .__text01 strong {
    color: #e35500;
}
.aq-sp-check2-box2 {
    display: flex;
    justify-content: space-between;
}
.aq-sp-check2-box2 > div {
    width: 48%;
}

.aq-sp-check2-labels-wrapper {
    max-width: 914px;
    margin-inline: auto;
}
.aq-sp-check2-labels {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    justify-content: space-evenly;
    padding-bottom: 8.21%;
}
.aq-sp-check2-labels-wrapper label {
    position: relative;
    cursor: pointer;
}
.aq-sp-check2-labels-wrapper label .__on {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
.aq-sp-check2-labels-wrapper label .__hover {
    display: none;
    position: absolute;
    width: 36.69065%;
    height: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 11.5108%;
}
.aq-sp-check2-labels-wrapper label:hover .__on {
    display: inline;
}
#aqSpChk01:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk01"],
#aqSpChk02:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk02"],
#aqSpChk03:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk03"] {
    z-index: 2;
}
#aqSpChk01:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk01"] .__on,
#aqSpChk01:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk01"] .__hover,
#aqSpChk02:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk02"] .__on,
#aqSpChk02:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk02"] .__hover,
#aqSpChk03:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk03"] .__on,
#aqSpChk03:checked ~ .aq-sp-check2-labels-wrapper label[for="aqSpChk03"] .__hover {
    display: inline;
}

.aq-sp-check2-genres-wrapper {
    position: relative;
    max-width: 1152px;
    margin-inline: auto;
}
.aq-sp-check2-genres {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 10px));
    justify-content: space-around;
    row-gap: 10px;
    padding-top: 6.6%;
    padding-bottom: 8.94%;
}

.aq-sp-check2-bg {
    display: none;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
}
.aq-sp-check2-bg.__bg01 {
    left: 0;
}
.aq-sp-check2-bg.__bg02 {
    left: 50%;
    transform: translateX(-50%);
}
.aq-sp-check2-bg.__bg03 {
    right: 0;
}
#aqSpChk01:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-bg.__bg01,
#aqSpChk02:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-bg.__bg02,
#aqSpChk03:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-bg.__bg03 {
    display: inline-block;
}

.aq-sp-check2-links-wrapper {
    max-width: 1152px;
    margin-inline: auto;
}
.aq-sp-check2-links {
    display: flex;
    justify-content: space-between;
}
.aq-sp-check2-links > div {
    display: none;
    width: calc(50% - 10px);
}
.aq-sp-check2-links > div:first-child {
    display: block;
    visibility: hidden;
}
#aqSpChk01:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div.__link01,
#aqSpChk02:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div.__link02,
#aqSpChk03:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div.__link03 {
    display: block;
    visibility: visible;
}
#aqSpChk02:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div:first-child {
    display: none;
}

@media screen and (min-width: 768px) {
    .aq-sp-check2-box1 {
        flex-direction: row;
        gap: 2px;
    }
    .aq-sp-check2-box1 > div {
        box-sizing: border-box;
        flex-basis: 49.916666666666667%;
        padding: 40px 35px 50px;
    }
    .aq-sp-check2-box1 > div.__oled {
        padding-left: 50px;
    }
    .aq-sp-check2-box1 > div.__miniled {
        padding-right: 50px;
    }
    .aq-sp-check2-box1 .__svg-01 {
        width: 30.21703%;
        max-width: 181px;
    }
    .aq-sp-check2-box1 .__svg-02 {
        width: 85.4758%;
        max-width: 512px;
    }
    .aq-sp-check2-box1 .__img-01 {
        width: 42.570952%;
        max-width: 255px;
    }
    .aq-sp-check2-box1 .__img-04 {
        width: 44.07346%;
        max-width: 264px;
    }
    .aq-sp-check2-box1 .__text01 {
        font-size: 16px;
    }
    .aq-sp-check2-box1 .__text02 {
        font-size: 16px;
    }
    .aq-sp-check2-box2 > div {
        width: 45.8984375%;
        max-width: 235px;
    }

    .aq-sp-check2-labels {
        grid-template-columns: repeat(3, calc((100% - 80px) / 3));
    }

    .aq-sp-check2-genres {
        grid-template-columns: repeat(4, calc(25% - 60px));
        row-gap: 50px;
    }

    .aq-sp-check2-links > div {
        display: block;
        visibility: hidden;
        width: calc(25% - 28px);
        max-width: 257px;
    }
    #aqSpChk01:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div.__link01,
    #aqSpChk02:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div.__link02,
    #aqSpChk03:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div.__link03 {
        display: block;
        visibility: visible;
    }
    #aqSpChk02:checked ~ .aq-sp-check2-links-wrapper .aq-sp-check2-links > div:first-child {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #aqSpChk01:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres,
    #aqSpChk02:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres,
    #aqSpChk03:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres {
        grid-template-columns: repeat(2, calc(50% - 20px));
        padding-top: 12%;
        padding-bottom: 20%;
    }
    #aqSpChk01:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(3),
    #aqSpChk01:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(4),
    #aqSpChk01:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(7),
    #aqSpChk01:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(8) {
        display: none;
    }
    #aqSpChk02:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(1),
    #aqSpChk02:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(4),
    #aqSpChk02:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(5),
    #aqSpChk02:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(8) {
        display: none;
    }
    #aqSpChk03:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(1),
    #aqSpChk03:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(2),
    #aqSpChk03:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(5),
    #aqSpChk03:checked ~ .aq-sp-check2-genres-wrapper .aq-sp-check2-genres > div:nth-child(6) {
        display: none;
    }
}