@charset "UTF-8";
body.journal {
    padding-top: 0;
}
.journal_top_flx {
    display: flex;
}
@media (min-width: 1240px) {
    .journal_top_flx {
        height: 100vh;
    }
}
.journal_read_wrap {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.journal_read_wrap.is-one {
    padding-top: 188px;
    padding-bottom: 174px;
}
.journal_read_ttl {
    text-align: center;
}
.journal_read_wrap .sns_read {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
}
.journal_read_wrap .sns_ttl {
    left: 176px;
    top: -15px;
}
.journal_read_wrap .sns_txt {
    font-size: 16px;
    line-height: 185%;
    color: #4A4A4A;
}
.journal_read_wrap .sns_lst {
    width: 100%;
    margin-top: 20px;
}
.journal_read_wrap .sns_lst .lst li a {
    border: 1px solid #4A4A4A;
}
.journal_blog_wrap {
    width: 60%;
    background: rgba(138, 16, 160, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1240px) {
    .journal_blog_in {
        max-height: 80vh;
    }
}
.journal_blog_ttl {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 32px;
    line-height: 80%;
    color: #8A10A0;
    max-width: 69.44%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.splide.blog {
    position: relative;
}
@media (min-width: 1240px) {
    .splide.blog .splide__track {
        width: 69.4%;
        margin: 0 auto;
    }
    .splide.blog .blog_cnt {
        width: 100%;
    }
    .splide.blog .blog_cnt .img {
        max-width: 1200px;
    }
    .splide.blog .splide__arrows {
        width: 69.4%;
    }
}
.splide.blog .blog_cnt .box,
.blog.is-one .blog_cnt .box {
    justify-content: flex-start;
    margin-top: 20px;
    gap: 0 10px;
}
.splide.blog .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.splide.blog .splide__arrow--prev {
    transform: translateX(-60px);
}
.splide.blog .splide__arrow--next {
    transform: translateX(60px);
}
.blog.is-one {
    width: 100%;
    max-width: 83.33%;
    margin: 0 auto;
}
.blog.is-one .blog_cnt {
    width: 100%;
}
.blog.is-one .splide__slide {
    padding: 0 60px;
    width: 100%;
}
.journal_top_wrap {
    padding: 80px 0 140px;
}
body.list .journal_top_wrap {
    padding-top: 0;
}
.journal_sort_wrap {
    padding: 30px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.journal_sort_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.journal_sort_box:last-child {
    margin-bottom: 0;
}
.journal_sort_box .ttl {
    width: 100px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 80%;
}
.journal_sort_box .lst {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.journal_sort_box .lst a {
    display: block;
    padding: 4px 14px;
    gap: 10px;
    background: #fff;
    border: 1px solid #8A10A0;
    border-radius: 30px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    line-height: 1;
    color: #8A10A0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.journal_sort_box .lst span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.journal_sort_box .lst.is-gry a {
    border: 1px solid #4A4A4A;
    color: #4A4A4A;
}
.journal_sort_box .lst.is-gry a:before {
    background-color: #4A4A4A;
}
.journal_sort_box .lst .is-on a {
    background: #8A10A0;
    color: #fff;
    pointer-events: none;
}
.journal_sort_box .lst.is-gry .is-on a {
    background: #4A4A4A;
    color: #fff;
    pointer-events: none;
}
.journal_top_wrap .blog_flx {
    flex-wrap: wrap;
    gap: 60px 48px;
    margin-top: 80px;
    justify-content: start;
}
/*detail*/
.journal_head_wrap {
    padding-top: 80px;
    margin-bottom: 60px;
}
.journal_head_ttl .box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.journal_head_ttl .tag {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    line-height: 150%;
}
.journal_head_ttl .tag a {
    display: block;
    padding: 2px 15px;
    background: #FFFFFF;
    border: 1px solid #8A10A0;
    border-radius: 30px;
    color: #8A10A0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.journal_head_ttl .tag a span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.journal_head_ttl .day {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    line-height: 80%;
}
.journal_head_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    line-height: 150%;
}
.journal_head_img {
    margin-top: 60px;
}
.journal_head_img source,
.journal_head_img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.journal_head_img.is-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5%;
    aspect-ratio: 352 / 235;
}
.journal_head_img.is-logo img {
    max-width: 840px;
}
.detail_sns_wrap {
    margin-top: 60px;
}
.journal_detail_wrap.c-wrap.is-ver2 {
    max-width: 800px;
}
.journal_detail_read {
    margin-bottom: 60px;
}
.journal_detail_index {
    margin-bottom: 120px;
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    padding: 40px;
}
.journal_detail_index .mds {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 24px;
    line-height: 80%;
    color: #8A10A0;
    margin-bottom: 20px;
}
.journal_detail_index .lst li {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 10px;
}
.journal_detail_index .lst li a {
    display:block;
    position: relative;
    padding-left: 1em;
}
.journal_detail_index .lst li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #4A4A4A;
    height: calc(12px / 2);
    width: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: all .2s;
}
.detail_cnt01 {
    margin-bottom: 120px;
}
.detail_cnt02 {
    margin-bottom: 80px;
}
.detail_cnt03 {
    margin-bottom: 40px;
}
.detail_mds01 {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1.46;
    padding-bottom: 18px;
    border-bottom: 1px solid #000000;
    margin: 120px 0 80px;
}
.detail_mds02 {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
    padding-left: 20px;
    border-left: 4px solid #8A10A0;
    margin: 80px 0 40px;
}
.detail_mds03 {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 150%;
    color: #8A10A0;
    margin: 40px 0 20px;
}
.detail_txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 18px;
    line-height: 185%;
    margin-bottom: 40px;
}
.detail_txt:last-child {
    margin-bottom: 0;
}
.detail_txt a {
    text-decoration: underline;
	text-underline-offset: 2px;
}
.detail_txt ul,
.detail_txt li,
.detail_txt ol {
    list-style: unset;
}
.detail_txt li {
    margin-left: 1.5rem;
}
.detail_img {
    margin: 60px 0;
}
.detail_img source,
.detail_img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.detail_table {
    margin-top: 60px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(138, 16, 160, .05);
}
.detail_table table {
    width: 100%;
    border-collapse: collapse;
}
.detail_table th,
.detail_table td {
    border: 2px solid #FFFFFF;
    padding: 20px 25px;
}
.detail_table tr:first-child > * {
    border-top: none;
}
.detail_table tr:last-child > * {
    border-bottom: none;
}
.detail_table tr > *:first-child {
    border-left: none;
}
.detail_table tr > *:last-child {
    border-right: none;
}
.detail_table th {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 150%;
    color: #8A10A0;
    background: rgba(138, 16, 160, .1);
}
.detail_table td {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
    color: #4A4A4A;
}
.detail_movie {
    margin: 60px 0;
}
.detail_movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.detail_link {
    margin: 60px 0;
}
.detail_link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.detail_link .info {
    width: calc(100% - 195px);
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}
.detail_link .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 150%;
	display: inline-block;
}
.detail_link .day {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 14px;
    line-height: 80%;
    margin-top: 10px;
}
.detail_link .img {
    width: 195px;
    height: 130px;
    overflow: hidden;
    position: relative;
    border-radius: 0 8px 8px 0;
}
.detail_link .img.is-logo {
    display: flex;
    align-items: center;
    border-left: 1px solid #D9D9D9;
}
.detail_link .img source,
.detail_link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.49,.42,.06,1.04);
}
.detail_link .img.is-logo img {
    padding: 10%;
    box-sizing: border-box;
}
.detailBtn_wrap.c-btn {
    width: fit-content;
    margin: 40px auto;
}
.detailBtn_wrap.c-btn a {
    padding: 0 70px 0 30px;
}
.detailCt_wrap {
    margin-bottom: 40px;
}
.detail_author {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 40px;
    margin: 120px 0 40px;
    position: relative;
}
/* .detail_author:last-child {
    margin-bottom: 0;
} */
.detail_author .box {
    margin-bottom: 30px;
}
.detail_author .prof {
    display: flex;
    align-items: center;
}
.detail_author .img source,
.detail_author .img img {
    border-radius: 50px;
}
.detail_author .date {
    padding-left: 30px;
    width: calc(100% - 380px);
}
.detail_author .title {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 10px;
}
.detail_author .position {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}
.detail_author .name {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 5px;
}
.detail_author .en {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 14px;
    line-height: 80%;
    color: #8B10A1;
}
.detail_author .sns {
    display: flex;
    gap: 0 10px;
    position: absolute;
    top: 40px;
    right: 40px;
}
.detail_author .sns li {
    width: 50px;
    height: 50px;
}
.detail_author .sns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #4A4A4A;
    border-radius: 3px;
    overflow: hidden;
}
.detail_author .sns li a .icn {
    display: block;
    position: relative;
    width: 80%;
    height: 80%;
    inset: 0;
}
.detail_author .sns li .icn:before,
.detail_author .sns li .icn:after {
    content: '';
    color: #fff;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.detail_author .sns li .icn:before{
    transform: translateY(100%);
}
.detail_author .sns li .icn:after {
    transform: translateY(0);
}
.detail_author .sns li .icn.logo_x:before,
.detail_author .sns li .icn.logo_x:after {
    background: url(/cmn/svg/logo_x.svg) no-repeat center / 18px auto;
}
.detail_author .sns li .icn.logo_instagram:before,
.detail_author .sns li .icn.logo_instagram:after {
    background: url(/cmn/svg/logo_instagram.svg) no-repeat center / 18px auto;
}
.detail_author .sns li .icn.logo_tiktok:before,
.detail_author .sns li .icn.logo_tiktok:after {
    background: url(/cmn/svg/logo_tiktok.svg) no-repeat center / 16px auto;
}
.detail_author .sns li .icn.logo_youtube:before,
.detail_author .sns li .icn.logo_youtube:after {
    background: url(/cmn/svg/logo_youtube.svg) no-repeat center / 20px auto;
}
.detail_author .sns li a:hover .icn::before {
    transform: translateY(0);
}
.detail_author .sns li a:hover .icn::after {
    transform: translateY(-100%);
}
.detail_author .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 185%;
}
.fc-module {
    display: flex;
    margin: 40px 0;
    border: 1px solid #8A10A0;
    border-radius: 8px;
    padding: 26px;
    position: relative;
}
.fc-module .img {
    width: 260px;
    aspect-ratio: 4 / 3;
}
.fc-module .img source,
.fc-module .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fc-module .info {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-left: 30px;
}
.fc-module .info.is-non {
    padding: 0;
    width: 100%;
}
.fc-module .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
}
.fc-module .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
    margin-top: 10px;
}
.fc-module .c-btn {
    width: fit-content;
    margin: 20px 0 0 auto;
}
.fc-module .c-btn a {
    padding: 0 70px 0 30px;
}
.detail_store {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border: 1px solid #8A10A0;
    border-radius: 8px;
    padding: 26px;
}
.detail_store:last-child {
    margin-bottom: 0;
}
.detail_store .img {
    width: 260px;
    aspect-ratio: 4 / 3;
}
.detail_store .img.is-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_store .img source,
.detail_store .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_store .img.is-logo source,
.detail_store .img.is-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.detail_store .info {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-left: 30px;
}
.detail_store .name {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
}
.detail_store .address {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
    margin-top: 10px;
}
.detail_store .lst {
    display: flex;
    gap: 0 20px;
    margin-top: 30px;
}
.detail_store .lst li {
    width: 252px;
}
.detail_store .c-btn a {
    padding-left: 20px;
    font-size: 16px;
}
.detail_store .c-btn a .icn {
    width: 30px;
    height: 30px;
}
.detail_store .c-btn a .icn:before,
.detail_store .c-btn a .icn:after {
    background-size: 10px auto;
}
.detail_generalCnt {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border: 1px solid #8A10A0;
    border-radius: 8px;
    padding: 26px;
}
.detail_generalCnt .img {
    width: 260px;
    height: auto;
}
.detail_generalCnt .img source,
.detail_generalCnt .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.detail_generalCnt .info {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-left: 30px;
}
.detail_generalCnt.is-ver3 .info {
    width: 100%;
    padding-left: 0;
}
.detail_generalCnt .name {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
}
.detail_generalCnt .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
    margin-top: 10px;
}
.detail_generalCnt .lst {
    display: flex;
    gap: 0 20px;
    margin-top: 30px;
}
.detail_generalCnt .lst li {
    width: 252px;
    margin-left: auto;
}
.detail_generalCnt .c-btn a {
    padding-left: 20px;
    font-size: 16px;
}
.detail_generalCnt .c-btn a .icn {
    width: 30px;
    height: 30px;
}
.detail_generalCnt .c-btn a .icn:before,
.detail_generalCnt .c-btn a .icn:after {
    background-size: 10px auto;
}
.journal_detail_point {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    margin-top: 100px;
}
.journal_detail_point .mds {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 40px;
    z-index: 1;
    background: #8A10A0;
    border-radius: 60px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.journal_detail_point .txt {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 18px;
    line-height: 185%;
    color: #8A10A0;
}
.journal_detail_cv {
    background: #F9F9F9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 60px 60px;
    margin: 120px auto;
    max-width: 1344px;
    width: calc(100% - 96px);
    box-sizing: border-box;
}
.journal_detail_cv .img img {
    border-radius: 8px;
}
.journal_detail_cv .box {
    width: calc(100% - 636px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.journal_detail_cv .lst {
    margin-top: 40px;
}
.journal_detail_cv .lst li {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-left: 42px;
    margin-bottom: 10px;
}
.journal_detail_cv .lst li:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../svg/icn_check.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.journal_detail_cv .lst li:last-child {
    margin-bottom: 0;
}
.journal_detail_cv .btn {
    margin-top: 36px;
    width: 284px;
}
.jdc-txt {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 30px;
    color: #8A10A0;
    text-align: center;
    margin-top: 20px;
}
.share_wrap {
    margin-bottom: 60px;
}
.share_wrap .mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
}
.share_wrap .lst {
    display: flex;
    justify-content: center;
    gap: 0 24px;
}
.share_wrap .lst li {
    width: -webkit-calc((100% - 24px * 2) / 3);
    width: calc((100% - 24px * 2) / 3);
}
.share_wrap .lst li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 80%;
    gap: 0 20px;
}
.share_wrap .lst li.is-x a {
    background: #4A4A4A;
}
.share_wrap .lst li.is-facebook a {
    background: #1877F2;
}
.share_wrap .lst li.is-line a {
    background: #06C755;
}
.share_wrap .lst li .icn {
    display: block;
    width: 24px;
    height: 24px;
    z-index: 1;
    overflow: hidden;
    transition: all .2s ease-out;
    position: relative;
}
.share_wrap .lst li .icn:before,
.share_wrap .lst li .icn:after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.share_wrap .lst li.is-x .icn:before,
.share_wrap .lst li.is-x .icn:after {
    background: url(/cmn/svg/logo_x.svg) no-repeat center / 20px auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(99deg) brightness(108%) contrast(102%);
}
.share_wrap .lst li.is-facebook .icn:before,
.share_wrap .lst li.is-facebook .icn:after {
    background: url(/cmn/svg/logo_facebook.svg) no-repeat center / 24px auto;
}
.share_wrap .lst li.is-line .icn:before,
.share_wrap .lst li.is-line .icn:after {
    background: url(/cmn/svg/logo_line.svg) no-repeat center / 24px auto;
}
.share_wrap .lst li .icn::before {
    transform: translateY(100%);
}
.share_wrap .lst li.icn::after {
    transform: translateY(0);
}
.share_wrap .lst li .text {
    line-height: 1.4;
	display: inline-block;
	overflow: hidden;
	color: transparent;
	text-shadow: 0 0 0 #FFFFFF, 0 1.5em 0 #FFFFFF;
	transition: text-shadow .2s;
}
.keyword_wrap {
    margin-top: 40px;
}
.keyword_wrap .mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}
.keyword_wrap .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}
.keyword_wrap .lst li a {
    display: block;
    padding: 4px 14px;
    gap: 10px;
    background: #fff;
    border: 1px solid #4A4A4A;
    border-radius: 30px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    line-height: 1;
    color: #4A4A4A;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.keyword_wrap .lst li span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.keyword_btn {
    width: 234px;
    margin: 0 auto;
    margin-top: 60px;
}
.journal_recommend_wrap {
    margin-top: 120px;
    padding: 80px 0 140px;
    border-top: 1px solid #D9D9D9;
}
.journal_recommend_ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
}
.journal_recommend_top .blog_cnt .img {
    background: #fff;
}
@media (min-width: 768px) {
    .journal_recommend_top .blog_cnt {
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: 8px;
        background: rgba(138, 16, 160, 0.05);
        position: relative;
        overflow: hidden;
    }
    .journal_recommend_top .blog_cnt.is-new:before {
        content: '';
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../svg/news_new.svg) no-repeat center / 100% auto;
        z-index: 1;
        pointer-events: none;
    }
    .journal_recommend_top .blog_cnt .img {
        width: 400px;
        border-radius: 8px 0 0 8px;
    }
    .journal_recommend_top .blog_cnt .blog_txt {
        padding: 0 40px;
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        box-sizing: border-box;
    }
    .journal_recommend_top .blog_cnt .ttl {
        font-size: 24px;
        margin-top: 0;
    }
    .journal_recommend_top .blog_cnt .box {
        justify-content: space-between;
        margin-top: 40px;
    }
    .journal_recommend_top .blog_cnt .tag span {
        padding: 4px 10px;
        font-size: 12px;
    }
    .journal_recommend_top .blog_cnt .day {
        font-size: 14px;
    }
}
.journal_recommend_wrap .blog_flx {
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 60px 48px;
    justify-content: start;
}
.blog_btn {
    width: 234px;
    margin: 0 auto;
    margin-top: 80px;
}
.blog_btn.is-svc {
    width: 284px;
}
@media (min-width: 768px) {
    .journal_head_ttl .tag a:hover {
        color: #fff;
    }
    .journal_head_ttl .tag a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 200%;
        aspect-ratio: 2 / 1;
        background-color: #8A10A0;
        border-radius: 50%;
        transition: top .2s cubic-bezier(.25,1,.5,1);
        z-index: 1;
    }
    .journal_head_ttl .tag a:hover:before {
        top: -20px;
    }
    .journal_sort_box .lst a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 200%;
        aspect-ratio: 2 / 1;
        background-color: #8A10A0;
        border-radius: 50%;
        transition: top .2s cubic-bezier(.25,1,.5,1);
        z-index: 1;
    }
    .journal_sort_box .lst a:hover:before {
        top: -20px;
    }
    .journal_sort_box .lst a:hover {
        color: #fff;
    }
    .journal_detail_index .lst li a:hover{
        text-shadow: 0 -1.5em 0 #4A4A4A, 0 0 0 #4A4A4A;
    }
    .detail_txt a:hover {
        color: #8A10A0;
        text-decoration: none;
    }
    .detail_link a:hover {
        border-color: #8A10A0;
    }
    .detail_link a:hover .img source,
    .detail_link a:hover .img img {
        transform: scale(1.1);
    }
    .detail_link a:hover .ttl span {
        transform: translateY(-100%);
    }
    .detail_author .sns li a:hover .icn::before {
        transform: translateY(0);
    }
    .detail_author .sns li a:hover .icn::after {
        transform: translateY(-100%);
    }
    .share_wrap .lst li a:hover .text {
        text-shadow: 0 -1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
    }
    .share_wrap .lst li a:hover .icn:before {
        transform: translateY(0);
    }
    .share_wrap .lst li a:hover .icn:after {
        transform: translateY(-100%);
    }
    .keyword_wrap .lst li a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 200%;
        aspect-ratio: 2 / 1;
        background-color: #4A4A4A;
        border-radius: 50%;
        transition: top .2s cubic-bezier(.25,1,.5,1);
        z-index: 1;
    }
    .keyword_wrap .lst li a:hover:before {
        top: -20px;
    }
    .keyword_wrap .lst li a:hover {
        color: #fff;
    }
    .detail_link .ttl {
        display: block;
        overflow: hidden;
        color: #4A4A4A;
    }
    .detail_link .ttl span {
        display: block;
        transition: transform .2s;
    }
    .journal_detail_index .lst li a {
        overflow: hidden;
        color: transparent;
        text-shadow: 0 0 0 #4A4A4A, 0 1.5em 0 #4A4A4A;
        transition: text-shadow .2s;
    }
    .detailBtn_wrap.c-btn a:hover:before {
        top: -70px;
    }
    .fc-module .c-btn a:hover:before {
        top: -70px;
    }
}
@media screen and (min-width:768px) and (max-width:1240px) {
    .journal_top_flx {
        display: block;
        padding-top: 158px;
    }
    .journal_read_wrap {
        width: 100%;
    }
    .journal_blog_wrap {
        margin-top: 60px;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .splide.blog .splide__track {
        width: 60%;
        margin: 0 auto;
    }
    .splide.blog .splide__arrows {
        width: 60%;
    }
    .splide.blog .blog_cnt {
        width: 100%;
    }
    .journal_top_wrap .blog_flx {
        gap: 40px 24px;
    }
    .journal_top_wrap .blog_cnt {
        width: -webkit-calc((100% - 24px * 2) / 3);
        width: calc((100% - 24px * 2) / 3);
        box-sizing: border-box;
    }
    .detail_store .img {
        width: 28.3%;
        height: auto;
    }
    .detail_store .info {
        width: -webkit-calc(100% - 28.3%);
        width: calc(100% - 28.3%);
    }
    .detail_store .lst {
        justify-content: space-between;
        gap: 0;
    }
    .detail_store .lst li {
        width: -webkit-calc((100% - 10px ) / 2);
        width: calc((100% - 10px ) / 2);
    }
    .detail_store .c-btn a {
        padding-left: 20px;
        font-size: 16px;
    }
    .detail_generalCnt .img {
        width: 28.3%;
        height: auto;
    }
    .detail_generalCnt .info {
        width: -webkit-calc(100% - 28.3%);
        width: calc(100% - 28.3%);
    }
    .detail_generalCnt .lst {
        display: flex;
        gap: 0 20px;
        margin-top: 30px;
    }
    .detail_generalCnt .lst li {
        width: -webkit-calc((100% - 10px ) / 2);
        width: calc((100% - 10px ) / 2);
        max-width: 252px;
    }
    .detail_generalCnt .c-btn a {
        padding-left: 20px;
        font-size: 16px;
    }
    .journal_detail_cv {
        padding: 4.839vw 0 4.839vw 4.839vw;
        margin: 120px 3.226vw;
    }
    .journal_detail_cv .img {
        width: 51.29vw;
    }
    .journal_detail_cv .img img {
        width: 100%;
        height: auto;
    }
    .journal_detail_cv .box {
        width: calc(100% - 51.29vw);
    }
    .journal_detail_cv .ttl img {
        width: 24.516vw;
        height: auto;
    }
    .journal_detail_cv .mds {
        font-size: 1.29vw;
    }
    .journal_detail_cv .lst {
        margin-top: 3.226vw;
    }
    .journal_detail_cv .lst li {
        font-size: 1.29vw;
        line-height: 2.581vw;
        padding-left: 3.387vw;
        margin-bottom: 0.806vw;
    }
    .journal_detail_cv .lst li:before {
        width: 2.581vw;
        height: 2.581vw;
    }
    .journal_detail_cv .btn {
        margin-top: 2.903vw;
        width: 22.903vw;
    }
    .jdc-txt {
        font-size: 2.419vw;
        margin-top: 1.613vw;
    }
    .journal_recommend_wrap .blog_flx {
        gap: 40px 24px;
    }
    .journal_recommend_wrap .blog_flx .blog_cnt {
        width: -webkit-calc((100% - 24px * 2) / 3);
        width: calc((100% - 24px * 2) / 3);
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 768px) {
    .detailCt_wrap {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .journal_top_flx {
        display: block;
        padding-top: 122px;
    }
    .journal_blog_in {
        width: 100%;
    }
    .journal_read_wrap {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0 20px;
        padding-bottom: 40px;
    }
    .journal_read_wrap .sns_read {
        width: 100%;
        padding-left: 0;
        margin-top: 48px;
    }
    .journal_read_wrap .sns_ttl {
        left: 155px;
        top: -6px;
        margin-top: 0;
    }
    .journal_read_wrap .sns_ttl img {
        width: 138px;
        height: auto;
    }
    .journal_read_wrap .sns_txt {
        font-size: 14px;
        padding: 0 14px;
    }
    .journal_blog_wrap {
        width: 100%;
        padding: 40px 40px;
        box-sizing: border-box;
    }
    .journal_blog_ttl {
        font-size: 20px;
        max-width: none;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .splide.blog,
    .blog.is-one {
        margin: 0 auto;
    }
    .blog.is-one {
        max-width: 100%;
    }
    .splide.blog .blog_cnt,
    .blog.is-one .blog_cnt {
        width: 100%;
        border-top: none;
        display: block;
        padding: 0;
    }
    .splide.blog .blog_cnt .img,
    .blog.is-one .blog_cnt .img {
        width: 100%;
        height: auto;
    }
    .splide.blog .blog_cnt .ttl,
    .blog.is-one .blog_cnt .ttl {
        font-size: 16px;
        margin-top: 10px;
    }
    .splide.blog .blog_cnt .box,
    .blog.is-one .blog_cnt .box {
        justify-content: flex-start;
        margin-top: 10px;
        gap: 0 10px;
    }
    .blog.is-one .splide__slide {
        padding: 0 20px;
    }
    .splide.blog .splide__track {
        width: 100%;
    }
    .splide.blog .splide__arrows {
        width: 100%;
    }
    .splide.blog .splide__arrow--prev {
        transform: translateX(-20px);
    }
    .splide.blog .splide__arrow--next {
        transform: translateX(20px);
    }
    .journal_top_wrap {
        padding: 40px 0 60px;
    }
    .journal_sort_wrap {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }
    .journal_sort_btn a {
        display: block;
        padding: 20px 20px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 14px;
        line-height: 80%;
        position: relative;
    }
    .journal_sort_btn a:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_plus_r.svg) no-repeat center / 100% auto;
        z-index: 1;
        transition: transform .2s ease;
    }
    .journal_sort_btn.is-open a:before {
        transform: translateY(-50%) rotate(135deg);
    }
    .journal_sort_cnt {
        display: none;
        background: #F9F9F9;
        padding: 20px;
    }
    .journal_sort_cnt.is-open {
        display: block;
    }
    .journal_sort_box {
        display: block;
    }
    .journal_sort_box .ttl {
        width: auto;
        font-size: 14px;
    }
    .journal_sort_box .lst {
        margin-top: 10px;
        width: 100%;
        gap: 10px 10px;
    }
    .journal_sort_box .lst a {
        display: block;
        padding: 7px 14px;
        gap: 10px;
        font-size: 12px;
    }
    .journal_top_wrap .blog_flx {
        padding: 0 20px;
        margin-top: 20px;
    }
    .journal_top_wrap .blog_cnt:first-child {
        border-top: 0;
    }
    .journal_top_wrap .blog_cnt:last-child {
        border-bottom: 1px solid #D9D9D9;
    }
    /*detail*/
    .journal_head_wrap {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .journal_head_ttl {
        padding: 0 20px;
    }
    .journal_head_ttl .tag {
        font-size: 12px;
    }
    .journal_head_ttl .tag a {
        padding: 6px 14px;
        font-size: 12px;
    }
    .journal_head_ttl .day {
        font-size: 14px;
    }
    .journal_head_ttl .ttl {
        font-size: 24px;
    }
    .journal_head_img {
        margin-top: 40px;
    }
    .journal_head_img source,
    .journal_head_img img {
        border-radius: 0;
    }
    .detail_sns_wrap {
        margin-top: 40px;
    }
    .journal_detail_read {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .journal_detail_index {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 60px;
        padding: 30px;
    }
    .journal_detail_index .mds {
        font-size: 16px;
    }
    .journal_detail_index .lst li {
        font-size: 14px;
    }
    .journal_detail_index .lst li a {
        padding-left: 22px;
    }
    .journal_detail_index .lst li a:before {
        top: 8px;
    }
    .detail_cnt01 {
        padding: 0 20px;
        margin-bottom: 80px;
    }
    .detail_cnt02 {
        margin-bottom: 60px;
    }
    .detail_cnt03 {
        margin-bottom: 40px;
    }
    .detail_mds01 {
        font-size: 24px;
        padding-bottom: 10px;
        margin: 80px 0 60px;
    }
    .detail_mds02 {
        font-size: 20px;
        padding-left: 14px;
        margin: 60px 0 40px;
    }
    .detail_mds03 {
        font-size: 16px;
    }
    .detail_txt {
        font-size: 16px;
    }
    .detail_table {
        margin-top: 40px;
    }
    .detail_table.is-sp-scroll {
        overflow: scroll;
    }
    .detail_table.is-sp-scroll table {
        width: 900px;
    }
    .detail_table th,
    .detail_table td {
        padding: 10px 15px;
        font-size: 12px;
    }
    .detail_link .info {
        padding: 0 20px;
        width: -webkit-calc(100% - 121px);
        width: calc(100% - 121px);
        box-sizing: border-box;
    }
    .detail_link .ttl {
        font-size: 14px;
    }
    .detail_link .ttl {
        display: block;
        overflow: hidden;
        color: #4A4A4A;
    }
    .detail_link .ttl span {
        display: block;
        transition: transform .2s;
    }
    .detail_link .day {
        font-size: 10px;
        margin-top: 20px;
    }
    .detail_link .img {
        width: 121px;
        height: 121px;
        overflow: hidden;
        position: relative;
        border-radius: 0 8px 8px 0;
    }
    .detail_link .img source,
    .detail_link .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease, filter .4s ease;
    }
    .detail_author {
        box-sizing: border-box;
        margin: 20px auto;
        padding: 30px;
    }
    .detail_author .box {
        margin-bottom: 20px;
    }
    .detail_author .prof {
        display: flex;
        align-items: center;
    }
    .detail_author .img {
        width: 80px;
        height: 80px;
    }
    .detail_author .img source,
    .detail_author .img img {
        border-radius: 50px;
        width: 100%;
    }
    .detail_author .date {
        padding-left: 20px;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        box-sizing: border-box;
    }
    .detail_author .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .detail_author .position {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .detail_author .name {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .detail_author .en {
        font-size: 12px;
    }
    .detail_author .sns {
        gap: 0 8px;
        position: static;
        margin-top: 20px;
    }
    .detail_author .sns li {
        width: 40px;
        height: 40px;
    }
    .detail_author .sns li .icn.logo_x:before,
    .detail_author .sns li .icn.logo_x:after {
        background: url(/cmn/svg/logo_x.svg) no-repeat center / 14px auto;
    }
    .detail_author .sns li .icn.logo_instagram:before,
    .detail_author .sns li .icn.logo_instagram:after {
        background: url(/cmn/svg/logo_instagram.svg) no-repeat center / 14px auto;
    }
    .detail_author .sns li .icn.logo_tiktok:before,
    .detail_author .sns li .icn.logo_tiktok:after {
        background: url(/cmn/svg/logo_tiktok.svg) no-repeat center / 12px auto;
    }
    .detail_author .sns li .icn.logo_youtube:before,
    .detail_author .sns li .icn.logo_youtube:after {
        background: url(/cmn/svg/logo_youtube.svg) no-repeat center / 14px auto;
    }
    .detail_author .txt {
        font-size: 14px;
    }
    .fc-module .img {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 27.6%;
        height: auto;
        max-width: 160px;
        min-width: 80px;
    }
    .fc-module .info {
        padding: 0;
        width: 100%;
    }
    .fc-module .ttl {
        font-size: 20px;
        padding-right: 29.333vw;
    }
    .fc-module .txt {
        font-size: 14px;
        padding-right: 29.333vw;
        margin-top: 10px;
    }
    .info.is-non .ttl,
    .info.is-non .txt {
        padding: 0;
    }
    .fc-module .c-btn {
        width: 100%;
        margin: 20px 0 0;
    }
    .fc-module .c-btn a {
        padding: 0 50px;
        justify-content: center;
    }




    .detail_store {
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 20px;
        position: relative;
        padding: 30px;
    }
    .detail_store .img {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 27.6%;
        height: auto;
        max-width: 160px;
        min-width: 80px;
    }
    .detail_store .info {
        padding: 0;
        width: 100%;
    }
    .detail_store .name {
        font-size: 20px;
        padding-right: 29.333vw;
    }
    .detail_store .address {
        font-size: 14px;
        padding-right: 50px;
        margin-top: 10px;
    }
    .detail_store .lst {
        display: block;
        margin-top: 20px;
    }
    .detail_store .lst li {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .detail_store .lst li:last-child {
        margin-bottom: 0;
    }
    .detail_store .lst .c-btn a {
        padding-left: 0;
        justify-content: center;
        font-size: 14px;
    }
    .detail_generalCnt {
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 20px;
        position: relative;
        padding: 20px;
    }
    .detail_generalCnt .img {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }
    .detail_generalCnt .info {
        width: 100%;
        padding: 20px 0 0;
    }
    .detail_generalCnt.is-ver3 .info {
        width: 100%;
        padding-left: 0;
    }
    .detail_generalCnt .name {
        font-size: 20px;
    }
    .detail_generalCnt .txt {
        font-size: 14px;
        margin-top: 10px;
    }
    .detail_generalCnt .lst {
        display: block;
        margin-top: 20px;
    }
    .detail_generalCnt .lst li {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .detail_generalCnt .lst li:last-child {
        margin-bottom: 0;
    }
    .detail_generalCnt .c-btn a {
        padding-left: 0;
        justify-content: center;
        font-size: 14px;
    }
    .journal_detail_point {
        padding: 30px;
        margin-top: 40px;
    }
    .journal_detail_point .mds {
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
        left: 30px;
        font-size: 12px;
        padding: 5px 10px;
        gap: 0 3px;
    }
    .journal_detail_point .icn img {
        width: 18px;
        height: 18px;
    }
    .journal_detail_point .txt {
        font-size: 16px;
    }
    .journal_detail_cv {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 60px auto;
        display: block;
        padding: 30px;
    }
    .journal_detail_cv .img {
        text-align: center;
    }
    .journal_detail_cv .img img {
        width: 100%;
        height: auto;
    }
    .journal_detail_cv .box {
        margin-top: 20px;
        width: auto;
        display: block;
    }
    .journal_detail_cv .ttl img {
        width: 228px;
        height: auto;
    }
    .journal_detail_cv .mds {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 16px;
        line-height: 150%;
        padding: 10px 0 0;
    }
    .journal_detail_cv .lst {
        margin-top: 20px;
    }
    .journal_detail_cv .lst li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 34px;
    }
    .journal_detail_cv .lst li:before {
        width: 24px;
        height: 24px;
    }
    .journal_detail_cv .btn {
        width: 226px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .jdc-txt {
        font-size: 26px;
        margin-top: 15px;
    }
    .share_wrap {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .share_wrap .mds {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .share_wrap .lst {
        justify-content: space-between;
        gap: 0 10px;
    }
    .share_wrap .lst li {
        width: -webkit-calc((100% - 10px * 2) / 3);
        width: calc((100% - 10px * 2) / 3);
    }
    .share_wrap .lst li a {
        display: block;
        width: 100%;
        height: 78px;
        font-size: 12px;
        line-height: 1;
        gap: 16px 0;
        text-align: center;
        box-sizing: border-box;
        padding: 15px 0 15px;
    }
    .share_wrap .lst li .icn {
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
    }
    .share_wrap .lst li.is-x img {
        width: 20px;
        height: auto;
    }
    .share_wrap .lst li.is-facebook img {
        width: 24px;
        height: auto;
    }
    .share_wrap .lst li.is-line img {
        width: 24px;
        height: auto;
    }
    .keyword_wrap {
        margin-top: 40px;
    }
    .keyword_wrap .mds {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .keyword_wrap .lst li a {
        padding: 7px 15px;
        font-size: 12px;
    }
    .keyword_btn {
        width: 196px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .journal_recommend_wrap {
        margin-top: 60px;
        padding: 20px 0 60px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
    }
    .journal_recommend_ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 40px;
    }
    .journal_recommend_top .blog_cnt {
        width: 100%;
        display: block;
        border-radius: 8px;
        background: rgba(138, 16, 160, 0.05);
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .journal_recommend_top .blog_cnt.is-new:before {
        content: '';
        display: block;
        width: 46px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../svg/news_new.svg) no-repeat center / 100% auto;
        z-index: 1;
        pointer-events: none;
    }
    .journal_recommend_top .blog_cnt .img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0;
    }
    .journal_recommend_top .blog_cnt .blog_txt {
        padding: 20px;
        width: 100%;
    }
    .journal_recommend_top .blog_cnt .ttl {
        font-size: 16px;
        margin-top: 0;
    }
    .journal_recommend_top .blog_cnt .box {
        justify-content: flex-start;
        margin-top: 10px;
        gap: 0 10px;
    }
    .journal_recommend_top .blog_cnt .tag span {
        padding: 3px 9px;
        font-size: 10px;
    }
    .journal_recommend_top .blog_cnt .day {
        font-size: 12px;
    }
    .journal_recommend_wrap .blog_flx {
        margin-top: 20px;
    }
    .journal_recommend_wrap .blog_cnt:first-child {
        border-top: none;
    }
    .blog_btn {
        width: 196px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .blog_btn.is-svc {
        width: 236px;
    }
}
