
/*///////////////////////////
post-title
///////////////////////////*/


.post-title-box {
    margin: 8rem auto 3rem;
    position: relative;
}

.post-title__h1 {
    font-size: 4.6rem;
    text-align: center;
    position: relative;
}

.post-title__info-box {
    margin: 5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-title__info-box__catItem__link {
    display: inline-block;
    margin: 0 0 0 2rem;
    padding: 0.3em 1.28em;
    border-radius: 9999px;
    background-color: #f6f2f0;
    color: #191919;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-title__info-box__catItem__link:hover {
    opacity: 1;
    background-color: #e5623a;
    color: #fff;
  }
}
.post-title__info-box__time {
    font-size: 2rem;
}

.post-main-visual {
    margin: 0 0 5rem;
}
.post-title__eng{display: inline-block;margin-bottom: 0.5rem;color: #e56038;font-size: 2.4rem;letter-spacing: 0.03em;text-transform: uppercase;font-weight: bold;transform: rotate(0.03deg);padding-left: 0.4rem;}
@media screen and (max-width : 767px) {

    .post-title-box {
        margin: 2rem auto;
        position: relative;
    }

    .post-title__h1 {
        font-size: 2.4rem;
    }
    .post-title__h1::before {
        position: absolute;
        top: -43px;
        left: -5rem;
        z-index: -1;
        width: 20.6rem;
        height: 20.6rem;
        background: url(../img/common/img_dot.png) no-repeat center center/contain;
        content: "";
    }
    .post-title__eng{
        font-size: 1.6rem;
        margin: auto;
    }
.post-main-visual {
    margin-bottom: 2rem;
}
.post-title__info-box__time {
    font-size: 1.4rem;
}

.post-title__info-box__catItem__link {font-size: 1.4rem;}

.post-title__info-box {
    margin: 2rem auto;
}
}
