.column_tn_superbox {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}

.column_tn_imagebox {
    position: relative;
}

.column_tn_superbox a {
    width: 47%;
}

.blogtitle {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.8rem;
    padding: 80px 0 65px;
    color: #999;
    font-family: 'Bellefair', serif;
}

.column_tnbox {
    width: 100%;
    margin-bottom: 30px;
}

.column_tn_imagebox {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}




a {
    text-decoration: none;
}

.column_single_title {
    font-size: 20px;
}

.single {
    width: 95%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.column_tn_date {
    font-size: 14px;
}

.column_tn_title {
    font-size: 14px;
}



@media screen and (min-width: 768px) {

    .column_tn_date {
        font-size: 22px;
    }

    .column_tn_title {
        font-size: 22px;
    }

    .logo__cts .logo {
        fill: #222;
        height: 38px;
        top: 17px;
    }

    .column_single_title {
        font-size: 34px;
    }
}


@media screen and (min-width: 1000px) {
    .column_tn_superbox {
        width: 1000px;
        margin: 100px auto;
        display: flex;
        flex-wrap: wrap;
        column-gap: 5%;
    }

    .column_tn_superbox a {
        width: 20%;
    }

}


/*--------------------------------------------------------------
  HEADER
--------------------------------------------------------------*/
/*hdr_base start */
.js__menu__btn {
    display: table;
    width: 50px;
    height: 50px;
    font-size: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 500;
}

.js__menu__btn .cont {
    display: table-cell;
    vertical-align: middle;
}

.js__menu__btn .cont>span,
.js__menu__btn .cont>span:before,
.js__menu__btn .cont>span:after {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.js__menu__btn .cont>span {
    position: relative;
    margin: 0 auto;
}

.js__menu__btn .cont>span:before,
.js__menu__btn .cont>span:after {
    content: "";
    position: absolute;
    left: 0;
    transition: .3s;
}

.js__menu__btn .cont>span:before {
    top: -6px;
}

.js__menu__btn .cont>span:after {
    bottom: -6px;
}

.js__menu__btn.active .cont>span {
    background-color: transparent;
}

.js__menu__btn.active .cont>span:before,
.js__menu__btn.active .cont>span:after {
    top: 0;
}

.js__menu__btn.active .cont>span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.js__menu__btn.active .cont>span:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media screen and (min-width: 1000px) {
    .js__menu__btn {
        display: none;
    }
}

/*MENU カスタム*/
header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 500;
}

.menu__area li a {
    display: block;
    font-size: 1.2rem;
}

.logo__cts {
    position: absolute;
    left: 50%;
    top: 12px;
    font-size: 0;
    margin-left: -20px;
    z-index: 500;
}

.logo__cts .logo {
    width: auto;
    height: 30px;
}

.sns {
    position: absolute;
    right: 8px;
}

.sns {
    position: absolute;
    right: 8px;
    top: 0;
}

.sns li {
    display: inline-block;
}

.sns li a {
    display: block;
    padding: 18px 8px 17px;
}

.sns li img {
    width: 13px;
    height: auto;
}

.logo__cts .logo {
    fill: #e50042;
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
}

.logo__cts.active .logo {
    fill: #fff;
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
}

.js__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 490;
    padding-top: 64px;
    display: none;
}

.js__menu li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.js__menu li .svg__wrap {
    display: block;
    text-align: center;
    font-size: 0;
}

.js__menu li .svg__wrap .home {
    height: 12px;
    width: auto;
}

.category-link a {
    background: #ebebeb;
    padding: 2px 5px;
    border-radius: 5px;
}

.column_single_back {
    margin-bottom: 50px;
    width: 240px;
}

@media screen and (min-width: 768px) {
    header {
        height: 104px;
        position: absolute;
        background-color: transparent;
        -webkit-transition: 0.8s ease-out;
        transition: 0.8s ease-out;
    }

    header.fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        -webkit-transition: 0.8s ease-out;
        transition: 0.8s ease-out;
    }

    header nav {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    .menu__area {
        font-size: 0;
    }

    .menu__area li {
        display: inline-block;
    }

    .menu__area li.sp {
        display: none;
    }

    .menu__area li a {
        width: auto;
        font-size: 1.6rem;
        color: #222;
        padding: 10px 14px 10px 0;
    }

    .menu__area li+li a {
        padding-left: 14px;
    }

    .js__menu {
        display: block;
        position: static;
        background-color: transparent;
        height: auto;
        padding: 56px 0 0;
        box-sizing: border-box;
    }

    .logo__cts {
        margin-left: -30px;
    }

    .logo__cts .logo {
        fill: #222;
        height: 38px;
        top: 17px;
    }

    .sns {
        bottom: 0;
        top: auto;
        right: -13px;
    }

    .sns li a {
        padding: 15px 14px;
    }

    .sns li img {
        width: 18px;
    }

    .menu__area li.home {
        display: none;
    }
}

/*--------------------------------------------------------------
  FOOTER
--------------------------------------------------------------*/
.fot__sns {
    padding: 0 3% 7px;
    box-sizing: border-box;
}

.fot__sns ul {
    justify-content: center;
    align-items: center;
}

.fot__sns li {
    height: 20px;
}

.fot__sns li .fb-like.pc {
    display: none !important;
}

.fot__sns li .fb-like.sp {
    display: inline-block !important;
}

.fot__sns li+li {
    margin-left: 1.5%;
}

.linebtn {
    width: auto;
    height: 20px;
}

.js__totop {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 500;
    background-color: #000;
    right: 0;
    bottom: 0;
}

.js__totop a {
    display: block;
    text-align: center;
    font-size: 0;
}

.js__totop img {
    width: auto;
    height: 12px;
    display: inline-block;
    padding: 12px 0 26px;
}

.breadcrumb__area {
    max-width: 1000px;
    margin: 0 auto;
}

.breadcrumb__wrap {
    background-color: #eee;
}

.breadcrumb__wrap li {
    display: inline-block;
    font-size: 1rem;
    color: #666;
}

.breadcrumb__wrap li a {
    color: #666;
    font-size: 1rem;
}

.breadcrumb__wrap .home a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 0;
    padding: 11px 0;
    box-sizing: border-box;
}

.breadcrumb__wrap .svg__wrap {
    display: inline-block;
}

.breadcrumb__wrap .home svg {
    width: auto;
    height: 8px;
}

.fot__wrap {
    background-color: #aaa;
    color: #fff;
    padding: 10px 0;
    height: 50px;
    box-sizing: border-box;
    line-height: 1;
}

.fot__wrap .link li+li {
    margin-left: 3%;
}

.fot__wrap .link a {
    color: #fff;
    font-size: 11px;
}

.fot__area {
    max-width: 1000px;
    margin: 0 auto;
}

.copy {
    margin-top: 8px;
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .fot__sns {
        margin: 0 auto;
        padding: 0 0 43px;
        background-color: #fff;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .fot__sns ul.pc {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        padding: 7px 0 30px;
    }

    .fot__sns ul.sp {
        display: none;
    }

    .fot__sns ul li {
        width: auto;
        height: 28px;
    }

    .fot__sns li .fb-like.sp {
        display: none !important;
    }

    .fot__sns li .fb-like.pc {
        display: inline-block !important;
    }

    .fot__sns ul li+li {
        margin-left: 5px;
    }

    .linebtn {
        height: 28px;
    }

    footer {
        background-color: #fff;
        z-index: 1;
        min-width: 1000px
    }

    .breadcrumb__wrap li a:hover {
        text-decoration: underline;
    }

    .breadcrumb__wrap a {
        width: 60px;
        padding: 10px 0;
    }

    .breadcrumb__wrap .home svg {
        height: 10px;
    }

    .fot__wrap {
        height: 85px;
        padding: 20px 0;
    }

    .fot__wrap .link a {
        font-size: 1.2rem;
    }

    .copy {
        margin-top: 20px;
        font-size: 1.2rem;
    }
}