* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	overflow-x: hidden;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	position: relative;
	padding-top: 5rem;
	overflow-x: hidden;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: 173rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.inner {
	margin: auto;
	max-width: 113rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-underline {
	text-decoration: underline;
}

.animate__animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.animate__fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
}

.btn {
	background-color: transparent;
	border: 1px solid transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: opacity 0.3s ease-in;
	width: 100%;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn:hover {
	opacity: 0.7;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-primary {
	background-color: #333;
	color: #fff;
	font-size: 1.6rem;
	max-width: 32rem;
	height: 5rem;
}

.btn-arrow::after {
	content: "";
	background: url("../images/ic_chevron_right.svg") no-repeat center/contain;
	width: 0.6rem;
	height: 0.9rem;
	margin-left: 1.5rem;
	margin-top: 0.1rem;
}

.hover {
	transition: opacity 0.3s ease-in;
}

.hover:hover {
	opacity: 0.7;
}

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.header-wrap {
	background-color: #fff;
	display: flex;
	align-items: center;
}

.header-logo {
	max-width: 8.4rem;
	font-size: 0;
}

.header-nav .nav {
	display: flex;
	flex-direction: column;
}

.header-nav .nav-item {
	padding: 0 1.5rem;
}

.header-nav .nav-item.--hasChild .nav-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-nav .nav-item.--hasChild .ic img {
	width: 0.5rem;
	height: 0.9rem;
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

.header-nav .nav-link {
	font-size: 1.5rem;
	line-height: 1;
	transition: 0.3s ease;
}

.header-nav .nav-link:hover {
	opacity: 0.7;
}

.header-nav .nav-child {
	background-color: #fff;
	display: none;
}

.header-nav .nav-child__link {
	border-bottom: 1px solid #E0E0E0;
	font-size: 1.6rem;
	line-height: 1;
	display: block;
	padding: 1.85rem 0;
}

.header-user {
	font-size: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
}

.header-user img {
	width: 2.2rem;
}

.header-cart {
	background-color: #BD271E;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	width: 6rem;
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
	margin-left: 1rem;
}

.header-cart img {
	width: 2.2rem;
}

.header-hamburger {
	margin-left: 1.5rem;
	text-align: center;
}

.header-hamburger .txt {
	font-size: 1rem;
	margin-top: 0.4rem;
	line-height: 1;
}

.hamburger-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1100;
	height: 1.6rem;
}

.hamburger-box.menu-open .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.menu-open .hamburger-inner:before {
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.menu-open .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 3rem;
	height: 0.2rem;
	background-color: #333;
	transition: transform 0.15s ease;
	border-radius: 1.5px;
	margin-right: auto;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.5rem;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.5rem;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.footer {
	background-color: #EFEFEF;
	padding: 5rem 0 5rem;
	/* margin-top: 4.5rem; */
}

.footer-nav {
	margin-top: 5rem;
}

.footer-nav .nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.4rem 3rem;
}

.footer-nav .nav-item {
	position: relative;
}

.footer-nav .nav-item:not(:last-child)::after {
	content: "";
	background-color: #BEBEBE;
	width: 0.1rem;
	height: 1.7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.4rem;
}

.footer-nav .nav-item a {
	line-height: 1;
	transition: 0.3s ease;
}

.footer-nav .nav-item a:hover {
	opacity: 0.7;
}

.footer-logo {
	max-width: 15rem;
	margin: 5rem auto;
}

.footer-cpy {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
}

.sec-sns__lst {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5rem;
}

.sec-sns__lst a {
	width: 3.5rem;
	transition: 0.3s ease;
}

.sec-sns__lst a:hover {
	opacity: 0.7;
}

.sec-sns__lst a img {
	width: 100%;
}

.hline01-en {
	color: #BD271E;
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

.hline01-jp {
	display: block;
	font-size: 3.2rem;
	font-weight: normal;
}

.hline01-jp--big {
	font-size: 4rem;
	line-height: 1.2;
}

.hover {
	transition: 0.3s ease;
}

.hover:hover {
	opacity: 0.7;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.slick-dots li {
	background-color: #BCBCBC;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s ease;
	width: 1.3rem;
	height: 1.3rem;
}

.slick-dots li.slick-active {
	background-color: #EAEAEA;
}

.slick-dots li button {
	display: none;
}

.fv-slider .slick-slide {
	opacity: 1 !important;
	transition: 0s !important;
	position: relative;
}

.fv-slider .slick-slide.slick-current {
	animation: slideActive 0.3s ease both;
}

.fv .slick-dots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.sec-concept {
	padding: 3.5rem 0;
}

.sec-concept__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.2rem;
	margin-top: 4rem;
}

.sec-concept__content {
	text-align: center;
}

.sec-concept__txt {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 1.5rem;
}

.sec-concept__button {
	margin-top: 4rem;
}

.sec-cate {
	padding: 3.5rem 0 3.3rem;
}

.sec-cate .card-lst {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.15rem;
}

.sec-cate .card-item {
	position: relative;
	overflow: hidden;
}

.sec-cate .card-item::after {
	content: "";
	background: url("../images/ic_arrow_right.svg") no-repeat center/cover;
	position: absolute;
	width: 2.1rem;
	height: 2.1rem;
	right: 0.8rem;
	bottom: 0.8rem;
}

.sec-cate .card-item:hover .card-media img {
	transform: scale(1.03);
}

.sec-cate .card-media {
	display: block;
	position: relative;
}

.sec-cate .card-media img {
	transition: transform 0.5s ease;
	transform: translateZ(0);
}

.sec-cate .card-media::after {
	content: "";
	background: rgb(68, 68, 68);
	background: linear-gradient(0deg, rgb(68, 68, 68) 0%, rgba(80, 80, 80, 0) 40%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.72;
}

.sec-cate .card-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 1rem 0.8rem;
}

.sec-cate .card-ttl {
	color: #fff;
	font-size: 2.5rem;
	font-weight: normal;
	font-family: "Inter", sans-serif;
	line-height: 1.16;
	display: block;
}

.sec-cate .card-name {
	color: #fff;
	font-size: 0.8rem;
	display: block;
}

.sec-bnr {
	padding: 3.3rem 0 2.7rem;
}

.sec-bnr .card-lst {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
}

.sec-bnr .card-item {
	overflow: hidden;
}

.sec-bnr .card-item:hover .card-media img {
	transform: scale(1.03);
}

.sec-bnr .card-media {
	display: block;
	position: relative;
}

.sec-concept__media img,
.sec-bnr .card-media img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.sec-concept__media img {
	aspect-ratio: 2;
	/*height: calc(100vw * 480 / 1920);*/
}

.sec-bnr .card-media img {
	aspect-ratio: 2.4;
	/*height: calc(100vw * 400 / 1920);*/
	transition: transform 0.5s ease;
	transform: translateZ(0);
}

.sec-recommernd {
	padding: 2.7rem 0 3.5rem;
}

.sec-recommernd__slider {
	margin-top: 3rem;
}

.sec-recommernd__btn {
	text-align: center;
	margin-top: 3.4rem;
}

.sec-recommernd .item {
	cursor: pointer;
}

.sec-recommernd .item:hover .media img {
	transform: scale(1.03);
}

.sec-recommernd .item:hover .ttl,
.sec-recommernd .item:hover .txt {
	opacity: 0.5;
}

.sec-recommernd .item .media {
	display: block;
	position: relative;
}

.sec-recommernd .item .media img {
	transition: transform 0.5s ease;
	transform: translateZ(0);
	position: relative;
	z-index: 2;
}

.sec-recommernd .item .media::after {
	content: "";
	background: url("../images/img_produt_mask.png") no-repeat center/cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.72;
}

.sec-recommernd .item .ttl {
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 1.2rem;
	transition: transform 0.5s ease;
}

.sec-recommernd .item .txt {
	color: #777777;
	font-size: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-top: 1.2rem;
	transition: transform 0.5s ease;
}

.sec-recommernd .slick-slide {
	margin: 0 0.55rem;
}

.sec-recommernd .slick-list {
	margin: 0 -0.55rem;
}

.sec-news {
	padding: 3.5rem 0;
}

.sec-news .new-lst {
	margin-top: 4rem;
}

.sec-news .new-lst__item {
	border-bottom: 1px solid #EFEFEF;
	display: flex;
	gap: 2.7rem;
	padding-bottom: 2rem;
}

.sec-news .new-lst__item:not(:last-child) {
	margin-bottom: 2rem;
}

.sec-news .new-lst__date {
	color: #777777;
}

.sec-news .new-lst__link {
	font-size: 1.6rem;
	line-height: 1.3;
	transition: opacity 0.3s ease-in;
}

.sec-news .new-lst__link:hover {
	opacity: 0.7;
}

.sec-news__btn {
	text-align: center;
	margin-top: 4rem;
}

@media (min-width: 576px) {

	.d-sm-none {
		display: none !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

}

@media (min-width: 768px) {

	body {
		font-size: 1.6rem;
		line-height: 1.75;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.btn-primary {
		max-width: 30rem;
		height: 6rem;
	}

	.btn-arrow::after {
		margin-left: 1.6rem;
	}

	.breadcrumbs {
		font-size: 1.6rem;
	}

	.footer {
		/* margin-top: 5rem; */
	}

	.footer {
		padding: 7.5rem 0 2.5rem;
	}

	.footer-nav .nav {
		gap: 5rem;
	}

	.footer-nav .nav-item:not(:last-child)::after {
		right: -2.4rem;
	}

	.sec-sns__lst {
		gap: 6rem;
	}

	.hline01-en {
		font-size: 1.6rem;
		line-height: 1.25;
	}

	.hline01-jp {
		font-size: 4rem;
	}

	.hline01-jp--big {
		font-size: 7rem;
		line-height: 1.2;
	}

	.sec-concept {
		padding: 5rem 0;
	}

	.sec-cate {
		padding: 5rem 0;
	}

	.sec-cate .card-lst {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}

	.sec-cate .card-item::after {
		width: 5.2rem;
		height: 5.2rem;
		right: 2rem;
		bottom: 2rem;
	}

	.sec-cate .card-content {
		padding: 2rem;
	}

	.sec-cate .card-ttl {
		font-size: 5rem;
		line-height: 1.2;
		letter-spacing: 0.01em;
	}

	.sec-cate .card-name {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-top: 0.4rem;
	}

	.sec-bnr {
		padding: 5rem 0;
	}

	.sec-bnr .card-lst {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.sec-recommernd {
		padding: 5rem 0;
	}

	.sec-recommernd__slider {
		margin-top: 4rem;
	}

	.sec-recommernd__btn {
		margin-top: 5rem;
	}

	.sec-recommernd .item .ttl {
		margin-top: 2rem;
	}

	.sec-recommernd .item .txt {
		margin-top: 1rem;
	}

	.sec-recommernd .slick-slide {
		margin: 0 1.05rem;
	}

	.sec-recommernd .slick-list {
		margin: 0 -1.05rem;
	}

	.sec-recommernd .slick-dots {
		margin-top: 4rem;
	}

	.sec-news {
		padding: 5rem 0;
	}

	.sec-news .new-lst__item {
		padding: 0 3rem 2.5rem;
		gap: 5rem;
	}

	.sec-news .new-lst__item:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.sec-news .new-lst__date {
		font-size: 1.4rem;
	}

	.sec-news__btn {
		margin-top: 5rem;
	}

}

@media (min-width: 768px) and (max-width: 1099px) {

	.sec-cate .card-lst {
		gap: 1.2rem;
	}

	.sec-cate .card-item::after {
		width: 2.5rem;
		height: 2.5rem;
		right: 0.8rem;
		bottom: 0.8rem;
	}

	.sec-cate .card-content {
		padding: 1rem;
	}

	.sec-cate .card-ttl {
		font-size: 2.5rem;
	}

	.sec-cate .card-name {
		font-size: 1rem;
	}

}

@media (min-width: 992px) {

	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

}

@media (min-width: 1024px) {

	body {
		padding-top: 8rem;
	}

	.d-tb-none {
		display: none !important;
	}

	.d-tb-block {
		display: block !important;
	}

	.d-tb-flex {
		display: flex !important;
	}

	.text-tb-left {
		text-align: left !important;
	}

	.text-tb-right {
		text-align: right !important;
	}

	.text-tb-center {
		text-align: center !important;
	}

	.header-wrap {
		padding-left: 5rem;
	}

	.header-logo {
		max-width: 15rem;
	}

	.header-nav {
		margin-left: auto;
	}

	.header-nav .nav {
		flex-direction: row;
		align-items: center;
		gap: 3.2rem;
	}

	.header-nav .nav-item {
		padding: 2.4rem 0 2.34rem;
	}

	.header-nav .nav-item:hover .nav-child {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.header-nav .nav-item.--hasChild .ic {
		display: inline-block;
		vertical-align: middle;
		margin-left: 1.5rem;
		position: relative;
		top: -0.2rem;
	}

	.header-nav .nav-child {
		display: block;
		opacity: 0;
		visibility: hidden;
		top: 100%;
		position: absolute;
		width: 20rem;
		transform: translateY(40px);
		transition: all 0.3s ease;
	}

	.header-nav .nav-child__item:hover .nav-child__link {
		color: #BD271E;
	}

	.header-nav .nav-child__item:last-child .nav-child__link {
		border-bottom: none;
	}

	.header-nav .nav-child__link {
		padding: 1.2rem 2rem 1.3rem;
		transition: color 0.3s ease;
	}

	.header-user {
		font-size: 1.6rem;
		margin-left: 4rem;
		gap: 0.5rem;
	}

	.header-cart {
		font-size: 1.6rem;
		width: 10rem;
		height: 8rem;
		gap: 0.6rem;
		margin-left: 2rem;
	}

	.header-hamburger {
		display: none;
	}

	.sec-concept__box {
		flex-direction: row;
		flex-direction: row-reverse;
		gap: 5.9895833333vw;
	}

	.sec-concept__content {
		text-align: left;
		/* margin-right: auto; */
	}

	.sec-concept__media {
		max-width: 50%;
		/* flex: 0 0 50vw;
		max-width: 50vw;
		margin-right: calc((50vw - 50%) * -1); */
	}

	.sec-concept__txt {
		margin-top: 0;
		/* margin-top: 2rem; */
	}

}

@media (min-width: 1024px) and (max-width: 1099px) {

	.header-wrap {
		padding-left: 2.5rem;
	}

	.header-nav .nav {
		gap: 1.6rem;
	}

	.header-user {
		margin-left: 2rem;
	}

}

@media (min-width: 1100px) {

	.d-xl-none {
		display: none !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

}

@media (max-width: 1023px) {

	.header-wrap {
		justify-content: center;
	}

	.header-logo {
		position: absolute;
		top: 50%;
		left: calc(50% - 1.5rem);
		transform: translate(-50%, -50%);
	}

	.header-nav {
		background-color: #fff;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100vw;
		overflow-y: auto;
	}

	.header-nav::after {
		content: "";
		background-color: rgba(0, 0, 0, 0.85);
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
	}

	.header-nav.menu-open::after {
		opacity: 1;
		visibility: visible;
	}

	.header-nav .nav-item .nav-link {
		border-bottom: 1px solid #E0E0E0;
	}

	.header-nav .nav-item.--hasChild .nav-link {
		flex: 1;
	}

	.header-nav .nav-item.--hasChild .ic {
		width: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-nav .nav-item.--hasChild .ic.open-menu img {
		transform: rotate(-90deg);
	}

	.header-nav .nav-link {
		display: block;
		padding: 1.85rem 0;
	}

	.header-nav .nav-child__link::before {
		content: "-";
		margin-right: 0.7rem;
	}

	.header-user {
		margin-left: auto;
	}

	.sec-concept__media {
		margin-right: -15px;
		margin-left: -15px;
		width: calc(100% + 30px);
	}

}

@media (max-width: 767px) {
	.d-md-block {
		display: none !important;
	}

	.breadcrumbs {
		font-size: 1.4rem;
	}

	.footer-nav .nav-item:nth-child(3)::after {
		display: none;
	}

	.sec-recommernd__slider {
		padding-left: 0.55rem;
	}

	.sec-recommernd .item {
		max-width: 21.6rem;
	}

	.sec-recommernd .slick-list {
		overflow: visible;
	}

}

@keyframes fadeInUp {

	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}

}

@keyframes slideActive {

	from {
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}

	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

}


.archive-pagination .nav-links,
.archive-pagination .nav-links .page-numbers {
	align-items: center;
	display: flex;
	justify-content: center;
}

.archive-pagination .nav-links {
	gap: 20px;
	margin-top: 50px;
}

.archive-pagination .nav-links .page-numbers {
	border-radius: 100%;
	height: 30px;
	width: 30px;
}

.archive-pagination .nav-links .page-numbers.current {
	background-color: black;
	color: white;
}



.single-news_page-title {
	font-size: 1.5em;
	margin-bottom: 50px;
}

.single-news__header {
	margin-bottom: 40px;
}

.single-news__title {
	margin-bottom: 50px;
}

.single-news__body p {
	line-height: 2;
}

.single-news__footer {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.single-news__footer a {
	align-items: center;
	border: 1px solid black;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 20px 80px;
}
