* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffffff;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
}

#all {
    width: 100%;
    overflow: hidden;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
}

p {
    display: block;
}

ul {
    list-style: none;
    margin: 0px;
}

h1 {
    display: block;
}

a:link {
    /*�����N���ꂽ�����̐F*/
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

a:visited {
    /*�K���̐F*/
    color: #000000;
    text-decoration: none;
}

a:hover {
    /*�J�[�\�������킹���Ƃ��̐F*/
    color: #adadad;
    font-style: normal;
    text-decoration: none;
}

a:active {
    /*�N���b�N��̐F*/
    text-decoration: none;
}

a.anchor {
    display: block;
    margin-top: -92px;
    padding-top: 92px;
}

.note_pc {
    display: none;
}

.only_ih,
.only_sp {
    display: none;
}

h3 {
    font-size: 2rem
}

h4 {
    text-align: left;
}

/*ヘッダー
-------------------------------------------------------------*/
header {
    width: 100%;
    padding-top: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 999;
}

#head {
    margin: 0 auto;
}

#logo {
    max-width: 60%;
    margin-top: 10px;
    float: left;
}

.description {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.title {
    margin: 0px;
    margin-top: -20px;
}

.title a {
    display: block;
    padding: 5px 20px 0px 20px;
}

#logo p {
    clear: both;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*ナビ
-------------------------------------------------------------*/
.nav {
    width: 60%;
    max-width: 800px;
    margin-top: 0;
    position: absolute;
    bottom: 2px;
    right: 1%;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15%;
    margin-left: 1%;
    justify-content: flex-end;
}

.nav>ul>li {
    padding: 1% 1.5%;
}

.nav>ul>li>a {
    display: block;
    text-align: center;
    font-size: min(1.5vw, 20px);
    font-weight: bold;
    box-sizing: border-box;
}

/* PC Dropdown */
.nav-dropdown {
    position: relative;
    /* Ensure dropdown is positioned relative to this item */
}

.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    z-index: 1000;
    padding: 10px 0;
}

.nav li:hover .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu li {
    padding: 5px 10px;
    width: 100%;
    margin: 0;
}

.nav-dropdown-menu li a {
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px;
}

/* Mobile Drawer Dropdown */
.drawer-toggle-icon {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    transition: transform 0.3s;
}

.drawer-toggle-icon.active {
    transform: rotate(180deg);
}

.drawer-dropdown-menu {
    display: none;
    background-color: #f9f9f9;
    padding-left: 0;
}

.drawer-dropdown-menu li {
    padding-left: 20px;
}

.drawer-menu-item.sub-item {
    font-size: 14px;
}

/*ホーム
-------------------------------------------------------------*/
#home-top {
    width: 100%;
    height: 75px;
}

#home {
    width: 100%;
    clear: both;
    margin-bottom: 100px;
}

/*スライドショー
------------------*/
#slideshow {
    width: 1980px;
    /* �摜�̉����ɍ��킹�ċL�q */
    height: 700px;
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -1000px;
}

#slideshow img {
    position: absolute;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    object-fit: cover;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

.main,
.main2 {
    max-width: 1800px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.main2 {
    align-items: flex-end;
}

/*コンテンツ左カラム
-------------------------------------------------------------*/
.main-left {
    width: 25%;
    padding-left: 1%;
}

h3.h3-link,
h3.h3-Collabo {
    font-size: 2.5rem;
    color: #ADADAD;
    /* font-family: Montserrat, Noto Sans JP, sans-serif; */
    font-weight: 800;
    padding: 0 20px;
    margin: 0px auto;
    margin-top: 20px;
}

ul.site-link,
ul.collabo-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

li.link-menu,
li.collabosite {
    max-width: 300px;
    padding-bottom: 10px;
}

.link-menu img,
.collabosite img {
    border-radius: 10px;
}

/*コンテンツ基本
-------------------------------------------------------------*/
.main-right {
    width: 75%;
    margin-right: 2%;
}

#event-date {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 15px;
    text-align: center;
}

h2.caption-date {
    font-size: 3rem;
    color: #ADADAD;
    /* font-family: Montserrat, Noto Sans JP, sans-serif; */
    font-weight: 800;
    padding: 0 20px;
    margin: 0px auto;
    margin-top: 20px;
}

.text {
    padding: 25px 10px 0px;
    margin: 0 auto;
    line-height: 1.9;
}

ul.purof-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

/* みずち立ち絵アニメーション */
@keyframes pyoko {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(3deg);
    }

    80% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.purof>img:hover {
    animation: pyoko 1s ease-in-out infinite;
    cursor: pointer;
}

/* ===== NEWSセクション ===== */
.news-section {
    padding: 40px 15px;
    background: #f9fafc;
}

.news-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.news-title {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #ADADAD;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 8px;
}

.news-body {
    flex: 1;
    min-width: 0;
}

/* ===== リスト ===== */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    display: flex;
    align-items: baseline;
    gap: 16px;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}

/* SP表示 */
.news-date {
    flex-shrink: 0;
    font-size: 0.8rem;
    color: #888;
}

.news-text {
    text-align: left;
    font-size: 1rem;
    color: #333;
}

/* ===== 展開部分 ===== */
.news-more-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* 展開状態 */
.news-more-items.active {
    max-height: 500px;
}

/* ===== ボタン ===== */
.news-toggle {
    margin-top: 15px;
    background: none;
    border: none;
    color: #065fd4;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.news-toggle:hover {
    opacity: 0.7;
}

.news-discord-note {
    margin-top: 12px;
    font-size: 0.85rem;
    color: #888;
}

.news-discord-note a {
    color: #5865f2;
    font-weight: bold;
    text-decoration: underline;
}

.news-discord-note a:hover {
    opacity: 0.75;
    color: #5865f2;
}

/*コンテンツYouTubeメンバーシップ
-------------------------------------------------------------*/
.youtube-join-banner {
    text-align: center;
    margin: 30px auto 10px;
    max-width: 800px;
    padding: 0 20px;
}

.yt-banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #065fd4;
    color: #ffffff;
    /* 初期：白 */
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: color 0.3s, opacity 0.3s;
    /* ← color追加 */
}

a.yt-banner-btn {
    color: #fff;
}

.yt-banner-btn:hover {
    color: #000000;
    /* ホバー時：黒 */
    opacity: 0.8;
}

/* アイコンも確実に色変える */
.yt-banner-btn i {
    color: inherit;
}

.yt-banner-note {
    margin-top: 10px;
}

/*コンテンツ２アカウント
-------------------------------------------------------------*/
.account {
    margin-top: 40px;
}

.sns {
    margin: 20px auto;
}

.sns-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 2.5rem 0;
    margin: 0 auto;
}

.sns-link li {
    list-style: none;
}

.sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    min-width: 120px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sns-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.sns-btn img {
    height: 20px;
    width: auto;
    margin-right: 12px;
    display: block;
}

/* Brand Specific Styles */
.btn-youtube:hover {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

.btn-x:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.btn-twitch:hover {
    background: #9146FF;
    color: #fff;
    border-color: #9146FF;
}

.btn-masyumaro:hover {
    background: #FFACBD;
    color: #fff;
    border-color: #FFACBD;
}

.btn-tiktok:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.btn-amazon:hover {
    background: #FF9900;
    color: #fff;
    border-color: #FF9900;
}

/* Filter icons to white on hover for certain brands if they use dark icons */
.btn-youtube:hover img,
.btn-x:hover img,
.btn-twitch:hover img,
.btn-tiktok:hover img,
.btn-amazon:hover img {
    filter: brightness(0) invert(1);
}

ul.youtube-link {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*コンテンツ３イベント
-------------------------------------------------------------*/
ul.eventlist {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

li.event {
    width: 24%;
    margin-top: 20px;
}

.responsive-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* 例: 16:9の比率 */
    border-radius: 10px;
}

.event h4,
h4.link-h4 {
    text-align: left;
    font-size: min(1.2vw, 18px);
}

p.inner_txt-p {
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

img.event-img {
    width: 100%;
    border-radius: 10px;
}

img.event-border {
    border: 1px solid #ADADAD;
}

.inner {
    display: flex;
    margin: 5px auto;
    align-items: center;
    width: 100%;
}

.event-link {
    width: 100%;
}

.inner_txt {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    margin: auto 0;
    flex-basis: 64%;
    align-items: stretch;
    width: 100%;
}

.inner_img {
    flex-basis: 24%;
    margin: 8px;
    justify-content: space-between;
    flex-direction: column;
}

.arrow {
    font-weight: bold;
    vertical-align: middle;
    margin: auto 0;
    text-align: right;
    flex-basis: 10%;
    padding: 6px;
}

img.repo-icon {
    width: 30px;
    border-radius: 50%;
}

.x-icon {
    width: 90%;
    max-width: 30px;
    padding: 5px 0;
}

/*Discord紹介
-------------------------------------------------------------*/
.h3-discord {
    display: flex;
    align-items: center;
    justify-content: center;
}

.discord-logo {
    height: 40px;
    margin-right: 10px;
}

.catchphrase {
    margin: 30px auto;
}

ul.discord-ul {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

li.discord-left {
    width: 45%;
}

li.discord-right {
    width: 55%;
}

ul.discord-img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

ul.discord-img li img {
    width: 90%;
    border-radius: 20px;
}

h3#features-title {
    font-size: 1.3rem;
}

.feature-card {
    width: 85%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    margin: 0 auto 20px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.feature-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-img {
    margin-right: 10px;
}

.feature-img img {
    height: 30px;
}

.feature-card p {
    padding: 5px 10px;
}

/*思い出箱
-------------------------------------------------------------*/
.memories-bg {
    background-image: url(imgs/repoo3e.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.toumei {
    background-color: rgba(255, 255, 255, 0.81);
}

ul.memories {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

li.memory {
    width: 300px;
    padding: 20px 10px;
}

li.memory img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

/*ファンアート
-------------------------------------------------------------*/
.hashtag {
    font-weight: 600;
}

ul.fanarts {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

li.mizutinart {
    width: 200px;
    padding: 20px 10px;
}

li.mizutinart img {
    border-radius: 10px;
}

.fanart-bg {
    width: 100%;
    height: auto;

    background-image: url(fanart/fanart22.jpg), url(fanart/fanart42.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right -10px;
    /* 左と右に配置 */
    background-size: 23%, 20%;
    /* 必要に応じて調整 */
}

/*クリップ集
-------------------------------------------------------------*/
.clip-comment {
    padding-bottom: 20px;
}

ul.clip-collect-content {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

li.clip-collect-item {
    width: 24%;
}

li.clip-collect-item h3 {
    font-size: 1.0rem;
    margin: 1% auto 3%;
    line-height: 1.2rem;
}

/* ▼ ボタン */
.filter-controls button {
    padding: 8px 16px;
    background: #3f8cff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.filter-controls button:hover {
    background: #1f6ee4;
}

/* ▼ プルダウン */
.filter-controls select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #bbb;
    font-size: 14px;
}

/* ページネーション全体 */
.pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 10px;
}

/* ページ番号ボタン */
.pagination button {
    padding: 8px 14px;
    border: none;
    border-radius: 20px;
    background: #f4b6d9;
    /* 桜色 */
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 14px;
}

/* ホバー */
.pagination button:hover:not(:disabled) {
    background: #ff8fc5;
    transform: translateY(-2px);
}

/* 選択中ボタン */
.pagination button:disabled {
    background: #ff66a8;
    cursor: default;
    opacity: 0.8;
}

/* 「前へ」「次へ」 */
.pagination .nav-btn {
    background: #a3d7ff;
    /* 水色でアクセント */
}

.pagination .nav-btn:hover {
    background: #73c2ff;
}

.item-count-wrapper {
    margin: 10px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
}

#item-count {
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #ffb3d9;
    background: #ffe6f2;
    font-size: 14px;
    cursor: pointer;
}

#item-count:hover {
    background: #ffd6ec;
}

.item-count-wrapper {
    width: fit-content;
    text-align: center;
    margin: 10px auto;
}


.yt-thumb {
    position: relative;
    cursor: pointer;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    overflow: hidden;
    border-radius: 10px;
}

.yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yt-thumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: url('https://www.gstatic.com/youtube/img/desktop/yt_1200.png') no-repeat;
    background-size: 68px 48px;
    opacity: 0.85;
}

/*フッター
-------------------------------------------------------------*/
#footer {
    width: 100%;
    text-align: center;
    height: 50px;
    margin: 0px auto;
    margin-bottom: -20px;
    padding: 15px 0px;
    clear: both;
    font-size: 0.8em;
}

.pc {
    display: inline-block;
}

.sp {
    display: none;
}

.ih {
    display: none;
}

.pc1 {
    display: inline-block;
}

.pc2 {
    display: none;
}

/*上に戻るボタン
-------------------------------------------------------------*/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #3f98ef;
    border-radius: 50%;
}

#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: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'PAGE TOP';
    width: 90px;
    font-size: 13px;
    color: #3f98ef;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/*利用規約
-------------------------------------------------------------*/
.terms-date {
    max-width: 700px;
    margin: 0 auto;
}

.terms-text {
    font-size: 0.9rem;
    text-align: left;
}

h2.term-h2 {
    font-size: 2rem;
    color: #222;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: 800;
    padding: 0 20px;
    margin: 0px auto;
    margin-top: 20px;
}

.terms-introduction {
    padding: 25px 10px;
    margin: 0 auto;
    line-height: 1.9;
    border-bottom: 1px solid #adadad;
}

ul.terms-ul {
    padding: 25px 10px;
    border-bottom: 1px solid #adadad;
}

h3.terms-h3 {
    font-size: 20px;
}

.terms-content .terms-item {
    list-style-type: decimal;
    /* 数字のマーカー */
    list-style-position: inside;
}

.terms-content .terms-item::marker {
    font-weight: bold;
    /* マーカーの数字を太字に */
    font-size: 1.1em;
    /* 必要なら少し大きく */
}

li.terms-item {
    line-height: 1.9;
}

/*プライバシーポリシー
-------------------------------------------------------------*/
section#contents {
    text-align: left;
    max-width: 600px;
    margin: 50px auto 0px;
}

#contents h3 {
    border-bottom: dashed thin #c0c0c0;
}

p.policy {
    padding: 10px 0 20px;
}

.policy_button {
    margin-bottom: 20px;
}

/*会社概要
-------------------------------------------------------------*/
table.company {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}

table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

/*
@media(max-width: 1366px) {
-------------------------------------------------------------*/
@media(max-width: 1281px) {
    .pc2 {
        display: block;
    }

    .pc1 {
        display: none;
    }

    .top_pc {
        display: none;
    }

    a.anchor {
        margin-top: -73px;
        padding-top: 73px;
    }

    #home_top {
        height: auto;
    }

    #home {
        margin-bottom: 20px;
    }

    .info-button {
        display: none;
    }

    .ipad-no {
        display: none;
    }

}

/* firefox */

@-moz-document url-prefix() {

    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

/*ipad
-------------------------------------------------------------*/

@media screen and (max-width:1000px) {
    .ih {
        display: block;
    }

    #logo {
        max-width: 100%;
        float: none;
    }

    .inner {
        width: auto;
        padding: 0 3%;
    }

    #header_outer {
        width: 100%;
    }

    .nav {
        display: none;
    }

    #home_top {
        height: 117px;
    }

    .title a {
        margin: 0px;
        padding: 0px;
    }

    .pc2 {
        width: 100%;
    }

    /*iPad�i�r
-------------------
------------------------------------------*/
    .nav-sp {
        background-color: #ffffff;
    }

    ul.drawer-menu li {
        border-bottom: 1px solid #adadad;
        padding: 2% 8%;
    }

    ul.border-none li {
        border-bottom: none;
    }

    .nav-sp a:link {
        color: #000;
    }

    .nav-sp a:visited {
        color: #000;
    }

    .icon-h::before {
        content: '';
        /*��������Ȃ�*/
        display: inline-block;
        /*�Y�ꂸ�ɁI*/
        width: 27px;
        /*�摜�̕�*/
        height: 27px;
        /*�摜�̍���*/
        background-image: url(../img/icon-home.png);
        background-size: contain;
        vertical-align: text-bottom;
    }

    /*iPad�{��
/*NSリンク-------------------------------------------*/
    li.sns-link-ih {
        padding: 0 20px;
    }

    li.sns-link-ih img {
        width: 45px;
    }

    ul.sns-link-ih {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    li.sns-link-sp {
        width: 30%;
    }

    ---------------------- ---------------------------------------*/ .main-left {
        background-position: bottom 50px;
    }

    h2.caption-date {
        text-align: center;
        padding: 0;
        margin: 15px auto 0;
    }

    .text {
        padding: 0px;
        margin: 0 auto;
        line-height: 2;
    }

    .time {
        display: block;
    }

    .line {
        padding: 0px 2px 4px 0px;
    }

    #content {
        margin-bottom: 20px;
    }

    h2.caption {
        padding: 10px 0px;
    }

    .only_pc {
        display: none;
    }

    .only_ih {
        display: block;
    }

    #event-flow {
        padding-top: 0px;
    }

    .text-consultation {
        width: 100%;
    }

    .contents1-text_img {
        width: 80%;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
}

/*スマホ
-----------------------------------------------------------------
--------------------------------------------------*/
@media(max-width: 700px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .only_ih {
        display: none;
    }

    .only_sp {
        display: block;
    }

    a:hover {
        /*�J�[�\�������킹���Ƃ��̐F*/
        color: #000000;
    }

    header {
        padding-bottom: 5px;
        z-index: 999;
    }

    #head {
        width: 100%
    }

    a.anchor {
        display: block;
        margin-top: -57px;
        padding-top: 57px;
    }

    .title {
        margin: 0;
    }

    .title a {
        width: 60%;
        margin: 0px auto;
    }

    .imglogo {
        float: none;
        height: 50px;
        position: absolute;
        left: 56px;
    }

    .description {
        color: #333;
        font-size: 11px;
        margin-bottom: 6px;
    }

    #home-top {
        height: 70px;
    }

    #home {
        width: 100%;
        margin-bottom: 0;
    }

    .nav-ih ul li.li5 {
        margin-bottom: 10%;
    }

    .icon-h::before {
        width: 20px;
        height: 20px;
        /*�摜�̍���*/
    }

    .pc2 {
        display: block;
        max-width: 100%;
    }

    .main {
        width: 100%;
        flex-direction: column-reverse;
    }

    .main-right {
        width: 100%;
    }

    .main-left {
        width: 100%;
    }

    #slideshow img {
        width: 100%;
        display: block;
    }

    .pc1,
    .pc2,
    .swiper-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    /*スマホコンテンツ１-------------------------------------------*/
    #event-date {
        padding: 0px;
        padding-bottom: 15px;
    }

    h2.caption-date {
        padding: 10px;
    }

    .text_box {
        background-image: none;
        height: auto;
    }

    .text {
        padding: 0;
        line-height: 1.5;
    }

    .text_Consultation {
        width: 95%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    p.note_fst {
        padding: 0;
        padding-bottom: 5px;
    }

    p.note {
        padding: 5px 0;
    }

    .contents1-text_img {
        width: 100%;
        margin: 15px 0;
    }

    ul.erase {
        display: none;
    }

    /*スマホニュース
-------------------------------------------------------------*/
    .news-container {
        display: block;
    }

    .news-title {
        width: 100%;
    }

    .news-list li {
        display: flex;
        align-items: center;
    }

    .news-date {
        width: 100px;
        margin-bottom: 0;
    }

    .news-text {
        flex: 1;
    }

    /*スマホYouTubeメンバーシップ
-------------------------------------------------------------*/
    .youtube-join-banner {
        margin: 20px auto;
        padding: 0 15px;
    }

    .yt-banner-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .yt-banner-btn i {
        font-size: 1rem;
        margin-right: 6px;
    }

    .yt-banner-note {
        text-align: left;
        padding: 0 10px;
    }

    /*スマホイベント-------------------------------------------*/
    ul.eventlist {
        display: block;
        padding: 0 10px;
    }

    li.event {
        width: auto;
    }

    .event h4 {
        font-size: 20px;
        margin: 5px;
    }

    li.event-sp {
        display: flex;
        padding-bottom: 10px;
        border-bottom: 1px solid #adadad;
    }

    a.mizutihai,
    a.ekiden {
        display: inline-block;
        width: 130px;
    }

    .event-right iframe {
        width: 130px;
        box-sizing: border-box;
        /* width/heightを境界線含めた全体の幅にする */
        padding: 0;
        border: none;
        /* iframeのデフォルト境界線をなくす */
        margin: 0;
    }

    a.event-left-link {
        display: inline-block;
        height: 100%;
    }

    .event-left h4,
    h4.link-h4 {
        font-size: 14px;
    }

    span.ipad-no {
        display: inline;
    }

    /*スマホDiscord-------------------------------------------*/
    .h3-discord {
        font-size: 20px;
        width: 90%;
        margin: 0 auto;
    }

    .catchphrase {
        margin: 30px 10px;
    }

    ul.discord-ul {
        display: block;
    }

    li.discord-left {
        width: 50%;
    }

    li.discord-right {
        width: 100%;
    }

    .feature-card p {
        text-align: left;
        padding: 5px 20px;
    }

    /*スマホ思い出箱-------------------------------------------*/
    li.memory {
        width: 150px;
        padding: 5px;
    }

    li.memory img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    li.mizutinart {
        width: 100px;
        padding: 5px;
    }

    p.comment {
        text-align: left;
        margin: 0 10px;
    }

    /*スマホクリップ集-------------------------------------------*/
    .pagination {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .pagination button {
        flex-shrink: 0;
    }

    li.clip-collect-item {
        width: 49%;
    }

    /*フッター-------------------------------------------*/
    #footer {
        width: 100%;
    }

    /*利用規約-------------------------------------------*/
    .terms-h2 {
        padding-top: 10px;
        margin: 25px auto 0;
    }

    .terms-text {
        padding: 0 15px;
    }

    /*スマホプライバシー
-------------------------------------------------------------*/
    section#contents {
        padding: 0 15px;
    }

    .policy_button {
        margin-bottom: 50px;
    }
}

/* Top Page Podcast Card */
.top-podcast-area {
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px 0;
    margin-bottom: 20px;
}

.top-podcast-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #1a1a1a;
    border-radius: 15px;
    padding: 20px 40px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.podcast-label {
    font-size: 0.8rem;
    color: #aaa;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    display: inline-block;
}

.podcast-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.podcast-thumb {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
}

.podcast-thumb img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcast-info h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    color: white;
}

.podcast-info h3 a {
    color: white;
    text-decoration: none;
}

.podcast-info p {
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}

.podcast-links {
    display: flex;
    gap: 15px;
}

.podcast-play-btn {
    background: #e50914;
    /* YouTube Red-ish or Brand Color */
    color: white !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.podcast-play-btn:hover {
    background: #cc0812;
}

.podcast-more-btn {
    border: 1px solid white;
    color: white !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: background 0.3s, color 0.3s;
}

.podcast-more-btn:hover {
    background: white;
    color: black !important;
}

@media screen and (max-width: 768px) {
    .top-podcast-card {
        padding: 20px;
        margin: 0 10px;
    }

    .podcast-flex {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .podcast-info h3 {
        font-size: 1.2rem;
    }

    .podcast-info p {
        font-size: 0.95rem;
        color: #000000;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .podcast-links {
        justify-content: center;
    }

    .podcast-label {
        font-size: 1.8rem;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* SP Podcast Specifics */
.top-podcast-area.sp .top-podcast-card {
    background: linear-gradient(0deg, #82d9f3 0%, #038cb6 100%);
}

.podcast-title-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 4px;
    border-radius: 4px;
}