@charset "UTF-8";
/* CSS Document */

.headline_new {
	font-family: "Uchen", serif;
	font-size: 3vw;
	font-weight: 600;
	line-height: 1.2;
	width: fit-content;
	margin: 0 auto 4vw;
	border-bottom: 2px solid #000;
}
.headline_new.all {
	border-color: #ea6170;
}
.headline_new.beauty {
	border-color: #fdeb7b;
}
.headline_new.food {
	border-color: #e67335;
}
.headline_new.lifestyle {
	border-color: #5b8468;
}
.headline_new.interview {
	border-color: #3976ad;
}
.headline_new.special {
	border-color: #9b72b0;
}
.headline_sub {
	font-size: 1vw;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0 7vw;
	max-width: 75vw;
	width: fit-content;
	margin: 0 auto 4vw;
}
@media only screen and (max-width: 780px) {
	.headline_new {
		font-family: "Uchen", serif;
		font-size: 6vw;
		font-weight: 600;
		line-height: 1.2;
		width: fit-content;
		margin: 0 auto 8vw;
		border-bottom: 2px solid #000;
	}
	.headline_sub {
		font-size: 3.5vw;
		line-height: 2;
		font-weight: 700;
		letter-spacing: 0.1em;
		padding: 0 7vw;
		max-width: 75vw;
		margin: 0 auto 10vw;
	}
}

/** -- interview -- **/
.common_interview {
	padding: 12vw 0;
}

.common_interview h2 {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.5vw;
	margin-bottom: 3.8vw;
	text-align: center;
}

/** tab **/
.common_interview h3.headline {
	background-color: #e1e2e0;
	font-family: "Uchen", serif;
	font-size: 3vw;
	font-weight: 400;
	letter-spacing: 0.5vw;
	margin-bottom: 4vw;
	padding: 2vw 2vw 1.8vw;
	text-align: center;
}

/** slider **/
.intv_slider {
	position: relative;
	margin-bottom: 5vw;
	padding-bottom: 6vw;
}

.intv_slider .swiper-slide {
	box-sizing: border-box;
	padding-right: 4vw;
}

.intv_slider .swiper-pagination-bullets {
	bottom: 0;
	width: 100%;
}

.intv_slider .swiper-pagination-bullet {
	background-color: transparent;
	border: solid 1px #464646;
	box-sizing: border-box;
	margin: 0 0.6vw !important;
	opacity: 1;
	height: 12px;
	width: 12px;
}

.intv_slider .swiper-pagination-bullet-active {
	background-color: #464646 !important;
}

@media screen and (min-width: 1000px) {
	.common_interview {
		padding: 120px 0;
	}

	.common_interview h2 {
		font-size: 50px;
		letter-spacing: 5px;
		margin-bottom: 38px;
	}

	/** tab **/
	.common_interview h3.headline {
		font-size: 30px;
		letter-spacing: 5px;
		margin-bottom: 40px;
		padding: 20px 20px 18px;
	}

	/** slider **/
	.intv_slider {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}

	.intv_slider .swiper-slide {
		padding-right: 40px;
	}

	.intv_slider .swiper-pagination-bullet {
		margin: 0 6px !important;
		height: 12px;
		width: 12px;
	}
}

@media screen and (max-width: 780px) {
	.common_interview {
		padding: 15vw 0 10vw;
	}

	.common_interview h2 {
		font-size: 9vw;
		letter-spacing: 1vw;
		margin-bottom: 4vw;
	}

	/** tab **/
	.common_interview h3.headline {
		/* font-size: 5vw;
		letter-spacing: 1vw; */
		margin-bottom: 6vw;
		/* padding: 3vw 2vw 2vw; */
	}

	/** slider **/
	.intv_slider {
		margin-bottom: 12vw;
		padding-bottom: 20vw;
	}

	.intv_slider .swiper-slide {
		padding: 0 4vw;
	}

	.intv_slider .swiper-pagination-bullet {
		margin: 0 1vw !important;
		height: 10px;
		width: 10px;
	}
}

/** -- hot keyword -- **/
.hot_keyword {
	/* background-color: #c1d0d8; */
	/* padding: 7vw 9vw; */
	padding: 0 9vw;
	margin: 7vw 0;
}

.hot_keyword h2 {
	/* font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.4vw;
	line-height: 1; */
	margin-bottom: 4.5vw;
}

.hot_keyword ul {
	margin: 0 -1vw 3vw;
	gap: 1vw;
}

.hot_keyword li {
	padding: 0.1vw 1vw;
	border: 1px solid #000;
	border-radius: 0.5vw;
}

.hot_keyword .share {
	align-items: center;
	border-bottom: solid 1px #464646;
	border-top: solid 1px #464646;
	justify-content: space-between;
	padding: 2vw;
}

.hot_keyword .share .sns {
	margin-right: -1.2vw;
}

.hot_keyword .share .sns figure {
	margin: 0 1.2vw;
	width: 4.5vw;
}

.hot_keyword .share .sns figure.twitter {
	width: 4.5vw;
}

@media screen and (min-width: 1000px) {
	.hot_keyword {
		/* padding: 60px 0 70px; */
		margin: 60px 0 70px;
	}

	.hot_keyword .inner {
		margin: 0 auto;
		width: 100%;
		max-width: 800px;
	}

	.hot_keyword h2 {
		/* font-size: 50px;
		letter-spacing: 8px; */
		margin-bottom: 45px;
	}

	.hot_keyword ul {
		/* margin: 0 -15px 25px; */
		margin: 0 0 25px;
	}

	.hot_keyword li {
		font-size: 16px;
		/* margin: 0 10px 15px; */
		padding: 5px 10px;
		border-radius: 5px;
	}

	.hot_keyword .share {
		padding: 20px;
	}

	.hot_keyword .share h3 {
		font-size: 20px;
	}

	.hot_keyword .share .sns {
		margin-right: -10px;
	}

	.hot_keyword .share .sns figure {
		margin: 0 10px;
		width: 45px;
	}

	.hot_keyword .share .sns figure.twitter {
		width: 45px;
	}
}

@media screen and (max-width: 780px) {
	.hot_keyword {
		/* padding: 10vw 8vw 10vw; */
		padding: 0 8vw;
		margin: 10vw 0;
	}

	.hot_keyword h2 {
		/* font-size: 8vw;
		letter-spacing: 1vw; */
		margin-bottom: 8vw;
	}

	.hot_keyword ul {
		margin: 0 -2vw 4vw;
		gap: 1vw 2vw;
	}

	.hot_keyword li {
		font-size: 3.2vw;
		/* margin: 0 2vw 2vw; */
		padding: 1vw 2vw;
		border-radius: 1vw;
	}

	.hot_keyword .share {
		padding: 4vw 0;
	}

	.hot_keyword .share h3 {
		font-size: 3.6vw;
	}

	.hot_keyword .share .sns {
		margin-right: -1.5vw;
	}

	.hot_keyword .share .sns figure {
		margin: 0 1.5vw;
		width: 7vw;
	}

	.hot_keyword .share .sns figure.twitter {
		width: 7vw;
	}
}

/** -- category -- **/
.common_category {
	/* padding-top: 12vw; */
	margin-top: 6vw;
}

/* .common_category h2 {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.4vw;
	line-height: 1;
	margin-bottom: 4.5vw;
	/* margin-left: 10vw; */
/* }  */

/** tab **/
/* .common_category .tab_menu {
	margin-bottom: 3vw;
} */

.common_category .tab_menu .swiper-wrapper {
	border-bottom: solid 1px #464646;
	border-right: solid 1px #464646;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.common_category .tab_menu .swiper-slide {
	border-left: solid 1px #464646;
	border-top: solid 1px #464646;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1.6vw;
	padding: 2.6vw 0;
	text-align: center;
}

.common_category .tab_menu .swiper-slide:nth-child(1),
.common_category .tab_menu .swiper-slide:nth-child(2),
.common_category .tab_menu .swiper-slide:nth-child(3),
.common_category .tab_menu .swiper-slide:nth-child(4),
.common_category .tab_menu .swiper-slide:nth-child(5),
.common_category .tab_menu .swiper-slide:nth-child(6) {
	width: calc(100% / 6) !important;
}

.common_category .tab_menu .swiper-slide:nth-child(7),
.common_category .tab_menu .swiper-slide:nth-child(8),
.common_category .tab_menu .swiper-slide:nth-child(9),
.common_category .tab_menu .swiper-slide:nth-child(10),
.common_category .tab_menu .swiper-slide:nth-child(11) {
	width: calc(100% / 5) !important;
}

.common_category .tab_menu .swiper-slide-thumb-active {
	background-color: #d6d7dd;
}

.common_category .tab_menu p {
	font-weight: 700;
	letter-spacing: 0.1em;
}

/** box **/
.common_category .box {
	background-color: #e4ded9;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	box-sizing: border-box;
	/* padding: 17vw 6.4vw 12vw; */
	padding: 5vw 6.4vw 12vw;
	position: relative;
}
.common_category .box.all {
	background-color: #ea6170;
}
.common_category .box.beauty {
	background-color: #fdeb7b;
}
.common_category .box.food {
	background-color: #e67335;
}
.common_category .box.lifestyle {
	background-color: #5b8468;
}
.common_category .box.interview {
	background-color: #3976ad;
}
.common_category .box.special {
	background-color: #9b72b0;
}

/* .webp .common_category .box.sdgs {
	background-image: url("/wp/wp-content/themes/kireinote/img/sdgs_bg02.webp");
}

.no-webp .common_category .box.sdgs {
	background-image: url("/wp/wp-content/themes/kireinote/img/sdgs_bg02.jpg");
}

.webp .common_category .box.cosmetics {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_cosmetics.webp");
}

.no-webp .common_category .box.cosmetics {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_cosmetics.jpg");
}

.webp .common_category .box.make {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_make.webp");
}

.no-webp .common_category .box.make {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_make.jpg");
}

.webp .common_category .box.skin {
	background-image: url("/wp/wp-content/themes/kireinote/img/new_skin.webp");
}

.no-webp .common_category .box.skin {
	background-image: url("/wp/wp-content/themes/kireinote/img/new_skin.jpg");
}

.webp .common_category .box.body {
	background-image: url("/wp/wp-content/themes/kireinote/img/new_body.webp");
}

.no-webp .common_category .box.body {
	background-image: url("/wp/wp-content/themes/kireinote/img/new_body.jpg");
}

.webp .common_category .box.hair {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_hair.webp");
}

.no-webp .common_category .box.hair {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_hair.jpg");
}

.webp .common_category .box.fragrance {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_fragrance.webp");
}

.no-webp .common_category .box.fragrance {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_fragrance.jpg");
}

.webp .common_category .box.food {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_food.webp");
}

.no-webp .common_category .box.food {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_food.jpg");
}

.webp .common_category .box.lifestyle {
	background-image: url("/wp/wp-content/themes/kireinote/img/new_lifestyle.webp");
}

.no-webp .common_category .box.lifestyle {
	background-image: url("/wp/wp-content/themes/kireinote/img/new_lifestyle.jpg");
}

.webp .common_category .box.interview {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_interview.webp");
}

.no-webp .common_category .box.interview {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_interview.jpg");
}

.webp .common_category .box.serialstory {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_serialstory.webp");
}

.no-webp .common_category .box.serialstory {
	background-image: url("/wp/wp-content/themes/kireinote/img/category_serialstory.jpg");
} */

.common_category .box .innerBox {
	background-color: #fff;
	padding: 5vw 3.5vw 4vw;
	position: relative;
}

/* .common_category .box h3 {
	align-items: flex-end;
	display: flex;
	margin-bottom: 3.5vw;
	margin-left: 0;
} */

.common_category .box h3 p {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.5vw;
	line-height: 0.9;
	padding-right: 6vw;
	position: relative;
}

.common_category .box h3 p::after {
	border-right: solid 1px #666;
	content: "";
	display: block;
	height: 5.5vw;
	position: absolute;
	right: 0;
	top: -0.5vw;
}

.common_category .tab_content .box h3 span {
	display: block;
	font-size: 1.8vw;
	font-weight: 400;
	margin-left: 2.5vw;
}

.common_category .box .viewall {
	/* top: 6vw;
	right: 5vw; */
	position: relative;
	/* margin: -1vw auto 3vw; */
	margin: 4vw auto 1vw;
}

.common_category .box .number {
	font-family: "Uchen", serif;
	font-size: 10vw;
	letter-spacing: 1.6vw;
	line-height: 1;
	margin-bottom: 3.5vw;
	position: relative;
	text-align: center;
}

.common_category .box .number::after {
	background-color: #464646;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -0.5vw;
	transform: translateX(-50%);
	height: 0.5vw;
	width: 5vw;
}

/** article **/
.common_category .box article {
	position: relative;
}

.common_category .box article a {
	display: block;
}

.common_category .box article figure {
	margin-bottom: 3vw;
	position: relative;
	height: 43.2vw;
	width: 100%;
}

.common_category .box article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.common_category .box article h3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.common_category .box article .icon {
	background-color: #e77875;
	color: #fff;
	font-family: "DIN Condensed Bold";
	font-size: 2.7vw;
	letter-spacing: 0.4vw;
	padding: 1.5vw 0.5vw 0.6vw 1vw;
	position: absolute;
	left: 0;
	top: 0;
}

/* .common_category .box h3 {
	font-size: 1.7vw;
	letter-spacing: 0.1vw;
	line-height: 1.5;
	margin-bottom: 1.4vw;
} */

.common_category .box .addition {
	font-size: 1.2vw;
	line-height: 1;
}

.common_category .box .category {
	border-right: solid 1px #787878;
	letter-spacing: 0.1vw;
	padding-right: 1.4vw;
}

.common_category .box .date {
	letter-spacing: 0.1vw;
	padding-left: 1.5vw;
}

/** slider **/
.common_category .splide-wrapper .splide .splide__track {
	margin-bottom: 0;
}
.common_category .swiper-button-next,
.common_category .swiper-button-prev {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow2.png") no-repeat center / 2.8vw;
	background-color: #373737;
	top: 65vw;
	height: 5vw;
	width: 5vw;
}

.common_category .swiper-button-next {
	right: 2.6vw;
}

.common_category .swiper-button-prev {
	left: 2.6vw;
	transform: rotate(180deg);
}

.common_category .swiper-button-next::after,
.common_category .swiper-button-prev::after {
	display: none;
}

.common_category .swiper-pagination-bullets {
	bottom: 4.8vw;
	width: 100%;
}

.common_category .swiper-pagination-bullet {
	background-color: transparent;
	border: solid 1px #464646;
	box-sizing: border-box;
	margin: 0 0.6vw !important;
	opacity: 1;
	height: 14px;
	width: 14px;
}

.common_category .swiper-pagination-bullet-active {
	background-color: #464646 !important;
}

@media screen and (min-width: 1000px) {
	.common_category {
		margin-top: 100px;
	}

	/* .common_category h2 {
		font-size: 50px;
		letter-spacing: 6px;
		margin: 0 auto 40px;
		width: 100%;
		max-width: 800px;
	} */

	/** tab **/
	/* .common_category .tab_menu {
		margin-bottom: 30px;
	} */

	.common_category .tab_menu .swiper-slide {
		font-size: 18px;
		padding: 15px 0;
	}

	/** box **/
	.common_category .box {
		/* padding: 80px 0 100px; */
		padding: 50px 0 100px;
	}

	.common_category .box .innerBox {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 40px 50px;
		max-width: 800px;
	}

	/* .common_category .box h3 {
		margin-bottom: 20px;
	} */

	.common_category .box h3 p {
		font-size: 48px;
		letter-spacing: 6px;
		padding-right: 30px;
	}

	.common_category .box h3 p::after {
		height: 55px;
		top: -5px;
	}

	.common_category .tab_content .box h3 span {
		font-size: 18px;
		margin-left: 25px;
	}

	.common_category .box .number {
		font-size: 80px;
		letter-spacing: 15px;
		margin-bottom: 35px;
	}

	.common_category .box .number::after {
		bottom: -7px;
		height: 5px;
		width: 50px;
	}

	/** viewall **/
	.common_category .box .viewall {
		/* right: 50px;
		top: 65px; */
		/* margin: -1vw auto 3vw; */
		margin: 3vw auto 1vw;
	}

	/** article **/
	.common_category .box article figure {
		margin-bottom: 25px;
		height: 430px;
	}

	.common_category .box article .icon {
		font-size: 30px;
		letter-spacing: 6px;
		padding: 15px 3px 3px 13px;
	}

	/* .common_category .box h3 {
		font-size: 18px;
		letter-spacing: 1px;
	} */

	.common_category .box .addition {
		font-size: 13px;
	}

	.common_category .box .category {
		padding-right: 15px;
	}

	.common_category .box .date {
		padding-left: 15px;
	}

	/** slider **/
	.common_category .swiper-button-next,
	.common_category .swiper-button-prev {
		background-size: 40px;
		top: 500px;
		height: 60px;
		width: 60px;
	}

	.common_category .swiper-button-next {
		right: calc(50% - 470px);
		transform: translateX(-50%);
	}

	.common_category .swiper-button-prev {
		left: calc(50% - 410px);
		transform: translateX(-50%) rotate(180deg);
	}

	.common_category .swiper-pagination-bullets {
		bottom: 40px;
	}

	.common_category .swiper-pagination-bullet {
		margin: 0 10px !important;
		height: 14px;
		width: 14px;
	}
}

@media screen and (max-width: 780px) {
	.common_category {
		margin-top: 10vw;
	}

	/* .common_category h2 {
		font-size: 8vw;
		letter-spacing: 1vw;
		margin-bottom: 8vw;
		margin-left: 0;
		text-align: center;
	} */

	/** tab **/
	/* .common_category .tab_menu {
		margin-bottom: 3vw;
	} */

	.common_category .tab_menu .swiper-slide {
		font-size: 2.5vw;
		padding: 0;
		height: 12vw;
		position: relative;
	}

	.common_category .tab_menu p {
		line-height: 1.3;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}

	/** box **/
	.common_category .box {
		background-position: 50% 0;
		background-size: 140%;
		/* padding: 12vw 6vw 15vw; */
		padding: 7vw 6vw 15vw;
	}

	.common_category .box .innerBox {
		/* padding: 5vw 4vw 15vw; */
		padding: 8vw 4vw 15vw;
	}

	/* .common_category .box h3 {
		margin-bottom: 3.5vw;
		margin-left: 0;
	} */

	.common_category .box h3 p {
		font-size: 8vw;
		letter-spacing: 1vw;
		line-height: 1;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}

	.common_category .box h3 p::after {
		display: none;
	}

	.common_category .tab_content .box h3 span {
		display: none;
	}

	.common_category .box .number {
		font-size: 14vw;
		margin-bottom: 5vw;
	}

	.common_category .box .number::after {
		background-color: #464646;
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		bottom: -0.5vw;
		transform: translateX(-50%);
		height: 0.5vw;
		width: 5vw;
	}
	.common_category .box .headline_new {
		margin: 0 auto 6vw;
	}

	/** viewall **/
	.common_category .box .viewall {
		position: absolute;
		bottom: 5vw;
		right: 50%;
		top: auto;
		transform: translateX(50%);
		margin: 0;
	}

	/** article **/
	.common_category .box article figure {
		margin-bottom: 4vw;
		height: 42vw;
	}

	.common_category .box article .icon {
		font-size: 4vw;
		letter-spacing: 0.8vw;
		padding: 2.6vw 0.5vw 1vw 1.8vw;
	}

	/* .common_category .box h3 {
		font-size: 3.6vw;
		letter-spacing: 0.2vw;
		line-height: 1.6;
		margin-bottom: 4vw;
	} */

	.common_category .box .addition {
		font-size: 2.6vw;
	}

	.common_category .box .category {
		padding-right: 2vw;
	}

	.common_category .box .date {
		padding-left: 2vw;
	}

	/** slider **/
	.common_category .swiper-button-next,
	.common_category .swiper-button-prev {
		background-size: 5vw;
		top: calc(50% + 8vw);
		height: 8vw;
		width: 8vw;
	}

	.common_category .swiper-button-next {
		right: 0;
	}

	.common_category .swiper-button-prev {
		left: 0;
	}

	.common_category .swiper-pagination-bullets {
		bottom: 5vw;
	}

	.common_category .swiper-pagination-bullet {
		margin: 0 1vw !important;
		height: 11px;
		width: 11px;
	}
}

/** -- concept -- **/
.common_concept {
	/* padding: 13vw 0 10vw; */
	padding: 8vw 0;
}

/* .webp .common_concept {
	background: url("/wp/wp-content/themes/kireinote/img/concept_bg02.webp") no-repeat 50% 100% / 100%;
}

.no-webp .common_concept {
	background: url("/wp/wp-content/themes/kireinote/img/concept_bg02.jpg") no-repeat 50% 100% / 100%;
} */

.common_concept h2.headline {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.4vw;
	line-height: 1;
	margin-bottom: 7vw;
	text-align: center;
}

.common_concept h3 {
	font-size: 2.4vw;
	letter-spacing: 0.3vw;
	margin-bottom: 6vw;
	text-align: center;
}

.common_concept h3 br.sp {
	display: none;
}

.common_concept p {
	font-size: 1.6vw;
	letter-spacing: 0.1vw;
	line-height: 2.2;
	text-align: center;
}

.common_concept p br.sp {
	display: none;
}

/* .common_concept .trip {
	margin-top: 8vw;
} */

.common_concept .trip h2 {
	display: table;
	font-size: 2vw;
	font-weight: 600;
	letter-spacing: 0.8vw;
	margin: 0 auto;
	padding-left: 1vw;
	position: relative;
}

.common_concept .trip h2::before,
.common_concept .trip h2::after {
	background-color: #464646;
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 3vw;
}

.common_concept .trip h2::before {
	left: -3vw;
	top: 1.5vw;
	transform: rotate(50deg);
}

.common_concept .trip h2::after {
	right: -3vw;
	top: 1.5vw;
	transform: rotate(-50deg);
}

.common_concept .trip .link {
	background-color: #fff;
	border: solid 1px #464646;
	border-radius: 1.6vw;
	cursor: pointer;
	margin: 1.5vw auto 0;
	position: relative;
	height: 5vw;
	width: 36vw;
}

.common_concept .trip .link p {
	font-size: 2vw;
	position: absolute;
	left: 2.6vw;
	top: 50%;
	transform: translateY(-50%);
}

.common_concept .trip .link p img {
	margin-right: 1.3vw;
	vertical-align: middle;
	width: 4vw;
}

.common_concept .trip .link::before,
.common_concept .trip .link::after {
	content: "";
	display: block;
	position: absolute;
}

.common_concept .trip .link::before {
	background-color: #7ec5dc;
	border-radius: 0 1.6vw 1.6vw 0;
	right: 0;
	height: 100%;
	width: 5.4vw;
}

.common_concept .trip .link::after {
	border: solid 1vw transparent;
	border-bottom: none;
	border-top: solid 1.3vw #fff;
	right: 1.7vw;
	top: 2vw;
}

.common_concept .trip .link ul {
	background-color: #e3e3e3;
	display: none;
	overflow-y: scroll;
	position: absolute;
	left: 0;
	top: 5.1vw;
	height: 50vh;
	width: calc(100% - 5.4vw);
}

.common_concept .trip .link li {
	background-color: #e3e3e3;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 2vw;
	padding: 1vw 2.6vw;
	padding-left: 8vw;
	position: relative;
}

.common_concept .trip .link li.area {
	border-top: dashed 1px #464646;
	margin-top: 2vw;
	padding-left: 2.6vw;
	padding-top: 2vw;
}

.common_concept .trip .link li.other {
	padding-left: 2.6vw;
}

.common_concept .trip .link li.flag img {
	position: absolute;
	left: 2.6vw;
	width: 4vw;
}

@media screen and (min-width: 1000px) {
	.common_concept {
		/* padding: 120px 0 100px; */
		padding: 70px 0;
	}

	.common_concept h2.headline {
		font-size: 50px;
		letter-spacing: 6px;
		margin-bottom: 60px;
	}

	.common_concept h3 {
		font-size: 24px;
		letter-spacing: 4px;
		margin-bottom: 50px;
	}

	.common_concept p {
		font-size: 16px;
		letter-spacing: 1px;
	}

	/* .common_concept .trip {
		margin-top: 80px;
	} */

	.common_concept .trip h2 {
		font-size: 20px;
		letter-spacing: 8px;
		padding-left: 10px;
	}

	.common_concept .trip h2::before,
	.common_concept .trip h2::after {
		width: 30px;
	}

	.common_concept .trip h2::before {
		left: -30px;
		top: 15px;
	}

	.common_concept .trip h2::after {
		right: -30px;
		top: 15px;
	}

	.common_concept .trip .link {
		border-radius: 16px;
		margin: 15px auto 0;
		height: 50px;
		width: 360px;
	}

	.common_concept .trip .link p {
		font-size: 20px;
		left: 26px;
	}

	.common_concept .trip .link p img {
		margin-right: 16px;
		width: 52px;
	}

	.common_concept .trip .link::before {
		border-radius: 0 16px 16px 0;
		width: 54px;
	}

	.common_concept .trip .link::after {
		border: solid 10px transparent;
		border-bottom: none;
		border-top: solid 13px #fff;
		right: 17px;
		top: 20px;
	}

	.common_concept .trip .link ul {
		top: 51px;
		height: 50vh;
		width: calc(100% - 54px);
	}

	.common_concept .trip .link li {
		font-size: 20px;
		padding: 10px 26px;
		padding-left: 80px;
	}

	.common_concept .trip .link li.area {
		padding-left: 26px;
		padding-top: 30px;
	}

	.common_concept .trip .link li.other {
		padding-left: 26px;
	}

	.common_concept .trip .link li.flag img {
		left: 26px;
		width: 40px;
	}
}

@media screen and (max-width: 780px) {
	.common_concept {
		/* padding: 15vw 0 10vw; */
		padding: 10vw 0;
	}

	.common_concept h2.headline {
		font-size: 10vw;
		letter-spacing: 1.5vw;
		margin-bottom: 8vw;
	}

	.common_concept h3 {
		font-size: 5.6vw;
		letter-spacing: 4.4vw;
		line-height: 2;
		margin-bottom: 10vw;
		margin-left: 20vw;
		text-align: left;
	}

	.common_concept h3 br.sp {
		display: inherit;
	}

	.common_concept p {
		font-size: 3vw;
		letter-spacing: 0.2vw;
		line-height: 2;
	}

	.common_concept p br.sp {
		display: inherit;
	}

	/* .common_concept .trip {
		margin-top: 8vw;
	} */

	.common_concept .trip h2 {
		font-size: 4.8vw;
		letter-spacing: 1vw;
		padding-left: 2vw;
	}

	.common_concept .trip h2::before,
	.common_concept .trip h2::after {
		height: 2px;
		width: 5.2vw;
	}

	.common_concept .trip h2::before {
		left: -7vw;
		top: 3.5vw;
	}

	.common_concept .trip h2::after {
		right: -7vw;
		top: 3.5vw;
	}

	.common_concept .trip .link {
		border-radius: 3vw;
		margin: 1.5vw auto 0;
		height: 10vw;
		width: 68vw;
	}

	.common_concept .trip .link p {
		font-size: 4.2vw;
		left: 4vw;
	}

	.common_concept .trip .link p img {
		margin-right: 1.3vw;
		vertical-align: middle;
		width: 4vw;
	}

	.common_concept .trip .link::before {
		border-radius: 0 3vw 3vw 0;
		width: 12vw;
	}

	.common_concept .trip .link::after {
		border: solid 2.4vw transparent;
		border-bottom: none;
		border-top: solid 2.6vw #fff;
		right: 3.2vw;
		top: 4vw;
	}

	.common_concept .trip .link ul {
		top: 10.1vw;
		height: 50vh;
		width: calc(100% - 12vw);
	}

	.common_concept .trip .link li {
		font-size: 4.2vw;
		padding: 2vw 4vw;
		padding-left: 15vw;
	}

	.common_concept .trip .link li.area {
		padding-left: 4vw;
		padding-top: 5vw;
	}

	.common_concept .trip .link li.other {
		padding-left: 4vw;
	}

	.common_concept .trip .link li.flag img {
		left: 4vw;
		width: 8vw;
	}
}

/** -- ranking -- **/
.common_ranking {
	/* padding-bottom: 10vw; */
	/* padding-bottom: 1vw; */
	padding-bottom: 10vw;
	padding-top: 8vw;
}

.common_ranking h2 {
	/* font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.4vw;
	line-height: 1; */
	margin-bottom: 4.5vw;
	/* margin-left: 9vw; */
}

/** slider **/
.rank_slider {
	padding-left: 3.5vw;
	position: relative;
}
.rank_slider .swiper-wrapper .wpp-no-data {
	margin: 0 auto;
}

.rank_slider .swiper-contaier {
	overflow-x: hidden;
}

.rank_slider .swiper-slide {
	box-sizing: border-box;
	padding: 3vw 0 0 6vw;
	position: relative;
}

.rank_slider a {
	display: block;
}

.rank_slider figure {
	margin-bottom: 3vw;
	position: relative;
	/* height: 31vw; */
	width: 21vw;
	padding-top: 68%;
	position: relative;
	/* height: 0;
	width: 100%; */
}

.rank_slider figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.rank_slider figure .icon {
	background: url("/wp/wp-content/themes/kireinote/img/ranking_number.png") no-repeat center / cover;
	font-family: "Uchen", serif;
	font-size: 4.5vw;
	position: absolute;
	left: -3.5vw;
	top: -2.2vw;
	text-align: center;
	height: 7vw;
	width: 7vw;
	z-index: 5;
}

.rank_slider figure .icon span {
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	line-height: 6vw;
	padding-top: 0.2vw;
	position: absolute;
	left: 0.5vw;
	top: 0.5vw;
	height: 6vw;
	width: 6vw;
}

.rank_slider figure .icon span small {
	display: none;
}

.rank_slider .swiper-slide:nth-child(1) figure .icon span::before {
	content: "1";
}

.rank_slider .swiper-slide:nth-child(2) figure .icon span::before {
	content: "2";
}

.rank_slider .swiper-slide:nth-child(3) figure .icon span::before {
	content: "3";
}

.rank_slider .swiper-slide:nth-child(4) figure .icon span::before {
	content: "4";
}

.rank_slider .swiper-slide:nth-child(5) figure .icon span::before {
	content: "5";
}

.rank_slider .swiper-slide:nth-child(6) figure .icon span::before {
	content: "6";
}

.rank_slider .swiper-slide:nth-child(7) figure .icon span::before {
	content: "7";
}

.rank_slider .swiper-slide:nth-child(8) figure .icon span::before {
	content: "8";
}

.rank_slider .swiper-slide:nth-child(9) figure .icon span::before {
	content: "9";
}

.rank_slider .swiper-slide:nth-child(10) figure .icon span::before {
	content: "10";
}

.rank_slider .category.beauty {
	border-color: #fdeb7b;
}
.rank_slider .category.food {
	border-color: #e67335;
}
.rank_slider .category.lifestyle {
	border-color: #5b8468;
}
.rank_slider .category.interview {
	border-color: #3976ad;
}
.rank_slider .category.special {
	border-color: #9b72b0;
}

.rank_slider h3 {
	/* font-size: 1.4vw;
	margin-bottom: 2vw; */
	font-size: 1.2vw;
	letter-spacing: 0.1vw;
	margin-bottom: 1.2vw;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rank_slider .addition {
	/* color: #787878;
	font-size: 1.3vw;
	line-height: 1; */
	/* color: #787878; */
	font-size: 1vw;
	line-height: 1;
}

.rank_slider .category {
	/* border-right: solid 1px #787878;
	padding-right: 1.2vw;
	text-transform: uppercase; */
	font-family: "Uchen", serif;
	border-bottom: 2px solid;
	margin-bottom: 0.5vw;
	width: fit-content;
	font-size: 1vw;
	font-weight: 700;
	letter-spacing: 0.1vw;
	text-transform: uppercase;
}

.rank_slider .date {
	letter-spacing: 0.1vw;
	font-size: 1vw;
}

.rank_slider .swiper-button-next::after,
.rank_slider .swiper-button-prev::after {
	display: none;
}

.rank_slider .swiper-button-prev {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow-next.png") no-repeat center / contain;
	/* left: auto; */
	/* right: 11vw;
	top: -6vw; */
	transform: rotate(180deg);
	height: 3vw;
	width: 5vw;
	left: calc(50% - 5vw);
	/* bottom: -5vw; */
	bottom: -7vw;
	top: initial;
}

.rank_slider .swiper-button-next {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow-next.png") no-repeat center / contain;
	/* left: auto; */
	/* right: 6vw;
	top: -6vw; */
	height: 3vw;
	width: 5vw;
	left: 50%;
	bottom: -7vw;
	top: initial;
}

@media screen and (min-width: 1000px) {
	.common_ranking {
		/* padding-bottom: 100px; */
		/* padding-bottom: 30px; */
		padding-bottom: 140px;
		padding-top: 80px;
	}

	.common_ranking h2 {
		/* font-size: 50px;
		letter-spacing: 4px; */
		margin: 0 auto 45px;
		/* max-width: 800px; */
	}

	/** slider **/
	.rank_slider {
		padding-left: 35px;
	}

	.rank_slider .swiper-slide {
		padding: 30px 0 0 60px;
	}

	.rank_slider figure {
		margin-bottom: 30px;
		/* padding-top: 130%; */
		padding-top: 68%;
		position: relative;
		height: 0;
		width: 100%;
	}

	.rank_slider figure img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.rank_slider figure .icon {
		font-size: 45px;
		left: -35px;
		top: -22px;
		height: 70px;
		width: 70px;
	}

	.rank_slider figure .icon span {
		line-height: 60px;
		padding-top: 2px;
		left: 5px;
		top: 5px;
		height: 60px;
		width: 60px;
	}

	.rank_slider h3 {
		/* font-size: 14px;
		margin-bottom: 20px; */
		letter-spacing: 1px;
		margin-bottom: 15px;
	}

	.rank_slider .addition {
		/* font-size: 13px; */
		font-size: 12px;
	}

	.rank_slider .category {
		/* padding-right: 12px; */
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 5px;
		/* padding-right: 10px; */
	}

	.rank_slider .date {
		/* margin-left: 12px; */
		letter-spacing: 1px;
		font-size: 12px;
	}

	.rank_slider .swiper-button-prev {
		background-size: 100%;
		/* right: 120px; */
		/* top: -60px; */
		height: 40px;
		width: 50px;
		left: calc(50% - 70px);
		bottom: -80px;
	}

	.rank_slider .swiper-button-next {
		background-size: 100%;
		/* right: 60px;
		top: -60px; */
		height: 40px;
		width: 50px;
		left: calc(50% + 20px);
		bottom: -80px;
	}
}

@media screen and (min-width: 1400px) {
	/** slider **/
	.rank_slider {
		padding-left: 150px;
	}
	.rank_slider .swiper-wrapper .wpp-no-data {
		padding-right: 150px;
	}
}

@media screen and (max-width: 780px) {
	.common_ranking {
		/* padding-bottom: 15vw; */
		/* padding-bottom: 5vw; */
		padding-bottom: 20vw;
		padding-top: 16vw;
	}

	.common_ranking h2 {
		/* font-size: 9vw;
		letter-spacing: 1vw; */
		margin-bottom: 6vw;
		/* margin-left: 9vw; */
	}

	/** slider **/
	.rank_slider {
		padding-left: 3.5vw;
		position: relative;
	}

	.rank_slider .swiper-slide {
		box-sizing: border-box;
		padding: 3vw 0 0 6vw;
		position: relative;
	}

	.rank_slider figure {
		margin-bottom: 3vw;
		position: relative;
		/* height: 50vw; */
		width: 35vw;
	}

	.rank_slider figure img {
		object-fit: cover;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.rank_slider figure .icon {
		font-size: 7.4vw;
		left: -4.5vw;
		top: -2.2vw;
		height: 10vw;
		width: 10vw;
	}

	.rank_slider figure .icon span {
		line-height: 9vw;
		padding-top: 0.5vw;
		left: 0.5vw;
		top: 0.5vw;
		height: 9vw;
		width: 9vw;
	}

	.rank_slider h3 {
		/* font-size: 3.2vw;
		line-height: 1.8;
		margin-bottom: 3vw; */
		font-size: 3vw;
		margin-bottom: 2vw;
	}

	.rank_slider .addition {
		font-size: 2.6vw;
	}

	.rank_slider .category {
		font-size: 2.6vw;
		margin-bottom: 0.2vw;
	}

	.rank_slider .date {
		/* margin-left: 2vw; */
		font-size: 2.6vw;
	}

	.rank_slider .swiper-button-prev {
		/* right: 16.4vw; */
		/* top: -10vw; */
		height: 8vw;
		width: 9.2vw;
		bottom: -14vw;
		left: calc(50% - 11vw);
	}

	.rank_slider .swiper-button-next {
		/* right: 6vw; */
		/* top: -10vw; */
		height: 8vw;
		width: 9.2vw;
		bottom: -14vw;
		left: calc(50% + 2vw);
	}
}

/** -- look -- **/
.top_look {
	/* background: url("/wp/wp-content/uploads/2021/08/210804_KIREINOTE_LOOK.jpg") no-repeat center / cover; */
	padding: 5vw 0 7.6vw;
	margin-top: -1px;
}

.top_look .title {
	margin-bottom: 2.5vw;
	position: relative;
}

.top_look .title h2 {
	font-family: "Uchen", serif;
	font-weight: 400;
	font-size: 5vw;
	letter-spacing: 0.5vw;
	margin-left: 9vw;
}

.top_look .title p {
	letter-spacing: 0.3vw;
	position: absolute;
	right: 6vw;
	top: 3vw;
}

.top_look figure img.sp {
	display: none;
}

/** slider **/
.top_look .swiper-slide {
	box-sizing: border-box;
	padding: 0 3.4vw;
}

.top_look .swiper-button-next,
.top_look .swiper-button-prev {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow2.gif") no-repeat center / 2.8vw;
	background-color: #373737;
	top: 50%;
	height: 4vw;
	width: 4vw;
}

.top_look .swiper-button-next {
	right: 15vw;
}

.top_look .swiper-button-prev {
	left: 15vw;
	transform: rotate(180deg);
}

.top_look .swiper-button-next::after,
.top_look .swiper-button-prev::after {
	display: none;
}

@media screen and (min-width: 1000px) {
	.top_look {
		padding: 50px 0 76px;
	}

	.top_look .title {
		margin: 0 auto 25px;
		max-width: 800px;
	}

	.top_look .title h2 {
		font-size: 50px;
		letter-spacing: 5px;
		margin-left: 0;
	}

	.top_look .title p {
		letter-spacing: 3px;
		right: 60px;
		top: 30px;
	}

	/** slider **/
	.top_look .swiper-slide {
		padding: 0 34px;
	}

	.top_look .swiper-button-next,
	.top_look .swiper-button-prev {
		background-size: 28px;
		height: 40px;
		width: 40px;
	}

	.top_look .swiper-button-next {
		right: 15vw;
	}

	.top_look .swiper-button-prev {
		left: 15vw;
	}
}

@media screen and (min-width: 1200px) {
	/** slider **/
	.top_look .swiper-slide {
		padding: 0 3vw;
	}
}

@media screen and (min-width: 1400px) {
	.top_look .swiper-button-next {
		right: 21vw;
	}

	.top_look .swiper-button-prev {
		left: 21vw;
	}
}

@media screen and (max-width: 780px) {
	.top_look {
		padding: 8vw 0 9vw;
	}

	.top_look .title {
		margin-bottom: 2.5vw;
	}

	.top_look .title h2 {
		font-size: 10vw;
		letter-spacing: 1vw;
		margin-left: 0;
		text-align: center;
	}

	.top_look .title p {
		display: none;
	}

	.top_look figure img.sp {
		display: inherit;
	}

	.top_look figure img.pc {
		display: none;
	}

	/** slider **/
	.top_look .swiper-slide {
		padding: 0 8vw;
	}

	.top_look .swiper-button-next,
	.top_look .swiper-button-prev {
		background-size: 5.6vw;
		top: calc(50% - 8vw);
		height: 10vw;
		width: 10vw;
	}

	.top_look .swiper-button-next {
		right: 0;
	}

	.top_look .swiper-button-prev {
		left: 0;
	}
}

/** -- アンケート -- **/
.basic-yop-poll-container .basic-message p {
	margin-bottom: 0 !important;
}

.basic-yop-poll-container .basic-vote a {
	border: none !important;
	position: relative;
	height: 150px;
	width: 300px;
}

.basic-yop-poll-container .basic-vote a::after {
	background: url("/wp/wp-content/uploads/2021/10/2021-10-13_11.42.47.jpg") no-repeat 0 0 / 100%;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
}

/** -- back_number -- **/
.back_number {
	/* margin: 8vw 0 0; */
	padding: 4vw 9vw 0;
	position: relative;
}

.back_number h2 {
	align-items: flex-end;
	display: flex;
	margin-bottom: 5vw;
	margin-left: 0;
}

.back_number h2 p {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.5vw;
	line-height: 0.9;
	padding-right: 3vw;
	position: relative;
}

.back_number h2 p:first-letter {
	font-size: 6vw;
}

.back_number h2 p::after {
	border-right: solid 1px #666;
	content: "";
	display: block;
	height: 4.5vw;
	position: absolute;
	right: 0;
	top: 0.2vw;
}

.back_number h2 span {
	display: block;
	font-size: 1.8vw;
	font-weight: 400;
	margin-left: 2.5vw;
}

.back_number .viewall {
	top: 6vw;
	right: 8vw;
}

.back_number .slider {
	position: relative;
	padding-bottom: 8vw;
}

.back_number .swiper-button-next,
.back_number .swiper-button-prev {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow2.gif") no-repeat center / 2.8vw;
	background-color: #373737;
	top: calc(50% - 10vw);
	height: 5vw;
	width: 5vw;
}

.back_number .swiper-button-next {
	right: -7vw;
}

.back_number .swiper-button-prev {
	left: -7vw;
	transform: rotate(180deg);
}

.back_number .swiper-button-next::after,
.back_number .swiper-button-prev::after {
	display: none;
}

.back_number .swiper-pagination-bullets {
	bottom: 0;
	width: 100%;
}

.back_number .swiper-pagination-bullet {
	background-color: transparent;
	border: solid 1px #464646;
	box-sizing: border-box;
	margin: 0 0.6vw !important;
	opacity: 1;
	height: 14px;
	width: 14px;
}

.back_number .swiper-pagination-bullet-active {
	background-color: #464646 !important;
}

.back_number article figure {
	margin-bottom: 3.5vw;
	overflow: hidden;
	height: 42vw;
}

.back_number article figure img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.back_number article h3 {
	font-size: 1.8vw;
	letter-spacing: 0.1vw;
	margin-bottom: 2vw;
}
.back_number article .tax {
	font-family: "Uchen", serif;
	border-bottom: 2px solid;
	font-size: 1vw;
	font-weight: 700;
	letter-spacing: 0.1vw;
	margin-bottom: 1vw;
	width: fit-content;
}
.back_number article .tax.beauty {
	border-color: #fdeb7b;
}
.back_number article .tax.food {
	border-color: #e67335;
}
.back_number article .tax.lifestyle {
	border-color: #5b8468;
}
.back_number article .tax.interview {
	border-color: #3976ad;
}
.back_number article .tax.special {
	border-color: #9b72b0;
}
.back_number article .addition {
	color: #787878;
	font-size: 1.3vw;
	line-height: 1;
}

.back_number article .category {
	border-right: solid 1px #787878;
	padding-right: 1.5vw;
}

.back_number article .date {
	/* margin-left: 1.5vw; */
	letter-spacing: 0.1vw;
	font-size: 1vw;
	line-height: 1.6;
}

@media screen and (min-width: 1000px) {
	.back_number {
		/* margin: 80px auto 0; */
		margin: 0 auto;
		padding: 40px 0 0;
		width: 100%;
		max-width: 800px;
	}

	.back_number h2 {
		margin-bottom: 50px;
	}

	.back_number h2 p {
		font-size: 50px;
		letter-spacing: 5px;
		padding-right: 30px;
	}

	.back_number h2 p:first-letter {
		font-size: 60px;
	}

	.back_number h2 p::after {
		height: 45px;
		top: 2px;
	}

	.back_number h2 span {
		font-size: 18px;
		margin-left: 25px;
	}

	.back_number .viewall {
		right: 0;
		top: 60px;
	}

	.back_number .slider {
		margin: 0 auto;
		padding-bottom: 80px;
		max-width: 800px;
	}

	.back_number .swiper-button-next,
	.back_number .swiper-button-prev {
		background-size: 28px;
		top: calc(50% - 100px);
		height: 50px;
		width: 50px;
	}

	.back_number .swiper-button-next {
		right: -70px;
	}

	.back_number .swiper-button-prev {
		left: -70px;
	}

	.back_number .swiper-pagination-bullet {
		margin: 0 6px !important;
	}

	.back_number article figure {
		margin-bottom: 30px;
		height: 420px;
	}

	.back_number article h3 {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}

	.back_number .list article .tax {
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}

	.back_number article .addition {
		font-size: 13px;
	}

	.back_number article .category {
		padding-right: 15px;
	}

	.back_number article .date {
		/* margin-left: 15px; */
		letter-spacing: 1px;
		font-size: 12px;
	}
}

@media screen and (max-width: 780px) {
	.back_number {
		/* margin: 8vw 0 0; */
		margin: 0 0 10vw;
		padding: 4vw 9vw 10vw;
		position: relative;
	}

	.back_number h2 {
		display: block;
		margin-bottom: 4vw;
		text-align: center;
	}

	.back_number h2 p {
		font-size: 8vw;
		letter-spacing: 1.2vw;
		padding-right: 0;
	}

	.back_number h2 p:first-letter {
		font-size: 8vw;
	}

	.back_number h2 p::after {
		display: none;
	}

	.back_number h2 span {
		display: none;
	}

	.back_number .viewall {
		bottom: 0;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%);
	}

	.back_number .slider {
		position: relative;
		padding-bottom: 8vw;
	}

	.back_number .swiper-button-next,
	.back_number .swiper-button-prev {
		background-size: 4vw;
		top: calc(50% - 12vw);
		height: 7vw;
		width: 7vw;
	}

	.back_number .swiper-button-next {
		right: -7vw;
	}

	.back_number .swiper-button-prev {
		left: -7vw;
		transform: rotate(180deg);
	}

	.back_number .swiper-button-next::after,
	.back_number .swiper-button-prev::after {
		display: none;
	}

	.back_number .swiper-pagination-bullets {
		bottom: 0;
		width: 100%;
	}

	.back_number .swiper-pagination-bullet {
		background-color: transparent;
		border: solid 1px #464646;
		margin: 0 1vw !important;
		height: 10px;
		width: 10px;
	}

	.back_number article figure {
		margin-bottom: 4vw;
		height: 40vw;
	}

	.back_number article h3 {
		font-size: 3vw;
		letter-spacing: 0.2vw;
		margin-bottom: 3vw;
	}

	.back_number article .tax {
		font-size: 2.6vw;
		margin-bottom: 0.2vw;
	}

	.back_number article .addition {
		font-size: 2.6vw;
	}

	.back_number article .category {
		padding-right: 2vw;
	}

	.back_number article .date {
		/* margin-left: 2vw; */
		font-size: 2.6vw;
	}
}

.breadcrumb {
	/* margin-bottom: 50px; */
	padding: 0 20px;
	/* display: none; */
}

.breadcrumb ul li {
	font-size: 12px;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.breadcrumb ul li:after {
	content: "";
	border: solid rgb(70, 70, 70);
	border-width: 0 1px 1px 0;
	padding: 3px;
	position: absolute;
	right: -16px;
	top: 5px;
	transform: rotate(-45deg);
}

.breadcrumb ul li:last-child {
	margin-right: 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

@media screen and (max-width: 780px) {
	.breadcrumb {
		/* margin-bottom: 8vw; */
		padding: 0 3vw;
	}

	.breadcrumb ul li {
		font-size: 2.8vw;
		margin-right: 5vw;
	}

	.breadcrumb ul li:after {
		padding: 0.5vw;
		right: -3.5vw;
		top: 1.5vw;
	}
}

/* splide */
.common_category .splide {
	display: flex;
}
.common_category .tab_menu .thumb-wrapper {
	border-bottom: solid 1px #464646;
	border-right: solid 1px #464646;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.common_category .tab_menu .thumb-media {
	border-left: solid 1px #464646;
	border-top: solid 1px #464646;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1.6vw;
	padding: 2.6vw 0;
	text-align: center;
}

.common_category .tab_menu .thumb-media:nth-child(1),
.common_category .tab_menu .thumb-media:nth-child(2),
.common_category .tab_menu .thumb-media:nth-child(3),
.common_category .tab_menu .thumb-media:nth-child(4),
.common_category .tab_menu .thumb-media:nth-child(5),
.common_category .tab_menu .thumb-media:nth-child(6) {
	width: calc(100% / 6) !important;
}
@media only screen and (max-width: 780px) {
	.common_category .tab_menu .thumb-media:nth-child(1),
	.common_category .tab_menu .thumb-media:nth-child(2),
	.common_category .tab_menu .thumb-media:nth-child(3),
	.common_category .tab_menu .thumb-media:nth-child(4),
	.common_category .tab_menu .thumb-media:nth-child(5),
	.common_category .tab_menu .thumb-media:nth-child(6) {
		width: calc(100% / 3) !important;
	}
}

.common_category .tab_menu .thumb-media:nth-child(7),
.common_category .tab_menu .thumb-media:nth-child(8),
.common_category .tab_menu .thumb-media:nth-child(9),
.common_category .tab_menu .thumb-media:nth-child(10),
.common_category .tab_menu .thumb-media:nth-child(11) {
	width: calc(100% / 5) !important;
}

.common_category .tab_menu .thumb-media.is-active {
	background-color: #d6d7dd;
}

/** slider **/
.common_category .splide__arrow--next,
.common_category .splide__arrow--prev {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow2.png") no-repeat center / 2.8vw;
	background-color: #373737;
	/* top: 65vw; */
	height: 5vw;
	width: 5vw;
	transform: translateY(-50%);
	/* top: 50%; */
	top: 43%;
}

.common_category .splide__arrow--next {
	right: 2.6vw;
}

.common_category .splide__arrow--prev {
	left: 2.6vw;
	/* transform: rotate(180deg); */
	transform: rotate(180deg) translateY(50%);
}

.common_category .splide__arrow--next::after,
.common_category .splide__arrow--prev::after {
	display: none;
}

.common_category .splide-wrapper .splide__pagination__page {
	/* width: 40px; */
	width: 2.5vw;
	max-width: 40px;
	background: #fff;
	opacity: 1;
}

@media screen and (min-width: 1000px) {
	.common_category .tab_menu .thumb-media {
		font-size: 18px;
		padding: 15px 0;
	}

	/** slider **/
	.common_category .splide__arrow--next,
	.common_category .splide__arrow--prev {
		background-size: 40px;
		/* top: 500px; */
		height: 60px;
		width: 60px;
		transform: translateY(-50%) translateX(-50%);
		/* top: 50%; */
		top: 43%;
	}

	.common_category .splide__arrow--next {
		right: calc(50% - 470px);
		transform: translateX(-50%);
	}

	.common_category .splide__arrow--prev {
		left: calc(50% - 410px);
		transform: translateX(-50%) rotate(180deg);
	}
}

@media screen and (max-width: 780px) {
	.common_category .tab_menu .thumb-media {
		/* font-size: 2.5vw; */
		font-size: 3vw;
		padding: 0;
		/* height: 12vw; */
		height: 10vw;
		position: relative;
	}

	/** slider **/
	.common_category .splide__arrow--next,
	.common_category .splide__arrow--prev {
		background-size: 5vw;
		/* top: calc(50% + 8vw); */
		transform: translateY(-50%);
		top: 50%;
		height: 8vw;
		width: 8vw;
	}

	.common_category .splide__arrow--next {
		right: 0;
	}

	.common_category .splide__arrow--prev {
		left: 0;
		transform: rotate(180deg) translateY(50%);
	}
	.common_category .splide-wrapper .splide__pagination__page {
		width: 4vw;
	}
}
.common_category .splide-wrapper .pagination {
	position: absolute;
	bottom: 40px;
	/* left: 50%; */
	left: 58vw;
	transform: translateX(45px);
	color: #fff;
}
.common_category .splide-wrapper .splide__pagination {
	position: absolute;
	bottom: 40px;
	left: 50vw;
	transform: translate(-27.4vw, -50%);
}

.splide-wrapper .splide__pagination {
	position: relative;
	bottom: 0;
	padding: 0;
}
.splide-wrapper .splide__pagination__page {
	border-radius: 0;
	margin: 0;
	height: 4px;
	background: #efefef;
}
.splide-wrapper .splide__pagination__page.is-active {
	background: #ccc;
	transform: scale(1);
}
.splide-wrapper .pagination {
	font-family: "Uchen", serif;
	font-weight: 400;
	order: 3;
	margin: 9px 0 0 15px;
	line-height: 1;
}
.splide-wrapper .pagination span {
	font-size: 23px;
}
@media screen and (max-width: 780px) {
	.common_category .splide-wrapper .pagination {
		bottom: 20px;
	}
	.common_category .splide-wrapper .splide__pagination {
		bottom: 20px;
	}
	.splide-wrapper .splide .splide__track {
		margin-bottom: 4vw;
	}
	.splide-wrapper .splide__pagination__page {
		height: 1vw;
	}
	.splide-wrapper .pagination {
		margin: 2vw 0 0 3vw;
	}
	.splide-wrapper .pagination span {
		font-size: 5vw;
	}
}

.splide__arrow {
	border-radius: 0;
	opacity: 1;
}
.splide__arrow:hover {
	opacity: 1 !important;
}
.splide__arrow svg {
	display: none;
}
.splide-wrapper .splide__pagination__page {
	border-radius: 0;
	margin: 0;
	height: 4px;
	background: #efefef;
}
.splide-wrapper .splide__pagination__page.is-active {
	background: #ccc;
	transform: scale(1);
}
@media screen and (max-width: 780px) {
	.splide-wrapper .splide__pagination__page {
		height: 1vw;
	}
}
.splide-wrapper .splide .splide__track {
	margin-bottom: 12px;
}
@media screen and (max-width: 780px) {
	.splide-wrapper .splide .splide__track {
		margin-bottom: 4vw;
	}
}

.splide-wrapper .splide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.splide-wrapper .splide .splide__track {
	margin-bottom: 12px;
}
.splide-wrapper .splide__pagination {
	position: relative;
	bottom: 0;
	padding: 0;
}
.splide-wrapper .splide__pagination__page {
	border-radius: 0;
	margin: 0;
	height: 4px;
	background: #efefef;
}
.splide-wrapper .splide__pagination__page.is-active {
	background: #ccc;
	transform: scale(1);
}
.splide-wrapper .pagination {
	font-family: "Uchen", serif;
	font-weight: 400;
	order: 3;
	margin: 9px 0 0 15px;
	line-height: 1;
}
.splide-wrapper .pagination span {
	font-size: 23px;
}
@media screen and (max-width: 780px) {
	.splide-wrapper .splide .splide__track {
		margin-bottom: 4vw;
	}
	.splide-wrapper .splide__pagination__page {
		height: 1vw;
	}
	.splide-wrapper .pagination {
		margin: 2vw 0 0 3vw;
	}
	.splide-wrapper .pagination span {
		font-size: 5vw;
	}
}

/* intvSlider */
@media screen and (max-width: 780px) {
	#intvSlider {
		margin-bottom: 9vw;
	}
	#intvSlider .splide__pagination__page {
		width: 1.1vw;
	}
}
/** -- common_recommend -- **/
.common_recommend {
	/* margin-top: 10vw; */
}
/** headline **/
.common_recommend h2.headline {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.4vw;
	line-height: 1;
	margin-bottom: 4.5vw;
	margin-left: 10vw;
}
/* .common_recommend h2.headline span {
	display: block;
	font-size: 2.3vw;
	font-weight: 500;
	padding-left: 1vw;
}
.common_recommend h2.headline p {
	font-family: 'Cinzel', serif;
	font-size: 5.6vw;
	font-weight: 400;
	letter-spacing: .8vw;
	position: relative;
}
.common_recommend h2.headline p::before,
.common_recommend h2.headline p::after {
	background-color: #464646;
	content: '';
	display: block;
	position: absolute;
	bottom: 1.8vw;
	height: 4.4vw;
	width: 1px;
}
.common_recommend h2.headline p::before {
	left: 0;
	transform: rotate(-20deg);
}
.common_recommend h2.headline p::after {
	right: 0;
	transform: rotate(20deg);
} */
/** box **/
.common_recommend .box {
	background-color: #e4ded9;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	box-sizing: border-box;
	/* padding: 7vw 5vw 6vw; */
	padding: 5vw 5vw;
	position: relative;
}
.common_recommend .box .innerBox {
	background-color: #fff;
	/* padding: 8vw 5vw 5vw; */
	padding: 5vw 5vw;
	position: relative;
}
.common_recommend .box .innerBox .list {
	align-items: flex-start;
}
.common_recommend .box h3 {
	align-items: flex-end;
	display: flex;
	margin-bottom: 2.5vw;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common_recommend .box h3 p {
	font-family: "Uchen", serif;
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: 0.5vw;
	line-height: 0.9;
	padding-right: 2vw;
	position: relative;
}
.common_recommend .box h3 p::after {
	border-right: solid 1px #666;
	content: "";
	display: block;
	height: 4vw;
	position: absolute;
	right: 0;
	top: 0;
}
.common_recommend .box h3 span {
	display: block;
	font-size: 1.8vw;
	font-weight: 400;
	margin-left: 2.5vw;
}
.common_recommend .box .viewall {
	position: absolute;
	/* top: 10vw;
	right: 5vw; */
	bottom: 6vw;
	left: 50%;
	transform: translateX(-50%);
}
/** article **/
.common_recommend .box article {
	position: relative;
}
.common_recommend .box article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.common_recommend .box article .tax {
	/* background-color: #e4ddd8;
	color: #464646;
	font-size: 1vw;
	letter-spacing: 0.1vw;
	margin-bottom: 1vw;
	text-align: center;
	width: 9vw; */
	font-family: "Uchen", serif;
	border-bottom: 2px solid;
	font-size: 1vw;
	font-weight: 700;
	letter-spacing: 0.1vw;
	margin-bottom: 1vw;
	width: fit-content;
}
.common_recommend .box article .tax.beauty {
	border-color: #fdeb7b;
}
.common_recommend .box article .tax.food {
	border-color: #e67335;
}
.common_recommend .box article .tax.lifestyle {
	border-color: #5b8468;
}
.common_recommend .box article .tax.interview {
	border-color: #3976ad;
}
.common_recommend .box article .tax.special {
	border-color: #9b72b0;
}
.common_recommend .box .first {
	width: 38vw;
}
.common_recommend .box .first:nth-of-type(1) {
	margin-bottom: 5vw;
}
.common_recommend .box .first a {
	display: block;
	height: 100%;
}
.common_recommend .box .first figure {
	position: relative;
	height: 52vw;
	width: 100%;
}
.common_recommend .box .first figure .icon {
	background-color: #e77875;
	color: #fff;
	font-family: "DIN Condensed Bold";
	font-size: 2.5vw;
	letter-spacing: 0.4vw;
	padding: 1.4vw 0.3vw 0.7vw 0.8vw;
	position: absolute;
	left: 0;
	top: 0;
}
.common_recommend .box .first figure::before {
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #464646 100%);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.common_recommend .box .first .text {
	color: #fff;
	position: absolute;
	bottom: 2.6vw;
	left: 2.4vw;
	width: calc(100% - 5vw);
}
.common_recommend .box .first h3 {
	font-size: 1.7vw;
	letter-spacing: 0.1vw;
	line-height: 1.5;
	margin-bottom: 1vw;
}
.common_recommend .box .first .addition {
	font-size: 1vw;
	line-height: 1;
}
.common_recommend .box .first .category {
	letter-spacing: 0.1vw;
	padding-right: 1.2vw;
}
.common_recommend .box .first .date {
	border-left: solid 1px #fff;
	letter-spacing: 0.1vw;
	padding-left: 1.2vw;
}
.common_recommend .box .second {
	/* margin-left: 1.25vw; */
	/* margin-right: -1.25vw; */
	/* width: calc(100% - 38vw - .5vw); */
	width: 100%;
}
.common_recommend .box .second:nth-of-type(1) {
	/* margin-bottom: 5vw; */
}
.common_recommend .box .second article {
	margin: 0 1.25vw;
	margin-bottom: 2.4vw;
	/* width: calc(50% - 15.84vw); */
	width: calc(50% - 2.5vw);
}
.common_recommend .box .second article:last-child {
	margin-bottom: 0;
}
.common_recommend .box .second figure {
	position: relative;
	margin-bottom: 1vw;
	/* height: 12vw; */
	height: 22vw;
	width: 100%;
}
.common_recommend .box .second .text {
	/* display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px; */
}
.common_recommend .box .second h3 {
	font-size: 1.2vw;
	letter-spacing: 0.1vw;
	margin-bottom: 1.2vw;
	width: 100%;
}
.common_recommend .box .second .addition {
	color: #787878;
	font-size: 1vw;
	line-height: 1;
}
.common_recommend .box .second .category {
	letter-spacing: 0.1vw;
	padding-right: 1vw;
}
.common_recommend .box .second .date {
	/* border-left: solid 1px #666;
	letter-spacing: 0.1vw;
	padding-left: 1vw; */
	letter-spacing: 0.1vw;
	font-size: 1vw;
	line-height: 1.6;
}
@media screen and (min-width: 1000px) {
	.common_recommend {
		/* margin-top: 100px; */
	}
	/** headline **/
	.common_recommend h2.headline {
		margin: 0 auto 20px;
		font-size: 50px;
		letter-spacing: 6px;
		/* margin: 0 auto 40px; */
		width: 100%;
		max-width: 800px;
	}
	/** box **/
	.common_recommend .box {
		/* padding: 100px 7vw 50px; */
		padding: 50px 7vw;
	}
	.common_recommend .box .innerBox {
		box-sizing: border-box;
		margin: 0 auto;
		/* padding: 100px 7vw 60px; */
		padding: 40px 2vw;
		max-width: 800px;
	}
	.common_recommend .box h3 {
		margin-bottom: 25px;
	}
	.common_recommend .box h3 p {
		font-size: 50px;
		letter-spacing: 5px;
		padding-right: 20px;
	}
	.common_recommend .box h3 p::after {
		height: 40px;
	}
	.common_recommend .box h3 span {
		font-size: 18px;
		margin-left: 25px;
	}
	.common_recommend .box .viewall {
		/* top: 115px;
		right: 7vw; */
		top: initial;
		right: initial;
		bottom: 4vw;
		left: 50%;
		transform: translateX(-50%);
	}
	/** article **/
	.common_recommend .box article figure {
		position: relative;
		z-index: 1;
	}
	.common_recommend .box article figure img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.common_recommend .box article .tax {
		/* font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		width: 100px; */
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}
	.common_recommend .box .first {
		width: calc(50% - 1.2vw);
	}
	.common_recommend .box .first:nth-of-type(1) {
		margin-bottom: 4vw;
	}
	.common_recommend .box .first figure {
		padding-top: 140%;
		height: auto;
	}
	.common_recommend .box .first figure .icon {
		font-size: 25px;
		letter-spacing: 4px;
		padding: 14px 3px 7px 8px;
	}
	.common_recommend .box .first .text {
		bottom: 26px;
		left: 24px;
		width: calc(100% - 50px);
		z-index: 1;
	}
	.common_recommend .box .first h3 {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 14px;
	}
	.common_recommend .box .first .addition {
		font-size: 14px;
	}
	.common_recommend .box .first .category {
		letter-spacing: 1px;
		padding-right: 14px;
	}
	.common_recommend .box .first .date {
		letter-spacing: 1px;
		padding-left: 15px;
	}
	.common_recommend .box .second {
		/* margin-left: 1.2vw;
		margin-right: -1.2vw; */
		/* width: calc(50% + 1.2vw); */
		width: 100%;
	}
	/* .common_recommend .box .second:nth-of-type(1) {
		margin-bottom: 4vw;
	} */
	.common_recommend .box .second article {
		/* margin: 0 2.58%; */
		margin: 0 1.5%;
		margin-bottom: 24px;
		width: calc(50% - 19.7%);
		/* width: calc(50% - 5.2%); */
	}
	.common_recommend .box .second figure {
		margin-bottom: 10px;
		padding-top: 68%;
		height: auto;
	}
	.common_recommend .box .second h3 {
		letter-spacing: 1px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.common_recommend .box .second .addition {
		font-size: 12px;
	}
	.common_recommend .box .second .category {
		letter-spacing: 1px;
		padding-right: 10px;
	}
	.common_recommend .box .second .date {
		/* letter-spacing: 1px;
		padding-left: 10px; */
		letter-spacing: 1px;
		font-size: 12px;
	}
}
@media screen and (max-width: 780px) {
	.common_recommend {
		/* margin-top: 15vw; */
	}
	/** headline **/
	.common_recommend h2.headline {
		/* line-height: 1.5; */
		/* margin: 0 auto 2vw; */
		font-size: 8vw;
		letter-spacing: 1vw;
		/* margin-bottom: 8vw; */
		margin-bottom: 2vw;
		margin-left: 0;
		text-align: center;
	}
	/** box **/
	.common_recommend .box {
		background-position: 50% 0;
		background-size: 150%;
		/* padding: 17vw 5vw 7vw; */
		padding: 7vw 5vw;
	}
	.common_recommend .box .innerBox {
		/* padding: 5vw 3.5vw 18vw; */
		padding: 5vw 3.5vw 5vw;
	}
	.common_recommend .box h3 {
		margin-bottom: 2.5vw;
	}
	.common_recommend .box h3 p {
		font-size: 9vw;
		letter-spacing: 1vw;
		margin: 0 auto 2vw;
		padding-right: 0;
	}
	.common_recommend .box h3 p::after {
		display: none;
	}
	.common_recommend .box h3 span {
		display: none;
	}
	.common_recommend .box .viewall {
		bottom: 5vw;
		right: 50%;
		top: auto;
		transform: translateX(50%);
		left: initial;
	}
	/** article **/
	.common_recommend .box article figure img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.common_recommend .box article .tax {
		/* font-size: 2.6vw;
		margin-bottom: 2vw;
		width: 23vw; */
		font-size: 2.6vw;
		margin-bottom: 0.2vw;
	}
	.common_recommend .box .first {
		margin-bottom: 10vw;
		width: 100%;
	}
	.common_recommend .box .first:nth-of-type(1) {
		margin-bottom: 10vw;
	}
	.common_recommend .box .first figure {
		margin-bottom: 3vw;
		position: relative;
		height: 45vw;
		width: 100%;
	}
	.common_recommend .box .first figure::before {
		display: none;
	}
	.common_recommend .box .first figure .icon {
		font-size: 4vw;
		letter-spacing: 0.6vw;
		padding: 2vw 0.8vw 0.8vw 1vw;
	}
	.common_recommend .box .first .text {
		color: #464646;
		margin: 0 2vw;
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
	}
	.common_recommend .box .first h3 {
		font-size: 3.2vw;
		letter-spacing: 0.2vw;
		line-height: 1.6;
		margin-bottom: 2vw;
	}
	.common_recommend .box .first .addition {
		color: #787878;
		font-size: 2.8vw;
	}
	.common_recommend .box .first .category {
		padding-right: 2vw;
	}
	.common_recommend .box .first .date {
		border-left: solid 1px #787878;
		padding-left: 2vw;
	}
	.common_recommend .box .second {
		/* margin-left: 0; */
		width: 100%;
	}
	/* .common_recommend .box .second:nth-of-type(1) {
		margin-bottom: 10vw;
	} */
	.common_recommend .box .second article {
		margin: 0;
		margin-bottom: 5vw;
		width: 100%;
	}
	.common_recommend .box .second figure {
		height: 26vw;
		width: 35vw;
	}
	.common_recommend .box .second .text {
		margin-left: 3vw;
		width: calc(100% - 35vw - 3vw);
	}
	.common_recommend .box .second h3 {
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.common_recommend .box .second .addition {
		font-size: 2.6vw;
		width: 100%;
	}
	.common_recommend .box .second .category {
		padding-right: 2vw;
	}
	.common_recommend .box .second .date {
		/* padding-left: 2vw; */
		font-size: 2.6vw;
	}
}
.common_recommend .box .post-15041 figure img {
	object-position: 20% 0;
}
