@charset "utf-8";

body {
    color: #fff;
    background-color: black;
    font-size: 18px;
    font-family: sans-serif;
    line-height: 2em;
    letter-spacing: 0;
    overflow-x: hidden;
}

.inner {
    max-width: 1200px;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

img {
    height: auto;
    vertical-align: bottom;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}


h2.sec-title {
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    font-size: 32px;
    margin-bottom: 8%;
}

/* Navbar & Navmenu color */
:root {
    --background-navbar: rgba(130, 29, 255, 0.98);
}

.header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 5px;
    top: 0;
}

/* Nav items */
.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.menu li {
    border-top: 1px solid rgb(255, 255, 255);
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
    background: #fff;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navbar Text */
.navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
}


.logo {
    width: 125px;
}




/* main */

.maincontent {
    position: relative;
}


.smn {
    text-align: center;
}

.smn img {
    width: 100%;
    border: 1px solid #70ffa9;
    margin: 15px 0;
}



h1 {
    width: 225px;
    color: #70ffa9;
    background-color: #000;
    border: 3px solid #70ffa9;
    padding: 12px 22px;
    position: absolute;
    top: -30px;
    left: 17px;
    z-index: 1;
    font-weight: bold;
}


span {
    color: #70ffa9;
    font-weight: bold;
}

span.text {
    color: #821dff;
}

.post {
    border: 3px solid #70ffa9;
    padding: 13% 4%;
    position: relative;
    margin-top: 33%;
}



#ez-toc-container {
    margin: 80px auto;
    border: 1px solid #70ffa9;
    width: 66%;
    padding: 50px 40px 40px;
    color: #70ffa9;
    position: relative;
}

.ez-toc-title {
    width: 86px;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #70ffa9;
    background-color: #000;
    text-align: center;
    position: absolute;
    top: -18%;
    left: 30%;
}

.ez-toc-title::before {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 50px;
    color: rgb(106, 255, 183);
    content: "TOC";
    position: absolute;
    top: 70%;
    left: 172%;
    transform: rotate(90deg);
    z-index: -2;
    letter-spacing: 0.07em;
}

.contents h2 {
    font-size: 30px;
    color: #70ffa9;
    font-weight: bold;
    position: relative;
    margin: 80px 25px 35px;
}

.contents h2::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 56px;
    background-color: #70ffa9;
    position: absolute;
    top: -8px;
    left: -25px;
}

.contents {
    margin-top: 20px;
}

.comment-form-author {
    margin-bottom: 30px;
}

.text {
    margin-top: 50px;
}

.rinen {
    font-weight: bold;
    margin-left: 11px;
}

.naiyo {
    margin-bottom: 30px;
}

.naiyo2 {
    margin: 30px 0;
}

.gaiyo {
    font-size: 15px;
    color: #70ffa9;
    border: 3px solid #70ffa9;
    margin-top: 50px;
}

.gaiyo p {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 15px;
}

dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

dt {
    width: 30%;
    padding-bottom: 20px;
    /* margin-bottom: 10px; */
    font-weight: bold;
    border-bottom: 1px solid #70ffa9;
    text-align: center;
}

dd {
    width: 70%;
    padding-bottom: 20px;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #70ffa9;
    padding-left: 40px;
}



/* side */

.sidebar {
    width: none;
}


.form {
    width: 394px;
    border: 1px solid #70ffa9;
}

.content {
    color: #70ffa9;
    margin-top: 18px;

}


button[type="submit"] {
    display: block;
    border: 1px solid;
    padding: 12px 66px;
    color: #70ffa9;
    cursor: pointer;
    margin: 0 auto;
}

.comment {
    border: 3px solid #70ffa9;
    padding: 8% 4% 3%;
    width: 100%;
    margin-top: 20px;
}


.comment-form {
    color: #70ffa9;
}

.snsicon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 100px 0 20px;
}

.snsicon img {
    width: 30px;
}


/* side */
aside {
    width: auto;
    padding-top: 65px;
    background-color: #821dff;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

/*フォーム全体を中央へ*/
#searchform {
    display: flex;
    justify-content: center;
    height: 50px;
}

#sbox2 {
    width: 250px;
    padding: 10px 5px;
    color: #000;
    background: #fff;
    border: 2px solid #70ffa9;
    /*枠線の指定*/
    border-right: none;
    /*枠線の右側だけ削除*/
    outline: 0;
    font-size: 15px;
}

/*検索ボタン*/
#sbtn2 {
    width: 60px;
    padding: 10px 5px;
    background: #70ffa9;
    border: none;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding: 0 22px;
}

button#sbtn2 {
    margin: 0;
}

#sbtn2:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

aside .sec-title {
    color: #70ffa9;
    font-size: 28px;
    margin: 47px 32px;
    text-align: center;
}

.prf .sec-title {
    color: #70ffa9;
    font-size: 28px;
    padding-top: 47px;
    text-align: center;
}

.category-list {
    margin: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 20px;
    list-style: none;
}

.category-list li {
    width: 180px;
}


.aechive-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 90px;
}

.aechive-list li {
    width: 100%;
    text-align: center;
}


.cat-item {
    background: #ffffff;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    padding: 10px;
    text-align: center;
}

.cat-item::after {
    background: #70ffa9;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.cat-item:hover {
    color: #821dff;
}

.cat-item:hover::after {
    transform: scale(1, 1);
}

.date {
    font-family: "Bebas Neue", sans-serif;
    width: 250px;
    font-size: 24px;

}

.thumdnail {
    border: 1px solid #70ffa9;
}

.thumdnail img {
    width: 100%;
}

ul .side-list {
    text-align: center;
}

.side-list {
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}


.side-list::before {
    background: #fff;
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    left: 25%;
    bottom: 0;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.side-list:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
}

.side-list ::before {
    transform-origin: center top;
}


.prf {
    text-align: center;
    background-color: #821dff;
    padding-bottom: 50px;
    margin-bottom: 100px;
    position: sticky;
    top: 90px;
}

.btn {
    display: inline-block;
    width: 250px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #821dff;
    background-color: #fff;
    box-shadow: 5px 5px 0px #70ffa9;
    transition: .3s;
    position: relative;
    margin-top: 30px;
}

.btn:hover {
    box-shadow: unset;
    transform: translate(4px, 4px);
}


.text-area img {
    position: absolute;
    top: 12px;
    left: 170px;
}

.spend {
    position: relative;
}

.spend::after {
    content: '\f1d8';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 25px;
    padding: 0 7px 0 0;
    position: absolute;
    top: 19%;
    left: 53%;
}

textarea {
    white-space: revert;
    width: 100%;
    padding: 5px;
}

textarea#comment {
    border: 1px solid #70ffa9;
}

input#name {
    -webkit-user-select: auto;
    width: 394px;
    padding: 5px;
}

input#email {
    -webkit-user-select: auto;
    width: 394px;
    padding: 5px;
}



.copyright {
    width: 100%;
    background: #821dff;
    text-align: center;
    padding: 46px 0 86px;
}

small {
    font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
}

.nav-page ul {
    display: flex;
    justify-content: space-between;
    color: #70ffa9;
    margin: 50px 0;
}

/* 目次 */
#ez-toc-container a,
#ez-toc-container a:visited {
    color: #fff;
}

div#ez-toc-container .ez-toc-title {
    font-size: 30px;
    text-align: center;
}

div#ez-toc-container {
    width: 69%;
    padding: 50px 36px 40px;
    border-radius: 0%;
}

.sns {
    width: 25px;
    height: 25px;
}


.snsicon {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.search-text {
    font-size: 42px;
    text-align: center;
}

#page_top {
    width: 65px;
    height: 65px;
    position: fixed;
    right: 30px;
    bottom: -100px;
    background: #821dff;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 99;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 50px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 3px;
    bottom: 0px;
    right: 0;
    left: 9px;
    margin: auto;
    text-align: center;
}

::selection {
    color: #fff;
    background-color: #3abec1;
}

@media(min-width:1244px) {


    .inner {
        display: flex;
        gap: 35px;
    }

    .top {
        width: 100%;
    }

    h1 {
        width: 585px;
        font-size: 34px;
        padding: 30px 50px;
        position: absolute;
        top: 110px;
        left: 40px;
        z-index: 1;
    }


    .sidebar {
        width: 25%;
    }

    aside {
        margin-top: 140px;
        padding: 40px 15px 95px;
    }


    .coments {
        width: 98%;
    }

    #sbox2 {
        width: 220px;
    }

    .text {
        margin: 25px;
    }

    textarea {
        white-space: revert;
        width: 100%;
    }

    .form {
        width: 800px;
    }

    .page {
        margin: 50px 0 100px;
    }


    div#ez-toc-container {
        width: 40%;
        padding: 50px 48px 40px;
    }

    .ez-toc-title {
        left: 36%;
    }

    .ez-toc-title::before {
        font-size: 50px;
        top: 70%;
        left: 215%;
    }

    .nav-page ul {
        display: flex;
        justify-content: space-between;
        color: #70ffa9;
        margin: 50px;
    }

    .post {
        margin-top: 18%;
    }

    #page_top {
        width: 100px;
        height: 100px;
        right: 30px;
        bottom: -100px;
        z-index: 99;
    }

    #page_top a::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f102';
        font-size: 70px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -5px;
        bottom: -40px;
        right: 0;
        left: 28px;
        margin: auto;
        text-align: center;
    }
}