/*
Template:ystandard
Theme Name:ystandard-fujigiren
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
    --ystd-container-width:1000px;
    --font-anton: "Anton", sans-serif;
    --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
    --ystd-archive-item-border:2px dotted var(--wp--preset--color--black);
    --ystd-archive-category-bg-color:var(--wp--preset--color--ys-blue);
    --wp--style--block-gap:1.5em;
}
.font_anton{
    font-family: var(--font-anton);
}

.wp-block-buttons .wp-block-button a:hover{
    box-shadow: none;
    opacity: 0.6;
}
.wp-block-buttons .wp-block-button.allowlabel{
    --label-color:var(--wp--preset--color--black);
    margin-right: 1lh;
}
.wp-block-buttons .wp-block-button.allowlabel .has-ys-blue-background-color{
    --label-color:var(--wp--preset--color--ys-blue);
}
.wp-block-buttons .wp-block-button.allowlabel a{
    position: relative;
    background-color: var(--label-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
    height: calc(1em * 2.5);
    line-height: 1.38;
}
.wp-block-buttons .wp-block-button.allowlabel a::after{
    content: '';
    position: absolute;
    top: 0;
    right: calc(1px - 1lh);
    border-top: solid 0.92lh transparent;
    border-bottom: solid 0.92lh transparent;
    border-left: solid 0.75lh var(--label-color);
    transform: scaleX(2) translateX(0.09em);
}

/* -- header -- */

#masthead{
    --ystd-container-width: 1200px;
    --global-nav-margin: 2em;
}

.header-type--row1 .site-branding{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 1rem;
}
.site-branding .site-description{
    font-size: 0.9em;
    font-weight: 700;
    margin: 0;
    background-image: url(img/sitetitle_desc.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    width: fit-content;
    display: block;
    color: transparent;
    line-height: 1;
}
#masthead .container{
    max-width: 100%;
}
#masthead .header_sub_area .wp-block-buttons{
    gap: 12px;
    margin-left: var(--global-nav-margin);
}
#masthead .header_sub_area .wp-block-button a img{
    transition: all 0.2s;
}
#masthead .header_sub_area .wp-block-button a:hover{
    opacity: 0.6;
}

/* nav */

.global-nav__menu>.menu-item>a{
    font-family: var(--font-anton);
    font-size: 1.3em;
    padding: 0.5em 0;
    text-align: center;
}
.global-nav__dscr{
    font-family: var(--font-zenkaku);
    font-size: 0.7em;
    font-weight: 600;
}


@media (min-width: 931px) {
    .global-nav__menu .menu-item-home{
        display: none;
    }
}
@media (max-width: 1170px) {
    .header-type--row1 .site-branding{
        max-width: 230px;
    }
    .site-branding .site-description{
        margin: 4px auto 0;
    }
    #masthead .header_sub_area .wp-block-button{
        max-width: 35px;
    }
}
@media (max-width: 930px) {
    .header-type--row1 .site-branding{
        max-width: max-content;
    }
    #global-nav__toggle{
        padding: 0.5em;
        margin: 1.1em 1em;
        background-color: var(--wp--preset--color--black);
    }
    .global-nav__toggle .ys-icon, .global-nav__toggle svg{
        width: 35px;
        height: 35px;
    }
    .global-nav__toggle.is-open svg line:nth-child(2){
        transform: translateX(-0.5px) translateY(16px) rotate(-45deg);
    }
    .global-nav__toggle.is-open svg line:nth-child(3){
        transform: translateX(16px) translateY(-9px) rotate(45deg);
    }
    .global-nav__toggle:after{
        display: none;
    }
    .global-nav__container .global-nav__dscr{
        display: block;
    }
    #masthead .header_sub_area .wp-block-buttons{
        justify-content: center;
        margin: 2em 0 0;
    }
}
@media (max-width: 768px) {
    #global-nav__toggle{
        margin: 0.95em;
    }
    .global-nav__toggle .ys-icon, .global-nav__toggle svg{
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 570px) {
    .site-title img.custom-logo{
        width: 180px;
    }
    .site-branding .site-description{
        font-size: 0.7em;
    }
    #global-nav__toggle{
        margin: 0.65em 0.8em;
    }
}
@media (max-width: 430px) {
    .site-branding .site-description{
        display: none;
    }
}


/* -- footer -- */

#footer{
    --ystd-container-width:1200px;
}
.footer-main{
    padding-top: 2.5em;
    padding-bottom: 1.5em;
}
.footer-widget__container{
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer-widget__column>*{
    margin-top: 1em;
}
.footer-widget__column:first-child{
    width: 100%;
}
.footer-widget__column:nth-child(2){
    width: 65%;
}
.footer-widget__column:last-child{
    width: 35%;
}
.footer-widget .footer-logo{
    max-width: 300px;
    height: auto;
}
.footer-widget__column:nth-child(2):has(.contact-tel) .wp-block-group{
    gap: 2em;
}
.footer-widget .contact-tel{
    font-weight: 900 !important;
    font-size: 1.9em;
    line-height: 1.4;
    white-space: nowrap;
}
.footer-widget .contact-tel strong{
    width: 2.3em;
    display: inline-block;
    text-align: center;
    font-weight: 900 !important;
}
.footer-widget__column:nth-child(2) .wp-block-buttons{
    gap: 12px;
}
.footer-widget__column:nth-child(2) .wp-block-buttons .wp-block-button__link{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 12px 0 2px;
}
.footer-widget__column:nth-child(2) .wp-block-buttons .wp-block-button__link strong{
    font-weight: 900 !important;
}

/* footer nav */
.footer-widget__column .widget_nav_menu ul{
    width: fit-content;
    margin-left: auto;
}
.footer-widget__column .widget_nav_menu li,
.footer-widget__column .widget_nav_menu>ul{
    border-bottom: none;
}
.footer-widget__column .widget_nav_menu a{
    display: block;
    padding: 0 0 0 1.2em;
    font-weight: 600;
    background-image: url(img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left center;
}
.footer-widget__column .widget_nav_menu a:before{
    display: none;
}
.footer-widget__column .widget_nav_menu a:hover{
    opacity: 0.6;
}
.footer-widget__column .widget_nav_menu .children,
.footer-widget__column .widget_nav_menu .sub-menu{
    display: none;
}

/* footer copy */
.site-info{
    margin-top: 8px;
}
.footer-copy{
    text-align: right;
}

#back-to-top{
    border: var(--wp--preset--color--white) 1px solid;
    border-radius: 0;
}

@media (max-width: 768px) {
    .footer-widget__container{
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-widget__column:first-child,
    .footer-widget__column:nth-child(2),
    .footer-widget__column:last-child{
        width: fit-content;
    }
}
@media (max-width: 570px) {
    .footer-widget__column{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-widget__column:nth-child(2){
        margin-top: 0;
    }
    .footer-widget__column .wp-block-group{
        flex-direction: column;
        width: fit-content;
    }
    .footer-copy{
        text-align: center;
    }
}

/* -- content -- */

/* -- front-page -- */

#top_main{
    position: relative;
}
.top_main_lead{
    position: absolute;
    bottom: 1em;
    z-index: 4;
    font-weight: 900 !important;
    line-height: 1.4;
    color: var(--wp--preset--color--white);
    -webkit-text-stroke: 2px var(--wp--preset--color--black);
    text-stroke: 2px var(--wp--preset--color--black);
}
#top_main .wp-block-cover{
    min-height: auto;
    aspect-ratio: 25 / 12;
}
#top_main .wp-block-cover__inner-container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#top_main .wp-block-cover__inner-container .top_main_lead{
    position: relative;
    bottom: 0;
}

.entry-content #top_about .ystdb-column:first-child{
    position: relative;
    padding-bottom: 4em;
}
.entry-content #top_about .ystdb-column:first-child .wp-block-image{
    width: 70%;
    height: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.entry-content #top_about .ystdb-column:first-child .wp-block-image.top_front{
    position: absolute;
    z-index: 4;
    width: 45%;
    height: auto;
    bottom: 0;
}
/* news */
.ys-posts.is-simple{
    max-width: 780px;
    margin: 0 auto;
}
.ys-posts.is-simple .ys-posts__item:last-child{
    border-bottom: none;
}
.widget .ys-posts.is-list .ys-posts__meta,
.archive__item.is-simple .archive__meta,
.ys-posts.is-simple .ys-posts__meta{
    font-weight: 700 !important;
    font-size: 0.9em;
}
.widget .ys-posts.is-list .ys-posts__meta{
    order: 1;
}
.widget .ys-posts.is-list .ys-posts__meta .ys-posts__cat,
.archive__item.is-simple .archive__category,
.ys-posts.is-simple .ys-posts__meta .ys-posts__cat{
    min-width: 7em;
    text-align: center;
    padding: .1em 0.5em;
    background-color: var(--ystd-archive-category-bg-color);
    color: #fff;
    font-size: 0.8em;
    display: inline-block;
}
.ys-posts.is-list .ys-posts__meta .ys-icon{
    display: none;
}
.archive__item.is-simple .archive__title,
.ys-posts.is-simple .ys-posts__title{
    font-weight: 600;
}
.archive__item.is-simple .archive__title a,
.ys-posts.is-simple .ys-posts__title a{
    color: var(--wp--preset--color--black);
}
.archive__item.is-simple .archive__title a:hover,
.ys-posts.is-simple .ys-posts__title a:hover{
    opacity: 0.6;
}

/* member */
#top_member .wp-block-heading br{
    display: none;
}
#top_member .ystdb-columns-wrap{
    margin: 3em 0;
}
#top_member .ystdb-columns{
    border-left: 1px solid var(--wp--preset--color--white);
}
#top_member .ystdb-column{
    border-right: 1px solid var(--wp--preset--color--white);
    position: relative;
}
#top_member .ystdb-column::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #646464;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .3s;
}
#top_member .ystdb-column .ystdb-column-block-container{
    position: relative;
    z-index: 3;
    width: 215px;
    margin: auto;
}
#top_member .ystdb-column__link{
    z-index: 4;
}
#top_member .ystdb-column:hover::after{
    opacity: 0;
}
@media (max-width: 1024px) {
    #top_about .ystdb-columns{
        flex-direction: column-reverse;
        align-items: center;
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    #top_member .ystdb-columns-wrap{
        max-width: 500px;
        margin: 3em auto;
    }
    #top_member .ystdb-column:first-child,
    #top_member .ystdb-column:nth-child(2){
        border-bottom: 1px solid var(--wp--preset--color--white);
    }
}
@media (max-width: 930px) {
    #top_about .ystdb-columns{
        align-items: center;
    }
    .top_main_lead{
        font-size: 3em !important;
        -webkit-text-stroke: 1px var(--wp--preset--color--black);
                text-stroke: 1px var(--wp--preset--color--black);
    }
}
@media (max-width: 768px) {
    #top_main .ystdtb-slider,
    #top_main .ystdtb-slider__container>.wp-block-image img{
        height: 360px;
    }
    #top_main .wp-block-cover{
        min-height: 360px;
        aspect-ratio: auto;
    }
    #top_member .wp-block-heading br{
        display: inline;
    }
}
@media (max-width: 599px) {
    .top_main_lead{
        font-size: 2.5em !important;
        margin-right: -1em;
        letter-spacing: -1px;
    }
    #top_member .ystdb-column .ystdb-column-block-container{
        max-width: 215px;
        width: auto;
    }
    #top_member .ystdb-column p{
        font-size: 2em !important;
    }
    #top_member .ystdb-column .wp-block-image img{
        max-width: 80px !important;
        height: auto !important;
    }
    #top_member .ystdb-column p:last-child{
        font-size: 2.5em !important;
    }
}
@media (max-width: 430px) {
    .top_main_lead{
        font-size: 2.2em !important;
        letter-spacing: -2px;
    }
    #top_member .wp-block-heading{
        font-size: 2.4em !important;
    }
}

/* -- page -- */

.ystdb-heading:has(h1){
    padding-top: 3em;
}
.ystdb-heading:has(h1) .ystdb-heading__text{
    font-family: var(--font-anton);
}
.wp-block-heading.underline{
    border-bottom: var(--wp--preset--color--black) 1px solid;
    padding-bottom: 0.3em;
}
.wp-block-heading.underline.has-ys-white-color{
    border-color: var(--wp--preset--color--white);
}
.box_profile.wp-block-columns{
    gap: 1em 3em;
}
.box_profile .wp-block-image + p{
    margin-top: 0.5em;
}
.box_seasonal.wp-block-group{
    margin-top: 2.5em;
}
.box_seasonal .wp-block-heading.font_anton{
    line-height: 1;
}
.box_seasonal .wp-block-heading.font_anton .ystdb-inline--smaller{
    font-family: var(--font-zenkaku);
    font-size: 0.65em;
    font-weight: 600;
}
.box_seasonal .wp-block-image figcaption{
    font-weight: 500;
    color: var(--wp--preset--color--black);
}
.list-life.wp-block-list,
.box_seasonal .wp-block-list{
    list-style: none;
    padding-left: 0;
}
.list-life.wp-block-list li,
.box_seasonal .wp-block-list li{
    position: relative;
    padding-left: 1.3em;
    font-weight: 600;
}
.list-life.wp-block-list li::before,
.box_seasonal .wp-block-list li::before{
    content: '\25cf';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wp--preset--color--ys-blue);
}
.list-life.pink.wp-block-list li::before,
.box_seasonal:has(.has-ys-light-red-color) .wp-block-list li::before,
.box_seasonal.has-ys-user-1-background-color .wp-block-list li::before{
    color: var(--wp--preset--color--ys-light-red);
}
.list-life.green.wp-block-list li::before,
.box_seasonal:has(.has-ys-green-color) .wp-block-list li::before,
.box_seasonal.has-ys-light-green-background-color .wp-block-list li::before{
    color: var(--wp--preset--color--ys-green);
}
.list-life.orange.wp-block-list li::before,
.box_seasonal:has(.has-ys-orange-color) .wp-block-list li::before,
.box_seasonal.has-ys-light-orange-background-color .wp-block-list li::before{
    color: var(--wp--preset--color--ys-orange);
}
.list-life.blue.wp-block-list li::before,
.box_seasonal:has(.has-ys-blue-color) .wp-block-list li::before,
.box_seasonal.has-ys-light-blue-background-color .wp-block-list li::before{
    color: var(--wp--preset--color--ys-blue);
}
.wp-block-table.tb_officer .wp-element-caption{
    text-align: right;
    font-style: normal;
    color: var(--wp--preset--color--black);
}
.has-ys-white-color .wp-block-table.tb_officer .wp-element-caption{
    color: var(--wp--preset--color--white);
}
.wp-block-table.tb_officer tr:has(+ tr td:first-child:empty) td:first-child {
    border-bottom: none;
}
.wp-block-table.tb_officer td:first-child:empty{
    border-bottom: none;
    border-top: none;
}
.wp-block-table.tb_history table,
.wp-block-table.tb_history tr{
    border: none;
}
.wp-block-table.tb_history td{
    vertical-align: top;
    border: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.wp-block-table.tb_history td:first-child{
    padding-right: 0.1em;
    text-align: right;
    white-space: nowrap;
}
.wp-block-table.tb_history td:nth-child(2){
    padding-left: 0;
    padding-right: 0.1em;
    text-align: right;
    white-space: nowrap;
}
.wp-block-table.tb_history td:nth-child(3){
    padding-left: 0;
    text-align: right;
    white-space: nowrap;
}

.wp-embed-responsive .map .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
    padding-top: 55%;
}
.access_icon.wp-block-media-text{
    margin: 2em 0;
}
.access_icon.wp-block-media-text .wp-block-media-text__content{
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-left: var(--wp--preset--color--black) 1px solid;
}
.access_icon.wp-block-media-text .wp-block-media-text__media{
    padding-right: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-right: var(--wp--preset--color--black) 1px solid;
    margin-right: -1px;
    align-self: flex-start;
}

@media (max-width: 781px) {
    .btn_pdf.wp-block-buttons{
        flex-direction: column;
    }
    .btn_pdf.wp-block-buttons .wp-block-button{
        width: 100%;
    }
    .box_profile .wp-block-image,
    .box_seasonal .wp-block-column .wp-block-image{
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* -- life pro -- */

.entry-content .lead_group.wp-block-group > div{
    position: relative;
}
.entry-content .lead_group.wp-block-group p{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    line-height: 1;
}
.entry-content .lead_group.wp-block-group p.font_anton{
    bottom: auto;    right: auto;
    top: 4em;    left: -1em;
    color: var(--wp--preset--color--white);
}
.entry-content .lead_group.housing.wp-block-group,
.entry-content .lead_group.life.wp-block-group{
    margin-top: -2em;
}
.entry-content .lead_group.housing.wp-block-group p.font_anton,
.entry-content .lead_group.life.wp-block-group p.font_anton{
    top: 5em;
}
.entry-content .lead_group.clothing.wp-block-group p:last-child,
.entry-content .lead_group.life.wp-block-group p:last-child{
    bottom: 1rem;
}

.list-life.wp-block-list li{
    margin-bottom: 1em;
    font-weight: 600;
}
.list-life.wp-block-list.col-3{
    column-count: 3;
}
.pro-group.wp-block-heading{
    margin-top: 1em;
    margin-bottom: 0.5rem;
}
.pro-group.wp-block-heading .ystdb-inline--smaller{
    font-family: var(--font-anton);
    letter-spacing: 1px;
}
.pro-group.wp-block-heading + .wp-block-buttons{
    margin-left: auto;
 }
.kumiai h3.wp-block-heading{
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}
.kumiai h3.wp-block-heading + .wp-block-group{
    margin-top: 0;
    padding: 1rem !important;
}
.kumiai h3.wp-block-heading + .wp-block-group p + p{
    margin-top: 0.5em;
}
.kumiai .ystdb-column p{
    margin-top: 0;
}
.kumiai .ystdb-column h4+p{
    font-size: 0.9em;
}
.kumiai + .kumiai{
    margin-top: 2rem;
}
@media (max-width: 1170px) {
    .entry-content .lead_group.wp-block-group p.font_anton{
        left: 0.5em;
    }
    .entry-content .lead_group.housing.wp-block-group p.font_anton,
    .entry-content .lead_group.life.wp-block-group p.font_anton{
        top: 2.5em;
    }
}
@media (max-width: 768px) {
    .list-life.wp-block-list.col-3{
        column-count: 2;
    }
    .entry-content .lead_group.wp-block-group p.font_anton,
    .entry-content .lead_group.housing.wp-block-group p.font_anton,
    .entry-content .lead_group.life.wp-block-group p.font_anton{
        top: 1em;
        left: 0;
        margin: 0;
    }
    .lead_group.housing.wp-block-group,
    .lead_group.life.wp-block-group{
        margin-top: 1.5em;
    }
    .lead_group.clothing.wp-block-group{
        background:linear-gradient(180deg,rgb(255,255,255) 10%,rgb(16,57,85) 10%,rgb(16,57,85) 70%,rgb(255,255,255) 70%) !important;
    }
    .lead_group.food.wp-block-group{
        background:linear-gradient(180deg,rgb(255,255,255) 10%,rgb(217,138,41) 10%,rgb(217,138,41) 70%,rgb(255,255,255) 70%) !important;
    }
    .lead_group.housing.wp-block-group{
        background:linear-gradient(180deg,rgb(255,255,255) 10%,rgb(41,122,88) 10%,rgb(41,122,88) 70%,rgb(255,255,255) 70%) !important;
    }
    .lead_group.life.wp-block-group{
        background:linear-gradient(180deg,rgb(255,255,255) 10%,rgb(178,101,135) 10%,rgb(178,101,135) 70%,rgb(255,255,255) 70%) !important;
    }
    .entry-content .lead_group.wp-block-group .wp-block-image{
        padding-top: 2em;
    }
}
@media (max-width: 599px) {
    .entry-content .lead_group.wp-block-group p.font_anton,
    .entry-content .lead_group.housing.wp-block-group p.font_anton,
    .entry-content .lead_group.life.wp-block-group p.font_anton{
        top: 0.8em;
    }
    .list-life.wp-block-list{
        margin-top: 0;
    }
    .list-life.wp-block-list.col-3{
        column-count: 1;
    }
}
@media (max-width: 430px) {
    .entry-content .lead_group.wp-block-group p.font_anton,
    .entry-content .lead_group.housing.wp-block-group p.font_anton,
    .entry-content .lead_group.life.wp-block-group p.font_anton{
        top: 0.5em;
    }
    .entry-content .lead_group.wp-block-group p:not(.font_anton){
        font-size: 3.2em !important;
    }
}

/* -- contact -- */

.icon_num{
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.snow-monkey-form{
    max-width: 800px;
    margin: 2em auto;
    border: var(--wp--preset--color--ys-blue) 2px solid;
    padding: 2.5em;
    font-weight: 500;
}
.snow-monkey-form .smf-item{
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
    border-bottom: var(--wp--preset--color--ys-blue) 1px solid;
}
.snow-monkey-form .smf-item__label__text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    margin-bottom: 1em;
    gap: 0.5em;
    line-height: 1.2;
    color: var(--wp--preset--color--ys-blue);
    font-size: 1.1em;
}
.snow-monkey-form .smf-item__label__text mark{
    line-height: 1;
    padding: 0 0.5em 0.2em;
}
.snow-monkey-form .smf-action{
    text-align: center;
}
.snow-monkey-form .smf-action .smf-button-control__control{
    border: var(--wp--preset--color--ys-blue) 2px solid;
    background-image: none;
    background-color: var(--wp--preset--color--ys-blue);
    color: var(--wp--preset--color--white);
    font-weight: 700;
    border-radius: 0;
}
.snow-monkey-form .smf-action .smf-button-control__control:hover{
    box-shadow: none;
    background-color: var(--wp--preset--color--ys-light-blue);
    color: var(--wp--preset--color--ys-blue);
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action="back"]{
    box-shadow: none;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--ys-blue);
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action="back"]:hover{
    opacity: 0.5;
}
@media (max-width: 599px) {
    .snow-monkey-form{
        padding: 1.5em 1em;
    }
}
@media (max-width: 400px) {
    .icon_num{
        font-size: 2.8em !important;
    }
    .icon_num img{
        width: 40px !important;
        height: auto !important;
    }
}

/* -- archive -- */

.archive__page-title{
    font-size: 4em;
    font-weight: 900;
    letter-spacing: 0;
    font-family: var(--font-anton);
    line-height: 1;
    margin-bottom: 2rem;
    margin-top: 0.6rem;
}
.archive__page-title .subtext{
    display: block;
    font-family: var(--font-zenkaku);
    font-weight: 500;
    font-size: 2rem;
    margin-top: 0.5rem;
}
.widgettitle{
    font-size: 1.4em;
    color: var(--wp--preset--color--ys-blue);
}
.widget .ys-posts__list{
    --ystd-posts-item-gap:1rem;
    --ystd-posts-item-border:var(--wp--preset--color--ys-blue) 1px solid;
    padding-bottom: 1rem;
}
.widget .wp-block-categories-list,
.widget .wp-block-archives-list{
    margin-top: 0.5rem;
}
.widget .wp-block-categories-list a,
.widget .wp-block-archives-list a{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.widget form{
    --form-border-gray:var(--wp--preset--color--ys-blue);
}
.widget form .wp-block-search__button svg{
    fill: none !important;
}

/* single */

.singular-article{
    --site-border-gray-light:var(--wp--preset--color--ys-blue);
}
.singular-header .entry-title{
    background-color: var(--wp--preset--color--ys-blue);
    color: var(--wp--preset--color--white);
    font-weight: 600;
    padding: 0.5rem 1rem;
}
.singular-header__meta{
    justify-content: flex-end;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: 600;
    color: var(--wp--preset--color--ys-blue);
}
.singular-header__meta .singular-date{
    margin-right: 0;
}
.singular-header__meta .ys-icon,
.singular-header__meta .singular-header__terms,
.paging__image{
    display: none;
}
.comments-title,
#reply-title{
    font-weight: 600;
    color: var(--wp--preset--color--ys-blue);
    font-size: 1.2rem;
}
.comment-form .comments__submit{
    border: var(--wp--preset--color--ys-blue) 2px solid;
    background-image: none;
    background-color: var(--wp--preset--color--ys-blue);
    color: var(--wp--preset--color--white);
    font-weight: 700;
    border-radius: 0;
}
.comment-form .comments__submit:hover{
    box-shadow: none;
    background-color: var(--wp--preset--color--ys-light-blue);
    color: var(--wp--preset--color--ys-blue);
}