@import url('https://fonts.googleapis.com/css2?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: #dfeaf6;
    color: #485c7f;
}
::-moz-selection {
    background-color: #dfeaf6;
    color: #485c7f;
}

body {
    position: relative;
    max-width: 1480px; /* old 2000px */
    background-color:#ced4da;/* hsl(210 12% 91% / 1), #f9fafc, #edf0f4, #eaf1f9, #5074b0, #536d99, #eaf1f9, #d5e3f3, #333333 */
    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_template {
    position: fixed;
    display: block;
	width: 99%;
    border: solid #c9d2dc;/*#425a7a, #c3c3c3*/
}
.cmp_bottom {
    height: 20%;
    max-height: 150px;
    bottom: 0;
    background-color: #354b68;
    border-width: 0;
    border-radius: 87% 42% 20px 20px;
    margin: 0 auto 0.5% auto;
    left: 0;
    right: 0;
}
.cmp_bottom_back {
    height: 44%;
        max-height: 315px;
    bottom: 0;
    background-color: #bac3cf;
    border-width: 0;
    border-radius: 69% 50% 20px 20px;
    margin: 0 auto 0.5% auto;
    left: 0;
    right: 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;
    transition: 0.2s;
    overflow: hidden;
/*    background-image: radial-gradient(transparent 56%, #c5c9e0 234%); */
}

#climbing_button {
    position: absolute;
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    width: 1.6em;
    height: 1.6em;
    border-radius: 45px 0 0 45px;
    border: solid 1px #0d468d;
    border-right: 0;
    bottom: 0;
    right: 0;
    margin: 0 0 5.5% 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: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    font-family: sans-serif;
    pointer-events: none;
}
#title_s a {
    pointer-events: auto;
    margin-top: 6px;
    margin-left: 6px;
    vertical-align: middle;
}
#title_s span {
    vertical-align: middle;
    margin-left: 8px;
    font-size: 22px;
    padding: 1px 2px 3px 0;
    font-family: 'Quicksand', sans-serif;
}
#title_s span > a {
	color: #6ba3df;
    color: black;
    font-weight: normal;
}
.screen_child_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.3%;
    background-color: #354b68;
    border-radius: 0 0 25px 0;
    padding: 15px;
    text-align: center;
    color: #fbfbfb;
}
.screen_child_a .triangle.right.B.margin {
    border-width: 5px 0 5px 9px;
    margin-right: 7px;
}
.screen_child_b {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.screen_child_b a{
		margin-right: 5px;
}
a:active .arrow {
 transform: scale(0.8); 
}
.screen_child_b img {
		image-rendering: pixelated;
		width: 80px;
}
.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;/*#354b68 #0f1640*/
}
.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 13px 14px;
    width: 34px;
    height: 26px;
    border-width: 11px 11px 11px 0;
}
#title_s a .arrow:after {
    border-width: 16px 24px 16px 0;
    left: -11px;
    bottom: -21px;
}
.screen_child_b_cldA {
    background-color: #ededed;
    color: #a4aab1;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 2px;
}
.screen_child_b a, .screen_child_b img {
    pointer-events: auto;
    cursor: pointer;
    line-height: 0;
    font-size: 15px;
}
.screen_child_b__A {
    margin: 0 0.6em;
    font-family: 'Quicksand';
}
.screen_child_b .triangle.right {
    border-color: transparent transparent transparent #0f1640;
}
.screen_child_c {
    position: absolute;
    bottom: 7px;
    pointer-events: auto;
    padding: 0 12px;
    line-height: 1;
}
.screen_child_c_cldA {  
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    border-left: solid 1px;
    padding: 12px 0 11px 7px;/*10px 0 9px 7px;*/
/*    text-decoration: line-through;*/
}
.contentB_child_g {
    margin-top: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

@media screen and (max-height: 593px){
  .contentB_child_g { display: none;}
  }
@media screen and (max-height: 502px){
  #contentB_child_f { display: none;}
  }

.relative_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}
.contentB_child_title {
    display: block;
    position: relative;
    z-index: 2;
    background-color: #354b68;
    border-radius: 102px 0 95px 30px;
    margin: 82px 12px 0 12px;
    padding: 26px 0;
    text-align: center;
    font-family: 'Quicksand';
    transition: 0.2s;
    line-height: 1;
}

.contentB_child_title_cld_c {
    display: inline-block;
    vertical-align: top;
/*    padding: 26px 19px;*/ /* 大きさ変更前 */
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #f6f7f8;
    padding: 12px 8px;
    font-size: 18px;
}
.contentB_child_title a, .contentB_child_title a:visited {
    color: #f6f7f8;
}
@media screen and (max-width: 1395px) {
.contentB_child_title {
    padding: 26px 0;
}
.contentB_child_title_cld_c {
    padding: 12px 8px;
    font-size: 18px;
}
}
@media screen and (max-width: 1053px) {
.contentB_child_title_cld_c {
        padding: 12px 8px;
        font-size: 14px;
}
}
#lang {
    position: absolute;
    z-index: 2;
    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;
/*    border-right: solid 2px hsl(210 14% 83% / 1);*/
    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 {
    max-width: 620px;
    margin: -10px 0;
    font-size: 17px;
    color: #354b68;
    text-align: center;
    line-height: 0;
}
.center {
    width: 100%;
    margin: 0 auto 18px auto;
}
#ajaxreload {
    pointer-events: auto;
    transition: .3s;
    max-width: 100%;
    line-height: 1.6;
    font-size: 16px;
    color: #354b68;
    will-change: transform;
}
#nsfw_content {
    transition: 0.1s;
}
#nsfw_content.opacity-zero {
    opacity: 0;
}
.contentB {
    position: absolute;/*relative;*/
    top: 0;
    left: 0;
    width: 30%;
    /*max-width: 358px;*/
    color: #2b3f57;/*#717f91, #727f8e, #0d468d, #adc9ff */
    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-color: #f6f7f8;
    background-image: url(/6/img/BG_tile.gif?a);*/
    background-size: 82px;
}
.contentC {
  /*width: 44%;*/
    width: 100%;
    margin: 0 auto 2.4em auto;
    color: #2c4b69;
    text-align: center;
}
.wrapper {
    position: relative;
    width: 64%;
    min-height: 98vh;
    min-height: 98svh;
    margin: 0 auto 10px 30%;
}
#mainBG {
    box-shadow: 0 0 13px -8px #0c264b;
    background-color: #f6f7f8;
    background-size: 205px;
    background-repeat: repeat;
    border-radius: 32px 17px;
    padding: 34px 0 0 0;
    max-width: 620px;
}
.right_content {
    width: 6%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.right_tab {
    height: 58px;
    width: 88%;
    background-color: #fafbfb;
    background-image: url();
    background-size: 56%;
    background-position: center;
    background-repeat: no-repeat;
    border-right: solid 6px #2d5b97;
    border-radius: 0 5px 5px 0;
    top: 66px;
    position: absolute;
    left: 0;
    color: #fbfbfb;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 13px -9px #8f9eb3;
}
.right_tab.js {
    background-image: url(/books/sozai/load_A.gif?a);
  }
#title {
    z-index: 3;
    position: sticky;
    top: 0;
    transition: padding .2s;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR4AQEFAPr/APz8/LUJlgOqPWH6FgAAAABJRU5ErkJggg==) repeat;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 13px -9px #172840;
    border-radius: 0 80px 53px;
    margin: 0px 40px 0 -18px;
    font-size: 23px;
    color: #0d468d;
}
#siteview {
    padding: 1px 12px;
    font-size: 11px;
    color: #0d468d;
}
#tips {
    position: absolute;
    bottom: -1.7em;
    /* width: 70%; */
    margin: 0 41px;
    text-align: center;
    font-size: 13px;
    background: white;
    border-radius: 21px 14px 31px 20px;
    box-shadow: 0 0 10px -6px;
    padding: 7px 16px;
}
.title_sub{
    width: 28%;
        min-width: 76px;
    border-right: solid 1px;
    padding: 9px 0;
    text-align: center;
}  
#num {
    text-align: center;
}
.main_screen {
    position: relative;
    max-width: 100%;
    padding: 19px 0 70px 0;
}
.main_screen.pop {
    padding-top: 5px;
    padding-bottom: 30px;
    margin-left: 0;
    will-change: transform;
}
#center_end {
    margin-top: 14px;
    margin-bottom: 37px;
    font-size: 13px;
    color: #b9c6d3;
    text-align: center;
}
#center_end a {
    position: relative;
    border-bottom: none;
    margin-right: 8px;
    padding: 3px;
    color: #354b68;
}
#center_end a.blank::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background-image: url(/blank.png);
}
/* 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;
}
#ajaxreload img {
    display: block;
    margin: 7px auto;
}
img.imgPop { cursor: pointer; }
/* ajax_text */
.text-1 {
    word-break: break-all;
    word-wrap: break-word;
    margin: 16px 9px 15px 18px;
    line-height: 24px;
    text-indent: -23px;
    padding-left: 23px;
    padding-right: 14px;
    font-size: 19px;
    font-family: 'Quicksand', 'Zen Maru Gothic', sans-serif;
    color: #555c65;
}
.text-1:before {
    content: '';
    height: 13px;
    width: 17px;
    display: inline-block;
    background-image: url(data:image/gif;base64,R0lGODdhMAAkAJEAAAAAAHKClAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJDQACACwAAAAAMAAkAAACaJSPocuLD6N8rbqJ87Fce8l132iEIumZJ4qpKxu5L5zIFh3bN17rFb/x7XjCGapoHCGTqeXw6Hwqo9ImtcG6YrNaBa0bwHWJV2DZHAWWnOo1su0WwuO6OV1mv6vy+hC/XzVn8xe0p1YAACH5BAkNAAIALAAAAAAwACQAgQAAAHKClAAAAAAAAAJolI8Xy80Jo5yuvomzslZ7yXHfuIUVOZoiqqkrS7kdDMozndgvbug77vvBgkIUsZg63lhKZKu5TEJPximVZHUMswsaNwDM8sTjKa8HPaOV6jWx7fbB47Y53WW/m/J651nHV6ISKBjCUwAAIfkECQ0AAgAsAAAAADAAJACBAAAAcoKUAAAAAAAAAmmUjxLLzQmjnK6+ifOxXHvJdd9ohCLpmSeKqSsbuS+MyDOt2Bae6Dfr+5GCwg+xqDkiW8odrLmMQZ3DaQVobTyzCxo3gOPysrwctGxWotPENdvnftviche9brrjo9i5fu/wVyIjOKiCVgAAIfkECQ0AAgAsAAAAADAAJACBAAAAcoKUAAAAAAAAAmiUb6HLiw+jfK26ifOxXHvJdd+YhBY5miKaqSsLuiccyxUd2S8u6Dvt+7GCQhKx+DkiNcolpumsQRvD6Q1lpVazASAX9wVbeb0pudw8o4/qdbDt1sHjsjldZb+H8vpZXs7XxxBYgtdWAAAh+QQJDQACACwAAAAAMAAkAIEAAABygpQAAAAAAAACZ5QvocuLD6N8rbqJ87Fce8l132iEIumZJ4qpKxu5L4zIM53YFk7pO1/y/XjCG6lo/CCTmiWz5Rweo1IltcK6NmDaS7aLA4evQHI5Cgwu0+oiu+17w23yuatuN+Hzz7Fsv/EHyMdQVwAAOw==);
    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;
    transition: .2s;
    background-color: #f6f7f8;
    border-radius: 15px 5px 15px 9px;
    border-width: 1px 1px 1px 1px;
    margin: 8px 8px 8px 8px;
    padding: 20px 7% 20.6px 6%;
    font-size: 15px;
    line-height: 1.34;
    letter-spacing: 0.6px;
    box-shadow: inset 1px 1px 9px -7px, inset -12px -10px 5px -7px #ffffff;
}
.text-2:before, .text-2:after {
    content: '';
    position: absolute;
    display: block;
    border: solid;
	pointer-events: none;
}
.text-2:before {
    bottom: -4px;
    right: -4px;
    width: 60px;
    height: 41px;
    border-radius: 0 0 20px 0;
    border-width: 0 1px 1px 0;
    margin-left: 42px;
    color: #eff0f2;
    box-shadow: 4px 5px 3px -4px;
}
.text-2:after {
    top: -4px;
    left: -4px;
    width: 74px;
    height: 45px;
    border-radius: 19px 0 0 0;
    border-width: 2px 0px 0px 2px;
    margin-right: 42px;
    color: #f4f7fa;
    box-shadow: -6px -6px 5px -5px white;
}
.text-2.but {
    background-color: transparent;
    border: none;
}
.text-2.but:active, .text-2.notes:active, .text-2.code {
    background-image: none;
}
.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;
    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;
}
h1 {
    font-size: 32px;
    margin: 16px 10px 0 10px;
}
h2 {
    color: #9eabbc;
    margin: 24px 10px 10px 0;
    padding: 7px 0 0 17px;
    font-size: 24px;
    border-bottom: solid 1px #5f7898;
    border-left: solid 12px #5f7898;
}
h2 span {
    font-weight: bold;
    color: #0c0c0c;
    font-size: 28px;
}
.description {
    background-image: linear-gradient(180deg, #f0f4f8, 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 #e0e7f1;
    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;
    box-shadow: -5px -4px 5px -2px white, 4px 3px 8px -4px #aebee2, inset -8px -6px 3px -4px #f5faff;
}
.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%;
}
@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-x: 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 {
    transition: .2s;
    min-height: 45px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    border-radius: 454px;
    padding: 14px 23px;
    margin-left: 12px;
    margin-right: 10px;
    margin-bottom: 14px;
    position: relative;
    box-shadow: -3px 7px 7px -8px #d6d6e8, -2px -7px 8px 0px #fdffff;
}
.miniblog_wrapper:after {
    content: '';
    display: none;
    width: 80%;
    height: 75%;
    position: absolute;
   /* border: solid #c9cdd3;
    border-width: 1.6px 0 0 2px;*/
    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";
    /*display: block;
    margin-bottom: 2px;
    line-height: 150%;
    font-size: .8em;
    font-weight: bold;*/
    display: inline;
    margin-bottom: 2px;
    line-height: 150%;
    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 {
    min-width: 176px;
    max-width: 100%;
    text-align: center;
}
.btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    transform-origin: center;
    margin: 7px 2px 12px 3px;
}
.btn_text {
    display: inline-block;
    font-size: 18px;
    font-family: 'Unbounded', sans-serif;
    font-weight: bold;
    color: #26468b;
    cursor: pointer;
    padding: 8px 14px;
}
button.btn_hover:not(:disabled), .pushed, .btn_active {
    background-color: #ffea08;
/*    background: transparent url(https://uuuuuuuus0.neocities.org/books/sozai/alpha_gray2.png?c) repeat;*/
}
button.btn:disabled, button#r-btn:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.btn:disabled .btn_text {
    cursor: not-allowed;
    transform: none;
}
.btn {
    position: relative;
}
.btn::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-family: 'Quicksand';
    font-size: 9px;
    font-weight: bold;
    color: #8799af;
    text-shadow: none;
    line-height: 125%;
    word-break: keep-all;
    padding: 0 2px;
}
#btn1::after {
    content: 'Blog';
}
.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;
}
/* wrapper_bottom */
#wrapper_bottom {
    color: #0d468d;
    margin-bottom: 8px;
}
#wrapper_bottom_child_a {
    margin: 1.8em 6%;
    font-size: 15px;
}
#wrapper_bottom_child_d {
    padding: 33px 0;
    font-size: 15px;
    text-align: center;
}
.wrapper #wrapper_bottom_child_d a {
    border-bottom: none;
    padding: 3px;
    color: #0d468d;
}
/* contentB */
.text-box-normal {
    display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        align-content: center;
    border: solid 1px;
    border-bottom: 0;
    margin: 0 8px;
    color: #0d468d;
}
#contentB_child_a, #contentB_child_f {
    border-radius: 30px 17px;
}
#contentB_child_a {
    width: 83%;
    padding: 27px 12px;
    margin: 10px 6px;
    font-family: 'Quicksand', sans-serif;
    background-color: hsl(210 12% 96% / 1);
    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;/*3px*/
}
.cttB_cld_a__b {
    padding: 3px 20px 3px 10%;/*3px 3px 3px 1em*/
}
.cttB_cld_a__a, .cttB_cld_a__b {
    line-height: 1.2;
}
#contentB_child_f {
    width: 83%;
    margin: 0 6px;
    background-color: hsl(210 12% 96% / 1);
    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;
}
.onegai-jp, .goriyou-jp {
    max-height: none;
    vertical-align: bottom;
}
@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;
}
}
.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_g {
    background-color: #dce5f3;
    border-radius: 24px;
    margin: 10px 8px;
    padding: 13px;
    text-align: center;
}
.cttB_cld_g__a {
    width: 62%;
    line-height: 130%;
    text-align: left;
}
#contentB_child_g img {
    vertical-align: middle;
    width: 38%;
}
#contentB_child_h {
    margin: 8px;
}
.preload_img {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

/* contentC */
#contentC_child_a {
    width: 45%;
}
.cttC_cld_a__a {
    margin-bottom: 8px;
    transform: translateX(27px) scaleX(0.87) scaleY(1);
}
.cttC_cld_a__b {
    border: solid 1px;
    margin-bottom: 16px;
    padding: 1px 5px;
    transform: translateX(47px) scaleX(0.77) scaleY(1.3);
}
.cttC_cld_a__c {
    padding: 1px 5px;
    font-weight: bold;
    transform: translateX(47px) scaleX(0.87) scaleY(1.5);
}
.cttC_cld_a__d {
    max-height: 250px;
    max-width: 55%;
    margin: 0 0 0 auto;
}
.contentC_child_b {
    width: 250px;
        max-width: 90%;
    border: solid 1px;
}
.cttC_cld_c__a {
    background-color: #26468b;
    border: solid 1px;
    max-width: 25%;
    image-rendering: pixelated;
}
.cttC_cld_c__b {
    max-width: 75%;
    margin-left: 3px;
    padding: 8px 11px;
    text-align: left;
}
/* Loading */
.loading_gif img {
    border: solid 1px;
    width: 60px;
    image-rendering: pixelated;
}
.loading_gif_p {
    text-align: center;
    font-size: 12px;
}
/* クラスで制御するやつ */
.select_none{
    user-select: none;
}
.display_none, .testnone, .btn-sub, .l_none{
    display:none;
}
.inline_block, .inline-block {
    display: inline-block;
}
.inline_block.middle {
    vertical-align: middle;
}
.inline_block.top {
    vertical-align: top;
}
/* 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.bold {
    font-weight: bold;
}
span.line-through {
  text-decoration: line-through;
}
span.highlight {
    color: #3283e9;
    padding: 0 3px;
}
@media screen and (max-width: 772.94px) {
body { 
    background-color: #f6f7f8!important;
}
a:hover {
    background-color: transparent;
}
a:active {
    background-color: #e4eaf3;
}
#climbing_button {
    width: 1.5em;
    height: 1.5em;
    /*margin: 0 auto;*/
    top: 82vh;
    top: 82svh;
    /*right: 0;
    left: 0;*/
}

.screen_child_a {
    display: none;
}
.screen_child_c {
    transform: scale(0.83);
    transform-origin: left bottom;
    padding: 0 2px;
    bottom: 2px;
}
.screen_child_c_cldA {
    border-left: unset;  
}
    #mainBG {
        border-radius: 0;
        margin-bottom: 64px;
        margin-right: 0;
        box-shadow: none;
        background-image: none;
    }
#title {
        position: relative;
        margin: 80px 0 15px 0;
        box-shadow: none;
        border-radius: 0;
        background: none;
        backdrop-filter: none;
}
#sitename{
    padding: 10px 12px 0 12px;
    font-size: 16px;
}
#tips {
    top: 3%;
    font-size: 12px;
}
#nowloading {
    box-shadow: none;
}
#btn1 {
    display: inline-block;
}
#center_top {
    margin-top: 12px;
    margin-bottom: -12px;
}
.wrapper, .contentC, .center {
    width:100%;
}
.wrapper {
  background-color: #f6f7f8;
    border-width: 0;
    border-radius: 0;
    margin: 0;
}
#flex_reverse {
    display: flex;
        flex-direction: column-reverse;
    margin-top: 22px;
}
.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;
        background-color: #fafafb;
        border: solid 1px #dfe2e7;
        box-shadow: none;
        margin: 6px 4px;
    }
h2::before {
    margin: 0 0 -31px -36px;
    display: block;
    height: 40px;
}
.kawaii {
    padding: 1px 7px;
}
.s_none {
    display: none!important;
}
.s_righter.title_child_a {
    text-align: right;
    margin: 0;
}
#remote {
  width: 100%;
  text-align: right;
}
.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) {
#title_s > a img {
    width: 76px;
}
#title_s span {
    margin-left: 9px;
    font-size: 15px;
}
#lang {
    transform: scale(0.8);
    transform-origin: top right;
}
#title {
    margin: 60px 0 15px 8px;
}
.main_screen {
    padding: 27px 0;
}
.log_title {
    padding: 19px 1em 0 1em;
}
}
@media screen and (max-width: 335px) {
#title_s span {
  	vertical-align: top;
    margin-top: 13px;
    display: inline-block;
}
#lang {
    max-width: 130px;
    text-align: right;
}
#title {
    margin: 57px 0 15px 8px;
}
#title_s span {
    margin-left: 6px;
    font-size: 14px;
}
#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;
}
}
@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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR4AQEFAPr/APz8/LUJlgOqPWH6FgAAAABJRU5ErkJggg==) repeat;
}
.wrapper a:hover {
    text-decoration: underline;
    color: #d1d9e3;
}
.text-2 a:hover {
    color: #a6e3ce;
    text-decoration: none;
}
#climbing_wrapper a:hover {
    background-color: #ededed;
}
#climbing_wrapper .contentB_child_title a:hover {
    background-color: #647a9d;
}
.miniblog_main a:hover {
    color: #85c2ff;
    text-decoration: none;
}
}
/* 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) {
    /* このなかにダークモード時のスタイルを記述します */
    /*::selection {
            background-color: #161b45;
            color: #485c7f;
        }
        ::-moz-selection {
            background-color: #161b45;
            color: #485c7f;
        }
    body {
      background-color: #3b3e4b;
    }
    .contentB_child_title, .cmp_bottom, #mainBG {
        background-color: #221e2b;
    }
.cmp_bottom_back {
    background-color: #2e303e;}
    .contentB_child_title a, .contentB_child_title a:visited, .contentB, #title, .btn_text, .la-switch, .text-2.tape .kawaii_alert {
        color: #b4b5c8;
    }  
    .triangle.top {
        border-color: transparent transparent #3659d1 transparent;
    }
    .triangle.right {
        border-color: transparent transparent transparent #3659d1;
    }
    .description {
        background-image: linear-gradient(180deg, #0a0a18, transparent);
        color: #6c6ab7;
        border: solid #4428a1;
        border-width: 1px 1px 0 1px;
    }
    #contentB_child_a, #contentB_child_f {
        background-color: hsl(233.17deg 9.18% 30.87%);
    }
    #title, #mainBG,.main_screen {
    background: hsl(270deg 25% 1% / 24%);
    }
    #title, #mainBG {
        box-shadow: 0 0 12px -4px #001636;
    }#tips {
    background: #221e2b;
    box-shadow: 0 0 10px -6px black;}
.main_screen {
    border-top: solid 2px #33355c;
    border-bottom: solid 1px #33355c;
}
    .log_title, .updateon, .log_what {
        color: #14c0cd;
    }
    .text-1 {color: #8796bc;}
    .text-2 {    background-color: #2a2d3f;
        border: solid #363a50;
        border-width: 1px 1px 1px 0;
        border-top: solid 2px #555399;
    }
    .text-2:active {
        background-image: linear-gradient(90deg, #323453 2.6%, transparent 4%, transparent 96%, #323453 97.4%);
    }
    .kawaii {
        background-color: #313b66;
        color: #a5abef;
        border: solid 1px #676fd3;
    }
    button.btn_hover:not(:disabled), .pushed, .btn_active {
        background: #1e1929;
    }
    #ajaxreload {
        color: #b6bded;
    border-left: solid 19px #20222f;
    }
    .text-2.tape {    min-height: unset;
        padding: 0 9px 0 12px;
        margin: 0 4px;
        border: solid 1px #0d1e2f;
        border-radius: 6px;
        font-size: 10px;
        background: #67626d;
    }
    .text-2 a {
        color: #09a3ba;
    }.text-2 a:hover {
        color: #2ce3e7;
    }
    .miniblog_wrapper {
    background-color: #1c1e36;}
    #miniblog_main {
        border: solid 2px #0d1246;
        border-right: 0;
        border-left: 0;
        box-shadow: -6px 0 8px -7px #081336;
        }
        .miniblog_wrapper {
    background-color: #2a2d3f;
    border: solid 1px #1d3f95;
        }*/
  }