@charset "utf-8";
.archive-area {
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
	width: 100%;
	padding: 50px 0;
}
.archive-area .product-block {
	background: white;
	position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 10px;
}
.archive-area .product-block:hover {
	background: #cccccc;
	text-decoration: none;
}
.archive-area.usecase .product-block {
	border-radius: 10px;
}
.archive-area .product-block + .product-block {
	margin-top: 20px;           
}
.archive-area.usecase .product-block + .product-block {
	margin-top: 30px;           
}
.archive-area .product-body {
    padding: 10px 45px;
}
.archive-area .product-ttl {
	font-size: 26px;
	line-height: 36px;
	margin: 10px 0;
	color: #000;
}
.archive-area .product-ttl span {
	font-size: 1rem;
}
.archive-area .product-text {
    padding: 10px 40px 10px 0;
	color: #000;
}
.archive-area .product-image img{
	border-radius: 8px;
}
.archive-area .uc-arrow::before {
    content: '';
	position: absolute;
	top: 80%;
	right: 27px;
	transform: translateY(-40%);
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 50%;
}
.archive-area .uc-arrow::after {
    content: '';
	position: absolute;
	top: calc(83% - 3px);
	right: 52px;
	transform: rotate(45deg) translateY(-91%);
	width: 14px;
	height: 14px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #333 #333 transparent transparent;
}

@media (min-width: 900px) {
	.archive-area .product-link {
		position: absolute;
		right: 20px;
		bottom: 20px;
}
}

.archive-area .product-link a {
	background: #F8F8F8;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 8px 60px;
    color: #000;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 14px;
}
.archive-area .product-link a:hover {
    background: #000;
    color: #FFF;
}
.archive-area .product-link a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.archive-area .product-link a:hover:after {
    border-color: #FFF;
}
.archive-area h3 {
	text-align: center;
}

@media (max-width: 900px) {
	.archive-area {
		padding: 40px 0;
	}

	.archive-area h2 {
		font-size: 25px;
		/*line-height: 45px;*/
	}

	.archive-area .product-block {
		display: block;
	}

	.archive-area .product-image img{
		width: 100%;
		object-fit: cover;
	}
	.archive-area .product-body {
		padding: 10px 20px;
	}
	.archive-area .product-ttl {
		position: relative;
	}
	.archive-area .uc-arrow::before {
		top: 45%;
		right: 5px;
	}
	.archive-area .uc-arrow::after {
		top: 62%;
		right: 30px;
	}
}
@media (min-width: 901px) {
	.archive-area .product-block {
	display: flex;
    flex-direction: row;  
	padding: 2%;
}
	.center_image {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
}
	.two-colum {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
	.wid480 {
    width: 50%;
}
	.two-colum .textbox {
    letter-spacing: 0.01em;
}
	#threecol_area .threecol_block:nth-of-type(2){
	margin-left: 3.5%;
}
    #threecol_area .threecol_block:nth-of-type(3){
	margin-left: 3.5%;
}
    #threecol_area .threecol_block:nth-of-type(5){
	margin-left: 3.5%;
}
    #threecol_area .threecol_block:nth-of-type(6){
	margin-left: 3.5%;
}
}
.wid480 img{
    width: 400px;
	padding: 40px 0 0 0;
}
.arrow-list {
	padding: 0 0 0 5%;
}
.two-colum .textbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
.two-colum .concept {
	text-align: left;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;/*アスペクト比 16:9の場合の縦幅*/
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#product_area .newmark::before {
    position: absolute;
    content: "2024年8月新商品";
    top: 0;
    right: 0;
    background-color: #ffe024;
    padding: 5px 25px;
    color: rgb(15,15,15);
    font-weight: 600;
    font-size: large;
    letter-spacing: 1.2px;
}
#product_area .newmark-en::before {
    position: absolute;
    content: "New product for August 2024";
    top: 0;
    right: 0;
    background-color: #ffe024;
    padding: 5px 25px;
    color: rgb(15,15,15);
    font-weight: 600;
    font-size: large;
    letter-spacing: 1.2px;
}
/*20250319*/
span.tag-box  {
	padding: 3px 18px;
    background-color: #FFEA00;
    border-radius: 3px;
}
.two-colum h2.textbox {
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
	text-decoration: underline 0.5em rgba(255, 228, 0, 0.4);
	letter-spacing: 1px;
}
h2.title-underline {
	position: relative;
	margin-bottom: 65px;
	text-align: center;
}
h2.title-underline::after {
	position: absolute; /*positionをabsoluteに指定*/
	content: "";
	background-color: black; /*下線の色*/
	width: 95px; /*線の幅*/
	height: 2px; /*線の太さ*/
	bottom: -16px; /*線のタテ位置*/
	left: 50%;  /*線のヨコ位置*/
	transform: translateX(-50%);　/*線のヨコ位置*/
}
.two-colum h3.textbox {
	font-size : 1.8em;
	line-height : 1.7;
	margin-bottom : 1em;
	letter-spacing: 1px;
}
.title-number {
	font-size: 1.7em;
}
.detail-area {
	margin: 2%;
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
}
.detail-area .detail-inner {
	padding: 5% 10%;
}
.detail-area .detail-inner .textbox{
	text-align: left;
}
.detail-inner p {
	text-align: center;
}
.detail-inner img {
	width: 400px;
}
.detail-inner .wide img {
	width: 700px;
}

@media (max-width: 900px) {
	#mv_area .mv-ttl h1 {
		font-size: 34px;
	}
	.detail-inner img {
	width: 100%;
}
	.detail-inner .wide img {
	width: 100%;
}
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.wid480 {
    text-align: center;
}
.cta-banner {
	text-align: center;
}
.cta-banner:hover {
	opacity:0.5;
	transition:0.3s;
}
@media (max-width: 900px) {
	.cta-banner img {
	width: 100%;
}
	.article_inner {
    width: 95%;
}
	.category_list a {
	width: 45%;
}
}

.icon-image {
	text-align: center;
	margin: 0 0 30px;
}
.attention {
	text-align: left;
	font-size: 0.8rem;
	padding: 0px 50px;
}
.article_inner {
	padding: 1%;
    box-sizing: border-box;
	margin: 0 auto;
}
@media (min-width: 901px) {
	.article_inner {
    width: 1000px;
}
	.category_list a {
	width: 18%;
}
	.article-link a {
	width: 36%;
}
	.article-link a.leftfloatimage {
	width: 30%;
}
}
/*カテゴリーリンク*/
.category_list {
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
	width: 100%;
	padding: 20px 20px 0px;
	border-radius: 5px;
	margin: 0 0 40px;
}
.category_title {
	font-weight: 600;
	margin: 0 0 16px;
}
.category_link {
	display: flex;
	flex-wrap: wrap;
    margin: 0 0 15px 0;
}
.category_list a {
	height: 13%;
    display: flex;
    margin: 0px 7px 20px 7px;
    padding: 8px 5px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.05em;
    background-color: rgba(255,255,255,1.0);
    border-radius: 20px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-transition: all 0.3s;
   transition: all  0.3s ease;
   align-items: center;
   justify-content: center;
   border: 2.5px solid transparent;
}
.category_list a:hover {
	text-decoration: none;
}
.category_list a.blueborder:hover {
	border: 2.5px solid rgba(0,182,255,1.00);
	background: rgb(176 232 255 / 75%);
}
.category_list a.greenborder:hover {
	border: 2.5px solid rgb(0 157 59);
    background: rgb(0 157 59 / 38%);
}
.category_list a.grayborder:hover {
	border: 2.5px solid rgb(148 148 148);
    background: rgb(148 148 148 / 20%);
}
.category_list a.yellowborder:hover {
	border: 2.5px solid rgb(255 215 2);
    background: rgb(255 215 2 / 28%);
}
.category_list a.noborder:hover {
	border: 2.5px solid transparent;
    background: #e3dddd;
}
.category_list .category_link .selected {
	background: #e3dddd;
}
.category_list .blueborder.selected {
	border: 2.5px solid rgba(0,182,255,1.00);
	background: rgb(176 232 255 / 75%);
}
.category_list .greenborder.selected  {
	border: 2.5px solid rgb(0 157 59);
    background: rgb(0 157 59 / 38%);
}
.category_list .grayborder.selected  {
	border: 2.5px solid rgb(148 148 148);
    background: rgb(148 148 148 / 20%);
}
.category_list .yellowborder.selected  {
	border: 2.5px solid rgb(255 215 2);
    background: rgb(255 215 2 / 28%);
}

/*記事コンテンツ*/
.article-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	position: relative;
	background: rgb(255, 224, 36);
	border: 1px solid rgb(255, 224, 36);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #000;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
.article-link a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}
.article-link a:hover {
	background: #fff;
	text-decoration: none;
}
.content-normal-low_news a img:hover {
	opacity: 0.8;
}