@charset "utf-8";


/*-------------------------------*/
/*body*/


html {
    scroll-behavior: smooth;
}
body {
    background-color: #000;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*
    animation: start 3s linear 1s;
    animation: start 4s;
    animation-duration: 1;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    */
}


.inner {
    max-width: 980px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all 0.5s;
}

h2,h1{
        max-height: 360px;
}

h2 {
    font-size: 36px;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 100px;
    overflow-wrap: break-word;
}

.posts h2{
    overflow: scroll;
}

.logo{
    margin-left: 10%;
    display: flex;
    margin-top: 100px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
    align-items: baseline;
}

.mainvisual .logo{
    margin-top: 40px;
}

.logo span {
    display: flex;
    align-items: center;
    font-size: 58px;
}
.Y-O{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: #EAFF00 double 10px;
    transition: all 0.5s;
    animation: start linear 3s infinite;
}

a img:hover{
    transform: scale(110%);
}

.wp-block-list li{
    list-style-type: circle;
}
.document a{
    color: #EAFF00;
}

/*-------------------------------*/
/*pagetop*/

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tag{
    margin-top: 50px;
}


/*-------------------------------*/
/* ハンバーガーバー、メニュー */

.menu {
    position: fixed;
    top: -10%;
    
    width: 50%;
    height: 120%;
    right: -120%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease;
    
    padding: 80px 0 80px 100px;
    box-sizing: border-box;
    z-index: 10;
}

.menu a {
    transition: all 1s;
}

.menu a:hover {
    background-color: #bbbb9a;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 200px;
}

.menu a {
    padding: 20px 0;
    border-bottom: 1px solid #444;
    color: #333;
    text-decoration: none;
    display: block;
}


/* ボタンのスタイル */
.hamburger {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    cursor: pointer;
    z-index: 20;
}

.hamburger_back {
    position: fixed;
    top: -40px;
    right: -40px;
    width: 30px;
    cursor: pointer;
    background-color: #8F8F8F;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    transition: 0.4s;
}

.hamburger span {
    display: block;
    height: 4px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    margin: 10px 0;
    transition: 0.4s;
}



/*-------------------------------*/
/* index-mainvisual */

.mainvisual {
    height: 410px;
    margin-bottom: 180px;
    padding-top: 150px;
    background: url(../image/img/senro.png) repeat-x;
    background-position: bottom;
    background-size: 900px;
}

.mainvisual .inner{
    position: relative;
}

.mainvisual img {
    position: absolute;
    width: 400px;
    height: auto;
    right: 0;
    transition: all 0.5s;
    animation: dash 100s linear 1s;
    animation-fill-mode: forwards;
}

/*-------------------------------*/
/* new-slider */

.slider article {
    object-fit: cover;
    height: auto;
    margin-top: 40px;
}

.slider img {
    width: 80%;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    transition: all .6s;
}

.slider h3 {
    text-align: center;
    align-content: center;
    width: 80%;
    height: 60px;
    margin-top: 50px;
    border: #EAFF00 solid;
    margin-left: auto;
    margin-right: auto;
    transition: all .6s;
    border-radius: 10px;
}


.dots-wrap {
    display: flex;
    justify-content: center;
    height: 0;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 5% 5%;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: coral;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slider h3:hover {
    background-color: #94a101;
    color: #000;
    border: #94a101;
}



/*-------------------------------*/
/*blog-link*/
.blog-link {
    margin-top: 260px;
}

.blog-link .inner{
    display: grid;
    column-gap: 10%;
    row-gap: 50px;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
}


.blog-link article{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.link {
    position: relative;
    display: grid;
    text-align: left;
    row-gap: 10px;
    grid-auto-flow: row;
    grid-template-columns: 1fr auto;
    color: #000;
    background-color: #D0D0D0;
    padding-bottom: 20px;
    border-radius: 25px;
    transition: all 0.5s;
}

.link img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.link img:hover{
    border-radius: 25px;
}



.link-img:hover {
    background-color: #3f3f3f;
    transform: rotate(720deg);
}

.link-img {
    width: 20%;
    border-radius: 50%;
    transition: all 1s;
    margin-top: 40px;
}



.topic-time {
    writing-mode: vertical-rl;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s;
    border-left: #D0D0D0 solid;
}

.link h3 {
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    margin-top: 25px;
    margin-left: 30px;
    transition: all 0.5s;
}
.link h3:hover,
.post-link h2:hover{
    color:#3f3f3f;

}

.info {
    text-align: left;
    height: 150px;
    overflow: hidden;
    border-radius: 15px;
    padding: 1rem;
    border: #8F8F8F solid;
    margin: 40px auto 0 auto;
    transition: 0.4s;
}
.info:hover{
    border: #EAFF00 solid;
}

.nav-links{
    width: 80%;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border: #EAFF00 solid 2px;
    border-radius: 15px;
    text-align: center;
    margin-top: 100px;
    padding: 50px 100px;
}

.nav-links a,
.page-numbers.current{
    display: block;
    align-content: center;
    border-radius: 50%;
    background-color: #8F8F8F;
    aspect-ratio: 1;
    width: 105%;
    height: auto;

    transition: all 0.5s;
}

.page-numbers.current{
    background-color: #333;
}
.page-numbers{
align-content: center;
}

.nav-links a:hover{
    background-color: #444;
}

.topic-category a {
    display: inline-block;

    padding: 3%;
    border-radius: 30px;
    background-color: #8F8F8F;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.topic-category {
    text-align: left;
    color: #fff;
}

.topic-category a:hover {
    background-color: #444;
}



/*-------------------------------*/
/*posts*/

.post-link{
    position: relative;
}
.posts {
    display: grid;
    column-gap: 10%;
    row-gap: 50px;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
}

.posts {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3%;
    text-align: left;
}

.posts h2 {
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s;
}

.post-title {
    margin-bottom: 0;
    font-size: 28px;
}

.posts article {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.post-info {
    height: 80px;
    padding: 3%;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    border: #848383 solid;
    margin-bottom: 50px;
    transition: all 0.4s;
    min-width: 0;
}

.post-time {
    text-align: left;
}

.posts h2 {
    text-align: left;
}
.post-info:hover {
    border: #EAFF00 solid;
}

.topic-category{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}


.posts img {
    width: 100%;
    height: 150px;
    object-fit: cover;
border-radius: 25px;
}

.posts .link p {
    writing-mode: horizontal-tb;
}

.posts h2 {
    height: 60px;
}

.posts .topic {
    height: 80px;
}



/*-------------------------------*/
/*CATEGORY*/



.category {
    margin-top: 150px;
}

.syumi {
    bottom: 0;
    margin-top: 20%;
}

.cslider img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    transition: all .6s;
}

.cslider a {
    height: auto;
}

/*-------------------------------*/
/*自己紹介*/

.about img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-bottom: 30px;
}

.about {
    margin: auto;
    background-color: #D0D0D0;
    color: #000;
    margin: 150px 0;
    padding: 50px 0;
}

.about .inner {
    text-align: center;
}

/*-------------------------------*/
/*カテゴリーの一覧*/

.categoryarrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    background-color: #FFF;
    transform: translateY(-20%) rotate(135deg);
    margin-left: 38%;
    transition: all 0.2s;
}

#toggleBtn {
    height: 50px;
    width: 50px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    text-align: center;
    display: inline-block;
    transition: transform 0.4s ease;
    
    cursor: pointer;
    font-size: 24px;
    user-select: none;
}

#toggleBtn.rotated {
    transform: rotate(180deg);
    
}

#shelfBox {
    display: flex;
    max-height: 0;
    
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    background: #f0f0f0;
    padding: 0 1rem;
    
    justify-content: space-between;
    margin-bottom: 50px;
}

#shelfBox.show {
    max-height: 500px;
    
    padding: 1rem;
}

/*-------------------------------*/
/*footer*/

.sns ul {
    width: 70%;
    margin-top: 50px;
    display: grid;
    grid-auto-flow: column;
    column-gap: 25px;
    margin-left: auto;
    margin-right: auto;
}

.sns img {
    width: 90px;
    height: auto;
}
.article-all{
    border: #EAFF00 solid;

}

.position ul {
    margin: 75px 0 100px;
    display: grid;
    grid-auto-flow: column;
    column-gap: 5%;
    row-gap: 25px;
    grid-template-rows: repeat(3, 1fr);
}

.array {
    margin: 75px 0 100px;
    padding: 30px 0;
    display: grid;
    row-gap: 50px;
    column-gap: 5%;
    grid-auto-flow: row;
    width: 49.5%;
    height: 340px;
    
    grid-auto-rows: minmax(50px, auto);
    
    grid-template-columns: repeat(2, 1fr);
    overflow: scroll;
    border-top: #8F8F8F solid;
    border-bottom: #8F8F8F solid;
    color: #000;
}
.array a{
    background-color: #D0D0D0;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    text-align: center;
    align-content: center;
}

.array h3{
    font-size: 28px;
}



.position a,
.array a,
.article-all {
    transition: all 1s;
    padding: 10px;
    border-radius: 5px;
}

.position a:hover,
.array a:hover,
.article-all:hover {
    background-color: #EAFF00;

color: #000;}

footer {
    text-align: center;
    margin-bottom: 65px;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*single*/
/*top*/

.single-links {
    width: 80%;
    display: grid;
    position: relative;
    grid-auto-flow: column;
    justify-content: space-between;
    column-gap: 5%;
    margin-left: auto;
    margin-right: auto;
    border: #EAFF00 solid 2px;
    border-radius: 15px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 50px 5%;
}

.category-tag {
    display: flex;
    overflow: scroll;
    height: 200px;
    padding: 3%;
    border-radius: 15px;
    border: #848383 solid;
    flex-wrap: wrap;
    column-gap: 4px;
    transition: all 0.2s;
    margin: 50px 10%;
}

.category-tag text{
    align-content:baseline;
}

.category-tag a{
    display: block;
    transition: all 0.5s;
    border-bottom: #000 solid;

    }
.category-tag a:hover{
    color: #EAFF00;
}


.single-links a
{
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    text-align: left;
}



.breadcrumbs{
    margin-left: 10%;
    margin-top: 30px;
}

.post-time{
    align-content: center;
    color: #848383;
    padding-left: 10%;
}
.posts .post-time{
    padding-left: 0;
}
.nav-previous a,
.nav-next a {
    position: relative;
    text-align: center;
    align-content: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.nav-previous,
.nav-next{
    border: #848383 solid;
    border-radius: 5px;
}


.nav-previous a:hover,
.nav-next a:hover {
    color: transparent;
}
.nav-previous,.nav-next{
    border: none;
}


.nav-previous a:hover::after
,.nav-next a:hover::after {
    position: absolute;
    color: #EAFF00;
    padding: 10px;
    border: #848383 solid;
    border-radius: 5px;
    top: 0;
}
.nav-next a:hover::after{
    content: "Next";
    right: 0;
}
.nav-previous a:hover::after{
    content: "Back";
    left: 0;
}

/*-------------------------------*/
/*トップイメージ*/

.img-frame {
    margin: 5%;
    position: absolute;
    width: 50%;
    aspect-ratio: 1;
    padding: 5%;
    border: #8F8F8F solid;
    border-radius: 50%;
    position: relative;
    animation: guruguru 40s linear 1s infinite;
    transition: all .6s;
}

#top-image {
    object-fit: cover;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 50%;
    animation: -guruguru 40s linear 1s infinite;
}


.img-frame::after {
    content: "";
    position: absolute;
    width: 10%;
    aspect-ratio: 1;
    right: 8%;
    border-radius: 50%;
    background-color: #D0D0D0;
}

/*-------------------------------*/
/*目次*/

.no_bullets{
    text-align: center;
    border: #848383 solid;
    border-radius: 25px;
    margin: 30px auto;
    padding: 5%;
}
.no_bullets ul{
    display: grid;
    margin-top: 10px;
    row-gap: 15px;
}
.toc_toggle{
    display: none;
}
.no_bullets li{
    text-align: left;
}
.no_bullets a{
    display: inline-block;
}

/*-------------------------------*/
/*ブログ本文*/

.document img{
        object-fit: cover;
        max-width: 70%;
        max-height: 500px;
        border-radius: 45px;
        transition: all 0.5s;

}
.document div{
    max-width: 100%;
}




.mainblog h1{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}

.mainblog h2
 {
    font-size: 36px;
    position: relative;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 25px;
    border-top: #EAFF00 solid;
}

.mainblog h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    border-bottom: #D0D0D0 solid;
    bottom: 0px;
    animation: shrinkLine ease-out 3s  1s infinite;
}

.mainblog h2{
    padding-left: 5%;
}

.document{
    display: grid;
    grid-auto-flow: row;
    row-gap: 50px;
    margin: 0 10%;
}
.contents{
    border-bottom: #EAFF00 solid 5px;
    border-top: #EAFF00 solid 5px;
    padding: 100px 0;
    margin: 100px 0;
}



/*-------------------------------*/
/*another*/

.another article {
    position: relative;
    width: 40%;
    border: #8F8F8F solid;
    border-radius: 50%;
    aspect-ratio: 1;
    text-align: center;
    margin-bottom: 50px;
}

.another .inner {
    display: flex;
    justify-content: space-between;
}

.another img {
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: all 0.5s;
}

.another .topic img {
    position: absolute;
    width: 60%;
    top: 37.5%;
    right: 10%;
}

.another h3 {
    margin-top: 20%;
    font-size: 24px;
}

.yazirusi img:hover {
    background-color: #8F8F8F;
    transform: rotate(720deg);
}

.another .yazirusi {
    width: 30%;
    position: absolute;
    bottom: 0;
    margin: auto;
    background-color: #000;
    border-radius: 50%;
    left: 0;
}

/*-------------------------------*/
/*comment*/

.no-comments{
    text-align: center;
}

.commentbox {
    margin: 120px 0;
    padding: 50px 10%;
    background-color: #333;
}

.comment {
    margin: 50px 0;
    padding: 10px 10%;
}
textarea{
    width: 100%;
    background-color: #FFF;
    color: #000;
    margin-bottom: 50px;
}

.commentbox h3{
    border-bottom: #FFF solid;
    margin-bottom: 50px;
}

label{
    display: block;
    margin: 50px 0;
}

.commets-list,form{
    padding: 50px;
    border: #8F8F8F solid;
    border-radius: 30px;
    margin-bottom: 100px;
}
#searchform{
    text-align: center;
    padding: 10px;
    margin-left: 10%;
    margin-right: 10%;
}
.search-result{
    margin-left: 10%;
    margin-bottom: 10px;

}

input[type="submit"] {
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

input[type="text"]{
        color: #000;
        background-color: #fff;
    }

.form-submit {
    text-align: right;
}


.p-commentArea__title {
    display: none;
}

/*-------------------------------*/
/*media*/


@media (max-width:800px) {

    .hamburger_back {
            position: fixed;
            top: -20px;
            right: -40px;
            width: 30px;
            cursor: pointer;
            background-color: #8F8F8F;
            height: 180px;
            width: 180px;
            border-radius: 50%;
            transition: 0.4s;
        }

    .hamburger {
    position: fixed;
    top: 50px;
    right: 30px;
    width: 50px;
    cursor: pointer;
    z-index: 20;
}

    .mainvisual img {
        max-width: 400px;
        margin-left: 20%;
        object-fit: cover;
        transition: all 0.5s;
        animation: dash 100s linear 1s;
        animation-fill-mode: forwards;
    }

    .menu {
        position: fixed;
        top: -10%;
        right: -100%;
        border-radius: 0;
        
        width: 100%;
        height: 80%;
        background-color: #fafad2;
        color: #333;
        transition: right 0.3s ease;
        
        padding: 20px;
        box-sizing: border-box;
        z-index: 10;

    }

    .slider{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider img{
        width: 70%;
    }

    .menu ul {
        margin-top: 250px;
    }

    .inner {
        width: 95%;
    }


        .blog-link .inner {
        display: block;
        width: 80%;
    }
    .blog-link article{
        margin-bottom: 50px;
    }

        .posts{
        grid-template-columns: repeat(3, 1fr);
            }

    .nav-links{
        padding: 5%;
    }

    .about .inner {
        display: grid;
        grid-auto-flow: row;
    }

    .about img {
        margin: 0 auto 60px;
    }

    .position ul {
        grid-auto-flow: row;
    }

        .wp-block-image img {
        object-fit: cover;
        width: 100%;
        height: 250px;
        border-radius: 45px;
    }

 .mainblog article::after {
        content: "";
        right: 0;
        top: 105%;
        position: absolute;
        width: 120%;
        height: 100%;
    }

    .another .inner {
        display: block;
    }

    .another article {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .category{
        margin-left: 5%;
        margin-right: 5%;
    }


}
@media (max-width:500px) {
    .slider img{
                width: 100%;
                    height: 150px;
    }
    .logo{
        text-align: left;
        margin-left: 0;
    }
    .mainvisual .logo{
        text-align: center;
    }
    .array {
            grid-template-columns: repeat(1, 1fr);

        }
    .posts{
        grid-template-columns: repeat(2,1fr);
    }
    .post-info{
        display: none;
    }
    .topic-time{
        margin-left: 0;
        margin-right: 40px;
    }
}

@keyframes guruguru {
    0% {}

    100% {
        transform: rotate(360deg);

    }
}

@keyframes -guruguru {
    0% {}

    100% {
        transform: rotate(-360deg);

    }
}

@keyframes start {
    0% {
        background-color: #000;
    }

    50%{
        background-color: #EAFF00;
    }

    100% {
        background-color: #000;
    }
}

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

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes dash {
    0% {}

    100% {
        transform: translateX(-300%);
    }
}



td,tr,th{
    border: #8F8F8F solid;
}
th{
    background-color: #3f3f3f;
}

/*システム*/

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

/* メニューが開いているとき */
.menu.open {
    right: 0;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
}

.navigation h2 {
    display: none;
}

.container {
    width: 100%;
}

.content {
    width: 50%;
    background-color: rgba(150, 150, 150, 0.3);
    padding: 1rem;
    margin-bottom: 1rem;
}

a.word-break {
    word-break: break-all;
}

pre {
    word-break: break-all;
    white-space: pre-wrap;
}
.wrapper {
    width: 50%;
}

a{
    word-break: break-all;
}

/*
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}


.img-box {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #333;
}


.panorama img {
    object-position: 70% center;
}
*/

:root {
    --hue: 230;
    --sky-from: hsl(var(--hue) 35% 6%);
    --sky-to: hsl(var(--hue) 55% 12%);
}

body {
    background: radial-gradient(1200px 600px at 50% -20%, var(--sky-to), var(--sky-from) 60%) fixed;
}

.sky {
    inset: 0;
}

.star {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(252, 255, 82) 0 40%, rgba(255, 255, 255, 0) 70%);
    opacity: var(--base-opacity, .65);
    animation: twinkle var(--twinkle, 2.2s) ease-in-out infinite;
    animation-delay: calc(var(--delay, 0s) * -1);
}

@keyframes twinkle {

    0%,
    100% {
        opacity: .6;
        transform: scale(1);
    }

    40% {
        opacity: .2;
    }

    70% {
        opacity: 1;
        transform: scale(1.1);
    }
}