/*====================================================
////id page_title
====================================================*/
#page_title {
    background: var(--l_green);
}
.page_title-blob-1 {
    background: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 119 127'><path fill='%23f7f5ef' d='M30.05,21.34c.08-8.62,6.39-15.7,12.72-19.3,9.88-5.62,22.1,1.32,30.63,8.83,13.45,11.85,24.98,25.72,34.18,41.11,5.1,8.55,9.52,17.72,10.97,27.57,1.45,9.85-.39,20.52-6.69,28.23-6.62,8.1-17.09,11.92-27.26,14.42-15.3,3.75-31.06,5.31-46.8,4.64-7.79-.33-15.71-1.26-22.78-4.54-20.49-9.52-17.14-30.55-6.84-46.57,11.18-17.39,23.64-18.87,21.88-54.39Z' /></svg>") no-repeat center;
}
.page_title-blob-2 {
    background: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 96 88'><path fill='none' stroke='%238CC63F' stroke-width='3' stroke-dasharray='4 8' d='M9.39,21.16C17.9,9.37,32.27,2.4,46.79,1.62c5.95-.49,11.92.51,17.39,2.9,5.96,2.82,10.66,7.75,14.61,13.03,7.67,10.17,12.81,22.02,14.99,34.57,1.08,6.49,1.24,13.46-1.72,19.35-2.63,4.83-6.75,8.68-11.74,10.99-8.19,4.05-17.74,4.77-26.78,3.42-9.04-1.35-17.67-4.65-26.04-8.32-7.75-3.4-18.36-7.95-22.79-15.7-3.89-6.81-3.74-17.6-2.2-24.96,1.17-5.67,3.51-11.02,6.88-15.73Z' /></svg>") no-repeat center;
}

#page_title .innerBox {
    display: flex;
        align-items: center;
        justify-content: center;
}
#page_title .headBox .en_jp {
    margin-bottom: 0;
}
#page_title .headBox .en_jp .en {
    font-size: min(4vw, 3.5rem);
    opacity: 1 !important;
}
#page_title .headBox .en_jp .en > span {
    opacity: 1 !important;
}
#page_title .headBox .en_jp .jp {
    font-size: min(5.3vw, 4.0rem)
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .page_title-bg {
        background: var(--l_green);
        margin: auto;
        overflow: hidden;
        position: absolute;
            top: min(87%, 280px);
        width: 100%;
        height: 24.8vw;
    }
    .page_title-bg::after {
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 375 93"><path fill="%23ffffff" d="M221.14,54.34C286.88,24.83,289.11,4.06,352.85.09c6.76-.42,14.22.68,22.15,2.96v89.95H0v-28.54c106.76,46.69,174.61,5.32,221.14-10.12Z" /></svg>') no-repeat top center / cover;
        content: '';
        display: block;
        margin: auto;
        position: absolute;
            right: 0;
            bottom: 0;
        width: 100%;
        height: 100%;
    }
    #page_title .blob_wrapper {
        top: auto;
        bottom: -30px;
    }
    .page_title-blob-1 {
        bottom: 30px;
        right: 4vw;
        width: min(18.5vw, 90px);
        height: min(20vw, 95px);
    }
    .page_title-blob-2 {
        bottom: 10px;
        right: 0;
        width: min(13.5vw, 70px);
        height: min(13.5vw, 70px);
    }
    #page_title .innerBox {
        align-items: flex-end;
        height: min(64vw, 360px);
        padding: min(20vw, 130px) 0 min(10vw, 40px);

    }
}
@media screen and (min-width:769px) and (max-width:960px) {
    .page_title-bg {
        transform: scaleY(.7);
        transform-origin: top;
    }
}

@media screen and (max-width: 600px) {
    #page_title .blob_wrapper {
        bottom: -55px;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media print, screen and (min-width: 960px) {
    .page_title-bg {
        background: var(--l_green);
        margin: auto;
        overflow: hidden;
        position: absolute;
            top: 330px;
        width: 100%;
        height: 17.2vw;
    }
    .page_title-bg::after {
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 330"><path fill="%23ffffff" d="M1235.82,138.91c-285.97-47.26-260.32-75.12-548.6-61.9C398.93,90.24,0,304.18,0,304.18v25.82h1920V0c-422.77,223.83-514.47,151.68-684.18,138.91Z" /></svg>') no-repeat top center / cover;
        content: '';
        display: block;
        margin: auto;
        position: absolute;
            right: 0;
            bottom: 0;
        width: 100%;
        height: 100%;
    }
    #page_title .blob_wrapper {
        top: auto;
        bottom: -60px;
    }
    .page_title-blob-1 {
        bottom: 10%;
        left: 64%;
        width: 125px;
        height: 125px;
    }
    .page_title-blob-2 {
        bottom: 5%;
        left: calc(64% + 60px);
        width: 83px;
        height: 83px;
    }
}

@media screen and (min-width:960px) and (max-width:1300px) {
    .page_title-bg::after {
        bottom: -10%;
        width: 120%;
    }
}

@media screen and (min-width:960px) and (max-width:1700px) {
    #page_title .innerBox {
        height: min(64vw, 490px);
        padding: min(20vw, 150px) 0 min(3vw, 20px);
    }
}

@media screen and (min-width:1700px) {
    #page_title .innerBox {
        height: 490px;
        padding: min(10vw, 100px) 0 min(3vw, 40px);
    }
}

/*====================================================
////class .breadcrumb
====================================================*/
.breadcrumb-outer {
	position: relative;
	width: 100%;
}
.breadcrumb {
	display: flex;
        align-items: center;
        flex-wrap: wrap;
    font-size: min(3.2vw, 1.4rem);
	line-height: 1.2;
	padding: 70px 0 0;
	z-index: 10;
}
.breadcrumb li {
	display: flex;
		align-items: center;
	margin: 0 !important;
	padding-right: 1.5em;
	position: relative;
}
.breadcrumb li.home a {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17 16"><path fill="%238cc63f" d="M9.54.36c-.61-.48-1.47-.48-2.09,0L.33,5.93c-.37.29-.44.83-.15,1.2.16.21.41.33.67.33h.85v6.83c0,.94.76,1.71,1.7,1.71h3.4v-5.12c.02-.94.8-1.69,1.74-1.67.91.02,1.64.76,1.66,1.67v5.12h3.4c.94,0,1.7-.76,1.7-1.71h0v-6.83h.85c.47,0,.85-.38.85-.85,0-.26-.12-.51-.33-.68L9.54.36Z" /></svg>') no-repeat center left / contain;
    width: 1.15em;
    height: 1.15em;
}
.breadcrumb li:after {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11"><path fill="%23494949" d="M7,5.5L1.53,11l-1.53-1.53,3.95-3.97L0,1.53,1.53,0l5.47,5.5Z" /></svg>') no-repeat center ;
	content: '';
	line-height: 1.2;
	margin: auto;
	position: absolute;
		top: 0;
		right: .6em;
		bottom: 0;
	width: .3em;
	height: .4em;
}
.breadcrumb li:last-child {
    pointer-events: none;
	padding: 0;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li.home img {
	width: 1.1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.breadcrumb {
        padding-top: 50px;
		position: relative;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

/*====================================================
////class .column-wrapper
====================================================*/
.column-wrapper {
	align-items: flex-start;
}
.column-wrapper main {
	border-radius: 1em;
	flex: 1;
	margin: 0 auto;
	width: 100%;
		/* max-width: 1080px; */
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
	.column-wrapper {
		flex-direction: column;
		grid-gap: min(15vw, 90px);
        padding-top: min(20vw, 100px);
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	.column-wrapper {
		grid-gap: 40px min(3vw, 75px);
        padding-top: min(10vw, 85px);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:960px) and (max-width:1080px) {
}

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

@media screen and (min-width:1330px) {
	.column-wrapper {
		grid-gap: 40px 75px;
    }
}

/*====================================================
////id single
====================================================*/
#post_title {
    margin-bottom: min(5vw, 56px);
}
#post_title h1 {
    margin-bottom: .8em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#post_title h1 {
		font-size: min(5.1vw, 2.0rem);
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#post_title h1 {
		font-size: min(3vw, 3rem);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1300px) {
	#post_title h1 {
		font-size: 2.8rem;
	}
}

/*====================================================
////class archive
====================================================*/
#archive .item {
}
#archive .item a {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	height: 100%;
}
#archive .item .txtBox {
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:600px) {
	#archive .itemBox {
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

/*====================================================
////class .bodyText
====================================================*/
.bodyText {
    font-size: min(3.7vw, 1.6rem);
    font-weight: 400;
	width: 100%;
	margin: 0 auto 0;
}
.body_itemBox .innerBox {
	max-width: 870px;
}
.page-template-tmpl_noHead .bodyText {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.bodyText.default_deco h1 ,
.bodyText.default_deco h2 ,
.bodyText.default_deco h3 ,
.bodyText.default_deco h4 ,
.bodyText.default_deco h5 {
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 1em;
    position: relative;
}
.bodyText.default_deco * + .headBox h1 ,
.bodyText.default_deco * + .headBox h2 {
	margin-top: 3em;
}
.bodyText.default_deco * + .headBox h3 ,
.bodyText.default_deco * + .headBox h4 ,
.bodyText.default_deco * + .headBox h5 {
	margin-top: 2.5em;
}
.bodyText.default_deco h1 {
    border-bottom: solid 1px #E5E5E5;
    padding: .1em 1em .4em;
	font-size: min(5.3vw, 2.2rem);
}
.bodyText.default_deco h1::before {
    border-left: solid 8px var(--mainColor);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    width: 0;
    height: calc(100% - .3em);
}
.bodyText.default_deco h2 {
    background: var(--l_green);
    padding: .4em .8em .35em;
	font-size: min(5vw, 2.0rem);
}
.bodyText.default_deco h3 {
    border-bottom: solid 1.5px var(--mainColor);
    padding: 0 0 .4em;
	font-size: min(4.8vw, 1.8rem);
}
.bodyText.default_deco h4 {
	font-size: min(4.5vw, 1.8rem);
}
.bodyText.default_deco h5 {
	font-size: min(4.3vw, 1.7rem);
}
h1.deco_none,
h2.deco_none,
h3.deco_none,
h4.deco_none,
h5.deco_none,
ul.deco_none li {
	background: transparent;
	border: none;
	color: inherit;
	padding: 0;
}
.bodyText.deco_none h1,
.bodyText.deco_none h2,
.bodyText.deco_none h3,
.bodyText.deco_none h4,
.bodyText.deco_none h5,
.bodyText.deco_none ul li {
	margin: 0;
}
.bodyText .deco_none:before,
.bodyText .deco_none:after {
	display: none;
}

.bodyText.default_deco * + p,
.bodyText.default_deco * + ul,
.bodyText.default_deco * + ol {
	margin-top: 1.5em;
}

.bodyText.default_deco .wp-block-table {
	/* margin: 1.5em 0; */
}

.bodyText.default_deco .wp-block-image {
    margin-bottom: 1.5em;
}
.bodyText.default_deco * + .wp-block-image {
	margin-top: 1.5em;
}
.bodyText .ark-block-column .wp-block-image {
	margin: 0;
}
.bodyText .wp-block-quote {
	background: var(--w_gray);
	color: #606060;
	font-size: .95em;
	margin: 2em auto;
	padding: 2em 3em;
	position: relative;
    width: 95%;
}
.bodyText .wp-block-quote::before,
.bodyText .wp-block-quote::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 4"><path fill="%23D6D6D6" d="M1.19,1.85c.61,0,1.1.48,1.1,1.08s-.48,1.07-1.1,1.07c-.78,0-1.19-.48-1.19-1.21,0-.51.22-.91.49-1.42l.73-1.36h.95l-.99,1.85ZM3.9,1.85c.61,0,1.1.48,1.1,1.08s-.48,1.07-1.1,1.07c-.78,0-1.19-.48-1.19-1.21,0-.51.22-.91.49-1.42l.73-1.36h.95l-.99,1.85Z" /></svg>') no-repeat center / contain;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	width: 2.5em;
	height: 3em;
}
.bodyText .wp-block-quote::before {
	top: -.8em;
	left: -.8em;
}
.bodyText .wp-block-quote::after {
	bottom: -.8em;
	right: -.8em;
	transform: rotate(180deg);
}
.bodyText .wp-block-quote p {
	position: relative;
	z-index: 1;
}
.bodyText .wp-block-quote cite {
	display: block;
	position: relative;
	text-align: right;
	z-index: 1;
}
/* .bodyText p {
	margin: 1.4em 0;
}
.bodyText p:first-child {
	margin-top: 0;
}
.bodyText p:last-child {
	margin-bottom: 0;
} */
.wp-block-buttons {
	align-items: center;
	margin: 2em 0;
}

.wp-block-buttons.is-layout-flex {
	grid-gap: 2em;
}
.wp-block-buttons > .wp-block-button {
	display: inline-block;
}
.wp-block-button:last-child {
	margin-right: 0 !important;
}
.bodyText hr {
	border: none;
	background: var(--gray);
	margin: min(8vw, 30px) auto;
	width: 100%;
	max-width: none;
	height: 1px;
}
.bodyText hr.is-style-wide {
	width: 100%;
}
.bodyText hr.is-style-dots {
	background: none;
	border-top: dotted 1px var(--gray);
	width: 100%;
}
.wp-block-separator.is-style-dots:before {
	display: none !important;
}
.bodyText + hr {
	margin: 60px auto;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.bodyText .wp-block-columns {
		flex-direction: column;
	}
	.bodyText .wp-block-column:nth-child(2n) {
		margin: 0;
	}
	.bodyText .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin: 0;
	}
	.bodyText .wp-block-buttons {
		display: grid;
			place-content: stretch;
	}
	.wp-block-buttons > .wp-block-button {
		width: 100%;
	}
	.bodyText .wp-block-quote {
		padding: 1em;
	}
	.bodyText .wp-block-quote::before,
	.bodyText .wp-block-quote::after {
		width: 2.5em;
		height: 2.5em;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

/*====================================================
////class archiveName
====================================================*/
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.archiveName {
		font-size: 2.2rem;
	}
}

@media screen and (max-width:500px) {
	.archiveName {
		font-size: 1.4em;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.archiveName {
		font-size: 2.4rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

/*====================================================
////id EBブロック
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

@media (hover: hover) {}

/*====================================================
////id sns_share
====================================================*/
#sns_share .itemBox {
	grid-gap: 35px;
}
#sns_share .item img {
	width: 35px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

/*====================================================
////class .pagenation
====================================================*/
.pagenation .page-numbers {
	display: flex;
		align-items: center;
		grid-gap: .5em;
		justify-content: center;
	margin: 3em auto 0;
	width: 100%;
}
.pagenation li {
	margin: 0;
	padding: 0;
}
.pagenation li .page-numbers:not(.dots) {
    border-radius: 100%;
	display: flex;
		align-items: center;
		justify-content: center;
    font-size: min(4.0vw, 1.7rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
    padding-bottom: .1em;
	width: 2.5em;
	height: 2.5em;
}
.pagenation li .page-numbers.current {
	background: var(--mainColor);
	border-color: var(--mainColor);
	color: #fff;
	pointer-events: none;
}
.pagenation li .page-numbers.dots {
	border: none;
    margin-top: 0;
}
.pagenation li .page-numbers.prev ,
.pagenation li .page-numbers.next {
    background: transparent;
	border: none;
	opacity: 1;
    position: relative;
    width: 1em;
}
.pagenation li .page-numbers.prev .triangle_arrow {
	transform: rotate(180deg);
}

#single .pagenation {
    padding: min(15vw, 130px) 0 0;
}
#single .pagenation .wrapBox {
    align-items: flex-start;
	place-content: space-between;
	grid-gap: 0 1em;
	grid-template-columns: 4em 1fr 4em;
	margin: auto;
	text-align: center;
}
#single .pagenation a {
    font-weight: 700;
    line-height: 1;
}
#single .pagenation .backBox {
    display: flex;
        justify-content: center;
}
#single .pagenation .backBox a {
    background: #E4E4E4;
    border-radius: 2em;
    display: flex;
        align-items: center;
        grid-gap: .8em;
        justify-content: center;
    padding: .3em 1em .3em 1.5em;
    height: 3.2em;
    width: min(100%, 220px);
}
#single .pagenation .backBox a .arrow {
    width: 1em;
    height: 1em;
}
#single .pagenation .backBox a .arrow::before,
#single .pagenation .backBox a .arrow::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11"><path fill="%23494949" d="M7,5.49L1.51,11l-1.51-1.51,3.99-3.99L0,1.51,1.51,0l5.49,5.49Z" /></svg>') no-repeat center / contain;
}
#single .pagenation .nextBox a,
#single .pagenation .prevBox a {
    display: flex;
        align-items: center;
        grid-gap: .6em;
        justify-content: center;
    height: 3em;
}
#single .pagenation .nextBox a .triangle_arrow,
#single .pagenation .prevBox a .triangle_arrow {
    display: inline-block;
    transition: .3s ease-in-out;
}
#single .pagenation .nextBox a .triangle_arrow {
	transform: rotate(-180deg);
}
#single .pagenation a:hover {
	opacity: 1;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}


/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

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

@media (hover: hover) {
	#single .pagenation a:hover .triangle_arrow {
		transform: translateX(.3em);
	}
	#single .pagenation .nextBox a:hover .triangle_arrow {
		transform: translateX(-.3em) rotate(-180deg);
	}
    #archive .pagenation li .page-numbers.prev:hover .triangle_arrow {
		transform: translateX(-.3em) rotate(-180deg);
    }
    #archive .pagenation li .page-numbers.next:hover .triangle_arrow {
		transform: translateX(.3em);
    }
	.pagenation li .page-numbers:not(.dots):hover {
		/* background: var(--w_blue); */
        color: var(--mainColor);
		opacity: 1;
	}
    
}

/*====================================================
////id sidebar
====================================================*/
#sidebar {
	position: -webkit-sticky;
	position: sticky;
		top: 90px;
}

#sidebar #side_search .searchform {
	background: #fff;
	border: solid 1px #707070;
	display: grid;
		grid-template-columns: 1fr auto;
	overflow: hidden;
	position: relative;
}
#sidebar #side_search .searchform input {
	border: none;
	min-height: 42px;
}
#sidebar #side_search .searchform button {
	background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 19.02 19.02"><path fill="%238CC63F" d="m18.34,15.33l-1.95-1.95c2.52-4.18,1.17-9.6-3.01-12.12C9.21-1.25,3.78.1,1.27,4.27-1.25,8.45.1,13.88,4.27,16.39c2.8,1.69,6.31,1.69,9.11,0l1.95,1.94c.8.86,2.14.91,3,.12.86-.8.91-2.14.12-3-.04-.04-.08-.08-.11-.12h0Zm-5.66-2.66c-2.11,2.11-5.53,2.11-7.65,0-2.11-2.11-2.11-5.53,0-7.65,2.11-2.11,5.53-2.11,7.65,0,1.01,1.01,1.58,2.39,1.58,3.82,0,1.43-.57,2.81-1.58,3.82h0Z" /></svg>') no-repeat center;
	background-size: 20px 20px;
	display: flex;
		align-items: center;
		justify-content: center;
	width: 50px;
	height: 100%;
}

#side_banner .itemBox {
	grid-gap: 5px;
}
#side_banner .item .coverImg {
	padding-top: 54.5%;
}

#sidebar h5 {
    border-bottom: solid 1px;
	font-size: min(4vw, 1.8rem);
    margin-bottom: .6em;
	padding-bottom: .3em;
}
#side_category ul {
}
#side_category ul li {
	margin: 0;
	width: 100%;
}
#side_category a {
	line-height: 1.4;
	padding: .3em .5em .3em 1.2em;
	position: relative;
}
#side_category a::before {
	border-top: solid 1px;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		top: 1em;
		left: 0;
    transition: .3s ease-in-out;
	width: .7em;
	height: 0;
}

#side_banner .itemBox:not(.slick-slider) {
    display: grid;
        grid-gap: 16px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
	#sidebar {
        font-size: min(3.8vw, 1.5rem);
		margin: auto;
		width: 100%;
			max-width: 500px;
	}
	#sidebar .sidebar-inner {
		grid-gap: 2em 0;
	}
	#sidebar .headBox h5 {
		font-size: 1.2em;
	}

    #side_banner .item {
        padding: min(2vw, 8px);
    }
}

@media screen and (max-width:769px) {
    #side_banner {
        margin: calc(min(2vw, 8px) * -1);
    }
    #side_banner .itemBox {
        width: 72%;
        position: relative;
    }
    #side_banner .itemBox::before {
        background: var(--w_green);
        content: '';
        display: block;
        margin: auto;
        position: absolute;
            top: 0;
            right: 100%;
        width: calc(50vw - min(45vw, 250px));
        height: 100%;
        z-index: 10;
    }
    #side_banner .itemBox .slick-list {
        overflow: visible;
    }
    #side_banner .itemBox .slick-dots {
        width: min(90vw, 500px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	#sidebar {
		width: min(24vw, 300px);
	}
	#sidebar .sidebar-inner {
		grid-gap: 40px 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#sidebar .sidebar-inner {
		grid-gap: 40px 0;
	}
    #side_banner .item {
        padding: min(2vw, 8px);
    }
}

@media screen and (min-width:1080px) {
	#sidebar {
		top: 120px;
	}
}

@media (hover: hover) {
	#side_category a:hover {
        opacity: 1;
        color: var(--blue);
        padding-left: 1.5em;
        padding-right: .2em;
	}
    #side_category a:hover::before {
        width: .9em;
    }
}


/*// NOTE プレゼント */
@media print, screen and (min-width: 960px) {
    .post-type-archive-present_entrys .archive_item .archive_item-inner {
        grid-template-columns: 6em 1fr;
    }
    .post-type-archive-present_entrys .archive_item .category {
        display: none;
    }
}



/*====================================================
////id lazy blocks
====================================================*/
* + [class^="wp-block-lazyblock"],
* + [class*=" wp-block-lazyblock"] {
    margin-top: 1.5em;
}
[class*=" wp-block-lazyblock"] + [class*=" wp-block-lazyblock"] {
    margin-top: 1em;
}
.lzbk_balloon {
    display: flex;
        align-items: center;
        justify-content: flex-end;
        grid-gap: 20px;
}
.lzbk_balloon.balloon-right {
    flex-direction: row-reverse;
}
.lzbk:has(.lzbk_balloon_img_caption),
.lzbk:has(.lzbk_balloon_img_caption) {
    min-height: calc(min(15vw, 100px) + 1em);
}
.lzbk_balloon_txt {
    background: var(--w_blue2);
    border: solid 1px var(--gray);
    border-radius: min(3vw, 1.5em);
    font-size: 1.05em;
    line-height: 1.7;
    padding: min(2vw, 1em) min(3vw, 1.5em);
    position: relative;
    max-width: calc(100% - min(15vw, 100px) - 20px);
}
.lzbk_balloon_txt::before,
.lzbk_balloon_txt::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    width: 14px;
    height: 10px;
}
.lzbk_balloon_txt::before {
    background: var(--w_blue2);
    top: calc(50% + .8px);
    right: calc(100% - 2.5px);
    z-index: 3;
}
.lzbk_balloon_txt::after {
    background: var(--gray);
    top: 50%;
    right: 100%;    
}
.lzbk_balloon.balloon-left .lzbk_balloon_txt::before {
    transform: scale(-1, 1);
    left: calc(100% - 2.5px);
    right: auto;
}
.lzbk_balloon.balloon-left .lzbk_balloon_txt::after {
    transform: scale(-1, 1);
    left: 100%;
    right: auto;
}
.lzbk_balloon_img {
    position: relative;
    width: min(15vw, 100px);
}
.lzbk_balloon_img .coverImg {
    border-radius: 100%;
    padding-top: 100%;
}
.lzbk_balloon_img_caption {
    font-size: min(2.5vw, 1.2rem);
    line-height: 1.4;
    position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    text-align: center;
}

@media print, screen and (min-width: 1300px) {
    .lzbk_balloon {
        width: calc(100% - min(15vw, 100px) - 60px);
    }
    .lzbk_balloon.balloon-left {
        margin: 0 0 0 auto;
    }
}
/*====================================================
////id blog_parts
====================================================*/
* + .blog_parts {
    margin-top: 2.5em;
}
.bodyText.default_deco .blog_parts + * {
    margin-top: 2.5em;
}

/*====================================================
////id related-post-block
====================================================*/
* + .related-post-block {
    margin-top: 1.5em;
}
.related-post-link {
    background: var(--w_gray);
    border: solid 1px var(--gray);
    border-radius: .5em 1em 1em 1em;
    display: grid;
        grid-gap: .5em 1em;
    line-height: 1.6;
    padding: 1.5em 1.2em;
    position: relative;
}
.related-post-icon {
    background-color: var(--mainColor);
    border-radius: 1em 1em 1em 0;
    color: #fff;
    font-size: .9em;
    line-height: 1.2;
    padding: .25em 1.5em;
    position: absolute;
        top: -.8em;
        left: -1px;
    z-index: 10;
}
.related-post-title {
    font-weight: 700;
    transition: .3s ease-in-out;
}
.related-post-excerpt {
    font-size: .9em;
}

@media screen and (max-width: 769px) {
    .related-post-link {
        align-items: center;
        grid-template-columns: min(33%, 150px) 1fr;
    }
    .related-post-excerpt {
        grid-column: 1 / 3;
    }
}

@media print, screen and (min-width: 769px) {
    .related-post-link {
        grid-template-columns: 20% 1fr;
        grid-template-rows: auto 1fr;
    }
    .related-post-title {
        font-size: 1.05em;
    }    
    .related-post-thumbnail {
        grid-column: 1;
        grid-row: 1 / 3;
    }
}

@media (hover: hover) {
    .related-post-link:hover .related-post-title {
        color: var(--d_blue);
    }
}