/* ==============================================================
共通設定
============================================================== */
@font-face {
    font-family: 'acgyosyo';
    src: url('../font/acgyosyo.ttf');
    font-weight: normal;
    font-style: normal;
}

button {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 !important;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}
@media (min-width: 768px) {
    #breadcrumb ul li a, #breadcrumb ul li {
        color: #f3f3f3!important;
    }
}
#wrapper #breadcrumb ul li, #breadcrumb ul li a span{
    color: #f3f3f3!important;
}

#wrapper {
    /* background: url(https://kotobukilab.com/media/wp-content/uploads/2024/09/29455717_m-1.jpg) !important; */
    background: url(https://kotobukilab.com/media/wp-content/uploads/2024/09/23051250-scaled.jpg) !important;
}

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

.flex-wrapper {
    display: flex;
}

.home #header-box {
    background-color: initial !important;
    margin-bottom: -187px;
}


@media (max-width: 767px) {
    #page-top {
        left: 20px;
    }
}

.home #contents {
    padding-top: 0;
    margin-top: 0;
    padding: 0 8px;
}

@media screen and (max-width: 768px) {
     #contents {
        padding: 0 8px;
    }
}

.home .pickup-contents-box {
    padding: 0;
    margin: 0;
    display: none;
}

.pickup-contents-box .pickup-contents {
    padding: 0;
}

/* ==============================================================
ヘッダー
============================================================== */

#drawernav3 ul.menu-box li.menu-item a {
    writing-mode: vertical-rl;
    height: 8em !important;
    font-family: 'acgyosyo' !important;
    text-align: justify;
}

/* ==============================================================
TOPページ
============================================================== */

/* #post__section {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: initial;
    background-image: url("https://kotobukilab.com/media/wp-content/uploads/2024/08/DALL·E-2024-08-27-00.00.36-A-traditional-Japanese-alleyway-in-the-style-of-Kyotos-Gion-district-at-night.-The-alley-is-lined-with-wooden-machiya-townhouses-illuminated-by-soft.webp") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#post__section .inner {
    max-width: 1140px;
    margin: 0 auto;
} */

#post__section {
    padding-top: 40px;
}

main {
    position: relative;
}

#kv {
    /* height: 60vh; */
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: -7px;
    position: relative;
}

#kv::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    /* この値は調整が必要かもしれません */
    background: linear-gradient(to top, rgba(0, 0, 0), rgba(0, 0, 0, 0));
    z-index: 2;
}

#kv .inner {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}


.kv__image.image__wrapper {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-size: cover;
    background-position: center;
}

.kv__image.image__wrapper::before {
    display: none;
}

.kv__image.image__wrapper.daytime {
    background-image: url('https://kotobukilab.com/media/wp-content/uploads/2024/09/sun.png');
}

.kv__image.image__wrapper.nighttime {
    background-image: url('https://kotobukilab.com/media/wp-content/uploads/2024/09/23051250-scaled.jpg');
}

.kv__image.image__wrapper.nighttime + 

@media screen and (max-width: 768px) {
    .kv__image.image__wrapper {
        margin: 0 calc(50% - 50vw);
    }
}

.kv__image.image__wrapper::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    display: block;
    z-index: 1;
}

#kv .image__wrapper.kv__image img {
    object-fit: cover;
    width: 100%;
    height: 70vh;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    #kv .image__wrapper.kv__image img {
        height: 84vh;
    }
}

#kv .kv__content__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #kv .kv__content__wrapper {
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* #kv .kv__content__wrapper  .image__wrapper {
    margin: 0 auto;
} */

#kv .kv__content__wrapper h2 {
    color: #fff;
}

#kv .kv__content__wrapper p {
    color: #fff !important;
    writing-mode: vertical-rl;
    font-family: 'acgyosyo' !important;
    line-height: 3;
    font-size: 24px;
    margin: 0 auto;
    margin-top: 150px;
}

@media screen and (max-width: 768px) {
    #kv .kv__content__wrapper p {
        line-height: 2;
        font-size: 20px;
    }
}

.home h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    min-height: 55px;
}

.home h2.post-list-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .home h2.post-list-title {
        font-size: 12px !important;
        min-height: auto;
    }
}

h2.sugi,
h2.top__title {
    font-family: 'acgyosyo' !important;
    font-size: 24px;
    color: #f3f3f3;
}

@media screen and (max-width: 768px) {

    h2.sugi,
    h2.top__title {
        font-size: 16px;
    }
}

.home .youtube_wrapper h2 {
    font-size: 18px;
    color: #f3f3f3 !important;
}

@media screen and (min-width: 769px) {
    .home .youtube_wrapper h2 {
        /* min-height: 108px; */
        font-size: 14px;
    }
}

body.single h1 {
    /* font-family: 'acgyosyo' !important; */
}

h2.top__title {
    padding: 0.5rem 1rem 0.5rem 0;
    border-top: 6px double #f3f3f3;
    border-bottom: 6px double #f3f3f3;
    margin-bottom: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.home h3 {
    font-size: 16px;
    min-height: 72px;
}

ul.youtube_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
}

ul.youtube_wrapper li {
    width: 32%;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    ul.youtube_wrapper {
        flex-direction: column;
    }

    ul.youtube_wrapper li {
        width: 100%;
    }
}

ul.youtube_wrapper iframe {
    width: 100%;
    min-height: 211px;
    aspect-ratio: 16 / 9;
}

#kv {
    position: relative;
}

.lantern {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.lantern img {
    max-width: 200px;
    height: auto;
    transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
    .lantern img {
        max-width: 135px;
    }
}

.lantern.lit {
    filter: brightness(1.5) drop-shadow(0 0 10px rgba(255, 255, 0, 0.7));
}

@media screen and (max-width: 768px) {
    #header #site-info {
        max-width: 30% !important;
    }
}

.icon__wrapper {
    position: absolute;
    bottom: 0;
    left: 17px;
    display: flex;
    align-items: center;
}

.icon__wrapper img {
    width: 50px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .icon__wrapper {
        font-size: 10px;
        left: 11px;
    }

    .icon__wrapper img {
        width: 30px;
    }
}


/* ==============================================================
TOP
============================================================== */

.image-display {
    width: 300px;
    height: 319px;
    display: none;
    margin: 0 auto;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .image-display {
        margin: 0 auto;
        width: 50%;
        height: 184px;
    }
}

.image-display.active {
    display: block;
}

#change-pose-button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #4c0053;
    color: #ffffff;
    border: none;
    cursor: pointer;
    min-width: calc(100% / 3);
}


#change-pose-button:hover {
    background-color: #72007a;
}

.kv-image-wrapper {
    height: 348px;
    overflow: hidden;
    margin-bottom: -48px;
}

@media screen and (max-width: 768px) {
    .kv-image-wrapper {
        height: auto;
        margin-bottom: auto;
    }
}

.link-wrapper {
    display: flex;
    justify-content: center;
}

.link-wrapper button {
    border-radius: 0;
}

@media screen and (max-width: 768px) {

    .link-wrapper button,
    .link-wrapper a {
        font-size: 14px !important;
    }
}

.home h2.sugi {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 0 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .home h2.sugi {
        margin-left: 20px;
        margin-bottom: 10px;
    }
}

a.button_link_more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #3b4675; */
    border: 1px solid #f3f3f3 !important;
    color: #f3f3f3 !important;
    width: 8em;
    padding: 10px;
    margin: 0 auto 30px;
}

a.button_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    font-size: 18px;
    background-color: #ca1616;
    border: none;
    cursor: pointer;
    color: #fff !important;
    width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
    a.button_link {
        padding: 10px;
    }
}

a.button_link.x-twitter {
    background-color: #c69a41;
}

@media screen and (max-width: 768px) {
    a.button_link {
        font-size: 17px;
    }
}

a.button_link:hover {
    opacity: .7;
}

#under__kv {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-size: cover;
    background-position: center;
}

#under__kv.daytime {
    /* background-image: url('https://placehold.jp/1200x300.png'); */
    background: #fff;
}

#under__kv.nighttime {
    background: #000;
    /* background-image: url('https://kotobukilab.com/media/wp-content/uploads/2024/09/23051250-scaled.jpg'); */
}


#under__kv::before {
    content: '';
    position: absolute;
    top: -50px;
    /* この値は調整が必要かもしれません */
    left: 0;
    right: 0;
    height: 100px;
    /* この値も調整が必要かもしれません */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
}

/* ==============================================================
チャットbot
============================================================== */
#chat_bot .flex-wrapper p {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    #chat_bot .flex-wrapper p {
        font-size: 12px;
        margin: 30px 0 0 0;
    }
}

#character {
    width: 100px;
}

@media screen and (max-width: 768px) {
    #character {
        width: 50%;
    }
}

#chat_bot {
    width: 25%;
    /* max-width: 340px; */
    position: fixed;
    bottom: 93px;
    right: 30px;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    #chat_bot {
        width: 50%;
        bottom: 25px;
    }
}

.chat-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .chat-container {
        height: 50vh;
        padding: 10px;
    }
}

.chat-box {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.speech-bubble {
    max-width: 70%;
    margin: 5px 0;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

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

.speech-bubble.user {
    background-color: #dcf8c6;
    align-self: flex-end;
    text-align: left;
}

.speech-bubble.user::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #dcf8c6;
}

.speech-bubble.bot {
    background-color: #f1f0f0;
    align-self: flex-start;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .speech-bubble.bot {
        font-size: 12px;
        text-align: justify;
    }
}

.speech-bubble.bot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #f1f0f0 transparent transparent;
}

.input-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .input-container {
        margin-bottom: 0;
    }
}

#message {
    flex: 1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    #message {
        border-radius: 10px;
        font-size: 12px;
        width: 100%;
        margin-right: 5px;
    }
}

#send-button {
    padding: 7px 14px!important;
    border-radius: 20px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #send-button {
        font-size: 12px;
        padding: 5px 10px;
    }
}

#send-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#new-question-btn {
    display: none;
    margin-bottom: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
}

#new-question-btn:hover {
    background-color: #218838;
}

/* 丸アイコンのスタイル */
#chat-icon {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 84px;
    right: 13px;
    background-image: url('https://kotobukilab.com/media/wp-content/uploads/2024/09/24-Sep-08-03-03-44-41-1.png');
    background-size: cover;
    cursor: pointer;
    z-index: 10000;
}

/* 閉じるボタン */
#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #c8c8c8;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
}

/* ==============================================================
============================================================== */
#main-contents-one .flex-wrapper {
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #main-contents-one .flex-wrapper {
        flex-direction: column;
    }

    .flex-wrapper-item {
        margin: 0 auto;
    }
}

.weather-widget {
    position: relative;
    background: #23243a;
    color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    width: 320px;
    height: 460px;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
}

.weather-widget h2 {
    font-size: 24px;
    color: #f0e68c;
}

.weather-widget img {
    width: 100px;
    height: 100px;
}

.weather-widget p {
    margin: 10px 0;
    font-size: 24px;
    position: relative;
    z-index: 2;
}

.temperature {
    font-size: 3em;
    font-weight: bold;
    color: #ffdd57;
}

.humidity {
    color: #add8e6;
}

small {
    font-size: 0.8em;
    color: #a9a9a9;
}

/* 夜の雰囲気を強調するためのスタイリング */
.weather-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: -1;
    backdrop-filter: blur(10px);
}

/* ==============================================================
アーカイブページ archive
============================================================== */

.post-type-archive h2 {
    min-height: 72px;
}

/* ==============================================================
天気ウィジェット
============================================================== */
.weather-widget {
    position: relative;
    overflow: hidden;
    /* display: none; */
}

.rain {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    overflow: hidden;
}

.rain::after {
    content: "";
    display: block;
    position: absolute;
    height: 20vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
    animation: drop 2.8s infinite;
    animation-fill-mode: forwards;
    opacity: .6;
}

.rain:nth-child(1) {
    margin-left: -40%;
}

.rain:nth-child(1)::after {
    animation-delay: 1.2s;
}

.rain:nth-child(2) {
    margin-left: -30%;
}

.rain:nth-child(2)::after {
    animation-delay: 2.5s;
}

.rain:nth-child(3) {
    margin-left: -20%;
}

.rain:nth-child(3)::after {
    animation-delay: .6s;
}

.rain:nth-child(4) {
    margin-left: -10%;
}

.rain:nth-child(4)::after {
    animation-delay: 2.3s;
}

.rain:nth-child(5) {
    margin-left: 0%;
}

.rain:nth-child(5)::after {
    animation-delay: 1s;
}

.rain:nth-child(6) {
    margin-left: 10%;
}

.rain:nth-child(6)::after {
    animation-delay: .3s;
}

.rain:nth-child(7) {
    margin-left: 20%;
}

.rain:nth-child(7)::after {
    animation-delay: 2.6s;
}

.rain:nth-child(8) {
    margin-left: 30%;
}

.rain:nth-child(8)::after {
    animation-delay: 1.9s;
}

.rain:nth-child(9) {
    margin-left: 40%;
}

.rain:nth-child(9)::after {
    animation-delay: .7s;
}

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 150%;
    }
}

.cloudy {
    background: #676767;
}

.cloudy:before,
.cloudy:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    opacity: 0.7;
}

.cloudy:before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 20%;
    animation: cloud-move 15s linear infinite;
}

.cloudy:after {
    width: 120px;
    height: 120px;
    top: -60px;
    right: 20%;
    animation: cloud-move 18s linear infinite;
}

@keyframes cloud-move {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100vw);
    }
}

.sunny {
    background: linear-gradient(to bottom, #87CEEB, #E0F6FF);
}
.nighttime .sunny {
    background: linear-gradient(to bottom, #000, #E0F6FF);
}

.sunny:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #FFD700;
    border-radius: 50%;
    box-shadow: 0 0 20px #FFD700;
}




.chat_ui .chat_image_wrapper {
    width: 30px;
    height: 30px;
}

.chat_ui .chat_image_wrapper img {}

.chat_ui .chat-container {
    width: 320px;
    display: flex;
    flex-direction: column;
    /* min-height: 460px;
        max-height: 460px; */
    max-height: 460px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.chat_ui .message {
    display: flex;
}

.chat_ui .message.right {
    flex-direction: row-reverse;
}

.chat_ui .chat-messages {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 460px;
}

.chat_ui .date-label {
    text-align: center;
    color: #657786;
    font-size: 14px;
    margin: 15px 0;
    font-weight: bold;
}

.chat_ui .message-left,
.chat_ui .message-right {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.chat_ui .message-left {
    justify-content: flex-start;
}

.chat_ui .message-right {
    justify-content: flex-end;
}

.chat_ui .user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.chat_ui .message-bubble {
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
    background-color: #664c0a21;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chat_ui .message.right .message-bubble {
    background-color: #a7acda3b;
}

.chat_ui .message-left .message-bubble {
    background-color: #e1f5fe;
    border-top-left-radius: 0;
}

.chat_ui .message-right .message-bubble {
    background-color: #c8e6c9;
    border-top-right-radius: 0;
}

.chat_ui .user-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.chat_ui .user-name {
    font-weight: bold;
}

.chat_ui .message-time {
    color: #999;
    font-size: 12px;
}

.chat_ui .message-content {
    font-size: 14px;
}

#main-contents-one .flex-wrapper {
    gap: 30px;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    #main-contents-one .flex-wrapper {
        flex-direction: column-reverse !important;
    }
}

.chat-messages-inner {
    margin-bottom: 20px;
}

.chat_ui .message-wrapper {
    margin-bottom: 15px;
}

/* ==============================================================
今日の運勢
============================================================== */
/* fortune-widget用のスタイル */
.fortune-widget {
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    min-width: 320px;
    max-height: 460px;
}

.fortune-widget h2 {
    color: #333;
    font-size: 16px;
}

.fortune-widget button {
    background: linear-gradient(135deg, #2a6570 0%, #836d4f 100%);
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px !important;
}

.fortune-widget button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.fortune-widget p {
    font-size: 1.2em;
    color: #555;
    margin-top: 20px;
}

.fortune-widget .fortune-image {
    margin-top: -14px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.fortune-widget .fortune-result {
    font-size: 2em;
    font-weight: bold;
    color: #ff6f61;
    margin-top: 20px;
}

.fortune-widget .fortune-message {
    font-size: 1.2em;
    color: #555;
    margin-top: 10px;
}

/* ==============================================================

============================================================== */
.button-change-location {
    z-index: 2;
    position: relative;
    background: #fff;
    border-radius: 7px;
    padding: 5px;
    border: 1px solid #ddd;
}
/* ==============================================================

============================================================== */
#particles-js {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}

section#under__kv {
    /* background-image: url(https://kotobukilab.com/media/wp-content/uploads/2024/09/night_sky.png); */
    /* background-size: cover;
                 */
    background-color: #000;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

section#under__kv .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 10px;
}

/* 星空の背景のスタイル */
.stars {
    position: relative;
    width: 100%;
    /* background-image: linear-gradient(0deg, #000000, #115d89, #080f1c); */
    overflow: hidden;
}

/* 星のスタイル */
.star {
    position: absolute;
    display: block;
    background-color: #fff;
    /* 星の色 */
    border-radius: 50%;
    box-shadow: 0 0 4px 2px rgba(#fff, 0.2);
    /* 星の影 */
    opacity: 0;
    animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
    0% {
        opacity: 0;
    }

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

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

.time-display {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.nighttime .time-display {
    color: #fff;
}

.daytime .time-display {
    color: #333;
}



.visit-display {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.nighttime .visit-display {
    color: #fff;
}

.daytime .visit-display {
    color: #333;
}

h2.top__title img.icon {
    width: 45px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ==============================================================

============================================================== */
.youtube_wrapper img {
    width: 100%;
}

.youtube_wrapper a:hover {
    opacity: .7;
}

.youtube_wrapper a {
    position: relative;
    text-decoration: none;
}

.youtube_wrapper a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.youtube_wrapper a:hover::after {
    width: 100%;
}

.youtube_wrapper li {
    position: relative;
}

.circle {
    width: 24px;
    height: 24px;
    background-color: #b11920;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 10px;
}

.circle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 6px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
/* ==============================================================
投稿一覧
============================================================== */
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5em;
}
.pagination span {
    display: block;
    margin-right: .5em;
    color: #fff;
}

/* ==============================================================

============================================================== */