@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans" "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #333333;
  margin-top: 0!important;
}
#gt-nvframe{display:none;}

h1,h2,h3,h4,h5,h6,p,li,a{
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: normal; 
	margin: 0;
	line-height: 1.6;
}

/* ---------- common ---------- */
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 40px;
}
.mg_t1{
	margin-top: 40px;
}
.col_60{
	flex-direction: column;
	gap: 60px;
}
.col_50{
	flex-direction: column;
	gap: 50px;
}
.col_40{
	flex-direction: column;
	gap: 40px;
}
.col_30{
	flex-direction: column;
	gap: 30px;
}
.span_br span{
	display: inline-block;
}
.titlebox1{
	flex-direction: column;
}
.titlebox1 img {
    width: clamp(16px, 2.1vw, 30px);
    height: auto;
}
.titlebox1 p{
	text-align: center;
	line-height: 1.2;
}
.titlebox2{
	gap: 20px;
	justify-content: flex-start;
	width: 100%;
}
.newstop {
    width: 100%;
}
.newstop .webgene-blog {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	gap: 45px;
}
.newstop .webgene-blog .webgene-item {
	width: calc((100% - 90px) / 3);
	transition: ease 0.3s;
}
.newstop .webgene-blog .webgene-item a{display:block}
.newstop .webgene-blog .webgene-item:hover {
	opacity: 0.5 !important;
}
.newstop .webgene-blog .webgene-item p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
/* ---------- more ---------- */
.more a{
	min-width: 260px;
	justify-content: space-between;
	padding: 13px 30px;
	background-color: #3A3A3A;
}
.more a > div{
	gap: 15px;
	justify-content: space-between;
    width: 100%;
}
.more a > div p,.more a > div i{
	color: #fff;
}
.more a > div p{
	font-weight: 500;
	font-family: "Jost",  sans-serif;
	letter-spacing: 0.1em;
}
.more a > div img{
	width: 10px;
	height: 10px;
	transition: ease 0.4s;
	color: #fff;
}
.more a:hover > div img{
	transform: translateX(3px);
}
.more_p a{
	background-color: #864096;
}
/* ---------- header ---------- */
.header_logo,
.head_nev {
    display: none;
}
.header {
    position: fixed;
    left: clamp(16px, 2.8vw, 30px);
    bottom: clamp(30px, 5.5vw, 80px);
    z-index: 1000;
    width: auto;
}
.header .head_menu {
    width: auto;
}
.header .head_menu .ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.header .head_menu .li a {
    display: block;
    text-decoration: none;
}
.header .head_menu .li p,
.header .language_bt p {
    margin: 0;
    font-weight: 700;
    font-family: "Jost",  sans-serif;
	letter-spacing: 0.15em;
    color: #864096;
}
.header .language_bt {
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    cursor: pointer;
	border-bottom: #864096 1px solid;
	padding-bottom: 2px;
}
.header .language_bt img {
    width: clamp(16px, 1.4vw, 20px);
    height: clamp(16px, 1.4vw, 20px);
    object-fit: contain;
}
.header .head_menu .li a,
.header .language_bt {
    transition: opacity 0.3s ease;
}
.header .head_menu .li a:hover{
    opacity: 0.6;
}
.language_bt{
	position: relative;
}
.translate_wrap{
	position: absolute;
	background-color: #fff;
	padding: 15px 25px;
	border-radius: 6px;
	gap: 10px;
	opacity: 0;
	pointer-events: none!important;
	transition: ease 0.3s;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.language_bt:hover .translate_wrap{
	opacity: 1;
	pointer-events: auto!important;
}
.header .ul .language_bt{
	padding-right: 15px;
}
.header .ul .language_bt .translate_wrap{
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
.header .head_nev .language_bt{
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}
.header .head_nev .language_bt .translate_wrap{
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.head_nev{
	gap: 15px;
}

.fix_bt {
    position: fixed;
    right: clamp(16px, 2.8vw, 40px);
    bottom: clamp(20px, 3.5vw, 50px);
    z-index: 999;
}
.fix_bt a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(100px, 10vw, 142px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #864096;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.fix_bt a img {
    width: clamp(16px, 1.2vw, 20px);
    height: auto;
    margin-bottom: 6px;
}
.fix_bt a p {
    color: #fff;
}
.fix_bt a p:nth-of-type(1) {
	font-weight: 700;
    font-family: "Jost",  sans-serif;
	letter-spacing: 0.15em;
}
.fix_bt a p:nth-of-type(2) {
    font-family: "Zen Kaku Gothic Antique",  sans-serif;
    font-weight: 500;
}
.fix_bt a:hover {
    transform: scale(1.05);
    opacity: 0.85;
}
.fix_bt::before {
    content: "";
    position: absolute;
    inset: -14%;
    background: url("https://sharewine-nory.com/system_panel/uploads/images/fix_bt_txt.svg") center / contain no-repeat;
    animation: orderRingRotate 25s linear infinite;
    pointer-events: none;
}
@keyframes orderRingRotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.box_wrap1{
	gap: 80px;
	margin-right: auto;
}
.box_wrap1 .imgbox{
	width: calc(50% - 40px);
}
.box_wrap1 .txtbox{
	width: calc(50% - 40px);
	align-items: flex-start;
}

/* ---------- pagetitle ---------- */
.pagetitle {
    width: 100%;
    padding: clamp(20px, 2.3vw, 60px);
    box-sizing: border-box;
    background-color: #fff;
}
.pagetitle .pagetitle_box {
    position: relative;
    width: 100%;
    height: clamp(360px, 34vw, 560px);
    overflow: visible;
}
.pagetitle .pagetitle_box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("https://sharewine-nory.com/system_panel/uploads/images/pagetitle_bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    pointer-events: none;
}
.pagetitle .pagetitle_box > * {
    position: relative;
    z-index: 1;
}

.pagetitle .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    width: clamp(180px, 19vw, 290px);
    transform: translate(-50%, -22%);
}
.pagetitle .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.pagetitle .titlebox1 {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    gap: clamp(4px, 0.7vw, 10px);
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* ---------- footer ---------- */
.footer_contact {
    position: relative;
}
.footer_contact::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url("https://sharewine-nory.com/system_panel/uploads/images/footer_contact_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    pointer-events: none;
    inset: 0px;
    background-position: center center;
}
.footer_contact > * {
    position: relative;
    z-index: 1;
}
.footer{
	flex-direction: column;
}

.footer .logo {
    justify-content: center;
    width: clamp(160px, 20vw, 280px);
    margin: 0 auto;
}
.footer .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.footer .ul {
    gap: clamp(20px, 3vw, 50px);
}
.footer .li a {
    display: block;
    text-decoration: none;
}
.footer .li p {
    margin: 0;
    font-weight: 700;
    font-family: "Jost",  sans-serif;
	letter-spacing: 0.15em;
    color: #864096;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Jost",  sans-serif;
	font-size: clamp(32px, 3.4vw, 48px);
	letter-spacing: 0.15em;
    font-weight: 700;
}
.en_title2{
	font-family: "Jost",  sans-serif;
	font-size: clamp(26px, 2.4vw, 34px);
	letter-spacing: 0.15em;
    font-weight: 500;
}
.en_title3{
	font-family: "Jost",  sans-serif;
	font-size: clamp(22px, 2.1vw, 30px);
	letter-spacing: 0.15em;
    font-weight: 700;
}
.default_title{ 
	font-size: clamp(28px, 3.1vw, 44px);
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: clamp(20px, 1.9vw, 26px);
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: clamp(24px, 2.6vw, 34px);
	letter-spacing: 0.05em;
}
.default_txt {
	font-size: clamp(16px, 1.4vw, 20px);
	letter-spacing: 0.05em;
}
.default_txt2 {
	font-size: clamp(15px, 1.25vw, 18px);
	letter-spacing: 0.05em;
}




.font-jost{
	font-family: "Jost",  sans-serif;
}

.font-zen{
	font-family: "Zen Kaku Gothic Antique",  sans-serif;
}
/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_l{
	padding: 0px 0px 0 80px;
}
.pd_wrap_r{
	padding: 0px 80px 0 0px;
}
.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}   
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #864096}
.txt-color2{color: #9A9A9A}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #3A3A3A}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 60px;
	}
	.pd_wrap_r{
		padding: 0px 60px 0 0px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.box_wrap1 {
		gap: 50px;
		align-items: flex-start;
	}
	.box_wrap1 .imgbox {
		width: calc(50% - 25px);
	}
	.box_wrap1 .txtbox {
		width: calc(50% - 25px);
	}
	.col_30{
		gap: 20px;
	}
	.newstop .webgene-blog {
		justify-content: center;
	}
	.newstop .webgene-blog .webgene-item {
		width: calc((100% - 45px) / 2);
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 50px;
	}
	.pd_wrap_r{
		padding: 0px 50px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.col_60{
		gap: 40px;
	}
	.col_40{
		gap: 30px;
	}
	.col_50{
		flex-direction: column;
		gap: 30px;
	}

    .box_wrap1 {
        flex-direction: column;
        align-items: center;
    }
	.box_wrap1 .txtbox {
        width: 60%;
    }
    .box_wrap1 .txtbox {
        width: 80%;
    }
	.newstop .webgene-blog .webgene-item {
		width: 80%;
	}
/* ---------- header ---------- */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 70px;
        padding: 0 16px;
        background-color: rgba(255, 255, 255, 0.95);
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        transition:
            opacity 0.4s ease,
            visibility 0.4s ease,
            transform 0.4s ease;
    }
	.header .head_menu {
        justify-content: space-between;
		width: 100%;
    }
    .header .head_menu > .ul {
        display: none;
    }
    .header.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .header_logo {
        display: block;
        width: 92px;
        margin-top: 10px;
    }
    .header_logo a {
        display: block;
    }
    .header_logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .head_nev {
        display: flex;
    }
    .menu-bt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        flex-shrink: 0;
        cursor: pointer;
    }
    .menu-bt .line {
        position: relative;
        width: 24px;
        height: 14px;
    }

    .menu-bt .line div {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #864096;
        transition: ease 0.4s;
    }
    .menu-bt .line div:nth-of-type(1) {
        top: 0;
    }
    .menu-bt .line div:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-bt .line div:nth-of-type(3) {
        bottom: 0;
    }

    .menu-bt.active .line div:nth-of-type(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .menu-bt.active .line div:nth-of-type(2) {
        opacity: 0;
        transform: translateY(-50%) translateX(50%);
    }
    .menu-bt.active .line div:nth-of-type(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }
	.menu-wrap.burgermenu_d .ul .menu_box a {
		padding: 15px 0px;
		border-bottom: 2px solid #fff;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 20px;
	}
	.pd_wrap_r{
		padding: 0px 20px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
	.sp_br span{
		display: inline-block;
	}
	.box_wrap1 {
        padding-left: 20px;
    }
	.box_wrap1 .imgbox {
        width: 90%;
    }
    .box_wrap1 .txtbox {
        width: 100%;
    }
	.more{
		margin: 0 auto;
	}
	.more a {
		min-width: 200px;
		padding: 10px 20px;
	}
	.newstop .webgene-blog .webgene-item {
		width: 100%;
	}
/* ---------- header ---------- */
	.fix_bt a p:nth-of-type(2){
		font-size: 12px;
	}
/* ---------- footer ---------- */
	.footer .ul {
		display: none;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
