.siteTitle {
    height: 80px;
    margin: 10px 0;
}
.siteTitle__link {
    height: 80px;
}
.siteTitle__main {
    display: none;
}
.siteTitle__logo {
    max-height: 80px;
}
.menuNavi__link {
    height: 100px;
    line-height: 100px;
}
.searchBox__input,
.searchBox__submit {
    height: 28px;
    line-height: 28px;
}
.archive .icon-tag,
.categoryBox .icon-tag {
    display: none;
}
.rectangle {
    background: none;
    padding: 0;
}
.rectangle__item.rectangle__item-left,
.rectangle__item.rectangle__item-right {
    text-align: center;
}
.rectangle__title {
    display: none;
}
.t-light .l-footer {
    background: #fff;
}
.widget .textwidget {
    font-size: 0;
    text-align: center;
}
.widget a {
    display: inline-block;
    position: relative;
}
.widget a.blogranking {
    font-size: 0;
    transition: none;
}
.heading.heading-archive {
    margin-bottom: 5px;
}
.heading a,
.archiveItem__text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.archiveItem div.btn {
    display: none;
}
@media only screen and (min-width: 768px) {
    .widget a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
        transition: .3s;
    }
    .widget a:hover::after {
        width: 100%;
    }
    .widget a.blogranking::after {
        content: none;
    }
    .widget a.blogranking:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 767px) {
    .globalNavi, .breadcrumb {
        -webkit-overflow-scrolling : touch;
    }
    .breadcrumb {
        border-bottom: 1px #d8d8d8 solid;
    }
    .t-light .l-extra {
        height: 51px;
    }
    .globalNavi__list .menu-item:hover {
        font-weight: normal;
    }
    .searchBox__input {
        font-size: 16px;
    }
    .eyecatch__cat a {
        font-size: 1rem;
    }
    .heading.heading-archive {
        font-size: 1.3rem;
    }
    .categoryBox {
        padding-top: 20px;
        margin-top: -20px;
    }
    .categoryBox__titleLink {
        width: 95%;
        font-size: 1.3rem;
    }
    .categoryBox__titleLink::before {
        right: -4%;
    }
    .l-main {
        padding-top: 10px;
    }
    .l-main > .widget {
        margin-bottom: 30px;
    }
    .l-main > .widgetPost + .content {
        margin-top: 30px;
    }
    .widget ul.menu {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .widget ul.menu li {
        width: calc(50% - 10px);
        font-size: 1.2rem;
        text-align: center;
        padding: 0;
        margin: 0 0 0 10px;
        border: 1px #d8d8d8 solid;
        background-color: #f7f7f7;
    }
    .widget ul.menu li:first-child {
        border: 1px #d8d8d8 solid;
    }
    .widget ul.menu li::before {
        content: none;
    }
    .widget ul.menu li a {
        display: block;
        padding: 5px 0;
    }
    .heading.heading-singleTitle {
        font-size: 1.8rem;
    }
    .archiveItem__text {
        font-size: 1.2rem;
    }
}