/*

■リニューアル用css（2025.03）
/css/main.css（サイト全体使用基本css）

*/


@charset 'UTF-8';


/*------------------------------------------------------------
    font
------------------------------------------------------------*/

.en{
    font-family: "Roboto", sans-serif;
}
.mincho{
    /*font-family: "Noto Serif JP", serif;*/
}


/*------------------------------------------------------------
    animation
------------------------------------------------------------*/

.fade-item {
  opacity: 0;
  transition: opacity 0.6s;
}
.fade-in {
    opacity: 1;
}



/*------------------------------------------------------------
    Base Fix
------------------------------------------------------------*/

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    min-width: 1240px;
}
main > .basic-page > #sections{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.89;
    word-break: break-word;
    color: #1a1a1a;
}
.basic-page a{
    transition: all .3s;
    word-break: break-all;
    color: #1a1a1a;
}
.basic-page a:hover{
    transition: all .3s;
}
.holdings-footer.page-in-menu {
    padding-bottom: 75px;
}
.holdings-header a, .holdings-titlenav a, .holdings-footer a, .holdings-cta a {
    word-break: break-word;
    white-space: normal;
}
img{
    max-width: 100%;
    height: auto;
}
.holdings-header__main{
    background: #fff;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    body{
        width: auto;
    }
    .basic-page {
        width: 100%;
    }
    main > .basic-page > #sections{
        font-size: 14px;
    }
    .holdings-footer.page-in-menu {
        padding-bottom: 0;
    }


}


/*------------------------------------------------------------
	header Parts
------------------------------------------------------------*/

.holdings-header__sub__nav{
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.holdings-header__subchild {
    background-color: #F2F2F2;
    border-top: none;
    color: #666;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .holdings-titlenav {
        position: relative;
        z-index: 9;
    }
    .holdings-header__sub__nav .holdings-header__sub__nav__tglbtn {
        margin-right: 8px;
    }


}



/*------------------------------------------------------------
	common Parts
------------------------------------------------------------*/

.unicom-pc{
    display: block;
}
.unicom-sp{
    display: none;
}

.unicom-container-sm{
    width: 880px;
    margin: 0 auto;
}
.unicom-container{
    width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.unicom-container-md{
    width: 1116px;
    margin: 0 auto;
}
.unicom-container-lg{
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.unicom-container-max{
    max-width: 1510px;
    margin: 0 auto;
    min-width: 1280px;
    box-sizing: border-box;
    padding: 0 40px;
}


@media only screen and (max-width:1400px) {

    .unicom-container-lg{
        padding: 0 40px;
    }

}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .unicom-pc{
        display: none !important;
    }
    .unicom-sp{
        display: block;
    }
    .unicom-container-sm{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .unicom-container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .unicom-container-md{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .unicom-container-lg{
    	width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .unicom-container-max{
        width: 100%;
        box-sizing: border-box;
    }
    .unicom-container-max{
        padding: 0;
        min-width: auto;
    }



}

@media only screen and (max-width:374px){

    .top-media-section-control .main-btn a .w320{
        display: none;
    }

}




/*------------------------------------------------------------
	btn Parts
------------------------------------------------------------*/

/* main-btn */
.main-btn{
    margin-top: 40px;
}
.main-btn a{
    width: 320px;
    height: 64px;
    background: #1840B9;
    border: 1px solid #1840B9;
    box-sizing: border-box;
    color: #fff;
    border-radius: 64px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
}
.main-btn a .material-symbols-outlined {
    position: absolute;
    top: 50%;
    right: 24px;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main-btn a:hover{
    color: #089FCE;
    background: #fff;
}

.main-btn.black-btn a{
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
}
.main-btn.black-btn a:hover{
    color: #1A1A1A;
    background: #fff;
}


/* text-btn */
.text-btn {
    margin-top: 32px;
    line-height: 1;
    text-align: right;
}
.text-btn a {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 1.6;
    color: #1840B9;
}
.text-btn a .btn-text{
    text-decoration: underline;
}
.text-btn a .material-symbols-outlined{
    font-size: 20px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.text-btn a:hover{
    color: #666;
}
.text-btn a:hover .btn-text{
    text-decoration: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .main-btn{
        margin-top: 32px;
    }
    .main-btn a {
        font-size: 15px;
        padding: 12px 24px;
    }
    .text-btn a{
        font-size: 14px;
    }
}






/*------------------------------------------------------------
    commmon-search Parts
------------------------------------------------------------*/

aside#commmon-search{
    padding: 80px 0;
}
#commmon-search-box{
    display: flex;
    flex-wrap: wrap;
}
.category-search{
    width: 280px;
}
.tag-search{
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-left: 80px;
}
.commmon-search-item{
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 24px;
}
ul.category-list{

}
ul.category-list > li{
    
}
ul.category-list > li:not(:first-of-type){
    margin-top: 8px;
}
ul.category-list > li > a{
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    box-shadow: rgba(9,35,64,0.1) 1px 1px 16px;
}
.category-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.category-decorate{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: rgba(9,35,64,0.1) 1px 1px 16px;
    margin-right: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.category-decorate-color{
    content: "";
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 50%;
    transition: all .3s;
}
.category-name{
    font-weight: 500;
    line-height: 1;
    transition: all .3s;
}
ul.category-list > li > a:hover{
    box-shadow: none;
}
ul.category-list > li > a:hover .category-decorate .category-decorate-color{
    width: 100%;
    height: 100%;
}
ul.category-list > li > a:hover .category-name{
    opacity: 0.6;
}


ul.tag-list{
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}
ul.tag-list > li{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 6px;
}
ul.tag-list > li a{
    padding: 14px 20px 15px 18px;
    background: #fff;
    border-radius: 40px;
    display: block;
    box-shadow: rgba(9,35,64,0.1) 1px 1px 16px;
}
ul.tag-list > li a:before{
    content: "#";
    color: #089FCE;
    margin-right: 10px;
    font-size: 16px;
}
ul.tag-list > li a:hover{
    box-shadow: none;
    opacity: 0.6;
}

@media only screen and (max-width:1400px) {

    .tag-search{
        padding-left: 40px;
    }

}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    aside#commmon-search{
        padding: 64px 0;
    }
    #commmon-search-box{
        display: block;
    }
    .category-search{
        width: 100%;
    }
    .tag-search{
        padding-left: 0;
        width: 100%;
        margin-top: 56px;
    }

    .commmon-search-item{
        font-size: 17px;
    }
    ul.category-list > li > a{
        font-size: 15px;
    }

    ul.tag-list > li{
        font-size: 14px;
    }
    ul.tag-list > li a{
        padding: 12px 18px 13px 16px;
    }
    ul.tag-list > li a:before{
        font-size: 15px;
        margin-right: 6px;
    }

}





/*------------------------------------------------------------
    topics List Parts
------------------------------------------------------------*/

ul.topics-list{
    display: flex;
    flex-wrap: wrap;
    margin: -64px -20px 0;
}
ul.topics-list > li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 64px;
}
.topics-thumbnail{
    border-radius: 16px;
    overflow: hidden;
}
.topics-thumbnail img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 230px;
    border-radius: 16px;
    transition: all .3s;
    transform: scale(1);
}
a:hover .topics-thumbnail img{
    transform: scale(1.1);
}
.topics-content{
    margin-top: 24px;
}
.topics-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topics-date {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 1;
    margin-top: 3px;
}
.topics-title{
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    line-height: 1.75;
    font-size: 20px;
    margin-top: 16px;
}
.topics-tags{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.topics-tags .tag-item{
    font-size: 14px;
    color: #666666;
}
.topics-tags .tag-item:not(:last-of-type){
    margin-right: 20px;
}
.topics-tags .tag-item:before{
    content: "#";
    color: #089FCE;
    margin-right: 4px;
    line-height: 1;
}

ul.topics-list > li .category-decorate{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
ul.topics-list > li .category-decorate .category-decorate-color{
    width: 12px;
    height: 12px;
}
ul.topics-list > li .category-name{
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
}
ul.topics-list > li a:hover{
    opacity: 0.6;
}
.topics-category.category-box{
    margin-left: 16px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.topics-list{
        display: block;
        margin: 0;
    }
    ul.topics-list > li{
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .topics-thumbnail img{
        height: calc((100vw - 30px) / 1.618);
    }
    .topics-date{
        font-size: 14px;
    }
    ul.topics-list > li .category-name{
        font-size: 13px;
    }
    ul.topics-list > li .category-decorate{
        width: 18px;
        height: 18px;
    }
    ul.topics-list > li .category-decorate .category-decorate-color{
        width: 10px;
        height: 10px;
    }
    .topics-content {
        margin-top: 20px;
    }
    .topics-title{
        font-size: 17px;
        margin-top: 14px;
    }
    .topics-tags{
        margin-top: 10px;
    }
    .topics-tags .tag-item{
        font-size: 13px;
    }
    .topics-tags .tag-item:not(:last-of-type) {
        margin-right: 12px;
    }

}






/*------------------------------------------------------------
    top-visual Parts
------------------------------------------------------------*/

#top-visual{
    background-image: url(/jp/ex007/common/img/top/visual_bg_pc.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: calc(100vh - 135.5px - 45.5px - 185px);
    min-height: 400px;
}

#top-visual .unicom-container-md{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#top-visual-slider{
    width: 100%;
    position: relative;
    margin-bottom: 32px;
    overflow: visible;
}
.swiper-slide.copy-area{

}
.copy-area-card{
    text-align: center;
}
#top-visual-list.swiper-wrapper{
    align-items: center;
}
.copy-area-card-sitename{
    color: #1840B9;
    line-height: 1;
    font-size: 72px;
    letter-spacing: 0.15em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
.copy-area-card-copy {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 32px;
}

#top-visual-btn{
    width: 100%;
}
#top-visual-btn img{
    display: block;
}
#top-visual-btn .prev-btn{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
#top-visual-btn .prev-btn:hover{
    opacity: 0.6;
}
#top-visual-btn .next-btn{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
#top-visual-btn .next-btn:hover{
    opacity: 0.6;
}
ul#top-visual-list{

}
ul#top-visual-list li{
    padding: 0 90px;
    box-sizing: border-box;
    opacity: .2;
    transform: scale(.6);
    transition: .6s;
    pointer-events: none;
    margin: 0 -120px;
}
ul#top-visual-list li.topics-area{

}
ul#top-visual-list li.topics-area a{
    display: flex;
    align-items: center;
}
ul#top-visual-list li.topics-area .topics-thumbnail{
    width: 400px;
}
ul#top-visual-list li.topics-area .topics-content{
    width: calc(100% - 400px);
    margin-top: 0;
    box-sizing: border-box;
    padding-left: 40px;
}

ul#top-visual-list li.topics-area .topics-thumbnail img{
    height: calc(400px / 1.678);
}
ul#top-visual-list > li .category-name {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
}
ul#top-visual-list > li .topics-title{
    font-size: 24px;
}
ul#top-visual-list > li .category-decorate {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
ul#top-visual-list > li .category-decorate .category-decorate-color {
    width: 12px;
    height: 12px;
}

ul#top-visual-list li.swiper-slide-active{
        opacity: 1;
    transform: scale(1);
    z-index: 90;
    pointer-events: visible;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: unset;
    bottom: -40px;
}
.swiper-pagination-bullet-active{
    background: #1840B9;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #top-visual{
        height: auto;
        min-height: auto;
        padding: 48px 0 24px;
    }
    ul#top-visual-list li{
        padding: 0;
        margin: 0 -64px;
    }
    ul#top-visual-list li.topics-area a{
        display: block;
    }

    ul#top-visual-list li.topics-area .topics-thumbnail{
        width: 100%;
        margin-bottom: 16px;
    }
    ul#top-visual-list li.topics-area .topics-content{
        width: 100%;
        padding-left: 0;
    }
    ul#top-visual-list li.topics-area .topics-thumbnail img {
        height: calc(100vw / 1.618);
        height: calc((100vw - 30px) / 1.618)
    }
    #top-visual-btn .prev-btn{
        width: 24px;
        display: none;
    }
    #top-visual-btn .next-btn{
        width: 24px;
        display: none;
    }
    ul#top-visual-list > li .topics-title{
        font-size: 16px;
        margin-top: 12px;
    }
    ul#top-visual-list > li .topics-date{
        font-size: 12px;
        margin-top: 1px;
    }
    ul#top-visual-list > li .category-name{
        font-size: 12px;
    }
    ul#top-visual-list > li .category-decorate{
        width: 12px;
        height: 12px;
    }
    ul#top-visual-list > li .category-decorate .category-decorate-color{
        width: 8px;
        height: 8px;
    }
    ul#top-visual-list > li .topics-tags .tag-item{
        font-size: 12px;
    }
    ul#top-visual-list > li .topics-tags .tag-item:not(:last-of-type) {
        margin-right: 12px;
    }
    ul#top-visual-list > li .topics-tags{
        margin-top: 10px;
    }


    .copy-area-card-sitename{
        font-size: 32px;
        font-size: 10vw;
    }
    .copy-area-card-copy{
        font-size: 16px;
        font-size: 4vw;
        margin-top: 20px;
    }

}


/*------------------------------------------------------------
    #read-area Parts
------------------------------------------------------------*/

#read-area {
    /* padding: 32px 0; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 180px;
}
.read-text {
    font-weight: 500;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #read-area{
        height: auto;
        padding: 32px 15px;
    }

}



/*------------------------------------------------------------
    top-topics Parts
------------------------------------------------------------*/

#topics{
    background: #fff;
    padding: 120px 0;
}
.top-entitle{
    color: #1840B9;
    line-height: 1;
    font-size: 64px;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
.top-description{
    font-weight: 500;
    margin-top: 20px;
}


/* #top-topics-standout-box */
#top-topics-standout{
    margin-bottom: 96px;
}
#top-topics-standout-box a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
}
#top-topics-standout-box .topics-thumbnail{
    width: 50%;
}
#top-topics-standout-box .topics-thumbnail img{
    height: 435px;
    height: calc(735px / 1.678);
    width: 100%;
}
#top-topics-standout-box .topics-content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 32px;
    margin-top: 0;
    padding-top: 72px;
}
.topics-content-inner {
    max-width: 588px;
}

#top-topics-standout-box .category-decorate{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#top-topics-standout-box .category-decorate .category-decorate-color{
    width: 14px;
    height: 14px;
}
#top-topics-standout-box .topics-date{
    font-size: 16px;
    margin-top: 2px;
}
#top-topics-standout-box .category-name{
    font-weight: 400;
}
#top-topics-standout-box .topics-category.category-box{
    margin-right: 24px;
}
#top-topics-standout-box .topics-title {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
#top-topics-standout-box .topics-tags{
    margin-top: 24px;
}
#top-topics-standout-box .topics-tags .tag-item{
    font-size: 16px;
}
#top-topics-standout-box a{

}

.standout-btn-decorate{
    width: 320px;
    height: 64px;
    background: #1840B9;
    border: 1px solid #1840B9;
    box-sizing: border-box;
    color: #fff;
    border-radius: 64px;
    margin-top: 40px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
    transition: all .3s;
}
.standout-btn-decorate .material-symbols-outlined{
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*#top-topics-standout-box a:hover .topics-title{
    color: #1840B9;
}*/
#top-topics-standout-box a:hover .standout-btn-decorate{
    background: #fff;
    color: #1840B9;
}




/* 読み込みボタン */
.load-all{
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.basic-page a.load-all-btn{
    width: 320px;
    height: 64px;
    background: #fff;
    color: #1840B9;
    border-radius: 64px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
    box-shadow: rgba(9,35,64,0.1) 4px 6px 16px;
    cursor: pointer;
}
.basic-page a.load-all-btn:hover{
    box-shadow: none;
    background: #f8f8f8;
}
.basic-page a.load-all-btn .material-symbols-outlined{
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media only screen and (max-width:1400px){

    .topics-content-inner {
        max-width: 568px;
    }

}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    #topics{
        padding: 72px 0;
    }
    .top-entitle{
        font-size: 40px;
    }

    #top-topics-standout{
        padding: 0 15px;
    }
    #top-topics-standout-box a{
        display: block;
    }
    #top-topics-standout-box .topics-thumbnail{
        width: 100%;
    }
    #top-topics-standout-box .topics-content{
        width: 100%;
        display: block;
        padding-top: 20px;
        padding-right: 0;
    }
    .top-topics-head{
        margin-bottom: 40px;
    }
    #top-topics-standout-box .topics-thumbnail img{
        height: calc((100vw - 30px) / 1.618);
    }
    #top-topics-standout-box .topics-date{
        font-size: 13px;
    }
    #top-topics-standout-box .topics-category.category-box{
        margin-right: 0;
    }
    #top-topics-standout-box .category-name{
        font-size: 13px;
    }
    #top-topics-standout-box .category-decorate{
        width: 18px;
        height: 18px;
    }
    #top-topics-standout-box .category-decorate .category-decorate-color{
        width: 10px;
        height: 10px;
    }
    #top-topics-standout-box .topics-title {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.75;
        letter-spacing: 0.05em;
    }
    #top-topics-standout-box .topics-tags{
        margin-top: 12px;
    }
    #top-topics-standout-box .topics-tags .tag-item{
        font-size: 13px;
    }
    .standout-btn-decorate{
        width: 100%;
        height: 56px;
        font-size: 15px;
        margin-top: 24px;
    }

    #top-topics-standout{
        margin-bottom: 56px;
    }

}





/*------------------------------------------------------------
    fixedpage common Parts
------------------------------------------------------------*/

#fixedpage-content {
    background: rgb(242, 242, 242);
    background: linear-gradient(90deg, rgba(242, 242, 242, 1) 0%, rgba(230, 235, 238, 1) 100%);
    padding: 80px 0 80px;
}
#fixedpage-title{
    margin-bottom: 40px;
}
#fixedpage-title .title-en{
    color: #1840B9;
    line-height: 1;
    font-size: 64px;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
#fixedpage-title .title-jp{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 16px;
}
.fixedpage-copy {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
.fixedpage-description{
    font-weight: 500;
    margin-top: 24px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    #fixedpage-content{
        padding: 48px 0 72px;
    }

}






/*------------------------------------------------------------
    about page Parts
------------------------------------------------------------*/

#about-visual{
    display: flex;
    flex-wrap: wrap;
}
#about-visual-img{
    width: 700px;
    position: relative;
    right: -55px;
    border-radius: 32px;
}
#about-visual-img img{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 496px;
    border-radius: 32px;
}
#about-visual-text{
    width: calc(100% - 700px);
}
.about-logo {
    margin-top: 64px;
}
.about-logo img{
    display: block;
}


/* #about-point */
#about-point{
    background: #fff;
    border-radius: 32px;
    margin-top: 80px;
    padding: 64px 0;
    position: relative;
}
#about-point:before{
    content: "“";
    font-size: 80px;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    line-height: 1;
    color: rgba(24,64,185,0.40);
    position: absolute;
    top: 24px;
    left: 24px;
}
.about-point-item{
    font-size: 24px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #1840B9;
    margin-bottom: 32px;
}
.about-point-copy{
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    margin-bottom: 24px;
}
.about-point-text{
    font-weight: 500;
    line-height: 2;
}



/* article#about-article */
article#about-article{

}
article#about-article > section{
    background: #fff;
    padding-top: 120px;
}
article#about-article > section:last-of-type{
    padding-bottom: 120px;
}
.about-section-head{
    margin-bottom: 48px;
}
.about-section-title{
    color: #1840B9;
    line-height: 1;
    font-size: 48px;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
.about-section-description{
    margin-top: 24px;
}
.about-section-body{
    padding-left: 80px;
    position: relative;
}
.about-section-body:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #1840B9;
    position: absolute;
    top: 0;
    left: 0;
}


/* #works */
ul.works-list{

}
ul.works-list > li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.works-list > li:not(:first-of-type){
    margin-top: 48px;
}
.works-logo{
    width: 428px;
    text-align: center;
    border-radius: 16px;
}
.works-logo img{
    display: block;
    margin: auto;
}
.works-content{
    width: calc(100% - 428px);
    box-sizing: border-box;
    padding-left: 48px;
}
.works-name {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    margin-bottom: 16px;
}
.works-description{
    line-height: 2;
}
ul.works-list > li .main-btn{
    margin-top: 36px;
}

ul.works-list > li.playwith .works-logo{
    background: #FFFB01;
}
ul.works-list > li.callect .works-logo{
    background: #2890CC;
}
ul.works-list > li.radio .works-logo{
    background: #EF3E41;
}


/* #media-box */
#media-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.media-img{
    width: 428px;
    text-align: center;
    border-radius: 16px;
}
.media-img img{
    display: block;
    border-radius: 16px;
}
.media-content{
    width: calc(100% - 428px);
    box-sizing: border-box;
    padding-left: 48px;
}
.media-copy{
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    margin-bottom: 24px;
}
.media-description{
    line-height: 2;
}



@media only screen and (max-width:640px) and (max-device-width:1280px){

    article#about-article > section:last-of-type{
        padding-bottom: 72px;
    }
    #about-visual{
        display: block;
    }
    #about-visual-text{
        width: 100%;
    }
    #about-visual-img{
        width: 100%;
        right: 0;
        margin-top: 32px;
    }
    #about-visual-img img{
        height: auto;
    }

    #fixedpage-title .title-en{
        font-size: 40px;
    }
    #fixedpage-title .title-jp {
        font-size: 16px;
        margin-top: 10px;
    }
    #fixedpage-title{
        margin-bottom: 32px;
    }
    .about-logo {
        margin-top: 40px;
        width: 200px;
    }
    .fixedpage-copy {
        margin-top: 24px;
        font-size: 24px;
        line-height: 1.6;
        letter-spacing: 0.015em;
    }
    .fixedpage-description {
        font-weight: 500;
        margin-top: 16px;
    }

    #about-point {
        margin: 72px -15px 0;
        padding: 48px 0 40px;
    }
    .about-point-item {
        font-size: 20px;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        color: #1840B9;
        margin-bottom: 16px;
    }
    #about-point:before{
        font-size: 64px;
        top: 8px;
        left: 16px;
    }
    .about-point-copy {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 24px;
    }
    article#about-article > section{
        padding-top: 72px;
    }

    .about-section-head{
        margin-bottom: 40px;
    }
    .about-section-title{
        font-size: 36px;
    }
    .about-section-body{
        padding-left: 20px;
    }
    ul.works-list > li{
        display: block;
    }
    .works-logo{
        width: 100%;
    }
    .works-content{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .works-name{
        font-size: 22px;
        margin-bottom: 12px;
    }
    ul.works-list > li .main-btn{
        margin-top: 24px;
    }
    ul.works-list > li:not(:first-of-type){
        margin-top: 40px;
    }

    #media-box{
        display: block;
    }
    .media-img{
        width: 100%;
        margin-bottom: 16px;
    }
    .media-content{
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }
    .media-copy{
        font-size: 24px;
        margin-bottom: 20px;
    }

}





/* member */

/*----------------------------
    Organization
-----------------------------*/
body main section#organization p.orgP {
    margin-top: 32px;
    text-indent: 0;
    line-height: 1.875;
    font-size: max(1.063rem, min(1rem + 0.16vw, 1.125rem)); /* 17-18 */
    font-size: clamp(1.063rem, 1rem + 0.16vw, 1.125rem); /* 17-18 */
    font-weight: 500;
}

body main section#organization h4.orgH4 {
    margin-top: 32px;
    font-size: 1.25rem;
}

body main section#organization #sliderLR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body main section#organization #sliderLR .boxFlexOrganization {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

body main section#organization #sliderLR .boxFlexOrganization .slick-arrow {
    cursor: pointer;
    z-index: 100;
    max-width: 32px;
    width: 100%;
}

body main section#organization #sliderLR .boxFlexOrganization .slick-arrow img {
    object-fit: cover;
    width: 100%;
}

body main section#organization #sliderLR .boxFlexOrganization .mem_prev {
    margin-right: 36px;
}

body main section#organization #sliderLR .boxFlexOrganization .mem_next {
    margin-left: -4px;
}

body main section#organization #sliderLR .boxFlexOrganization .memList {
    margin-right: 40px;
}

body main section#organization #sliderLR .boxFlexOrganization .memList img {
    display: block;
    width: 100%;
}

body main section#organization #sliderLR .boxFlexOrganization .memList .memName {
    margin-top: 16px;
    font-weight: 700;
}

body main section#organization #sliderLR .boxFlexOrganization .memList p {
    margin-top: 16px;
    text-indent: 0;
    color: #101010;
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}

body main section#organization .boxFlexOrgEXL {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}

body main section#organization .boxFlexOrgEXL img {
    display: block;
    object-fit: cover;
    width: 100%;
}

body main section#organization .boxFlexOrgEXL button {
    margin-top: 32px;
    width: 220px;
}





@media only screen and (max-width:640px) and (max-device-width:1280px){

    

}




/*------------------------------------------------------------
    supporter page Parts
------------------------------------------------------------*/

#supporter-box{
    margin-top: 80px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 40px;
}
#supporter-box:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #1840B9;
    position: absolute;
    top: 0;
    left: 0;
}

ul.supporter-list{

}
ul.supporter-list > li{
    background: #fff;
    border-radius: 32px;
    padding: 40px 64px;
    display: flex;
    flex-wrap: wrap;
}
ul.supporter-list > li:not(:first-of-type){
    margin-top: 24px;
}
.supporter-photo{
    width: 240px;
}
.supporter-photo img{
    display: block;
}
.supporter-text{
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 64px;
    padding-top: 8px;
}
.supporter-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}
.supporter-name {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    margin-right: 40px;
}
ul.supporter-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.supporter-link > li{

}
ul.supporter-link > li:not(:last-of-type){
    margin-right: 8px;
}
ul.supporter-link > li a{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #999;
    color: #fff;
}
ul.supporter-link > li a:hover{
    opacity: 0.6;
}
.supporter-career {
    color: #666666;
    font-weight: 500;
    line-height: 1.6;
}
.supporter-profile{
    margin-top: 20px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #supporter-box{
        margin-top: 48px;
        padding-left: 0;
        margin-bottom: 0;
    }
    #supporter-box:before{
        content: none;
    }
    ul.supporter-list > li{
        display: block;
        padding: 32px 24px;
    }
    .supporter-photo{
        width: 160px;
        margin: auto;
    }
    .supporter-text{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .supporter-name{
        font-size: 22px;
        margin-right: 20px;
    }
    ul.supporter-link > li a{

    }
    .supporter-profile {
        margin-top: 16px;
    }

}





/*------------------------------------------------------------
    archive page Parts
------------------------------------------------------------*/

#archive-content{
    padding: 80px 0 80px;
    background: #fff;
}
#archive-box {
    margin-top: 80px;
}
.archive-back {
    color: #1A1A1A;
    line-height: 1;
    font-size: 20px;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    padding-left: 32px;
    position: relative;
    margin-bottom: 28px;
}
.archive-back:before{
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background: #1840B9;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.archive-back a{
    display: inline-block;
    line-height: 1;
}
.archive-back a:hover{
    text-decoration: underline;
    opacity: 0.6;
}

.archive-title{
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
#archive-info{
    position: relative;
    padding-left: 56px;
}
#archive-info .category-decorate{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#archive-info .category-decorate-color{
    width: 24px;
    height: 24px;
}
.archive-description {
    font-weight: 500;
    margin-top: 32px;
}
#archive-info .tag-decorate{
    color: #089FCE;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #archive-content{
        padding: 48px 0 72px;
    }
    .archive-back{
        font-size: 15px;
        margin-bottom: 24px;
    }
    .archive-back:before{
        width: 16px;
    }
    .archive-title{
        font-size: 24px;
    }
    #archive-info .category-decorate{
        width: 24px;
        height: 24px;
    }
    #archive-info .category-decorate-color{
        width: 16px;
        height: 16px;
    }
    #archive-info{
        padding-left: 32px;
    }
    #archive-info .tag-decorate{
        font-size: 32px;
    }
    #archive-box{
        margin-top: 48px;
    }

}







/*------------------------------------------------------------
    single page Parts
------------------------------------------------------------*/

#single-content{
    background: #fff;
    padding-top: 80px;
}


/* #single-head */
#single-head{

}
.single-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-date {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-top: 3px;
}
.single-category{
    margin-left: 24px;
}
.single-category .category-decorate{
    width: 24px;
    height: 24px;
}
.single-category .category-decorate-color{
    width: 16px;
    height: 16px;
}
.single-category .category-name {
    font-weight: 400;
    color: #1a1a1a;
}
.single-title{
    margin-top: 24px;
    font-size: 38px;
    line-height: 1.5;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}
.single-title-sub {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
}
.single-tags.topics-tags{
    margin-top: 24px;
}
.single-tags.topics-tags .tag-item{
    font-size: 16px;
}
figure.single-thumbnail{
    margin-top: 48px;
}
figure.single-thumbnail img{
    display: block;
    border-radius: 32px;
}
figcaption{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-top: 12px;
}
figcaption a{
    color: #1840B9;
    font-weight: 500;
    text-decoration: underline;
    margin: 0 2px;
}
figcaption a:hover{
    opacity: 0.6;
    text-decoration: none;
}


/* #single-body */
#single-body{
    margin-top: 80px;
}
#single-body p{
    line-height: 2;
    margin-top: 40px;
}
#single-body p .person-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
#single-body p.note{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
#single-body p a {
    color: #1840B9;
    font-weight: 500;
    text-decoration: underline;
    margin: 0 4px;
}
#single-body p a:hover{
    opacity: 0.6;
    text-decoration: none;
}
#single-body h2 {
    margin-top: 80px;
    line-height: 1.5;
    font-size: 30px;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    border-bottom: 1px solid #1840B9;
    padding-bottom: 20px;
    margin-bottom: 48px;
}
#single-body h3{
    color: #1840B9;
    line-height: 1.75;
    font-size: 21px;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 48px;
    padding-left: 32px;
    position: relative;
}
#single-body h3:before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background: #1840B9;
    position: absolute;
    left: 0;
    top: 18px;
}
#single-body figure{
    margin-top: 48px;
}
#single-body figure img{
    border-radius: 16px;
    display: block;
}
#single-body figure iframe{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

#single-body ul.disc-list{
    margin-top: 40px;
}
#single-body ul.disc-list > li{
    padding-left: 24px;
    position: relative;
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
}
#single-body ul.disc-list > li:before{
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#single-body ul.number-list{
    margin-top: 40px;
}
#single-body ul.number-list > li {
    padding-left: 24px;
    position: relative;
    line-height: 2;
    margin-top: 4px;
    font-weight: 500;
    font-size: 18px;
}
.list-sm-text {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 32px;
    margin-top: 4px;
}
#single-body ul.number-list > li:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#single-body ul.number-list > li:nth-of-type(1):before{
    content: "1.";
}
#single-body ul.number-list > li:nth-of-type(2):before{
    content: "2.";
}
#single-body ul.number-list > li:nth-of-type(3):before{
    content: "3.";
}
#single-body ul.number-list > li:nth-of-type(4):before{
    content: "4.";
}
#single-body ul.number-list > li:nth-of-type(5):before{
    content: "5.";
}

#single-body ul.q-list{
    margin-top: 40px;
}
#single-body ul.q-list > li{
    padding-left: 32px;
    position: relative;
    line-height: 2;
}
#single-body ul.q-list > li:not(:first-of-type){
    margin-top: 8px;
}
#single-body ul.q-list > li:before{
    content: "Q：";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

ul.two-photo{
    display: flex;
    flex-wrap: wrap;
    margin: 48px -20px 0;
}
ul.two-photo > li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
#single-body ul.two-photo > li figure{
    margin-top: 0;
}

.side-photo{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.side-photo-text{
    width: calc(100% - 224px);
    box-sizing: border-box;
    padding-right: 48px;
}
#single-body .side-photo-text p:first-of-type{
    margin-top: 0;
}
#single-body .side-photo figure.side-photo-figure{
    margin-top: 0;
    width: 224px;
}

.person-parts{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.person-parts-text{
    width: calc(100% - 224px);
    box-sizing: border-box;
    padding-left: 48px;
}
.person-parts-name {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 21px;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #1840B9;
    margin-bottom: 24px;
    position: relative;
}
#single-body .person-parts-text p{
    margin-top: 0;
}
#single-body .person-parts figure.person-parts-figure{
    margin-top: 0;
    width: 224px;
}

/*画像の加工*/
#single-body figure.no-radius{
    border-radius: 0;
}
#single-body figure.no-radius img {
    border-radius: 0;
}



/* 取材後記 */
.postscript-box {
    margin-top: 80px;
    background: #F5F5F5;
    border-radius: 32px;
    padding: 40px 48px;
}
.postscript-caption {
    line-height: 1.5;
    font-size: 21px;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    border-bottom: 1px solid #1840B9;
    padding-bottom: 20px;
}
#single-body .postscript-box p{
    margin-top: 24px;
}

/* 公開時の情報了承文章 */
#topics-understand{
    margin-top: 80px;
}
#topics-understand-box {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.topics-understand-text{
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 20px;
}
.topics-understand-text:before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

/* 動画埋め込み用 */
#movie-iframe {
    margin-top: 80px;
}
#movie-iframe-box{
    border-radius: 32px;
}
#movie-iframe-box iframe{
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 32px;
    height: 628px;
    display: block;
}


/* #single-foot */
#single-foot{
    margin-top: 80px;
}
#single-foot-box{
    background: #F5F5F5;
    border-radius: 32px;
    padding: 56px 0;
}
#single-foot-flex{
    display: flex;
    flex-wrap: wrap;
}
#comment-area{
    width: 50%;
}
#share-area{
    width: 50%;
    box-sizing: border-box;
    padding-left: 56px;
}
.single-foot-head{
    margin-bottom: 32px;
}
.single-foot-title{
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    line-height: 1.6;
    font-size: 24px;
    margin-bottom: 12px;
}
.single-foot-description{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

/* コメント */
ul.comment-list{
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(9, 35, 64, 0.1) 4px 6px 16px;
    padding: 0 20px;
}
ul.comment-list > li{
    padding: 24px 0;
}
ul.comment-list > li:not(:first-of-type){
    border-top: 1px solid #dddddd;
}
.no-commment {
    font-size: 15px;
    font-weight: 500;
}
.comment-person{
    display: flex;
    flex-wrap: wrap;
}
.comment-person-img{
    width: 48px;
}
.comment-person-img img{
    display: block;
    border-radius: 50%;
}
.comment-person-info{
    width: calc(100% - 48px);
    box-sizing: border-box;
    padding-left: 16px;
}
.comment-person-name{
    font-size: 17px;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
    line-height: 1.2;
}
.comment-person-career{
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: 500;
    margin-top: 6px;
}
.comment-content{
    padding-left: calc(48px + 16px);
    margin-top: 12px;
}
.comment-text{
    font-size: 14px;
    line-height: 1.89;
}


/* おすすめ */
#recommend{
    margin-bottom: 56px;
    display: none;
}
button#recommend-btn{
    -webkit-appearance: none;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s;
    height: 48px;
    box-shadow: rgba(9, 35, 64, 0.1) 4px 6px 16px;
    border-radius: 48px;
}
button#recommend-btn:hover{
    box-shadow: none;
    opacity: 0.6;
}
.recommend-count{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #FF0080;
}
.recommend-count .number {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-left: 4px;
}
.recommend-text{
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    font-size: 17px;
    padding-bottom: 2px;
}


/* share */
.share-caption {
    color: #666666;
    line-height: 1.5;
    font-size: 20px;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 32px;
    position: relative;
}
.share-caption:before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.share-list {
    list-style: none;
    display: flex;
    gap: 16px;
}
.share-list li {
    display: inline-block;
}
.share-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: rgba(9, 35, 64, 0.1) 4px 6px 16px;
}
.x a { background: #000; }
.linkedin a { background: #0077b5; }
.fb a { background: #1877f2; }
.line a { background: #06c755; }
.share-list a:hover{
    opacity: 0.6;
    box-shadow: none;
}


/* aside#latest-topics */
aside#latest-topics{
    background: #fff;
    padding: 120px 0;
}
.latest-topics-head{
    margin-bottom: 48px;
}
.latest-topics-title {
    font-size: 40px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #single-content{
        padding-top: 48px;
    }
    .single-date{
        font-size: 14px;
    }
    .single-category{
        margin-left: 20px;
    }
    .single-category .category-decorate{
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .single-category .category-decorate-color{
        width: 12px;
        height: 12px;
    }
    .single-title {
        margin-top: 20px;
        font-size: 26px;
    }
    .single-title-sub {
        font-size: 16px;
        margin-top: 12px;
        line-height: 1.6;
    }
    .single-tags.topics-tags {
        margin-top: 16px;
    }
    .single-tags.topics-tags .tag-item {
        font-size: 14px;
    }
    figure.single-thumbnail {
        margin-top: 32px;
        margin: 32px -15px 0;
    }
    figure.single-thumbnail img{
        border-radius: 0;
    }

    #single-body{
        margin-top: 32px;
    }
    .side-photo{
        margin-top: 32px;
        display: block;
    }
    .side-photo-text{
        width: 100%;
        padding-right: 0;
    }
    #single-body .side-photo figure.side-photo-figure{
        width: auto;
        margin-top: 32px;
    }
    #single-body .side-photo figure.side-photo-figure{
        font-size: 13px;
    }
    #single-body h2{
        font-size: 22px;
        margin-top: 64px;
        margin-bottom: 32px;
    }
    #single-body h3 {
        font-size: 18px;
        margin-bottom: 24px;
        margin-top: 32px;
        padding-left: 24px;
        position: relative;
    }
    #single-body h3:before {
        width: 12px;
        left: 0;
        top: 16px;
    }
    #single-body p{
        margin-top: 24px;
        font-size: 15px;
    }
    #single-body p .person-name{
        font-size: 16px;
    }
    #single-body figure {
        margin-top: 24px;
    }
    #single-body ul.disc-list > li{
        font-size: 16px;
    }
    #single-body ul.number-list > li{
        font-size: 16px;
    }
    .list-sm-text {
        font-size: 15px;
        margin-bottom: 24px;
        margin-top: 8px;
    }
    #topics-understand {
        margin-top: 48px;
    }
    #topics-understand-box{
        padding: 24px 0;
    }
    #single-foot{
        margin-top: 72px;
    }
    #single-foot .unicom-container-lg{
        padding: 0;
    }
    #single-foot-box{
        padding: 40px 0 48px;
    }
    #single-foot-flex{
        display: block;
    }
    #comment-area{
        width: 100%;
    }
    #share-area{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .single-foot-title {
        line-height: 1.6;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .single-foot-head{
        margin-bottom: 24px;
    }
    ul.comment-list{
        padding: 0 15px;
    }
    .comment-person-img{
        width: 40px;
    }
    .comment-person-info{
        width: calc(100% - 40px);
    }
    .comment-person-career{
        font-size: 13px;
        margin-top: 8px;
    }
    .comment-content {
        padding-left: 0;
        margin-top: 12px;
    }
    #recommend{
        margin-bottom: 40px;
    }
    .recommend-count .material-symbols-outlined{
        font-size: 20px;
    }
    .recommend-count .number{
        font-size: 16px;
    }
    .recommend-text{
        font-size: 16px;
    }
    .share-caption{
        margin-bottom: 16px;
        padding-left: 24px;
    }
    .share-caption:before{
        width: 16px;
    }
    aside#latest-topics{
        padding: 64px 0;
    }
    .latest-topics-head{
        margin-bottom: -8px;
    }
    .latest-topics-title{
        font-size: 28px;
    }
    figcaption{
        font-size: 13px;
    }
    figure.single-thumbnail figcaption{
        padding: 0 15px;
    }
    .postscript-box {
        margin-top: 40px;
        padding: 32px 24px;
    }
    .postscript-caption{
        font-size: 18px;
    }

    .person-parts{
        margin-top: 40px;
        display: block;
    }
    #single-body .person-parts figure.person-parts-figure{
        width: 200px;
        margin: 0 auto 20px;
    }
    .person-parts-text{
        width: 100%;
        padding-left: 0;
    }
    .person-parts-name {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        position: relative;
        text-align: center;
    }
    .no-commment{
        font-size: 14px;
    }

    ul.two-photo{
        display: block;
        margin: 32px 0 0;
    }
    ul.two-photo > li{
        width: 100%;
        padding: 0;
    }
    ul.two-photo > li:not(:first-of-type){
        margin-top: 16px;
    }
    #movie-iframe{
        margin-top: 40px;
    }
    #movie-iframe-box{

    }
    #movie-iframe-box iframe{
        height: calc((100vw - 30px)* 9 / 16);
        border-radius: 16px;
    }

}




/*------------------------------------------------------------
    注釈 Parts（2025.11.21追記）
------------------------------------------------------------*/

#topics-understand-note{
    margin-top: 40px;
}
#topics-understand-note dl{
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
#topics-understand-note dl dt{
    font-weight: 500;
    margin-top: 20px;
}
#topics-understand-note dl dd{
    margin-top: 4px;
}
#topics-understand-note dl dd a{
    color: #666;
    text-decoration: underline;
}
#topics-understand-note dl dd a:hover{
    opacity: 0.6;
    text-decoration: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #topics-understand-note dl{
        font-size: 13px;
    }
    #topics-understand-note dl dt{
        margin-top: 24px;
    }


}



