@charset "utf-8";

/* ================================
   HEADER
================================ */

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: transparent;
    pointer-events: none;
}

.l-header__inner {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.l-header__logo img {
    height: 60px;
    width: auto;
}

.l-header__menu-btn {
    width: 80px;
    height: 32px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.l-header__menu-line {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--color-gold);
    transition: transform 0.3s;
    position: absolute;
    left: 0;
}
.menu__line--top {
    top: 8px;
}
.menu__line--center {
    top: 15px; /* (32px - 2px) / 2 */
}
.menu__line--bottom {
    top: 22px;
}
.l-header__menu-btn.active .menu__line--top {
    top: 15px;
    transform: rotate(45deg);
}
.l-header__menu-btn.active .menu__line--center {
    opacity: 0;
}
.l-header__menu-btn.active .menu__line--bottom {
    top: 15px;
    transform: rotate(-45deg);
}

/*gnav*/
.gnav {
    background: rgba(0, 0, 0, 0.83);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9998;
    overflow-y: scroll;
    padding-top: 112px;
    line-height: 1.8;
}
.gnav.hidden {
    display: none;
}
.gnav__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 96%;
    top: 100px;
    padding: 0 2%;
}

.gnav__menu {
    list-style-type: none;
    font-size: 1.47rem;
}

.gnav__menu__item {
    margin: 0;
    /*height:30px;*/
}
.gnav__menu__item a {
    color: #fff;
    font-family: /*"Lato",*/
        -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
        "Hiragino Sans", Arial, Meiryo, sans-serif;
    font-weight: 100;
    text-decoration: none;
    transition: 0.5s;
    line-height: 1.3;
    letter-spacing: 0.4rem;
}
.gnav__menu__item a:hover {
    color: #666;
}
.gnav__menu.m1em_ul .gnav__menu__item {
    margin-top: 0.5em;
}
.gnav .snsimg {
    height: 15px;
    width: auto;
    margin-right: 20px;
}

.gnav .accordion {
    margin: 5px auto;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    transition: 0.5s;
    line-height: 1.3;
    letter-spacing: 0.4rem;
}

.gnav .toggle {
    display: none;
}

.gnav .option {
    position: relative;
    /*margin-top: 0.5em;*/
}

.gnav .title,
.gnav .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    font-size: 1.47rem;
    font-family:
        -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
        "Hiragino Sans", Arial, Meiryo, sans-serif;
    line-height: 1.3;
}

.gnav .title {
    /*border: solid 1px #ccc;*/
    /*padding: 1em;*/
    display: block;
}

.gnav .title::after,
.gnav .title::before {
    content: "";
    position: absolute;
    right: 0.25em;
    top: 0.55em;
    width: 2px;
    height: 0.5em;
    background-color: #eee;
    transition: all 0.3s;
}

.gnav .title::after {
    transform: rotate(90deg);
}

.gnav .content {
    max-height: 0;
    overflow: hidden;
}

.gnav .content p {
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    line-height: 1.5;
}

.gnav .toggle:checked + .title + .content {
    max-height: 1000px;
    transition: all 1s;
}

.gnav .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}

.header_main_inner {
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 50px;
}
.header_main_head {
    line-height: 1;
}
.header_main_body {
    width: 60.972vw;
}

.header_main_bodyLeft {
    border-bottom: #333 dotted 1px;
}
.header_main_body {
    margin-top: 0;
    width: 100%;
}

.header_main_body .footsns {
    margin: 30px 0 10px;
    width: 100% !important;
}
/* ================================
   HERO
================================ */

.p-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.p-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.p-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.p-hero__overlay {
    position: relative;
    z-index: 1;
    inset: 0;
    height: 100%;
    padding: 80px 24px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.2),
        transparent 50%
    );
}

.p-hero__center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-hero__logo {
    max-width: 80%;
    max-height: 60vh;
}

.p-hero__bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-hero__scroll {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.p-hero__scroll-text {
    font-family: var(--font-serif);
    font-size: 12px;
    letter-spacing: 0.25em;
    color: var(--color-gold);
}

.p-hero__sensu {
    width: 32px;
    height: auto;
}

/* ================================
   一覧ページ
================================ */
.news__cont,
.newsDetail__cont {
    max-width: 1140px;
    margin: 0 auto;
}
.news__cont .underconst {
    margin: 2em 0;
    text-align: center;
}
.news__list {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news__list a {
    text-decoration: none;
}
.news__list li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.news__item {
    color: #333;
}
.news__item__header {
    text-decoration: none !important;
    color: #606060 !important;
}
.newsDetail__cont {
    clear: both;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0 30px 0;
    /*margin-top: -40px !important;*/
}
.newsDetail__cont__list:hover {
    background-color: #ddd;
}
.newsDetail__cont__list {
    border-top: none !important;
    padding-bottom: 10px !important;
}

/* サムネール付記事リスト */
.news__item__wrap {
    transition: all 0.5s ease-in-out;
    color: #333;
}
.news__item__wrap:hover {
    transform: scale(1.03);
    transition: all 0.5s ease-in-out;
    color: #666;
}
.news__item__date_ttl_wrap {
    padding-top: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.news__item__date_ttl_wrap .news__item__new {
    flex: none;
    width: 50px;
}
.news__item__date_ttl_wrap .news__item__new .newicon {
    width: 50px;
    height: 14px;
}
.news__item__date_ttl_wrap .news__item__new .newicon::before {
    display: inline-block;
    width: 100%;
    text-align: center;
    content: "NEW";
    font-size: 1rem;
    line-height: 1.4;
    background-color: var(--color-gold);
    color: #fff;
}
.news__item__date_ttl_wrap .news__item__date {
    flex: 1;
    line-height: 1.9rem;
    color: #90813a;
    border: none;
    padding: 0 0 0 5px;
}
.news__item__date_ttl_wrap .news__item__ttl {
    flex: none;
    width: 100%;
}
.news__item__wrap {
    transition: all 0.5s ease-in-out;
    color: #333;
}
.news__item__wrap:hover {
    transform: scale(1.03);
    transition: all 0.5s ease-in-out;
    color: #666;
}

.list__background {
    background: rgba(238, 238, 238, 0.2);
}
.list__background .news__item__ttl {
    width: 100%;
    padding-bottom: 9px;
}
.list__background .news__item__ttl__txt {
    width: 98%;
}

.newsTimg_wrap {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #aaa;
}
.newsTimg_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.newsTimg_inner.blur_ {
    filter: blur(80px);
}

/* ================================
   記事ページ ヘッダ & コンテンツ
================================ */
.newsDetail__cont {
    clear: both;
    border-top: 1px solid #92833b;
    border-bottom: 1px solid #92833b;
    padding: 10px 0 30px 0;
    font-size: 1.3rem;
    line-height: 1.8;
}
.newsDetail__header {
    color: #92833b;
    margin-bottom: 30px;
}
.news__date__ttle {
    overflow: hidden;
}

.news__item__date,
.newsDetail__date {
    line-height: 4em;
    width: 18%;
    float: left;
    padding: 0 2%;
    font-size: 9px;
    color: #92833b;
    border-left: 1px solid #92833b;
    border-right: 1px solid #92833b;
    font-size: 0.887rem;
    box-sizing: border-box;
}

.newsDetail__header .news__item__category .category-label {
    color: #555;
}

.news__item__ttl {
    float: left;
    width: 80%;
    padding: 0 2%;
    box-sizing: border-box;
}
.news__item__ttl__txt,
.newsDetail__ttl {
    font-weight: 500;
    font-size: 1.47rem;
    line-height: 1.8em;
    float: left;
    padding-left: 1.5%;
    width: 81.5%;
}
ul.list__contents li {
    display: inline-block;
    vertical-align: top;
}
.cms_comment_body {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 200%;
    clear: both;
}
.cms_comment_body .imgsz2 {
    text-align: center;
}
.cms_comment_body img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90vh;
    display: block;
    margin: 10px auto;
}
.cms_comment_body .main-video-wrap {
    width: 100%;
    text-align: center;
}
.cms_comment_body .main-radio-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}
.cms_comment_body .main-radio-wrap #audio-poster {
    margin-bottom: 2em;
}
.cms_comment_body .main-radio-wrap #audio-poster {
    text-align: center;
}

/* ================================
   記事ページ コメント
================================ */
.comments {
    padding-top: 30px;
    font-size: 1.4rem;
    line-height: 180%;
    clear: both;
    width: 90%;
    margin: 0 auto;
    color: #999;
}
.comments .h_ {
    margin: 10px auto;
    border-bottom: 1px solid #999;
}
.comments .comment-list li {
    border-bottom: dotted 1px #999;
    padding: 20px 10px;
}
.comments .comment-list .property {
    font-size: 1.1rem;
    color: #777;
}
.comments .post-comment-btn {
    text-align: center;
    margin: 30px 0;
}

/* 記事移動ボタン */
.newsDetail__prevnext_navi {
    overflow: hidden;
    margin: 10px 0 0;
}

.newsDetail__prevnext_navi ._prev {
    float: left;
    width: 50%;
    text-align: left;
}

.newsDetail__prevnext_navi ._next {
    float: right;
    width: 50%;
    text-align: right;
}


.userBar {
    border-bottom: 1px solid #999;
    padding: 5px 0 2px 0;
    margin: 10px 0;
    font-size: 1.8rem;
    color: #92833b;
}
.userBar .leftBar {
    border-left: 2px solid #999;
    padding: 2px 0 2px 10px;
}

input.width-name-half {
    box-sizing: border-box;
    width: calc(100% / 2 - 50px);
}
input.width-zip-part {
    box-sizing: border-box;
    width: 7em;
    max-width: 100%;
}
input.width-address {
    box-sizing: border-box;
    width: calc(100% - 50px);
}
input.width-tel-part {
    box-sizing: border-box;
    width: 5em;
    max-width: 100%;
}
input.width-date-year {
    box-sizing: border-box;
    width: 6em;
    max-width: 100%;
}
input.width-password {
    box-sizing: border-box;
    width: 20em;
    max-width: 100%;
}

.question.message textarea {
    box-sizing: border-box;
    width: 100%;
    height: 10em;
    margin-left: auto;
    margin-right: auto;
}

body.topics .style-effected .cnt {
    text-align: center;
}

.newsDetail__cont {
    text-align: left;
}

.comments {
    text-align: left;
}

/* ================================
   ENTRY BUTTONS
================================ */

.p-entry {
    background: #000;
    padding: 24px 0;
}

.p-entry__inner {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.c-btn-entry {
    font-family: var(--font-serif);
    font-size: 16px;
    letter-spacing: 0.15em;
    padding: 12px 10px;
    border-radius: 0;
    display: inline-block;
    min-width: 180px;
    text-align: center;
}

.c-btn-entry--signup {
    font-family: var(--font-serif);
    font-size: 18px;
    letter-spacing: 0.25em;
    background: var(--color-gold);
    color: #ffffff;
}

.c-btn-entry--login {
    font-family: var(--font-serif);
    font-size: 18px;
    letter-spacing: 0.25em;
    background: #ffffff;
    color: var(--color-gold);
    border: 2px solid var(--color-gold);
}

/* ================================
   SLIDER
================================ */

.p-slider {
    position: relative;
    padding: 32px 0 48px;
    overflow: hidden;
}

.p-slider__bg {
    position: absolute;
    inset: 0;
    background-image: url("../img/nougakudo.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(90%) contrast(110%);
    z-index: 0;
}

.p-slider__container {
    position: relative;
    z-index: 1;
}

.p-slider__radio {
    display: none;
}

.p-slider__viewport {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.p-slider__item {
    display: none;
    grid-template-columns: 1fr;
    gap: 16px;
}

.p-slider__banner {
    display: block;
    width: 100%;
}

.p-slider__banner img {
    width: 100%;
    height: auto;
    display: block;
}

.p-slider__banner:nth-child(2) {
    display: none;
}

#slide1:checked ~ .p-slider__viewport .p-slider__item--1,
#slide2:checked ~ .p-slider__viewport .p-slider__item--2,
#slide3:checked ~ .p-slider__viewport .p-slider__item--3 {
    display: grid;
}

.p-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.p-slider__dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

#slide1:checked ~ .p-slider__dots .dot:nth-child(1),
#slide2:checked ~ .p-slider__dots .dot:nth-child(2),
#slide3:checked ~ .p-slider__dots .dot:nth-child(3) {
    background: var(--color-gold);
}

/* ================================
   共通セクションヘッダー
================================ */

.c-section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.c-section-head__icon {
    width: 40px;
    height: auto;
}

.c-section-head__title {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 36px;
    letter-spacing: 0.15em;
}

.c-section-head--gold .c-section-head__title {
    color: var(--color-gold);
}
.c-section-head--green .c-section-head__title {
    color: var(--color-green);
}

.c-section-btn {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.c-btn {
    display: inline-block;
    text-align: center;
}

.c-btn--more {
    background: #000000;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 36px;
    font-family: var(--font-serif);
    font-size: 13px;
    letter-spacing: 0.15em;
}

/* ================================
   好色之間 (会員限定コンテンツ)
================================ */

.p-members {
    background-image: url("../img/paper_texture.jpg");
    background-size: cover;
    background-position: center;
    padding: 32px 0 40px;
    color: var(--color-text);
}

/* ===== 本日の更新 ===== */

.p-today {
    margin: 10px 0 22px;
}

/* SP：小さめ */
.p-today__label {
    display: inline-block;
    background: var(--color-gold);
    color: #fff;
    font-family: var(--font-serif);
    letter-spacing: 0.18em;
    font-size: 14px;
    padding: 10px 16px;
    line-height: 1;
}

.p-today__list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

/* 通知カード */
.c-update {
    display: grid;
    grid-template-columns: 52px 1fr 18px;
    gap: 14px;
    align-items: center;
    padding: 14px 14px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 5px;
    color: var(--color-text);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.c-update__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(144, 129, 58, 0.2);
    display: grid;
    place-items: center;
}

.c-update__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-update__body {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.c-update__meta {
    font-family: var(--font-serif);
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #90813a;
    font-size: 12px;
}

.c-update__title {
    font-family: var(--font-serif);
    letter-spacing: 0.12em;
    font-size: 14px;
    font-weight: 700;
    color: #2a2a2a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-update__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-update__chev {
    color: rgba(144, 129, 58, 0.95);
    font-size: 26px;
    line-height: 1;
    justify-self: end;
}

/* グリッド */
.p-members__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.c-member-card {
    font-size: 11px;
    color: #333;
}

.c-member-card__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 4px;
    background: #e5e5e5;
}

.c-member-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-member-card__badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--color-gold);
    color: #ffffff;
    font-size: 10px;
    font-family: var(--font-serif);
    letter-spacing: 0.15em;
    padding: 4px 10px;
}

.c-member-card__meta {
    font-size: 11px;
    font-family: var(--font-serif);
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #90813a;
    margin-bottom: 2px;
}

.c-member-card__title {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.4;
}

/* ================================
   瓦版 (ニュース/メディア)
================================ */

.p-news {
    background: #ffffff;
    color: var(--color-text);
    padding: 32px 0 40px;
}

.p-news__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0e5d8;
}

.p-news__item {
    padding: 16px 0;
    border-bottom: 1px solid #f0e5d8;
}

.p-news__meta {
    margin: 0 0 8px;
    font-family: var(--font-serif);
    font-size: 11px;
    letter-spacing: 0.15em;
}

.p-news__label {
    font-size: 13px;
    font-family: var(--font-serif);
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #c44a33;
    margin-right: 8px;
}

.p-news__date {
    font-size: 10px;
    font-family: var(--font-serif);
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #90813a;
    margin-bottom: 2px;
}

.p-news__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

/* ================================
   行脚帳 (スケジュール)
================================ */

.p-schedule {
    background: #ffffff;
    color: var(--color-text);
    padding: 32px 0 40px;
}

.p-schedule__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0e5d8;
}

.p-schedule__item {
    padding: 16px 0;
    border-bottom: 1px solid #f0e5d8;
}

.p-schedule__meta {
    margin: 0 0 8px;
    font-family: var(--font-serif);
    font-size: 11px;
    letter-spacing: 0.15em;
}

.p-schedule__label {
    font-size: 13px;
    font-family: var(--font-serif);
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #c44a33;
    margin-right: 8px;
}

.p-schedule__date {
    font-size: 10px;
    font-family: var(--font-serif);
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #90813a;
    margin-bottom: 2px;
}

.p-schedule__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

/* ================================
   身上書 (プロフィール)
================================ */

.p-bio {
    background: #ffffff;
    color: var(--color-text);
    padding: 32px 0 56px;
}

.p-bio__layout {
    display: block;
}

.p-bio__image {
    margin-bottom: 24px;
}

.p-bio__image img {
    width: 100%;
    height: auto;
    display: block;
}

.p-bio__body {
    text-align: center;
}

.p-bio__logo {
    margin: 24px 0;
}

.p-bio__logo img {
    max-width: 70%;
    margin: 0 auto;
}

.p-bio__text {
    font-size: 11px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.p-bio__text p {
    margin: 0 0 8px;
}

.p-bio__sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
}

.p-bio__sns img {
    width: 28px;
    height: 28px;
}

.p-bio__btn {
    display: flex;
    justify-content: center;
}

/* ================================
   FOOTER
================================ */

.l-footer {
    background: #000;
    color: #fff;
    padding: 48px 0 28px;
    overflow-x: hidden;
}

.p-footer {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

.p-footer__brand {
    margin-bottom: 28px;
}

.p-footer__brand-logo {
    height: 52px;
    width: auto;
    display: block;
}

.p-footer__nav {
    display: block;
}

.p-footer__block {
    margin-bottom: 26px;
}

.p-footer__title {
    margin: 0 0 10px;
    font-family: var(--font-serif);
    font-size: 14px;
    letter-spacing: 0.18em;
    color: #fff;
}

.p-footer__title--gold {
    color: var(--color-gold);
}

.p-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.p-footer__list--dense {
    gap: 9px;
}

.p-footer__list a {
    color: #e6e6e6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.65;
}

.p-footer__list a:hover {
    color: #fff;
}

.p-footer__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.22);
    margin: 22px 0 26px;
}

.p-footer__bottom {
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.p-footer__sns {
    display: flex;
    gap: 14px;
    align-items: center;
}

.p-footer__sns img {
    width: 18px;
    height: 18px;
    display: block;
    opacity: 0.9;
}

.p-footer__sns a:hover img {
    opacity: 1;
}

.p-footer__copy {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}

.this-is-member_only_contents {
    color: #555555;
    margin: 2em 0 2em;
}

/* ================================
   Responsive : SmartPhone (<=767px)
================================ */

@media (max-width: 767px) {
    .br-pc {
        display: none;
    }
    .header_main_inner {
        display: inherit;
        padding-left: 10.972vw !important;
        padding-right: 20px;
    }
    .gnav h1 {
        display: none;
    }
    .gnav__menu {
        margin-top: 70px;
    }
    .gnav__menu__item .gnav__menu {
        margin-top: 0;
    }
    .p-contents-hero__page_title {
        font-size: 4.5rem;
    }

    .news__list li {
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }
    .news__item {
        margin-bottom: 50px !important;
    }
    .news__item .newsTimg {
        width: auto;
        max-width: 100%;
        max-height: 320px;
        margin-bottom: 10px;
    }

    .news__item__date,
    .newsDetail__date {
        border: none;
    }
    .news__item__date {
        float: none !important;
        width: 100% !important;
    }
    .news__item__category {
        padding: 0;
        margin: 0;
    }
    .news__item__ttl__txt,
    .newsDetail__ttl {
        float: none !important;
        width: 96% !important;
        border-left: none !important;
        font-weight: 500 !important;
        font-size: 1.5rem !important;
        padding-left: 0;
    }
    .news__item__ttl {
        width: 100% !important;
    }
}

/* ================================
   Responsive : Tablet (>=768px)
================================ */

@media (min-width: 768px) {
    .br-sp {
        display: none;
    }

    body {
        font-size: 16px;
    }

    .l-container {
        width: 90%;
        /* max-width: 1100px; */
    }

    .gnav {
        height: 110%;
        width: 30%;
        right: 0;
    }
    .header_main_inner {
        padding: 0 30px 10px 30px;
    }
    .header_main_body {
        padding-left: 0;
    }
    .l-header__inner {
        padding: 16px 0;
    }

    .l-header__logo img {
        height: 72px;
    }

    .p-hero__overlay {
        padding: 96px 48px 56px;
    }

    .p-hero__logo {
        max-width: 50%;
        max-height: 55vh;
    }
    .p-contents-hero__page_title {
        font-size: 9.5rem;
    }

    .news__list li:nth-child(3n) {
        margin-right: 0;
    }
    .news__item .newsTimg {
        width: auto;
        max-width: 100%;
        max-height: 306px;
        margin-bottom: 10px;
    }

    .news__list li:nth-child(n + 4) {
        margin-top: 25px;
    }

    .cms_comment_body {
        width: 100%;
    }

    .cms_comment_body.single_ {
        margin-left: auto;
        margin-right: auto;
    }

    .p-entry {
        padding: 40px 0;
    }

    .c-btn-entry {
        font-size: 18px;
        min-width: 220px;
        padding: 14px 40px;
    }

    .p-slider__viewport {
        width: 80%;
    }

    .p-slider__item {
        gap: 20px;
    }

    .c-section-head__title {
        font-size: 26px;
    }

    .p-members__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }

    main,
    #main {
        background-color: #fff;
    }

    .p-news,
    .p-schedule {
        padding: 48px 0 56px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-news__text,
    .p-schedule__text {
        font-size: 14px;
    }

    .p-bio__logo img {
        max-width: 50%;
    }

    .p-bio__text {
        font-size: 12px;
        max-width: 680px;
        margin: 0 auto 32px;
    }

    .p-bio__sns {
        margin-bottom: 32px;
    }

    .c-btn--more {
        font-size: 14px;
        padding: 12px 44px;
    }

    .c-update {
        padding: 16px 18px;
    }
}

/* ================================
   Responsive : Desktop (>=1024px)
================================ */

@media (min-width: 1024px) {
    /* コンテナ：PCでも広く */
    .l-container {
        max-width: 100%;
    }

    .header_main_body {
    }

    /* HERO */
    .p-hero__overlay {
        padding: 112px 80px 72px;
    }
    .p-hero__logo {
        max-width: 40%;
        max-height: 50vh;
    }

    /* スライダー：2カラム＋2枚表示 */
    .p-slider__viewport {
        width: 100%;
    }
    .p-slider__item {
        grid-template-columns: 1fr 1fr;
    }
    .p-slider__banner:nth-child(2) {
        display: block;
    }

    /* 好色之間：4カラム */
    .p-members__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 28px 20px;
    }
    .c-member-card {
        font-size: 12px;
    }
    .c-member-card__meta {
        font-size: 11px;
    }

    .p-news,
    .p-schedule {
        padding: 48px 0 64px;
    }

    .c-section-head__title {
        font-size: 30px;
    }

    /* ===== 本日の更新：PCは左詰め＆横幅いっぱい ===== */
    .p-today {
        margin: 14px 0 26px;
    }

    .p-today__label {
        font-size: 18px;
        padding: 12px 22px;
    }

    .p-today__list {
        gap: 14px;
        width: 100%;
    }

    .c-update {
        grid-template-columns: 56px 1fr 18px;
        padding: 18px 20px;
    }

    .c-update__avatar {
        width: 56px;
        height: 56px;
    }

    .c-update__meta {
        font-size: 13px;
    }
    .c-update__title {
        font-size: 15px;
    }
    .c-update__desc {
        font-size: 13px;
    }

    /* ===== 身上書：PC調整（左画像＋右ロゴ） ===== */
    .p-bio__layout {
        display: grid;
        grid-template-columns: 1.3fr 1fr;
        gap: 48px;
        align-items: start;
    }

    .p-bio__image {
        margin-bottom: 0;
    }

    .p-bio__image img {
        width: 100%;
        height: clamp(260px, 34vh, 420px);
        object-fit: cover;
        object-position: center;
    }

    .p-bio__body {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .p-bio__logo {
        margin: 0 0 18px;
    }

    .p-bio__logo img {
        height: clamp(80px, 8vw, 140px);
        width: auto;
        max-width: 100%;
        margin: 0;
        object-fit: contain;
    }

    .p-bio__text {
        font-size: 13px;
        line-height: 1.8;
    }
    .p-bio__sns {
        justify-content: flex-start;
    }
    .p-bio__btn {
        justify-content: flex-start;
    }

    /* ===== FOOTER：PCレイアウト ===== */
    .l-footer {
        padding: 72px 0 46px;
    }

    .p-footer {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 64px;
        align-items: start;
    }

    .p-footer__brand {
        margin-bottom: 0;
    }
    .p-footer__brand-logo {
        height: 64px;
    }

    .p-footer__block {
        margin-bottom: 22px;
    }

    .p-footer__block + .p-footer__block {
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .p-footer__divider {
        display: none;
    }

    /* MENU：横並び */
    .p-footer__block:nth-of-type(1) .p-footer__list {
        grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
        gap: 14px 22px;
    }

    /* MEMBERS ONLY：折り返して“はみ出さない” */
    .p-footer__block:nth-of-type(2) .p-footer__list {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 10px 24px;
    }

    /* SUPPORT：折り返し */
    .p-footer__block:nth-of-type(4) .p-footer__list {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 10px 24px;
    }

    .p-footer__list a {
        font-size: 13px;
        line-height: 1.5;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .p-footer__title {
        font-size: 12px;
        opacity: 0.7;
        margin-bottom: 12px;
    }

    .p-footer__bottom {
        margin-top: 26px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }
}

/* ================================
   CONTENTS HERO（contents.html専用）
================================ */

.p-support-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;

    min-height: 0;
    padding: 112px 0 44px;
}

.p-contents-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;

    min-height: 0;
    padding: 112px 0 44px;
}

.p-contents-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("../img/nougakudo.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.55;
    filter: contrast(110%) brightness(92%);
    transform: scale(1.02);
}

.p-contents-hero__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            900px 520px at 50% 18%,
            rgba(0, 0, 0, 0.08),
            rgba(0, 0, 0, 0.7)
        ),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.82));
}

.p-contents-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.p-contents-hero__title {
    margin: 0;
    font-family: var(--font-serif);
    font-weight: 200;
    letter-spacing: 0.28em;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.92);
}

.p-contents-hero__page_title {
    width: 100%;
    max-width: 760px;
    margin: 0;
    color: var(--color-gold);
    letter-spacing: 1.4rem;
    font-family: var(--font-serif);
    font-weight: 700;
}

.p-contents-hero__thumb {
    width: 100%;
    max-width: 760px;
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}

.p-contents-hero__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.p-contents-hero__desc {
    margin: 0;
    max-width: 760px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.86);
}

/* Tablet */
@media (min-width: 768px) {
    .p-contents-hero {
        padding: 132px 0 54px;
    }
    .p-contents-hero__title {
        font-size: 48px;
    }
    .p-contents-hero__desc {
        font-size: 14px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .p-contents-hero {
        padding: 144px 0 62px;
    }
}
