@charset "utf-8";
/* CSS Document */
.fv {
    width: 100%;
    height: 100svh;
    min-height: 600px;
    padding: clamp(20px, 2.3vw, 60px);
    box-sizing: border-box;
    background-color: #fff;
}
.fv .fv_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.fv .fv_box > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.fv .txtbox {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 2vw, 30px);
    width: 100%;
    transform: translate(-50%, 0);
    text-align: center;
}
.fv .txtbox .logo {
    width: clamp(180px, 19vw, 290px);
    transform: translateY(-22%);
}
.fv .txtbox .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.fv .titlebox {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: clamp(-10px, -0.8vw, -4px);
}
.fv .titlebox h1{
    padding-left: clamp(18px, 3.5vw, 50px);
	font-weight: 500;
	font-family: "Zen Kaku Gothic Antique",  sans-serif;
}
.fv .titlebox p{
    letter-spacing: 0.15em;
}
.fv .scroll_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
}
.fv .scroll_box::after {
    content: "";
    display: block;
    width: 1px;
    height: clamp(24px, 2.5vw, 40px);
    background-color: #864096;
}
.fv .scroll_box p {
    margin: 10px;
    font-family: "Jost", sans-serif;
    font-size: clamp(10px, 0.8vw, 13px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
}


.newstop_b .webgene-blog .webgene-item a .catelabel {
    border: #BABABA solid 1px;
    border-radius: 0px;
	margin-left: 20px;
}
.newstop_b .webgene-blog .webgene-item {
    border-bottom: 1px dotted#D0D0D0;
}
/* ---------- cate3 ---------- */

.cate3 .box_wrap {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
.cate3 .topbox {
    position: relative;
    align-items: flex-start;
    gap: 100px;
    width: 100%;
}
.cate3 .topbox .txtbox {
    width: calc(40% - 50px);
    align-items: flex-start;
}
.cate3 .topbox .txtbox > .col_40{
    width: 100%;
	align-items: flex-start;
}

.cate3 .topbox .imgbox {
    width: calc(60% - 50px);
	margin-top: clamp(-190px, -12vw, -120px);
}
.cate3 .topbox .txtbox .logo {
    width: clamp(190px, 18vw, 290px);
}
.cate3 .topbox .txtbox .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.cate3 .topbox .imgbox img {
    display: block;
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}
.cate3 .icon_box {
    gap: 50px;
    width: 100%;
    margin-top: clamp(50px, 8vw, 100px);
}
.cate3 .icon_item {
    flex-direction: column;
    align-items: center;
    width: calc((100% - 150px)/4);
	gap: 30px;
    text-align: center;
}
.cate3 .icon_item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(100px, 10vw, 120px);
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}
.cate3 .icon_item .icon img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
/* ---------- cate4 ---------- */
.cate4 .box_wrap {
    flex-direction: column;
    width: 100%;
}
.cate4 .boxitem {
    align-items: stretch;
    width: 100%;
}
.cate4 .box_wrap .boxitem .imgbox{
	width: 50%;
	overflow: hidden;
}
.cate4 .box_wrap .boxitem .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cate4 .box_wrap .boxitem .txtbox{
	width: 50%;
	background-color: #864096;
	position: relative;
	align-items: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cate4 .box_wrap .boxitem .txtbox::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("https://sharewine-nory.com/system_panel/uploads/images/top_bg1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    pointer-events: none;
}
.cate4 .box_wrap .boxitem .txtbox > * {
    position: relative;
    z-index: 1;
}
.cate4 .box_wrap .boxitem .txtbox .titlebox1{
	align-items: flex-start;
}
.cate4 .box_wrap .boxitem .txtbox .line {
    width: 18px;
    height: 1px;
    background-color: #fff;
}
.cate4 .boxitem:nth-child(even) {
    flex-direction: row-reverse;
}

/* ---------- cate5 ---------- */

/* ---------- cate6 ---------- */
.cate6 .box_wrap {
    width: 50%;
}
.cate6 .topbox {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.cate6 .topbox .imgbox {
    width: clamp(220px, 30vw, 600px);
    margin: 0 auto;
    overflow: hidden;
}
.cate6 .message_copy {
    position: absolute;
    top: clamp(-10px, 1vw, 10px);
    right: -10%;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 0.14em;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.cate6 .namebox {
    position: absolute;
    left: 0;
    bottom: clamp(10px, 3vw, 40px);
}
.cate6 .namebox .name {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-weight: 400;
    color: #864096;
	font-size: clamp(26px, 2.4vw, 37px);
}
.cate6 .namebox .name_base {
    display: block;
    color: #864096;
}
.cate6 .namebox .name_white {
    position: absolute;
    inset: 0;
    display: block;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    clip-path: inset(0 100% 0 0);
}
/* ---------- cate7 ---------- */
.cate7 {
    width: 100%;
    height: clamp(250px, 40vw, 700px);
    padding: 0;
    overflow: hidden;
}
.cate7 > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate3 .topbox {
		flex-direction: column-reverse;
		align-items: center;
		gap: 50px;
	}
	.cate3 .topbox .imgbox {
		width: 80%;
		margin-top: clamp(-190px, -12vw, -120px);
	}
	.cate3 .topbox .txtbox {
		width: 80%;
	}

	.cate6 .box_wrap {
		width: 70%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate3 .icon_item {
		width: calc((100% - 50px)/2);
	}
	.cate3 .icon_box {
		gap: 30px 20px;
	}
    .cate4 .boxitem,
    .cate4 .boxitem:nth-child(even) {
        flex-direction: column;
    }
	.cate4 .box_wrap .boxitem .imgbox {
		width: 100%;
	}
	.cate4 .box_wrap .boxitem .txtbox {
		width: 100%;
	}

	.cate6 .box_wrap {
		width: 80%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.newstop_b .webgene-blog .webgene-item a .catelabel {
		margin-left: 0px;
	}
	.cate3 .topbox .imgbox {
		width: 100%;
	}
	.cate3 .topbox .txtbox {
		width: 100%;
	}

	.cate6 .box_wrap {
		width: 90%;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

