/* ===============================================================
	==root
	==header
	==banner / slider
	==breadcrumb
	==intro
	==product
	==album
	==news
	==store
	==purchase
	==privacy
	==footer
	==sns
	==RWD
==================================================================*/

/* ----------------------------------------------------------------
	==root
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

:root {
	--cnvs-themecolor: #005BAC;
	--cnvs-themecolor-rgb: 0, 91, 172;

	--cnvs-subcolor: #595757;
	--cnvs-subcolor-rgb: 89, 87, 87;

	--cnvs-hovercolor: #ff9900;
	--cnvs-hovercolor-rgb: 255, 153, 0;

	--cnvs-activecolor: #d5ecff;
	--cnvs-activecolor-rgb: 213, 236, 255;

	--cnvs-textcolor: #231815;
	--cnvs-textcolor-rgb: 35, 24, 21;

	--cnvs-primary-font: 'Noto Sans TC', sans-serif;
	--cnvs-body-font: 'Noto Sans TC', sans-serif;
	--cnvs-secondary-font: var(--cnvs-body-font);

	--cnvs-font-size-body: 16px;
}

body {
	color: var(--cnvs-textcolor);
}

.one-row {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.two-row {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.three-row {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.heading-block {
	--cnvs-heading-block-font-spacing: 1px;
	--cnvs-heading-block-font-color: var(--bs-black);
	--cnvs-heading-block-span-color: var(--cnvs-subcolor);
}

.heading-block::after {
	display: none;
}

.heading-block-sub {
	font-size: 14px;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.button {
	font-size: 16px;
	line-height: 1.75;
	padding: 8px 32px;
	background-color: var(--cnvs-themecolor);
}

.button:hover {
	background-color: var(--cnvs-hovercolor);
}

/* ----------------------------------------------------------------
	==header
-----------------------------------------------------------------*/
#header {
	--cnvs-primary-menu-submenu-border: 0px solid rgba(var(--cnvs-contrast-rgb), 0.1);

	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size: 18px;
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 1;
	--cnvs-primary-menu-submenu-font-size: 16px;
	--cnvs-primary-menu-submenu-font-weight: 400;
	--cnvs-primary-menu-submenu-tt: none;


	--cnvs-header-height: 70px;
	--cnvs-header-bg: var(--cnvs-themecolor);
	--cnvs-header-sticky-bg: var(--cnvs-header-bg);
	--cnvs-header-height-md: 70px;

	--cnvs-top-search-font-size: 18px;
}

#header-wrap {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#header-wrap #logo {
	margin-right: 0;
}

#header-wrap #logo a .logo-default {
	padding: 10px 0;
}

#header .menu-bg {
	width: 87px;
	height: var(--cnvs-header-height, 70px);
	background: #FFF;
}

#header .menu-bg::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	background-color: #FFF;
	width: 100vw;
	z-index: -1;
}

#header .menu-bg::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-left: 0px solid transparent;
	border-right-width: var(--cnvs-header-height, 70px);
	border-right-style: solid;
	border-right-color: transparent;
	border-bottom-width: var(--cnvs-header-height, 70px);
	border-bottom-style: solid;
	border-bottom-color: var(--cnvs-themecolor);
	z-index: 0;
}

.menu-container>.menu-item>.menu-link {
	transition: color .3s ease-out;
	color: #000 !important;
}

.menu-container>.menu-item>.menu-link:hover,
.menu-container .menu-item .sub-menu-container .menu-link:hover {
	color: var(--cnvs-hovercolor) !important;
}

#top-search a:hover {
	color: var(--cnvs-hovercolor);
}

.top-search-open #top-search-trigger i {
	color: var(--bs-white);
	transition: color .3s ease-out;
}

.top-search-open #top-search-trigger:hover i {
	color: var(--cnvs-hovercolor);
}

.top-search-form input {
	font-weight: 400 !important;
	color: var(--bs-white) !important;
	letter-spacing: 1px;
}

.top-search-form input::placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}


/* ----------------------------------------------------------------
	==banner / slider
-----------------------------------------------------------------*/
.swiper-slide-bg::before {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.slider-caption h3 {
	text-transform: none;
	font-size: 48px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 0;
	text-align: center;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.slider-caption p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.75;
	margin-top: 24px;
	margin-bottom: 0;
	text-align: center;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.slider-button {
	margin-top: 24px;
}

.slider-swiper-pagination {
	display: none;
}

/*-----------------------------------------------------------------
 == breadcrumb 
-----------------------------------------------------------------*/
.breadcrumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.breadcrumb_title {
	font-size: 32px;
	text-align: center;
	color: #FFF;
	margin-bottom: 16px;
}

.breadcrumb_list li {
	color: #FFF;
}

.breadcrumb_list li a {
	color: #FFF;
	transition: all .3s ease-out;
}

.breadcrumb_list li a:hover {
	color: var(--cnvs-themecolor);
}

/*-----------------------------------------------------------------
 == intro 
-----------------------------------------------------------------*/
.intro p {
	line-height: 1.75;
}

.intro .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--cnvs-themecolor);
}

.intro .intro-hr {
	opacity: 1;
	color: var(--cnvs-themecolor);
}

.intro .adv-item {
	position: relative;
	display: flex;
	border: 2px solid var(--cnvs-themecolor);
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.intro .adv-item .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro .adv-item .media {
	width: 40%;
}

.intro .adv-item .content {
	width: 60%;
	padding: 24px 24px 8px;
}

/*----- history -----*/
.history_6__time-bg {
	padding: 48px;
	background-color: #E6EFF7;
}

.history_6__timeline-wrapper {
	max-width: 900px;
}

.history-section .section-title-wrap {
	padding-right: 0;
}

.history-section .section-title {
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	letter-spacing: 1px;
}

.history_6__time-item::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	width: 30%;
	height: 2px;
	background: var(--cnvs-themecolor);
}

.history_6__time-year {
	width: 20%;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	background: var(--cnvs-themecolor);
	height: fit-content;
}

.history_6__time-txt {
	position: relative;
	margin-left: 10%;
	width: 70%;
	padding: 0px 0px 10px 30px;
}

.history_6__time-txt .item-title {
	font-size: 20px;
	font-weight: 600;
}

.deco-img>div {
	top: 160px;
}

/*----- certificate -----*/

.cer-img img {
	width: 100%;
	object-fit: contain;
}

.cer-img {
	transition: all .3s ease-out;
}

.cer-img::before,
.cer-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	border: 2px solid var(--cnvs-themecolor);
	z-index: -1;
	transition: .3s ease-in-out;
}

.cer-img::before {
	opacity: 0;
  	background: var(--cnvs-themecolor);
	transition: .3s ease-in-out;
}

.cer-item:hover .cer-img::after {
	width: 100%;
}

.cer-item:hover .cer-img::before {
	width: 100%;
	opacity: 1;
}


/* ----------------------------------------------------------------
	==product
-----------------------------------------------------------------*/
.index-product-block {
	padding: 0 80px;
}

.index-product-box {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.index-product-box .media {
	aspect-ratio: 1;
	overflow: hidden;
}

.index-product-box .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-out;
}

.index-product-box:hover .media img {
	transform: scale(1.1);
}

.index-product-box .text h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: var(--bs-white);
}

.index-product-box .text {
	padding: 12px;
	background: var(--cnvs-themecolor);
	transition: all .3s ease-out;
}

.index-product-box:hover .text {
	background: var(--cnvs-hovercolor);
}

/*----- product-list -----*/
/*----- 分類側欄 -----*/
.pdt_sidebar-item {
	border: 2px solid #f3f3f3;
	background-color: #f3f3f3;
	margin-bottom: 16px;
	padding: 16px;
}

.pdt_sidebar-title {
	color: var(--cnvs-themecolor);
	font-size: 20px;
	font-weight: 600;
}

.pdt_sidebar-title a {
	color: var(--cnvs-subcolor);
}

.pdt_sidebar-item .small-title {
	color: var(--color-text);
	font-size: var(--font-text);
	line-height: 1;
	margin-bottom: 20px;
}

.pdt_sidebar-categories ul li {
	position: relative;
	list-style-type: none;
	margin: 4px 0;
}

.pdt_sidebar-categories ul li a {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	display: block;
	line-height: 1.3;
	margin: 0;
	padding: 8px 12px;
	position: relative;
	width: 100%;
	border: 1px solid var(--cnvs-themecolor);
	background-color: var(--bs-white);
	transition: all 0.3s ease-out;
}

#product-list .pdt_sidebar-categories ul li a,
#product-info .pdt_sidebar-categories ul li a {
	padding: 0;
}

#product-list .pdt_sidebar-categories ul li a[data-bs-toggle="collapse"],
#product-info .pdt_sidebar-categories ul li a[data-bs-toggle="collapse"] {
	padding: 0 12px 0 0;
}

.pdt_sidebar-categories ul li a > span {
	width: 100%;
	padding: 8px 12px;
}

/* .pdt_sidebar-categories ul li span[data-bs-toggle="collapse"] {
	width: calc(100% - 25px);
} */

.pdt_sidebar-categories ul.sub-menu-list li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 1.3;
	margin: 0;
	padding: 8px 12px 8px 16px;
	position: relative;
	width: 100%;
	border: 1px solid var(--cnvs-themecolor);
	background-color: var(--bs-white);
}

.pdt_sidebar-categories ul.sub-menu-list li a[data-bs-toggle="collapse"] {
	padding: 0 12px 0 0;
}

.pdt_sidebar-categories ul li.active>a {
	background-color: var(--cnvs-activecolor);
	color: var(--bs-black);
}

.pdt_sidebar-categories ul li>a:hover {
	background-color: var(--cnvs-hovercolor);
	color: var(--bs-black);
}

.pdt_sidebar-categories ul li .collapse-icons {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	line-height: 1;
	background-color: #00417a;
}

.pdt_sidebar-categories ul li a:not(.collapsed) .collapse-icons i:after {
	height: 0;
}

.pdt_sidebar-categories ul li .collapse-icons i {
	position: absolute;
	background-color: #fff;
	height: 2px;
	top: 49%;
	left: 50%;
	width: 10px;
	transform: translateX(-50%);
}

.pdt_sidebar-categories ul li .collapse-icons i:after,
.pdt_sidebar-categories ul li a span.collapse-icons i:after {
	background-color: #fff;
	content: "";
	position: absolute;
	height: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	width: 2px;
}

.pdt_sidebar-categories ul {
	margin-bottom: 12px;
}

.pdt_sidebar-categories ul li ul {
	margin-left: 8px;
}

/*----- 項目 -----*/
.product-box {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.product-box .media {
	aspect-ratio: 1;
	overflow: hidden;
}

.product-box .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-out;
}

.product-box .media a:hover img {
	transform: scale(1.1);
}

.product-box .info {
	color: var(--bs-white);
}

.product-box .info .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 8px;
	background-color: #E6EFF7;
}

.product-box .info .tags a {
	color: var(--cnvs-themecolor);
}

.product-box .info .tags a:hover {
	color: var(--cnvs-hovercolor);
}

.product-box .info .tags a:not(:first-child)::before {
	content: "/";
	color: var(--cnvs-themecolor);
	margin-right: 4px;
}

.product-box .info .title a {
	display: block;
	color: var(--bs-white);
	padding: 8px;
	font-size: 20px;
	line-height: 1.5;
	background-color: var(--cnvs-themecolor);
	transition: all .3s ease-out;
}

.product-box .info .title a:hover {
	background-color: var(--cnvs-hovercolor);
}

/*----- 頁碼 pagination -----*/
.pagination .pagination li {
	margin-right: 5px;
}

.pagination .pagination li a {
	background-color: rgba(var(--cnvs-subcolor-rgb), 0.1);
	color: var(--bs-black);
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 36px;
}

.pagination .pagination li a.active {
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
}

.pagination .pagination li a:hover {
	color: var(--bs-black);
	background-color: var(--cnvs-hovercolor);
}

.pagination .pagination li i {
	font-size: 15px;
	font-weight: 700;
}

.pagination .pagination li:last-child {
	margin-right: 5px;
}

/*----- 暫無資料 nodata -----*/
.nodata {
	border: 1px solid var(--cnvs-themecolor);
	border-radius: 10px;
	color: var(--cnvs-themecolor);
	letter-spacing: 1px;
}

/*----- 內頁產品圖片(左側) -----*/
.pdtSwiper.swiper-main .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.pdtSwiper .swiper-button-prev,
.pdtSwiper .swiper-button-next {
	width: 36px;
	height: 36px;
	font-size: 18px;
	background-color: var(--cnvs-themecolor);
	color: var(--bs-white);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.pdtSwiper .swiper-button-prev:hover,
.pdtSwiper .swiper-button-next:hover {
	background-color: var(--cnvs-hovercolor);
}

.pdtSwiper .swiper-button-prev::after,
.pdtSwiper .swiper-button-next::after {
	font-size: 18px;
}

.pdtSwiper:hover .swiper-button-prev,
.pdtSwiper:hover .swiper-button-next {
	opacity: 1;
}

.pdtSwiper.swiper-pagi {
	padding: 8px;
	background-color: rgba(var(--cnvs-subcolor-rgb), 0.15);
}

.pdtSwiper.swiper-pagi .swiper-slide {
	cursor: pointer;
}

.pdtSwiper.swiper-pagi .swiper-slide img {
	object-fit: cover;
	aspect-ratio: 1;
}

/*----- 內頁產品簡述(右側) -----*/
#product-info .tags {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 4px 8px;
	margin-bottom: 8px;
	background-color: #E6EFF7;
}

#product-info .tags a {
	color: var(--cnvs-themecolor);
}

#product-info .tags a:hover {
	color: var(--cnvs-hovercolor);
}

#product-info .tags a:not(:first-child)::before {
	content: "/";
	color: var(--cnvs-themecolor);
	margin-right: 4px;
}

#product-info .pdt-tel-block {
	margin-top: 16px;
}

#product-info .pdt-tel-block a:hover {
	color: var(--cnvs-hovercolor);
}


/*----- 內頁頁籤 -----*/
.pdt_product-tab-nav {
	margin-bottom: 8px;
}

.pdt_product-tab-nav li {
	display: inline-block;
	margin: 0 12px 12px 0;
}

.pdt_product-tab-nav li a {
	letter-spacing: 1px;
	border: 1px solid var(--cnvs-themecolor);
	padding: 8px 16px;
	transition: all 0.3s ease-out;
}

.pdt_product-tab-nav li a:hover {
	border: 1px solid var(--cnvs-hovercolor);
	background-color: var(--cnvs-hovercolor);
	color: var(--bs-white);
}

.pdt_product-tab-content .tab-pane:not(.no-border) {
	border: 1px solid var(--cnvs-themecolor);
	background-color: #FFF;
	padding: 20px;
}

/* ----------------------------------------------------------------
	==album
-----------------------------------------------------------------*/
.album-item {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.album-item .media {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.album-item .media .tag {
	position: absolute;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
	border-bottom-right-radius: 10px;
	z-index: 1;
	transition: background-color .3s ease-out;
}

.album-item .media .tag:hover {
	background-color: var(--cnvs-hovercolor);
}

.album-item .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease-out;
}

.album-item .media img:hover {
	transform: scale(1.1);
}

.album-item .text {
	background: var(--bs-white);
	padding: 12px;
}

.album-item .text h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--bs-black);
	margin-bottom: 0;
	transition: color .3s ease-out;
}

.album-item .text h3:hover {
	color: var(--cnvs-hovercolor);
}

/*----- album-list -----*/
#album-list .album-item {
	box-shadow: none;
}

#album-list .album-item .media {
	border: 1px solid var(--cnvs-themecolor);
}

#album-list .album-item .text {
	padding: 12px 8px;
}

/*----- album-info -----*/
#album-info .tags a {
	padding: 2px 12px;
	letter-spacing: 1px;
	border-radius: 4px;
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
}

#album-info .text {
	padding: 24px 0 24px;
	border-top: 1px solid var(--cnvs-themecolor);
	border-bottom: 1px solid var(--cnvs-themecolor);
}

#album-info .album-box img {
	width: 100%;
	object-fit: contain;
	transition: all .3s ease-out;
}

#album-info .album-box:hover img {
	transform: scale(1.1);
}

#album-info .album-photo-title {
	font-size: 18px;
	margin: 4px 0 8px;
}

/* ----------------------------------------------------------------
	==news
-----------------------------------------------------------------*/
.news-item {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--cnvs-themecolor);
	background-color: var(--bs-white);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.news-item .media {
	width: 30%;
	overflow: hidden;
}

.news-item .media img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1000 / 474;
	object-fit: cover;
	transition: transform .3s ease-out;
}

.news-item .media img:hover {
	transform: scale(1.1);
}

.news-item .text {
	padding: 16px;
	width: 70%;
}

.news-item .text .tag {
	padding: 1px 12px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	color: var(--bs-white);
	border-radius: 4px;
	background-color: var(--cnvs-themecolor);
	transition: background-color .3s ease-out;
}

.news-item .text .tag:hover {
	background-color: var(--cnvs-hovercolor);
}

.news-item .text h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin: 16px 0;
	transition: color .3s ease-out;
}

.news-item .text h3:hover {
	color: var(--cnvs-hovercolor);
}

.news-item .text p {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 1px;
	color: var(--cnvs-subcolor);
	margin: 0;
	height: 84px;
}

/*----- news-list -----*/
/*----- 搜尋欄(共用) -----*/
.news_form-input-item {
	position: relative;
}

.news_form-input-item input {
	border: 1px solid var(--cnvs-themecolor);
	background-color: #fff;
	color: #000;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 10px 60px 10px 16px;
	width: 100%;
	transition: all .3s ease-out;
}

.news_form-input-item input:focus {
	border: 1px solid var(--cnvs-hovercolor);
}

.news_form-input-item input::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
.news_form-input-item input::-moz-placeholder,
/* Firefox 19+ */
.news_form-input-item input:-moz-placeholder,
/* Firefox 18- */
.news_form-input-item input:-ms-input-placeholder {
	color: #aaa;
}

.news_btn-src {
	border: none;
	background-color: var(--cnvs-themecolor);
	color: var(--bs-white);
	font-size: 18px;
	position: absolute;
	padding: 4px 16px;
	height: 100%;
	top: 0;
	right: 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.news_btn-src:hover {
	background-color: var(--cnvs-hovercolor);
	color: var(--bs-black);
}

/*---- 熱門 ----*/
.news_widget-blog-post {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	padding-bottom: 22px;
}

.news_widget-blog-post:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news_widget-blog-post ul {
	margin: 0;
}

.news_widget-blog-post ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border: 1px solid var(--cnvs-themecolor);
	background-color: var(--bs-white);
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.news_side-thumb {
	margin-right: 12px;
	width: 100px;
	height: 92px;
}

.news_side-thumb a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.news_side-thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.news_side-thumb a:hover img {
	transform: scale(1.1);
}

.news_side-content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: calc(100% - 100px - 24px);
}

.news_side-content .news-date {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}

.news_side-content h3 {
	color: var(--cnvs-themecolor);
	font-size: 16px;
	line-height: 1.5;
	margin-top: 4px;
	margin-bottom: 0;
}

.news_side-content h3 a {
	color: var(--bs-black);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease-out;
}

.news_side-content h3 a:hover {
	color: var(--cnvs-hovercolor);
}

.news_side-content .side-tag {
	padding: 1px 8px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	color: var(--bs-white);
	border-radius: 4px;
	background-color: var(--cnvs-themecolor);
	transition: background-color .3s ease-out;
}

.news_side-content .side-tag:hover {
	background-color: var(--cnvs-hovercolor);
}



/*----- news-info -----*/
#news-info .news-date {
	color: #595757;
	font-size: 18px;
	margin-right: 8px;
}

#news-info .tag {
	padding: 1px 12px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	color: var(--bs-white);
	border-radius: 4px;
	background-color: var(--cnvs-themecolor);
	transition: background-color .3s ease-out;
}

#news-info .tag:hover {
	color: var(--bs-white);
	background-color: var(--cnvs-hovercolor);
}

#news-info .news-title {
	color: var(--bs-black);
}

.share-wrap {
	padding: 8px 24px;
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.25);
	border-radius: 100px;
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.1);
	/* box-shadow: 0 4px 10px rgba(var(--cnvs-themecolor-rgb), 0.25); */
}

.share-wrap .share-title {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.share-wrap a {
	font-size: 24px;
	line-height: 1.3;
	transition: color .3s ease-out;
	color: var(--bs-white);
}

.share-wrap a.fa-facebook {
	color: #1877F2;
}

.share-wrap a.bi-line {
	color: #21B94E;
}

.share-wrap a.fa-link {
	font-size: 20px;
	line-height: 1;
	color: var(--cnvs-themecolor);
}

.share-wrap a:hover {
	color: var(--cnvs-hovercolor);
}

.sidebar-wrap {
	top: 110px;
}

/* ----------------------------------------------------------------
	==store
-----------------------------------------------------------------*/
#store .store-item .text a,
#store .store-item .text span.fax {
	font-size: 16px;
	color: var(--cnvs-themecolor);
	margin-bottom: 4px;
	transition: all .3s ease-out;
}

#store .store-item a:hover {
	color: var(--cnvs-hovercolor);
}

#store .store-item .text .tag {
	margin-bottom: 8px;
}

#store .store-item .text .tag a {
	display: inline;
	font-size: 14px;
	padding: 2px 8px;
	letter-spacing: 1px;
	border-radius: 4px;
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
	transition: all .3s ease-out;
}

#store .store-item .text .tag a:hover {
	background-color: var(--cnvs-hovercolor);
}

#store .store-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

#store .qr {
	margin: auto;
	aspect-ratio: 1;
	max-width: 180px;
}


/* ----------------------------------------------------------------
	==purchase
-----------------------------------------------------------------*/
table.intro_2 thead,
table.intro_2 tbody,
table.intro_2 tfoot,
table.intro_2 tr,
table.intro_2 th,
table.intro_2 td {
	border: 1px solid var(--cnvs-themecolor);
}

.table.intro_2>tbody>tr>td:hover {
	background-color: #ecf6ff !important;
}

/* ----------------------------------------------------------------
	==privacy
-----------------------------------------------------------------*/
.fbox-content p {
	line-height: 1.75;
}

.fbox-content .content-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 4px;
	margin-bottom: 0;
	color: #000;
}


/* ----------------------------------------------------------------
	==footer
-----------------------------------------------------------------*/
#footer {
	background: #E6EFF7;
}

.h1-txt {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 24px 0;
	color: var(--bs-black);
}

.footer-title {
	font-size: 22px;
	line-height: 1.75;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--bs-black);
}

.footer-sub-title {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 16px;
	color: var(--bs-black);
}

.footer-list {
	list-style: none;
	padding-left: 0;
}

.footer-list li:not(:first-child) {
	margin-top: 8px;
}

.footer-list li a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: var(--bs-black);
	transition: all .3s ease-out;
}

.footer-list li a:hover {
	color: var(--cnvs-hovercolor);
}

.footer-list-flex {
	display: flex;
	flex-wrap: wrap;
}

.footer-list-flex li {
	margin-top: 8px;
	width: 150px;
}

#copyright {
	background: var(--cnvs-themecolor);
}

.copyright-txt {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 0;
	color: var(--bs-white);
	letter-spacing: 1px;
}

.copyright-link {
	color: #FFF;
}

.copyright-link:hover {
	color: var(--cnvs-hovercolor);
}

/*----------------------------------------------------------------- 
== SNS 
-----------------------------------------------------------------*/
[id*="sns"] {
	--cnvs-sns-size: 2.5rem;
	--cnvs-sns-bg: var(--cnvs-themecolor);
	--cnvs-sns-icon-size: 18px;
	--cnvs-sns-icon-color: #fff;
	--cnvs-sns-position-boxed-right: 30px;
	--cnvs-sns-position-boxed-botom: 30px;
	--cnvs-sns-border-radius: 100px;
	--cnvs-sns-hover-color: var(--cnvs-hovercolor);
	z-index: 100;
	position: fixed;
	width: var(--cnvs-sns-size);
	line-height: var(--cnvs-sns-size);
	font-size: var(--cnvs-sns-icon-size);
	text-align: center;
	color: var(--cnvs-sns-icon-color);
	top: auto;
	left: auto;
	right: var(--cnvs-sns-position-boxed-right);
	bottom: var(--cnvs-sns-position-boxed-bottom);
	cursor: pointer;
	background-color: var(--cnvs-sns-bg);
	border-radius: var(--cnvs-sns-border-radius);
	opacity: 1;
	transition: background-color 0.2s linear, opacity 0.4s ease;
}

#sns_line {
	--cnvs-sns-position-boxed-bottom: 200px;
	font-size: 22px;
	background-color: #00c300;
}

#sns_tel {
	--cnvs-sns-position-boxed-bottom: 150px;
}

[id*="sns"]:hover {
	background-color: var(--cnvs-sns-hover-color) !important;
}

/*----------------------------------------------------------------- 
== RWD 
-----------------------------------------------------------------*/
@media screen and (max-width: 1299px) {

	/*----- header -----*/
	.is-expanded-menu .menu-link {
		--cnvs-primary-menu-padding-x: 8px;
	}

	#logo {
		position: relative;
		padding-right: 10px;
	}

	#logo::before {
		position: absolute;
		content: "";
		width: 12px;
		height: 100%;
		bottom: 0;
		left: -12px;
		background-color: var(--cnvs-themecolor);
	}

	#logo::after {
		position: absolute;
		content: "";
		clip-path: polygon(0 0, 0 101%, 101% 101%);
		width: 60px;
		height: 100%;
		bottom: 0;
		right: -59px;
		background-color: var(--cnvs-themecolor);
		transition: all .3s ease-out;
	}
}

@media screen and (max-width: 1199px) {

	/*----- header -----*/
	#header {
		--cnvs-header-bg: var(--bs-white);
	}

	.top-search-open #header {
		--cnvs-header-bg: var(--cnvs-themecolor);
	}

	.menu-container>.menu-item:not(:last-child)>.menu-link {
		border-bottom: 1px solid #eee;
	}

	/*----- banner / slider -----*/
	.slider-caption h3 {
		font-size: 32px;
	}

	.slider-caption p {
		font-size: 18px;
		-webkit-line-clamp: 2;
	}

	/*----- product ------*/
	.index-product-box .text h3 {
		font-size: 20px;
	}

	/*----- album -----*/
	.album-item .text h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {

	/*----- banner / slider -----*/
	.slider-caption h3 {
		font-size: 32px;
	}

	.slider-caption p {
		font-size: 18px;
		-webkit-line-clamp: 2;
		margin-top: 8px;
	}

	.slider-button {
		margin-top: 8px;
	}

	/*---- breadcrumb ----*/
	.breadcrumb_title {
		font-size: 28px;
	}

	/*----- intro -----*/
	.history-section>.img-wrap {
		width: 82%;
		top: 130px !important;
		transform: none !important;
	}

	.deco-img>div {
		top: 120px;
	}

	/*----- footer -----*/
	.footer-list-flex li {
		width: calc(100% / 5);
	}

	/*---- SNS -----*/
	[id*="sns"] {
		--cnvs-sns-position-boxed-right: 15px;
	}
}

@media screen and (max-width: 768px) {

	/*----- header -----*/
	#header {
		--cnvs-header-height-md: 60px;
	}

	/*----- banner / slider -----*/
	.slider-caption h3 {
		font-size: 28px;
	}

	.slider-caption p {
		display: none;
	}

	.slider-button {
		margin-top: 16px;
	}

	.slider-arrow-left,
	.slider-arrow-right {
		display: none;
	}

	.slider-swiper-pagination {
		display: block;
		bottom: 8px !important;
	}

	/*----- intro -----*/
	.intro .adv-item {
		display: flex;
		flex-direction: column;
	}

	.intro .adv-item .media {
		width: 100%
	}

	.intro .adv-item .content {
		width: 100%
	}

	.history_6__time-year {
		width: 30%;
	}

	.history_6__time-txt {
		width: 65%;
		margin-left: 5%;
		padding-left: 20px;
	}

	.history_6__time-item::before {
		width: 36%;
	}

	/*----- product -----*/
	.index-product-block {
		padding: 0 24px;
	}

	/*----- news -----*/
	.news-item {
		flex-direction: column;
	}

	.news-item .media,
	.news-item .text {
		width: 100%;
	}

	.news-item .text p {
		height: auto;
	}

	/*----- footer -----*/
	.footer-list-flex li {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 575px) {

	/*----- banner / slider -----*/
	.slider-caption h3 {
		font-size: 20px;
		-webkit-line-clamp: 1;
	}

	.slider-button {
		font-size: 3vw;
		padding: 1vw 4vw;
		-webkit-line-clamp: 1;
	}

	/*----- intro -----*/
	.history_6__time-bg {
		padding: 24px;
		background-color: #E6EFF7;
	}

	.history_6__time-year {
		width: 100%;
		padding: 5px;
	}

	.history_6__time-item::before {
		top: 17px;
		width: 33%;
	}

	.history_6__time-txt {
		width: 100%;
		padding: 4px 0 0;
		margin-left: 0;
	}

	/*----- product -----*/
	.index-product-block {
		padding: 0;
	}

	.index-product-box .text {
		padding: 8px;
	}

	.index-product-box .text h3 {
		font-size: 18px;
	}

	/*----- album -----*/
	.album-item .text h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 425px) {

	/*----- footer -----*/
	.footer-list-flex li {
		width: calc(100% / 2);
	}

	/*---- SNS -----*/
	#gotoTop {
		--cnvs-gotoTop-position-boxed-bottom: 130px;
	}

	#sns_line {
		--cnvs-sns-position-boxed-bottom: 230px;
	}

	#sns_tel {
		--cnvs-sns-position-boxed-bottom: 180px;
	}
}

@media screen and (max-width: 359px) {

	/*----- header -----*/
	#logo::after {
		width: 20px;
		right: -19px;
	}
}