@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&family=Zen+Maru+Gothic&display=swap');
* {
    list-style: none;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    text-decoration: none;
}
button{ /* reset */
    border: none;
    appearance: none;
    background: none;
    cursor: pointer;
}
::selection {
    background-color: #354b5b;
    color: #f6f7f8;
}
::-moz-selection {
    background-color: #354b5b;
    color: #f6f7f8;
}
body {
    position: relative;
    max-width: 1480px;
    background-color: #f6f7f8;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 13px;
    color: #2c4b69;
    overflow-y: scroll;
}
.loadEn [lang=jp] {
  display: none;
}
a {
    cursor: pointer;
    font-weight: bold;
}
a[target="_blank"]:hover:after {
    opacity: 0.5;
}
a.cancel {
    pointer-events: none;  
    opacity: 0.25;
    text-decoration: line-through;
}
input[type="checkbox"] {
    vertical-align: middle;
}
/* complex_BG*/
#complex_BG {
	  position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 1480px;
    height: 100vh;
    height: 100dvh;
    max-height: 1222px;
    margin: 0 auto;
    pointer-events: none;
}
.line {
    border-style: solid;
    border-color: #e1e4e7;
    filter: blur(5px);
}

.line.a, .line.b {
    position: absolute;
}
.line.c, .line.d {
    position: fixed;
}
.line.a {
    top: 0;
    right: 0;
    width: 13%;
    height: 31%;
    border-width: 0 0 7px 7px;
    border-radius: 0 0 0 45px;
}.line.b {
    bottom: 0;;
    left: 26%;
    width: 61%;
    height: 31%;
    border-width: 7px 7px 0 0;
    border-radius: 0 60px 0 0;
}.line.c {
    top: 0;
    right: 0;
    width: 33%;
    height: 31vh;
    height: 31svh;
    border-width: 0 0 7px 7px;
    border-radius: 0 0 0 45px;
}.line.d {
    bottom: 0;
    left: 0;
    width: 61%;
    height: 3vh;
    height: 31svh;
    border-width: 7px 7px 0 0;
    border-radius: 0 60px 0 0;
}
/* climbing */
#climbing_wrapper {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    max-width: 1480px;
    height: 100vh;
    height: 100dvh;
    max-height: 1222px;
    margin: 0 auto;
    pointer-events: none;
    overflow: hidden;
}

#climbing_button {
    position: absolute;
    z-index: 3;
    background-color: white;
    width: 1.6em;
    height: 1.6em;
    border-radius: 45px;
    border: solid 1px #0d468d;
    top: -158px;
    right: 0;
    margin: 0 4% 0 0;
    font-size: 42px;
    box-shadow: 0 0 3px 2px #cfd4da;
    pointer-events: auto;
    -webkit-touch-callout: none;
    cursor: pointer;
}
#climbing_button.active {
    transform: translate(1px, 3px);
}
#climbing_button:active {
    transform: translate(1px, 3px);
}
#climbing_button::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #354b68 transparent;
  margin: auto;
}
#title_s {
    position: relative;
    margin: 0 0 16px 8px;
    pointer-events: none;
}
#title_s a {
    pointer-events: auto;
    border-radius: 4px;
    box-shadow: 0 0 6px -3px #000000;
    -webkit-touch-callout: none;
}
#title_s span {
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #354b68;
}
.title_button { 
    position: fixed;
    z-index: 99;
    width: 72px;
    height: 74px;
    right: 0;
    bottom: 0;
    margin: 5px;
    background-color: #a7abaf;
    border: solid 5px #a7abaf;
    border-radius: 14px;
}
.title_button div {
    background-color: #a7abaf;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.title_button div span {
    width: 100%;
    height: 50%;
    background-color: #fefefe;
    display: block;
    transition: transform 0.24s;
    position: relative;
}
.title_button:active div {
    transform: scale(0.8);
}
.title_button.GOOMW div span {
    transform: translateY(100%);
}
.title_button div span:before {
    content: 'MENU';
    position:absolute;
    top:0;
    left:0;
    right:0;
    color: #b9b8b8;
    font-family: 'Quicksand';
}
a:active .arrow {
 transform: scale(0.8); 
}
.arrow{
margin: 8px 7px 13px 14px;
width: 30px;
height: 21px;
border: solid;
border-radius: 0 30px 30px 0;
border-width: 8px 8px 8px 0;
position: relative;
color: #354b68;
}
.arrow:after{
content: '';
display: inline-block;
vertical-align: middle;
border-width: 13px 21px 13px 0;
border-color: transparent #354b68 transparent transparent;
position: absolute;
left: -8px;
bottom: -16px;
width: 0;
height: 0;
border-style: solid;
}

#title_s a .arrow {
    margin: 8px 7px 14px 15px;
    width: 34px;
    height: 22px;
    border-width: 11px 11px 11px 0;
}
#title_s a .arrow:after {
    border-width: 16px 24px 16px 0;
    left: -11px;
    bottom: -21px;
}

.relative_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#lang {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 12px;
    font-family: sans-serif;
    pointer-events: auto;
}
#lang button:active .la-switch_text {
    transform: scale(0.76);
    display: inline-block;
}
.la-switch {
    display: block;
    cursor: pointer;
    padding: 7px 11px 7px 6px;
    margin: 3px 4px 3px auto;
    color: #0d468d;
    font-family: 'Quicksand', MS PGothic, sans-serif;
    font-size: 16px;
    border-radius: 13px 40px 27px 37px;
}
.la-switch span {
  pointer-events: none;
}
.la-switch_text {
    display: inline-block;
    margin-top: 1px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.lang_support {
    position: absolute;
    top: -31px;
    right: 0;
    display: inline-block;
    border: solid 1px;
    margin-right: 7px;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1;
    color: #afb5be;
    font-family: 'Quicksand', sans-serif;
}
.triangle_right {
    display: inline-block;
        vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #0d468d;
}
.triangle {
    display: inline-block;
        vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
}
.triangle.top {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #2c4b69 transparent;
}
.triangle.top.A {
    border-color: transparent transparent #0d468d transparent;
}
.triangle.top.B {
    border-color: transparent transparent #f6f7f8 transparent;
}
.triangle.right {
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #2c4b69;
}
.triangle.right.A {
    border-color: transparent transparent transparent #0d468d;
}
.triangle.right.B {
    border-color: transparent transparent transparent #f6f7f8;
}
.triangle.bottom {
    border-width: 9px 6px 0 6px;
    border-color: #2c4b69 transparent transparent transparent;
}
.triangle.bottom.A {
    border-color: #0d468d transparent transparent transparent;
}
.triangle.bottom.B {
    border-color: #f6f7f8 transparent transparent transparent;
}
.triangle.bottom.bigger {
    border-width: 11px 7px 0 7px;
}
.triangle.left {
    border-width: 6px 9px 6px 0;
    border-color: transparent #2c4b69 transparent transparent;
}
.triangle.left.A {
    border-color: transparent #0d468d transparent transparent;
}
.triangle.left.B {
    border-color: transparent #f6f7f8 transparent transparent;
}
.triangle.margin {
    margin-right: 8px;
}
/* wrapper */
.wrapper a {
    color: #9aa5b3;
}

.text-2 a {
    text-decoration: underline;
    font-family: 'Quicksand', sans-serif;
    color: #5ea48c;
}

.wrapper a[target="_blank"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 18px;
    line-height: 160%;
    background-image: url(./blank.svg?e);
    background-size: 95%;
    background-position-y: center;
    background-repeat: no-repeat;
    border: none;
    margin: 0 2px 3px 2px;
}
/* wrapper_main */
#center_top, #mainBG {
    max-width: 620px;
}
#center_top, #top_message {
    font-size: 17px;
}
#top_message {
  margin: 15px 0;
}
#center_top {
    margin: -10px 0;
    color: #354b68;
    text-align: center;
    line-height: 0;
    position: relative;
}
.center {
    width: 100%;
    margin: 0 auto 18px auto;
}
#nsfw_content {
    transition: 0.1s;
}
#nsfw_content.opacity-zero {
    opacity: 0;
}
.contentB {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    color: #2b3f57;
    pointer-events: auto;
}
.cttB_BG {
    position: absolute;
    height: 709px;
    max-height: 100vh;
    max-height: 100dvh;
    width: 37%;
    top: 0;
    z-index: -1;
    border-radius: 0 82px 82px 0;
    border-width: 0 7px 7px 0;
    background-size: 82px;
}
.wrapper {
    position: relative;
    width: 64%;
    min-height: 98vh;
    min-height: 98svh;
    margin: 0 auto 10px 30%;
}
#mainBG, #ajaxreload {
  position: relative;
}
#mainBG {
    padding: 35px 0 0 0;
}

#title {
    pointer-events: auto;
    z-index: 3;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1480px;
    backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 0 2px 0 #acafb4;
    color: #0d468d;
    width: 100%;
    will-change: opacity, transform;
}

#tips {
    position: absolute;
    top: -1.7em;
    margin: 0 41px;
    text-align: center;
    font-size: 15px;
    background: white;
    border-radius: 21px 14px 31px 20px;
    box-shadow: 0 0 10px -6px;
    padding: 7px 16px;
}

.main_screen {
    position: relative;
    pointer-events: auto;
    max-width: 100%;
    line-height: 1.6;
    font-size: 16px;
    color: #354b5b;
    will-change: transform;
}
.main_screen.pop {
    padding-top: 5px;
    padding-bottom: 30px;
    margin-left: 0;
}
#center_end {
    margin-top: 14px;
    margin-bottom: 37px;
    font-size: 13px;
    color: #b9c6d3;
}
/* footer */
footer {
    background-color: #fbfbfb;
    height: 100px;
    border-radius: 25px 25px 0 0;
    border: solid 1px #d1dde6;
    border-width: 1px 1px 0 1px;
}
/* img */
img {
    max-width: 100%;
    max-height:460px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}
#ajaxreload img {
    display: block;
    margin: 7px auto;
}
img.imgPop { cursor: pointer; }
/* ajax_text */
.text-1 {
    word-break: break-all;
    word-wrap: break-word;
    margin: 18px 8px 0px 8px;
    line-height: 1.2;
    text-indent: -23px;
    padding-left: 23px;
    padding-right: 14px;
    font-size: 24px;
    font-family:'Noto Sans JP', sans-serif;
    color: #354B5B;
    position: relative;
    z-index: 3;
}
.text-1:before {
/*    content: '';*/
    height: 13px;
    width: 17px;
    display: inline-block;
    background-image: url(/books/sozai/triangle_slide.gif?d);
    background-size: 100% 100%;
    background-position: center;
    opacity: 0.4;
    margin-right: 10px;
}
.text-1 .s {
    font-size: 13px;
    line-height: 0;
    color: #a4b0bb;
    vertical-align: 2px;
    margin-left: 3px;
}
.text-2 {
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0 8px 8px 8px;
    padding: 0.4% 0.9%;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.07rem;
    z-index: 2;
}
.text-2 .s {
    line-height: 0;
    font-size: 0.8em;
    vertical-align: 1.4px;
}
.text-2.but {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.text-2.but:active, .text-2.notes:active, .text-2.code {
    background-image: none;
}
.text-2.warning {
    min-height: 0;
    padding: 7px;
}
.text-2.notes {
    min-height: 0;
    background-color: #e7ecff;
    border: 0;
    border-radius: 0 20px 20px 0;
    margin: -3px 8px;
    padding: 2px 5px;
    font-size: 10px;
    color: #446efc;
    max-width: 95%;
}
.text-2.code {
  background-color: #434a52;
    border: 0;
    margin: 8px;
    color: #dcdcdc;
    padding: 11px 4%;
    font-size: 13px;
    line-height: 1.2;
    min-height: 0;
    border-radius: 0 50px 50px 0;
}
.text-2.code span.green{
	color: #6cf8be;
}
.text-2.tape {    min-height: unset;
    padding: 0 9px 0 12px;
    margin: 0 4px;
    box-shadow: none;
    font-size: 10px;
    overflow: hidden;
    word-break: break-word;
    }
    .text-2.tape .kawaii_alert:nth-of-type(1) {
    border-width: 0 1px 0 0;
}
.text-2.tape .kawaii_alert {
    border: solid 1px #c7c7c7;
    border-width: 0 1px 0 3px;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 0;
    color: #2c4b69;
}
.text-3 {
    word-break: break-all;
    word-wrap: break-word;
    margin: 21px 8px 0px 8px;
    line-height: 0.8;
    text-indent: -23px;
    padding-left: 23px;
    padding-right: 14px;
    font-size: 24px;
    font-family: 'Quicksand', 'Zen Maru Gothic', sans-serif;
    color: #555c65;
    /* overflow: hidden; */
    position: relative;
    z-index: 3;
}
.text-4 {
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 15px 5px 15px 9px;
    background-color: #fbfbfb;
    margin: 0 8px 8px 8px;
    padding: 0.4% 0.9%;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1px;
    backdrop-filter: blur(3px);
    box-shadow: 0 1px 9px -2px #c7cacc;
    z-index: 2;
}
.text-4.warning {
    background-color: #fff1ce;
    color: #c65d00;
    border: solid 1px #d1a075;
}
.text-4.warning .kawaii {
    color: #fbfbfb;
    background-color: #dd7400;
    border-width: 0;
}
.description {
    background-image: linear-gradient(180deg, #f1f2f3, transparent);
    line-height: 1.5;
    color: #9da2a9;
    width: auto;
    padding: 1px 4% 0 4%;
    border-radius: 10px 10px 0 0;
    margin: 22px 6px 0 6px;
    border: solid #dbe0e7;
    border-width: 1px 1px 0 1px;
    font-size: 16px;
}
.no_margin-top {
  margin-top: 0;
}
h1 {		
    color: #0c0c0c;
}
#card_wrapper {
    border-radius: 9px;
    margin: 8px 10px;
    overflow: hidden;
    box-shadow: 0 0 10px -7px black;
}
#card_wrapper > img.card {
    margin: 0;
}
.card_child_a {
    background-color: #fbfbfb;
    padding: 10px 18px 20px 18px;
}
#card_wrapper .kawaii_alert {
    padding: 1px 8px;
}
.card_child_a_cld__aa {
    display: block;
    color: #0c0c0c;
}
.card_child_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbfbfb;
    border-top: solid 1px #e7e7e7;
    padding: 10px 18px;
}
.card_child_b_cld__aa {
display: block;
font-size: 14px;
color: #a9a9a9;
}
.card_child_b_cld__bb {
    background-color: #c4d9fe;
    border-radius: 25px;
    padding: 10px;
    color: #0c0c0c;
    font-size: 13px;
}
#card_wrapper .card_child_b_cld__bb {
  border-bottom: none;
}
.card_child_b_cld__bb___a {
    border: solid 1px;
    border-radius: 11px;
    margin-right: 7px;
    padding: 1px 4px;
    cursor: pointer;
}
.kawaii.classic {
    background-color: #2c4b69;
    margin-right: 7px;
    padding: 2px 7px;
    font-size: 11px;
    color: #f6f7f8;
    vertical-align: middle;
}
.kawaii {
    background-color: #e6f3ff;
    margin-right: 5px;
    padding: 0px 8px;
    font-size: 10px;
    color: #40a0ff;
    vertical-align: middle;
    border: solid 1px #91c8ff;
    border-radius: 20px;
}
.kawaii_alert.classic {
    vertical-align: middle;
    border:solid 1px #2c4b69;
    margin-right: 5px;
    padding: 0 2px;
    font-size: 10px;
}
.kawaii_alert {
    color: #8699a9;
    vertical-align: middle;
    border: solid 1px;
    margin-right: 4px;
    padding: 0 6px;
    font-size: 10px;
    border-radius: 20px;
}
.kawaii_censored{
    background-color: #2c4658;
    color: #2c4658;
    display: inline;
}
.kawaii_mark {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    border-radius: 20px;
    border: solid 1px;
    margin: 0 4px;
}
.kawaii_mark.top::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #354b68 transparent;
  margin: auto;
}
.kawaii_mark.right::after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #354b68;
  margin: auto;
}
.kawaii_mark.left::after {
  content: '';
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent #354b68 transparent transparent;
  margin: auto;
}

.log_title, .updateon, .log_what {
    color: #0d468d;
}
.log_title, .updateon {
    line-height: 1;
    text-align: center;
    padding: 0 1em;
    }
.log_title{
    position: relative;
    z-index: 1;
    margin-top: 16px;
    font-family: 'Poiret One';
    font-size: 40px;
    letter-spacing: -3px;
}
.log_title span {
    word-break: break-word;
} 
.updateon{
    margin: 3px 0 15px 0;
}
.updateon span {
    font-family: 'Quicksand';
    background-color: #ffffff;
    padding: 0 8px;
}
.log_what {
    border: solid 1px;
    margin: 8px;
    padding: 6px 15px;
    font-size: 13px;
    line-height: 1.24;
    word-break: break-all;
}
/* ajax_text_article-like */
.article_img_text.split {
    display: inline-block;
    vertical-align: top;
    margin: 0;
		width: 50%;
}
table {
    border-collapse: collapse;
}
td img {
    vertical-align: middle;
}
table.a_bbbb td.bbbb {
    width: 80%;
    padding: 5px 14px;
    font-size: 13px;
    line-height: 1.4;
}
table.border {
    margin: 0 8px;
}
.border td {
  border: solid 1px;
}
#ajaxreload .border td img {
  margin: 0 auto;
}
@media screen and (max-width: 905.94px) {
.article_img_text.split {
    display: block;
		width: auto;
}
}
.article_img_s {
    margin-bottom: 7px;
}
.article_img_s {
    display: inline-block;
        vertical-align: top;
    width: 20%;
    text-align: center;
    line-height: 0;
}
.article_img_s.half, .article_text_l.half  {
    width: 50%;
}
.article_text_l.vertical, .article_img_s.vertical {
    width: 100%;
}
.article_img_s.vertical {
    margin-bottom: 0;
}
.article_text_l {
    display: inline-block;
        vertical-align: top;
    width: 80%;
}
.article_text_l p {
    padding: 5px 14px;
    font-size: 13px;
    line-height: 1.4;
}
#ajaxreload .article_img_s img {
    display: inline;
}
#ajaxreload .article_img_s.half.margin img {
    max-width: 98%;
}
.article_img_text .log_what {
    margin: 0 4px;
}
.log_page { /* page_count */
    font-size: 12px;
    color: #26468b;
    text-align: center;
}
/* ajax_miniblog */

.miniblog_icon__wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    max-width: 20%;
    position: relative;
}
.miniblog_wrapper:nth-of-type(1) .miniblog_icon__wrapper:before {
    content: '';
    display: block;
    width: 26px;
    height: 21px;
    position: absolute;
    top: -16px;
    right: -8px;
    background: transparent url(/books/sozai/mark_fukidashi2.gif?a) no-repeat top left / 100% 100%;
}
.miniblog_icon {
    display: block;
    background-image: url(/6/charaBtest.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    max-width: 39px;
    height: 39px;
    background-size: 100% 100%;
    image-rendering: pixelated;
    border-radius: 3px;
    border: solid 1px gray;
    background-color: #202631;
}
.miniblog_main__wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
}
.miniblog_wrapper {
    min-height: 45px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 14px 23px;
    margin-left: 12px;
    margin-right: 10px;
    position: relative;
}
.miniblog_wrapper:after {
    content: '';
    display: none;
    width: 80%;
    height: 75%;
    position: absolute;
    top: -6px;
    left: -8px;
    border-radius: 23px 0;
    box-shadow: 0 -6px 11px -12px;
    pointer-events: none;
}
.miniblog_main:before {
/*    content: "\305D\30FC\3093@kawau"; */
content: "ケソ";
display: inline;
    line-height: 1;
    font-size: .7em;
    font-weight: bold;
    margin-right: 8px;
}
.miniblog_main:after {
    content: "( * )ｹﾂ";
    display: block;
    text-align: right;
    line-height: 1.5;
    font-size: .7em;
    opacity: 0.6;
}
.miniblog_main a {
    text-decoration: underline;
    font-weight: normal;
    color: #158aff;
    pointer-events: auto;
}

#miniblog_main {
    max-height: 200px;
    overflow-y: scroll;
    border: solid 2px #eef0f1;
    border-right: 0;
    border-left: 0;
    box-shadow: -6px 0 8px -7px #dbdbdb;
}
#miniblog_main .miniblog_wrapper {
    margin: 0 8px 0 0;
}
.hashtag {
color: #a2b5bd;
margin-right: 6px;
}
.hashtag:before {
content: '#';
}
/* ajax_text_note-like */
.text-2.notelike {
    background-image: linear-gradient(transparent 0, transparent 96%, #006ef7 100%);
    background-size: 100% 1.6em;
    letter-spacing: 0;
    box-shadow: inset 7px -5px 13px 0 #f0f4fc;
}
/* remote, button */
#remote_wrapper {
    display: block;
}
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 16.66666%;
    text-align: left;
    transform-origin: center;
    line-height: 1;
    font-size: 18px;
}
.btn_text {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0px 0px 4px #000000;
    cursor: pointer;
    padding: 14px;
    font-size: 20px;
    font-family: 'Quicksand';
}
.btn_text_s {
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 0px 3px #898989;
    line-height: 1;
    position: absolute;
    top: 1px;
    right: 0;
}
.btn:active .btn_text {
   color: #c8c9c9;
}
.pushed, .btn_active {
    background: #ebf0f5;
    background: transparent url(/books/sozai/alpha_gray2.png?c) repeat;
}
.btn_hover:not(:disabled) {
    background: #afb4b6;
}
button.btn:disabled, button#r-btn:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.btn:disabled .btn_text {
    cursor: not-allowed;
    transform: none;
}
.title_child_a {
    display: block;
    text-align: center;
}
.title_sub_child_a {
    margin-right: 8px;
    padding: 9px 0;
    font-weight: bold;
    font-size: 17px;
    color: #0d468d;
}
@media screen and (max-width: 1085px) {
    .title_sub_child_a {
     font-size: 15px;
    }
}
@media screen and (max-width: 985px) {
    .title_sub_child_a {
     font-size: 14px;
    }
}
#postedby {
    padding: 13px 3% 4px 0;
    text-align: right;
}
#postedby span, #postedby img {
    vertical-align: middle;
}
#postedby span{
    margin: 8px;
    color: #2c4b69;
}
#now_loading {
    color: #2c4b69;
}
/* contentB */
#contentB_child_a {
    width: 83%;
    padding: 27px 12px;
    margin: 100px 6px 10px 6px;
    font-family: 'Quicksand', sans-serif;
    background-image: url(/books/sozai/symbol_dash_R.gif?a);
    background-repeat: no-repeat;
    background-position: right 5% bottom -3%;
    background-size: auto 66%;
}
.cttB_cld_a__a, .cttB_cld_b__b {
    display: block;
    padding: 3px 20px;
}
.cttB_cld_a__b {
    padding: 3px 20px 3px 10%;
}
.cttB_cld_a__a, .cttB_cld_a__b {
    line-height: 1.2;
}
#zakki {
    width: 30%;
    font-size: 70px;
    line-height: 1;
    top: -0.03em;
    left: -0.12em;
    display: block;
    user-select: none;
    color: #e1e4e7;
    font-size: 276px;
    /*
    color: #faf7fa;
    font-size: 276px;
    text-shadow: -7px 3px 10px #e3e2e4;*/
    position: absolute;
}
#zakki_s {
    line-height: 1;
    top: 0;
    left: 0;
    user-select: none;
    font-size: 26px;
    text-align: center;
    padding: 15px 0 12px 0;
    margin: 34px 6% 4px 6%;
}
#ver_title_wrapper {
position: absolute;top: 44%;right: 0;
}
.ver_title {
    text-align: right;
    display: block;
    line-height: 1;
    margin-right: -1px;
    color: #fdfdfd;
}
.ver_title .ver {font-size: 12px;
    text-shadow: 1px 2px 5px lightgray;}
.ver_title .title {font-size: 31px;
    text-shadow: 1px 2px 3px #bebebe;}

#contentB_child_f {
    width: 83%;
    margin: 0 6px;
    background-image: url(/books/sozai/symbol_attention.png?c);
    background-repeat: no-repeat;
    background-position: right -5% bottom 0%;
    background-size: auto 71%;
    padding: 6px 12px;
}
.contentB_child_g {
    margin-top: 10px;
    text-align: center;
}
.contentB_child_g_a {
    color: #a2a8b0;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 2px;
}
.onegai-jp, .goriyou-jp {
    max-height: none;
    vertical-align: bottom;
    pointer-events: none;
}
@media screen and (min-width:1300px){
.onegai-jp, .goriyou-jp {
display: none;
}
.onegai-jp_L, .goriyou-jp_L {
display: block;
}

}
@media screen and (max-width:1299.99px){
.onegai-jp, .goriyou-jp {
display: block;
}
.onegai-jp_L, .goriyou-jp_L {
display: none;
}
}
@media screen and (max-height: 610px){
  #contentB_child_f { display: none;}
  }
@media screen and (max-height: 428px){
  #contentB_child_a { display: none;}
  .contentB_child_g { margin-top: 111px;}
  }
.cttB_cld_f__a {
    display: flex;
        align-self: center;
        justify-content: space-evenly;
    padding: 0 5px;
    line-height: 1.2;
    margin: 7px 0;
}
.cttB_cld_f__b {
    display: block;
    padding: 0 2px;
    line-height: 1.4;
}
#contentB_child_h {
    margin: 8px;
}
.preload_img {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 1px;
    height: 1px;
}
/* Loading */
.loading_gif img {
    border: solid 1px;
    width: 60px;
    image-rendering: pixelated;
}
.loading_gif_p {
    text-align: center;
    font-size: 12px;
}
/* クラスで制御するやつ */
.btn-sub, .l_none{
    display:none;
}
/* spanで調整するやつ */
span.word_break {
    display: inline-block;
}
.\31 em {
    display: inline;
    padding-right: 1em;
}
span.dashed {
    text-decoration: underline;
    text-decoration-style: dashed;
}
span.double {
    text-decoration: underline;
    text-decoration-style: double;
}
span.highlight {
    color: #3283e9;
    padding: 0 3px;
}
@media (any-hover: hover)  {
#climbing_button.hover {
    box-shadow: 0 0 0 16px #dee5f3;
    transform: scale(1.05);
}
#climbing_button.hover.active {
    transform: scale(1.05) translate(1px, 3px);
}
#lang button:hover {
    background:transparent url(/books/sozai/white_alpha.png?2024sep22) repeat;
}
.wrapper a:hover {
    text-decoration: none;
    color: #d1d9e3;
}
.text-2 a:hover {
    color: #a6e3ce;
    text-decoration: none;
}
#climbing_wrapper a:hover {
        outline: solid 1px #686868;
}
.miniblog_main a:hover {
    color: #85c2ff;
    text-decoration: none;
}
}

@media screen and (max-width: 772.94px) {
a:hover {
    background-color: transparent;
}
a:active {
    background-color: #e4eaf3;
}
    #climbing_button {
        width: 1.5em;
        height: 1.5em;
        top: -78px;
        display: none;
    }
    #mainBG {
        margin-bottom: 64px;
        margin-right: 0;
    }
#tips {
    top: 3%;
    font-size: 12px;
}
#nowloading {
    box-shadow: none;
}
/* GOOMW */
#title {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1), transform 0.3s ease-out;
}
#title.GOOMW {
pointer-events: none;
    transform: translateY(90px);
    opacity: 0;
}
/* END GOOMW */
.btn {
    text-align: center;
    width: 25%;
}
.btn_text {
    font-size: 16px;
    padding: 12px 2px;
}
.btn_text_s{
display: none;
}
#center_top {        margin-top: 15px;
        margin-bottom: -18px;
}
.wrapper, .center {
    width:100%;
}
.wrapper {
 /* background-color: #f6f7f8;*/
    border-width: 0;
    border-radius: 0;
    margin: 0;
}
.text-1 {
        margin: 14px 0 11px 8px;
        padding-left: 21px;
        padding-right: 0.4em;
        font-size: 18px;
        line-height: 20px;
        text-indent: -21px;
}
    .text-1::before {
        width: 14px;
        height: 11px;
        margin-right: 0.4em;
    }
.text-2 {
        min-height: 31px;
        padding: 12px 8% 13px 7%;
        font-size: 13px;
        line-height: 1.45;
        letter-spacing: 0.4px;
        box-shadow: none;
        margin: 6px 4px;
    }

.kawaii {
    padding: 1px 7px;
}
.s_none {
    display: none!important;
}
.l_none {
    display: block;
}

.miniblog_main__wrapper {
	font-size: 12px;
}
.miniblog_wrapper {
  box-shadow: none;
}
#center_top, #mainBG { 
  max-width: 100%;
  }
}

@media screen and (max-width: 453px) {
#lang {
    transform: scale(0.8);
    transform-origin: top right;
}
.main_screen {
    padding: 27px 0;
}
.log_title {
    padding: 19px 1em 0 1em;
}
}
@media screen and (max-width: 335px) {
#lang {
    max-width: 130px;
    text-align: right;
}
#lang-jp{
    margin: 3px 3px 2px 3px;
}
#lang-en{
    margin: 1px 3px;
}
}
@media screen and (max-width: 299.94px) {
.miniblog_wrapper {
    margin: 0;
}
}
@media screen and (max-width: 274.94px) {
.miniblog_icon {
    max-width: 27px;
    height: 27px;
}
}
@media screen and (max-width: 212.94px) {
.miniblog_main__wrapper {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
.miniblog_icon__wrapper {
    display: block;
    width: 38px;
    max-width: none;
}
.miniblog_main:before {
    margin-bottom: 0;
    margin-top: 4px;
}
}

/* JS */
#climbing_button.JS {
    display: none;  
}
#JS_off {
    display: flex;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: #00000033;
    backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
    font-size: 31px;
}
/*@media (prefers-color-scheme: dark) {
  }*/