@charset "utf-8";

/* Google Fonts */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@400;700;900&display=swap);

/* カスタムフォント */
@font-face {
    font-family: 'ExtraBold';
    src: url(../fonts/D-DIN-PRO-800-ExtraBold.otf) format('opentype');
    font-display: swap;
}

/*-------------------------*/
/*  Emanon CSS変数の上書き
/*-------------------------*/
:root {
    --ep-body-font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
    --ep-heading-font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
    --ep-font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
    --vk-font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
    --vk-heading-font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
}

/*-------------------------*/
/*  Emanon用リセット・調整
/*-------------------------*/
.l-header,
.l-footer,
.c-page-header {
    display: none !important;
}

body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/*-------------------------*/
/*  Fonts
/*-------------------------*/
.zen-regular {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-bold {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
}

.zen-black {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 900;
    font-style: normal;
}

.oswald {
    font-family: "ExtraBold", "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-style: normal;
}

.ExtraBold {
    font-family: "ExtraBold", "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-style: normal;
}

/*-------------------------*/

h2:not(.vk_heading_title):not(.wp-block-heading) {
    font-family: "ExtraBold", serif;
    font-weight: bold;
    line-height: 1;
}

.title p {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-style: normal;
    font-weight: 500;
}

.w60 {
    font-weight: 600;
}

/*-------------------------*/
/*  見出しフォント強制上書き
/*-------------------------*/
h1, h2, h3, h4, h6 {
    font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif !important;
    font-weight: 900 !important;
}

h5 {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 900 !important;
}

body {
    font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif !important;
}

/*-------------------------*/
/*  base
/*-------------------------*/
:root,
:host {
    --main_text: #232323;
    --main_blue: #031e60;
    --sub_blue: #f4fcff;
    --main_purple: #E51DCF;
    --white: #ffffff;
}

body,
html {
    overflow: visible !important;
}

body {
    position: relative;
    line-height: 1.8;
    font-size: 18px;
    background: var(--white);
    color: var(--main_text);

    font-family: "Zen Kaku Gothic Antique", serif !important;
    font-weight: 400;
    font-style: normal;
}

section.bg {
    background: var(--sub_blue);
}

img {
    width: 100%;
}

.title {
    padding-left: 85px;
    background: url(../images/icon_title.png) no-repeat left top;
}

h2:not(.vk_heading_title, .wp-block-heading) {
    font-size: 3.88em;
    box-sizing: border-box;
}

h2.wp-block-heading,
h2.vk_heading_title {
    font-size: 1.75rem;
}

h2.wp-block-heading {
    padding: .5em 0;
    border-top: 2px solid var(--vk-color-primary);
    border-bottom: 1px solid var(--vk-color-border-hr);
    margin-top: 0;
    margin-bottom: var(--vk-margin-headding-bottom);
    line-height: var(--vk-line-height-low);
}

.title p {
    font-size: 1.11em;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

h3 {
    font-size: 0.88em;
    font-weight: bold;
}

.flex {
    display: flex;
}

.mt-60 {
    margin-top: 60px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-60 {
    margin-bottom: 60px;
}

.detail {
    font-size: 0.66em;
}

.date {
    opacity: 0.5;
}

.btn {
    width: 100%;
}

.btn a {
    display: block;
    background-image: linear-gradient(-65deg,
            rgba(84, 203, 239, 1),
            rgba(185, 57, 224, 1));
    color: #fff;
    font-weight: bold;
    font-size: 0.88em;
    line-height: 1;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    border-radius: 50px;
}

.btn.is-w a {
    display: block;
    background: var(--white);
    color: var(--main_text);
    font-weight: bold;
    font-size: 0.88em;
    line-height: 1;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    border-radius: 50px;
}

.col2.w4060>.title {
    width: calc(33% - 15px);
}

.col2.w4060>p {
    width: calc(67% - 15px);
}

.col2.w4060 {
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 1140px) {
    body {
        font-size: 1em;
    }

    .col2.w4060>.title {
        width: calc(100%);
    }

    .col2.w4060 {
        display: block;
    }

    h2:not(.vk_heading_title, .wp-block-heading) {
        font-size: 2.8em;
    }

    .col2.w4060>p {
        width: calc(100%);
    }

}

/*-------------------------*/
/*  header 
/*-------------------------*/
header#global {
    width: calc(860px);
    margin: 0 auto;
    position: fixed;
    top: 54px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 80px;
    z-index: 99999;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background: var(--white);
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.17));
    -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.17));
    -ms-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.17));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.17));
}


header#global h1 {
    position: absolute;
    z-index: 0;
}

header#global h1 img {
    width: 154px;
    height: 100%;
    display: block;
}

header#global .inner {
    height: 45px;
    position: relative;
}

header#global h1 {
    padding: 11px 30px;
    height: 100%;
}

header#global nav {
    width: 100%;
    margin: 0 auto;
    padding: 27px 40px 27px;
}

header#global nav ul {
    text-align: right;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
}

header#global nav li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

header#global nav li a {
    color: var(--main_text);
}

@media only screen and (max-width: 1140px) {
    header#global {
        width: calc(100% - 40px);
        height: 50px;
        top: 20px;
    }

    header#global h1 {
        padding: 4px 10px;
    }

    header#global h1 img {
        width: 111px;
    }
}

/*-------------------------*/
/*  section
/*-------------------------*/
.inner {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.mw-inner {
    max-width: 1360px;
    padding: 0 25px;
    margin: 0 auto;
}

section {
    padding: 0;
    position: relative;
}

/*-------------------------
/*  main
/*-------------------------*/
#main:not(.main-section) {
    background: url(../images/mv_bg2.webp) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    line-height: 1;
}

#main:not(.main-section) .text_wrap {
    padding-top: 68vh;
    padding-bottom: 18vh;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.text_item_01,
.text_item_02 {
    font-size: 3.11em;
    padding: 10px 45px;
    text-align: center;
    max-width: max-content;
    margin: 10px auto;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.text_item_01:before,
.text_item_02:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background-image: linear-gradient(100deg, rgba(185, 57, 224, 1), rgba(84, 203, 239, 1));
    transform: skewX(-20deg);
}

@media only screen and (max-width: 800px) {
    #main:not(.main-section) {
        background: url(../images/mv_bg_sp2.webp) no-repeat top center;
        background-size: cover;
        min-height: auto;
    }

    .text_item_01,
    .text_item_02 {
        font-size: 2em;
        padding: 10px 10px;
    }
}

/*-------------------------
/*  aboutus 
/*-------------------------*/
#aboutus {
    padding: 180px 0 150px;
    background-image: url(../images/about_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: var(--white);
}

@media only screen and (max-width: 1140px) {
    #aboutus {
        padding: 0px 0 80px;
    }

    #aboutus .inner .col2.w4060 {
        padding-top: 50px;
    }

    #aboutus .title {
        width: 100%;
        padding-top: 85px;
        padding-bottom: 3em;
        margin-bottom: 0;
        padding-left: 0;
        background: url(../images/icon_title.png) no-repeat center top;
        text-align: center;
        color: var(--white);
    }
}

/*-------------------------
/*  talent 
/*-------------------------*/
#talent {
    padding: 130px 0;
    background: url(../images/talent_bg2.png) no-repeat bottom right;
}

#talent .title {
    padding-bottom: 40px;
}

#talent .col4 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#talent .col4 > div {
    width: calc(25% - 23px);
}

.t-btn a {
    display: block;
    font-weight: 600;
    width: 100%;
    padding: 20px;
    line-height: 1;
    border: 1px solid #8D8D8D;
    border-radius: 50px;
    text-align: center;
    color: var(--main_text);
    background: var(--white);
}

.assistant_wrap div:nth-child(1) {
    margin: -30px 0 20px;
}

@media only screen and (max-width: 768px) {
    #talent .col4 {
        display: flex;
    }

    #talent .title {
        padding-bottom: 40px;
    }

    #talent .col4 > div {
        width: calc(50% - 15px);
    }

    #talent {
        padding: 130px 0;
        background: url(../images/talent_bg.png) no-repeat bottom right;
        background-size: auto 20%;
    }

    .assistant_wrap div:nth-child(1) {
        margin: -20px 0 20px;
    }
}

/*-------------------------
/*  talent カード下揃え
/*-------------------------*/
#talent .col4 {
    align-items: stretch;
}

#talent .col4 > div {
    display: flex;
    flex-direction: column;
}

#talent .col4 > div .img {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

#talent .col4 > div .img a {
    width: 100%;
}

#talent .col4 > div .img img {
    width: 100%;
    height: auto;
}

#talent .col4 > div .t-btn {
    flex-shrink: 0;
    margin-top: 10px;
}

/*-------------------------
/*  schedule 
/*-------------------------*/
#schedule {
    padding: 60px 0 130px;
    background: url(../images/sche_bg2.png) no-repeat top center;
    margin-top: -50px;
}

#schedule .title {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 50px;
    padding-left: 0;
    background: url(../images/icon_title.png) no-repeat center top;
    text-align: center;
    color: var(--white);
}

#schedule h2 {
    font-size: 3.88em;
    box-sizing: border-box;
    line-height: 1;
}

.schedule_title {
    margin-bottom: 20px;
}

.schedule_wrap {
    border-radius: 20px;
    background: var(--white);
}

.schedule_time {
    background-image: linear-gradient(
        -65deg,
        #fff0 20%,
        rgba(84, 203, 239, 1) 20%,
        rgba(185, 57, 224, 1)
    );
    color: #fff;
    padding: 10px 70px 30px 20px !important;
    height: 37px;
    display: inline-block;
    width: auto;
    text-align: center;
    position: static;
    line-height: 1;
    font-size: 1.2em;
    margin: 0px 0px 40px 0px !important;
}

.schedule_block {
    padding: 80px 200px;
    display: block;
}

.schedule_list {
    position: relative;
    padding: 0 40px;
    width: auto; 
}

.schedule_list_time {
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    padding: 0.2em 1.0em;
    display: inline-block;
}

.schedule_list_block {
    position: relative;
}

.schedule_list_detail {
    margin: 15px 0 30px;
    display: flex;
}

.schedule_list_detail_image img {
    width: 350px;
    height: 196px;
    object-fit: cover;
}

.schedule_list img {
    max-width: inherit;
}

.schedule_list_detail_overview {
    padding: 20px;
    display: flex;
}

.schedule_list_detail_icon {
    margin-right: 20px;
}

.schedule_list_detail_icon img {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.schedule_list_detail_name div.live {
    color: var(--main_purple);
    font-size: 0.88em;
    font-weight: normal;
    border: 1px solid var(--main_purple);
    border-radius: 5px;
    display: inline-block;
    padding: 3px 10px 5px;
    line-height: 1;
    margin-bottom: 20px;
}

.schedule_list_detail_name>div a {
    display: inline-block;
    font-size: 1.11em;
    margin-bottom: 20px;
    font-weight: bold;
}

.schedule_list_detail_name a {
    color: #000;
    font-weight: normal;
    line-height: 1;
}

.home .schedule_block:nth-child(n+6) {
    display: none;
}

.schedule .schedule_block:nth-child(n+10) {
    display: none !important;
}

.show_all {
    background-image: linear-gradient(90deg, rgba(252, 133, 196, 1), rgba(255, 180, 177, 1) 52%, rgba(252, 133, 150, 1));
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
}

.show_all a {
    color: #fff;
    font-weight: bold;
    padding: 16px 110px 13px;
    display: block;
}

.schedule .show_all {
    margin-top: -40px;
    margin-bottom: 70px;
}

.show_all::after {
    content: url(../images/arrow_right.svg);
    display: inline-block;
    width: 5px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 18px;
}

.schedule_text {
    text-align: left;
    font-size: 0.8rem;
    margin: 10px 20px;
}

@media all and (min-width: 768px) and (max-width: 1186px) {
    .schedule_block {
        padding: 80px 100px;
    }

    .schedule_time {
        width: 30%;
        font-size: 0.88em;
    }

    .schedule_list {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .schedule_block {
        padding: 20px;
    }

    .schedule_time {
        width: 80%;
        margin-right: 0 !important;
        margin-bottom: 40px;
        z-index: 1;
    }

    .schedule_list {
        width: 100%;
        padding: 0;
    }

    .schedule_list_detail {
        display: block;
    }

    .schedule_list_detail_image img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .schedule_list_detail_overview {
        padding: 20px 0;
        display: flex;
    }

    .schedule_list_detail_icon img {
        width: 55px;
        height: 55px;
    }

    .schedule_list_detail_name div {
        margin-bottom: 10px;
    }

    .schedule_list_detail_name>div a {
        margin-bottom: 0px;
    }

    .schedule_list_detail_name div.live {
        margin-bottom: 10px;
    }
}

/*-------------------------
  news 
-------------------------*/
#news {
    padding: 120px;
}
#news .title {
    padding-bottom: 80px;
}

.news_wrap {
    padding-bottom: 60px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.news_wrap li.col2 {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #BEBEBE;
}

.news_wrap .news_date,
.news_wrap .news_tags,
.news_wrap .news_title {
    width: auto; 
    margin: 0;
}

.news_wrap .news_date span {
    display: inline-block;
    background-image: linear-gradient(-65deg,
        #fff0 20%, 
        rgba(84, 203, 239, 1) 20%, 
        rgba(185, 57, 224, 1));
    color: #fff;
    padding: 7px 90px 12px 30px;
    text-align: left;
    font-weight: bold;
    font-size: 1.55em;
    line-height: 1;
}

.news_wrap .news_tags {
    margin: 0.5em 0; 
}

.news_tag {
    display: inline-block;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 4px 10px;
    margin-right: 6px;
    font-size: 1.0rem;
    background-color: transparent;
}

@media only screen and (max-width: 1140px) {
    .news_wrap li.col2 {
        display: block;
    }

    .news_wrap .news_date,
    .news_wrap .news_tags,
    .news_wrap .news_title {
        width: 100%;
        margin-bottom: 1em;
    }

    .news_wrap .news_date span {
        display: inline-block;
        background-image: linear-gradient(-65deg, 
            #fff0 20%, 
            rgba(84, 203, 239, 1) 20%, 
            rgba(185, 57, 224, 1));
        color: #fff;
        padding: 7px 90px 10px 15px;
        text-align: left;
        font-weight: bold;
        font-size: 1.33em;
        line-height: 1;
    }

    .news_wrap {
        padding-bottom: 30px;
    }
}

/*-------------------------
/*  pickup 
/*-------------------------*/
#pickup {
    padding: 120px 0;
    background: url(../images/pickup_bg2.webp) no-repeat center;
    background-size: cover;
}

#pickup .title {
    padding-bottom: 80px;
    color: var(--white);
}

.pickup_wrap {
    margin-bottom: 120px;
}

.pickup_wrap li {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
}

.link {
    margin-top: 40px;
    text-align: right;
    font-size: 0.88em;
    font-weight: normal;
    position: relative;
}

.link a {
    position: relative;
    color: #E51DCF;
}

.link a:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    background: url(../images/link_icon.svg) no-repeat center;
}

/*-------------------------
/*  goods 
/*-------------------------*/
#goods {
    padding: 120px 0 20px 0;
    background-size: cover;
}

#goods .title {
    padding-bottom: 80px;
}

.goods_wrap {
    margin-bottom: 120px;
}

.goods_wrap.col4 li img {
    border: 1px solid #ccc;
}

/*-------------------------
/*  fanart 
/*-------------------------*/
#fanart {
    padding: 60px 0;
    background-size: cover;
}

#fanart .title {
    padding-bottom: 80px;
}

.fanart_wrap {
    margin-bottom: 120px;
}

#fanart p.right {
    text-align: right;
    font-size: 0.7em;
}

.swiper-slide {
    padding: 10px;
}

.swiper img {
    width: 100%;
}

.swiper-controls {
    position: relative;
    margin: 60px 0;
    text-align: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
}

.swiper-pagination {
    display: inline-block;
    position: relative;
    margin: 0px 50px;
}

.swiper-button-next,
.swiper-button-prev {
    display: inline-block;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #8449B5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 2;
    transition: .3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 0.88em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.swiper-pagination-bullet-active {
    background-color: #8449B5;
}

/*-------------------------
/*  contact 
/*-------------------------*/
#contact {
    background: url(../images/contact_vnoco.png) no-repeat center right rgba(7, 193, 249, 0.93);
    padding: 120px 0;
    color: var(--white);
}

#contact .title {
    padding-bottom: 80px;
}

.contact_wrap {
    margin-bottom: 120px;
}

#contact .form_wrap {
    width: 100%;
    max-width: 900px !important;  /* 現在1100px → 詰める */
    margin: 0 auto !important;
}

#contact .form_wrap p {
    text-align: center;
}

#contact .form_wrap input,
#contact .form_wrap textarea {
    width: 100%;
    padding: 23px 30px 20px;
    border-radius: 10px;
    line-height: 1;
    border: none;
}

.smf-item__col--label {
    width: calc(30% - 70px);
    text-align: right;
}

.smf-item__col--controls {
    width: 70%;
}

.wp-block-snow-monkey-forms-item {
    display: flex;
    gap: 70px;
    margin-bottom: 20px;
}

.smf-item__label {
    display: inline-block;
    margin-right: 20px;
}

.smf-item__description {
    background: #E51DCF;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 0.66em;
    line-height: 1;
    display: inline-block;
}

#contact .smf-button-control__control {
    display: block;
    background: var(--white);
    color: var(--main_text);
    font-weight: bold;
    font-size: 0.88em;
    line-height: 1;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 15px;
    margin: 60px auto 0;
    border-radius: 50px;
    border: none;
}

.smf-form--business .smf-item__col {
    padding: 0 0 10px;
}

.smf-form--business .smf-item {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
}

.smf-form--business .smf-item__col--label {
    background: transparent;
    border-bottom: none;
    border: none;
    flex: 0 0 14em;
}

.smf-form a {
    color: #ffffff;
}

@media (max-width: 1140px) {
    .wp-block-snow-monkey-forms-item {
        display: block;
        gap: 0px;
        margin-bottom: 20px;
    }

    .smf-item__col--label {
        width: calc(100%);
        text-align: left;
    }

    .smf-item__label {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .smf-item__col--controls {
        width: 100%;
    }
}

/*-------------------------
/*  contact テキスト・注意事項
/*-------------------------*/
#contact .contact-text {
    width: calc(67% - 15px);
}

#contact .contact-notice {
    margin-top: 1.2em;
    padding: 0.8em 1.2em;
    background: #FFF0E6;
    border-radius: 10px;
    font-size: 0.85em;
    line-height: 1.7;
    color: #E07B39;
    max-width: 800px;         /* 横幅を制限 */
}

@media (max-width: 1140px) {
    #contact .contact-text {
        width: 100%;
    }
}
/*-------------------------
/*  SP contact フォーム 項目間マージン調整
/*-------------------------*/
@media only screen and (max-width: 1140px) {
    body #contact .smf-form .smf-item {
        margin: 0 0 0 0 !important;
        padding: 0 !important;
    }
}
/*-------------------------
/*  banner 
/*-------------------------*/
#banner {
    padding: 50px 0;
    background: #a96eda;
}

#banner img {
    width: auto;
    max-height: 100px;
}

.inlineblock {
    text-align: center;
}

.inlineblock>* {
    padding: 0 5px;
    display: inline-block;
}

/*-------------------------
/*  footer 
/*-------------------------*/
footer {
    color: #fff;
    background:#333333;
}

footer .inner {
    padding: 60px 20px 20px;
}

footer .inner a {
    color: #fff;
}

footer h1 {
    position: relative;
}

footer h1 img {
    width: 100%;
    max-width: 277px;
}

footer .left {
    width: 35%;
}

footer .right {
    width: 60%;
}

footer .col2 {
    display: flex;
    gap: 5%;
}

.sns_wrap ul {
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    list-style: none;
}

footer .sns_wrap ul {
    justify-content: left;
    padding-left: 0;
}

.sns_wrap li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.sns_wrap img {
    width: 100%;
    max-width: 42px;
}

#talent_detail-bottom .sns_wrap img {
    width: auto;
    height: 24px;
    max-width: inherit;
}

#talent_detail-bottom .sns_wrap span {
    position: relative;
    top: -7px;
}

.right nav ul {
    padding: 40px 0;
    list-style: none;
    padding-left: 0;
}

.right nav li {
    display: inline-block;
    margin-right: 50px;
}

.right .manage {
    list-style: none;
    padding-left: 0;
}

.right .manage li {
    margin-bottom: 20px;
}

.right .manage li span.manege_title {
    display: inline-block;
    width: 200px;
    background: #fff;
    text-align: center;
    color: #000;
    padding: 0px 20px;
    border-radius: 5px;
    margin-right: 20px;
}

.small {
    border-top: 1px solid #707070;
    margin-top: 60px;
    padding-top: 20px;
    font-size: 0.7em;
    text-align: center;
}

.small ul {
    list-style: none;
    padding-left: 0;
}

.small li {
    display: inline-block;
    margin-right: 40px;
}

.right nav li.sp {
    display: none;
}

#page_top {
    display: none;
}

@media only screen and (max-width: 768px) {
    footer .left {
        width: 100%;
        text-align: center;
    }

    footer .col2 {
        display: block;
    }

    footer h1 img {
        margin: 0 auto;
    }

    .pc {
        display: none !important;
    }

    footer .right {
        width: 100%;
    }

    .right nav li {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #707070;
    }

    .right .manage li span {
        display: block;
    }

    .right .manage li span {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #707070;
    }

    .small {
        border-top: none;
    }

    footer .sns_wrap ul {
        justify-content: center;
    }

    .right nav li.sp {
        display: block;
    }
}

.manage li a {
    margin-right: 10px;
}

.sp-break {
    display: none;
}

@media (max-width: 768px) {
    .sp-break {
        display: block;
    }

    .manage li .manege_title {
        display: block !important;
        margin-bottom: 0.4em !important;
    }

    .flex {
        display: block;
    }
}

/*-------------------------
/*  talent_detail
/*-------------------------*/
#talent_detail-top {
    padding: 180px 0 60px;
    background: #FFCED9;
    font-weight: 400;
}

#talent_detail-top h4 {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2em;
}

#talent_detail-bottom {
    padding: 60px 0 180px;
}

#talent_detail-bottom .col2.is-rightonly {
    display: flex;
    gap: 30px;
}

#talent_detail-bottom .col2.is-rightonly > div:first-child {
    width: 40%;
}

#talent_detail-bottom .col2.is-rightonly > div:last-child {
    width: 60%;
}

#talent_detail-bottom .sns_wrap.col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* タレント詳細ページ 2カラムレイアウト */
#talent_detail-top .col2 {
    display: flex;
    gap: 30px;
}

/*-------------------------
/*  タレント詳細 2カラム比率調整
/*-------------------------*/
#talent_detail-top .col2 > div:first-child {
    width: 50%;  /* 左：イラスト側を広く */
}

#talent_detail-top .col2 > div.contents {
    width: 50%;  /* 右：コンテンツ側を狭く */
}

.is-rightonly {
    position: relative;
    min-height: 600px;
}

.is-rightonly>div {
    padding-left: 100px;
    position: relative;
}

/*-------------------------
/*  イラスト位置調整
/*-------------------------*/
.talent_img {
    position: absolute;
    left: -50px;   /* 左にずらす（負の値で左へ） */
    top: -50px;    /* 上にずらす（負の値で上へ） */
    width: 100%;
}

.talent_img .illust {
    position: relative;
}

.talent_img .illust img {
    max-width: 100%;
    height: auto;
}

.talent_img #talent_image-02,
.talent_img #talent_image-03 {
    display: none;
}

/*-------------------------
/*  立ち絵フェード
/*-------------------------*/
.talent_img .illust img {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*-------------------------
/*  イラストサイズ調整
/*-------------------------*/
.talent_img .illust img {
    max-width: 100%;  /* 100%より大きくすると拡大 */
    /* または固定サイズで指定 */
    /* max-width: 600px; */
}

/* 親要素からはみ出しを許可する場合 */
.talent_img {
    width: 100%;  /* はみ出し許可 */
    /* overflow: visible; */
}


.talent_img .logo {
    text-align: center;
}

.talent_img .logo img {
    max-width: 400px;
}

.pt-80 {
    padding-top: 80px;
    background: url("../images/talent_detail_bg.png") no-repeat left top;
}

.sns_wrap {
    gap: 10px;
}

#talent_detail-top dl,
#talent_detail-top dt,
#talent_detail-top dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#talent_detail-top dl {
    margin: 0 auto;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#talent_detail-top dt {
    width: 170px;
    padding: 5px;
}

#talent_detail-top dd {
    width: calc(100% - 170px);
    padding: 5px;
}

#talent_detail-top dl {
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
}

#talent_detail-top h3 {
    font-size: 3.44em;
    line-height: 1;
    margin: 20px 0;
}


/*-------------------------
/*  SP 立ち絵 サイズ・位置調整
/*-------------------------*/
@media only screen and (max-width: 768px) {
    #talent_detail-top {
        padding-top: 80px !important;  /* 上に上げる */
    }
    
    #talent_detail-top .col2 > div:first-child .talent_img {
        max-width: 90% !important;     /* やや大きく */
        margin: -20px auto 0 !important;  /* やや上に */
    }
    
    #talent_detail-top .col2 > div:first-child .talent_img .illust img {
        max-width: 100% !important;
    }
}


/*-------------------------
/*  アイコンサイズ調整
/*-------------------------*/
#talent_detail-top .icon_wrap {
    width: 120px;  /* 親要素も広げる */
    position: absolute;
    right: -70px;  /* 位置も調整（必要に応じて） */
    top: 0;
}

#talent_detail-top .icon_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#talent_detail-top .icon_wrap li {
    cursor: pointer;
    margin-bottom: 10px;
}

#talent_detail-top .icon_wrap li img {
    width: 100%;
    max-width: 110px;  /* アイコンサイズを大きく */
}

#talent_detail-top .loope {
    position: relative;
}

#talent_detail-top .loope:after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: url("../images/icon_wrap_loope.png") no-repeat right bottom;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

#talent_detail-top h5 {
    font-size: 1.8em;
    font-weight: bold;
}

#talent_detail-top .is-rightonly div {
    z-index: 2;
}

#talent_detail-top .is-rightonly div.contents {
    z-index: 1;
}


/*-------------------------
/*  contents 位置調整
/*-------------------------*/
#talent_detail-top .col2 > div.contents {
    margin-top: -20px;  /* 上に移動（負の値で上へ） */
    /* または padding-top: 0; */
}

/*-------------------------
/*  h5 マージン調整
/*-------------------------*/
#talent_detail-top h5.wp-block-heading {
    margin-top: 0;      /* 上マージンをなくす */
    margin-bottom: 10px; /* 下マージンを詰める */
    padding-top: 0;
    padding-bottom: 0;
}

/* h3との間隔も調整する場合 */
#talent_detail-top h3.wp-block-heading {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* h4との間隔も調整する場合 */
#talent_detail-top h4.wp-block-heading {
    margin-top: 0;
    margin-bottom: 15px;
}


.tetail_text {
    margin: 40px 0;
    font-size: 1.1rem;
}

/*-------------------------
/*  表（dl）フォントサイズ調整
/*-------------------------*/

/* dt と dd を個別に調整する場合 */
#talent_detail-top dt {
    font-weight: bold;
    font-size: 1.1em;  /* 項目名 */
}

#talent_detail-top dd {
    font-size: 1.1em;  /* 内容 */
}

/*-------------------------
/*  talent_detail-bottom レイアウト調整
/*-------------------------*/
#talent_detail-bottom .inner {
    max-width: 1360px;      /* 上のセクションと同じ幅 */
    margin: 0 auto;         /* 中央寄せ */
    padding: 0 25px;        /* 上と同じ余白 */
}

#talent_detail-bottom .col2.is-rightonly > div:first-child {
    width: 40%;             /* 左側：空白（上のイラスト側と同じ比率） */
}

#talent_detail-bottom .col2.is-rightonly > div:last-child {
    width: 60%;             /* 右側：動画・SNS（上のcontentsと同じ比率） */
}


/*-------------------------
/*  SP contents見出し調整
/*-------------------------*/
@media only screen and (max-width: 768px) {
    /* h5：小さく・上部にマージン・下部にもややマージン */
    #talent_detail-top .contents h5.wp-block-heading {
        font-size: 1.2em !important;    /* 小さく */
        margin-top: 20px !important;     /* 上部マージン */
        margin-bottom: 10px !important;  /* 下部ややマージン */
    }
    
    /* h3：上下にマージン */
    #talent_detail-top .contents h3.wp-block-heading {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    
    /* h4：やや大きく */
    #talent_detail-top .contents h4.wp-block-heading {
        font-size: 1.2em !important;     /* やや大きく */
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }
}



/*-------------------------
/*  SNSリンク アイコン・テキスト調整
/*-------------------------*/
#talent_detail-bottom .sns_wrap > div a {
    display: flex;              /* flexboxで中央揃え */
    align-items: center;        /* 上下中央 */
    justify-content: center;    /* 左右中央 */
    gap: 10px;                  /* アイコンとテキストの間隔 */
    padding: 12px 15px;         /* 内側の余白 */
    border: 1px solid var(--main_text);
    border-radius: 10px;
    font-size: 1.0em;          /* テキストサイズ */
    color: var(--main_text);
    text-align: center;
}

#talent_detail-bottom .sns_wrap img {
    width: auto;
    height: 30px;               /* アイコンサイズ */
    max-width: inherit;
    vertical-align: middle;
}

#talent_detail-bottom .sns_wrap span {
    position: static;           /* 位置リセット */
    top: auto;
    line-height: 1;
}


.video-container {
    margin: 0 auto 1em;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 750px;
}

.video-container:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

iframe {
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sns_wrap>div a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid var(--main_text);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 0.7em;
    color: var(--main_text);
}

#talent_detail-bottom .sns_wrap>div a {
    padding: 10px 10px 4px;
}

.sns_wrap>div {
    width: calc(50% - 5px);
}


/*-------------------------
/*  SP talent_detail-bottom 全幅
/*-------------------------*/
@media only screen and (max-width: 768px) {
    #talent_detail-bottom .col2.is-rightonly {
        display: block !important;  /* 縦並びに */
    }
    
    #talent_detail-bottom .col2.is-rightonly > div:first-child {
        display: none;  /* 空のdivを非表示 */
    }
    
    #talent_detail-bottom .col2.is-rightonly > div:last-child {
        width: 100% !important;  /* 全幅 */
        padding-left: 0 !important;
    }

    #talent_detail-bottom .sns_wrap.col2 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;  /* センター寄せ */
    }
    
    #talent_detail-bottom .sns_wrap.col2 > div {
        width: 80% !important;
        margin-bottom: 10px;
    }
}




@media only screen and (max-width: 1140px) {
    #talent_detail-top {
        padding: 120px 0 60px;
    }

    #talent_detail-top .col2 {
        display: block;
    }

    #talent_detail-top .col2 > div:first-child {
        width: 100%;
        position: relative;
    }

    #talent_detail-top .col2 > div.contents {
        width: 100%;
    }

    .is-rightonly {
        min-height: auto;
    }

    #talent_detail-top .icon_wrap {
        width: 55px;
        position: absolute;
        left: auto;
        right: 0;
        top: -20px;
    }

    .talent_img {
        position: relative;
        left: 0;
        top: 0;
        max-width: 80%;
        margin: 0 auto;
    }

    .is-rightonly>div {
        text-align: center;
        padding-left: 0;
        position: relative;
    }

    .pt-80 {
        padding-top: 80px;
        background: none;
    }

    #talent_detail-top {
        background: url(../images/talent_detail_bg.png) no-repeat -100px 150px #FFCED9;
    }

    .tetail_text {
        text-align: left;
    }

    header#global .sns_wrap {
        display: flex;
        position: absolute;
        bottom: 10%;
        left: 0px;
        width: 100%;
    }

    header#global .sns_wrap>* {
        margin: 0 auto;
        width: 80%;
    }

    header#global .sns_wrap li {
        margin: 0;
        width: 20%;
        text-align: center;
    }

    header#global .sns_wrap li img {
        max-height: 30px;
        width: auto;
    }

    #talent_detail-bottom {
        padding: 40px 0 60px;
    }

    #talent_detail-bottom .col2 {
        display: block;
    }

    #talent_detail-bottom .col2.is-rightonly > div {
        width: 100%;
        padding-left: 0;
    }
}

/*-------------------------
/*  PC/SP 表示切り替え
/*-------------------------*/
/* PCでは .sp を非表示 */
.sp {
    display: none !important;
}

/* SPでは .sp を表示、.pc を非表示 */
@media only screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}

/*-------------------------
/*  sp responsive
/*-------------------------*/
@media (max-width: 1140px) {
    .inner,
    img,
    nav {
        width: 100%;
    }

    #service li h3 {
        text-align: center;
    }

    #column .col2 .col2 .text {
        width: calc(100%);
    }

    #column h2 span,
    #column h2 {
        text-align: center;
        margin: 0 0 2em;
        padding: 0;
    }

    #column .col2 .col2 .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .assistant_wrap {
        justify-content: flex-start;
    }

    .col4>*::after {
        display: block;
        content: "";
        width: calc(50% - 15px);
    }
}

/*-------------------------*/
/*  ハンバーガーメニュー
/*-------------------------*/
.hamburger {
    display: none;
}

@media (max-width: 1140px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 9999999;
        right: 10px;
        top: 5px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #392781;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 9999998;
        top: -20px;
        left: auto;
        right: -20px;
        color: #fff;
        background: #333333;
        text-align: center;
        width: calc(100% + 20px);
        height: 100vh;
        transform: translatex(100%);
        transition: all 0.4s;
        padding: 6em 2em;
        box-sizing: border-box;
    }

    nav.globalMenuSp ul.navitem {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        list-style: none;
    }

    header#global nav {
        padding: 90px 40px 27px;
    }

    header#global nav.globalMenuSp ul.navitem li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        margin: 0;
        line-height: 1;
        font-size: 1.4em;
        margin: 0 auto;
        text-align: center;
    }

    header#global nav.globalMenuSp ul.navitem li a {
        border-bottom: 1px solid var(--main_text);
        color: var(--white);
    }

    header#global nav.globalMenuSp ul.navitem li:last-child {
        padding-bottom: 0;
    }

    header#global nav.globalMenuSp ul.navitem li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    header#global nav.globalMenuSp ul.navitem li .tel a {
        display: block;
        color: #333;
        padding: 1em 0;
        text-decoration: none;
        margin-top: 30px;
    }

    header nav ul {
        text-align: center;
    }

    .active nav.globalMenuSp {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }

    #contact .title,
    #fanart .title,
    #goods .title,
    #pickup .title,
    #news .title {
        padding-bottom: 40px;
    }

    .goods_wrap {
        margin-bottom: 60px;
    }

    #banner img {
        width: auto;
        max-height: inherit;
        max-width: 100%;
    }
}

/*-------------------------*/
/*  その他
/*-------------------------*/
.page-header {
    opacity: 1 !important;
    padding-top: 9em;
    padding-bottom: 2em;
}

.page-header::before {
    display: none;
}

.page-header-subtext,
.page-header-title {
    text-shadow: none;
}

.entry-body {
    background: #fff;
}

.entry-title {
    font-size: 2em;
}

.wp-block-list {
    padding-left: 1.5em;
}

.sanmentzu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    padding: 0.5em 2em;
    border-radius: 30px;
}

.sanmentzu-button:hover {
    border-color: #999;
}

.sanmentzu-button span {
    margin-right: 0.4em;
}

.sanmentzu-button i {
    font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
    #news {
        padding: 60px 15px !important;
    }
}


/*-------------------------
/*  col3 レイアウト（Pickup用）
/*-------------------------*/
.col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.col3 > li {
    width: calc(33.333% - 20px);
}

@media only screen and (max-width: 768px) {
    .col3 > li {
        width: 100%;
    }
}

/*-------------------------
/*  Pickup 追加スタイル
/*-------------------------*/
#pickup .col3 {
    list-style: none;
    padding: 0;
}

#pickup .col3 li .img img {
    width: 100%;
    border-radius: 10px;
}

#pickup .col3 li .txt {
    margin-top: 20px;
    font-weight: bold;
}


/*-------------------------
/*  Pickup ボタン上部マージン
/*-------------------------*/
#pickup .btn.is-w {
    margin-top: 60px;
}

/*-------------------------
/*  Goods 追加スタイル
/*-------------------------*/
#goods .col4 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#goods .col4 > li {
    width: calc(25% - 23px);
}

@media only screen and (max-width: 768px) {
    #goods .col4 > li {
        width: calc(50% - 15px);
    }
}

/*-------------------------
/*  Goods ボタン上部マージン
/*-------------------------*/
#goods .btn {
    margin-top: 60px;
}

/*-------------------------
/*  Fanart 追加スタイル
/*-------------------------*/
.slider_wrap {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 25px;
}

#fanart .swiper-slide p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
}

#fanart .swiper-slide p a {
    color: var(--main_purple);
}

/*-------------------------
/*  contact フォーム強制上書き
/*-------------------------*/
#contact .smf-form,
#contact .smf-form--business {
    background: transparent !important;
    border: none !important;
}

#contact .smf-item,
#contact .smf-form--business .smf-item {
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
}

#contact .smf-item__col,
#contact .smf-item__col--label,
#contact .smf-item__col--controls {
    background: transparent !important;
    border: none !important;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#contact .smf-text-control__control,
#contact .smf-textarea-control__control {
    width: 100% !important;
    padding: 23px 30px 20px !important;
    border-radius: 10px !important;
    line-height: 1 !important;
    border: none !important;
    background: #fff !important;
    color: #333 !important;
}

#contact select,
#contact .smf-select-control__control {
    width: 100% !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    border: none !important;
    background: #fff !important;
    color: #333 !important;
}

#contact .smf-action {
    background: transparent !important;
    border: none !important;
}

#contact .smf-item__label__text {
    font-size: 1.1em !important;
    font-weight: bold !important;
}

/* 必須ラベル */
#contact .smf-item__description {
    font-size: 0.9em !important;
    font-weight: bold !important;
    background: #E51DCF !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 5px 10px !important;
    line-height: 1 !important;
    display: inline-block !important;
    margin-left: 10px !important;
}

#contact .smf-item__col--label {
    margin-bottom: 5px !important;   /* ラベル下の余白 */
    padding-bottom: 0 !important;
}

#contact .smf-item__col--controls {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 各フォーム項目の間隔も調整する場合 */
#contact .smf-item {
    margin-bottom: 15px !important;  /* 項目間の余白 */
}

#contact .wp-block-snow-monkey-forms-item {
    gap: 0px !important;  /* 現在70px → 詰める */
}

/*-------------------------
/*  Swiper スライダー修正
/*-------------------------*/
#fanart .swiper {
    width: 100%;
    overflow: hidden;
}

#fanart .swiper-wrapper {
    display: flex;
}

#fanart .swiper-slide {
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
}

#fanart .swiper-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}

#fanart .swiper-slide p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
}

#fanart .swiper-slide p a {
    color: var(--main_purple);
}

/* 全幅にする */
.slider_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    #fanart .swiper-slide img {
        height: 200px;
    }
}

/*-------------------------
/*  投稿詳細ページ（single）
/*-------------------------*/
.single-content {
    padding: 180px 0 80px;
    background: #f5f5f5;
    min-height: 100vh;
}

.single-content .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
}

/* パンくずリスト */
.single-content .breadcrumb {
    font-size: 0.85em;
    margin-bottom: 30px;
    color: #888;
}

.single-content .breadcrumb a {
    color: var(--main_purple);
}

.single-content .breadcrumb span {
    margin: 0 5px;
}

/* 記事ヘッダー */
.single-content .entry-header {
    background: #fff;
    padding: 40px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #eee;
}

.single-content .entry-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.single-content .entry-date {
    display: inline-block;
    background-image: linear-gradient(-65deg, #fff0 20%, rgba(84, 203, 239, 1) 20%, rgba(185, 57, 224, 1));
    color: #fff;
    padding: 5px 40px 5px 15px;
    font-weight: bold;
    font-size: 0.9em;
}

.single-content .entry-category {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 0.85em;
}

.single-content .entry-title {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

/* 記事本文 */
.single-content .entry-content {
    background: #fff;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    line-height: 2;
}

.single-content .entry-content p {
    margin-bottom: 1.5em;
}

.single-content .entry-content ul,
.single-content .entry-content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.single-content .entry-content li {
    margin-bottom: 0.5em;
}

.single-content .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.single-content .entry-content h2 {
    font-size: 1.4em;
    margin: 2em 0 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main_purple);
}

.single-content .entry-content h3 {
    font-size: 1.2em;
    margin: 1.5em 0 1em;
}

/* タグ */
.single-content .entry-tags {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.single-content .entry-tags a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 0.85em;
    color: var(--main_purple);
}

@media only screen and (max-width: 768px) {
    .single-content {
        padding: 120px 0 60px;
    }

    .single-content .entry-header,
    .single-content .entry-content {
        padding: 25px 20px;
    }

    .single-content .entry-title {
        font-size: 1.4em;
    }

    .single-content .entry-meta {
        flex-wrap: wrap;
    }
}


/*-------------------------
/*  固定ページ（page）
/*-------------------------*/
.page-content {
    padding: 180px 0 80px;
    background: #f5f5f5;
    min-height: 100vh;
}

.page-content .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
}

/* パンくずリスト */
.page-content .breadcrumb {
    font-size: 0.85em;
    margin-bottom: 30px;
    color: #888;
}

.page-content .breadcrumb a {
    color: var(--main_purple);
}

.page-content .breadcrumb span {
    margin: 0 5px;
}

/* ページヘッダー */
.page-content .page-header {
    background: #fff;
    padding: 40px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #eee;
}

.page-content .page-title {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

/* ページ本文 */
.page-content .page-body {
    background: #fff;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    line-height: 2;
}

.page-content .page-body p {
    margin-bottom: 1.5em;
}

.page-content .page-body ul,
.page-content .page-body ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.page-content .page-body li {
    margin-bottom: 0.5em;
}

.page-content .page-body img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.page-content .page-body h2 {
    font-size: 1.4em;
    margin: 2em 0 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main_purple);
}

.page-content .page-body h3 {
    font-size: 1.2em;
    margin: 1.5em 0 1em;
}

.page-content .page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.page-content .page-body th,
.page-content .page-body td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.page-content .page-body th {
    background: #f5f5f5;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .page-content {
        padding: 120px 0 60px;
    }

    .page-content .page-header,
    .page-content .page-body {
        padding: 25px 20px;
    }

    .page-content .page-title {
        font-size: 1.4em;
    }

    .page-content .page-body table {
        font-size: 0.9em;
    }

    .page-content .page-body th,
    .page-content .page-body td {
        padding: 10px;
    }
}


/*-------------------------
/*  アーカイブページ
/*-------------------------*/
.archive-content {
    padding: 180px 0 80px;
    background: #f5f5f5;
    min-height: 100vh;
}

.archive-content .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
}

/* パンくずリスト */
.archive-content .breadcrumb {
    font-size: 0.85em;
    margin-bottom: 30px;
    color: #888;
}

.archive-content .breadcrumb a {
    color: var(--main_purple);
}

.archive-content .breadcrumb span {
    margin: 0 5px;
}

/* アーカイブヘッダー */
.archive-content .archive-header {
    background: #fff;
    padding: 40px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #eee;
}

.archive-content .archive-title {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.archive-content .archive-description {
    margin-top: 15px;
    color: #666;
}

/* 記事一覧 */
.archive-content .archive-list {
    background: #fff;
    padding: 40px;
    border-radius: 0 0 10px 10px;
}

.archive-content .news_wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-content .archive-item {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

.archive-content .archive-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.archive-content .archive-item-date span {
    display: inline-block;
    background-image: linear-gradient(-65deg, #fff0 20%, rgba(84, 203, 239, 1) 20%, rgba(185, 57, 224, 1));
    color: #fff;
    padding: 5px 50px 5px 15px;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1;
}

.archive-content .archive-item-tags {
    flex-shrink: 0;
}

.archive-content .archive-item-tags .news_tag {
    display: inline-block;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 4px 10px;
    margin-right: 6px;
    font-size: 0.85em;
    background-color: transparent;
}

.archive-content .archive-item-title {
    flex-grow: 1;
}

.archive-content .archive-item-title a {
    color: var(--main_text);
    font-weight: 500;
}

.archive-content .archive-item-title a:hover {
    color: var(--main_purple);
}

/* ページネーション */
.archive-content .archive-pagination {
    margin-top: 40px;
    text-align: center;
}

.archive-content .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.archive-content .nav-links a,
.archive-content .nav-links span {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: var(--main_text);
    text-decoration: none;
}

.archive-content .nav-links a:hover {
    background: var(--main_purple);
    border-color: var(--main_purple);
    color: #fff;
}

.archive-content .nav-links .current {
    background: var(--main_purple);
    border-color: var(--main_purple);
    color: #fff;
}

/* 記事なしメッセージ */
.archive-content .no-posts {
    text-align: center;
    color: #888;
    padding: 40px 0;
}

/* SP対応 */
@media only screen and (max-width: 768px) {
    .archive-content {
        padding: 120px 0 60px;
    }

    .archive-content .archive-header,
    .archive-content .archive-list {
        padding: 25px 20px;
    }

    .archive-content .archive-title {
        font-size: 1.4em;
    }

    .archive-content .archive-item {
        display: block;
    }

    .archive-content .archive-item-date,
    .archive-content .archive-item-tags,
    .archive-content .archive-item-title {
        margin-bottom: 10px;
    }

    .archive-content .archive-item-date span {
        padding: 5px 40px 5px 10px;
        font-size: 0.85em;
    }
}

/*-------------------------
/*  アーカイブ ページネーション
/*-------------------------*/
.archive-content .archive-pagination {
    margin-top: 40px;
    text-align: center;
}

.archive-content .archive-pagination .page-numbers {
    display: inline-block;
    padding: 12px 18px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: var(--main_text);
    text-decoration: none;
    font-weight: 500;
    min-width: 45px;
    text-align: center;
}

.archive-content .archive-pagination .page-numbers:hover {
    background: var(--main_purple);
    border-color: var(--main_purple);
    color: #fff;
}

.archive-content .archive-pagination .page-numbers.current {
    background: var(--main_purple);
    border-color: var(--main_purple);
    color: #fff;
}

.archive-content .archive-pagination .prev,
.archive-content .archive-pagination .next {
    padding: 12px 20px;
}

/*-------------------------
/*  single/page/archive 上部マージン調整
/*-------------------------*/
.single-content,
.page-content,
.archive-content {
    padding-top: 130px;  /* 現在180px → 狭く */
}

/* SP用 */
@media only screen and (max-width: 768px) {
    .single-content,
    .page-content,
    .archive-content {
        padding-top: 90px;  /* 現在120px → 狭く */
    }
}

/*-------------------------
/*  最近の配信 セクションタイトル
/*-------------------------*/
.schedule_section_title {
    display: block;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 700;
    font-size: 1em;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 30px;
    margin: 20px auto 15px;
    text-align: center;
    max-width: 200px;
}

/* 配信なしメッセージ */
.schedule_no_data {
    text-align: center;
    color: #888;
    padding: 40px 20px;
    font-size: 1em;
}

/* SP対応 */
@media only screen and (max-width: 768px) {
    .schedule_section_title {
        font-size: 0.9em;
        padding: 8px 20px;
        margin: 15px auto 10px;
        max-width: 160px;
    }
}