.c-lowerMv__head.--blogTop {
    font-size: 7rem;
    letter-spacing: 0;
}

@media screen and (max-width: 900px) {
    .c-lowerMv__head.--blogTop {
        font-size: 3.4rem;
    }
}

.p-topBlog__side {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.p-topBlog__side--wrapper {
    display: flex;
    gap: 1.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.p-topBlog__side--inner {
    display: flex;
    gap: 1.4rem;
    animation: slideColumn 80s infinite linear 0.2s both;
}

.p-topBlog__side--txt {
    display: flex;
    gap: 1.4rem;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
}

.p-topBlog__side--txt span {
    white-space: nowrap;
}

/*===========================================================================*/
/*  content  */
/*===========================================================================*/
.c-section__main.--blogTop {
    display: flex;
}

.p-blog__main {
    width: 107.4rem;
    border-right: #bababa solid 1px;
    padding-bottom: 6rem;
}

.p-blog__side {
    width: calc(100% - 107.4rem);
    padding: 6rem 0;
}

.p-blog__search--wrapper {
    position: relative;
    width: 24rem;
    margin: 0 auto;
}
.p-blog__search--wrapper.--sp {
    display: none;
}

.p-blog__search--wrapper input[type="text"] {
    background-color: #f6f6f6;
    border: #ececec solid 1px;
    border-radius: .6rem;
    width: 100%;
    padding: 1.1rem 1.5rem 1.2rem 3.6rem;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05em;
}

.p-blog__search--wrapper button {
    position: absolute;
    width: 1.5rem;
    height: 1.4rem;
    left: 1.4rem;
    top: 50%;
    transform: translate(0, -50%);
}

.p-blog__cats {
    margin-top: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.p-blog__cat--head {
    padding: 0 3rem 1.5rem;
    border-bottom: #bababa solid 1px;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.p-blog__cat--list {
    padding: 1.5rem 3rem 0;
    display: flex;
    gap: .7rem;
    flex-direction: column;
}

.p-blog__cat--list a {
    position: relative;
    width: 100%;
    border-radius: .6rem;
    border: #ececec solid 1px;
    padding: 1.5rem 2rem;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    transition: color .5s 0s cubic-bezier(.44,.14,.09,1.02), border-color .5s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-blog__cat--list a::before {
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/blog/arrow.svg') no-repeat center center/contain;
    content: '';
    height: .9rem;
    right: 1.9rem;
    position: absolute;
    top: 50%;
    width: 1.1rem;
    transform: translate(0, -50%);
}

.p-blog__cat--list02 {
    padding: 1.5rem 3rem 0;
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}

.p-blog__cat--list02 a {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: .04em;
    padding: .5rem 1rem;
    border: #e8e8e8 solid 1px;
    border-radius: .6rem;
    transition: color .5s 0s cubic-bezier(.44,.14,.09,1.02), border-color .5s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .p-blog__cat--list a:hover,
    .p-blog__cat--list02 a:hover {
        color: #f1352b;
        border-color: #f1352b;
    }
}

@media screen and (max-width: 900px) {
    .c-section__main.--blogTop {
        display: block;
    }
    
    .p-blog__main {
        width: 100%;
        border-right: none;
        padding: 3rem 0 0;
    }
    
    .p-blog__side {
        width: 100%;
        padding: 5rem 2.5rem 6rem;
    }
    
    .p-blog__search--wrapper {
        width: 32.5rem;
        margin: 3rem auto 0;
    }
    .p-blog__search--wrapper.--sp {
        display: block;
    }
    .p-blog__search--wrapper.--pc {
        display: none;
    }
    
    .p-blog__cats {
        margin-top: 0;
        gap: 4rem;
    }
    
    .p-blog__cat--head {
        padding: 0;
        border-bottom: none;
        font-size: 2.4rem;
    }
    
    .p-blog__cat--list {
        padding: 2rem 0 0;
        gap: 1rem;
    }
    
    .p-blog__cat--list02 {
        padding: 2rem 0 0;
    }
}

/*===========================================================================*/
/*  top main  */
/*===========================================================================*/
.p-blogTop__mv {
    padding: 5rem 8rem 4.2rem;
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/blog/mv-bg.webp') no-repeat center center/cover;
    overflow: hidden;
}

.p-blog__head {
    position: relative;
    padding-left: 3.5rem;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.18;
}
.p-blog__head.--short {
    padding-left: 4.5rem;
}
.p-blog__head::before {
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/common/icon-blog.svg') no-repeat center center/contain;
    content: '';
    height: 1.6rem;
    left: 0;
    position: absolute;
    top: .8rem;
    width: 2.3rem;
}
.p-blog__head.--short::before {
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/common/icon-youtube.svg') no-repeat center center/contain;
    content: '';
    height: 2.1rem;
    left: 0;
    position: absolute;
    top: .6rem;
    width: 3rem;
}

.p-blogTop__mv--slide {
    overflow: visible !important;
    margin: 4rem auto 0;
    width: 66rem;
}

.p-blogTop__mv--slide li {
    width: 66rem;
    padding: 0 1.1rem;
}

.p-blogTop__mv--listLink {
    display: block;
}

.p-blogTop__mv--listImg {
    border-radius: .6rem;
    aspect-ratio: 638/335;
}

.p-blogTop__mv--listImg img {
    height: 100%;
    object-fit: cover;
}

.p-blogTop__mv--listTxts {
    position: relative;
    padding: 1.2rem 2rem 0;
}

.p-blogTop__mv--listDate {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #898989;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .02em;
}

.p-blogTop__mv--listHead {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.58;
    letter-spacing: .02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* min-height: 5.6rem; */
}

.p-blogTop__mv--listTags {
    width: calc(100% - 7rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.2rem;
}

.p-blogTop__mv--listTag {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: .04em;
}

.p-blogTop__mv--navs {
    margin-top: 5rem;
}

@media screen and (max-width: 900px) {
    .p-blogTop__mv {
        padding: 5rem 2.5rem;
        background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/blog/mv-bg-sp.webp') no-repeat center center/cover;
    }
    
    .p-blog__head {
        padding-left: 2.1rem;
        font-size: 1.7rem;
    }
    .p-blog__head.--short {
        padding-left: 2.1rem;
    }
    .p-blog__head::before {
        height: 1.1rem;
        top: .5rem;
        width: 1.6rem;
    }
    .p-blog__head.--short::before {
        height: 1.12rem;
        top: .6rem;
        width: 1.6rem;
    }
    
    .p-blogTop__mv--slide {
        margin: 3rem 0 0;
        width: 30.7rem;
    }
    
    .p-blogTop__mv--slide li {
        width: 30.7rem;
        padding: 0 2rem 0 0;
    }
    
    .p-blogTop__mv--listImg {
        border-radius: .4rem;
    }
    
    .p-blogTop__mv--listTxts {
        padding: 1rem 0 0;
    }
    
    .p-blogTop__mv--listDate {
        position: relative;
        right: unset;
        bottom: unset;
        font-size: 1rem;
    }
    
    .p-blogTop__mv--listHead {
        font-size: 1.4rem;
        /* min-height: 4.4rem; */
        margin-top: .6rem;
    }
    
    .p-blogTop__mv--listTags {
        margin-top: .6rem;
        width: 100%;
    }

    .p-blogTop__mv--navs {
        display: none;
    }
}

.p-blogTop__list--wrapper {
    padding: 5rem 8rem;
}

.p-blog__list--wrapper {
    padding: 6rem 8rem;
}

.p-blog__list {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4rem;
    column-gap: 4.4rem;
}
.p-blog__list.--nomal {
    margin-top: 0;
}

.p-blog__list li {
    width: calc(50% - 2.2rem);
}

.p-blog__list--img {
    border-radius: .6rem;
    aspect-ratio: 435/228;
}

.p-blog__list--img img {
    height: 100%;
    object-fit: cover;
}

.p-Blog__list--txts{
    position: relative;
    padding-top: 1.2rem;
}

.p-blog__list--date {
    color: #898989;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .02em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.p-blog__list--head {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.58;
    letter-spacing: .02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-blog__list--tags {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: calc(100% - 7rem);
}

.p-blog__list--tag {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: .04em;
}

.c-related__more--btn.--blog {
    background-color: transparent;
}
.c-related__more--btn.--blog.--back {
    border-bottom: #bababa solid 1px;
}
.c-newsList {
    list-style: none;
    padding: 0;
    margin: 0;
	font-size:1.5rem;
}

.c-newsList__item {
    border-bottom: 1px solid #cccccc; 
}
.c-newsList__link {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    text-decoration: none;
    color: #333333;
    transition: opacity 0.3s ease;
}

.c-newsList__link:hover {
    opacity: 0.7;
}

.c-newsList__date {
    color: #666666;
    white-space: nowrap;
}

@media screen and (max-width: 900px) {
    .c-newsList__link {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px 0;
    }
	.p-blogTop__list--wrapper {
        padding: 5rem 2.5rem 3.5rem;
    }

    .p-blog__list--wrapper {
        padding: 3rem 2.5rem 4rem;
    }
    
    .p-blog__list {
        margin-top: 2.8rem;
        row-gap: 3rem;
        column-gap: 0;
    }
    
    .p-blog__list li {
        width: 100%;
    }
    
    .p-blog__list--img {
        border-radius: .4rem;
    }
    
    .p-blog__list--txts {
        padding-top: 1rem;
    }
    
    .p-blog__list--date {
        font-size: 1rem;
        position: relative;
        right: unset;
        bottom: unset;
    }
    
    .p-blog__list--head {
        font-size: 1.4rem;
        margin-top: .6rem;
    }
    
    .p-blog__list--tags {
        margin-top: .6rem;
        gap: 1rem;
        width: 100%;
    }
}

.p-blogTop__short {
    border-top: #bababa solid 1px;
    background-color: #f4f4f3;
    padding: 5rem 0;
    overflow: hidden;
}

.p-blog__head.--short {
    margin: 0 8rem;
}

.p-blogTop__short--wrapper {
    margin-top: 2.5rem;
    overflow: visible !important;
    width: 41.6rem;
}

.p-blogTop__shortList li {
    padding: 0 1.3rem;
    width: 23.4rem !important;
}

.p-blogTop__shortList--inner {
    aspect-ratio: 9/16;
    overflow: hidden;
    border-radius: 1.8rem;
    border: #1e1e1e solid .4rem;
}

.p-blogTop__shortList--inner iframe {
    width: 101%;
    height: 101%;
}

.p-blogTop__shortList--navs {
    margin-top: 4.2rem;
}

#short__prev {
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/common/slide-prev02.svg') no-repeat center center/contain;
}

#short__next {
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/common/slide-next02.svg') no-repeat center center/contain;
}

.p-blogTop__shortList--navs .c-slide-pagination .swiper-pagination-bullet {
    background-color: #353e41;
}

.c-related__more--btn.--short {
    border-bottom: #bababa solid 1px;
}

@media screen and (max-width: 900px) {
    .p-blogTop__short {
        padding: 5rem 0 3.5rem;
    }
    
    .p-blog__head.--short {
        margin: 0 2.5rem;
    }
    
    .p-blogTop__short--wrapper {
        margin-top: 2.8rem;
        overflow-x: scroll !important;
        width: 100%;
    }
    
    .p-blogTop__shortList li {
        padding: 0 1rem;
        width: 19.9rem !important;
        min-width: 19.9rem;
    }
    .p-blogTop__shortList li:nth-of-type(1) {
        padding-left: 2.5rem;
        width: 21.4rem !important;
        min-width: 21.4rem;
    }
    .p-blogTop__shortList li:last-of-type {
        padding-right: 2.5rem;
        width: 21.4rem !important;
        min-width: 21.4rem;
    }
    
    .p-blogTop__shortList--inner {
        border-radius: 1.5rem;
        border: #1e1e1e solid .3rem;
    }
    
    .p-blogTop__shortList--navs {
        display: none;
    }
}

/*===========================================================================*/
/*  single  */
/*===========================================================================*/
.p-blogSingle__infos {
    margin: 3.5rem 0 3rem;
    padding-top: 3rem;
    border-top: #dcdcdc solid 1px;
    display: flex;
    justify-content: space-between;
}

.p-blogSingle__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: calc(100% - 8rem);
}

.p-blogSingle__tag {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: .04em;
    transition: color .5s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-blogSingle__date {
    padding-top: .5rem;
    color: #898989;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .02em;
}

.p-blogSingle__thumb {
    overflow: hidden;
    border-radius: .6rem;
}

.p-blogSingle__summary {
    margin-top: 3rem;
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .04em;
}

.p-blogSingle__card {
    background-color: #f6f6f6;
    border-radius: 1rem;
    border: #ececec solid 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0;
    padding: 1rem 4rem 1rem 1rem;
}
.p-blogSingle__card.--next {
    margin-top: 5rem;
}

.p-blogSingle__card--img {
    width: 25.8rem;
    border-radius: .6rem;
    aspect-ratio: 258/135;
}

.p-blogSingle__card--img img {
    height: 100%;
    object-fit: cover;
}

.p-blogSingle__card--txts {
    width: calc(100% - 28.8rem);
}

.p-blogSingle__card--subHead {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
}

.p-blogSingle__card--head {
    margin-top: 1.2rem;
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .02em;
}

@media screen and (min-width: 901px) {
    .p-blogSingle__tag:hover {
        color: #f1352b;
    }
}

@media screen and (max-width: 900px) {
    .p-blogSingle__infos {
        margin: 2rem 0 2.5rem;
        padding-top: 2rem;
        display: block;
    }
    
    .p-blogSingle__tags {
        width: 100%;
    }
    
    .p-blogSingle__tag {
        font-size: 1.1rem;
    }
    
    .p-blogSingle__date {
        padding-top: 1rem;
        font-size: 1rem;
    }
    
    .p-blogSingle__thumb {
        border-radius: .4rem;
    }
    
    .p-blogSingle__summary {
        margin-top: 4rem;
        font-size: 1.3rem;
    }
    
    .p-blogSingle__card {
        border-radius: .6rem;
        display: block;
        position: relative;
        margin: 2rem 0;
        padding: 4.6rem 2rem 2rem;
    }
    .p-blogSingle__card.--next {
        margin-top: 4rem;
    }
    
    .p-blogSingle__card--img {
        width: 100%;
        border-radius: .4rem;
    }
    
    .p-blogSingle__card--txts {
        width: 100%;
    }
    
    .p-blogSingle__card--subHead {
        font-size: 1.4rem;
        position: absolute;
        left: 2rem;
        top: 2rem;
    }
    
    .p-blogSingle__card--head {
        margin-top: 1rem;
        font-size: 1.3rem;
    }
}

.p-blogSingle__line {
    width: 45.2rem;
    height: 9rem;
    background-color: #00b900;
    border-radius: .9rem;
    padding: .5rem .5rem .5rem 7.2rem;
    margin: 6rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-blogSingle__line .u-hover-inner {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .04em;
}
.p-blogSingle__line .u-hover-inner::before {
    background: url('https://ringfit.jp/wp-content/themes/ring-fit-new/assets/img/blog/icon-line.svg') no-repeat center center/contain;
    content: '';
    height: 4.5rem;
    left: -6.7rem;
    position: absolute;
    top: -.9rem;
    width: 4.7rem;
}

.p-blogSingle__trainer {
    margin-top: 5rem;
    padding: 5rem;
    border: #ebebeb solid 1px;
    border-radius: 1rem;
    position: relative;
}

.p-blogSingle__trainer--infos {
    display: flex;
    align-items: center;
    gap: 2.2rem;
}

.p-blogSingle__trainer--img {
    width: 8.2rem;
	border-radius: 50%;
	object-fit: cover;
}
.p-blogSingle__trainer--img img{
	border-radius:50px;
	
}
.p-blogSingle__trainer--names {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.p-blogSingle__trainer--name {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .07em;
}

.p-blogSingle__trainer--nameEn {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.6rem;
    line-height: 1.35;
    letter-spacing: -.01em;
}

.p-blogSingle__trainer--info {
    margin-top: 1.5rem;
    color: #898989;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .07em;
}

.p-blogSingle__trainer--txt {
    margin-top: 2.1rem;
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .04em;
}

.p-blogSingle__trainer--btn {
    border-radius: .6rem;
    border: #1e1e1e solid 1px;
    position: absolute;
    right: 5rem;
    top: 6.3rem;
    padding: 2rem 2.8rem 2.1rem;
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .07em;
}

.p-blogSingle__share {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.p-blogSingle__share--txt {
    padding-right: .8rem;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
}

.p-blogSingle__share--sns {
    display: flex;
    width: 4.6rem;
}

.p-blogSingle__share--sns figure {
    width: 100%;
}
div.c-single__contents div.c-single__contents--inner p.p-blogSingle__summary a{
	color:#4bbdbd;
	font-weight:bold;
}
div.c-single__contents div.c-single__contents--inner p.p-blogSingle__summary a:hover{
	text-decoration:underline;
}
div.c-single__contents div.c-single__contents--inner p.p-blogSingle__summary b,
div.c-single__contents div.c-single__contents--inner p.p-blogSingle__summary strong{
	background:linear-gradient(transparent 60%, #c3e5ff 60%) !important;
}

@media screen and (max-width: 900px) {
    .p-blogSingle__line {
        width: 100%;
        height: 6.5rem;
        padding: .5rem .5rem .5rem 4.8rem;
        margin: 4rem auto 0;
    }
    
    .p-blogSingle__line .u-hover-inner {
        font-size: 1.7rem;
    }
    .p-blogSingle__line .u-hover-inner::before {
        height: 3rem;
        left: -4.3rem;
        position: absolute;
        top: -.6rem;
        width: 3.2rem;
    }
    
    .p-blogSingle__trainer {
        margin-top: 4rem;
        padding: 2rem;
        border-radius: .6rem;
    }
    
    .p-blogSingle__trainer--infos {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }
    
    .p-blogSingle__trainer--img {
        width: 6.6rem;
    }
    
    .p-blogSingle__trainer--names {
        gap: .7rem;
    }
    
    .p-blogSingle__trainer--name {
        font-size: 1.6rem;
    }
    
    .p-blogSingle__trainer--nameEn {
        font-size: 1.2rem;
        transform: translate(0, .1rem);
    }
    
    .p-blogSingle__trainer--info {
        margin-top: 1rem;
        font-size: 1rem;
    }
    
    .p-blogSingle__trainer--txt {
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .p-blogSingle__trainer--btn {
        position: relative;
        width: 100%;
        right: unset;
        top: unset;
        padding: 1.8rem 1rem 1.9rem;
        text-align: center;
        font-size: 1.2rem;
        margin-top: 1.5rem;
    }
    
    .p-blogSingle__share {
        margin-top: 2rem;
        justify-content: center;
        gap: 1rem;
    }
    
    .p-blogSingle__share--txt {
        padding-right: .7rem;
        font-size: 1.4rem;
    }
    
    .p-blogSingle__share--sns {
        width: 3.8rem;
    }
}

/*===========================================================================*/
/*  heads  */
/*===========================================================================*/
.p-blog__h1 {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}

.p-blogSearch__subHead {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}

.p-blogSearch__head {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    margin-top: 1.9rem;
}

.p-blog__not {
    text-align: justify;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
    .p-blog__h1 {
        font-size: 2rem;
    }
    
    .p-blogSearch__subHead {
        font-size: 1.2rem;
    }
    
    .p-blogSearch__head {
        font-size: 2rem;
        margin-top: 1.4rem;
    }

    .p-blog__not {
        text-align: justify;
        font-feature-settings: 'pwid' on, 'palt' on;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .05em;
    }
}