@charset "UTF-8";

.breadcrumbs {
    font-size: 0;
    height: 39px;
    line-height: 17px;
    padding-top: 11px;
    padding-left: 16px;
    box-sizing: border-box;
}

.breadcrumbs>a,
.breadcrumbs>p {
    display: inline-block;
    font-size: 1.1rem;
    position: relative;
    margin-right: 16px;
}

.breadcrumbs>p::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 6px;
    bottom: 0;
    transform: rotate(45deg);
}

.breadcrumbs>p::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 9px;
    bottom: 0;
    transform: rotate(-045deg);
}

main {
    background-color: #FDEEE9;
}
.diary-top {
    padding: 25px 16px 0;
    position: relative;
    z-index: 10;
}
.diary-top:after {
    content: '';
    display: block;
    position: absolute;
    width: 133px;
    height: 246px;
    background-image: url('../images/kihadaikudiary/01/diary-back-01.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    right: 0px;
    bottom: -110px;
}
.diary-hd {
    background-color: #fff;
    border:  solid 1.5px #000;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 50px 14px 35px;
    text-align: left;
}
.diary-hd-num {
    display: inline-block;
    width: 70px;
    font-family: Montserrat;
    font-size: 1.4rem;
    vertical-align: middle;
    border-right: solid 1px #000;
    padding: 10px 0;
    text-align: left;
}
.diary-title {
    width: 150px;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: -0.36px;
    vertical-align: middle;
    padding-left: 27px;
}
.diary-hd-p {
    margin-top: 22px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: -0.84px;
    position: relative;
    z-index: 20;
}

.diary-manga {
    padding: 22px 16px;
    position: relative;
    z-index: 11;
}
.diary-memo {
    padding: 46px 40px;
    position: relative;
}
.diary-memo:before {
    content: '';
    display: block;
    position: absolute;
    width: 78px;
    height: 160px;
    right: 0;
    top: 0;
    background-image: url('../images/kihadaikudiary/01/diary-back-02.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 0;
}
.diary-memo:after {
    content: '';
    display: block;
    position: absolute;
    width: 132px;
    height: 181px;
    left: 0;
    bottom: 0;
    background-image: url('../images/kihadaikudiary/01/diary-back-03.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 0;
}
.diary-memo-hd-dot-wrap {
    font-size: 0;
    letter-spacing: 0;
    padding-left: 9px;
    margin-bottom: 24px;
}
.diary-memo-hd-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #D9D9D9;
    margin-right: 28px;
}
.diary-memo-hd {
    position: relative;
}
.diary-memo-hd-deco-01 {
    position: absolute;
    width: 165px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    right: -15px;
}
.diary-memo-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.54px;
    font-weight: 500;
    position: relative;
}
.diary-memo-hd-deco-02 {
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 130px;
    top: 3px;
}
.diary-memo-lst {
    margin-top: 25px;
    padding-left: 32px;
}
.diary-memo-lst li {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: -0.45px;
    text-align: justify;
    position: relative;
    padding-bottom: 15px;
    border-bottom: dashed #4C4C4C 1px;
    margin-bottom: 17px;
}
.diary-memo-lst li:before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 6px;
    background-image: url('../images/kihadaikudiary/01/memo-lst.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.diary-insert-img {
    width: 170px;
    margin: auto;
    padding-left: 60px;

}

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