.spDisplay {
    display: none;
}

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

    .spDisplay {
        display: block;
    }
}

body {
    line-height: 2;
    background-color: #222222;
    color: #ffffff;
    font-size: 18px;
    font-family: "Noto Serif JP", 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;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

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

nav {
    position: relative;
    width: 100%;
}

nav ul {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    padding-top: 56px;
}

nav ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
}

nav ul li a::after {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 3px);
    left: 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
    nav {
        margin-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    nav ul {
        position: relative;
        justify-content: center;
        flex-direction: row;
        gap: 8px 16px;
        padding-top: 0;
    }

}

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

.topKV img {
    width: 100%;
}

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

.leadArea {
    position: relative;
    padding-top: 64px;
    padding-bottom: 48px;
}

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


h1 {
    line-height: 1.4;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom:  24px;
}

h1 .h1Title {
    font-size: 36px;
    font-weight: 900;
}

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

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

h2 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 8px;
}

h2::after {
    position: absolute;
    display: block;
    content: "";
    left: calc(50% - 150px);
    bottom: 0;
    width: 300px;
    height: 4px;
    background-color: #ffffff;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}

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

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

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

.noteText01 {
    font-size: 14px;
    text-align: center;
}

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

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

section {
    position: relative;
    padding: 40px 24px 48px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

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

.pagetopLink {
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-top: 80px;
}

.pagetopLink a::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    left: 2px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    margin-right: 14px;
}

.sectionWrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contentsType01 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 24px;
}

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

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

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

.contentsType01 dl {
    width: 100%;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
}

.contentsType01 dl dt {
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.contentsType01 dl dd {
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .contentsType01 {
        flex-direction: column;
        gap: 24px;
    }

    .contentsType01 dl {
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .contentsType01 dl dt {
        border-bottom: none;
        padding: 0;
    }

    .contentsType01 dl dd {
        font-size: 16px;
        padding: 0;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }
}

.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: 48px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.listType01 .item {
    width: calc(25% - 40px);
}


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

    .listType01 .item {
        width: calc(50% - 24px);
    }
}

.listType01 .icon {
    border-radius: 50%;
    overflow: hidden;
}

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

.listType01 .text01 {
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin: 8px 0;
}

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

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

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

@media screen and (max-width: 768px) {
    .listType02 {
        flex-direction: column;
        gap: 16px;
    }

    .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.2;
    font-weight: 600;
}

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

.buttonArea01 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    background: transparent;
    line-height: 1.2;
    transition: .5s;
}

.buttonArea01 a:hover {
    transform: scale(1.05);
}

.buttonArea01 a::after {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 4px);
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}

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

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

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

.tableWrap table tr {
    border-bottom: 1px solid rgba(255,255,255,.6);
}

.tableWrap table td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
}

.tableWrap table td:last-child {
    padding-right: 0;
}

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

    .tableWrap table {
        width: 768px;
    }
}
.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 {
    background-color: #191a1c;
    color: #ffffff;
    text-align: center;
    margin-top: 64px;
    padding: 20px;
}


@media screen and (max-width: 768px) {
    footer {
        font-size: 16px;
    }
    
    footer .noteText01 {
        font-size: 12px;
        margin-top: 0;
    }
}