@charset "utf-8";

/* ==================== INDEX ====================

	0.root settings	

	A.desktop (min-width: 600px)
	• desktop 

	B.mobile (max-width: 599px)
	• mobile 


/*==================== 0.root settigs ====================*/

/* jq_actions の superScroll に切り替え
html {
    scroll-behavior: smooth;
}

section,h1,h2,h3,h4,h5,h6[id] {
	scroll-margin-top: 20vh;
}
*/


/*-------------------- 変数 --------------------*/
:root {
    --color-white: #fff;
    --color-ink: #2b2b2b;
    --bg-color-main: #fffaed;
    --color-main: #310000;
    --color-bg-cover: #331614;
    --color-accent-orange: #df6a07;
    --color-accent-orange-hov: #f58f3b;
    --color-gray-baige: #ebe4e0;
    --link-sub: #0066c9;
    --link-sub-hov: #419af3;
    --link-footer-hov: #763d3d;
}

/*-------------------- WordPress --------------------*/
.wp-block-image.border_solid_1px img {
    border: 1px solid var(--color-gray-baige);
}

hr.wp-block-separator {
    border: 1px solid var(--color-gray-baige);
}

*:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'Noto Sans JP', YuGochic, YuGochicM, sans-serif;
    font-feature-settings: "pkna";
    /* letter-spacing: 0.025rem; */
	font-size: 1.6rem;
	/* for Chrome browser */ -webkit-text-size-adjust: none;
	font-weight: normal;
    background: var(--bg-color-main);
    color: var(--color-main);
}

.wp-block-table table,
.wp-block-table tr,
.wp-block-table th,
.wp-block-table td {
    border-color: var(--color-gray-baige) !important;
}

.screen_footer .social-icons * {
    font-size: 2.4rem;
}

a {
    text-decoration: none;
}

a:link {
    color: var( --color-main );
}
a:active,
a:visited {
    color: var( --color-main );
}
a:focus,
a:hover,
a.button:focus,
a.button:hover {
    color: var(--color-accent-orange-hov);
}

.nav_back a {
    display: inline-block;
    line-height: 1.25;
    font-size: 1.3rem;
    border: 1px solid var(--color-gray-baige);
    border-radius: 1.5rem;
    padding: .25rem .5rem .5rem .5rem;
}

.nav_back a::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    height: 1.3rem;
    width: 1.3rem;
    margin-right: 0.5em;
    background: url(./images/arl.png) center center / 1.3em 1.3em no-repeat;
}

.new_win::after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-top: .2em;
    margin-left: 0.5em;
    background: url(./images/ico_newwin.svg) center center / 1em 1em no-repeat;
}

div.screen_header a.join {
    background: var(--color-main);
    color: var(--bg-color-main);
}

div.screen_header a.join:focus,
div.screen_header a.join:hover {
    border-color: var(--color-accent-orange);
    background: var(--color-accent-orange-hov);
}

#AboutHonNoGakko .join a.button {
    transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
    background: var(--color-accent-orange);
    color: var(--color-white);
}

#AboutHonNoGakko .join a.button:focus,
#AboutHonNoGakko .join a.button:hover {
    transform: scale(1.1);
    background: var(--color-accent-orange-hov);
}

#Usage a:link { color: var(--color-accent-orange); }
#Usage a:active,
#Usage a:visited { color: var(--color-accent-orange); }
#Usage a:focus,
#Usage a:hover { color: var(--color-accent-orange-hov); }

ul._gallery > li .admin_only {
    position: absolute;
    display: block;
    z-index: 2;
    left: 0;
    top: -4px;
    border: solid 1px white;
    background: crimson;
    color: white;
    padding: .25rem .5rem;
}

#Cover .feature h3 .admin_only {
    position: absolute;
    display: block;
    z-index: 2;
    left: 30px;
    top: 0px;
    border: solid 1px white;
    background: crimson;
    color: white;
    padding: .25rem .5rem;
    font-size: 1.6rem;
}

/*
#screenFooter a:link { color: var( --link-sub ); }
#screenFooter a:active,
#screenFooter a:visited { color: var( --link-sub ); }
#screenFooter a:focus,
#screenFooter a:hover { color: var( --link-sub-hov ); }
*/



/*==================== A.desktop ==================== */

@media all and (min-width: 600px) {

	/*-------------------- desktop 文字サイズ& --------------------*/
  
	html {
	font-size: 62.5%; /* 10px */
	}

	body {
        margin: 0;
        padding: 0;
	}
  
  
	/*-------------------- desktop スクリーンの基礎構造 --------------------*/
  
	div.full_screen {
	}
  
	div.screen_header {
        height: 103px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 1050px;
        max-width: 1080px;
        margin: 0px auto;
        padding: 0 15px;
	}

    div.screen_header h1,
    div.screen_header ul,
    div.screen_header li,
    div.screen_header p {
        margin: 0;
        line-height: 1.25;
    }

    div.screen_header > .col {
        flex: 1 0 50%;
    }

    div.screen_header > .col:first-child {
        display: flex;
        align-items: center;
        column-gap: 27px;
    }

    div.screen_header > .col:last-child {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }

    div.screen_header ul.buttons {
        display: flex;
        column-gap: 27px;
        list-style: none;
        padding: 0;
        font-size: 1.5rem;
    }

    div.screen_header ul.buttons li {
        position: relative;
    }

    div.screen_header ul.buttons small {
        display: block;
        white-space: nowrap;
        margin-left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 2;
        top: -2rem;
    }

    div.screen_header a.button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0.2rem;
        box-sizing: border-box;
        width: 180px;
        height: 40px;
        border: 1px solid var(--color-main);
        border-radius: .8rem;
        text-align: center;
    }
    
    div.screen_header a.button:focus,
    div.screen_header a.button:hover,
    div.screen_header a.button:active {
        border-color: var(--color-accent-orange-hov);
    }
  
	#screenHeader .site_name {
	}
  
	#screenHeader .site_name img {
	  width: 180px;
	  height: auto;
	  vertical-align: bottom;
	}

    #screenHeader .tagline a {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        column-gap: 0.5rem;
    }

    #screenHeader .tagline {
        white-space: nowrap;
        font-size: 1.5rem;
    }

    #screenHeader .tagline a::after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(./images/ico_more.svg) 0px 0px / 50px 20px no-repeat;
    }

    #screenHeader .tagline a:focus::after,
    #screenHeader .tagline a:hover::after,
    #screenHeader .tagline a:active::after {
        background: url(./images/ico_more.svg) -30px 0px / 50px 20px no-repeat;
    }
  
	.main_container {
        min-width: 1080px;
	}

    .main_container .text_box h1 {
        padding-bottom: 0.25em;
        border-bottom: 1px solid var(--color-main);
        font-size: 2.8rem;
        font-weight: normal;
        color: var(--color-main);
    }

    .main_container .text_box h2 {
        margin: 2.6em 0 1em 0;
        padding: .5rem 1rem;
        border-radius: .4rem;
        background: var(--color-gray-baige);
        color: var(--color-main);
        font-size: 2.15rem;
        font-weight: normal;
    }

    .main_container .wide_box h2 {
        font-size: 2.5rem;
        margin: 1.75em 0 1em 0;
    }

    .main_container h2 small {
        font-size: 1.6rem;
    }

    .main_container h2 small::before {
        content: "";
        display: inline-block;
        width: 1em;
    }
  
	.screen_footer {
	  position: relative;
	  padding: 5rem 0 2rem 0;
	  text-align: center;
	}
  
	.screen_footer * {
	}
  
	.screen_footer > *:first-child {
	  margin-top: 0;
	}

    #screenFooter ul.site_tool {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 2em;
    }

    #screenFooter ul.site_tool li {
        margin: 0;
    }

    #screenFooter .notation {
        min-width: 1050px;
        max-width: 1080px;
        margin: 0 auto;
        padding: 4rem 15px;
        text-align-last: left;
        font-size: 1.05rem;
    }

    #screenFooter .copyright {
        font-size: 1.2rem;
    }
  
  
	/*==================== desktop セクションの基礎構造 ====================*/
  
	section.primary {
	}


    section.primary.page,
    section.primary.lecture_page {
        color: var(--color-ink);
    }
  
	section.primary > div.base_frame {
	}
  
	.text_box {
        min-width: 600px;
        max-width: 800px;
        margin: 0 auto;
        padding: 5em 0 0 0;
        text-align: justify;
        text-justify: inter-ideograph;
	}

    .text_box.separate_after::after {
        content: "";
        display: block;
        margin-top: 7em;
        border-bottom: 1px solid var(--color-gray-baige);
    }
  
	.wide_box {
        min-width: 1050px;
        max-width: 1080px;
	    margin: 0 auto;
        padding: 0 15px;
	}

    .wide_box.separate_after::after {
        content: "";
        display: block;
        margin-top: 3em;
        border-bottom: 1px solid var(--color-gray-baige);
    }

	/*-------------------- lecture_archive --------------------*/

    .lecture_archive h1 {
        font-size: 2.5rem;
        letter-spacing: 0.05em;
        margin: 1.75em 0;
    }

    .lecture_archive .series_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 7rem;
        row-gap: 3.5rem;
        background: #fff;
        border: solid 1px #ebebeb;
        border-radius: 4rem;
        margin-bottom: 4rem;
        padding: 4rem;
    }

    .lecture_archive .series_title {
        margin: 2rem 0;
        padding: 0 0 .15em .75em;
        font-size: 3rem;
        letter-spacing: .1em;
        font-weight: normal;
        border-left: 5px solid var(--color-accent-orange-hov);
    }

    .lecture_archive .series_grid .grid_item_a {
        grid-column: 1 / 5;
        grid-row: 1 / 2;
    }
    .lecture_archive .series_grid .grid_item_b {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
    .lecture_archive .series_grid .grid_item_c {
        grid-column: 3 / 5;
        grid-row: 2 / 3;
        text-align: justify;
        text-justify: inter-ideograph;
        word-break: break-all;
        color: var(--color-ink);
    }
    .lecture_archive .tags {
        display: flex;
        align-items: center;
        list-style: none;
        margin-top: 0;
        padding: 0;
        font-size: 1.4rem;
    }
    .lecture_archive .tags > dt {
        margin: 0;
    }
    .lecture_archive .tags > dd {
        margin: 0 0 0 1rem;
    }
    .lecture_archive .tags .tag {
        padding: .5rem 2rem;
        border-radius: 3rem;
        background: var(--color-gray-baige);
        color: var(--color-main);
    }
    .lecture_archive .series_grid ul.items {
        margin-top: 0;
        padding: 0;
        font-size: 1.6rem;
    }
    .lecture_archive .series_grid ul.items > li {
        display: flex;
        column-gap: .5em;
        margin: 0;
        padding: 2rem 0;
        border-top: solid 1px #d2d2d2;
    }
    .lecture_archive .series_grid ul.items > li::before {
        flex-basis: 2rem;
        min-width: 2rem;
        margin-top: .3rem;
        content: "";
        width: 2rem;
        height: 2rem;
        background: url(./images/ico_more.svg) 100% 0px / auto 2rem no-repeat;
    }

    .lecture_archive .lecturers_container {
        border-style: solid;
        border-width: 1px 0;
        border-color: #d2d2d2;
        padding: 0;
    }
    .lecture_archive .lecturers_container h4 {
        margin: 0 0 1rem 0;
    }
    .lecture_archive .lecturer {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        column-gap: 2rem;
    }
    .lecture_archive .lecturer p {
        margin-top: 0;
    }
    .lecture_archive .lecturer .thumb {
        grid-column: 1 / 4;
        grid-row: 1 / 2;
    }
    .lecture_archive .lecturer .thumb p {
        width: 160px;
        height: 160px;
        overflow: hidden;
        border-radius: 50%;
    }
    .lecture_archive .lecturer .thumb img {
        vertical-align: bottom;
    }
    .lecture_archive .lecturer .profile {
        grid-column: 4 / 9;
        grid-row: 1 / 2;
    }
    .lecture_archive .profile .name {
        margin: 0;
    }
    .lecture_archive .profile p {
        font-size: 1.3rem;
    }

	/*-------------------- lecture_page --------------------*/

    .lecture_page .lecture_title {
        margin: 4rem 0 2.5rem 0;
        padding: 0 0 2rem 0;
        border-bottom: 1px solid var(--color-gray-baige);
    }

    .lecture_page .lecture_title .course_name {
        margin-bottom: 0;
        font-size: 1.6rem;
        font-weight: bold;
        color: var(--color-main);
    }

    .lecture_page .lecture_title .course_name + h1 {
        font-weight: normal;
        font-size: 3.2rem;
        margin: 0;
        color: var(--color-main);
    }
    
    .main_container .lecture_page .wide_box .main h2 {
        margin-top: 7rem;
        padding: 1.5rem 0;
        border-style: solid;
        border-width: 1px 0;
        border-color: var(--color-gray-baige);
        color: var(--color-main);
    }
    
    .main_container .lecture_page .wide_box .main h3 {
        margin: 2.6em 0 1em 0;
        padding: .5rem 1rem;
        border-radius: .4rem;
        background: var(--color-gray-baige);
        color: var(--color-main);
        font-size: 2rem;
        font-weight: normal;
    }

    .lecture_page .wp-block-embed.is-provider-youtube iframe {
        width: 760px;
        height: 428px;
    }

    .lecture_page .with_sidebar {
        display: flex;
        column-gap: 60px;
    }

    .lecture_page .with_sidebar > .col:first-child {
        flex-basis: 760px;
        max-width: 760px;
    }

    .lecture_page .with_sidebar > .col:last-child {
        flex-basis: 260px;
        max-width: 260px;
    }

    .lecture_page .sidebar .lecturers_prof h2 {
        margin-top: 0;
        padding: .25em .25em .4em .25em;
        border-radius: .4rem;
        text-align: center;
        line-height: 1.25;
        font-size: 2rem;
        font-weight: normal;
        background: var(--color-gray-baige);
        color: var(--color-main);
    }

    .lecture_page .sidebar .lecturers_prof h3 {
        text-align: center;;
        margin-bottom: 1.5rem;
        color: var(--color-main);
    }
    
    .lecture_page .sidebar .lecture {
        margin-bottom: 40px;
        border-bottom: 1px solid var(--color-gray-baige);
    }

    .lecture_page .sidebar .lecture .thumb {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
    }

    .lecture_page .sidebar .lecture img {
        width: 100%;
        height: auto;
    }

    .lecture_page .sidebar .lecture h4,
    .lecture_page .sidebar .lecture p,
    .lecture_page .sidebar .lecture ol,
    .lecture_page .sidebar .lecture ul {
        font-size: 1.4rem;
    }


	/*-------------------- home --------------------*/

    #Cover .base_frame {
        padding: 20px 0;
        background: var(--color-bg-cover);
        color: var(--color-white);
    }

    #Cover .feature .col:first-child .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 1.6rem;
    }

    #Cover .feature ul.prop {
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        align-items: flex-start;
        column-gap: 1rem;
        padding: 0;
        font-size: 1.3rem;
        line-height: 1.25;
    }

    #Cover .feature ul.prop li {
        margin: 0;
        white-space: nowrap;
        margin: 0 .4rem .4rem 0;
    }

    #Cover .feature ul.prop li.tags {
        white-space: wrap;
    }

    #Cover .feature ul.prop .tags span {
        display: inline-block;
        white-space: nowrap;
        margin: 0 .2rem .4rem 0;
        padding: .25rem 1rem .35rem 1rem;
        border-radius: 3rem;
        color: var(--color-accent-orange);
        border: 1px solid var(--color-accent-orange);
        line-height: 1;
        font-size: 1.2rem;
    }

    #Cover .feature h3 {
        margin: 0;
    }

    #Cover .feature h4 {
        margin: 0;
        line-height: 1.6;
    }

    #Cover .feature p {
        font-size: 1.3rem;
        margin: 0;
    }

    #NewsHeadline {
        padding: 0;
    }

    .home #NewsHeadline {
        padding: 0 0 20px 0;
    }

    #NewsHeadline a h2 {
        margin: 0;
        color: var(--color-accent-orange);
        font-size: 1.3rem;
    }

    #NewsHeadline a p {
        margin: 0;
        font-size: 1.3rem;
        color: var(--color-white);
    }

    ul#Linup {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(8, 112px);
        justify-content: space-between;
        align-items: center;
        justify-items: center;
    }

    ul#Linup > li {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    ul#Linup a {
        width: 100%;
        height: 100%;
        padding: 1em 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--color-white);
        border: solid 1px var(--color-gray-baige);
        border-radius: .8rem;
        text-align: center;
    }

    ul#Linup span.num {
        transform-origin: 10px 20px;
        transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
        position: absolute;
        z-index: 2;
        right: .5rem;
        top: -1.1rem;
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--color-accent-orange);
        color: var(--color-white);
        border-radius: 50%;
        font-weight: bold;
    }

    ul#Linup .all span.num {
        background: var(--color-bg-cover);
    }

    ul#Linup a:hover .num,
    ul#Linup a:focus .num,
    ul#Linup a:active .num {
        transform: scale(1.5) rotate(15deg);
        background: var(--color-accent-orange-hov);
    }

    #Preview {
        margin: 0 0 30px 0;
    }

    ul._gallery {
        margin: 0;
        padding: 2rem 0 0 0;
        list-style: none;
        display: flex;
        column-gap: 22px;
        row-gap: 15px;
        flex-wrap: wrap;
    }

    ul._gallery > li {
        flex: 0 0 246px;
        position: relative;
    }

    ul._gallery .platform {
        position: absolute;
        right: 0;
        top: -2rem;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.25;
        text-align: right;
        background: transparent;
    }

    ul._gallery .platform.youtube::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 15px;
        margin-right: .5rem;
        background: url(./images/ico_youtube.png) center center / 20px auto no-repeat;
        vertical-align: bottom;
    }

    ul._gallery .genre {
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        letter-spacing: .05em;
        width: 4.5em;
        height: 4.5em;
        padding: 1rem;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        color: var(--color-main) !important;
        right: 1rem;
        top: 4rem;
        line-height: 1.25;
        text-align: right;
    }

    ul._gallery .tn {
        display: flex;
        align-items: center;
        width: 246px;
        height: 138px;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    ul._gallery .tn img {
        transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1); /*cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    ul._gallery a:focus .tn img,
    ul._gallery a:hover .tn img {
        transform: scale(1.3);
    }

    ul._gallery h3,
    ul._gallery p {
        margin: 0;
        line-height: 1.75;
        font-size: 1.3rem;
    }

    #AboutHonNoGakko {
        background: var(--color-bg-cover) url(./images/bg_sec_about.jpg) center center / cover no-repeat;
        color: var(--color-white);
    }

    #AboutHonNoGakko .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        padding: 70px 0;
    }

    #AboutHonNoGakko .grid .grid_item_a {
        grid-column: 1 / 9;
        grid-row: 1 / 2;
        justify-self: center;
        text-align: center;
    }

    #AboutHonNoGakko .grid .grid_item_b {
        grid-column: 9 / 13;
        grid-row: 1 / 3;
    }

    #AboutHonNoGakko .grid .grid_item_c {
        grid-column: 1 / 9;
        grid-row: 2 / 3;
        justify-self: center;
        text-align: center;
    }

    #AboutHonNoGakko .grid .grid_item_a h2 {
        margin-top: 0;
        margin-bottom: 50px;
    }
    
    #AboutHonNoGakko .grid .grid_item_a h2 img {
        width: 228px;
        height: auto;
        vertical-align: bottom;
    }

    #AboutHonNoGakko .panel {
        background: var(--color-white);
        color: var(--color-main);
        padding: 30px;
    }

    #AboutHonNoGakko .join {
        font-size: 2rem;
        font-weight: bold;
    }

    #AboutHonNoGakko .join .button {
        display: block;
        text-align: center;
        padding: .5em;
        border-radius: 8px;
    }

    #AboutHonNoGakko .join .button small {
        display: block;
    }

    #AboutHonNoGakko .grid .grid_item_b .panel > *:first-child {
        margin-top: 0;
        font-feature-settings: "palt";
    }

    #AboutHonNoGakko .grid .grid_item_b .panel > *:last-child {
        margin-bottom: 0;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        font-size: 1.8rem;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons li {
        margin: 0;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons li:last-child {
        margin-left: 2em;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a.button {
        display: flex;
        background: var(--color-white);
        width: 270px;
        height: 70px;
        align-items: center;
        justify-content: center;
        padding-bottom: 0.2rem;
        column-gap: 2rem;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a::after {
        transform-origin: 10px 20px;
        transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a:hover::after {
        transform: scale(1.3) rotate(15deg);
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a.question::after {
        display: block;
        content: '';
        height: 3rem;
        width: 3rem;
        background: url(./images/ico_question.svg) center center / contain no-repeat;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a.pencil::after {
        display: block;
        content: '';
        height: 3rem;
        width: 3rem;
        background: url(./images/ico_pencil.svg) center center / contain no-repeat;
    }

    #NewArrivals h2 {
        margin-bottom: 1rem;
    }

    #Usage ol.flow {
        list-style: none;
        padding: 0;
        display: flex;
        column-gap: 2em;
    }

    #Usage ol.flow > li {
        position: relative;
        flex: 0 1 25%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding: 1rem 2rem;
        background: var(--color-gray-baige);
    }

    #Usage ol.flow > li::before {
        left: -1.2em;
        top: -1.2em;
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        width: 2.4em;
        height: 2.4em;
        line-height: 1;
        border-radius: 50%;
        background: var(--color-white);
        font-weight: bold;
    }

    #Usage ol.flow > li:nth-child(1)::before {
        content: "1";
    }

    #Usage ol.flow > li:nth-child(2)::before {
        content: "2";
    }

    #Usage ol.flow > li:nth-child(3)::before {
        content: "3";
    }

    #Usage ol.flow > li:nth-child(4)::before {
        content: "4";
    }

    #Usage ol.flow > li::after {
        right: -2.8em;
        top: 40%;
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        width: 3.6em;
        height: 3.6em;
        line-height: 1;
        background: url(./images/ico_delta_r.svg) center center / auto 3.6rem no-repeat;
        font-weight: bold;
    }

    #Usage ol.flow > li:last-child:after {
        display: none;
    }
    
    #Usage ol.flow h3 {
        /* flex: 0 0 25%; */
        min-height: 5em;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: center;
        text-align: center;
    }
    
    #Usage ol.flow p {
        flex: 0 0 75%;
        margin-top: 0;
        padding: 1rem 0 0 0;
        font-size: 1.25rem;
    }

    #Usage ol.flow ul {
        list-style: disc;
        padding-left: 1.5em;
        font-size: 1.25rem;
    }

    #Usage ol.flow ul > li {
        margin-bottom: 0.875em;
    }

    #ForInquiries h2 {
        margin-top: 5rem;
        text-align: center;
        font-weight: normal;
        font-size: 1.6rem;
    }

    #ForInquiries ul.buttons {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 3rem;
    }

    #ForInquiries ul.buttons li {
        margin: 0;
        line-height: 1.25;
    }

    #ForInquiries a.button {
        display: block;
        min-width: 15rem;
        padding: 1em 2em 1.2em 2em;
        background: var(--color-white);
        border: 1px solid var(--color-gray-baige);
        border-radius: 8px;
        text-align: center;
        font-size: 1.8rem;
    }

    #RelatedLink ul.bunners {
        list-style: none;
        padding: 0;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 340px);
        justify-content: space-around;
        row-gap: 2rem;
    }

    #RelatedLink ul.bunners li {
        margin: 0;
    }

    #RelatedLink a.bunner {
        display: block;
    }

    #RelatedLink a.bunner img {
        width: 340px;
        border: 1px solid var(--color-gray-baige);
        height: auto;
        vertical-align: bottom;
    }

}


/*==================== B.mobile ==================== */
  
  
@media all and (max-width: 599px) {
  
  
	/*-------------------- mobile 文字サイズ& --------------------*/
  
	html {
	  width: 100%;
	  height: 100%;
	  font-size: 2.2vw; /* 10px */
	}
  
	body {
	  margin: 0;
	}
  
  
	/*-------------------- mobile スクリーンの基礎構造 --------------------*/
  
	div.full_screen {
	}
  
	div.screen_header {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 5vw;
	}

    div.screen_header h1,
    div.screen_header ul,
    div.screen_header li,
    div.screen_header p {
        margin: 0;
        line-height: 1.25;
    }

    div.screen_header > .col {
        width: calc(100% - 10vw);
    }

    div.screen_header > .col:first-child {
        margin: 3.5rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 3rem;
    }

    div.screen_header ul.buttons {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0;
    }

    div.screen_header ul.buttons li {
        position: relative;
    }

    div.screen_header ul.buttons small {
        display: none;
    }

    div.screen_header a.button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0.2rem;
        box-sizing: border-box;
        width: 42vw;
        height: 4.5rem;
        border: 1px solid var(--color-main);
        border-radius: .8rem;
        text-align: center;
    }
    
    div.screen_header a.button:active {
        border-color: var(--color-accent-orange-hov);
    }
  
	.site_name {
	}
  
	.site_name img {
	  width: 190px;
	  height: auto;
	  vertical-align: bottom;
	}

    #screenHeader .tagline a {
        display: flex;
        align-items: flex-end;
        flex-wrap: nowrap;
        column-gap: 0.5rem;
    }

    #screenHeader .tagline {
        white-space: nowrap;
    }
    
    #screenHeader .tagline a::after {
        content: '';
        width: 16px;
        height: 16px;
        background: url(./images/ico_more.svg) 0px 0px / auto 16px no-repeat;
    }

    #screenHeader .tagline a:focus::after,
    #screenHeader .tagline a:hover::after,
    #screenHeader .tagline a:active::after {
        background-position: 100% 0px;
    }
  
	.main_container {
	}

    .main_container .text_box h1 {
        padding-bottom: 0.25em;
        border-bottom: 1px solid var(--color-main);
        font-size: 2.4rem;
        font-weight: normal;
        color: var(--color-main);
    }

    .main_container .text_box h2 {
        margin: 5rem 0 2rem 0;
        padding: .5rem 1rem;
        border-radius: .4rem;
        background: var(--color-gray-baige);
        color: var(--color-main);
        font-size: 1.8rem;
        font-weight: normal;
    }

    .main_container .wide_box h2 {
        font-size: 2rem;
        margin: 5rem 0 4rem 0;
        text-align: center;
    }

    .main_container h2 small {
        display: block;
        font-size: 1.6rem;
    }
  
	.screen_footer {
	  padding: 20px;
	  text-align: center;
	}
  
	.screen_footer * {
	  font-size: 1.4rem;
	}

    #screenFooter ul.site_tool {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 2em;
    }

    #screenFooter ul.site_tool li {
        white-space: nowrap;
    }

    #screenFooter .notation {
        text-align-last: left;
        font-size: 1.05rem;
    }

    #screenFooter .copyright {
        font-size: 1.2rem;
    }
  
  
	/*-------------------- mobile セクションの基礎構造 --------------------*/
  
	section.primary {
	}

    section.primary.page,
    section.primary.lecture_page {
        color: var(--color-ink);
    }
  
	section.primary > div.base_frame {
	}
  
	.text_box {
	  padding: 3.5em 5vw;
      text-align: justify;
      text-justify: inter-ideograph;
	}

    .text_box.separate_after::after {
        content: "";
        display: block;
        margin-top: 5vw;
        border-bottom: 1px solid var(--color-gray-baige);
    }
  
	.wide_box {
	  padding: 0 5vw;
	}

    .wide_box.separate_after::after {
        content: "";
        display: block;
        margin-top: 3em;
        border-bottom: 1px solid var(--color-gray-baige);
    }

	/*-------------------- lecture_archive --------------------*/

    .lecture_archive h1 {
        font-size: 2.5rem;
        letter-spacing: 0.05rem;
        margin: 1.75em 0;
    }

    .lecture_archive .series_grid {
        display: flex;
        flex-direction: column;
        background: #fff;
        border: solid 1px var(--color-gray-baige);
        border-radius: 4rem;
        margin-bottom: 4rem;
        padding: 3rem;
    }

    .lecture_archive .series_title {
        margin: 2rem 0;
        padding: 0 0 .15em .75em;
        font-size: 2.5rem;
        letter-spacing: .1em;
        font-weight: normal;
        border-left: 5px solid var(--color-accent-orange-hov);
    }
    .lecture_archive .series_grid .grid_item_a {
        order: 1;
    }
    .lecture_archive .series_grid .grid_item_b {
        order: 3;
    }
    .lecture_archive .series_grid .grid_item_c {
        order: 2;
        text-align: justify;
        text-justify: inter-ideograph;
        word-break: break-all;
        color: var(--color-ink);
    }
    .lecture_archive .tags {
        display: flex;
        align-items: center;
        list-style: none;
        margin-top: 0;
        padding: 0;
        font-size: 1.4rem;
    }
    .lecture_archive .tags > dt {
        margin: 0;
    }
    .lecture_archive .tags > dd {
        margin: 0 0 0 1rem;
    }
    .lecture_archive .tags .tag {
        padding: .5rem 2rem;
        border-radius: 3rem;
        background: var(--color-gray-baige);
        color: var(--color-main);ray-baige);
        color: var(--color-main);
    }
    .lecture_archive .series_grid ul.items {
        padding: 0;
        font-size: 1.6rem;
    }
    .lecture_archive .series_grid ul.items > li {
        display: flex;
        column-gap: .5em;
        margin: 0;
        padding: 2rem 0;
        border-top: solid 1px #d2d2d2;
    }
    .lecture_archive .series_grid ul.items > li::before {
        flex-basis: 2rem;
        min-width: 2rem;
        margin-top: .3rem;
        content: "";
        width: 2rem;
        height: 2rem;
        background: url(./images/ico_more.svg) 100% 0px / auto 2rem no-repeat;
    }

    .lecture_archive .lecturers_container {
        border-top: solid 1px var(--color-gray-baige);
        padding: 0;
    }
    .lecture_archive .lecturers_container h4 {
        margin: 0 0 1rem 0;
    }
    .lecture_archive .lecturer {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        column-gap: 2rem;
    }
    .lecture_archive .lecturer p {
        margin-top: 0;
    }
    .lecture_archive .lecturer .thumb {
        grid-column: 1 / 4;
        grid-row: 1 / 2;
    }
    .lecture_archive .lecturer .thumb p {
        width: 12rem;
        height: 12rem;
        overflow: hidden;
        border-radius: 50%;
    }
    .lecture_archive .lecturer .thumb img {
        vertical-align: bottom;
    }
    .lecture_archive .lecturer .profile {
        grid-column: 4 / 9;
        grid-row: 1 / 2;
    }
    .lecture_archive .profile .name {
        margin: 0;
    }
    .lecture_archive .profile p {
        font-size: 1.3rem;
    }

	/*-------------------- lecture_page --------------------*/

    .lecture_page .lecture_title {
        margin: 4rem 0 2.5rem 0;
        padding: 0 0 2rem 0;
        border-bottom: 1px solid var(--color-gray-baige);
    }

    .lecture_page .lecture_title .course_name {
        margin-bottom: 0;
        font-size: 1.6rem;
        font-weight: bold;
        color: var(--color-main);
    }

    .lecture_page .lecture_title .course_name + h1 {
        font-weight: normal;
        margin: 0;
        color: var(--color-main);
    }
    
    .main_container .lecture_page .wide_box .main h2 {
        text-align: left;
        margin-top: 7rem;
        padding: 1.5rem 0;
        border-style: solid;
        border-width: 1px 0;
        border-color: var(--color-gray-baige);
        color: var(--color-main);
    }
    
    .main_container .lecture_page .wide_box .main h3 {
        margin: 2.6em 0 1em 0;
        padding: .5rem 1rem;
        border-radius: .4rem;
        background: var(--color-gray-baige);
        color: var(--color-main);
        font-size: 1.6rem;
        font-weight: normal;
    }

    .lecture_page .wp-block-embed.is-provider-youtube iframe {
        width: 90vw;
        height: 51vw;
    }

    .lecture_page .with_sidebar {
    }

    .lecture_page .with_sidebar > .col:last-child {
        margin-top: 3em;
    }

    .lecture_page .sidebar .lecturers_prof h2 {
        margin-top: 0;
        padding: .25em .25em .4em .25em;
        border-radius: .4rem;
        text-align: center;
        line-height: 1.25;
        font-size: 1.6rem;
        font-weight: normal;
        background: var(--color-gray-baige);
        color: var(--color-main);
    }

    .lecture_page .sidebar .lecturers_prof h3 {
        text-align: center;;
        margin-bottom: 1.5rem;
        color: var(--color-main);
    }
    
    .lecture_page .sidebar .lecture {
        margin-bottom: 40px;
        border-bottom: 1px solid var(--color-gray-baige);
    }

    .lecture_page .sidebar .lecture:last-child {
        border-bottom-style: none;
    }

    .lecture_page .sidebar .lecture .thumb {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
    }

    .lecture_page .sidebar .lecture img {
        width: 100%;
        height: auto;
    }
    
    .lecture_page .sidebar .lecture h4,
    .lecture_page .sidebar .lecture p,
    .lecture_page .sidebar .lecture ol,
    .lecture_page .sidebar .lecture ul {
        font-size: 1.5rem;
    }


	/*-------------------- home --------------------*/

    .home .main_container .wide_box h2 {
        font-size: 3rem;
    }

    .home #RelatedLink h2 {
        font-size: 2.4rem;
    }

    #Cover .base_frame {
        padding: 20px 0;
        background: var(--color-bg-cover);
        color: var(--color-white);
    }

    #Cover .feature .col:first-child {
        padding-top: 2rem;
    }

    #Cover .feature .col:first-child .inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 1.6rem;
    }

    #Cover .feature ul.prop {
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        align-items: flex-start;
        column-gap: 1rem;
        padding: 0;
        font-size: 1.3rem;
        line-height: 1.25;
    }

    #Cover .feature ul.prop li {
        margin: 0;
        white-space: nowrap;
        margin: 0 .4rem .4rem 0;
    }

    #Cover .feature ul.prop li.tags {
        white-space: wrap;
    }

    #Cover .feature ul.prop .tags span {
        display: inline-block;
        white-space: nowrap;
        margin: 0 .2rem .4rem 0;
        padding: .25rem 1rem .35rem 1rem;
        border-radius: 3rem;
        color: var(--color-accent-orange);
        border: 1px solid var(--color-accent-orange);
        line-height: 1;
        font-size: 1.2rem;
    }

    #Cover .feature h3 {
        margin: 0;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    #Cover .feature h4 {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    #Cover .feature p {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0;
    }

    #NewsHeadline {
        padding: 0;
    }

    .home #NewsHeadline {
        padding: 0 0 20px 0;
    }

    #NewsHeadline a h2 {
        margin: 0;
        color: var(--color-accent-orange);
        font-size: 1.3rem;
        text-align-last: left;
    }

    #NewsHeadline a p {
        margin: 0;
        color: var(--color-white);
        font-size: 1.3rem;
    }

    ul#Linup {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.75rem;
        row-gap: 2.4rem;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
        font-size: 1.8rem;
    }

    ul#Linup > li {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    ul#Linup a {
        width: 100%;
        min-height: 5em;
        height: 100%;
        padding: 1em 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--color-white);
        border: solid 1px var(--color-gray-baige);
        border-radius: .8rem;
        text-align: center;
    }

    ul#Linup span.num {
        transform-origin: 10px 20px;
        position: absolute;
        z-index: 2;
        right: 0rem;
        top: -1.1rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--color-accent-orange);
        color: var(--color-white);
        border-radius: 50%;
        font-weight: bold;
    }

    ul#Linup .all span.num {
        background: var(--color-bg-cover);
    }

    ul#Linup a:active .num {
        transform: scale(1.5) rotate(15deg);
    }

    #Preview {
        padding: 1px 0 3rem 0;
        background: var(--color-bg-cover);
        color: var(--color-white);
    }

    #Preview .wide_box {
        padding: 0;
    }

    ul._gallery .platform {
        position: absolute;
        right: 0;
        top: 1rem;
        right: 5vw;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.25;
        text-align: right;
        background: transparent;
    }

    #Preview ul._gallery .platform {
        color: var(--color-white);
    }

    ul._gallery .platform.youtube::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 15px;
        margin-right: .5rem;
        background: url(./images/ico_youtube.png) center center / 20px auto no-repeat;
        vertical-align: bottom;
    }

    ul._gallery .genre {
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        width: 4.5em;
        height: 4.5em;
        padding: 1.5rem;
        border-radius: 50%;
        background: #ffffffb7;
        right: 2.5rem;
        top: 11rem;
        line-height: 1.25;
        text-align: right;
    }

    ul._gallery .tn {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    ul._gallery .tn img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    ul._gallery h3,
    ul._gallery p {
        margin: 0;
        line-height: 1.75;
        font-size: 1.6rem;
    }

    #Preview ul._gallery h3,
    #Preview ul._gallery p {
        color: var(--color-white);
    }

    #AboutHonNoGakko {
        background: var(--color-bg-cover) url(./images/bg_sec_about.jpg) center center / cover no-repeat;
        color: var(--color-white);
    }

    #AboutHonNoGakko .grid {
        padding: 6rem 0;
    }

    #AboutHonNoGakko .grid .grid_item_a {
        padding: 0 2em;
    }

    #AboutHonNoGakko .grid .grid_item_b {
    }

    #AboutHonNoGakko .grid .grid_item_c {
    }

    #AboutHonNoGakko .grid .grid_item_a h2 {
        margin-top: 0;
        margin-bottom: 4rem;
    }
    
    #AboutHonNoGakko .grid .grid_item_a h2 img {
        width: 24rem;
        height: auto;
        vertical-align: bottom;
    }

    #AboutHonNoGakko .panel {
        background: var(--color-white);
        color: var(--color-main);
        margin: 4rem 0;
        padding: 2em;
    }

    #AboutHonNoGakko .join {
        margin: 0;
        font-size: 2.4rem;
        font-weight: bold;
    }

    #AboutHonNoGakko .join .button {
        display: block;
        text-align: center;
        padding: .5em;
        border-radius: .8rem;
    }

    #AboutHonNoGakko .join .button small {
        font-size: 1.5rem;
        display: block;
    }

    #AboutHonNoGakko .grid .grid_item_b .panel > *:first-child {
        margin-top: 0;
        font-feature-settings: "palt";
    }

    #AboutHonNoGakko .grid .grid_item_b .panel > *:last-child {
        margin-bottom: 0;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.8rem;
        row-gap: 3rem;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons li {
        margin: 0;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a.button {
        display: flex;
        background: var(--color-white);
        width: 28rem;
        height: 7rem;
        align-items: center;
        justify-content: center;
        padding-bottom: 0.2rem;
        column-gap: 2rem;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a.question::after {
        display: block;
        content: '';
        height: 3rem;
        width: 3rem;
        background: url(./images/ico_question.svg) center center / contain no-repeat;
    }

    #AboutHonNoGakko .grid .grid_item_c ul.buttons a.pencil::after {
        display: block;
        content: '';
        height: 3rem;
        width: 3rem;
        background: url(./images/ico_pencil.svg) center center / contain no-repeat;
    }

    #NewArrivals h2 {
        margin-bottom: 4rem;
    }

    #NewArrivals ul._gallery {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #NewArrivals ul._gallery > li {
        position: relative;
        margin-bottom: 1em;
    }

    #NewArrivals ul._gallery .platform {
        position: absolute;
        right: 0;
        top: 1rem;
        right: 5vw;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.25;
        text-align: right;
        background: transparent;
    }

    #NewArrivals ul._gallery .platform.youtube::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 15px;
        margin-right: .5rem;
        background: url(./images/ico_youtube.png) center center / 20px auto no-repeat;
        vertical-align: bottom;
    }

    #NewArrivals ul._gallery li > a {
        display: flex;
        column-gap: 16px;
    }

    #NewArrivals ul._gallery .tn {
        flex: 0 0 calc(50% - 8px);
    }

    #NewArrivals ul._gallery .tn img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    #NewArrivals ul._gallery h3,
    #NewArrivals ul._gallery p {
        margin: 0;
        line-height: 1.75;
        font-size: 1.4rem;
    }

    #Usage ol.flow {
        list-style: none;
        margin-top: 5rem;
        padding: 0 4rem;
        display: flex;
        flex-direction: column;
        row-gap: 3em;
    }

    #Usage ol.flow > li {
        position: relative;
        margin-bottom: 0;
        padding: 2rem 2rem 1rem 2rem;
        background: var(--color-gray-baige);
    }

    #Usage ol.flow > li::before {
        left: -0.6em;
        top: -0.6em;
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        width: 6rem;
        height: 6rem;
        line-height: 1;
        border-radius: 50%;
        background: var(--color-white);
        font-size: 3rem;
        font-weight: bold;
    }

    #Usage ol.flow > li:nth-child(1)::before {
        content: "1";
    }

    #Usage ol.flow > li:nth-child(2)::before {
        content: "2";
    }

    #Usage ol.flow > li:nth-child(3)::before {
        content: "3";
    }

    #Usage ol.flow > li:nth-child(4)::before {
        content: "4";
    }

    #Usage ol.flow > li::after {
        left: 50%;
        bottom: -5rem;
        transform: rotate(90deg) translateY(50%);
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        width: 3.6em;
        height: 3.6em;
        line-height: 1;
        background: url(./images/ico_delta_r.svg) center center / auto 3.6rem no-repeat;
        font-weight: bold;
    }

    #Usage ol.flow > li:last-child:after {
        display: none;
    }
    
    #Usage ol.flow h3 {
        flex: 0 0 25%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: center;
        text-align: center;
    }
    
    #Usage ol.flow p {
        flex: 0 0 75%;
        margin-top: 0;
        padding: 1rem 0;
        margin-bottom: 0;
    }

    #Usage ol.flow ul {
        list-style: disc;
        margin-top: 0;
        padding-left: 1.5em;
    }

    #Usage ol.flow ul > li {
        margin-bottom: 0.875em;
    }

    #ForInquiries h2 {
        margin-top: 5rem;
        text-align: center;
        font-weight: normal;
        font-size: 1.6rem;
    }

    #ForInquiries ul.buttons {
        list-style: none;
        padding: 0;
    }

    #ForInquiries ul.buttons li {
        line-height: 1.25;
    }

    #ForInquiries a.button {
        display: block;
        min-width: 15rem;
        padding: 1em 2em 1.2em 2em;
        background: var(--color-white);
        border: 1px solid var(--color-gray-baige);
        border-radius: 8px;
        text-align: center;
        font-size: 1.8rem;
    }

    #RelatedLink ul.bunners {
        list-style: none;
        padding: 0;
        width: 100%;
    }

    #RelatedLink a.bunner {
        display: block;
    }

    #RelatedLink a.bunner img {
        width: 340px;
        border: 1px solid var(--color-gray-baige);
        height: auto;
        vertical-align: bottom;
    }
  
  
}