/**/
:root {
    --mainColor-red: #E50053;
    --color-key-secondary: #FAF3E6;
    --color-sub-gray: #F7F7F6;
    --color-key-gold: #BE9B3E;
    --color-key-gorl-dark: #634904;
    --color-men: #004496;
    --color-women: #E80049;
}

/* --------------------------------------------
    l-main内　表示順
    PC版＝上部にパンくずリスト表示
    SP版＝最下部にパンくずリスト表示
-------------------------------------------- */
.l-main {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .l-main nav {
        order: 999;
    }
}

/* --------------------------------------------
    container
-------------------------------------------- */
.l-main .container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 24px;
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .l-main .container {
        padding: 12px;
    }
}

/* --------------------------------------------
    container article
-------------------------------------------- */

.l-main article {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/**/
@media (min-width: 1024px) {
    .margin-t-hd {
        margin: 10.5rem;
    }
}

@media (max-width: 1023px) {
    .margin-t-hd {
        margin: 12rem;
    }
}

/**/
.mainvisual__title {
    color: var(--mainColor-red) !important;
}

/**/
.container {
    margin: auto;
    color: #333333;
    padding: 0;
    max-width: 1080px;
}

@media (max-width: 578px) {
    .container {
        max-width: 100% !important;
        margin: 0;
    }
}

/*PC版・SP版で表示と非表示を切り替える*/
.container .pc {
    display: none;
}

.container .sp {
    display: none;
}

@media (min-width: 1024px) {
    .container .pc {
        display: block;
    }
}

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

/*max-width設定*/
.max_w_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.max_w_1052 {
    max-width: 1052px;
}

/* .max_w_1080{
    max-width:1080px !important;
    margin:0 auto;
} */

/*h2*/
.container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 7px;
    margin: 0 0 10px;
    text-align: center;
    color: var(--mainColor-red) !important;
}

@media (max-width: 1023px) {
    .container h2 {
        font-size: 20px;
    }
}

.container h2.mainColor {
    border-bottom: 3px solid var(--mainColor-red) !important;
}

.container h2.goldColor {
    font-weight: 700;
    color: var(--color-key-gorl-dark) !important;
    border-bottom: 3px solid var(--color-key-gorl-dark);
}

/*各コンテンツの余白*/
.container .three-rules,
.container .customer-voice,
.container .seikon-stories,
.container .seikon-experiences,
.container .movies,
.container .blogs,
.container .articles,
.container .shop-staff-list {
    margin: 32px auto;
}

/*スタッフ紹介*/

.profile-container {
    padding: 0 0 40px 0;
}

.profile-container h2 {
    padding: 0 0 24px 0;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 1023px) {
    .profile-container h2 {
        font-size: 24px;
    }
}

.profile-container .catch {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .profile-container .catch {
        font-size: 16px;
    }
}

.profile-container .hashtags {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: var(--mainColor-red) !important;
}

.profile-container .hashtags strong {
    font-weight: 500;
}

.profile-container .hashtag {
    font-size: 14px;
    font-weight: 500;
}

.profile-main {
    display: flex;
    gap: 40px;
    /* margin-bottom: 32px; */
}

.profile-main .profile-image {
    flex-shrink: 0;
    width: 200px;
    height: 240px;
}

.profile-main .profile-image img {
    width: 100%;
    height: auto;
    display: block;
}

.profile-main .profile-content {
    flex: 1;
}

.profile-main .profile-text {
    font-size: 15px;
    margin-bottom: 20px;
}

.profile-main .recommend-section {
    background-color: var(--color-key-secondary);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.profile-main .recommend-title {
    color: var(--mainColor-red) !important;
    font-size: 16px;
    font-weight: 700;
}

.profile-main .recommend-list {
    list-style: none;
    margin: 0;
}

.profile-main .recommend-list li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}

.profile-main .recommend-list li:before {
    content: "・";
    margin-right: 0.3em;
    font-weight: 700;
}

/* チャートスタイル */
.profile-main .chart-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-main .chart-section .chart-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-main .chart-section .chart-row:last-child {
    margin-bottom: 0;
}

.profile-main .chart-section .label-left {
    font-size: 12px;
    font-weight: 700;
    min-width: 90px;
    text-align: right;
}

.profile-main .chart-section .slider-track {
    flex: 1;
    max-width: 200px;
    position: relative;
    height: 3px;
    background-color: #e0e0e0;
}

.profile-main .chart-section .slider-dot {
    position: absolute;
    top: 50%;
    left: var(--position, 50%);
    /* デフォルト値は50% */
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: var(--mainColor-red) !important;
    border-radius: 50%;
}

.profile-main .chart-section .label-right {
    font-size: 12px;
    font-weight: 700;
    min-width: 70px;
    text-align: left;
}

/* SP版 */
@media (max-width: 1023px) {

    .profile-container .hashtags {
        gap: 0 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .profile-main {
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        margin-bottom: 30px;
    }

    .profile-main .profile-image {
        width: 100%;
        height: auto;
    }

    .profile-main .profile-image img {
        width: 160px;
        height: auto;
        margin: 0 auto;
    }

    .profile-main .profile-text {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .profile-main .recommend-section {
        padding: 20px;
    }

    .recommend-title {
        font-size: 14px;
    }

    .profile-main .recommend-list li {
        font-size: 13px;
    }

    .profile-main .chart-row {
        justify-content: center;
    }

    .profile-main .label-left {
        font-size: 13px;
    }

    .profile-main .label-right {
        font-size: 13px;
    }

    .profile-main .slider-dot {
        width: 16px;
        height: 16px;
    }
}

/* プロフィール詳細 */
.profile-details {
    margin-top: 80px;
    background-color: var(--color-key-secondary);
    padding: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.profile-details .detail-row {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

.profile-details .detail-row:last-child {
    margin-bottom: 0;
}

.profile-details .detail-label {
    background-color: var(--color-key-gold);
    color: white;
    padding: 8px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    min-width: 160px;
    text-align: center;
    flex-shrink: 0;
}

.profile-details .detail-label .sp {
    display: none;
}

.profile-details .detail-content {
    flex: 1;
    font-size: 15px;
    line-height: 1.9;
    padding-top: 6px;
}

/* SP版 */
@media (max-width: 1023px) {
    .profile-details {
        padding: 25px 20px;
    }

    .profile-details .detail-row {
        column-gap: 12px;
    }

    .profile-details .detail-label {
        font-size: 14px;
        margin-right: 0;
        width: fit-content;
        min-width: 90px;
    }

    .profile-details .detail-label .sp {
        display: block;
    }

    .profile-details .detail-content {
        font-size: 14px;
    }
}

/*大切にしている3つのルール*/
.container .three-rules {
    margin: 0 auto;
    padding: 20px;
    background: #FBFBFB;
}

.container .three-rules .rules-list {
    max-width: 1200px;
    margin: 0 auto;
}

.container .three-rules .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.container .three-rules .rule {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px 15px;
}

.container .three-rules .header {
    /* background: linear-gradient(135deg, #e91e63 0%, #d81b60 100%); */
    background: var(--mainColor-red) !important;
    color: white;
    padding: 8px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
}

.container .three-rules .content {
    font-size: 14px;
}

/* スマホ対応 */
@media (max-width: 1023px) {

    .container .three-rules .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .container .three-rules .rule {
        padding: 20px;
    }

    .container .three-rules .header {
        padding: 14px 24px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .container .three-rules .content {
        font-size: 13px;
        line-height: 1.8;
    }
}

/*スライダー ページ内共通*/
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.container .slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 14px 10px 0;
    flex-shrink: 0;
}

@media (max-width:1023px) {
    .slide {
        flex: 0 0 100%;
    }
}


@media (max-width: 1023px) {
    .container .slider-container {
        padding: 24px 22px;
    }
}

.slider-container {
    padding-top: 0;
    padding-bottom: 0;
}

.slider-wrapper {
    /* overflow: hidden; */
    position: relative;
}

.slider-track {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.slide {
    flex: 0 0 calc(100% / 3);
}

.shop .slide {
    flex: 0 0 calc(100% / 4);
    padding: 0;
}

.shop .slide .img {
    text-align: center;
    margin-bottom: 10px;
}

.shop .slide a p {
    font-weight: 600;
    text-align: center;
    color: #000;
}

@media (max-width: 1023px) {
    .slide {
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        gap: 10px;
    }
}

.slide-content {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.slider-container .arrow {
    top: calc(50% - 21px) !important;
}∂

.slider-container .slide a,
.slider-container .slide iframe {
    display: block;
    aspect-ratio: 16/9;
    /* overflow: hidden; */
    width: 100%;
    height: auto;
}

.shop .slider-container .slide a {
    margin-bottom: 10px;
    min-height: 150px;
    max-height: 200px;
}

.slider-container .slide a img {
    width: calc(100%);
    max-width: 120px;
    height: 100%;
    max-height: 120px;
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 50%;
}

.container .slider-container {
    margin: 0 auto;
    position: relative;
    padding: 20px 10px 0;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .rankingArea h3 {
        width: calc(100% - 32px);
        padding-top: 20px;
        margin: 0 auto;
    }

    .container .slider-container {
        padding: 15px 0;
    }
    .slider-container .slide a img{
        max-width: 150px;
        max-height: 150px;
    }
    .shop .slider-container .slide{
       padding: 0;
    }
}

.container .slider-wrapper {
    position: relative;
    /* overflow: hidden; */
}

.container .slider-track {
    display: flex;
    align-items: stretch;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.container .slide p.video-title {
    line-height: 1.4;
    min-height: 45px;
}

@media (max-width: 1023px) {
    .container .slide {
        width: 100%;
        padding: 0 0 0 12px;
    }

    .container .slider-track {
        width: 80%;
    }

    .shop .slider-track {
        width: 100%;
    }
}

.container .slide-content {
    background: white;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    width: 100%;
}

/* 矢印ボタンの見た目調整（必要なら調整） */
/*.movies*/
.arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    z-index: 10;
}

.customer-voice .counter {
    display: none;
}

/* サムネイル表示 */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.video-modal.is-open {
    display: flex;
    align-items: center;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.4);
}

.video-modal__content {
    position: relative;
    width: 90%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    margin: 10vh auto;
    background: #fff;
    padding: 35px 50px 20px;
    border-radius: 8px;
    object-fit: contain;
}

.video-modal__iframe,
.video-modal__iframe iframe {
    width: 100%;
    height: 100%;
}

.video-modal__close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

.video-thumb {
    all: unset;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
}

.video-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 50px;
    background: rgba(255, 0, 0, .8);
    border-radius: 14px;
    z-index: 2;
    transition: background .2s ease;
}

.video-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 3;
}

.video-thumb:hover {
    cursor: pointer;
}

.video-thumb:hover img {
    transform: scale(1.1);
    transition: .2s ease;
}

.video-duration {
    position: absolute;
    right: 6px;
    bottom: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
}

@media (max-width: 1023px) {
    .video-thumb {
        width: 100%;
    }

    .video-modal__content {
        padding: 0;
        height: 70%;
        max-width: 680px;
    }

    .video-modal__close {
        top: -25px;
        right: 5px;
        color: #fff;
    }

}

@media (max-width: 739px) {
    .video-modal__content {
        height: auto;
        width: 100%;
        max-width: 560px;
    }

}


.container .arrow {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    padding: 0 !important;
    background: white;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s;
    font-size: 20px;
    color: #000;
}

@media (min-width: 1024px) {
    .container .arrow:hover {
        background: #f5f5f5;
    }
}

.container .arrow-left {
    left: 5px;
}

.container .arrow-right {
    right: 5px;
}

@media (max-width: 1023px) {

    .container .arrow {
        width: 42px;
        height: 42px;
    }

    .container .pagination {
        margin-top: 24px;
    }
}


.container .man {
    color: #5E92E1;
}

.container .woman {
    color: #E24557;
}

.container .man .user-icon {
    fill: #5E92E1;
}

.container .woman .user-icon {
    fill: #e74c3c;
}

.container .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}

.container .dot.active {
    background: #333;
}

.container .dot:hover {
    background: #999;
}

/*ページネーション●●●の非表示*/
.seikon-stories .pagination,
.seikon-experiences .pagination,
.blogs .pagination,
.articles .pagination {
    display: none;
}

@media (max-width: 1023px) {
    .customer-voice .slide {
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        gap: 10px;
    }
}

.customer-voice .slide-content {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    width: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.customer-voice .slider-container .arrow {
    top: calc(50%) !important;
}

.customer-voice .slide-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.customer-voice .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.customer-voice .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-voice .date {
    font-size: 12px;
    color: #7C7669;
}

.customer-voice .slide-text {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 1023px) {
    .customer-voice .slide-text {
        font-size: 12px;
    }
}

.customer-voice .pagination {
    margin-top: 20px;
}

/*スライダー　カウンセラーの成婚ストーリー*/
.seikon-stories .slider-container {
    padding-top: 20px;
    padding-bottom: 0;
    box-shadow:none;
}

.seikon-stories .slider-wrapper{
    margin-inline: 20px;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .seikon-stories .slider-wrapper{
        width:100%;
        margin-inline:10%;
    }
}

.seikon-stories .slide{
    padding:0 5px;
}

.seikon-stories .slide-content{
    box-shadow:none;
    gap:0;
    padding:0;
}

.seikon-stories .slide{
    aspect-ratio: auto;
}

.seikon-stories .slide-main {
    display: flex;
    gap: 8px;
    flex: 1;
    padding:12px;
    border-radius: 12px;
}

.seikon-stories .slide-read{
    max-width:100%;
    width:fit-content;
    justify-self: center;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding: 5.5px 8px;
    border-radius: 8px;
    margin:0;
    position: relative;
    z-index: 2;
}

.seikon-stories .slide-read::after {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: 0;
    left: 38px;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}


.seikon-stories .slide.men .slide-read,
.seikon-stories .slide.men .slide-read::after {
    background: var(--color-men);
}

.seikon-stories .slide.women .slide-read,
.seikon-stories .slide.women .slide-read::after {
    background: var(--color-women);
}

.seikon-stories .slide-main .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #D4D4D4;
    flex-shrink: 0;
    overflow: hidden;
}

.seikon-stories .slide-main .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seikon-stories .slide-main .data {
    flex:1;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.seikon-stories .slide.men .slide-main {
    border: 1px solid var(--color-men);
}

.seikon-stories .slide.women .slide-main {
    border: 1px solid var(--color-women);
}

.seikon-stories .slide-main .data .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.seikon-stories .slide-main .data .category {
    color: var(--color-key-gorl-dark);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.seikon-stories .slide-main .data .category li{
    font-size: 11px;
    line-height: 1.3;
    border: 1px solid var(--color-key-gorl-dark);
    border-radius: 20px;
    padding: 2px 8px;
}

.seikon-stories .slide-main .data .tag {
    color: var(--color-key-gorl-dark);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.seikon-stories .slide-main .data .tag li{
    font-size: 11px;
    line-height: 1.3;
    -webkit-font-feature-settings: "plat";
    font-feature-settings: "plat";
}

/*スライダー　成婚体験談*/
.seikon-experiences .slider-container {
    padding-top: 0;
    padding-bottom: 0;
}

.seikon-experiences .slide-main {
    display: flex;
    gap: 12px;
    flex: 1;

}

.seikon-experiences .thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
}

.seikon-experiences .thumb img {
    width: 100%;
    object-fit: cover;
}

.seikon-experiences .speech-bubble {
    flex: 1;
    display: flex;
    align-items: center;
}

.seikon-experiences .slide-text {
    font-size: 16px;
    margin: 0;
}

.seikon-experiences .slide-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding-top: 8px;
}

.seikon-experiences .slide-footer.pair div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 10px;
}

.seikon-experiences .user-icon {
    width: 11px;
    height: 11px;
}

/* カウンター表示 */
/* .movies*/
.counter {
    font-size: 14px;
    color: #666;
}

/* 矢印ボタンの見た目調整（必要なら調整） */
/*.movies*/
.arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
}

.customer-voice .counter {
    display: none;
}

/*執筆した店舗ブログ　監修した記事　*/
.blogs .slider-container,
.articles .slider-container {
    padding-top: 0;
    padding-bottom: 0;
}

.blogs .slide-main,
.articles .slide-main {
    display: flex;
    gap: 12px;
    flex: 1;
}

.blogs .blog-thumb,
.articles .article-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
}

.blogs .blog-thumb img,
.articles .article-thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.blogs .blog-title,
.articles .article-title {
    flex: 1;
    display: flex;
}

@media (max-width: 1023px) {

    .blogs .blog-title,
    .articles .article-title {
        align-items: center;
    }
}

/*同じ店舗で働くスタッフ*/
.shop-staff-list .shop-staff {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; */
}

@media (max-width: 1023px) {
    .shop-staff-list .shop-staff {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 578px) {
    .shop-staff-list .shop-staff {
        grid-template-columns: repeat(2, 1fr);
        margin: 20px 20px 0 20px;
    }
}

.shop-staff-list .shop-staff .staff {
    width: 160px
}

.shop-staff-list .shop-staff .staff a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-staff-list .shop-staff .staff a .img {
    width: 100%;
    height: 100%;
    /* max-width:160px; */
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .shop-staff-list .shop-staff .staff a .img {
        max-width: 120px;
        margin-bottom: 5px;
    }
}

.shop-staff-list .shop-staff .staff a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}

.shop-staff-list .shop-staff .staff a .name {
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

/* --------------------------------------------
    mainvisual
-------------------------------------------- */
.mainvisual {
    background: linear-gradient(to bottom, rgba(255, 208, 165, .4), rgba(255, 180, 191, .4));
}

.mainvisual.under_area {
    background: #FAF3E7;
    padding-inline: 20px;
}

.mainvisual__content {
    display: grid;
    gap: 8px;
    padding-block: 24px;
    background: none;
}

.mainvisual__title {
    color: var(--mainVisualColor);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.mainvisual.under_area .mainvisual__title {
    color: var(--mainColor-red);
}

@media screen and (max-width: 768px) {
    .mainvisual__title {
        font-size: 20px;
    }
}

.mainvisual__icon {
    height: auto;
    margin-inline: auto;
    width: 50px;
}

.mainvisual__subLink {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid #fff;
    background: linear-gradient(to bottom, #E7325A, #D44D50);
    width: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    .mainvisual__subLink {
        font-size: 14px;
    }
}

.mainvisual__subLink:hover {
    opacity: 0.9;
}

.mainvisual__subLink a {
    display: block;
    padding: 16px;
    color: #ffffff;
}

.mainvisual__subLink a img {
    width: 7px;
    height: 11px;
    margin: 0 auto auto 5px;
    vertical-align: baseline;
}

.mainvisual__subLink a:hover {
    color: #fff;
}