@charset "utf-8";

/*
===== Journal ==========================================
*/


/* journal image crossfade */

@keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#journal h1.ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

    #journal h1.ttl {
        font-size: 3.8rem;
        margin-bottom: 22px;
    }
}

#journal .journal_descriptTxt{
    width: calc(100% - 32px);
    max-width: 808px;
    font-size: 1.3rem;
    line-height: 2.6rem;
    margin-bottom: 38px;
    padding: 0 16px;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    #journal .journal_descriptTxt{
        width: calc(100% - 32px);
        max-width: 808px;
        font-size: 1.5rem;
        line-height: 3rem;
        margin-bottom: 72px;
        padding: 0 16px;
        letter-spacing: 0.05em;
    }
}



#journal ul {
    width: calc(100% - 24px);
    padding: 0 12px 30px;
}

#journal ul li {
    width: 100%;
    padding: 32px 0 32px;
}

#journal ul li:last-child {
    padding: 32px 0 0;
}

#journal ul li a.page {
    color: #1a1918;
}

#journal ul li a.page:hover p,
#journal ul li a.page:hover dl {
    opacity: 0.8;
    transition: 0.2s;
}

#journal ul p.thumb {
    width: 100%;
    height: 152px;
    margin: 0 0 20px;
    overflow: hidden;
}

#journal ul p.thumb img {
    width: 100%;
}

#journal ul li dl {
    width: 100%;
}

#journal ul li dt {
    width: 100%;
    padding: 4px 0 12px;
}

#journal ul li dt p {
    padding: 20px 0 0;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 1.9px;
}

#journal ul li dt span {
    width: 100%;
    padding: 0 0 2px;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "BrownLLWeb", "Noto Sans JP";
    line-height: 1;
}

#journal ul li dt span.catA {
    border-bottom: 1px solid #992C47;
}

#journal ul li dt span.catB {
    border-bottom: 1px solid #C9C050;
}

#journal ul li dt span.catC {
    border-bottom: 1px solid #B57029;
}

#journal ul li dt span.catD {
    border-bottom: 1px solid #4A5B9E;
}

#journal ul li dt span.catE {
    border-bottom: 1px solid #9866A7;
}

#journal ul li dt span.catF {
    border-bottom: 1px solid #309191;
}

#journal ul li dd {
    font-size: 1.1rem;
    color: #736f6d;
    line-height: 1;
}

#journal ul li dd span {
    font-weight: 400;
    padding: 0 8px 0 0;
}

#journal .readmoreBtn {
    padding: 24px 12px 0;
    text-align: right;
}

#journal .readmoreBtn a {
    font-family: "BrownLLWeb";
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {

    #contents #journal{
        max-width: 1080px;
    }

    .journal_lead{
        max-width: 840px;
        margin: 0 auto 113px;
    }

    /*pc769以上*/
    #journal ul {
        width: 100%;
        padding: 0 0 120px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #journal ul li {
        width: calc(50% - 29px);
        padding: 0 0 110px;
    }
    #journal ul li:nth-last-child(-n+2) {
        padding: 0;
    }
    #journal ul p.thumb {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        overflow: hidden;
    }
    #journal ul p.thumb img {
        width: 100%;
    }
    #journal ul li dl {
        width: 100%;
    }
    #journal ul li dt {
        width: 100%;
        padding: 4px 0 11px;
    }
    #journal ul li dt p {
        padding: 20px 0 0;
        font-size: 1.9rem;
        font-weight: 500;
        line-height: 3rem;
        letter-spacing: 1.9px;
    }
    #journal ul li dt span {
        width: 100%;
        padding: 0 0 2px;
        font-size: 1.1rem;
        font-weight: 400;
        font-family: "BrownLLWeb", "Noto Sans JP";
        line-height: 1;
    }
    #journal ul li dd {
        font-size: 1.1rem;
        color: #736f6d;
        line-height: 1;
    }
    #journal ul li dd span {
        padding: 0 8px 0 0;
    }
    #journal .readmoreBtn {
        padding: 24px 12px 0;
        text-align: right;
    }
    #journal .readmoreBtn a {
        font-family: "BrownLLWeb";
        font-weight: 700;
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }
}


/*----------------
		記事
-----------------*/

#contents section#mrArticle {
    width: 100%;
    padding: 96px 0 0;
    margin: 0 auto;
}

#mrArticle h1.ttl {
    width: calc(100% - 72px);
    padding: 0 36px;
    margin-bottom: 24px;
}

#mrArticle h1.ttl span.pageTtl {
    padding: 0 0 6px;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1.5px;
}

#mrArticle h1.ttl div.catTtl {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #1a1918;
    line-height: 1;
    letter-spacing: 2.4px;
}

#mrArticle h1 span.articleCat {
    padding: 0 0 4px;
    line-height: 1.8;
}

#mrArticle.catA h1 span.articleCat {
    border-bottom: 1px solid #992C47;
}

#mrArticle.catB h1 span.articleCat {
    border-bottom: 1px solid #C9C050;
}

#mrArticle.catC h1 span.articleCat {
    border-bottom: 1px solid #B57029;
}

#mrArticle.catD h1 span.articleCat {
    border-bottom: 1px solid #4A5B9E;
}

#mrArticle.catE h1 span.articleCat {
    border-bottom: 1px solid #9866A7;
}

#mrArticle.catF h1 span.articleCat {
    border-bottom: 1px solid #309191;
}


#mrArticle h1.ttl div.catTtl span.articleNum {
    padding: 12px 0 0;
    display: block;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #1a1918;
}

@media screen and (min-width: 768px) {
    /*pc769以上*/
    #contents section#mrArticle {
        padding: 144px 0 0;
    }
    #mrArticle h1.ttl {
        margin-bottom: 44px;
    }
    #mrArticle h1.ttl span.pageTtl {
        padding: 0 0 8px;
        font-size: 1.7rem;
        letter-spacing: 1.7px;
    }
    #mrArticle h1.ttl div.catTtl {
        font-size: 3.5rem;
        letter-spacing: 3.5px;
    }
    #mrArticle h1 span.articleCat {
        padding: 0 0 4px;
    }
    #mrArticle h1.ttl div.catTtl span.articleNum {
        padding: 18px 0 0;
        font-size: 2.1rem;
        letter-spacing: 2.1px;
    }
}

#mrArticle #kv {
    width: 100%;
    min-height: 251px;
    height: 100%;
    padding: 0;
    margin: 0 0 68px;
    overflow: hidden;
    position: relative;
}

#mrArticle #kv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#mrArticle #kv img.next {
    opacity: 1;
    z-index: 1;
}

#mrArticle #kv img.prev {
    opacity: 1;
    z-index: 2;
}

#mrArticle #kv img.fade-out {
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s ease-in-out;
    visibility: hidden;
}

#kv img:nth-of-type(1) {
    animation-delay: 6s;
}

#kv img:nth-of-type(2) {
    animation-delay: 4s;
}

#kv img:nth-of-type(3) {
    animation-delay: 2s;
}

#kv img:nth-of-type(4) {
    animation-delay: 0;
}

#contents #mrArticle p.descriptTxt {
    width: calc(100% - 72px);
    padding: 0 36px 72px;
    margin: 0 auto;
    position: relative;
    line-height: 2.6rem;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    /*pc769以上*/
    #mrArticle #kv {
        width: 840px;
        height: 560px;
        margin: 0 0 100px;
        position: relative;
    }
    #mrArticle #kv img {
        width: 840px;
        height: auto;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        position: absolute;
        top: 0;
    }
    #contents #mrArticle p.descriptTxt {
        width: calc(100% - 160px);
        padding: 0 80px 86px;
        line-height: 3.0rem;
    }
}

#mrArticle div.articleBody {
    width: calc(100% - 48px);
    padding: 62px 0 0;
    margin: 0 auto;
    border-top: 1px solid #d9d1c7;
}

#mrArticle div.articleBody h2#articleTtl {
    width: calc(100% - 24px);
    padding: 0 12px;
    margin: 0 0 32px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 4.2rem;
    letter-spacing: 2.1px;
}

h2#articleTtl span {
    width: 100%;
    padding: 12px 0 0;
    display: block;
    font-size: 1.3rem;
    font-family: "BrownLLWeb";
    font-weight: 300;
    color: #c8bcaf;
    line-height: 1;
    letter-spacing: 0.05rem;
}

#mrArticle div.articleBody p {
    width: calc(100% - 24px);
    padding: 0 12px;
    margin: 0 0 36px;
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 1.3px;
}

#mrArticle div.articleBody p:last-of-type {
    margin: 0;
}

#mrArticle div.articleBody div.profile {
    width: calc(100% - 24px);
    padding: 64px 12px 0;
    margin: 0;
}

#mrArticle div.profile h3 {
    width: 100%;
    margin: 0 0 14px;
    font-size: 1.5rem;
    font-family: "BrownLLWeb";
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;
}

#mrArticle.catA div.profile h3 {
    color: #992C47;
}
#mrArticle.catB div.profile h3 {
    color: #C9C050;
}
#mrArticle.catC div.profile h3 {
    color: #B57029;
}
#mrArticle.catD div.profile h3 {
    color: #4A5B9E;
}
#mrArticle.catE div.profile h3 {
    color: #9866A7;
}
#mrArticle.catF div.profile h3 {
    color: #309191;
}

#mrArticle div.profile dl {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.profile dl dt {
    width: 100%;
    margin: 0 0 12px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1.7px;
}


div.profile dl dd {
    width: 100%;
    font-size: 1.1rem;
    color: #736f6d;
    line-height: 1.9rem;
    letter-spacing: 1.1px;
}

div.profile dl dd a {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 1.2px;
}

@media screen and (min-width: 768px) {
    /*pc769以上*/
    #mrArticle div.articleBody {
        width: calc(100% - 132px);
        padding: 80px 0 0;
    }

    #mrArticle div.articleBody h2#articleTtl {
        width: calc(100% - 28px);
        padding: 0 14px;
        margin: 0 0 44px;
        font-size: 2.7rem;
        font-weight: 500;
        line-height: 5.4rem;
        letter-spacing: 2.7px;
    }


    h2#articleTtl span {
        padding: 16px 0 0;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
    #mrArticle div.articleBody p {
        width: calc(100% - 28px);
        padding: 0 14px;
        margin: 0 0 44px;
        font-size: 1.7rem;
        line-height: 3.4rem;
        letter-spacing: 1.7px;
    }
    #mrArticle div.articleBody div.profile {
        width: calc(100% - 28px);
        padding: 72px 14px 0;
        margin: 0;
    }
    div.profile dl dt {
        width: 100%;
        margin: 0 0 28px;
        font-size: 2.1rem;
        letter-spacing: 2.1px;
        line-height: 3.4rem;
    }


    div.profile dl dd {
        font-size: 1.3rem;
        line-height: 1.9rem;
        letter-spacing: 1.4px;
    }
    div.profile dl dd a {
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0.05em;
    }
}


/* 他の記事 */

#contents section#otherArticle {
    width: calc(100% - 48px);
    padding: 96px 24px 0;
    margin: 0 auto;
}

#contents section#otherArticle h2.ttl {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    #contents section#otherArticle h2.ttl {
        margin-bottom: 36px;
    }
}

#contents section#otherArticle h2.ttl {
    font-size: 2.6rem;
}

#otherArticle ul {
    width: 100%;
    margin: 0 auto;
}

#otherArticle ul li {
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid #d9d1c7;
}

#otherArticle ul li:last-child {
    padding: 32px 0 60px;
    border-bottom: none;
}

#otherArticle ul li a.page {
    display: flex;
    justify-content: space-between;
    color: #1a1918;
}

#otherArticle ul li a.page:hover p,
#otherArticle ul li a.page:hover dl {
    opacity: 0.8;
    transition: 0.2s;
}

#otherArticle ul li p.thumb {
    width: 120px;
}

@media screen and (max-width: 767px) {
    #otherArticle ul li p.thumb {
        height: 120px;
    }
}

#otherArticle ul li p.thumb img {
    width: 100%;
    height: auto;
}

#otherArticle ul li.comingsoon {
    display: flex;
    justify-content: space-between;
}

#otherArticle ul li.comingsoon p.thumb {
    background-color: #d9d1c7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-family: "BrownLLWeb";
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    line-height: 2rem;
    letter-spacing: 1.5px;
}

#otherArticle ul li.comingsoon dl {
    opacity: 0.5;
}

#otherArticle ul li.comingsoon {}

#otherArticle ul li dl {
    width: calc(100% - 144px);
}

#otherArticle ul li dt {
    width: 100%;
    padding: 4px 0 12px;
}


#otherArticle ul li dt p {
    padding: 20px 0 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
}

#otherArticle ul li dt span {
    width: 100%;
    padding: 0 0 2px;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "BrownLLWeb", "Noto Sans JP";
    line-height: 1;
}

#otherArticle ul li dt span.catA {
    border-bottom: 1px solid #992C47;
}

#otherArticle ul li dt span.catB {
    border-bottom: 1px solid #C9C050;
}

#otherArticle ul li dt span.catC {
    border-bottom: 1px solid #B57029;
}

#otherArticle ul li dt span.catD {
    border-bottom: 1px solid #4A5B9E;
}

#otherArticle ul li dt span.catE {
    border-bottom: 1px solid #9866A7;
}

#otherArticle ul li dt span.catF {
    border-bottom: 1px solid #309191;
}

#otherArticle ul li dd {
    font-size: 1.1rem;
    color: #736f6d;
    line-height: 1;
}

#otherArticle ul li dd span {
    padding: 0 8px 0 0;
    font-weight: 400;
}

p.viewmoreBtn
{
    width: 100%;
    margin: 96px auto 0;
}

p.viewmoreBtn a {
    width: calc(100% - 2px);
    padding: 20px 0;
    display: block;
    border: 1px solid #c8bcaf;
    text-align: center;
    font-size: 1.3rem;
    font-family: "BrownLLWeb";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
}

p.viewmoreBtn .viewmoreEn {
    font-size: 1.4rem;
}

p.viewmoreBtn a:hover {
    background-color: #c8bcaf;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    /*pc769以上*/
    #contents section#otherArticle {
        width: calc(100% - 32px);
        max-width: 876px;
        padding: 144px 16px 0;
    }
    #contents section#otherArticle h2.ttl {
        font-size: 3.5rem;
        letter-spacing: 3.5px;
    }
    #otherArticle ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #otherArticle ul li {
        width: 23%;
        max-width: 204px;
        padding: 0;
        display: block;
        border-bottom: none;
    }
    #otherArticle ul li:last-child {
        padding: 0;
        border-bottom: none;
    }
    #otherArticle ul li a.page {
        display: inherit;
    }
    #otherArticle ul li p.thumb {
        width: 100%;
    }
    #otherArticle ul li p.thumb::before {
        content: "";
        width: 0px;
        padding-top: 100%;
    }
    #otherArticle ul li p.thumb img {
        width: 100%;
    }
    #otherArticle ul li.comingsoon {
        display: block;
    }
    #otherArticle ul li.comingsoon p.thumb {
        font-size: 2.3rem;
        line-height: 3.2rem;
        letter-spacing: 2.3px;
    }
    #otherArticle ul li.comingsoon dl {
        opacity: 0.5;
    }
    #otherArticle ul li dl {
        width: 100%;
    }
    #otherArticle ul li dt {
        width: 100%;
        padding: 20px 0 14px;
    }

    #otherArticle ul li dt p {
        padding: 18px 0 0;
        font-size: 1.7rem;
        line-height: 2.8rem;
        letter-spacing: 0.1em;
    }
    p.viewmoreBtn {
        width: 300px;
    }
    p.viewmoreBtn a {
        width: 298px;
        font-size: 1.6rem;
    }
    p.viewmoreBtn .viewmoreEn {
        font-size: 1.7rem;
    }
}

.desc-wrap {
    position: relative;
}

@media screen and (max-width: 768px) {
    .blob-wrapper {
        display: inline;
        bottom: 100px;
        right: 0;
        position: absolute;
        width: 220px;
        height: 100px;
        z-index: 1;
    }
}

@media screen and (min-width: 768px) {
    .blob-wrapper {
        display: inline;
        bottom: 100px;
        right: 0;
        position: absolute;
        width: 220px;
        height: 80px;
        z-index: 1;
    }
}

.blob {
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    filter: blur(32px);
    opacity: 0.7;
    z-index: 2;
    outline: 1px solid transparent;
    will-change: transform;
    transform: translateZ(0);
}

.colorcatA {
    background-image: linear-gradient( rgba(153, 44, 71, 0.2), rgba(153, 44, 71, 0.3));
}

.colorcatB {
    background-image: linear-gradient( rgba(201, 192, 80, 0.4), rgba(201, 192, 80, 0.5));
}

.colorcatC {
    background-image: linear-gradient( rgba(181, 112, 41, 0.2), rgba(181, 112, 41, 0.4));
}

.colorcatD {
    background-image: linear-gradient( rgba(74, 91, 158, 0.2), rgba(74, 91, 158, 0.4));
}

.colorcatE {
    background-image: linear-gradient( rgba(152, 102, 167, 0.3), rgba(152, 102, 167, 0.4));
}

.colorcatF {
    background-image: linear-gradient( rgba(48, 145, 145, 0.25), rgba(48, 145, 145, 0.3));
}

.blob:nth-of-type(1) {
    top: 8vh;
    left: 4vw;
    width: 19vmax;
    height: 19vmax;
    animation: 10s linear infinite blured-move-1;
}

.blob:nth-of-type(2) {
    top: 4vh;
    left: 8vw;
    width: 17vmax;
    height: 17vmax;
    animation: 20s linear infinite blured-move-2;
}

.blob:nth-of-type(3) {
    top: 8vh;
    left: 0vw;
    width: 18vmax;
    height: 18vmax;
    animation: 30s linear infinite blured-move-3;
}

.blob:nth-of-type(4) {
    top: 4vh;
    left: 4vw;
    width: 18vmax;
    height: 18vmax;
    animation: 40s linear infinite blured-move-4;
}

.blob:nth-of-type(5) {
    top: 4vh;
    left: 4vw;
    width: 18vmax;
    height: 18vmax;
    animation: 50s linear infinite blured-move-5;
}

.blob:nth-of-type(6) {
    top: 4vh;
    left: 4vw;
    width: 18vmax;
    height: 18vmax;
    animation: 60s linear infinite blured-move-6;
}

.blob:nth-of-type(7) {
    top: 4vh;
    left: 4vw;
    width: 18vmax;
    height: 18vmax;
    animation: 70s linear infinite blured-move-7;
}

@keyframes blured-move-1 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 100px 50px;
        transform: rotate(360deg);
    }
}

@keyframes blured-move-2 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 50px 50px;
        transform: rotate(360deg);
    }
}

@keyframes blured-move-3 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 150px 150px;
        transform: rotate(360deg);
    }
}

@keyframes blured-move-4 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 50px 150px;
        transform: rotate(360deg);
    }
}

@keyframes blured-move-5 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 150px 50px;
        transform: rotate(360deg);
    }
}

@keyframes blured-move-6 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 50px 150px;
        transform: rotate(360deg);
    }
}

@keyframes blured-move-7 {
    0% {
        transform: none;
    }
    100% {
        transform-origin: 150px 150px;
        transform: rotate(360deg);
    }
}


.journal_subTtl1 {
    width: 100%;
    display: block;
    margin: 0 0 14px;
    font-size: 1.5rem;
    font-family: "BrownLLWeb";
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;
}

.journal_subTtl2{
    width: 100%;
    margin: 0 0 12px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.7px;
}

.journal_ttl_wrap{
    width: calc(100% - 24px);
    padding: 64px 12px 0;
    margin: 0;
}

#mrArticle .insertImg,#mrArticle .insertImg2{
    width: calc(100% - 28px);
    overflow: hidden;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 64px;
    padding: 0;
    position: relative;
}
#mrArticle .insertImg2{
    margin: 64px auto 32px;
}

#mrArticle .insertImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.showImg img{
    opacity: 1 !important;
}


#mrArticle h1 span.articleCat.step {
    line-height: 1.7;
}


#mrArticle div.articleBody p.journal_subDesc {
    width: 100%;
    font-size: 1.1rem;
    color: #736f6d;
    line-height: 1.9rem;
    letter-spacing: 1.1px;
}

@media screen and (min-width: 768px) {
    /*pc769以上*/
    #mrArticle div.articleBody p.journal_subDesc {
        font-size: 1.3rem;
        line-height: 1.9rem;
        letter-spacing: 1.4px;
    }
}



#mrArticle div.articleBody h3.subttl{
    width: calc(100% - 24px);
    padding: 0 12px;
    margin: 0 0 0px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 4.2rem;
    letter-spacing: 2.1px;
    color: #1a1918;
}
@media screen and (min-width: 768px) {
    /*pc769以上*/

    #mrArticle div.articleBody h3.subttl{
        width: calc(100% - 28px);
        padding: 0 14px;
        margin: 0 0 12px;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 5.4rem;
        letter-spacing: 2.7px;
    }
}
.slideBlob{
    bottom: 40px !important;
}
/* ここから下2022.10山田追加 */
#mrArticle div.articleBody h3.subttl-2{
    width: calc(100% - 24px);
    padding: 0 12px;
    margin: 22px 0 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 1.8px;
    color: #1a1918;
}
@media screen and (min-width: 768px) {
    /*pc769以上*/

    #mrArticle div.articleBody h3.subttl-2{
        width: calc(100% - 28px);
        padding: 0 14px;
        margin: 100px 0 12px;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 3.4rem;
        letter-spacing: 2.4px;
    }
}

#mrArticle div.articleBody div.JournalPro{
    border: 1px solid #d5cbc5;
    padding: 10px 5px 10px 8px;
    margin: -20px 15px 60px;
}
#mrArticle div.articleBody div.JournalPro p{
    font-weight: 700;
	font-size: 1.2rem;
    line-height: 2.3rem;
    letter-spacing: 1.4px;
	margin: 10px 0px 20px;
}
#mrArticle div.articleBody div.JournalPro p.comment{
    font-weight: 400;
	font-size: 1.2rem;
    line-height: 2.3rem;
    letter-spacing: 1.4px;
	margin: 0px 0px 10px;
}
@media screen and (min-width: 768px) {
    /*pc769以上*/
#mrArticle div.articleBody div.JournalPro{
    border: 1px solid #d5cbc5;
    padding: 20px 25px;
    margin: 0 15px 60px;
}
#mrArticle div.articleBody div.JournalPro p{
    font-weight: 700;
	font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 1.4px;
	margin: 10px 0px 20px;
}
#mrArticle div.articleBody div.JournalPro p.comment{
    font-weight: 400;
	font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 1.4px;
	margin: 0px 0px 10px;
}
}
.hr {
    border-top: 1px dashed #d5cbc5;
	width: 50%;
}

/* ここから202211追加 */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.flex-box {   /* 背景色指定 */
    padding:  0px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    align-items:stretch;        /* 縦の位置指定 */
}
.flex-item {
    padding: 0px; 
	font-size: 1.3rem;
	line-height: 2.5rem;
	letter-spacing: 1.7px;
}
.flex-item:nth-child(1) {
    width: 30%;   
}
.flex-item:nth-child(2) {
    width: 70%;
	padding: 0px 10px;
}
@media screen and (max-width: 768px) {
.flex-item {
	font-size: 1.1rem;
	line-height: 1.7rem;
	letter-spacing: 1.2px;
}
.flex-item:nth-child(1) {
    width: 40%;   
}
.flex-item:nth-child(2) {
    width: 60%;
	padding: 0px 10px 20px;
}	
}
ul.journal{
	font-size: 1.5rem; 
	font-weight: 500; 
	padding: 15px 25px; 
	margin: 0px 0px 40px 15px; 
	line-height: 3.5rem;
	border: 1px solid #d5cbc5;
}
ul.journal2{
	font-size: 1.5rem; 
	font-weight: 500; 
	padding: 20px 25px 10px; 
	margin: -20px 0px 35px 15px; 
	line-height: 2.5rem;
	border: 1px solid #d5cbc5;
}
ul.journal2 li{ 
	text-indent: -1em;
	margin-left: 15px; 
	margin-bottom: 10px; 
	line-height: 2.7rem;
}
@media screen and (max-width: 768px) {
	ul.journal,ul.journal2{
		font-size: 1.3rem; }
}
p.interviewer{ color: #992C47; margin: 35px 0px 20px!important;}
p.point{ text-indent: -1em; font-weight:600;}
p.writer{ margin-top: 50px!important;}
