/*====================================================
////id title
====================================================*/
#title {
}
#title .bgBox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#title > .innerBox{
/*	justify-content: flex-start;*/
	padding: 20px 0 30px;
	height: 100%;
}
#title .headBox {
/*	margin: 50px 0 0;*/
}
#title .headBox .title_en {
	font-size: 3.0rem;
	margin: -.5em 0 .2em;
}
#title .headBox h1 {
	letter-spacing: .1em;
	margin: 0;
	position: relative;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#title > .innerBox {
		height: 200px;
	}
	#title .headBox .title_en {
		font-size: 2.2rem;
	}
	#title .headBox h1 {
		font-size: 2.8rem;
	}
}
@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#title > .innerBox {
		height: 300px;
	}
	#title .bgBox {
	}
	.single #title > .innerBox{
/*		height: 260px;*/
	}
}

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

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


/*====================================================
////class .breadcrumb
====================================================*/
#title .breadcrumb-outer {
	background: #fff;
	padding: 6px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
#title .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 1px 0;
}
.breadcrumb li {
	display: flex;
		align-items: center;
	margin: 2px 0;
	padding-right: 30px;
	position: relative;
}
.breadcrumb li:after {
	background: #ff4128;
	color: #fff;
	content: '';
	font-size: 10px;
	line-height: 1.2;
	margin: auto;
	position: absolute;
		top: 0;
		right: 12px;
		bottom: 0;
	width: 1em;
	height: 2px;
}
.breadcrumb li:last-child {
	padding: 0;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
}
.breadcrumb li .icon {
	display: inline-block;
	fill: #fff;
	margin-top: 2px;
	transition: .2s all;
	width: 1.5em;
	height: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.breadcrumb li a:hover .icon {
		fill: #55A4DC;
	}
}

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

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

/*====================================================
////class .column-wrapper
====================================================*/
.column-wrapper {
	align-items: flex-start;
	padding-top: 80px;
/*	padding-bottom: 30px;*/
/*	min-height: 60vh;*/
}
.column-wrapper main {
	flex: 1;
	margin: 0 auto;
	width: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1099px) {
	.column-wrapper {
		flex-direction: column;
	}
	.column-wrapper #sidebar {
/*		margin-top: 60px;*/
	}
}

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

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

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

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

/*====================================================
////id leadCopy
====================================================*/
#leadCopy {
	font-size: 1.8rem;
	/* padding: 80px 0 0; */
}
#leadCopy p {

}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#leadCopy {
		font-size: 1.7rem;
	}
}

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

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

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

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

/*====================================================
////class .headBox
====================================================*/
#simple_title .headBox ,
main .headBox {
	border-bottom: dotted 1px #ccc;
	line-height: 1.4;
	margin-bottom: 30px;
	padding: 0 0 30px;
}
main .headBox h1 {
	font-size: 2.2rem;
	margin-bottom: 0;
}
main .headBox .date + h1,
main .headBox .category + h1 {
	margin-top: 10px;
}
main .headBox .date {
	margin-top: 5px;
}
main .headBox .newIcon {
	margin: 0 0 0 8px;
}
main .headBox .tag {
/*	margin: 0 0 0 20px;*/
}
main .headBox .tag a {
	font-size: 1.3rem;
	margin-right: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#simple_title .headBox ,
	main .headBox {
	}
	#simple_title .headBox h1 ,
	main .headBox h1 {
		font-size: 2.0rem;
		margin-bottom: 10px;
/*		padding-left: 10px;*/
	}
	main#page .headBox {
		padding: 0 20px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	main .headBox {
	}
	main .headBox h1 {
	}
	main .headBox .category a:hover {
	}
}

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

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

/*====================================================
////id post headBox
====================================================*/
#post main .headBox {
	border: none;
	padding-top: 55px;
	position: relative;
	text-align: center;
}
#post main .headBox:before {
    background: url(../img/head_icon-1.png) no-repeat center / contain;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
#post main .headBox h1 {
	display: inline-block;
	text-align: left;
	font-size: 2.8rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#post main .headBox h1 {
		font-size: 2.5rem;
	}
}

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

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

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

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

/*====================================================
////class archive
====================================================*/
#archive .listBox {
	margin-top: -30px;
}
#archive .listBox .item {
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
}
#archive .listBox .item a {
}
#archive .listBox .item-inner {
}

#archive .listBox .item .coverImg {
	background: #f8f8ec;
	padding-top: 58%;
}
#archive .listBox .item .date {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 5px;
}
#archive .listBox .item .newIcon {
	margin: 0 0 0 8px;
}
#archive .category span ,
#single .category a {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 3px 3px 0;
	padding: .3em .5em .3em;
	width: 8em;
}
#archive .listBox .item .title {
	margin: 0;
}
#archive .listBox .item .date + .title ,
#archive .listBox .item .category + .title {
	margin-top: 10px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#archive .listBox {}
	#archive .listBox .item {
		padding: 0 10px;
		width: 50%;
	}
	#archive .listBox .item a {
		margin: 0;
		padding: 25px 0;
	}
	#archive .listBox .item .txtBox {
		padding: 15px 0 0;
	}
}

@media screen and (max-width:500px) {
	#archive .listBox .item {
		padding: 0;
		width: 100%;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#archive .listBox {
		justify-content: flex-start;
	}
	#archive .listBox .item {
		width: 100%;
	}
	#archive .listBox .item-inner {
		align-items: center;
	}
	#archive .listBox .imgBox {
		width: 30%;
	}
	#archive .listBox .txtBox {
		margin-left: 20px;
		flex: 1;
	}
}

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

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

/*====================================================
////id post archive
====================================================*/
#post #archive .listBox {
	justify-content: space-between;
}
#post #archive .item {
	border-bottom: none;
}
#post #archive .item-inner {
	flex-direction: column;
	position: relative;
}
#post #archive .item .imgBox {
	width: 100%;
}
#post #archive .item .title {
	margin: auto;
	text-align: center;
	width: 100%;
}
#post #archive .listBox .txtBox {
	margin-left: 0;
	padding-top: 10px;
	width: 100%;
}
#post #archive .title > span {
	display: block;
	margin-left: 0!important;
}
#post #archive .title .arrow_square {
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#post #archive .listBox {
		margin: auto;
		max-width: 500px;
	}
	#post #archive .item {
		width: 100%;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#post #archive .item {
		width: calc(50% - 10px);
	}
	#post #archive .item .title {
		font-size: 2.2rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#post #archive .item .imgBox figure {
		padding-top: 70%;
	}
	#post #archive .item .title {
		font-size: 2.0rem;
	}
}

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

/*====================================================
////id
====================================================*/
#contents .wp-block-image {
	margin: 1.4em 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#contents .wp-block-image figure {
		display: block;
		float: none;
		margin: 0;
		width: 100%
	}
}

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

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

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

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

/*====================================================
////class .bodyText
====================================================*/
.bodyText {
/*	border-bottom: dotted 1px #ccc;*/
	width: 100%;
	margin: 0 auto 40px;
	/* padding-bottom: 20px; */
}
#post.single .bodyText ,
#news.single .bodyText ,
#voice.single .bodyText {
/*	border-bottom: dotted 1px rgba(0, 0, 0, .8);*/
/*
	margin-bottom: 50px;
	padding-bottom: 40px;
*/
}
.page-template-tmpl_noHead .bodyText {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.bodyText h1 {
	background: #aea175;
	clear: both;
	color: #fff;
	font-size: 2.6rem;
	margin: 60px 0 20px;
	padding: 5px 10px 8px 45px;
	position: relative;
}
.bodyText h1:before {
	background: url(../img/head_icon-1.png) no-repeat center / contain;
	content: '';
	filter: brightness(10);
	margin: auto;
	position: absolute;
		top: -1px;
		left: -23px;
		bottom: -1px;
	width: 46px;
	height: 46px;
	z-index: 1;
}
.bodyText h2 {
	border-bottom: solid 1px #aea175;
	clear: both;
	font-size: 2.6rem;
	margin: 50px 0 20px;
	padding: 0 0 8px 25px;
	position: relative;
}
.bodyText h2:before {
	/* background: #68131c; */
	background: #2ac8c7;/*基調カラー変更*/
	content: '';
	margin: auto;
	position: absolute;
		left: 0;
		top: 5px;
	width:10px;
	height: calc(100% - 15px);
}
.bodyText h3 {
	/* clear: both; */
	font-size: 2.4rem;
	margin: 40px 0 20px;
	padding: 0 0 5px 20px;
	position: relative
}
.bodyText h3:before {
	background: #aea175;
	background: linear-gradient(to right, #aea175, rgba(223, 217, 200, 0));
	content: '';
	margin: auto;
	position: absolute;
		left: 0;
		bottom: 0;
	width: 60%;
	height: 2px;
}
.bodyText h4 {
	/* clear: both; */
	font-size: 2.2rem;
	margin: 40px 0 20px;
	padding-left: 30px;
	position: relative;
}
.bodyText h4:before {
	border: solid 4px #dfd9c8;
	border-radius: 100%;
	content: '';
	margin: auto;
	position: absolute;
		top: calc(.7em - 8px);
		left: 2px;
	width: 12px;
	height: 12px;
}
.bodyText h5 {
	/* clear: both; */
	font-size: 2.0rem;
	margin: 30px 0 20px;
	padding-left: 30px;
	position: relative;
}
.bodyText h5:before {
	/* background: #68131c; */
	background: #2ac8c7;/*基調カラー変更*/
	content: '';
	margin: auto;
	position: absolute;
	top: calc(.7em - 2px);
	left: 0;
	width: 13px;
	height: 4px;
}
h1.deco_none,
h2.deco_none,
h3.deco_none,
h4.deco_none,
h5.deco_none,
ul.deco_none li {
	background: none;
	border: none;
	color: inherit;
	padding: 0;
}
h1.deco_none:before,
h2.deco_none:before,
h3.deco_none:before,
h4.deco_none:before,
h5.deco_none:before,
ul.deco_none li:after {
	display: none;
}

.bodyText ul li {
	line-height: 1.4;
	margin: .5em 0;
	padding-left: 20px;
	position: relative;
}
.bodyText ul li:after {
	/* border-top: solid 2px #ab1727; */
	border-top: solid 2px #fc6264;/*赤色変更*/
	content: '';
	margin: auto;
	position: absolute;
	top: calc(.7em - 2px);
	left: 0;
	width: 10px;
	height: 0;
}

.bodyText .color-pink:before ,
.bodyText .color-pink li:before {
	background: #e82e83;
}
.bodyText .color-yellow:before ,
.bodyText .color-yellow li:before {
	background: #FABF13;
}
.bodyText .color-blue:before ,
.bodyText .color-blue li:before {
	background: #1792D4;
}

.bodyText p a:not(.linkBtn):not(.button) {
	-webkit-text-decoration: underline dotted 1px;
	text-decoration: underline dotted 1px;
	text-underline-position: under;
}
.bodyText p a:not(.linkBtn):hover {
	-webkit-text-decoration-color: #8b6e5e;
	text-decoration-color: #8b6e5e;
}
.bodyText p {
	margin: 1.0em 0 1.4em;
}
.bodyText p:first-child {
	margin-top: 0;
}
.bodyText p:last-child {
	margin-bottom: 0;
}
.bodyText .wp-block-buttons {
	align-items: center;
	-moz-column-gap: 20px;
	     column-gap: 20px;
}
.bodyText .wp-block-button {
	margin: 20px 0;
}
.bodyText .wp-block-button__link {
	background: transparent;
	/* margin: 20px 0 !important; */
}
.bodyText hr {
	background: #b9985e;
	margin: 60px auto;
	width: 200px;
	max-width: none;
}
.bodyText hr.is-style-wide {
	width: 100%;
}
.bodyText hr.is-style-dots {
	background: none;
	border-top: dotted 1px #ccc;
	width: 100%;
}
.wp-block-separator.is-style-dots:before {
	display: none !important;
}
.bodyText + hr {
	background: none;
	border: none;
	border-top: solid 1px #dfd9c8;
	margin: 60px auto;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.bodyText h1 {
		font-size: 2.0rem;
	}
	.bodyText h2 {
		font-size: 1.9rem;
	}
	.bodyText h3 {
		font-size: 1.8rem;
	}
	.bodyText h4 {
		font-size: 1.8rem;
	}
	.bodyText h5 {
		font-size: 1.7rem;
	}
	.bodyText .wp-block-buttons .wp-block-button {
		text-align: center;
		width: 100%;
	}
	.bodyText .wp-block-button__link {
		display: inline-block !important;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.bodyText figure.alignright,
	.bodyText figure.alignleft {
		max-width: 40%;
	}
}

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

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

/*====================================================
////id nav-menu
====================================================*/
#nav-menu {
	display: flex;
		justify-content: center;
		flex-wrap: wrap;
	margin: auto;
	max-width: 700px;
}
#nav-menu li {
	font-size: 1.5rem;
	letter-spacing: .05em;
	margin: 5px 12px;
	padding: 0;
}
#nav-menu li:after {
	display: none;
}
#nav-menu a {
	/* color: #68131c; */
	color: #2ac8c7;/*基調カラー変更*/

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

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

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

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

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


/*====================================================
////id yarpp
====================================================*/
.bodyText .yarpp {
	margin: 0;
}
#yarpp {
	border-top: solid 1px #dfd9c8;
	margin-top: 60px;
	padding-top: 60px;
}
#yarpp h4 {
	padding: 0 40px;
}
#yarpp h4:before ,
#yarpp h4:after {
	border: solid #ff4128;
	border-radius: 0;
	border-width: 2px 0 0 0;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		top: 0;
		bottom: 0;
	width: 20px;
	height: 0;
}
#yarpp h4:before {
	left: 0;
}
#yarpp h4:after {
	right: 0;
}
#yarpp .item {
	padding: 8px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#yarpp .item {
		font-size: 1.5rem;
		width: 50%;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#yarpp .item {
		width: 25%;
	}
	#yarpp .item .txtBox {
		text-align: center;
	}
}

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

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

/*====================================================
////class archiveName
====================================================*/
#archiveName {
	font-weight: normal;
	padding: 5px 10px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

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

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

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

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

/*====================================================
////class .wp-block-table
====================================================*/
.wp-block-table {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 40px 0;
	padding: 5px 0;
}
/*.wp-block-table table {
	width: 100%;
}*/
.wp-block-table thead th ,
.wp-block-table tr td {
	border: none;
}
.wp-block-table thead th {
	background: rgba(105, 19, 28, 0.1);
	/* color: #68131c; */
	color: #2ac8c7;/*基調カラー変更*/
	border-bottom: solid 2px #68131c;
}

.wp-block-table tbody tr td:first-child {
	min-width: 100px;
}
/*
.wp-block-table tbody tr:nth-child(even) td:first-child {
	color: #919191;
}
*/
.wp-block-table tbody tr:last-child td {
	/* border-bottom: solid 1px #ccc; */
}
.wp-block-table tfoot td {
	border-top: double 3px #cccccc;
	border-bottom: solid 1px #ccc;
}
.wp-block-table figcaption {
	font-size: .8em;
	margin: .5em 0;
}
/*
.wp-block-table thead th {
	background: #e6ddd8;
}
.wp-block-table tfoot td,
.wp-block-table thead th {
	line-height: 1.4;
	min-width: calc(3em + 30px);
	padding: 10px 30px 6px;
	vertical-align: bottom;
}
.wp-block-table tbody td {
	line-height: 1.4;
	min-width: calc(3em + 30px);
	padding: 10px 30px 16px;
}
.wp-block-table tbody tr {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.wp-block-table figcaption {
	margin-top: 5px;
}
*/
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.wp-block-table thead th ,
	.wp-block-table tfoot td {
		font-size: 1.4rem;
/*		padding: 5px 10px;*/
	}
	.wp-block-table tbody td {
		padding: 14px 10px 10px;
	}
	.wp-block-table table th,
	.wp-block-table table td {
/*
		border: dotted rgba(0, 0, 0, .8);
		border-width: 0 1px 1px 0;
*/
	}
	.wp-block-table table thead th:last-child,
	.wp-block-table table td:last-child {
		border-right: none;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.wp-block-table thead th {
		white-space: nowrap;
	}
}

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

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


/*====================================================
////class .pagenation
====================================================*/
.pagenation {
}
.pagenation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto;
	width: 100%;
}
.pagenation li {
	margin: 0 10px;
}
.pagenation li .page-numbers {
	background: #fff;
	border: solid 1px #59C2D8;
	color: #59C2D8;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 1.6rem;
	width: 2.5em;
	height: 2.5em;
	line-height: 1;
	letter-spacing: 0;
}
.pagenation li .page-numbers.current {
	background: #59C2D8;
	color: #fff;
}
.pagenation li .prev ,
.pagenation li .next {
	background: rgba(89, 194, 216, 0.1);
/*	border: none;*/
}

#single .pagenation {
	justify-content: center;
	margin: auto;
}
#single .pagenation a {
}
#single .pagenation a.next-link .arrow {
	transform: rotate(-180deg);
}
#single .pagenation a.goto_list {
	font-size: 2.0rem;
	margin: 0 20px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.pagenation li .page-numbers:hover,
	#single .pagenation a:hover {
		/* color: #ab1727; */
		color: #fc6264;/*赤色変更*/
		opacity: 1;
	}
	#single .pagenation a.next-link:hover .arrow {
    margin-left: -0.2em;
    margin-right: 0.2em;
	}
}

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

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


/*====================================================
////id product
====================================================*/
#product {
  background: linear-gradient(to bottom, #f9f7f3, #fff);
  overflow: hidden;
}
#product .decoBox {
  top: -100%;
  left: 5%;
  width: 70%;
  z-index: 0;
}
#product .flexWrap {
  gap: 10px 10px;
}
#product .item {

}
#product .item a {
  position: relative;
	padding: 15px;
  height: 100%;
	border:1px solid #F2F2F2;
}
#product .item a:before {
  background: url(../img/bg-sakura-2.png) no-repeat top center / contain;
	content: '';
	margin: auto;
	position: absolute;
	top: 5px;
	right: 20px;
	width: 60%;
	height: 100%;
}
#product .item .txtBox {
	width: calc(100% - (60px + 50px));
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
#product .item .txtBox h5 {
  margin-bottom: 0;
}
#product .item .imgBox {
  /* flex: 1; */
}
#product .item .imgBox figure {
  width: 60px;
  aspect-ratio: 1 / 1;
}
#product .item figure img {
  width: 100%;
  height: 100%;
	object-fit: contain;
}
	#product .item a .arrow_square {
		margin: auto;
		position: absolute;
		width: 50px;
		height: 50px;
		top: calc(50% - 25px);
		right: 15px;
	}
	#product .item a .arrow_square .arrow {
		width: 15px;
	}
	
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #product .itemBox {
    margin: auto;
    width: 90%;
  }
  #product .item {
		width: 100%;
  }
	#product .item .txtBox h5 {
		font-size: 1.8rem;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #product .headBox {
    position: absolute;
    top: 80px;
    left: 0;
    width: 120px;
  }
  #product .itemBox {
    margin: 0 0 0 auto;
    width: calc(100% - 120px);
  }
  #product .item {
    width: calc((100% - 10px) / 2);
  }
  #product .item a:after {
    /* background: #ab1727; */
		background: #fc6264;/*赤色変更*/
		content: '';
		margin: auto;
		opacity: 0;
		position: absolute;
			left: 0;
			bottom: 0;
		transition: .6s ease-in-out;
		width: 0;
		height: 5px;
  }
  #product .item a:hover:after {
    opacity: 1;
		width: 100%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  #product .headBox {
    width: 80px;
  }
  #product .itemBox {
    width: calc(100% - 100px);
  }
}

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

/*====================================================
////id
====================================================*/

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

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

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

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

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

/*====================================================
////id sidebar
====================================================*/
#sidebar #side_widget {
	max-width: 400px;
	margin: auto;
}
#sidebar .headBox {
	/* font-weight: bold; */
/*	margin-top: 30px;*/
	/* padding: 60px 0 0; */
}
#sidebar .headBox .head {
	font-size: 2.6rem;
	/* padding: 5px 10px; */
}
#sidebar #newPost li {
	border-bottom: dotted 1px #ccc;
}
#sidebar #newPost li a {
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 6px 8px;
}
#sidebar #newPost .imgBox {
	width: 80px;
}
#sidebar #newPost .imgBox .coverImg {
	padding-top: 58%;
}
#sidebar #newPost .txtBox {
	flex: 1;
	margin-left: 10px;
}
#sidebar #side_category a {
	padding: 10px 15px;
}
#sidebar #side_category li:last-child {
	border-bottom : solid 1px #d8d8d8;
}

#sidebar .yearArchiveList > li {
	border-top : solid 1px #d8d8d8;
	/* padding: 2px 0px; */
}
#sidebar .yearArchiveList > li:last-child {
	border-bottom : solid 1px #d8d8d8;
}
#sidebar .yearArchiveList > li {
	height: 56px;
	overflow: hidden;
	transition: .4s all;
}
#sidebar .yearArchiveList .year {
	display: flex;
	align-items: center;
	cursor: pointer;
	/* height: 41px; */
	padding: 10px 15px;
	transition: .2s all;
}
#sidebar .yearArchiveList .open .year {
	background: #000;
	color: #fff;
}
#sidebar .yearArchiveList .eachYear {
/*	padding: 5px 0;*/
}
#sidebar .yearArchiveList .eachYear li:last-child {
/*	padding-bottom: 10px;*/
}
#sidebar .yearArchiveList .eachYear a {
	display: block;
	opacity: 1;
	padding: 8px 0 8px 40px;
	position: relative;
}
#sidebar .yearArchiveList .eachYear a:before {
	/* border-top: solid 2px #ab1727; */
	border-top: solid 2px #fc6264;/*赤色変更*/
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 10px;
	height: 0px;
}
#sidebar .tagcloud {
	border : solid #d8d8d8;
	border-width: 1px 0;
	color: #945d41;
	padding: 10px 0;
}
#sidebar .tagcloud a {
	font-size: 1.4rem !important;
	margin-right: .5em;
	position: relative;
}
#sidebar .tagcloud a:before {
	content: '#';
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#sidebar {
		margin: 60px auto 0;
		width: 400px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#sidebar {
		flex-direction: column;
		margin-left: 30px;
		width: 340px;
	}
	#sidebar #side_category a:hover {
		background: #000;
		color: #fff;
	}
	#sidebar .cat-item a:hover {
		background: #ea674a;
		color: #fff;
	}
	#sidebar .yearArchiveList .year:hover {
		color: #fff;
		background: #000;
	}
	#sidebar .yearArchiveList .eachYear a:after {
		background: #dfd9c8;
		content: '';
		margin: auto;
		opacity: 0;
		position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
		transition: .3s ease-in-out;
		width: 0;
		height: 30px;
		z-index: -1;
	}
	#sidebar .yearArchiveList .eachYear a:hover:after {
		opacity: 1;
		width: 26px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#sidebar {
		margin: 60px auto 0;
		width: 400px;
	}
}

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



/*====================================================
////id
====================================================*/

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

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

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

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

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

