
:root {
    --swiper-theme-color: #111 !important;
}



html {
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    padding: 0;
    color: #080404;
    /* background: #FFF6EE; */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 62.5%;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    word-break: break-all;
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    position: relative;
}

a {
    text-decoration: none;
    color: #080404;
}

@media (any-hover: hover) {
    a:hover {
        opacity: .7;
    }
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: fill;
}

/* section{
    padding-top: 100px;
    margin-top: -100px;
} */

.nopc {
    display: none;
}

.notab {
    display: block;
}

.nosp {
    display: block;
}

.divline {
    background: #E4E4E4;
    border: 0;
    height: 1px;
    width: 95%;
    margin: 40px auto;
}

.font-ss {
    font-size: clamp(0.6rem, calc(0.7rem + 0.625vw), 0.8rem);
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-s {
    font-size: clamp(0.8rem, calc(0.9rem + 0.625vw), 1rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-m {
    font-size: clamp(1rem, calc(1.1rem + 0.625vw), 1.2rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-l {
    font-size: clamp(1.4rem, calc(1.5rem + 0.625vw), 1.6rem);
}

.font-b {
    font-weight: bold;
}

.font-s-num {
    font-size: clamp(1rem, calc(1.1rem + 0.625vw), 1.2rem);
    letter-spacing: 0.01rem;
}

.font-u {
    border-bottom: 1px solid;
    padding-bottom: 1px;
}

.font-ug {
    border-bottom: 2px solid #abd80b;
    padding-bottom: 1px;
}

.font-color {
    color: #98cf00;
}

.inner_box {
    width: 95% !important;
    margin: 0 auto;
}

.site_outer {
    width: 600px;
    max-width: 100%;
    min-width: 300px;
    display: flex;
    grid-template-columns: minmax(268px, 1fr) minmax(480px, 1fr) minmax(0px, 1fr);
    margin: auto;
}

.site_wrap {
    width: 100%;
    min-height: 100dvh;
    background: #FBFBFB;
    position: relative;
    box-shadow: 0px 4px 4px rgb(194 194 194 / 25%);
}

.section_title {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 0px auto 20px;
}

.section_title.user_page {
    font-weight: bold;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
}

.title_en {
    display: block;
    font-weight: normal;
    color: #ABD80B;
    text-align: center;
}

.mail_send_title {
    text-align: center;
}

.underpage_link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    font-weight: bold;
}

.underpage_link a {
    margin-right: 8px;
    border-bottom: 1px solid;
    font-weight: normal;
}

.underpage_link a:hover {
    border-color: transparent;
}

.underpage_link:first-child:before {
    background: url(../../static/images/icon_home.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}


/* button ------------------ */
button {
    border: 2px solid #080404;
    border-radius: 8px;
    padding: 14px 15px 12px;
    font-weight: bold;
}

.button_menu_create:before,
.button_create:before,
.button_inquiry:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.button_menu_create,
.button_create {
    background: #FFDB4F;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    color: #080404;
    -webkit-appearance: none;
}

.button_menu_create {
    padding-left: 38px;
}

.button_menu_create:before {
    background: url(../../static/images/icon_create.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 30px;
}

.button_create:before,
.button_inquiry:before {
    width: 26px;
    height: 26px;
}

.button_create,
.button_inquiry {
    position: relative;
    line-height: 1;
}

.button_create,
.button_inquiry {
    padding: 17px 15px 15px 42px !important
}

.button_inquiry,
#send {
    background: #c4fa00;
    color: #080404;
    font-size: 1rem;
    padding: 12px 15px;
}

.linkbutton_box.to_makko .button_inquiry {
    background: #FFDB4F;
}

#modalCloseButton {
    font-size: 1rem;
}

#send,
#modalCloseButton {
    width: 100%;
    line-height: 1;
    position: relative;
}

#send:after {
    content: "";
    background: url(../../static/images/icon_send.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.button_inquiry:before {
    background: url(../../static/images/icon_inquiry.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 35px;
}

.button_create:before {
    background: url(../../static/images/icon_create.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 35px;
}

.to_loginpage {
    width: 100%;
    background: #38E3D9;
    line-height: 1;
    font-size: 1rem;
    position: relative;
    color: #080404;
}

.to_loginpage:after {
    content: "";
    background: url(../../static/images/icon_to_login.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.to_requestpage {
    width: 100%;
    background: #c4fa00;
    color: #080404;
    line-height: 1;
    font-size: 1rem;
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #080404;
    border-radius: 8px;
    padding: 14px 15px 12px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
}

.to_requestpage:after {
    content: "";
    background: url(../../static/images/icon_send.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
}


/* header ------------------ */
.main_header {
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
    transition: .3s;
}

.main_header.hidden {
    top: -100px;
    transition: .3s;
}

.header_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main_logowrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main_logo {
    margin: 0;
    /* padding: 0 0 0 12px !important; */
    width: 180px;
    height: auto !important;
}


/* contents ------------------ */


.contents_page {
    position: relative;
}

.page_titlewrap {
    margin-top: 10px;
    margin-bottom: 15px;
}

.author_contents {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main_contents {
    margin-top: 80px;
    margin-bottom: 20px;
    /* overflow: auto; */
}

.site_desc {
    margin: 0;
    border-radius: 4px;
    position: relative;
    background: #ffffff;
    border: 1px solid #080404;
    padding: 12px;
}

.site_desc:before,
.site_desc:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* .site_desc:before {
    border-color: rgba(8, 4, 4, 0);
    border-top-color: #080404;
    border-width: 7px;
    margin-left: -7px;
}

.site_desc:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
} */

.site_desc .tagbox {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.site_desc_txtbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.border {
    height: 1px;
    border: 0px dotted #dfdfdf;
    background: #dfdfdf;
    margin: 0 0 10px;
}

.site_desc_titlebox {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.site_desc_main {
    width: 60%;
    display: flex;
    gap: 5px;
    align-items: center;
}

.site_desc_titleicon {
    width: 30%;
}

.site_desc_titletxt {
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.site_desc_title_ja {
    display: block;
    font-weight: normal;
}



/* 診断リスト ------------------ */
.new_shindanlist,
.hot_shindanlist,
.tagged_shindanlist {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 0%;
}

.tagged_shindanlist {
    /* margin: 40px 0 10%; */
}

.new_shindanlist {
    margin: 0 0 3%;
}

.new_shindan .tagbox {
    margin: 0 0 10%;
}

.shindanlist_container {
    /* padding: 8px; */
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #ededed;
    /* 最初は見えない */

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.other_shindan_list .other_shindan.shindanlist_container {
    align-items: flex-start;
    align-items: stretch;
    height: 100%;
    box-sizing: border-box;
}


.shindan_userlink {
    margin-top: auto;
}

.shindan_boxinner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shindanlist_thumb {
    position: relative;
    background: #f5f5f5;
}

.shindanlist_thumb img,
.users_shindan_thum img {
    width: 100%;
    height: auto;
    aspect-ratio: 280 / 146;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}

.users_shindan_thum img {
    border-radius: 4px;
}

.shindanlist_title,
.users_shindan_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    padding: 0 8px;
}

.users_shindan_title {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: none;
}

.users_shindan_info_data {
    color: #979797;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.shindan_type {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #38e3d8db;
    color: #fff;
    padding: 4px;
}

.shindanlist_desc {
    min-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    padding: 0 8px;
}

.shindan_userinfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 0 8px 8px;
    box-sizing: border-box;
}

.shindan_userbox {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.shindanuser_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.shindanuser_icon img {
    height: auto;
    object-fit: contain;
}

.shindanuser_name {
    max-width: 70px;
    overflow-wrap: anywhere;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shindanuser_access:before,
.users_shindan_rate:before {
    background: url(../../../static/images/icon_person_bk.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.users_shindan_date:before {
    background: url(../../../../static/images/icon_calendar_update.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.users_shindan_dateplus:before {
    background: url(../../../static/images/icon_calendar_plus.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.hotshindan_numberbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.hotshindan_number {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.shindan_userbox .hotshindan_number {
    margin-left: 10px;
}

.hotshindan_number:before {
    content: "";
    background: url(../../static/images/icon_fire.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 48%;
    left: 0;
    transform: translateY(-48%);
}

.hotshindan_number_unit {
    font-size: 12px;
}

.linkbox {
    margin: 30px 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.linkbox_image {
    width: 45%;
    width: 65%;
    margin: 0px auto 10%;
}

.linkbutton_box {
    display: flex;
    justify-content: center;

    gap: 15px;
}


.sns_linkbuttonbox {
    display: flex;
    gap: 10px;
    margin: 0;
}

.sns_linkbutton img {
    width: 18px;
}

.sns_linkbox {
    border-top: 1px dashed;
    padding: 10px 0 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.linkto_txt {
    text-align: center;
    margin-bottom: 8px;
}

.linkto_txt:before {
    content: "＼";
    margin-right: 5px;
    font-size: 10px;
}

.linkto_txt:after {
    content: "／";
    margin-left: 5px;
    font-size: 10px;
}

.linkto_banner img {
    border-radius: 8px;
}

.sns_linktxt {
    position: relative;
    display: inline-block;
    background: #c4fa00;
    padding: 4px 3px 3px 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shindanlist_container:nth-child(1) {
    animation-delay: 0.1s;
}

.shindanlist_container:nth-child(2) {
    animation-delay: 0.3s;
}

.shindanlist_container:nth-child(3) {
    animation-delay: 0.5s;
}





/* 下層ページ ------------------ */
.site_wrapinner {
    /* margin-bottom: 50px; */
    /* padding-bottom: 60px; */
    /* overflow: auto; */
    min-height: calc(100dvh - 204px);
    position: relative;
}

.page404_wrap {
    margin-top: 105px;
}


/* ユーザー詳細 ------------------ */
.user_infobox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 2px solid #080404;
    border-radius: 4px;
    padding: 16px;
    gap: 16px;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
}

.user_page {
    margin-top: 65px;
    /* padding-bottom: 65px; */
}

.user_icon {
    width: 58px;
    min-width: 12%;
}

.user_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.user_name {
    overflow-wrap: anywhere;
}

.user_url {
    display: flex;
    gap: 2px;
}

.user_url a {
    overflow-wrap: anywhere;
    width: 100%;
}

.user_url:before {
    background: url(../../../static/images/icon_link.svg);
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.user_url a {
    color: #ABD80B;
}

.user_comment {
    word-break: break-all;
}

.users_shindanlist {
    margin-bottom: 30px;
}

.users_shindan {
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #ededed;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 10px;
    opacity: 0;
    animation: fadeIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.section_title_s {
    margin: 0 auto 5px;
}

.users_shindan_thum {
    width: 40%;
    position: relative;
}

.users_shindan_info {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.users_shindan_title {
    margin-bottom: 5px;
}

.users_shindan_desc {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
}






/* 診断ページ ------------------ */
.page_title_contents {
    margin: 0 auto 5px;
    text-align: left;
    border-top: 1px solid #080404;
    border-bottom: 1px solid #080404;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.15;
}

.page_desc_content {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

h1.page_title_contents.iphone {
    font-size: clamp(0.8rem, calc(0.9rem + 0.625vw), 1rem);
    padding-top: 5px;
    padding-bottom: 5px;
}

.page_desc_title.section_title.font-m {
    margin-bottom: 0;
    padding: 5px 0 10px;
    border-bottom: 1px dashed #080404;
    margin-bottom: 10px;
}

.page_desk_info {
    display: flex;
    gap: 10px;

    padding: 10px 0;

}


.page_desc_image {
    width: 40%;
    min-width: 130px;
}

@media screen and (max-width:370px) {
    .page_desk_info {
        flex-direction: column;
        align-items: center;
    }

    .page_desc_image {
        width: 90%;
    }
}

.page_desc_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
    border-radius: 4px;
    aspect-ratio: 364 / 208;
}


.user_access {
    text-align: right;
}

.user_accessbox {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    color: #979797;
    margin-top: 10px;
    border-top: 1px dashed;
    padding-top: 10px;
}


.user_access:before {
    background: url(../../../static/images/icon_person_bk.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

#iframe_indexBlog {
    position: relative;
    z-index: 999;
}



.iframe-wrapper,
.contwrap {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}

.iframe-wrapper:after {
    content: "loading...";
    font-size: 18px;
    color: #fff;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 初期の高さをCSSで予約（CLS対策） */
iframe[src*="interpret-free.staging.ma-kko.com"] {
    display: block;
    width: 100%;
    min-height: 500px;
    /* 想定される最大高さに近い値を設定 */
    border: none;
}

.main_contents_wrap {
    width: 600px !important;
    max-width: 100%;
    margin: 0 auto;
}

/* .loader {
    background:
        radial-gradient(circle 11px at top, #0000 94%, #b0e5f3) 0 20px,
        radial-gradient(circle 11px at top, #0000 94%, #5dc1e4) 0 10px,
        radial-gradient(circle 11px at top, #0000 94%, #008cd9) 0 0;
    background-size: 20px 100%;
    background-repeat: repeat-x;
    animation: l7 1.3s infinite linear;
    margin: 0 auto;
    min-height: 500px;
}


@keyframes l7 {
    0% {
        background-position: 10px 15px, -10px 12px, 15px 8px
    }

    50% {
        background-position: 20px 20px, -20px 10px, 20px 0px
    }
} */


.iframe-contentwrap {
    position: relative;
    /* min-height: 500px; */
}

.loader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    /* 半透明背景 */
}

.dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #a8e300;
    /* ドットの色 */
    border-radius: 50%;
    animation: bounce 0.3s ease-in-out forwards;
    /* アニメーション時間を0.3秒に短縮 */
}

.dot:nth-child(1) {
    animation-delay: 0s;
    /* 最初のドットはすぐに動く */
}

.dot:nth-child(2) {
    animation-delay: 0.3s;
    /* 2番目のドットは0.3秒後に動き始める */
}

.dot:nth-child(3) {
    animation-delay: 0.6s;
    /* 3番目のドットは0.6秒後に動き始める */
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        /* 最初と最後の位置 */
    }

    50% {
        transform: translateY(-15px);
        /* 最高到達点 */
    }
}

/* iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    z-index: 1;
} */



.user_infobox_contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 4px;
    padding: 16px;
    gap: 16px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

a.to_userdetail {
    text-decoration: none;
}

a.to_userdetail:hover {
    text-decoration: underline;
}

.to_userdetail:before {
    background: url(../../../static/images/icon_folder.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.pankuz {
    padding-top: 10px;
    padding-bottom: 0px;
}

.pankuz_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.pankuz_list a {
    color: #080404;
    word-break: break-word;
    border-bottom: 1px solid;
}

.pankuz_listli {
    display: flex;
    align-items: center;
}

.pankuz_list li:first-child:before {
    background: url(../../../static/images/icon_home.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.pankuz_list li:after {
    background: url(../../../static/images/icon_shevron.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.pankuz_list li:last-child {
    font-weight: bold;
}

.pankuz_list li:last-child:after {
    background: none;
}

.page_descbox {
    margin: 20px auto 40px;
    padding: 10px;
    border: 2px solid #080404;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}

.other_shindan_headtitle {
    text-align: center;
    margin-bottom: 10px;
}

.other_shindan_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.other_shindan_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 364 / 208;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}



/* share */

.share_images_sec {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    background: #252525;
    box-shadow: 0px 2px 8px #c1c1c1;
    border-radius: 4px;
}

.share_images_sec a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 0;
    color: #fff;
}

.share_image_listbox {
    text-align: center;
}

.share_imagebox {
    margin: 8px 0;
}

.share_image {
    border: 1px solid #fff;
}

.share_images_title {
    text-align: center;
    color: #FFDB4F;
}

.share_images_title:before {
    content: "＼";
    font-size: 8px;
    margin-right: 4px;
}

.share_images_title:after {
    content: "／";
    font-size: 8px;
    margin-left: 4px;
}

.share_img_shindantitle {
    display: inline-block;
}

.share_img_shindantitle {
    text-align: center;
}

.share_img_shindantitle:after {
    content: "";
    background: url(../../static/images/icon_shevron_wh.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    transform: rotateZ(270deg);
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#Modal {
    &.is-open {
        display: block;
    }

    &[aria-hidden='false'] {
        animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    &[aria-hidden='true'] {
        animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
}







@media screen and (max-width: 767px) {
    .nopc {
        display: block;
    }

    .notab {
        display: none;
    }

    .linkbox {
        flex-direction: column;
        gap: 45px;
    }

    .linkbox_image {
        width: 65%;
    }

    .linkbutton_box {
        width: 100%;
    }

    .new_shindanlist,
    .hot_shindanlist,
    .tagged_shindanlist {
        grid-template-columns: 1fr 1fr;
    }

    .other_shindan_list {
        grid-template-columns: 1fr 1fr;
    }

    .site_desc {
        flex-direction: column;
    }

    .site_desc_main {
        width: 100%;
    }

    .site_desc .tagbox {
        width: 100%;
    }

}

@media screen and (max-width: 660px) {

    .linkbox_image {
        width: 65%;
        margin: 0 auto 10%;
    }

    .linkbutton_box {
        margin-bottom: 45px;
    }

    .linkbox {
        gap: 0px;
    }

}

@media screen and (max-width: 500px) {
    .nosp {
        display: none;
    }

    .hotshindan_numberbox {
        flex-direction: column;
    }

    .site_desc_main {
        flex-direction: column;
    }

    .koimikuji_selected_omikuji.font-m a {
        font-size: 1rem;
    }

}

@media screen and (max-width: 374px) {
    .linkbutton_box {
        /* flex-direction: column; */
        align-items: center;
    }

    .linkbox_image {
        width: 80%;
    }

    .hotshindan_number_unit {
        font-size: 10px;
    }

    .koimikuji_selected_omikuji.font-m a {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 320px) {
    .sns_linkbox {
        flex-direction: column;
    }

    .button_create,
    .button_inquiry {
        padding: 17px 12px 15px 38px !important;
    }

    .koimikuji_selected_omikuji.font-m {
        font-size: 0.75rem;
    }

}




/* 503 ------------------ */
.notice_meintenance_box {
    margin: 40px 0 65px;
}

.notice_image {
    width: 35%;
    margin: 0 auto;
}

.notice_meintenance {
    text-align: center;
}

.until_restart_txt {
    text-align: center;
    margin-bottom: 15px;
}

.until_restart_txt:before {
    content: "＼";
    font-size: 10px;
    margin-right: 5px;
}

.until_restart_txt:after {
    content: "／";
    font-size: 10px;
    margin-left: 2px;
}

.notice_meintenance_page .other_shindanbox {
    margin-bottom: 20px;
}

@media screen and (max-width: 400px) {

    .notice_image {
        width: 45%;
    }

}


/* footer ------------------ */
.main_footer {
    padding: 0 0 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_menu {
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
}

/* .footer_menulist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
} */

.footer_menu01 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    gap: 15px;
}

.copy.font-ss {
    text-align: center;
}

.copy {
    background: #91c500;
    padding: 0 0 5%;
}

.main_footer a:hover {
    border-bottom: 1px solid #080404;
    opacity: .7;
}


footer.footer_main {
    background-color: #a8e300;
    color: #fff;
    margin-top: auto;
    text-align: center;
    width: 100%;
}

.footer_menubox {
    padding: 0px 15px 0;
}

.footer_logo {
    margin: 0 0 30px;
    padding: 30px 15px 0;

}

.footer_snslinkbox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.footer_snslink {
    padding: 0 5px;
}

.footer_menubox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.footer_menubox,
.footer_menubox a {
    color: #2c2c2c;
}

.footer_menulist_item a.basiclink {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3px 10px;
}

.footer_menulist_login a.basiclink.footerlink {
    padding: 3px;
    font-weight: 700;
}

a.basiclink {
    border-radius: 100px;
    font-size: clamp(14px, 2.0833333333vw, 16px);
    padding: 3px 10px;
}

ul.sp-menu__main a.basiclink.sp_menu {
    justify-content: flex-start;
}

.footer_main .footer_menulist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 0px;
}

.footer_menulist__subGroup {
    align-items: baseline;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
}

.footer_menulist--ad.basic_list_style {
    align-items: normal;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.basic_list_style {
    display: flex;
    list-style-type: none;
}

.footer_menulist_button a {
    border: 1px solid #2c2c2c;
    border-radius: 100px;
}

.footer_menulist_login--text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #000;
}

a.basiclink {
    align-items: center;
    border-radius: 100px;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 3px;
}

a.basiclink:hover {
    background-color: #9bcd10;
    transition: .2s;
}

.sp-menu__main a.basiclink:hover {
    background-color: transparent;
}

.sp-menu__main a.basiclink {
    justify-content: flex-start;
}

.sp-menu__main .header_menulist_item a:hover {
    color: #f26868;
}

a.footerlink {
    border-radius: 100px;
    font-size: clamp(14px, 2.0833333333vw, 16px);
    padding: 15px;
}

.footer_logoimage {
    max-width: 200px;
    width: 48%;
}

footer.footer_main {
    margin: 0;
    padding: 0;
}

ul.foot__companey {
    align-items: center;
    background: #91c500;
    display: flex;
    font-size: 12px !important;
    gap: 10px;
    justify-content: center;
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

ul.foot__companey a {
    color: #000;
}

.footer-logoimg {
    width: 100%;
}


@media screen and (min-width:500px) {
    .footer_menulist--ad.basic_list_style {
        align-items: end;
        gap: 20px;
        justify-content: center;
        flex-direction: row;
    }

    .basic_list_style {
        display: flex;
        list-style-type: none;
    }

    .footer_menubox {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer_menulist_item a.basiclink {
        display: inline-block;
    }

    .footer_snslinkbox {
        justify-content: center;
    }

    .footer_logoimage {
        margin: 0 auto;
    }

    .footer_main .footer_menulist {
        flex-direction: column;
    }

    .footer_menulist__subGroup {
        flex-direction: row;
        justify-content: center;
    }
}





/* inquiry & contact ------------------ */

#contact {
    margin: 0 auto 50px;
}

.register_wrap,
.sponsored_content_wrap {
    margin-top: 65px;
}

.register_title {
    margin-top: 0px;
}

.contact_title {
    margin-top: 125px;
}

.register_title:before,
.contact_title:before,
.tieup_title:before,
.guideline_title:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 8px;
}

.register_title:before {
    background: url(../../static/images/icon_create_account.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_title:before {
    background: url(../../static/images/icon_inquiryform.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.important_color {
    color: #F26868;
    margin: 0 0 20px;
}

.login_txt,
.signin_txt {
    text-align: center;
    margin: 0 0 5%;
}

.Form-Item-Label {
    margin: 0 0 4px;
}

.form_name:before,
.form_mail:before,
.form_account:before,
.form_inquirytxt:before,
.form_inquiry_subject:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
}

.form_name:before {
    background: url(../../static/images/icon_person.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.form_mail:before {
    background: url(../../static/images/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.form_account:before,
.form_inquirytxt:before {
    background: url(../../static/images/icon_edit.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.form_inquiry_subject:before {
    background: url(../../static/images/icon_edit.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.form_inquiry_subjectbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin: 15px 0 20px;
}

.form_inquiry_subjectinner {
    display: flex;
    align-items: center;
    gap: 5px;
}

#name,
#email,
#message {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 14px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 16px;
}

#name,
#email,
#mail_subject {
    height: 40px;
    -webkit-text-size-adjust: none;
}

#message {
    margin-bottom: 8px;
    height: 8rem;
    border-radius: 4px;
    padding: 8px;
}

#mail_subject {
    padding: 8px;
    width: 100%;
}

.account_detail--wrapper {
    display: none;
}

.account_detail--wrapper.is_visible {
    display: block;
}

.account_detail--wrapper label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.account_detail--wrapper.is_visible {
    display: flex;
    gap: 5px;
    flex-direction: column;
    padding: 10px;
    background: #f0f0f0;
    width: 100%;
    border-radius: 10px;
}

.register_link {
    margin-bottom: 15%;
}

.register_link_guide {
    width: 80%;
    margin: 0 auto 16px;
}

.signin {
    margin-bottom: 20px;
}

.notice_check_heading.font-s {
    text-align: center;
}

.to_privacy_kiyaku_box {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px dashed #acacac;
}

.notice_checkbox {
    text-align: center;
    margin-bottom: 20px;
}

.notice_check_txt {
    margin-bottom: 20px;
}

.register_notice {
    background: #fff;
    padding: 10px 10px 0;
    border: 1px dashed #acacac;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 40px !important;
}

.register_notice .notice_check_txt {
    margin-bottom: 0px;
}

.register_notice .notice_check_txt p {
    margin: 0;
}

.register_notice .to_privacy_kiyaku_box {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
    border: 0px dashed #acacac;
    margin-bottom: 0px;
}


.to_kiyaku,
.to_privacy {
    position: relative;

}

.to_kiyaku:before {
    content: "";
    background: url(../../static/images/icon_kiyaku.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 30px;
}


.to_privacy:before {
    content: "";
    background: url(../../static/images/icon_privacy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 26px;
}

.to_kiyaku a,
.to_privacy a {
    text-decoration: underline;
    font-weight: bold;
}

.to_kiyaku a:hover,
.to_privacy a:hover {
    text-decoration: none;
}




/* 404 ------------------ */
.site_wrap_error .page_titlewrap {
    text-align: center;
    margin-top: 40px;
}

.page_title_en {
    color: #d2d2d2;
    margin: 0 auto 5px;
}


/* PC ------------------ */

.row_left {
    height: 400px;
    position: sticky;
    top: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row_right {
    height: 100dvh;
}

.site_image {
    width: 80%;
    margin: 0 auto 10%;
}

.side_menulist {
    list-style: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0 0 4rem;
}

.side_menulist_title_en {
    color: #ABD80B;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

.side_menulist_title {
    line-height: 1.8;
    display: flex;
    justify-content: flex-end;
}

.linkto_banner_side {
    width: 85%;
    margin: 0 auto;
}

.linkto_banner_side img {
    border-radius: 8px;
}

.sample_banner {
    width: 45%;
}

.linkto_makko {
    display: none;
}





@media screen and (max-width: 1024px) {
    .main_header {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .row_left {
        display: none;
    }

    .row_right {
        display: none;
    }

    .linkto_makko {
        display: block;
    }
}

iframe#iframe_indexBlog {
    min-height: 500px;
}


button:disabled {
    background-color: grey;
    cursor: not-allowed;
    color: #080404;
}

.disabled {
    pointer-events: none;
    background-color: grey;
    padding: 14px 15px 12px;
    text-decoration: none;
    border-radius: 5px;
}

.fade-in img {
    opacity: 0;
    animation: fadeIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    /* フェードインアニメーションを2秒で実行 */
}

/* 遅延フェードインのアニメーション定義 */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}



/*  結果ページmodal  */


.result_modal_wrap {
    margin: 0 auto;
    padding: 20px 0 10px;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 599px) {
    .result_modal_wrap {
        padding: 15px 0 7px;
    }
}

.result_modal_title {
    text-align: center;
    margin-bottom: 20px;
}

.result_modal_title02 {
    text-align: center;
    margin-bottom: 5px;
}

.result_modal_title02:before {
    content: "＼";
    font-size: 12px;
    margin-right: 4px;
}

.result_modal_title02:after {
    content: "／";
    font-size: 12px;
}

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

@media screen and (max-width:375px) {
    .modal_other_shindan {
        width: 250px;
        margin: auto;
    }
}

.modal_other_shindan .other_shindan_image img {
    border-radius: 4px;
}

.other_shindan_desc {
    min-height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.making_shindan_box {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 25px;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    text-align: center;
    /* gap: 25px; */
}

.other_shindan_link {
    display: flex;
    flex-direction: column;
    gap: 5% 4%;
    background: #fff;
    padding: 0px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #ededed;
}

.making_shindan_link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.making_shindan_button {
    width: 100%;
    margin: 0 auto;
}

.making_shindan_button:hover {
    opacity: 0.7;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}


/* tag list */

:root {
    --tagbtncolor: rgb(57, 57, 57);
}



.tag_sort {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 16px;
    justify-content: center;
}

.tag_sort--inner {
    padding: 3px;
    border: 2px solid var(--tagbtncolor);
    border-radius: 100px;
}

.tag_sort_btn {
    display: inline-block;
    padding: 5px 16px;

    border-radius: 50px;
    font-size: 14px;
    color: var(--tagbtncolor);
    text-decoration: none;
}

.tag_sort_btn:hover {
    background: var(--tagbtncolor);
    filter: brightness(1.5);
    color: #fff;
}

.tag_sort_btn.current {
    background: var(--tagbtncolor);
    color: #fff;
}

.tagbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.popular_shindan .tagbox,
.contents_page .tagbox,
.tagged_page .tagbox,
.users_shindan_section .tagbox,
.seimei_shindan_linksec .tagbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tagbox .section_title {
    margin-bottom: 10px !important;
}

.tagged_page .section_title {
    margin: 0 auto 3%;
}

.taglist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* justify-content: center; */
}



.taglist a {
    /* background: #c4fa00; */
    padding: 5px 10px 5px 10px;
    border: 1px solid;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    /* font-weight: bold; */
    color: #000;

    padding: 5px 10px 5px 26px;
    border: 1px solid;
    border-radius: 50px;
}

@media screen and (max-width:410px) {
    .taglist {
        gap: clamp(4px, calc((8/ 410)*100vw), 8px);
    }

    .taglist a {
        border: 1px solid;
    }
}

.taglist a:hover {
    background: #212121;
    color: #fff;
}

.taglist a:before {
    content: "";

    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background-color: #000;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'><path fill='%23000' d='m240-160 40-160H120l20-80h160l40-160H180l20-80h160l40-160h80l-40 160h160l40-160h80l-40 160h160l-20 80H660l-40 160h160l-20 80H600l-40 160h-80l40-160H360l-40 160h-80Zm140-240h160l40-160H420l-40 160Z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'><path fill='%23000' d='m240-160 40-160H120l20-80h160l40-160H180l20-80h160l40-160h80l-40 160h160l40-160h80l-40 160h160l-20 80H660l-40 160h160l-20 80H600l-40 160h-80l40-160H360l-40 160h-80Zm140-240h160l40-160H420l-40 160Z'/></svg>") no-repeat center / contain;
}

.taglist a:hover:before {
    background-color: #ffffff;
}

.tag_desc {
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 0px;
}



@media screen and (max-width: 500px) {

    .making_shindan_box {
        gap: 15px;
    }

    .result_modal_title {
        font-size: 1.3rem;
    }

    .result_modal_title02 {
        font-size: 1rem;
    }


    .making_shindan_box {
        grid-template-columns: 1fr;
        padding: 5%;
        gap: 30px;
    }

    .result_modal_title02:before,
    .result_modal_title02:after {
        font-size: 7px;
    }

    .site_desc_titlebox {
        width: 100%;
    }

    .site_desc_txtbox.font-ss {
        width: 100%;
    }

    .site_desc_main {
        gap: 15px;
    }

    .site_desc_title_ja {
        display: inline;
        margin-left: 10px;
    }

    .site_desc_titlebox {
        flex-direction: row;
        justify-content: center;
    }

    .site_desc_titleicon {
        width: 8%;
    }

    .site_desc_titlebox {
        gap: 10px;
    }

}

@media screen and (max-width: 450px) {
    .hotshindan_number {
        font-size: 13px;
    }

    .shindanuser_name {
        max-width: 60px;
    }

    .hotshindan_number:before {
        width: 14px;
        height: 14px;
    }

    .shindanuser_icon {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 400px) {

    .result_modal_title02:before,
    .result_modal_title02:after {
        display: none;
    }

    .result_modal_title {
        font-size: 1.1rem;
    }

    .shindanuser_name {
        max-width: 50px;
    }

    .hotshindan_number {
        font-size: 12px;
    }

}

@media screen and (max-width: 370px) {
    .hotshindan_number {
        padding-left: 15px;
    }

    .shindanuser_icon {
        margin-right: 4px;
    }
}


@media screen and (max-width: 359px) {

    .shindanlist_title,
    .users_shindan_title {
        -webkit-line-clamp: 1;
        font-size: 0.85rem;
    }

    .users_shindan_title {
        -webkit-line-clamp: none;
    }

    .shindanlist_desc {
        min-height: 1rem;
        -webkit-line-clamp: 1;
    }

    .shindanlist_container {
        align-items: flex-start;
    }

    .shindan_userinfo {
        flex-direction: column;
    }

    .shindanuser_name {
        max-width: 80px;
    }

    .shindan_userinfo {
        align-items: flex-start;
    }

    .hotshindan_number {
        font-size: 13px;
    }

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

}


/* SP menu */
.sp__head.nopc {
    position: sticky;
    top: 0;
    z-index: 9;
}

.header_menu {
    background-color: #fff;
    height: 60px;
    justify-content: space-between;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.header_mainlogo {
    width: 100px;
}

.header_mainlogoimg,
.header_mainlogoimg a,
.header_menu {
    align-items: center;
    display: flex;
}

.header_heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.notab_sp {
    display: none;
}

.sp-menu__logo {
    align-items: center;
    display: flex;
    height: 60px;
    padding: 0 15px;
}

.nav-wrapper {
    display: block;
    height: 14px;
    position: relative;
    width: 32px;
}

#toggle-nav {
    display: none;
}

#toggle-nav:checked~.hamburger {
    height: 28px;
}

#toggle-nav:checked~.hamburger div:first-of-type {
    margin-top: 6px;
    transform: rotate(135deg);
}

#toggle-nav:checked~.hamburger div:nth-of-type(2) {
    opacity: 0;
}

#toggle-nav:checked~.hamburger div:nth-of-type(3) {
    margin-top: -12px;
    transform: rotate(-135deg);
}




input[type=checkbox] {
    margin-right: 8px;
}

.hamburger {
    position: relative;
    /* position: fixed; */
    /* top: 20px;
    left: calc(50% + 300px - 45px); */
    width: 32px;
    height: 14px;
    z-index: 999;
}

.hamburger div {
    background-color: #000;
    height: 2px;
    position: relative;
    transition: background-color .5s, transform .5s;
    width: 100%;
}

.hamburger div:nth-of-type(2) {
    margin: 4px 0;
}

#toggle-nav:checked~.menu {
    opacity: 1;
    visibility: visible;
}

.menu,
.menu ul {
    margin: 0;
    padding: 0;
}

.menu {
    width: 600px;
    max-width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s ease-out;
    visibility: hidden;
    will-change: opacity, visibility;
    z-index: 100;
}

.menu ul {
    font-size: 16px;
    padding: 15px;
    list-style: none;
}

.sp-menu__main {
    flex: 1;
}

.menu ul li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.menu ul {
    font-size: 16px;
    padding: 15px;
}

.sp-menu__member {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sp-menu__member .sp_menu_signup {
    max-width: 300px;
    min-width: 200px;
    width: 100%;
}

.sp-menu__member .header__menuicon--link {
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    width: 100%;
}

.header__menuicon--link {
    align-items: center;
    /* background-color: #fff; */
    border-radius: 50px;
    box-shadow: 1px 2px rgba(0, 0, 0, .2);
    display: flex;
    height: 35px;
    justify-content: center;
    transition: .2s;
    width: 150px;
}

.menu_signup_icon_link {
    background-color: #f26868;
    color: #fff;
}

a.header__menuicon--link.menu_signup_icon_link.basiclink:before {
    height: 22px;
    width: 22px;
    margin-right: .25rem;
    position: relative;
    background-image: url(/storage/images/corporate/document-icon.svg);
    background-size: cover;
    content: "";
    background: url(../../static/images/document-icon.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.makkohead {
    position: sticky;
    top: 0;
    z-index: 9;
}

.dropdown {
    cursor: pointer;
    position: relative;
}

.dropdown:hover {
    color: #f26868;
    transition: .2s;
}

.header_menulist_item.header_menulist_item--sp.dropdown .sp_menu {
    justify-content: flex-start;
    padding: 3px;
    font-size: clamp(14px, 2.0833333333vw, 16px);
}


.header_menulist_item.dropdown p {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.header_menulist_item.dropdown p:after {
    aspect-ratio: 1 / 1;
    background: #000;
    content: "";
    display: block;
    margin-right: -5px;
    -webkit-mask-image: url(../../static/images/down_line.svg);
    mask-image: url(../../static/images/down_line.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: .2s;
    width: clamp(10px, 1.5vw, 30px);
}

.header_menulist_item.dropdown p:after {
    margin-right: -5px;
    width: 20px;
}

.dropdown__list {
    background: #f7f7f7;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
    display: none;
    flex-direction: column;
    left: 50%;
    min-width: 170px;
    position: absolute;
    top: 130%;
    transform: translateX(-50%);
    z-index: 1;
}

.header_menulist_item--sp .dropdown__list {
    box-shadow: none;
    margin-top: 10px;
    position: relative;
}

.dropdown__list a {
    padding: 10px;
    text-align: left;
    text-decoration: none;
}

.header_menulist_item.header_menulist_item--sp .dropdown__list a {
    padding: 10px 10px 10px 30px;
    position: relative;
    text-align: left;
}

.dropdown__list.active {
    display: flex;
}

.header_menulist_item.header_menulist_item--sp .dropdown__list a:before {
    background: #000;
    bottom: 50%;
    -webkit-clip-path: polygon(5% 0, 40% 50%, 5% 100%, 0 95%, 32% 50%, 0 5%);
    clip-path: polygon(5% 0, 40% 50%, 5% 100%, 0 95%, 32% 50%, 0 5%);
    content: "";
    display: inline-block;
    height: 16px;
    left: 10px;
    margin-right: .25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 25px;
    z-index: 6;
}

.header_menulist_item.dropdown.active p:after {
    transform: translateX(0) rotate(-180deg);
}



/* test_yng 20250205 */
/* .modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
} */

.modal {
    display: none;
}

.modal.is-open {
    z-index: 9999;
    display: block;
}

@keyframes fadeInModal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.modal.is-open {
    animation-name: fadeInModal;
    animation-duration: .1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    /* 終了時のスタイルを残す*/
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(185 185 185 / 60%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.modal__container {
    background-color: #fff;
    padding: 0;
    max-width: 100%;
    max-height: 100vh;
    border-radius: 10px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 580px;
    position: relative;
    min-width: 320px;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__btn {
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99999;
    width: 30px;
    height: 30px;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

.footer_butonbox {
    display: flex;
    gap: 10px;
    width: 90px;
    align-items: center;
}

.modal__footer {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.modal_close_button .modal__btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 20px;
}

.making_shindan_button a {
    width: 100%;
    background: #333;
    color: #fff;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

#modal-share .modal__overlay {
    background: rgb(255 255 255 / 0%);
}

#modal-share .making_shindan_button a {
    background: none;
}

#modal-share .modal__container {
    background-color: transparent;
    overflow-y: visible;
    width: 400px;
}

#modal-share .modal__footer {
    padding: 0px;
}

#modal-share .modal__btn {
    right: -8px;
    top: -8px;
}

.modal-content {
    position: relative;
}

.close-button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    color: #666;
    background: none;
    border: none;
}

.mail_send_title {
    text-align: center;
    padding: 40px 0 10px;
    margin: 0;
}

.making_shindan_button a:before {
    content: "";
    background: url(../../static/images/create_shindan_button_wh.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.making_shindan_button a:hover {
    opacity: 1;
}

.result_modal_wrap .tagbox.inner_box {
    margin-bottom: 0;
}


@media screen and (max-width: 600px) {
    .modal__container {
        width: 92%;
    }

}

@media screen and (max-width: 500px) {

    #modal-share .modal__container {
        width: 320px;
    }
}

@media screen and (max-width: 360px) {

    .share_images_title.font-s.font-b {
        font-size: 14px;
    }

    #modal-share .modal__container {
        min-width: 260px;
    }
}


/* seimei */
.seimei_shindanbox_resultbox {
    position: relative;
}

.seimei_shindanbox {
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.seimei_mainimagebox {
    margin: 20px 0;
}

.onom_form_namebox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.onom_form_sexbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.onom_form_name_title,
.onom_form_seibetsutitle {
    margin-bottom: 5px;
}

input#last_name,
input#first_name {
    width: 100%;
    border: 3px solid #111;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 20px;

}

.onom_form_seibetsubox {
    margin-bottom: 40px;
}

.onom_form_sexc input[type="radio"] {
    display: none;
}

.onom_form_sexc label {
    width: 100%;
    display: inline-block;
    padding: 15px 5px;
    border: 3px solid #111;
    border-radius: 10px;
    background-color: #fff;
    color: #111;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    text-align: center;
    font-size: 20px;
}

.onom_form_sexc input[type="radio"]:checked+label {
    background-color: #111;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
}

.onom_form_button button#send {
    background: #BA1F1D;
    color: #fff;
    border: 3px solid #111111;
    box-shadow: 2px 2px 0 #111111;
    padding: 20px;
    font-size: clamp(18px, 4vw, 24px);
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

.onom_form_button button#send:after {
    content: "";
    background: url(../../static/images/arrow_right_wh.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    margin: 0;
}

.seimei_result_imagebox {
    width: 100%;
    margin: 0;
    padding: 0;
}

.seimei_shindanbox_retrybox {
    background: #D9D9D9;
}

.seimei_shindanbox_retryimage {
    width: 75%;
    margin: 0 auto 10px;
}

.seimei_shindanbox_retryimage img {
    margin-top: -20px;
}

.retry_button {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.seimei_formbox {
    margin-bottom: 60px;
}

.onom_formtext {
    background: #ededed;
    padding: 15px;
}

.seimei_shindan_linksec .other_shindanbox {
    margin-bottom: 80px;
}

.seimei_shindanbox_result,
.seimei_shindan_result {
    opacity: 0;
    visibility: hidden;
    animation: fadeIn 0.5s ease 6s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        visibility: visible;
    }
}



.bannerbox_wrap {
    margin-top: 20px;
    margin-bottom: 20px;

}

.loader_seimei_text {
    width: fit-content;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
    background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
    animation: l2 2s linear infinite;
}

.loader_seimei {

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px 0;
}

.loader_seimei_text:before {
    content: "診断中です..."
}

@keyframes l2 {
    to {
        background-size: 100% 3px
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}


@media screen and (max-width: 500px) {
    .seimei_shindanbox_retryimage {
        width: 88%;
    }

    .seimei_mainimagebox {
        margin: 15px 0;
    }

    .onom_form_namebox {
        margin-bottom: 15px;
    }

    .onom_form_sexbox {
        margin-bottom: 15px;
    }

    .onom_form_seibetsubox {
        margin-bottom: 20px;
    }

    .seimei_formbox {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 375px) {
    .onom_form_namebox {
        gap: 10px;
    }

    .onom_form_sexbox {
        gap: 10px;
    }

    .retry_button {
        width: 80%;
    }

    .seimei_shindanbox_retryimage {
        margin: 0 auto 5px;
    }
}

/* 恋みくじ -------------------- */

.koimikuji_mainbox {
    /* background-image: url(../../static/images/koimikuji_main_bg.jpg), url(../../static/images/result_bg.jpg); */
    background-size: 100%;
    background-repeat: repeat-y, no-repeat;
    background-position: top center, top;
    position: relative;
    z-index: 1;
    color: #4C4040;
    padding: 0 0 50px;
    line-height: 1.5;
    letter-spacing: 0.15em;
}

.koimikuji_mainbox.select_secondtime {
    padding: 0;
}

.koimikuji_select_secondtime {
    text-align: center;
    margin-bottom: 30px;
}

.koimikuji_mainbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: url(../../static/images/omikuji_bg_monyo.png);
    background-size: 24px; */
    /* opacity: 0.65; */
    pointer-events: none;
}


.koimikuji_mainimage,
.koimikuji_mainimage img,
.koimikuji_index_contents,
.koimikuji_select_section,
.koimikuji_resultbox {
    position: relative;
    z-index: 10;
}

.koimikuji_mainimage {
    margin: 0 0 15px;
}

.koimikuji_descimage {
    max-width: 400px;
    margin: 0 auto 30px;
}

/* .koimikuji_mainimage:after {
    content: "";
    background: url(../../static/images/koimikuji_mainimage_kumo.png);
    background-size: contain;
    background-blend-mode: color-burn;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
} */

.koimikuji_buttonbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.koimikuji_resultbox .koimikuji_buttonbox {
    margin-bottom: 0px;
}

.koimikuji_button_desc:before {
    content: "＼";
    font-size: 10px;
    margin-right: 6px;
}

.koimikuji_button_desc:after {
    content: "／";
    font-size: 10px;
    margin-left: 3px;
}

button.koimikuji_startbutton {
    background: #ffffff !important;
    color: #fff !important;
    border: 0;
    border-radius: 500px;
    box-shadow: 0 6px 0 #C56881;
    padding: 18px 48px 15px 25px !important;
    font-weight: normal;
    line-height: 1;
    font-size: clamp(1.4rem, calc(1.5rem + 0.625vw), 1.6rem) !important;
    width: auto !important;
    position: relative;
    transition: 0.3s;
}

button.koimikuji_startbutton:after {
    content: "";
    background: url(../../static/images/arrow_right_wh_circ.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}

.koimikuji_button {
    width: 60%;
}






.koimikuji_startbutton:hover {
    cursor: pointer;
}

.koimikuji_descwrap {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px #EBDADE;
}

.koimikuji_descbox {
    border: 1px solid #FF5082;
    padding: 15px;
}

.koimikuji_desctitle {
    color: #FF5082;
    text-align: center;
    margin: 0 0 15px;
}

.koimikuji_dotline_pk:before,
.koimikuji_dotline_pk:after {
    content: "";
    background: url(../../static/images/omikuji_monyo.svg);
    width: 30px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.koimikuji_dotline_pk:before {
    margin-right: 3px;
}

.koimikuji_dotline_pk {
    border-bottom: 1px dashed #FF5082;
    padding: 0 0 6px;
}

.koimikuji_omikujibox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 84%;
    margin: 0 auto 12px;
}

.koimikuji_selectbox {
    background: url(../../static/images/omokuji_select_bg_2.jpg),
        #fff;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1200 / 1030;
    position: relative;
    margin-bottom: 20px;
    padding: 12px;
    box-sizing: border-box;
}

.koimikuji_select_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #4C4040;
    padding: 20px;
    gap: 20px;
}

.koimikuji_select_title {
    margin: 14% 0 6%;
    border-bottom: 1px dashed;
}

input#koimikuji_name {
    border: 1px solid #4C4040;
    border-radius: 5px;
}

.koimikuji_reselect_button {
    background: #fff;
    color: #4e90de;
    border: 1px solid;
    border-radius: 100px;
    font-weight: normal;
    position: relative;
    padding: 16px 43px 14px 25px !important;
    font-size: clamp(1rem, calc(1.1rem + 0.625vw), 1.2rem);
    line-height: 1;
    transition: 0.3s;
    font-size: 14px;
}

.koimikuji_reselect_button:after {
    content: "";
    mask-image: url(../../static/images/re_select.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    background: #4e90de;
    mask-size: cover;
}

.koimikuji_reselect_button:hover {
    background-color: #e8f3ff;
}

input#koimikuji_name {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
}

.koimikuji_form_innerbox {
    margin-bottom: 25px;
}

.last-koimikuji_form_innerbox {
    margin-bottom: 50px;
}

.koimikuji_form_statusbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0px 0;
}

.koimikuji_form--heading {
    display: inline-block;
    padding: 3px 0px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    background: #f591ac;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.koimikuji_form_status {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
    /* padding: 5px 10px;
    border: 1px solid;
    background: #fff;
    border-radius: 100px; */
}

.koimikuji_form_status:hover input[type="radio"] {
    border-color: #F491AC;
    transition: .2s;
}

.koimikuji_form_status>* {
    cursor: pointer;
    margin: 0;
}

.koimikuji_form_status input:checked {
    border-color: #f491ac;
}

input[type="radio"]::before {
    background-color: #F491AC;
    border-radius: 50%;
    content: "";
    width: 12px;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

input[type="radio"]:checked::before {
    opacity: 1;
}

input[type="radio"] {
    appearance: none;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
}

.koimikuji_resultitle_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
    position: relative;
    padding-left: 8px;
}

.koimikuji_resultitlebox {
    position: relative;
    z-index: 2;
}

.koimikuji_resultitle_name {
    font-size: clamp(1rem, calc(1.1rem + 0.625vw), 1.2rem);
    font-weight: normal;
}

.koimikuji_resultitle_date {
    display: block;
}

.koimikuji_resultitle_logo {
    width: 80px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.koimikuji_resultitle_logo.select_logo {
    position: absolute;
    left: 8px;
}

.koimikuji_sharetxt {
    text-align: center;
    line-height: 1.35;
}

.koimikuji_sharetxt02:before {
    content: "＼";
    font-size: 10px;
    margin-right: 6px;
}

.koimikuji_sharetxt02:after {
    content: "／";
    font-size: 10px;
    margin-left: 3px;
}

.koimikuji_sharetxt.koimikuji_sharetxt02 {
    margin-bottom: 15px;
}

.koimikuji_resultbox,
.koimikuji_resultboximage {
    margin-bottom: 30px;
}

.koimikuji_sharebox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

button.koimikuji_copy {
    background: #fff;
    border: 1px solid #4C4040;
    border-radius: 50px;
    padding: 14px 35px 14px 18px;
    position: relative;
    transition: 0.3s;
    line-height: 1;
    cursor: pointer;
    color: #000;
}

button#copy:after {
    content: "";
    background: url(../../static/images/copyicon_bk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.koimikuji_result_copybox {
    display: flex;
    justify-content: center;
}

.koimikuji_sns_share {
    position: relative;
}

.koimikuji_sns_share a {
    background: #4C4040;
    border: 1px solid;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 50px;
    padding: 14px 24px 14px 45px;
}

.koimikuji_sns_share a:after {
    content: "でシェア";
    margin-left: 5px;
}

.koimikuji_sns_share img {
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

/* アニメーションのキーフレーム定義 */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popBounce {
    40% {
        transform: scale(1.2) rotate(5deg);
        filter: drop-shadow(1px 1px 6px #F491AC);
        mix-blend-mode: multiply;
    }

    50% {
        transform: scale(1.25) rotate(5deg);
        filter: drop-shadow(1px 1px 6px #F491AC);
        mix-blend-mode: multiply;
    }

    55% {
        transform: scale(1.2) rotate(5deg);
        filter: drop-shadow(1px 1px 6px #F491AC);
        mix-blend-mode: multiply;
    }

    60% {
        transform: scale(1.22) rotate(5deg);
        filter: drop-shadow(1px 1px 6px #F491AC);
        mix-blend-mode: multiply;
    }

    65% {
        transform: scale(1.2) rotate(5deg);
        filter: drop-shadow(1px 1px 6px #F491AC);
        mix-blend-mode: multiply;
    }
}

/* 基本スタイル：最初は非表示 */
.koimikuji_omikuji {
    opacity: 0;
    animation: fadeInDown 1s ease forwards;
    cursor: pointer;
}

.koimikuji_omikuji img {
    transition: transform 0.3s ease;
}

.koimikuji_omikuji.selected img {
    animation: popBounce 2.5s ease-in-out 0.4s infinite;
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(1px 1px 6px #F491AC);
    mix-blend-mode: multiply;
}


/* 順番にディレイをつける */
.koimikuji_omikujibox .koimikuji_omikuji {
    animation-delay: calc((var(--i) - 1) * 0.2s);
}

/* 拡大アニメーション */
.koimikuji_omikuji {
    transition: transform 0.3s ease, scale 0.3s ease;
    cursor: pointer;
}

.koimikuji_omikuji.selected {
    transform: scale(1.2);
    z-index: 1;
}

/* HTML: <div class="loader"></div> */
.koimikuji_loader_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 11;
    padding-top: 50px;

    background: #f9f9f9 url(../../static/images/omikuji_bg_monyo.png);
    background-size: 40px;
}

.koimikuji_loader_box--inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}


.koimikuji_loader {
    width: 30px;
    aspect-ratio: 1;
    color: #dc1818;
    background:
        radial-gradient(circle at 60% 65%, currentColor 62%, #0000 65%) top left,
        radial-gradient(circle at 40% 65%, currentColor 62%, #0000 65%) top right,
        linear-gradient(to bottom left, currentColor 42%, #0000 43%) bottom left,
        linear-gradient(to bottom right, currentColor 42%, #0000 43%) bottom right;
    background-size: 50.1% 50.1%;
    background-repeat: no-repeat;
    position: relative;
}

.koimikuji_loader:after {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    opacity: 0.4;
    animation: l3 1s infinite;
}

.koimikuji_loaderimg {
    width: 65px;
    animation: secondtime_koimikuji 3s infinite;
    transform: rotate(0deg);
    transform-origin: bottom center;
}

.koimikuji_loadertxt {
    text-align: center;
}

@keyframes l3 {
    to {
        transform: scale(1.8);
        opacity: 0
    }
}

.koimikuji_omikujibox_secondtime {
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.koimikuji_omikuji_secondtime {
    width: 70px;
    animation: secondtime_koimikuji 3s infinite;
    transform: rotate(0deg);
    transform-origin: bottom center;
}

.koimikuji_omikuji_secondtimetxt:before {
    content: "＼";
    font-size: 10px;
    margin-right: 5px;
}

.koimikuji_omikuji_secondtimetxt:after {
    content: "／";
    font-size: 10px;
}


.koimikuji_selected_omikuji {
    margin: 0 auto 30px;
}


@keyframes secondtime_koimikuji {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    35% {
        transform: rotate(2deg);
    }

    40% {
        transform: rotate(-2deg);
    }

    45% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 768px) {
    .koimikuji_select_secondtime {
        text-align: left;
    }

    .koimikuji_select_title {
        text-align: center;
    }

}

@media screen and (max-width: 500px) {


    .koimikuji_button {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {
    .koimikuji_sharebox {
        flex-direction: column;
        gap: 25px;
        margin-top: 20px;
    }

    .koimikuji_omikujibox {
        width: 96%;
        margin: 12px auto;
        gap: 10px;
    }

    button.koimikuji_reselect_button {
        margin: 15px 0 25px;
    }

    button.koimikuji_startbutton {
        font-size: 18px !important;
    }

}

.koimikuji_loader_box,
.koimikuji_resultbox {
    opacity: 1;
    transition: opacity 1s ease;
}

/* 初期状態で resultbox は非表示 */
.koimikuji_resultbox {
    opacity: 0;
    display: none;
}

/* フェードアウト用 */
.fade-out {
    opacity: 0;
}

/* フェードイン用 */
.fade-in {
    display: block;
    opacity: 1;
}

.koimikuji_loader_bar {
    height: 4px;
    width: 130px;
    --c: no-repeat linear-gradient(#FF779C 0 0);
    background: var(--c), var(--c), #ffc9d8;
    background-size: 60% 100%;
    animation: l16 3s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0, -150% 0
    }

    66% {
        background-position: 250% 0, -150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}

.koimikuji_wrapper {
    opacity: 0;
}

.koimikuji_wrapper.is_active {
    animation-name: fadeInWrapper;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

@keyframes fadeInWrapper {
    to {
        opacity: 1;
    }
}

.body.koimikuji {
    opacity: 0;
}

.body.koimikuji.is_active {
    opacity: 1;
    transition: .3s;
}


/* 花びら　*/
/* 桜を表示するコンテナのスタイル */

.perticle {
    height: 100%;
    width: 100%;
    position: fixed;
    pointer-events: none;
    z-index: 11;
    left: 0;
    right: 0;
}

/* 桜の花びらのスタイル */
.petal {
    position: absolute;
    top: -10px;
    background-color: #ffc0cb;
    /* 桜色 */
    border-radius: 150% 0 150% 0;
    animation: fall var(--animation-duration, 10s) linear forwards;
    transform: rotate(45deg);

}

.petal::after {
    content: "";
    position: absolute;
    top: -14%;
    left: -10%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffc0cb;
    border-radius: 150% 0 150% 0;
    transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes fall {
    0% {
        top: -10px;
        transform: rotate(0deg) translate(0, 0);
    }

    100% {
        top: 100vh;
        transform: rotate(360deg) translate(var(--horizontal-distance, 0), 0);
    }
}



.bannerbox_wrap.inner_box {
    height: 189px;
}

/* 1200 × 675 */
@media screen and (max-width:350px) {
    .bannerbox_wrap.inner_box {
        height: 120px;
    }
}

@media screen and (max-width:400px) {
    .bannerbox_wrap.inner_box {
        height: 140px;
    }
}

@media screen and (max-width:500px) {
    .bannerbox_wrap.inner_box {
        height: 170px;
    }
}


.iframe-contentwrap .pr:after {
    content: "プロモーションを含みます";
}

.iframe-contentwrap .pr {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #00000078;
    z-index: 1000;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    opacity: 0;
}

.iframe-contentwrap:not(:has(.dot)) .pr {
    transition: 1s;
    opacity: 1;
    animation: fadeOutAndHide 5s forwards;
}

@keyframes fadeOutAndHide {
    0% {
        opacity: 1;
        visibility: visible;
    }

    95% {
        /* 5秒間のアニメーションの80%地点、つまり4秒後 */
        opacity: 1;
        /* ここまでは透明度を維持 */
        visibility: visible;
    }

    100% {
        /* 5秒間のアニメーションの100%地点、つまり5秒後 */
        opacity: 0;
        visibility: hidden;
    }
}

.contact_coution {
    margin-top: 10px;
    border: 1px solid;
    padding: 10px;
}




.sponsored_content_titlebox {
    margin-bottom: 40px;
    position: relative;
}

.sponsored_content_title {
    text-align: center;
}

.block_title {
    border-left: 5px solid #ABD80B;
    padding-left: 10px;
}

.block_txt {
    margin: 15px 0;
    line-height: 1.6;
}

.block_txt a {
    font-weight: bold;
    border-bottom: 1px solid;
}

.sponsored_content_block {
    margin-bottom: 40px;
}

.sponsored_content_titlebox p {
    margin: 0 0 15px;
}

.block_section {
    margin: 20px 0;
    border: 1px solid #ABD80B;
    border-radius: 4px;
    padding: 20px;
}

.block_section02 {
    margin: 20px 0;
    border: 1px solid;
    border-radius: 4px;
    padding: 20px 20px 0;
}

.block_section02 ul,
.sponsored_inquiry {
    margin: 0 0 20px;
    padding: 0;
    list-style-position: inside;
    list-style: none;
}

.block_section02 li,
.sponsored_inquiry li {
    margin-bottom: 8px;
    text-indent: -1em;
    padding-left: 1em;
}

.block_section02 li:before,
.sponsored_inquiry li:before,
.block_txt.block_ex_inner:before {
    background-color: #ABD80B;
    border-radius: 50%;
    content: "";
    display: inline-table;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}

.block_section_title,
.block_section_title02 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.block_section_title:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #abd80b;
    display: block;
    margin-right: 5px;
    aspect-ratio: 1 / 1;
}

.block_section_title02:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #080404;
    display: block;
    margin-right: 5px;
    aspect-ratio: 1 / 1;
}

.block_section02 .block_ex {
    background: #fffde4;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    border: 1px solid #080404;
}

.block_section02 .block_txt {
    margin: 0 0 20px;
}


.block_section_txt ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.block_section_txt li {
    margin-bottom: 5px;
}

.block_imagebox {
    width: 70%;
    margin: 10px auto;
}

.block_ex {
    background: #ececec;
    padding: 20px 20px 5px;
    border-radius: 4px;
}

.block_section02 .block_ex .block_txt {
    margin: 0 0 5px;
}

.block_section02 .block_ex .block_section_title_sub {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.block_section02 .linkbutton_box {
    margin-bottom: 30px !important;
}

.genre_wrap {
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
}

.genre_wrap02 {
    background: #dadada;
    display: block;
    line-height: 1.2;
    padding: 10px 5px;
    border-radius: 4px;
    text-align: left;
}

.block_genre {
    text-align: center;
}

.tieup_title,
.guideline_title {
    margin-top: 50px;
}

.tieup_title:before {
    background: url(../../static/images/icon_tieup.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.guideline_title:before {
    background: url(../../static/images/icon_guideline.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.usage_howto {
    background: #333;
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 8px;
}

.usage_howto_url {
    display: block;
    line-height: 1.15;
}

.sponsored_content_pr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: stretch;
    text-align: center;
}

.sponsored_content_prbox {
    width: 100%;
    margin: 30px auto;
}

.sponsored_content_pr_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 4px;
    background: #fffde4;
    border: 1px solid #080404;
}

.sponsored_content_pr_col.sponsored_content_ng {
    background: #f3f3f3;
    border: 1px solid #080404;
}

.sponsored_content_pr_img {
    width: 75%;
}

.sponsored_content_pr_inner {
    line-height: 1.2;
}

.sponsored_line {
    margin-bottom: 40px;
    border: 0;
    height: 1px;
    background: #dedede;
}

.sponsored_content_center {
    text-align: center;
}

.block_txt_wrap {
    margin-bottom: 20px;
}

.block_txt_wrap .block_txt {
    margin: 5px 0 5px;
}

.formedia_content_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

@media screen and (max-width: 600px) {
    .sponsored_content_pr {
        grid-template-columns: 1fr;
    }

    .sponsored_content_pr_col {
        flex-direction: row;
    }

    .sponsored_content_pr_img {
        width: 30%;
    }

    .sponsored_content_pr_inner {
        width: 70%;
    }

    .sponsored_content_prbox {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {

    .block_imagebox {
        width: 80%;
    }

    .formedia_content_txt {
        flex-direction: column;
        flex-flow: column-reverse;
        gap: 0;
    }

    .formedia_txtbox {
        width: 100%;
    }

    .formedia_imagebox {
        width: 50%;
        margin: 0 auto;
    }

    .formedia_image {
        width: 100%;
    }

}

@media screen and (max-width: 375px) {
    .block_ex {
        padding: 15px 10px 5px;
    }

    .genre_wrap {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.001rem;
    }

    .sponsored_content_prbox {
        width: 85%;
    }
}


@media screen and (max-width: 320px) {
    .block_section {
        padding: 15px;
    }

    .block_section02 {
        padding: 15px;
    }

    .block_section02 .block_ex {
        padding: 15px;
    }
}

form {
    max-width: 500px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button[type="submit"] {
   
    cursor: pointer;

}

/* @media (any-hover: hover) {
    button[type="submit"]:hover {
        background-color: #0056b3;
    }
} */


.footer_menulist__heading {
    font-weight: bold;
    border-bottom: 1px dashed #00000040;
    padding: 0 30px 5px 30px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer_menulist--info__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footer_menulist--info__inner {
        display: block;
    }


}

.footer__menusubbox {
    padding: 20px 15px 20px;
    background: #a8e303;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px dashed #84b400;
}


.tagbox_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.detail_tag .tagbox_inner {
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #a8e300 #fbfbfb;
}

.detail_tag .taglist {
    flex-wrap: nowrap;
}

.hint {
    position: absolute;
    z-index: 2;
    background: #ffffff9e;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30px;
    margin: auto;
    height: 80px;
    width: 130px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 1px 2px 11px 3px rgba(0, 0, 0, 0.5);
    color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.hint__image {
    width: 100%;
    max-width: 60px;
}

.bannerbox_wrap {
    position: relative;
}

.swiper-outer {
    opacity: 0;
}

.swiper-outer.is_active {
    opacity: 1;
    transition: .2s;
}

button#p_b {
    width: 100%;
    background: #333;
    color: #fff;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

.imobile__modal--image {
    max-width: 300px;
}

.imobile__modal--tagbox {
    text-align: center;
}

@media screen and (max-width:375px) {
    .tagbox_wrap {
        display: none;
    }
}

.imobile-modal__micro__copy {
    font-size: 10px;
    font-weight: 100;
    margin-top: 5px;
    color: #282828;
    text-align: center;
}

.bannerbox_wrap .swiper-pagination {
    z-index: 2;
}

.gpt-passback__creator_top {
    text-align: center;
    margin: 20px auto 20px;
}

.koilog__btn {
    text-align: center;
    min-width: 200px;
}

@media (any-hover: hover) {

    .to_top a.koilog__return:hover,
    #fortune_slip:hover,
    .koilog__button:hover,
    .koilog__btn a:hover {
        opacity: .8;
        background: #fa7c93;
    }
}

.koilog__button,
.koimikuji_mainbox .koilog__button,
.koilog__btn a {
    padding: 15px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 100px;
    width: 250px;
    text-align: center;
    background: #fa7c93;
    display: block;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.koimikuji_selected_omikuji.koilog__btn a {
    width: initial;
}

.ad-slot {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.ad-slot iframe {
    width: 100%;
    height: auto;
}

.koimikuji_formbox.inner_box {
    opacity: 0;
}

.koimikuji_formbox.inner_box.is_visible {
    opacity: 1;
    transition: .5s;
}

.account_detail--heading {
    font-weight: bold;
    margin-bottom: 10px;
}



.iframe-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 10px;
    padding: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    border: none;
    background: #fff;

    right: 0;
    margin: auto;
    height: 100%;
}

/* 常にアクティブなiframeを上に重ねる（z-indexのみで制御） */
.iframe-container iframe.inactive {
    z-index: 0;
    pointer-events: none;
}

.iframe-container iframe.active {
    z-index: 1;
}

#iframe_a {
    opacity: 0;
}

@media screen and (max-width:600px) {

    .mainback,
    .leftPain,
    .rightPain,
    #shuffle-btn {
        display: none;
    }
}

@media screen and (min-width:601px) {
    .rightPain {
        flex: 1;
        order: 3;
        padding: 20px;
        box-sizing: border-box;
    }

    .leftPain {
        flex: 1;
        height: 100svh;
        display: flex;
        justify-content: end;
        align-items: end;
        position: sticky;
        top: 0;
        pointer-events: none;
        order: 1;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
    }

    .leftheading {
        font-size: 80px;
        z-index: 1;
        font-weight: bold;
        rotate: -5deg;
        transform: skew(-5deg, -5deg);
    }

    .topWrapper {
        display: flex;

    }

    .site_outer {
        border-radius: 30px;
        box-shadow: 5px 5px 10px #b6b6b6;
        z-index: 1;
        /* margin-top: 30px; */
        /* margin-bottom: 30px; */
        order: 2;
    }

    /* .mainback {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 4px;
        rotate: -5deg;
        position: fixed;
    }

    .mainback img {
        border-radius: 5px;
        opacity: .1;
    }

    .mainback img:hover {

        opacity: .4;
    } */
    #mainback {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: fixed;
    }



    .img-item {
        position: absolute;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        will-change: transform;
        cursor: pointer;
        transition: box-shadow 0.2s;
        opacity: 0;
    }

    .loaded.img-item {
        transition: .3s;
        opacity: 1;
    }

    .img-item:hover {
        box-shadow: 0 10px 36px rgba(0, 0, 0, 0.26);
        z-index: 100 !important;

    }



    .img-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
        opacity: .1;
    }

    .img-item__click {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        pointer-events: auto;
    }

    .img-item:hover img {
        opacity: .5;

    }

    .img-item:after {
        background: #fff;
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        content: "";
        z-index: -1;
        top: 0;
        pointer-events: none;
    }

    #shuffle-btn {
        position: fixed;
        top: 12px;
        left: 16px;
        z-index: 100;
        padding: 7px 18px;
        cursor: pointer;
        border-radius: 100px;
        border: 5px solid #000;
        color: #222;
        height: 90px;
        width: 90px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #shuffle-btn svg {
        height: 50px;
        width: 50px;
    }

    #shuffle-btn:hover {
        background: rgba(255, 255, 255, 1);
    }

    #shuffle-btn:active {
        transform: scale(0.97);
    }


    @keyframes f1 {

        0%,
        100% {
            translate: 0 0px
        }

        50% {
            translate: 0 -10px
        }
    }

    @keyframes f2 {

        0%,
        100% {
            translate: 0 -3px
        }

        50% {
            translate: 0 7px
        }
    }

    @keyframes f3 {

        0%,
        100% {
            translate: 0 2px
        }

        50% {
            translate: 0 -9px
        }
    }

    @keyframes f4 {

        0%,
        100% {
            translate: 0 -5px
        }

        50% {
            translate: 0 5px
        }
    }

    @keyframes f5 {

        0%,
        100% {
            translate: 0 0px
        }

        50% {
            translate: 0 -7px
        }
    }

    .leftPainList {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        pointer-events: auto;
    }

    .leftPainItem {
        min-width: 0;
        max-width: 400px;
    }

    .leftPainItem img {
        width: 100%;
        height: auto;
        display: block;
    }

    .leftPainTitle {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .leftPainTitle .main {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }

    .leftPainInner {
        background: #ffffff;
        padding: 20px;
        border: 1px solid #c9c9c9;
        border-radius: 20px;
        pointer-events: all;
    }





    .leftPainTitle .section_title.font-l {
        margin-bottom: 20px;
    }


}

/* display:none では opacity の遷移が効かないため、このモーダルだけ block で重ね、開閉は opacity */
.bg_detail_modal.search_floating__content {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.bg_detail_modal.search_floating__content.is-open {
    opacity: 1;
    pointer-events: auto;
}

.bg_detail_modal .search_floating__dialog {
    padding: 40px 20px 24px;
}

.bg_detail_modal__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
}

.bg_detail_modal__thumb {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
    aspect-ratio: 420 / 220;
}

.bg_detail_modal__thumb.is-thumb-ready {
    opacity: 1;
}

.bg_detail_modal__title {
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.bg_detail_modal__cta {
    width: 70%;
    max-width: 280px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #FFDB4F;
    border: 2px solid #2c2c2c;
    border-radius: 10px;
    cursor: pointer;

    text-align: center;
}

@media (any-hover: hover) {
    .bg_detail_modal__cta:hover {
        opacity: 0.95;
    }
}

.goHome__inner {

    background: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    gap: 3px;
    pointer-events: all;
    padding: 10px 20px;
}

.goHome {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.goHome__inner svg {
    display: block;

}

.goHome__inner {
    line-height: 1;
}

.goHome__inner span {
    transform: translateY(1px);

}

.tagbox.result__tagbox {
    margin: 0;
}

.search_floating__tagHeading.resut__tagheading {
    margin: 10px 0 10px;
    text-align: center;
    max-width: initial;
}

.tagbox.result__tagbox .taglist {
    justify-content: center;
}

.new_shindan .section_title {
    margin-top: 30px;
}



.page_descbox--detail__inner {
    position: relative;
    font-size: 14px;
}

.page_descbox--detail.state-collapsed .page_descbox--detail__inner {
    max-height: 0px;
    overflow: hidden;
    overflow: hidden;
}

.page_descbox--detail.state-collapsed .page_descbox--detail__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.page_descbox--detail__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    font-size: 14px;
    color: #080404;
    background: #fff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    border: 1px solid;
    color: #000;
    margin: auto;
    padding: 10px 20px;
    border-radius: 100px;
}

.page_descbox--detail__toggle:active,
.page_descbox--detail__toggle:focus {
    outline: none;
    background: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .page_descbox--detail__toggle:hover {
        outline: none;
        background: #f0f0f0;
        border-radius: 100px;
    }
}

.page_descbox--detail__toggle::after {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #000;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%20fill%3D%22%23080404%22%3E%3Cpath%20d%3D%22M480-344%20240-584l56-56%20184%20184%20184-184%2056%2056-240%20240Z%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%20fill%3D%22%23080404%22%3E%3Cpath%20d%3D%22M480-344%20240-584l56-56%20184%20184%20184-184%2056%2056-240%20240Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: transform 0.2s ease;
}

.page_descbox--detail__toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}




.page_descbox--detail__inner h2:first-of-type {
    margin: 0px 0 10px 0;
}

.page_descbox--detail h2 {
    display: block;
    margin: 0;
    font-size: 14px;
    border-left: 5px solid;
    /* background: #f4f4f4; */
    padding: 10px 0px 10px 10px;
    margin: 40px 0 10px 0;
    color: #222;
}

.page_descbox--detail h3 {
    margin: 20px 0 10px 0;
    display: inline-flex;
    font-size: 14px;
    border-bottom: 1px dashed;
    justify-content: center;
    align-items: center;
}


.page_descbox--detail h3:before {
    content: "";
    display: block;
    height: 7px;
    background: #000;
    width: 7px;
    margin-right: 5px;
    border-radius: 10px;
}

.page_descbox--detail p {

    margin: 0 0 10px 0;
}

.page_descbox--detail ul {
    background: #f7f7f7;
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
}

.page_descbox--detail li {
    margin-bottom: 10px;
}

.page_descbox--detail__toggle--outer {
    text-align: center;
}