.spDisplay {
    display: none;
}

@media screen and (max-width: 900px) {
    .pcDisplay {
        display: none;
    }

    .spDisplay {
        display: block;
    }
}

body {
    line-height: 2;
    background-color: #f9f9f9;
    color: #191a1c;
    font-size: 16px;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    animation: loading 1.5s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a {
    border-bottom: 1px solid;
}

a:hover,
button:hover {
    opacity: 0.65;
    transition: all 0.25s ease-in-out;
}

img {
    pointer-events: none;
}

main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width: 900px) {
    main {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}

.mainWrap {
    margin-top: 40px;
}

@media screen and (max-width: 900px) {
    .mainWrap {
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }
}

nav {
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 64px;
}

nav::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: conic-gradient(#f9f9f9 0deg 90deg, #ffffff 90deg 180deg, #f9f9f9 180deg 270deg, #ffffff 270deg 360deg);
    background-size: 30px 30px;
    z-index: -1;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

nav ul li a {
    position: relative;
    display: block;
    border: 2px solid #191a1c;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    padding: 8px;
    box-shadow: 0 4px #191a1c;
    transition: .2s;
}

nav ul li a:hover {
    transform: translateY(4px);
    box-shadow: 0 0 #191a1c;
    opacity: 1;
}



@media screen and (max-width: 900px) {
    nav {
        margin-top: 24px;
        margin-bottom: 24px;
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    nav ul {
        position: relative;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 16px 8px;
        width: 100%;
        padding-top: 0;
    }

    nav ul li {
        width: auto;
    }

    nav ul li a {
        font-size: 14px;
    }

}

.topKV {
    margin: 16px auto 80px;
    pointer-events: none;
}

.topKV img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .topKV {
        margin: 0 auto 40px;
    }
}

.leadArea {
    position: relative;
    text-align: center;
    padding-bottom: 48px;
}


@media screen and (max-width: 900px) {
    .leadArea {
        padding: 0 16px 24px;
    }
}


h1 {
    line-height: 1.4;
    font-size: 40px;
    margin-bottom: 24px;
}

h1 .h1Title {
    font-size: 48px;
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 24px;
        margin-top: 0;
    }

    h1 .h1Title {
        font-size: 32px;
    }
}

h2 {
    position: relative;
    border-bottom: 5px double#191a1c;
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}


h3 {
    position: relative;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 8px;
    padding-left: 24px;
}

h3::before {
    position: absolute;
    content: "↓";
    display: inline-block;
    top: 2px;
    left: 0;
    font-size: 24px;
}


.topText {
    margin-top: 24px;
}

.centerText {
    text-align: center;
    margin-top: 24px;
}

@media screen and (max-width: 900px) {
    .centerText {
        text-align: left;
    }
}

.noteText01 {
    font-size: 14px;
}

@media screen and (max-width: 900px) {
    .noteText01 {
        margin-top: 16px;
    }
}

article {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

section {
    position: relative;
    padding: 40px 0 48px;
}

@media screen and (max-width: 900px) {
    section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.pagetopLink {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 10;
}

.pagetopLink a {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border: 2px solid #191a1c;
    border-radius: 32px;
    background-color: #ffffff;
    box-shadow: 0 4px #191a1c;
    line-height: 1;
    transition: .2s;
}

.pagetopLink a:hover {
    opacity: 1;
    transform: translateY(4px);
    box-shadow: 0 0 #191a1c;
}


.contentsType01 {
    display: flex;
    align-items: center;
    background-color: #191a1c;
    border: 6px double #ffffff;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 24px;
}

.contentsType01 .img {
    max-width: 350px;
}

.contentsType01 .img img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .contentsType01 .img img {
        max-height: 350px;
    }
}

.contentsType01 dl {
    width: 100%;
    flex: 1;
    padding: 16px;
}

.contentsType01 dl dt {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}
.contentsType01 dl dt::before {
    content: ">";
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.contentsType01 dl dd {
    position: relative;
    display: block;
    line-height: 1.4;
    padding-left: 20px;
}

@media screen and (max-width: 900px) {
    .contentsType01 {
        flex-direction: column;
        gap: 24px;
        padding: 24px 16px 16px;
    }
    .contentsType01 dl {
        padding: 0;
    }

    .contentsType01 dl dd {
        margin-bottom: 8px;
    }
}

.imgContents img {
    width: 100%;
    margin: 24px auto;
}

.textList {
    list-style-type: disc;
    margin-left: 24px;
}

.listType01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.listType01 .item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(33% - 14px);
    background-color: #191a1c;
    border: 6px double #ffffff;
    color: #ffffff;
}
.listType01 .textArea{
    flex: 1;
    padding-right: 16px;
}


@media screen and (max-width: 900px) {
    .listType01 {
        gap: 24px;
    }

    .listType01 .icon {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .listType01 .item {
        width: 100%;
    }
}

.listType01 .icon {
    max-width: 150px;
    overflow: hidden;
}

.listType01 .icon img {
    width: 100%;
}

.listType01 .text01 {
    line-height: 1.4;
    font-size: 24px;
    margin: 8px 0;
}

.listType01 .link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.6;
    gap: 2px 16px;
    font-size: 14px;
}

.listType02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.listType02 .item {
    width: calc(25% - 16px);
    background-color: #ffffff;
    border: 6px double #191a1c;
    border-radius: 8px;
    padding: 16px 16px 20px;
}

@media screen and (max-width: 900px) {
    .listType02 {
        gap: 8px;
    }

    .listType02 .item {
        width: 100%;
    }
}

.listType02 .link {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 16px;
    line-height: 1.6;
    font-size: 14px;
    margin-top: 8px;
}

.listType02 .text01 {
    line-height: 1.4;
    font-size: 24px;
}

.buttonArea01 {
    width: 450px;
    margin: 40px auto 0;
}

.buttonArea01 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    border: 2px solid #191a1c;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 4px #191a1c;
    line-height: 1.2;
    font-size: 24px;
    transition: .5s;
}

.buttonArea01 a:hover {
    transform: translateY(4px);
    box-shadow: 0 0 #191a1c;
    opacity: 1;
}

.buttonArea01 a::after {
    position: absolute;
    content: "→";
    display: block;
    top: calc(50% - 12px);
    right: 16px;
    font-size: 24px;
}

@media screen and (max-width: 900px) {
    .buttonArea01 {
        width: 100%;
    }

    .buttonArea01 a {
        font-size: 16px;
    }
}

.tableWrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tableWrap table {
    width: 100%;
    font-size: 16px;
}

.tableWrap table th {
    background-color: #191a1c;
    color: #ffffff;
    font-weight: 400;
    padding: 8px;
}

.tableWrap table tr:nth-child(even) {
    background-color: #ffffff;
}

.tableWrap table td {
    padding: 8px;
}


@media screen and (max-width: 900px) {
    .tableWrap {
        overflow-x: scroll;
        font-size: 16px;
        padding-bottom: 16px;
    }

    .tableWrap table {
        width: 900px;
    }
}

.tableWrap02 {
    margin: 24px auto;
}

.tableWrap02 table {
    width: 100%;
    font-size: 16px;
}

.tableWrap02 table td {
    padding-top: 8px;
    padding-right: 8px;
}

.tableWrap02 table td:first-child {
    text-align: right;
}

.umekomiWrap {
    text-align: center;
}

.umekomi_youtube {
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16 / 9;
    margin: 24px auto;
}

.umekomi_twitter {
    max-width: 500px;
    margin: 16px auto;
}

footer {
    position: relative;
    background-color: #191a1c;
    color: #ffffff;
    text-align: center;
    margin-top: 64px;
    padding: 20px;
}

footer::before{
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: conic-gradient(#f9f9f9 0deg 90deg, #191a1c 90deg 180deg, #f9f9f9 180deg 270deg, #191a1c 270deg 360deg);
    background-size: 30px 30px;
    z-index: -1;
}


@media screen and (max-width: 900px) {
    footer {
        font-size: 16px;
    }

    footer .noteText01 {
        font-size: 12px;
        margin-top: 0;
    }
}