@charset "utf-8";
/* CSS Document */
.line2 {
    padding-bottom: 8px;
    border-bottom: #5E6574 1px solid;
}
:root{
  --header-h: 100px;  
  --header-bg-h: 100px; 
}
:root:has(.fv){
  --header-h: 0px; 
  --header-bg-h: 100px;  
}
.header_j{
  position: fixed; top:0; left:0; width:100%;
  z-index: 9999;
  background: transparent;
  height: var(--header-h);
}
.header_j::after{
  content: "";
  position: fixed;
  top: 0; left: 0; width: 100%;
  height: var(--header-bg-h);
  z-index: 1;
  background-color: rgba(36,38,35,0.9);
  opacity: 0;
  transition: opacity .4s ease, background-color .4s ease;
  pointer-events: none;
}
.header_j.scrolled::after{
  opacity: 1;
}
.header_j > div{ position: relative; z-index: 3; }
body{ padding-top: var(--header-h); }
.header_j .menu-bt{ background-color: transparent; }
/* ---------- fv ---------- */
body.on .fv{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.fv .fv_icon{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	z-index: 5;
}
.fv .fv_icon img{
	mix-blend-mode: multiply;
	opacity: 0.4;
}
.fv .img-box{
	position: relative;
	z-index: 1;
}
@keyframes fvtxt {
	0% {
		opacity: 0;
		transform: translateX(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.fv .swiper{
	z-index: 1;
	position: relative;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body.on .fv .swiper-slide{
	width: 100%!important;
	height:100vh;
}
body.on .fv .swiper-slide .swiper-img{
	width: 100%!important;
	height:100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body.on .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}

.fv .txtbox h1{
	font-weight: 500;
	letter-spacing: 0.5rem;
	font-size: 36px;
}
body.on .fv .txtbox{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}
body.on .fv .txtbox h1{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}
.fv .nav{
	width: 30%;
	max-width: 300px;
}
body.on .fv .mainmenu_box{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 300px);
	height: 100%;
	padding: 5% 20px;
	overflow: auto;
	z-index: 9;
}
.mainmenu_box .mene_box{
	max-width: 280px;
	margin-left: auto;
}
.mainmenu_box .mene_box .titlebox{
	background-color: #AF2522;
	gap: 15px;
	padding: 8px;
	margin-bottom: 8px;
}
.mainmenu_box .mene_box .nav_box{
	padding: 30px;
}
.mainmenu_box .mene_box .nav_box .ul{
	margin-bottom: 20px;
}
.mainmenu_box .mene_box .nav_box .ul .li{
	padding: 15px 0;
}
.mainmenu_box .mene_box .nav_box .ul .li a{
	justify-content: flex-start;
	gap: 15px;
}
.mainmenu_box .mene_box .nav_box .ul .li p{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

/* ---------- newstop_b ---------- */
.newstop_b .webgene-blog .webgene-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}
.newstop_b .webgene-blog .webgene-item a .date {
    margin-right: 20px;
}
.newstop_b .webgene-blog .webgene-item a h3 {
    flex: 1;
	min-width: 0;
}
.newstop_b .webgene-blog .webgene-item a .catelabel {
    border: #fff solid 1px;
    border-radius: 50px;
	padding: 4px 10px;
}
/* ---------- cate1 ---------- */
.cate1{
	padding-bottom: 0;
}
.more a,.more > div {
    border: #fff solid 1px;
}
.more a::after{
    background: #fff;
}
.cate1 .box_wrap{
	gap: 60px;
	align-items: flex-start;
	padding-bottom: 150px;
	border-bottom: #5E6574 1px solid;
}
.cate1 .box_wrap .leftbox{
	width: calc(20% - 30px);
	align-items: flex-start;
}
.cate1 .box_wrap .newstop_b{
	width: calc(80% - 30px);
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	gap: 90px;
}
.cate2 .box_wrap .leftbox{
	width: calc((100% - 180px)/3);
	gap: 60px;
	flex-direction: column;
}
.cate2 .box_wrap .centerbox{
	width: calc((100% - 180px)/3);
	flex-direction: column;
	align-items: flex-start;
}
.cate2 .box_wrap .rightbox{
	width: calc((100% - 180px)/3);
	justify-content: flex-end;
}
.cate2 .box_wrap .leftbox .left-top{
	flex-direction: column;
	width: 100%;
}
.cate2 .box_wrap .leftbox .left-top h2{
	margin-left: auto;
	letter-spacing: 0.25em;
	padding-top: 20px;
	font-weight: 400;
}.cate2 .box_wrap .leftbox .left-top p{
	margin-right: auto;
	margin-left: 80px;
}
.cate2 .box_wrap .leftbox .left-bottom img{
	width: 80%;
}
.cate2 .box_wrap .rightbox img{
	width: 80%;
}
.cate2 .box_wrap .leftbox .left-top h2.txt-vertical{
    text-orientation: upright;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	gap: 100px;
}
.cate3 .box_wrap .leftbox{
	width: calc(40% - 50px);
	gap: 150px;
	flex-direction: column;
}

.cate3 .box_wrap .rightbox{
	width: calc(60% - 50px);
	flex-direction: column;
	align-items: flex-start;
}
.cate3 .box_wrap .rightbox .txtbox{
	flex-direction: column;
	align-items: flex-start;
}
.cate3 .box_wrap .rightbox .imgbox{
	width: 90%;
	margin-left: auto;
	margin-bottom: 50px;
}
.cate3 .box_wrap .leftbox .left-top{
	flex-direction: column;
}
.cate3 .box_wrap .leftbox .left-top p{
	margin-right: auto;
}
.cate3 .box_wrap .leftbox .left-bottom{
	width: 80%;
}
/* ---------- cate4 ---------- */
.cate4 .titlebox p span{
	color: #A72620;
}
.cate4 .titlebox{
	width: 100%;
}
.cate4 .titlebox p{
	margin-right: auto;
}
.cate4 .box_wrap{
	gap: 120px;
}
.cate4 .box_wrap .box-item{
	gap: 70px;
}
.cate4 .box_wrap .box-item .txtbox{
	flex-direction: column;
	gap: 50px;
	width: calc(50% - 45px);
	align-items: flex-start;
}
.cate4 .box_wrap .box-item .imgbox{
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 45px);
	align-items: flex-start;
}
.cate4 .box_wrap .box-item .imgbox .pricebox .price span{
	font-size: 12px;
	padding-left: 2px;
}
.cate4 .more a,.more > div {
    border: #5E6574 solid 1px;
}
.cate4 .more a::after{
    background: #5E6574;
}
/* ---------- cate5 ---------- */
.cate5{
	color: #fff;
}
.cate5 .titlebox p span{
	color: #A72620;
}
.cate5 .titlebox{
	width: 100%;
}
.cate5 .titlebox p{
	margin-right: auto;
}

.cate5 .box-item{
	gap: 70px;
}
.cate5 .box-item .txtbox{
	flex-direction: column;
	gap: 50px;
	width: calc(50% - 45px);
	align-items: flex-start;
}
.cate5 .box-item .imgbox{
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 45px);
	align-items: flex-start;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.mainmenu_box{
		display: none;
	}
	.cate1 .box_wrap{
		gap: 40px;
		flex-direction: column;
	}
	.cate1 .box_wrap .newstop_b{
		width: 100%;
	}
	.cate2 .box_wrap{
		gap: 60px;
	}
	.cate2 .box_wrap .leftbox{
		width: 100%;
		flex-direction: row;
		justify-content: space-around;
	}
	.cate2 .box_wrap .leftbox .left-top {
		width: calc(50% - 30px);
	}
	.cate2 .box_wrap .leftbox .left-bottom {
		width: calc(50% - 30px);
	}
	.cate2 .box_wrap .leftbox .left-top p {
		margin-right: auto;
	}
	.cate2 .box_wrap .centerbox{
		width: calc(60% - 30px);
		padding-left: 80px;
		padding-bottom: 100px;
	}
	.cate2 .box_wrap .rightbox{
		width: calc(40% - 30px);
	}
	.cate3 .box_wrap {
		gap: 60px;
	}
	.cate3 .box_wrap .leftbox {
		gap: 90px;
		margin-bottom: auto;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
    .cate3 .box_wrap {
        flex-direction: column;
    }
	.cate3 .box_wrap .leftbox {
		width: 100%;
		flex-direction: row;
	}
    .cate3 .box_wrap .leftbox {
        gap: 50px;
    }
	.cate3 .box_wrap .leftbox .left-top {
		width: calc(60% - 25px);
	}
	.cate3 .box_wrap .leftbox .left-bottom {
		width: calc(40% - 25px);
	}
	.cate3 .box_wrap .leftbox .left-top h2 {
		margin-right: auto;
	}
	.cate3 .box_wrap .rightbox {
		width:100%;
		align-items: center;
	}

	.cate3 .box_wrap .rightbox .imgbox {
		width: 70%;
		margin: 0 auto 50px auto;
	}
	.cate4 .box_wrap .box-item {
		flex-direction: column;
	}
	.cate4 .box_wrap .box-item .txtbox {
		width: 100%;
		gap: 30px;
	}
	.cate4 .box_wrap .box-item .imgbox {
		width: 70%;
	}
	.cate4 .box_wrap .box-item {
		gap: 30px;
	}
	.cate4 .box_wrap {
		gap: 100px;
	}
	.cate5 .box-item {
		flex-direction: column-reverse;
	}
	.cate5 .box-item .imgbox {
		width: 70%;
	}
	.cate5 .box-item .txtbox {
		width: 100%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

	.newstop_b .webgene-blog .webgene-item a .date {
		margin-right: 10px;
	}
	.newstop_b .webgene-blog .webgene-item a .date {
		width: 90px;
	}
	.cate1 .box_wrap {
		padding-bottom: 100px;
	}
	.cate2 .box_wrap{
		flex-direction: column;
	}
    .cate2 .box_wrap .centerbox {
        width: 100%;
        padding: 0 50px;
    }
	.cate2 .box_wrap .rightbox {
        width: 60%;
		padding: 0 50px;
		padding-bottom: 100px;
		margin-right: auto;
    }
	.cate2 .box_wrap .rightbox img{
		width: 100%;
	}
    .cate4 .box_wrap {
        gap: 80px;
    }
    .cate4 .box_wrap .box-item .txtbox {
        gap: 20px;
    }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap{
		gap: 30px;
	}
	.newstop_b .webgene-blog .webgene-item a > .label {
		width: 100%;
	}
	.newstop_b .webgene-blog .webgene-item a .catelabel {
		padding: 0px 5px;
	}
	.newstop_b .webgene-blog .webgene-item {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.cate1 .box_wrap {
		padding-bottom: 80px;
	}
    .cate2 .box_wrap .centerbox {
        width: 100%;
        padding: 0 20px;
    }
	.cate2 .box_wrap .rightbox {
        width: 100%;
		padding: 0 20px;
		padding-bottom: 80px;
    }
    .cate2 .box_wrap {
        gap: 30px;
    }
    .cate2 .box_wrap .leftbox .left-top p {
        margin-left: 20px;
    }
	.cate2 .box_wrap .leftbox {
		gap: 20px;
		flex-direction: column;
	}
	.cate2 .box_wrap .leftbox .left-top {
        width:100%;
    }
	
	.cate2 .box_wrap .leftbox .left-top h2{
		margin: 0 auto;
	}
	.cate2 .box_wrap .leftbox .left-bottom {
        width:100%;
    }
	.cate2 .box_wrap .leftbox .left-bottom img {
		width: 100%;
	}
    .cate3 .box_wrap .leftbox {
        flex-direction: column;
    }
    .cate3 .box_wrap .leftbox .left-top {
        width: 100%;
    }
	 .cate3 .box_wrap .leftbox .left-bottom {
        width: 100%;
    }
    .cate3 .box_wrap .leftbox {
        gap: 30px;
    }
	.cate3 .box_wrap {
        gap: 30px;
    }
    .cate3 .box_wrap .rightbox .imgbox {
        width: 100%;
        margin: 0 auto 30px auto;
    }
	.cate4 .box_wrap {
        gap: 50px;
    }
    .cate4 .box_wrap .box-item .imgbox {
        width: 100%;
    }
    .cate5 .box-item .imgbox {
        width: 100%;
    }
	.cate5 .box-item {
		gap: 30px;
	}

	.cate5 .box-item .txtbox {
		gap: 30px;
	}
  	.more{
		margin-left: auto;
		margin-right: auto;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

