/* オウンドメディア（下層コンテンツ） */
body.fadeIn {
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* SIDE_NAV */
@media screen and (min-width: 768px) {
	#contents_news_list {
		padding-top: 6vw;
	}

	.side_nav {
		width: 16vw;
		font-family: "Quicksand", sans-serif;
	}
	.side_nav a {
		text-decoration: none;
		display: block;
	}
	.post_cat .all {
		display: none;
	}

	.sidebar-title {
		font-size: 2.0vw;
		font-weight: bold;
		margin-bottom: 2.5vw;
	}
	.rank_product_list{
		padding-top: 1vw;
	}
	.sidebar-title-product{
		padding-top:1.0vw;
	}
	.sidebar-logo_title {
		font-size: 0.6vw;
		font-weight: normal;
		text-align: center;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		letter-spacing: 0.2vw;
	}
	.sidebar-logo_title img {
		margin-bottom: 0.8vw;
	}
	.sidebar-list {
		margin-bottom: 2.0vw;
	}

	.tag_post li {
		display: inline-block;
		font-size: 1vw;
		margin-right: 0.5vw;
		margin-bottom: 0.5vw;
	}

	.post_list a {
		text-decoration: none;
	}
	.new_post li:not(:last-child),
	.ranking_post li:not(:last-child) {
		margin-bottom: 1.5vw;
	}
	.new_post figure,
	.ranking_post figure {
		position: relative;
		height: 16vw;
		overflow: hidden;
		margin-bottom: 0.5vw;
	}
	.new_post figure .post_img,
	.ranking_post figure .post_img {
		height: 100%;
	}
	.new_post .post_img img{width:100%;height:100%;vertical-align:bottom;transition:1s all;object-fit: cover;}
	.new_post a:hover .post_img img{transform:scale(1.1,1.1);transition:1s all;}
	.ranking_post .post_img img{width:100%;height:100%;vertical-align:bottom;transition:1s all;object-fit: cover;}
	.ranking_post a:hover .post_img img{transform:scale(1.1,1.1);transition:1s all;}
	.post_list figure {
		position: relative;
		height: 18vw;
		overflow: hidden;
		margin-bottom: 0.5vw;
	}
	.post_list figure .post_img {
		height: 100%;
	}
	.post_item .post_img img{width:100%;vertical-align:bottom;transition:1s all;}
	.post_item a:hover .post_img img{transform:scale(1.1,1.1);transition:1s all;}
	.new_post .post_img img,
	.ranking_post .post_img img,
	.post_list .post_img img {
		vertical-align: bottom;
	}
	.post_list .post_img img {
		width: 100%;
		height: 100%;
    	object-fit: cover;
	}
	.new_post .post_cap,
	.ranking_post .post_cap {
		/* height: 16vw; */
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		/* background: rgb(255,255,255); */
		background: linear-gradient(180deg,rgba(35,24,21,0) 50%, rgba(35,24,21,0.6) 100%);
		color: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
	}
	.post_list .post_cap {
		height: 18vw;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		/* background: rgb(255,255,255); */
		background: linear-gradient(180deg,rgba(35,24,21,0) 50%, rgba(35,24,21,0.6) 100%);
		color: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
	}
	.new_post .post_cat,
	.ranking_post .post_cat,
	.post_list .post_cat {
		font-size: 0.8vw;
		margin-bottom: 0.5vw;
	}
	.new_post .post_cat > span,
	.ranking_post .post_cat > span,
	.post_list .post_cat > span {
		padding-right: 0.5vw;
	}
	.new_post .post_cat > span:last-child,
	.ranking_post .post_cat > span:last-child,
	.post_list .post_cat > span:last-child {
		padding-right: 0vw;
	}
	.new_post .post_ttl,
	.ranking_post .post_ttl,
	.post_list .post_ttl {
font-size: 0.9vw;
margin-bottom: .5vw;
margin-left: .5vw;
margin-right: .5vw;
line-height: 1.4;
	}
	.new_post .post_txt p,
	.ranking_post .post_txt p,
	.post_list .post_txt p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 0.5vw;
		font-size: 0.8vw;
	}
	.new_post .post_date,
	.ranking_post .post_date,
	.post_list .post_date {
		text-align: center;
		font-size: 0.6vw;
	}

	.product_list li {
font-size: 1.0vw;
font-weight: 700;
margin-bottom: 0.7vw;
	}
	.product_list li:last-child {
		margin-bottom: 0;
	}
	.product_list li a {
		position: relative;
		padding-left: 1vw;
		display: block;
	}
	.product_list li a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 4px #000000;
		top: 50%;
		left: -3px;
		margin-top: -3px;
	}

	.insta_list {
		overflow: hidden;
	}
	.sns_list {
		display: flex;
	}
	.sns_list li {
		margin-right: 1.5vw;
	}

	.contents_news_list_box .page_ttl {
		text-align: center;
		font-size: 3vw;
		padding-top: 0;
		margin-bottom: 5vw;
	}
	.post_list {
		overflow: hidden;
		margin-right: -2%;
		font-family: "Quicksand",sans-serif;
	}
	.post_list .post_item {
		width: 31.3%;
		margin-right: 2%;
		margin-bottom: 3.5vw;
	}

	.contents_news_list_pager_area {
		text-align: center;
		padding-top: 6vw;
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 767px) {
	.contents_news_list_area > .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.post_cat .all {
		display: none !important;
	}

	.contents_news_list_box .page_ttl {
		text-align: center;
		font-size: 5vw;
		font-weight: bold;
		padding-top: 0;
		margin-bottom: 8vw;
	}

	.post_list {
		margin-left: 6vw;
		margin-right: 6vw;
		font-family: "Quicksand",sans-serif;
	}
	.post_list a {
		text-decoration: none;
		display: block;
		overflow: hidden;
	}
	.post_list .post_item {
		overflow: hidden;
		margin-bottom: 6vw;
	}
	.post_list .post_item:last-child {
		margin-bottom: 0;
	}
	.post_list .post_img {
		float: left;
		width: 26vw;
		height: 26vw;
		overflow: hidden;
		margin-right: 5vw;
	}
	.post_list .post_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.post_list .post_cap {
		margin-left: 31vw;
	}
	.post_list .post_cat {
		font-size: 2.3vw;
		margin-bottom: 2.0vw;
	}
	.post_list .post_cat > span {
		padding-right: 1vw;
	}
	.post_list .post_cat > span:last-child {
		padding-right: 0;
	}
	.post_list .post_ttl {
		font-size: 3.3vw;
		line-height: 3.6vw;
		margin-bottom: 3.0vw;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 3.3vw;
	}
	.post_list .post_txt {
		font-size: 2.0vw;
		line-height: 3vw;
		margin-left: 31vw;
		margin-bottom: 4.0vw;
	}
	.post_list .post_date {
		font-size: 1.6vw;
		margin-left: 31vw;
	}

	.side_nav {
		margin-left: 6vw;
    	margin-right: 6vw;
		margin-top: 8vw;
		font-family: "Quicksand", sans-serif;
	}
	.sidebar-title {
		font-size: 4vw;
		font-weight: bold;
		margin-bottom: 3vw;
	}
	.sidebar-list {
		margin-bottom: 7vw;
	}
	.sidebar-list.product_list {
		display: flex;
    	flex-wrap: wrap;
	}
	.sidebar-list.ranking_post {
		display: flex;
		overflow-x: scroll;
		margin-right: 6vw;
		gap: 0 3.6vw;
		width: 100%;
	}
	.rank_product_list {
		/* display: flex; */
	}

	.tag_post li {
		display: inline-block;
		font-size: 2.2vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	.tag_post li a {
		text-decoration: none;
	}

	.rank_product_list li {
		width: 30.6%;
		margin-bottom: 2.5vw;
	}
	.rank_product_list li:last-child {
		margin-bottom: 0;
	}
	.rank_product_list li a {
		text-decoration: none;
		display: block;
	}
	.rank_product_list > div:first-child {
		/* width: 26vw; */
	}
	.rank_product_list > div:last-child {
		/* margin-left: 10vw; */
	}

	.ranking_post figure {
		position: relative;
		height: 26vw;
		overflow: hidden;
		margin-bottom: 0.5vw;
	}
	.ranking_post .post_img {
		height: 100%;
	}
	.ranking_post .post_img img {
		vertical-align: bottom;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ranking_post .post_cap {
		height: 26vw;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		/* background: rgb(255,255,255); */
		background: linear-gradient(180deg,rgba(35,24,21,0) 50%, rgba(35,24,21,0.6) 100%);
		color: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
	}
	.ranking_post .post_cat {
		font-size: 1.3vw;
		margin-bottom: 0.8vw;
	}
	.ranking_post .post_cat > span {
		display: inline-block;
		padding-right: 1vw;
	}
	.ranking_post .post_cat > span:last-child {
		padding-right: 0;
	}
	.ranking_post .post_ttl {
		font-size: 2.1vw;
		line-height: 2.4vw;
		margin-bottom: 0.8vw;
		margin-left: 0.8vw;
		margin-right: 0.8vw;
		text-overflow: ellipsis;
/*		white-space: nowrap; */
		overflow: hidden;
		height: 9.2vw;
	}
	.ranking_post .post_txt p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 0.8vw;
		font-size: 1.3vw;
	}
	.ranking_post .post_date {
		text-align: center;
		font-size: 1.0vw;
	}

	.product_list li {
		width: 48%;
    	padding-right: 2%;
		font-size: 3.0vw;
		font-weight: bold;
	}
	.product_list li a {
		position: relative;
		padding-left: 1vw;
		display: block;
	}
	.product_list li a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 4px #000000;
		top: 50%;
		left: -3px;
		margin-top: -3px;
	}

	.insta_list {
		overflow: hidden;
	}

	.sns_list {
		display: flex;
		gap: 0 3.6vw;
	}
	.sns_list li img {
		height: 4.5vw;
	}

	.contents_news_list_pager_area {
		text-align: center;
		padding-top: 10vw;
		font-size: 2.3vw;
	}
}

@media screen and (min-width: 768px) {
	.side_nav .insta_list #sb_instagram #sbi_images {
		padding: 0 !important;
	}

	.side_nav .insta_list #sb_instagram #sbi_images .sbi_item {
		padding: 5px !important;
	}
}


/* CONTACT */
.contact_us_btn {
	display: inline-block;
	padding: 6px 5px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-size: 15px !important;
	border: solid 2px #b5b6b6;
	background: #b5b6b6;
	border-radius: 0px;
	transition: .4s;
	width: 260px;
	text-align: center;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: 2px;
}

.contact_us_btn:hover {
	background: #c8161d;
	color: #ffffff;
	border: solid 2px #c8161d;
}

.contact_us_information_ttl {
	font-size: 20px;
	line-height: 25px;
	color: #595757;
	font-weight: 600;
	padding-left: 10px;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 0px 0px 10px;
}

.contact_us_information {
	font-size: 16px;
	line-height: 29px;
	color: #595757;
	font-weight: 100;
	padding-left: 10px;
	letter-spacing: 1px;
	vertical-align: middle;
}

.contact_us_link_box_check {
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	color: #595757;
	font-weight: 500;
}

.contact_us_link input {
	display: inline-block;
	text-decoration: none !important;
	color: #3f3c3c !important;
	background: #fff;
	border: solid 2px #3f3c3c;
	transition: .4s;
	text-align: center;
}

.contact_us_link input:hover {
	opacity: 0.7;
	transition: all 1s ease-out;
}

div.wpcf7 .screen-reader-response {
	position: unset !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 100% !important;
	width: 100% !important;
	margin: 20px 10px !important;
	padding: 10px !important;
	font-size: 17px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	color: #ff3300 !important;
}

div.wpcf7 .screen-reader-response {
	position: unset !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 100% !important;
	width: 100% !important;
	margin: 20px 10px !important;
	padding: 10px !important;
	font-size: 17px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	color: #666666 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 0px solid #f7e700 !important;
	width: 80% !important;
	font-size: 16px !important;
	line-height: 24px !important;
	padding: 10px 10px !important;
	font-weight: 600 !important;
	bottom: 100% !important;
	margin: 0 auto !important;
	text-align: center !important;
	color: #ff3300 !important;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #f7e700 !important;
	width: 80% !important;
	font-size: 16px !important;
	line-height: 24px !important;
	padding: 10px 10px !important;
	font-weight: 600 !important;
	bottom: 100% !important;
	margin: 0 auto !important;
	text-align: center !important;
	color: #666666 !important;
}

/* CONTACT_COMPLETE */
.support_complete_box {
	text-align: center;
}

.support_complete_detail {
	color: #3f3c3c;
	text-align: left;
}

.support_complete_detail_ttl {
	color: #3f3c3c;
	border-bottom: 2px solid #808080;
}

.support_complete_detail_sub {
	color: #3f3c3c;
}

.support_complete_detail_link_box {
	text-align: center;
}

.support_complete_detail_link {
	display: inline-block;
	text-decoration: none;
	color: #3f3c3c;
	border: solid 1px #3f3c3c;
}

.support_complete_detail_link:hover {
	background: #3f3c3c;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	/* CONTACT */
	.page_ttl {
		display: block;
		align-items: center;
		padding-top: 3vw;
		margin-bottom: 3vw;
	}
	.page_ttl_en {
		display: block;
		font-family: "Quicksand",sans-serif;
	}
	.page_ttl_ja {
		display: block;
		padding-left: 0;
		font-size: 1.2vw;
	}
	.contact_us_table_box {
		padding: 10px;
		width: 100%;
		min-height: 50px;
	}
	.contact_us_table_box2 {
		padding: 10px;
		width: 100%;
		min-height: 250px;
	}
	.contact_us_table_box2 textarea {
		min-height: 250px;
	}
	#contact_confirm2,
	#contact_change2,
	#contact_sent2 {
		border: none !important;
		background: none !important;
		box-shadow: none !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 1vw !important;
	}
	.contact_us_info {
		padding: 10px 20px;
	}
	.contact_us_information {
		padding-left: 10px;
	}
	.contact_input_boxarea {
		width: 100%;
	}
	.contact_url {
		width: 100%;
	}
	.contact_tel {
		width: 100%;
	}
	.contact_us_link_box {
		text-align: center;
		padding: 20px 0px 40px;
	}
	.contact_us_link input {
		padding: 10px 5px;
		font-size: 19px !important;
		border-radius: 14px;
		width: 220px;
		font-weight: 500;
		letter-spacing: 2px;
		margin: 5px 5px;
	}
	.contact_us_link.lang_en input {
		width: 320px;
	}
	span.wpcf7-not-valid-tip {
		color: red !important;
		font-size: 10px !important;
		font-weight: 400 !important;
		display: block;
		width: 15vw !important;
		position: absolute;
		top: -3vw;
		right: -3vw;
	}
	table.contact_us_table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		margin-bottom: 0;
	}
	.contact_us_table thead {
		border-top: none;
	}
	.contact_us_table td {
		border-bottom: none;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
		font-size: 1.2vw;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.contact_us_table_class1_1_sub {
		font-weight: normal;
		font-size: 1.2vw;
		padding-left: 1vw;
	}
	.contact_us_table_sub {
		color: #F8A088;
	}
	.contact_us_table_box {
		padding: 0 0 30px;
	}
	.contact_checklist {
		display: inline-block;
		margin-left: -1em;
	}
	.contact_us_table_box2 {
		padding: 10px 0;
	}
	td.contact_us_table_class1_1 {
		padding: 0 0 30px;
	}
	.contact_us_info {
		padding: 10px 0;
	}
	.contact_us_information {
		padding-left: 0;
	}
	button,
	input,
	textarea {
		border: 1px solid #ccc;
		border-radius: 0;
		font-family: inherit;
		padding: 0.428571429rem;
	}
	.support_comment_ttl {
		font-size: 1.4vw;
		line-height: 2vw;
		letter-spacing: .2vw;
		padding-bottom: 10px;
	}
	.support_comment_text {
		font-size: 1vw;
		line-height: 1.6vw;
		letter-spacing: .1vw;
		text-align: left;
		margin-bottom: 1vw;
	}
	.support_comment_area {
		padding: 10px 0;
	}
	.wpcf7 .screen-reader-response {
		display: none !important;
	}
	.wpcf7-spinner {
		display: block !important;
		margin: 0 auto !important;
	}
	.wpcf7-form-control-wrap {
		display: block;
	}
	/* CONTACT_COMPLETE */
	.support_complete_box {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.support_complete_detail {
		padding: 30px 0px;
		font-size: 1.3vw;
		line-height: 2.4vw;
		letter-spacing: 0.05vw;
	}
	.support_complete_detail_ttl {
		font-size: 25px;
		line-height: 30px;
		margin: 0px 0px 5%;
		display: inline-block;
	}
	.support_complete_detail_sub {
		padding: 10px 0px;
		font-size: 1vw;
		line-height: 1vw !important;
		letter-spacing: 0.04vw;
	}
	.support_complete_detail_link_box {
		padding: 20px 0px;
	}
	.support_complete_detail_link {
		padding: 0.3em 1em;
		color: #3f3c3c;
		border-radius: 3px;
		transition: .4s;
	}
}

@media screen and (max-width: 767px) {
	/* CONTACT */
	.page_ttl {
		margin: 0 6.6vw 4.6vw;
		padding-top: 6.3vw;
		display: block;
	}
	.page_ttl_en {
		font-size: 4.7vw;
		display: block;
		font-family: "Quicksand",sans-serif;
	}
	.page_ttl_ja {
		display: block;
		padding-left: 0;
		font-size: 3.5vw;
	}
	.contact_us_table_box {
		padding: 10px;
		width: 100%;
		min-height: 50px;
	}
	.contact_us_table_box2 {
		padding: 10px;
	}
	.contact_us_table_box2 .contact_input_boxarea {
		padding: 10px;
		width: 100%;
		min-height: 33vw;
	}
	.wpcf7-list-item {
		text-align: center;
		font-size: 3vw !important;
		line-height: 3vw !important;
		color: #595757;
		font-weight: normal;
	}
	#contact_confirm2,
	#contact_change2,
	#contact_sent2 {
		border: none !important;
		background: none !important;
		box-shadow: none !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 3vw !important;
	}
	.contact_us_info {
		padding: 10px 0px;
	}
	.contact_us_information {
		padding-left: 0px;
	}
	.contact_input_boxarea {
		width: 100%;
		height: 8vw;
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.1vw;
	}
	.contact_url {
		width: 100%;
		height: 8vw;
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.1vw;
	}
	.contact_tel {
		width: 100%;
		height: 8vw;
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.1vw;
	}
	.contact_us_link_box {
		text-align: center;
		padding: 20px 0px 20px;
	}
	.contact_us_link input {
		padding: 10px 5px;
		font-size: 3.5vw !important;
		border-radius: 14px;
		width: 220px;
		font-weight: 500;
		letter-spacing: 2px;
		margin: 5px 5px;
	}
	span.wpcf7-not-valid-tip {
		color: #f00 !important;
		font-size: 17px !important;
		font-weight: normal !important;
		display: block !important;
	}
	.support_tabs {
		margin-left: 6.6vw;
		margin-right: 6.6vw;
		padding-top: 6.6vw;
	}
	.tab_content {
		padding: 20px 0 0;
	}
	.support_tab_item {
		width: 42vw;
		font-size: 2.4vw;
		letter-spacing: inherit;
		color: #3C393B;
		font-weight: normal;
		margin-left: 0;
		border-radius: 0;
	}
	.support_tab_item:nth-of-type(1) {
		float: left;
	}
	.support_tab_item:nth-of-type(2) {
		float: right;
	}
	.support_tabs input:checked+.support_tab_item {
		background-color: #C6E1D1;
		color: #3C393B;
		font-weight: bold;
	}
	.support_tab_item>span {
		padding-left: 2.6vw;
	}
	.supoprt_contents_ttl>div {
		display: flex;
		align-items: center;
	}
	.your-subject {
		display: block;
		width: 100%;
	}
	.support_contents_dropdown {
		width: 100%;
		padding: 10px;
		border-radius: 0;
	}
	.supoprt_contents_ttl {
		font-weight: bold;
		font-size: 2.4vw;
		letter-spacing: normal;
	}
	.supoprt_contents_item_ttl {
		display: flex;
		align-items: center;
		font-weight: bold;
		font-size: 2.4vw;
		letter-spacing: normal;
	}
	.support_contents_item_checkbox {
		display: inline-block;
		margin-left: -1em;
	}
	.supoprt_contents_sub {
		color: #F8A088;
	}
	table.contact_us_table {
		width: 100%;
		margin-bottom: 0;
	}
	.contact_us_table thead {
		border-top: none;
	}
	.contact_us_table td {
		border-bottom: none;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
		font-weight: bold;
		font-size: 2.4vw;
		letter-spacing: -0.05em;
		margin-bottom: 10px;
	}
	.contact_us_table_class1_1_sub {
		font-weight: normal;
		font-size: 2.4vw;
		padding-left: 2.5vw;
	}
	.contact_us_table_sub {
		color: #F8A088;
	}
	.contact_us_table_box {
		padding: 0 0 20px
	}
	.contact_checklist {
		display: inline-block;
		margin-left: -2em;
	}
	.contact_us_table_box2 {
		padding: 10px 0;
		width: 100%;
	}
	button,
	input,
	textarea {
		border: 1px solid #ccc;
		border-radius: 0;
		padding: 0.428571429rem;
	}
	.support_comment_ttl {
		font-size: 3.3vw;
		line-height: 4vw;
		letter-spacing: .2vw;
		padding-bottom: 3vw;
	}
	.support_comment_text {
		font-size: 2.8vw;
		line-height: 4.2vw;
		letter-spacing: .08vw;
		text-align: left;
		margin-bottom: 2.8vw;
	}
	.support_comment_area {
		padding: 0 1vw;
	}
	.wpcf7 .screen-reader-response {
		display: none !important;
	}
	.wpcf7-spinner {
		display: block !important;
		margin: 0 auto !important;
	}
	.wpcf7-form-control-wrap {
		display: block;
	}
	/* CONTACT_COMPLETE */
	.support_complete_box {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.support_complete_detail {
		padding: 0 2% 0 2%;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1px;
	}
	.support_complete_detail_ttl {
		font-size: 18px;
		line-height: 20px;
		margin: 0px 0px 10%;
		display: inline-block;
	}
	.support_complete_detail_sub {
		padding: 10px 0px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.support_complete_detail_link_box {
		padding: 20px 0px;
	}
	.support_complete_detail_link {
		padding: 0.3em 1em;
		color: #3f3c3c;
		border-radius: 3px;
		transition: .4s;
	}
}


/* SINGLE */
@media screen and (min-width: 768px) {
	#contenets_single {
		padding-top: 6vw;
	}

	.contenets_single_area {
		padding-top: 8vw;
	}
	.contenets_single_top_img {
		margin-bottom: 2vw;
	}
	.contenets_single_top_cat {
		text-align: center;
		font-size: 1.2vw;
		margin-bottom: 1.0vw;
	}
	.contenets_single_top_cat .all {
		display: none;
	}
	.contenets_single_top_cat a {
		text-decoration: none;
		padding-right: 0.5vw;
	}
	.contenets_single_top_cat a:last-child {
		padding-right: 0;
	}
	.contenets_single_top_ttl {
		font-size: 2.0vw;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 1.0vw;
	}
	.contenets_single_top_date {
		font-size: 1.0vw;
		text-align: center;
		margin-bottom: 1.5vw;
	}

	.contenets_single_sns_area {
		padding-bottom: 1vw;
		border-bottom: 1px solid #000000;
		margin-bottom: 5vw;
	}
	.contenets_single_sns_area ul {
		display: flex;
		justify-content: center;
	}
	.contenets_single_sns_area li {
		margin-right: 1vw;
	}
	.contenets_single_sns_area li:last-child {
		margin-right: 0;
	}
	.contenets_single_sns_area img {
		height: 1.5vw;
	}
	.contenets_single_detail {
		margin-bottom: 5vw;
		/* font-size: 1vw;
		line-height: 1.6vw; */
		font-size: 1.4vw;
    	line-height: 2.6vw;
	}


	#contenets_single_blog {
		margin-top: auto;
		font-family: "Quicksand", sans-serif;
	}
	.section_ttl {
		font-size: 2.0vw;
		padding-bottom: 1.0vw;
		border-bottom: 1px solid #000000;
		margin-bottom: 3.0vw;
	}

	/* related_post */
	.related_post {
		overflow: hidden;
		margin-right: -2%;
		margin-bottom: 3.5vw;
	}
	.related_post li {
		width: 16vw;
		width: 31.3%;
    	margin-right: 2%;
	}
	.related_post li:not(:last-child) {
		margin-bottom: 1.5vw;
	}
	.related_post li a {
		text-decoration: none;
		display: block;
	}
	.related_post figure {
		position: relative;
		height: 16vw;
		overflow: hidden;
		margin-bottom: 0.5vw;
	}
	.related_post figure .post_img {
		height: 100%;
	}
	.related_post .post_img img{width:100%;height:100%;vertical-align:bottom;transition:1s all;object-fit: cover;}
	.related_post a:hover .post_img img{transform:scale(1.1,1.1);transition:1s all;}
	.related_post .post_img img {
		vertical-align: bottom;
	}
	.related_post .post_cap {
		height: 16vw;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		/* background: rgb(255,255,255); */
		background: linear-gradient(180deg,rgba(35,24,21,0) 50%, rgba(35,24,21,0.6) 100%);
		color: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
	}
	.related_post .post_cat {
		font-size: 0.8vw;
		margin-bottom: 0.5vw;
	}
	.related_post .post_cat > span {
		padding-right: 0.5vw;
	}
	.related_post .post_cat > span:last-child {
		padding-right: 0vw;
	}
	.related_post .post_ttl {
font-size: 1.1vw;
margin-bottom: .5vw;
margin-left: .5vw;
margin-right: .5vw;
line-height: 1.5;
letter-spacing: 0vw;
	}
	.related_post .post_txt p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 0.5vw;
		font-size: 0.8vw;
	}
	.related_post .post_date {
		text-align: center;
		font-size: 0.6vw;
	}

	.contenets_single_top_tag {
		margin-bottom: 4.5vw;
	}
	.contenets_single_top_tag li {
		display: inline-block;
		font-size: 1.1vw;
		margin-right: 1vw;
		margin-bottom: 1vw;
	}
	.contenets_single_top_tag li a {
		text-decoration: none;
	}

	.hot_post-list {
		overflow: hidden;
		padding: 0 1vw;
		margin-right: -4%;
		display: flex;
    	flex-wrap: wrap;
	}
	.hot_post-list li {
		width: 46%;
		margin-right: 4%;
		margin-bottom: 0.8vw;
	}
	.hot_post-list li a {
		text-decoration: none;
		overflow: hidden;
		display: block;
	}
	.hot_post-list .post_img {
		width: 8vw;
		height: 8vw;
		margin-right: 1vw;
		overflow: hidden;
		float: left;
	}
	.hot_post-list .post_img img{width:100%;height:100%;vertical-align:bottom;transition:1s all;object-fit: cover;}
	.hot_post-list a:hover .post_img img{transform:scale(1.1,1.1);transition:1s all;}
	.hot_post-list .post_ttl {
margin-left: 9vw;
padding-top: 2vw;
margin-bottom: .8vw;
font-size: 1vw;
line-height: 1.5;
	}
	.hot_post-list .post_txt {
		margin-left: 9vw;
		font-size: 0.6vw;
		line-height: 1.4vw;
	}

}

@media screen and (max-width: 767px) {
	#contenets_single {}

	.contenets_single_box > .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.contenets_single_top_img {
		margin-bottom: 4vw;
	}
	.contenets_single_top_cat {
		text-align: center;
		font-size: 3vw;
		margin-bottom: 2.5vw;
	}
	.contenets_single_top_cat a {
		text-decoration: none;
		padding-right: 1vw;
	}
	.contenets_single_top_cat .all {
		display: none;
	}
	.contenets_single_top_cat a:last-child {
		padding-right: 0;
	}
	.contenets_single_top_ttl {
		text-align: center;
		font-size: 5vw;
		line-height: 1.5;
		margin-bottom: 2.5vw;
	}
	.contenets_single_top_date {
		text-align: center;
		font-size: 2.8vw;
		margin-bottom: 4vw;
	}
	.contenets_single_sns_area {
		padding-bottom: 4vw;
		border-bottom: 1px solid #000000;
		margin-bottom: 8vw;
	}
	.contenets_single_sns_area ul {
		display: flex;
		gap: 0 3.6vw;
		justify-content: center;
	}
	.contenets_single_sns_area ul li img {
		height: 4.5vw;
	}
	.contenets_single_detail {
		font-size: 4.5vw;
		line-height: 6.5vw;
		margin-left: 6vw;
		margin-right: 6vw;
		margin-bottom: 8vw;
	}

	.related_article-ttl {
		font-size: 4vw;
		margin-bottom: 3vw;
		margin-left: 6vw;
		margin-right: 6vw;
		font-family: "Quicksand", sans-serif;
	}
	.related_post {
		margin-left: 6vw;
		margin-right: 6vw;
		display: flex;
		flex-wrap: wrap;
   		gap: 0 3.6vw;
	}
	.related_post li {
		width: 30.6%;
		margin-bottom: 3.6vw;
	}
	.related_post li a {
		text-decoration: none;
	}
	.related_post figure {
		position: relative;
		height: 26vw;
		overflow: hidden;
		margin-bottom: 0.5vw;
	}
	.related_post figure .post_img {
		height: 100%;
	}
	.related_post .post_img img {
		vertical-align: bottom;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.related_post .post_cap {
		height: 26vw;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center;
		/* background: rgb(255,255,255); */
		background: linear-gradient(180deg,rgba(35,24,21,0) 50%, rgba(35,24,21,0.6) 100%);
		color: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
	}
	.related_post .post_cat {
		font-size: 1.3vw;
		margin-bottom: 0.8vw;
	}
	.related_post .post_cat > span {
		display: inline-block;
    	padding-right: 1vw;
	}
	.related_post .post_cat > span:last-child {
		padding-right: 0;
	}
	.related_post .post_ttl {
		font-size: 2.1vw;
		line-height: 2.4vw;
		margin-bottom: 0.8vw;
		margin-left: 0.8vw;
		margin-right: 0.8vw;
		text-overflow: ellipsis;
/*		white-space: nowrap; */
		overflow: hidden;
		height: 9.2vw;
	}
	.post_ttl br { display:none; }
	.related_post .post_txt p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 0.8vw;
		font-size: 1.3vw;
	}
	.related_post .post_date {
		text-align: center;
		font-size: 1.0vw;
	}
	#contenets_single_blog{
		font-family: "Quicksand", sans-serif;
	}
}


/* RULE */
.content_tab {
    display: none;
}
.content_tab.is-show {
    display: block;
}

@media screen and (min-width: 768px) {
	.contents_rule {
		padding-top: 6vw;
	}
	.rule_inner {
		width: 50vw;
		margin: auto;
	}
	.menu_tab {
		position: relative;
		padding-left: 1vw;
	}
	.menu_tab::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 4px #000000;
		top: 50%;
		left: -3px;
		margin-top: -3px;
	}
	.menu_tab.is-checked {
		font-weight: bold;
	}
	.content_tab_list {
		display: flex;
		padding-bottom: 1vw;
		border-bottom: 1px solid #000000;
		margin-bottom: 6vw;
	}
	.content_tab_list li {
		cursor: pointer;
	}
	.content_tab_list li:not(:last-child) {
		margin-right: 5vw;
	}
	.page_ttl {
		align-items: center;
		padding-top: 3vw;
		margin-bottom: 3vw;
	}
	.page_ttl_en {
		display: block;
		padding-bottom: 0.5vw;
	}
	.page_ttl_ja {
		display: block;
		padding-left: 0;
		font-size: 1.2vw;
	}
	.content_txt {
		font-size: 1.1vw;
		line-height: 1.4;
		padding-bottom: 0.4vw;
		letter-spacing: .04vw;
	}
	.content_block:first-of-type {
		padding-top: 2vw;
	}
	.content_block:not(:last-of-type) {
		margin-bottom: 2vw;
	}
	.content_ttl {
		font-size: 1.2vw;
		font-weight: 700;
		padding-bottom: 0.5vw;
	}
	.content_txt {
		font-size: 1.1vw;
		line-height: 1.4;
		padding-bottom: 0.4vw;
		letter-spacing: .04vw;
	}
}

@media screen and (max-width: 767px) {
	.contents_rule {
		padding: 6vw 0;
	}
	.content_tab_list {
		padding-bottom: 1vw;
		border-bottom: 1px solid #000000;
		margin: 0 6vw 6vw;
	}
	.menu_tab {
		margin: 0 0 4.6vw;
		position: relative;
		padding-left: 1vw;
	}
	.menu_tab::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 4px #000000;
		top: 50%;
		left: -3px;
		margin-top: -3px;
	}
	.menu_tab.is-checked {
		font-weight: bold;
	}
	.page_ttl_en {
		display: block;
		margin-bottom: 1vw;
	}
	.page_ttl_ja {
		display: block;
		padding-left: 0;
		font-size: 3.5vw;
	}
	.content_blocks {
		margin-left: 6vw;
		margin-right: 6vw;
	}
	.content_txt {
		font-size: 3vw;
		line-height: 1.6;
		letter-spacing: .1vw;
	}
	.content_block:not(:last-of-type) {
		margin-bottom: 6vw;
	}
	.content_ttl {
		font-size: 3.5vw;
		font-weight: 700;
		margin-bottom: 2vw;
	}
	.content_txt {
		font-size: 3vw;
		line-height: 1.6;
		letter-spacing: .1vw;
	}
}


/* PROFILE */
@media screen and (min-width: 768px) {
	.contents_about {
		padding-top: 3vw;
	}

	.profile_inner {
		width: 50vw;
		margin: auto;
	}

	.page_ttl_en {
		font-size: 1.8vw;
		display: block;
	}

	.content_map_size {
		width: 100%;
		height: 31vw;
		margin-top: 2vw !important;
	}
}

@media screen and (max-width: 767px) {
	.contents_about {
		padding: 0 0 6vw;
	}

	.content_map_size {
		width: 100%;
		height: 80vw;
		margin-top: 3vw !important;
	}
}
