@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap");
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -webkit-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background: #f2f2f2;
    color: #453e31;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
}
img {
    width: 100%;
}
/*===============================

共通

================================*/
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
.br_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .br_sp {
        display: block;
    }
}
.br_pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .br_pc {
        display: none;
    }
}
.ttl, .ttl_sub {
    padding-bottom: 30px;
    font-weight: 300;
    text-align: center;
}
.ttl_sub {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.2;
}
.ttl_sub span {
    display: block;
    font-size: 1.5rem;
}
/*===============================

ヘッダー

================================*/
header h1 {
    padding: 1.5% 0 0.2%;
}
@media screen and (max-width: 768px) {
    header h1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 0;
        background: rgba(242, 242, 242, 0.9);
        -webkit-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
        z-index: 100;
    }
}
header h1 img {
    width: 150px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    header h1 img {
        width: 125px;
        padding-top: 10px;
    }
}
/*===============================

フッター

================================*/
footer {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    padding: 50px 0 75px;
    border-top: 1px solid #b8a666;
    text-align: center;
}
@media screen and (max-width: 599px) {
    footer {
        padding: 60px 0 30px;
        border-top: 0px;
    }
}
footer a {
    color: #453e31;
    font-size: 1.4rem;
    font-weight: 300;
    text-decoration: none;
}
footer .logo {
    width: 125px;
    margin: auto;
    padding-bottom: 10px;
}
.index_footer {
    margin-top: 0px;
    padding: 25px 0;
    border-top: 0px;
}
/*===============================

ナビ

================================*/
nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    margin: auto;
    background: rgba(242, 242, 242, 0.9);
    z-index: 1000;
}
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 15px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
nav a {
    padding: 0 5px;
    color: #453e31;
    font-weight: 300;
    font-size: 1.6rem;
    text-decoration: none;
}
@media screen and (max-width: 599px) {
    nav a {
        padding: 0 5px;
        font-size: 1.6rem;
    }
}
nav .on {
    color: #b8a666;
}
/*
プルダウンメニュー
================================*/
#tg {
    display: none;
}
#tg2 {
    display: none;
}
.menu {
    position: relative;
    visibility: hidden;
    width: 120px;
    opacity: 0;
    top: -5px;
    margin-top: 5px;
    margin-bottom: -80px;
    margin-left: -30px;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 5px;
    line-height: 2;
    z-index: 10;
}
.dropInput:checked ~ .menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.menu2 {
    position: relative;
    visibility: hidden;
    width: 120px;
    opacity: 0;
    top: -5px;
    margin-top: 5px;
    margin-bottom: -80px;
    margin-left: -10px;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 5px;
    line-height: 2;
    z-index: 10;
}
.dropInput:checked ~ .menu2 {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.animation {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.line {
    border-bottom: 1px solid #b8a666;
}
@media screen and (max-width: 768px) {
    .line {
        border-bottom: 0px;
    }
}
.nav_tel {
    position: fixed;
    top: 18px;
    right: 10px;
    z-index: 102;
}
.nav_tel a {
    color: #453e31;
    font-size: 4rem;
}
.nav_ttl {
    position: fixed;
    top: 50px;
    left: 19px;
    font-size: 1.1rem;
    font-weight: 500;
    z-index: 102;
}
.nav_btn {
    position: fixed;
    top: 0px;
    left: 0;
    width: 70px;
    height: 70px;
    padding: 0 20px;
    color: #453e31;
    z-index: 101;
}
.nav_btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #453e31;
}
.nav_btn span:nth-of-type(1) {
    margin: 3px 0 0;
}
.nav_btn span:nth-of-type(2) {
    margin: 5px 0 0;
}
.nav_btn span:nth-of-type(3) {
    margin: 5px 0 5px;
}
.nav_open .nav_sp {
    visibility: visible;
    opacity: 1;
}
.nav_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden; /* ← 横スクロール防止✨ */
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.nav_sp a {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    line-height: 3;
}
.position {
    padding: 100px 0 0;
    box-sizing: border-box;
    max-width: 480px;
    width: 100%; /* ← これを追加(๑•̀ㅂ•́)و✧ */
    margin: 0 auto;
}
.ranking-label {
    position: relative;
    height: 48px; /* 任意：line-heightの倍など */
    line-height: 48px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.ranking-text {
    position: relative;
    z-index: 1;
}
.icon-new {
    position: absolute;
    left: 50%;
    transform: translateX(-100%) translateX(-10px); /* テキストの左10px */
    top: 54%;
    transform: translateY(-50%) translateX(-100%) translateX(-10px);
    width: auto;
    height: 10px;
    animation: blink 1.8s step-start infinite;
}
.icon-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(100%) translateX(10px); /* テキストの右10px */
    top: 54%;
    transform: translateY(-50%) translateX(100%) translateX(10px);
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
/* ランキングのリンク部分 */
.ranking-links {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}
.ranking-links.open {
    max-height: 100px; /* 収まる高さを調整 */
}
.ranking-links a {
    display: block;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    line-height: 2.5;
}
/*===============================

メイン

================================*/
main {
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
    main {
        margin-top: 80px;
    }
}
/*===============================

パンくずリスト

================================*/
.breadcrumb {
    background: #ddd;
    padding: 12px 0;
}
.breadcrumb ol {
    width: 75%;
    margin: auto;
    font-size: 1.2rem;
}
.breadcrumb li {
    display: inline;
    list-style-type: none;
}
.breadcrumb li:before {
    content: " > ";
}
.breadcrumb a {
    color: #333;
    text-decoration: none;
}
.breadcrumb span {
    color: #333;
}
/*===============================

スライド

================================*/
.slide {
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .slide {
        width: 100%;
        margin: auto;
        padding: 0;
    }
}
/*===============================

最新情報

================================*/
.info {
    width: auto;
    padding: 20px 20px 0;
}
.info h2 {
    display: block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    background: url("../img/info_pc.webp");
    background-size: 100% auto;
    font-weight: 300;
    text-align: center;
    font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
    .info h2 {
        height: 60px;
        line-height: 60px;
        margin-bottom: 20px;
        background: url("../img/info_sp.webp");
        background-size: cover;
        font-size: 2rem;
    }
}
.info h2 a {
    display: block;
    color: #bba45c;
    text-decoration: none;
}
.info h3 {
    padding: 20px 0 5px;
    color: #b8a666;
    width: 100%;
    font-weight: 300;
    font-size: 2rem;
}
@media screen and (max-width: 599px) {
    .info h3 {
        padding: 20px 0 5px;
        color: #b8a666;
        width: 100%;
        font-weight: 300;
        font-size: 1.8rem;
    }
    .info h3 a {
        color: #b8a666;
        font-weight: 300;
        font-size: 1.8rem;
        text-decoration: none;
    }
}
.info .comment {
    font-size: 1.5rem;
    line-height: 1.5
}
/*===============================

お知らせ

================================*/
.information {
    width: 100%;
    padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
    .information {
        width: auto;
        padding: 40px 10px 0 10px;
    }
}
.information h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
}
.information h3 img {
    width: 50px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
}
.information ul {
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 20px;
    padding: 50px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .information ul {
        width: auto;
        margin: 10px 5px;
        padding: 25px 10px;
    }
}
.information li {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    line-height: 1.5;
}
.information li:last-child {
    padding: 15px 0;
    border-bottom: 0px;
}
.information .inner {
    height: 310px;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
    .information .inner {
        height: 335px;
    }
}
.information a {
    color: #bb2634;
    font-weight: 700;
    text-decoration: none;
}
.daily-information {
    width: 100%;
    padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
    .daily-information {
        width: auto;
        padding: 40px 10px 0 10px;
    }
}
.daily-information h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
}
.daily-information h3 img {
    width: 50px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
}
.daily-information ul {
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 20px;
    padding: 50px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .daily-information ul {
        width: auto;
        margin: 10px 5px;
        padding: 25px 10px;
    }
}
.daily-information li {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    line-height: 1.5;
}
.daily-information li:last-child {
    padding: 15px 0;
    border-bottom: 0px;
}
.daily-information a {
    color: #bb2634;
    font-weight: 700;
    text-decoration: none;
}
/*===============================

本日の出勤

================================*/
.today {
    width: auto;
    padding: 20px;
}
.today h3 {
    padding: 20px 0 5px;
    color: #b8a666;
    width: 100%;
    font-weight: 300;
    font-size: 2rem;
}
.today .comment {
    font-size: 1.5rem;
    line-height: 1.5
}
/*===============================

新人妻

================================*/
.newface {
    padding: 0 10px
}
@media screen and (max-width: 768px) {
    .newface {
        padding: 0
    }
}
.newface h3 {
    padding: 50px 0 50px;
    color: #b8a666;
    width: 100%;
    font-weight: 300;
    font-size: 2.6rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .newface h3 {
        padding: 0px 0 5px;
        font-size: 2rem;
        text-align: left
    }
}
.newface .data {
    padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
    .newface .data {
        padding: 9px 20px 0;
    }
}
.newface .name {
    padding-top: 5px;
    font-weight: 300;
    font-size: 1.4rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .newface .name {
        font-size: 1.2rem;
    }
}
.newface .name span {
    display: block;
    padding-top: 2px;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .newface .name span {
        font-size: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .newface .comment {
        font-size: 1.5rem;
        line-height: 1.5
    }
}
@media screen and (max-width: 768px) {
    .newface .day {
        padding-left: 20px;
    }
}
/*===============================

在籍人妻

================================*/
.model {
    width: 930px;
    margin: auto;
    padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
    .model {
        width: auto;
        padding: 40px 10px 0 10px;
    }
}
.model ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.model li {
    width: 20%;
}
@media screen and (max-width: 599px) {
    .model li {
        width: 50%;
    }
}
.model figure {
    margin: 0 10px 30px 10px;
    font-weight: 300;
    text-align: center;
}
.model .inner {
    max-width: 942px;
    margin: auto;
    margin-top: 20px;
    padding: 35px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .model .inner {
        margin-top: 0;
        padding: 10px;
    }
}
.model .image {
    position: relative;
}
.model .image .taikoban {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.model .image .taikoban img {
    width: 60px;
}
.model .image .icon {
    position: absolute;
    left: 5px;
    bottom: 5px;
}
.model .image .icon img {
    width: 50px;
}
.model .name {
    padding: 10px 0 5px;
    font-size: 1.6rem;
}
.model .size {
    font-size: 1.4rem;
}
.model .time {
    margin-top: 10px;
    padding: 10px 0;
    background: #b8a666;
    color: #fff;
}
.model .premium_ttl {
    width: 842px;
    margin: auto;
    margin-bottom: 25px;
}
.model .text {
    padding: 30px 0 60px;
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .model .text {
        padding: 0 0 40px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
/*===============================

プロフィール

================================*/
.profile {
    padding: 50px 0 150px;
    color: #4d4d4d;
}
@media screen and (max-width: 768px) {
    .profile {
        width: auto;
        padding: 40px 10px 0 10px;
        font-weight: 400;
    }
}
.profile h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .profile h2 {
        padding-bottom: 25px;
        font-size: 1.6rem;
    }
}
.profile .inner {
    position: relative;
    width: 100%;
    max-width: 1025px;
    height: 1120px;
    margin: auto;
    background: #fff;
}
.profile .inner .img_01 {
    position: absolute;
    top: 25px;
    left: 25px;
}
.profile .inner .img_01 img {
    width: 475px;
}
.profile .inner .img_02 {
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.profile .inner .img_02 img {
    width: 475px;
}
.profile .inner .img_03 {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.profile .inner .img_03 img {
    width: 225px;
}
.profile .inner .img_04 {
    position: absolute;
    bottom: 25px;
    left: 275px;
}
.profile .inner .img_04 img {
    width: 225px;
}
.profile .inner .img_05 {
    position: absolute;
    top: 25px;
    right: 275px;
}
.profile .inner .img_05 img {
    width: 225px;
}
.profile .inner .img_06 {
    position: absolute;
    top: 25px;
    right: 25px;
}
.profile .inner .img_06 img {
    width: 225px;
}
.profile .inner_l {
    padding: 0 10px 20px 10px;
}
.profile .inner_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.profile .inner_sp .photo {
    margin: 0 20px 20px 0;
    width: calc(50% - 20px / 2);
}
.profile .inner_sp .photo:nth-child(2n) {
    margin-right: 0;
}
.profile .data {
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 25px;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    .profile .data {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }
}
.profile .data p {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #463f2f;
}
@media screen and (max-width: 768px) {
    .profile .data span {
        display: block;
        color: #cf002d;
    }
}
@media screen and (max-width: 768px) {
    .profile .data em {
        display: none;
    }
}
.profile .data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.profile .data dt {
    width: 25%;
    font-size: 1.4rem;
}
.profile .data .line {
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 25px;
}
.profile .diary {
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .profile .diary {
        width: 100%;
    }
}
.profile .diary iframe {
    width: 100%;
}
.profile a.btn_line {
    display: block;
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 25px;
    padding: 25px 0;
    background: #39b54a;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .profile a.btn_line {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        padding: 10px 0;
        font-size: 2rem;
    }
}
.profile a.btn_blog {
    display: block;
    padding: 10px 0;
    background: #463f2f;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}
.profile a.btn_tel {
    display: block;
    padding: 10px 0;
    background: #bba55c;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}
/*
  週間出勤情報
  ================================*/
.week {
    width: 98%;
    margin: auto;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
    .week {
        width: 95%;
    }
}
.week dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.week dt {
    width: calc(100% / 3);
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.week a {
    display: block;
    padding: 20px 0;
    color: #aaa;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .week a {
        padding: 15px 0;
        font-size: 1.6rem;
    }
}
.week .on {
    background: #e6e6e6;
}
.weekly table {
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 25px;
    border: 1px solid #b8a666;
    border-collapse: collapse;
}
@media screen and (max-width: 768px) {
    .weekly table {
        width: auto;
        font-weight: 400;
    }
}
.weekly th {
    width: 14.2%;
    background: #b8a666;
    border-left: 1px solid #cdc194;
    padding: 12px 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
}
.weekly td {
    width: 14.2%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-left: 1px solid #cdc194;
    font-size: 1.4rem;
    text-align: center;
}
.weekly a {
    display: block;
    color: #b8a666;
    text-decoration: none;
}
.weekly a:hover {
    background: #e1dccb;
}
/*===============================
ランキング
================================*/
.ranking {
    width: 100%;
    padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
    .ranking {
        width: auto;
        padding: 40px 10px 0 10px;
    }
}
.ranking h3 {
    width: 800px;
    margin: auto;
    padding: 10px 20px 20px;
    font-size: 2.5rem;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .ranking h3 {
        padding: 10px 10px 20px;
        font-size: 2rem;
    }
}
.ranking ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
    background: #aea288;
    border: 20px solid #fff;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .ranking ul {
        border: 10px solid #fff;
        font-weight: 400;
    }
}
.ranking .left {
    width: 300px;
}
@media screen and (max-width: 768px) {
    .ranking .left {
        width: 50%;
    }
}
.ranking .right {
    position: relative;
    width: 500px;
    padding: 40px 25px 0 25px;
}
@media screen and (max-width: 768px) {
    .ranking .right {
        width: 50%;
        padding: 0 10px;
    }
}
.ranking .taikoban {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 150px;
}
@media screen and (max-width: 768px) {
    .ranking .taikoban {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 80px;
    }
}
.ranking .rank {
    font-size: 3rem;
    font-style: italic;
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
    .ranking .rank {
        padding-top: 45px;
        font-size: 1.5rem;
    }
}
.ranking .rank span {
    font-size: 5rem;
}
@media screen and (max-width: 768px) {
    .ranking .rank span {
        display: block;
        font-size: 3rem;
    }
}
.ranking .name {
    padding-top: 40px;
    font-size: 3rem;
}
@media screen and (max-width: 768px) {
    .ranking .name {
        padding-top: 20px;
        font-size: 2.3rem;
    }
    .ranking .name span {
        display: block;
        font-size: 2rem;
        line-height: 1.2;
    }
}
.ranking .size {
    padding: 10px 0 30px;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .ranking .size {
        line-height: 1.6;
    }
}
.ranking .comment {
    overflow-y: auto;
    height: 190px;
    font-size: 1.4rem;
    line-height: 2em;
}
@media screen and (max-width: 599px) {
    .ranking .comment {
        display: none;
    }
}
.ranking .bg {
    background: #6b6452;
}
/*===============================
システム
================================*/
.system {
    width: 100%;
    padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
    .system {
        width: auto;
        padding: 20px 10px 0 10px;
    }
}
.system h3 {
    padding: 20px 0;
    font-size: 2rem;
    text-align: center;
}
.system ul {
    width: 1100px;
    margin: auto;
    margin-top: 50px;
    padding: 50px 0;
    background: #fff;
}
@media screen and (max-width: 599px) {
    .system ul {
        width: auto;
        margin: 20px 10px 0;
        padding: 30px 5px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .system ul {
        width: 95%;
    }
}
.system table {
    margin-left: 245px;
    padding: 0;
    color: #cf002d;
    font-size: 3.8rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .system table {
        margin-left: 8px;
        font-size: 1.9rem;
    }
}
.system td {
    margin: 0;
    padding: 0;
    text-align: center;
}
.system table span {
    display: block;
    font-size: 2.1rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .system table span {
        font-size: 1.1rem;
        line-height: 1;
    }
}
.system iframe {
    display: block;
    width: 90%;
    height: 500px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .system iframe {
        height: 300px;
    }
}
/*
料金表
================================*/
.price {
    width: 650px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .price {
        width: 100%;
    }
}
.price span {
    font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
    .price span {
        font-size: 1.9rem;
    }
}
.price a {
    display: block;
    color: #453e31;
    text-align: center;
    text-decoration: none;
    font-size: 3rem;
}
@media screen and (max-width: 768px) {
    .price a {
        font-size: 2rem;
    }
}
.price .text {
    padding-top: 50px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}
.text_sub {
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .text_sub {
        margin-top: -10px;
        padding: 0 0 20px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
.price_sp {
    padding: 0 35px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .price_sp {
        width: 75%;
        margin: auto;
    }
}
/*
ご利用カード
================================*/
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    margin: auto;
    margin-top: 25px;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .card {
        display: block;
        font-size: 1.6rem;
    }
}
.card img {
    width: 250px;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .card img {
        display: block;
        width: 250px;
        margin: auto;
    }
}
.card_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .card_sp {
        display: block;
        margin-top: 25px;
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
    }
    .card_sp img {
        width: 250px;
        margin: auto;
        margin-top: 10px;
    }
}
/*
マップ
================================*/
.map {
    margin-top: 70px;
}
.map .text {
    width: 600px;
    margin: auto;
    padding-top: 35px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}
.map .text span {
    font-size: 3.8rem;
}
.map_sub .text {
    padding: 35px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .map_sub .text {
        padding: 10px;
        font-size: 1.3rem;
        font-weight: bold;
    }
}
.map_sub .text a {
    font-size: 3.8rem;
    color: #433e32;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .map_sub .text a {
        font-size: 2.5rem;
    }
}
/*
コロナ対策
================================*/
.corona {
    width: 900px;
    margin: auto;
    margin-top: 50px;
    padding: 0 50px;
    background: #fff;
}
/*===============================
メルマガ登録
================================*/
.magazine {
    width: 100%;
    padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
    .magazine {
        width: auto;
        padding: 40px 10px 0 10px;
    }
}
.magazine h3 {
    font-size: 3rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .magazine h3 {
        font-size: 1.9rem;
    }
}
.magazine ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1025px;
    margin: auto;
    margin-top: 20px;
    padding: 50px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .magazine ul {
        width: auto;
        margin: 10px 5px;
        padding: 25px 10px;
    }
}
.magazine mark {
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .magazine mark {
        font-size: 1.6rem;
    }
}
.magazine input.email {
    width: 95%;
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
    .magazine input.email {
        height: 30px;
    }
}
.magazine .image {
    width: 200px;
}
@media screen and (max-width: 768px) {
    .magazine .image {
        width: 30%;
    }
}
.magazine .text {
    width: 800px;
    line-height: 3;
}
@media screen and (max-width: 768px) {
    .magazine .text {
        width: 70%;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
.magazine .sent {
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    background: #eee;
}
/*===============================
認証ページ
================================*/
.index .logo {
    width: 250px;
    margin: auto;
    padding-top: 150px;
}
@media screen and (max-width: 768px) {
    .index .logo {
        padding-top: 50px;
    }
}
.index .enter {
    width: 750px;
    margin: auto;
    padding-top: 50px;
}
@media screen and (max-width: 768px) {
    .index .enter {
        width: 95%;
        padding-top: 40px;
    }
}
.index .enter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.index .enter li {
    width: 50%;
    padding-bottom: 20px;
    border-left: 2px solid #443e32;
}
.index .enter li:first-child {
    border-left: 0px;
}
.index .text {
    padding: 25px 0;
    color: #463e2f;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .index .text {
        padding: 20px 10px;
        font-size: 1.2rem;
    }
}
.index .mark {
    width: 60px;
    margin: auto;
}
.index_sample {
    width: 100%;
    max-width: 2000px;
    margin: auto;
    padding: 25px;
}
@media screen and (max-width: 768px) {
    .index_sample {
        padding: 0;
    }
}
.index_sample .text {
    padding: 25px 0;
    color: #463e2f;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .index_sample .text {
        padding: 20px 10px;
        font-size: 1.2rem;
    }
}
.index_sample .text a {
    color: #463e2f;
    text-decoration: none;
}
.index_sample .mark {
    width: 60px;
    margin: auto;
}
.rec {
    width: 600px;
    margin: auto;
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    .rec {
        width: 100%;
        padding: 20px 0;
    }
}
.rec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rec li {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .rec li {
        width: 100%;
    }
}
.rec img {
    width: 90%;
    margin: auto;
}
/* スライド全体 */
.swiper-slide {
    transition: transform 0.6s;
}
/* 左右のスライド */
.swiper-slide-prev, .swiper-slide-next {
    transform: scale(0.9);
}
.slide-items {
    width: 100%;
    display: flex;
    margin: auto;
}
.slide-items dt {
    height: auto;
    margin-right: 12px;
    margin-left: 12px;
}
@media screen and (max-width: 768px) {
    .slide-items dt {
        height: auto;
        margin-right: 3px;
        margin-left: 3px;
    }
}
.slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-items-banner {
    width: 100%;
    display: flex;
    margin: auto;
}
.slide-items-banner dt {
    height: auto;
}
@media screen and (max-width: 768px) {
    .slide-items-banner dt {
        height: auto;
    }
}
.slide-items-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev:before, .slick-next:before {
    color: black;
}
.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.video-wrapper {
    position: relative;
    display: inline-block;
}
.video-link {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 2;
    background: transparent;
}
.video-link {
    display: inline-block;
    position: relative;
    width: 100%; /* レスポンシブ対応 */
}
.video-link video {
    width: 100%;
    height: auto;
    display: block;
}
/* 下部のコントロール部分だけリンクを無効化 */
.video-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* PCでのコントロールバー高さ */
    height: 15%;
    min-height: 40px;
    background: transparent;
    pointer-events: none; /* ここは動画にクリックを渡す */
}
/* スマホ（768px以下）の場合は範囲をさらに広げて誤タップ防止 */
@media screen and (max-width: 768px) {
    .video-link::after {
        height: 25%; /* 下部の無効範囲を広げる */
        min-height: 60px;
    }
}
.video-wrap {
    position: relative;
    width: 100%;
}
.video-wrap video {
    display: block;
    width: 100%;
    height: auto;
}
/* 透明のクリックレイヤー：下部コントロールは覆わない */
.video-hitarea {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* ▼PC既定：下25%は空けて、コントローラ操作を確保 */
    bottom: 25%;
    display: block;
    z-index: 2; /* 動画の上に */
    background: transparent; /* 透明 */
}
/* スマホはさらに下部に広めの余白を確保して誤タップ回避 */
@media (max-width: 768px) {
    .video-hitarea {
        bottom: 35%; /* 余白を広げる（%基準で動画サイズに追従） */
        min-height: 120px; /* 端末によってコントローラが高めでも安心 */
    }
}
/* もっと小さい端末での保険（任意） */
@media (max-width: 400px) {
    .video-hitarea {
        bottom: 40%;
        min-height: 140px;
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    color: white;
    font-weight: bold;
    animation: fadeIn 0.3s ease;
}
.modal.hidden {
    display: none !important;
}
.modal-content {
    width: min(96vw, 720px);
    max-height: 94vh;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
    overflow: visible; /* スクロールを出さない */
}

/* Swiperを入れる枠：残り高さを割り当てる（前回の式でOK） */
.swiper-custom-parent {
    --controls-h: 88px; /* JSで上書き（前回のまま） */
    --outer-gap: 12px;
    height: calc(min(74vh, 94vh - var(--controls-h) - var(--outer-gap)));
    width: 100%;
}
/* ←ここから“全体表示”用の肝 */
.swiper-container, .swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}
.swiper-slide > a {
    display: flex; /* 中央寄せしたいので */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; /* ← これが必須 */
}
/* 画像は“入るだけ全部見せる” */
.swiper-slide > a img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 余白は出ても全体表示 */
    object-position: 50% 50%;
    display: block !important;
}
/* もし既存で height:auto が残っていたら確実に潰す */



/* 1. スライダー全体のベース（上下中央におへそを揃える） */
.slider3 .swiper-wrapper {
    display: flex !important;
    align-items: center !important; 
}

/* 2. スライド自体の基本設定（縮小させておく） */
.slider3 .swiper-slide {
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.6s ease; /* アニメーションの速度 */
    transform-origin: center center; /* 拡大の基準点を中央に */
    transform: scale(0.92);          /* 左右のバナーを15%小さく表示 */
}

/* 3. 【重要】真ん中のスライドだけ大きく・濃くする */
.slider3 .swiper-slide-active {
    transform: scale(1.0) !important; /* 等倍（大きく見える） */
    opacity: 1 !important;            /* はっきり見せる */
    z-index: 10;                      /* 重なりを一番手前に */
}

/* 4. 画像と動画の隙間・ズレ防止 */
.slider3 img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.slider3 .video-wrap,
.slider3 .video-wrap video {
    width: 100%;
    height: auto;
    vertical-align: middle !important;
    line-height: 0 !important;
    font-size: 0 !important;
}
	
.slider4 img {
    height: 100% !important;
}
/* 矢印が外に出がちなら、親の内側で中央に固定 */
.swiper-button-prev-sub, .swiper-button-next-sub {
    top: 50%;
    transform: translateY(-50%);
}
/* ⑤ フッター（チェック＋閉じる）を1つの塊にして高さを測れるように */
.modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
/* レイアウト微調整 */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
#modalClose {
    min-width: 120px;
}
/* ⑥ ノートPC対策の微圧縮（高さや余白だけ少し詰める） */
@media (max-width: 1366px), (max-height: 800px) {
    .modal-content {
        gap: 10px;
    }
    .modal-footer {
        gap: 6px;
    }
}
/* ⑦ 必要なら“全体を必ず見せる”モード（余白が出てもOK） */
.modal--contain .swiper-slide img {
    object-fit: contain; /* 画像全体見せる。上下左右に余白が出ることあり */
}
.modal-inner {
    max-width: 650px;
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
}
.modal-close, #modalClose {
    display: block;
    margin: 10px auto;
    padding: 10px 30px;
    background: #b72d37;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold
}
.modal-close:hover, #modalClose:hover {
    background: #b72d37;
}
.modal .close-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
}
.custom-checkbox {
    display: inline-flex !important;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}
/* 本来のcheckboxを非表示 */
.custom-checkbox input[type=checkbox] {
    display: none;
}
/* チェックマーク円形ボックス */
.custom-checkbox .checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #aaa;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
}
/* ✅ 常時表示される白いチェックマーク（未チェックでも表示） */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #aaa;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* ✅ チェック時に背景と縁を青に、マークは白のまま */
.custom-checkbox input[type=checkbox]:checked + .checkmark {
    background-color: #b72d37;
    border-color: #b72d37;
}
/* ✅ チェック時でもマークは白のまま */
.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
    border-color: white;
}
/* ラベル文字 */
.custom-checkbox .label-text {
    font-size: 15px;
    color: white;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes popIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
.pulse {
    animation: pulse 2s ease-in-out infinite;
    color: yellow;
    font-weight: bold;
}