@charset "utf-8";

/* メインビジュアル */
.yamibaito_mv {
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
}

.yamibaito_mv img {
    width: 100%;
    min-width: 780px;
}

.cont.yamibaito {
    padding: 0;
}

.yamibaito_container_wrapper {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    align-items: center;
    margin-top: -25px;
}

.yamibaito_container {
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yamibaito_container.top_addtion {
    margin: 15px 0 0 0;
}

/* 見出し */
h1.yamibaito_title_h1,
h2.yamibaito_title_h2 {
    border: none;
    background-image: -webkit-linear-gradient(-45deg, #000 0%, #000 60%, #ff0000 85%, #000 100%);
    background-image: linear-gradient(-45deg, #000 0%, #000 60%, #ff0000 85%, #000 100%);
    background-size: 135% 135%;
    color: #fff;
    animation: gradient-animation 15s ease infinite;
    padding: 16px 14px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

@keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

h3.yamibaito_title_h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

/* ヘッダー広告 */
.pc_ad_wrapper {
    margin: 16px 0 0 0;
}

  /* 闇バイト記事 */
.yamibaito_wrapper,
.yamibaito_post_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.yamibaito_post_wrapper {
    flex-wrap: wrap;
}

.yamibaito_text p {
    margin: 0;
}

.yamibaito_highlight {
    font-weight: bold;
}

.yamibaito_img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: right -74px top 0px;
}

.yamibaito_post {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 13px);
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    padding: 6px 6px 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 21%), 0px 2px 4px rgb(0 0 0 / 21%);
}

.yamibaito_img_box {
    width: auto;
    height: 173px;
    overflow: hidden;
    position: relative;
    margin: 0 0 7px 0;
}

.yamibaito_post img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.yamibaito_post p {
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yamibaito_post_title {
    height: 32px;
}
.yamibaito_post_date {
    text-align: right !important;
    color: #666666;
    display: inline-block !important;
    width: 100%;
}

/* ページャー */
.yamibaito_nex_button {
    text-align: center;
    margin: 10px auto 0;
}

.yamibaito_nex_button {
    text-align: center;
    margin: 5px auto;
}

.yamibaito_nextlink_btn  {
    background-image: -webkit-linear-gradient(-45deg, #000 0%, #000 60%, #ff0000 85%, #000 100%);
    background-image: linear-gradient(-45deg, #000 0%, #000 60%, #ff0000 85%, #000 100%);
    background-size: 135% 135%;
    animation: gradient-animation 15s ease infinite;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    width: 175px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.yamibaito_paging {
	color:#000;
	text-align: center;
    margin: 0 auto !important;
}

.yamibaito_paging  {
	padding:0;
}

.yamibaito_paging img {
	display:none;
}

.yamibaito_paging_prev,
.yamibaito_paging_number,
.yamibaito_paging_next {
	background: #DDD;
	border: 1px solid #D1D1D1;
	border-radius: 16px;
	color: #000;
	font-size: 14px;
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.yamibaito_paging_prev {
	margin-right: 2px;
	padding: 0 5px;
    min-width: 20px;
}

.yamibaito_paging_number {
	background-image: -webkit-linear-gradient(-45deg, #000 0%, #000 23%, #ff0000 70%, #000 100%);
    background-image: linear-gradient(-45deg, #000 0%, #000 23%, #ff0000 70%, #000 100%);
    background-size: 135% 135%;
    animation: gradient-animation 15s ease infinite;
	border: 1px solid #000000;
	color: #FFF;
	font-weight: bold;
	margin: 0 2px;
	padding: 0 5px;
	min-width: 20px;
}

.yamibaito_paging_next {
	margin-left: 2px;
	padding: 0 5px;
    min-width: 20px;
}

.yamibaito_paging_prev::before,
.yamibaito_paging_prevlink::after,
.yamibaito_paging_next::after,
.yamibaito_paging_nextlink::after {
	color: #2a2a2a;
	font-size: 23px;
	font-family: fontawesome;
	position: absolute;
	text-align: center;
	width: 17px;
}

.yamibaito_paging_prev::before,
.yamibaito_paging_prevlink::after {
	content: "\f0d9";
	left: 6px;
}

.yamibaito_paging_next::after,
.yamibaito_paging_nextlink::after {
	content: "\f0da";
	right: 6px;
}

.yamibaito_paging_prevlink,
.yamibaito_paging_nextlink,
.yamibaito_paging_numberlink {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px;
	border-radius: 2px;
	font-size: 0;
}

.yamibaito_paging_prevlink,
.yamibaito_paging_nextlink,
.yamibaito_paging_numberlink {
	background: #FFF;
	border: 1px solid #999 !important;
	border-radius: 16px;
	display: inline-block !important;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0px !important;
	vertical-align: middle;
}

.yamibaito_paging_prevlink {
	margin-right: 2px;
	padding: 0 5px;
    min-width: 20px;
}

.yamibaito_paging_numberlink  {
	display: inline-block;
	min-width: 20px;
	padding: 0 5px !important;
}

.yamibaito_paging_nextlink {
	padding: 0 5px;
    min-width: 20px;
}

.yamibaito_paging_prevlink:hover,
.yamibaito_paging_nextlink:hover,
.yamibaito_paging_numberlink :hover {
	background: #ff0000;
	display: inline-block;
	border: 1px solid #000000 !important;
	color: #FFF !important;
}

.yamibaito_paging_prevlink:hover::after,
.yamibaito_paging_nextlink:hover::after,
.yamibaito_paging_numberlink :hover::after {
	color: #FFF;
}

.yamibaito_paging_nex_button {
    text-align: center;
	margin: 5px auto;
}

.yamibaito_paging_nextlink_btn {
	background: #164E79;
	border-radius: 15px;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #fff;
	width: 175px;
    text-align: center;
	font-weight: bold;
}

.yamibaito_paging_nextlink_btn:hover {
	background: #f5f5f5;
	border: 1px solid #164E79;
	color: #164E79;
	box-sizing: border-box;
}

.yamibaito_paging_nex_res_and_button {
    text-align: center;
    margin: 16px auto;
    display: flex;
    align-items: center;
    max-width: 540px;
    width: fit-content;
    border: solid 1px #164E79;
    border-radius: 2px;


}
.yamibaito_paging_next_btn {
    text-align: center;
    margin-right: 6px;
}

.yamibaito_paging_next_btn  {
    background: #164E79;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    width: 120px;
    text-align: center;
    font-weight: bold;
}

.yamibaito_paging_next_btn:hover {
    background: #f5f5f5;
	color: #164E79;
	box-sizing: border-box;
}

.yamibaito_paging_next_res {
    color: #555;
    position: relative;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-feature-settings: "palt" 1;
    padding-right: 20px;
}

.yamibaito_paging_next_res .fa-commenting {
    margin-right: 2px;
}

.yamibaito_paging_next_res::after {
    content: "\f0da";
    right: 6px;
    color: #2a2a2a;
    font-size: 23px;
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
}

.yamibaito_paging_next_res:hover::after {
    color: #F00;
}

.yamibaito_paging li {
    margin: 0 1px !important;
    padding: 0 1px 0 !important;
}

.yamibaito_paging li:last-child {
    margin: 0 0 0 2px;
}

/* 闇バイト用語・隠語集 */
.yamibaito_container.addtion {
    margin: 50px 0 50px 0;
    gap: 10px;
}

.yamibaito_slang_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.yamibaito_slang {
    position: relative;
    flex: 1;
    border-bottom: 1px solid #ff0000;
    background: #eee;
    padding: 6px 6px 5px;
}

.yamibaito_slang:before {
    content: "";
    background-image: url(https://img2.bakusai.com/p/img/lp/yamibaito/yamibaito_slang_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
}

.yamibaito_slang_text {
    padding: 0 0 0 30px;
}
  
.yami_game_yes,
.yami_game_choice {
    font-weight: bold;
    color: white;
    animation: blink 1s infinite;
    margin-right: 2px;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}

.yami_game_yes {
    font-size: 16px;
}

.yami_game_choice {
    font-size: 14px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

.yamibaito_slang_text > div {
    font-size: 16px;
    line-height: 23px;
}

.yamibaito_slang_text p {
    margin: 0;
}

.yamibaito_slang_notes {
    font-size: 12px;
    margin-left: 5px;
}

/* 会話脱出ゲーム */
.yamibaito_chatbot_wrapper {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.yamibaito_game_text {
    width: 60%;
}

.yami_comment_icon {
    margin: 0 4px 0 0;
    font-size: 18px;
    color: #333;
}

.yami_rule_icon {
    vertical-align: -1px;
    margin: 0 4px 0 0;
    color: #ff0000;
    font-size: 18px;
    display: inline-block;
    transform: rotate(335deg);
}

.yami_explain_icon {
    margin: 0 2px 0 0;
    color: #333;
    font-size: 15px;
}

.yamibaito_game_text p {
    margin: 12px 0;
}

ul.yamibaito_rule_list {
    margin: 0 0 0 10px;
}

ul.yamibaito_rule_list li {
    list-style: none;
    margin: 0 0 7px 0;
    padding-left: 1rem;
    text-indent: -0.6rem;
}

.yamibaito_game_rule {
    background: #eee;
    padding: 13px 11px 10px;
    margin: 15px 0 8px 0;
}

.yamibaito_text_important {
    font-weight: bold;
}

.yamibaito_text_img_wrep {
    display: flex;
    justify-content: space-around;
    height: 230px;
}

.yamibaito_text_img_wrep p {
    width: 50%;
}

.yamibaito_escape_img {
    width: 50%;
    text-align: center;
    position: relative;
}
.yamibaito_escape_img img {
    width: 70%;
    height: auto;
    position: relative;
    bottom: 31px;
}

.yamibaito_chatbot {
    width: 40%;
}

/* Smartphone */
.yamibaito_chatbot_Smartphone {
    width: 280px;
    height: 520px;
    background: #000;
    border-radius: 30px;
    margin: 12px auto 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.yamibaito_smartphone_window {
    width: 260px;
    height: 500px;
    background: linear-gradient(134deg, #333, #111);
    border-radius: 24px;
}

.yamibaito_smartphone_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 40px;
    border-radius: 24px 24px 0 0;
    padding: 15px 5px 0;
    position: relative;
}

.yamibaito_smartphone_top::before {
    content: "";
    width: 100px;
    height: 15px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 24px 24px;
}

.yamibainin_name {
    font-size: 14px;
    font-weight: bold;
    padding-left: 23px;
}

img.yamibainin_icon {
    width: 30px;
}

.yamibaito_op_box {
    position: relative;
}

img.yamibainin_game_op {
    width: 100%;
    top: 50%;
    transform: translate(-0%, 15%);
    -webkit-transform: translate(-0%, 15%);
}

/* ifram */
#dynamicFrame {
    border: none;
}

div#response {
    position: relative;
    padding: 0 3%;
}

.yamibainin_words_wrapper {
    display: flex;
    align-items: self-end;
    margin: 15px 0 25px;
}

.yamibainin_words,
.yamibaito_worker {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    min-width: 202px;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.yamibainin_words {
    margin: 0 2px 0 10px;
    background: #18405f;
}

.yamibaito_worker {
    margin: 0 10px 0 2px;
    background: linear-gradient(to bottom, #9f45f9, #6e56ff);
}

.yamibainin_words::after,
.yamibaito_worker::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.yamibainin_words::after {
    bottom: 4px;
    left: -10px;
    border-width: 13px 15px 0 0;
    border-color: #18405f transparent transparent transparent;
    transform: rotate(168deg);
}

.yamibaito_worker::after {
    bottom: -4px;
    right: -4px;
    border-width: 15px 13px 0 0;
    border-color: #6e56ff transparent transparent transparent;
    transform: rotate(57deg);
}

.yamibainin_words .yamibainin_words_warning1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
}

.yamibainin_words .yamibainin_words_warning2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
}

.yamibainin_words .yamibainin_words_warning3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    color: #ff0000;
}

img.yamibainin_icon.yamiframe {
    position: relative;
    top: 13px;
}

.choice-group {
    margin: 24px 0 0 42px;
}

#target_bottom{
    margin-top:40px;
    }

button.btn.choice-btn {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to bottom, #9f45f9, #6e56ff);
    border: none;
    cursor: pointer;
}

button.btn.choice-btn.numberCircle {
    padding: 1px 9px;
    border-radius: 10px;
}

button.btn.choice-btn.noChoice {
    padding: 1px 7px;
    border-radius: 10px;
}

button.btn.choice-btn.noChoice.adjustment {
    margin-bottom: 8px;
}

button.btn.choice-btn.numberCircle.adjustment {
    margin-bottom: 7px;
}

.yamibaito_end_cover {
    position: fixed;
    width: 260px;
    height: 442px;
    top: 0;
    left: 0;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.yamibaito_end_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.yamibaito_casino_img,
.yamibaito_googlemap_img,
.yamibaito_drivers_license_img,
.yamibaito_resume_img {
    width: 186px;
    height: 104px;
}

/* Select Game */
.yamibaito_game_select_wrapper {
    width: 100%;
    height: auto;
    background: #000;
    padding: 6px 15px 15px;
}

.yamibaito_game_select_title {
    text-align: center;
    font-size: 24px;
    margin: 0 auto 10px;
    color: #ffff00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DotGothic16', sans-serif;
    font-smooth: never;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
}

.yamibaito_game_select_title:before, 
.yamibaito_game_select_title:after {
    content: "";
    border-top: 1px solid #ffff00;
    width: 1em;
    margin: 0 7px;
}

.yamibaito_game_select_button {
    display: flex;
    justify-content: center;
    margin: 7px auto 0;
    gap: 15px;
}

.yamibaito_game_button_box {
    padding: 6px 6px 3px;
    box-sizing: border-box;
}

.gradient-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'DotGothic16', sans-serif;
    font-smooth: never;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
}

.yami_bame_yesNo {
    margin: 5px 0 0 0;
}


.yami_game_no {
    padding: 0 0 0 19px;
}

p.yamibaito_game_note {
    margin: 0;
    font-size: 12px;
}

.yamibaito_game_note_wrapper {
    margin: -9px 0 0 0;
}

.yami_loadButton {
    text-align: left;
    background: #000;
    border: 2px solid #fff;
    width: 33%;
    cursor: pointer;
}

button.yami_loadButton:hover {
    background: #333;
}

/* 闇バイトに申し込んでしまったら・ギャラリー */
.yamibaito_img_gallery,
.yamibaito_keishicho_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 40px 0;
}

.yamibaito_keishicho_wrapper {
    margin: 0;
}

.yamibaito_img_gallery img {
    flex: 1;
    max-width: 32%;
    height: auto;
}

.yamibaito_keishicho_bannar img {
    width: 320px;
    height: auto;
}

.yamibaito_keishicho_bannar.addtion img {
    border: solid 1px rgba(0, 0, 0, 0.5);
}

.yamibaito_keishicho_text_inner {
    margin: 0 0 16px;
}

.yamibaito_keishicho_bannar p {
    margin: 6px 0 0 0;
}

.yamibaito_keishicho_text_inner p {
    margin: 6px 0 0 0;
    line-height: 20px;
}

.yami_externalLink_icon {
    margin: 0 0 0 4px;
}

/* お知らせ */
.center.yamibaito_info_wrap {
    margin-top: 32px;
}

/* 用語・隠語集構造化 */
div.yamibaito_slang_structuring_wrapper {
    display: flex;
    gap: 10px;
}
div.yamibaito_slang_list_box {
    display: flex;
    width: 100%;
    flex-direction: column;
}
div.yamibaito_slang_list_box dl.accordionlist_static {
    width: 100%;
}