@import url('https://fonts.googleapis.com/css2?family=Song+Myung&display=swap');

.story-bub-outside {
    display: inline-block;
    position: relative;
    font-family: 'EliceDigitalBaeum_Regular', sans-serif;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    text-shadow: -2px 0 black, 2px 0 black, 0 -2px black, 0 2px black, 0 0 5px #000000;
    padding: 10px 20% 10px 25px;
    z-index: 1;
}

.story-bub-outside:before {
	content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .7) 30px 30%, transparent 80%);
    z-index: -1;
}

.story-bub-box1::after { display:none; }

.story-bub-outside + br + .story-bub-box1,
.story-bub-outside + .story-bub-box1 {
    margin-top: -15px;
    padding: 20px 20px;
    background: #E2D9C9;
    box-shadow: inset 2px 2px 5px #eeeeee, inset 0 0 10px 5px #CBBBA8, 2px 2px 3px #22222270;
    border: 1px solid #cbbba8;
    color: #111111;
}
.story-bub-box1.another {
    background: #1C201B;
    color: #eeeeee;
    box-shadow: 0 0 5px 2px #1C201B;
    margin-top: 1.2rem;
    border-radius: 50px;
}

.wp-block-post-content figure {
	border-radius: 5px;
	overflow: hidden;
}

.wp-block-post-content h2 {
	font-family: "Song Myung", serif;
	color: #CFB47D;
	text-shadow: -1px 0px 0 #FFFCE4, 1px 0px 0 #775C19,0 0 15px #3B2017,0 0 10px #3B2017,0 0 5px #3B2017;;
}


.custom-cover-wrap {
    position: relative;
    padding: 30px 20px 50px 20px;
    display: flex;
    /* align-content: flex-start; */
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.custom-cover-wrap:before {
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    border-image: url(https://chottolatte.mycafe24.com/wp-content/mu-plugins/css/img/FFXIV-quest-bg.png);
    border-image-slice: 297 353 300 300;
    border-width: 100px;
    background: #EBE5DC;
    border-style: solid;
}

.custom-cover-wrap .custom-cover-inner {
  position: relative!important;
  padding-top: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(0,0,0,.5);
}

.custom-cover-wrap .custom-cover-inner :is(h1,h2,h3,h4,h5,h6) {
    font-family: unset;
    color: #222222;
    text-shadow: none;
    font-weight: 700;
}

.custom-cover-wrap figure.wp-block-image {
  width: calc(100% - 10px);
  border-radius: 15px;
  margin: 0;
}

.custom-cover-wrap figure.wp-block-image img {
    width: 100%;
    aspect-ratio: 4;
    filter: sepia(.5);
}

.custom-cover-wrap .custom-cover-inner .textggu--comment1:after {
  top: -35px;
}