@charset "utf-8";
/* CSS Document */
html.translated-ltr body .button,html.translated-ltr body .main-wrap p{
  word-break: keep-all;
  overflow-wrap: anywhere;
  hyphens: auto;
  max-width: 100%;
}

.cate2 .titlebox1 p{
	font-weight: 700;
}
.cate2 .icon_box {
    gap: 50px;
    width: 100%;
    margin-top: clamp(50px, 8vw, 100px);
}
.cate2 .icon_item {
    flex-direction: column;
    align-items: center;
    width: calc((100% - 100px)/3);
	gap: 30px;
    text-align: center;
}
.cate2 .icon_item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(100px, 12vw, 160px);
    aspect-ratio: 1 / 1;
    background-color: #864096;
    border-radius: 50%;
}
.cate2 .icon_item .icon img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	gap: 100px 60px;
	align-items: flex-start;
}

.cate3 .box_wrap .boxitem{
	width: calc((100% - 180px)/4);
	position: relative;
}
.cate3 .box_wrap .boxitem .txtbox{
	position: relative;
    z-index: 2;
    align-items: flex-start;
    margin-top: clamp(-180px, -15vw, -120px);
}
.cate3 .box_wrap .boxitem .txtbox .topbox{
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.cate3 .box_wrap .boxitem .txtbox .topbox .en{
	font-size: clamp(19px, 1.8vw, 24px);
	font-family: "Jost",  sans-serif;
	letter-spacing: 0.12em;
	color: #864096;
	font-weight: 500;
	line-height: 1.2;
}
.cate3 .box_wrap .boxitem .txtbox .bottombox{
	border-top: #A7A7A7 dotted 1px;
	padding-top: 30px;
}
.cate3 .box_wrap .boxitem .txtbox .topbox .line {
    width: 18px;
    height: 1px;
    background-color: #864096;
}
.cate3 .box_wrap .boxitem .imgbox {
    position: relative;
    width: 100%;
    height: clamp(310px, 28vw, 400px);
    background-color: #E4DCE6;
	margin: 20px;
}
.cate3 .box_wrap .boxitem .imgbox img {
    position: absolute;
    top: clamp(-40px, -3vw, -25px);
    left: 50%;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 90%;
    height: clamp(180px, 20vw, 300px);
    object-fit: contain;
    transform: translateX(-50%);
}
/* ---------- cate4 ---------- */
.cate4 .titlebox1 p,
.cate7 .titlebox1 p{
	font-weight: 700;
}{
	font-weight: 700;
}
.cate4 .box_wrap{
	background-color: #864096;
	padding: 50px;
}
.cate4 .box_wrap .boxitem{
	position: relative;
	width: 100%;
}
.cate4 .box_wrap .boxitem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateX(-50%);
}
.cate4 .box_wrap .boxitem .box {
	width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(15px, 2vw, 25px);
    padding:
        clamp(10px, 1vw, 20px)
        clamp(20px, 4vw, 60px);
    box-sizing: border-box;
}
.cate4 .box_wrap .boxitem .box .pricebox{
	gap: 10px;
}
.cate4 .box_wrap .boxitem .box .pricebox .price{
	font-family: "Jost",  sans-serif;
	font-size: clamp(32px, 4.3vw, 62px);
	letter-spacing: 0.15em;
    font-weight: 700;
	color: #fff;
}

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

.cate5 .flow_wrap {
	--flow-item-width: clamp(52px, 5vw, 70px);
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.cate5 .flow_wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: var(--flow-item-width);
    right: var(--flow-item-width);
    z-index: 0;
    border-top: 2px dotted #864096;
    transform: translateY(-50%);
}
.cate5 .flow_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(var(--flow-item-width) - 1px);
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #864096;
    transform: translateY(-50%);
}
.cate5 .flow_item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(52px, 5vw, 70px);
    height: clamp(170px, 18vw, 240px);
    border-radius: 4px;
    background-color: #f1f1f1;
}
.cate5 .flow_item p {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
/* ---------- faq_wrap ---------- */
.faq_wrap .accordion {
    max-width: 1280px;
    margin: 0 auto;
}
.faq_wrap .accordion-item {
    transition: all 0.3s ease;
}
.faq_wrap .accordion-item.open .accordion-header {
    border-radius: 30px 30px 0 0;
}
.faq_wrap .accordion-item.open .accordion-content {
    border-radius: 0 0 30px 30px;
}

.faq_wrap .accordion-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.faq_wrap .faq_wrap .accordion-header {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.faq_wrap .accordion-header > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding:
        clamp(15px, 2vw, 24px)
        clamp(45px, 5vw, 70px)
        clamp(15px, 2vw, 24px)
        0;
    border-bottom: 1px solid #d8d8d8;
    background-color: transparent;
    box-sizing: border-box;
	gap: 15px;
}
.faq_wrap .accordion-header .bt_icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: clamp(20px, 2vw, 26px);
    height: clamp(20px, 2vw, 26px);
    border-radius: 50%;
    background-color: #864096;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.faq_wrap .accordion-header .bt_icon::before,
.faq_wrap .accordion-header .bt_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.faq_wrap .accordion-header .bt_icon::before {
    width: 9px;
    height: 1px;
}
.faq_wrap .accordion-header .bt_icon::after {
    width: 1px;
    height: 9px;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
.faq_wrap .accordion-header.on .bt_icon::after,
.faq_wrap .accordion-item.open .bt_icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq_wrap .accordion-content {
    display: none;
    position: relative;
    width: 100%;
    background-color: transparent;
}
body:not(.on) .faq_wrap .accordion-content {
    display: block;
}
.faq_wrap .accordion-content > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    padding:
        clamp(18px, 2.5vw, 30px)
        clamp(45px, 5vw, 70px)
        0
        0;
    box-sizing: border-box;
	gap: 15px;
}
.faq_wrap .accordion-content > div > p:first-child {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.faq_wrap .accordion-content > div > p:last-child {
    flex: 1;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 0;
}

.contact-form_a h3{
	color: #fff;
}
.contact-form_a .form-box .datebox {
    gap: 10px;
	justify-content: flex-start;
}
.contact-form_a .form-box .datebox input {
    max-width: 100px;
}
.contact-form_a .form-box .datebox .font-14{
    width: 100%;
}

.contact-form_a .form-box .datebox .inputitem input {
    max-width: 100px;
	background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
	margin-right: 10px;
}
.contact-form_a .form-box .txtbox{
	padding: 30px;
	background-color: #434343;
	flex-direction: column;
	gap: 20px;
}
.contact-form_a .form-box .box-wrap {
    max-width: 1000px;
	margin: 0 auto;
}
.contact-form_a .send .send-bt button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.contact-form_a .send .send-bt {
    min-width: 260px;
	justify-content: space-between;
	padding: 13px 30px;
	background-color: #864096;
	border-radius: 0px;
	border: none;
}
.contact-form_a .send .send-bt::after {
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1 / 1;
    background-image: url("https://sharewine-nory.com/system_panel/uploads/images/arrow1.svg");
    background-position: center center;
    background-size: 100% auto;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: ease 0.3s;
}

.contact-form_a .form-box .txtbox .tokusho-link {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

.contact-form_a .form-box .txtbox .tokusho-link p {
    margin: 0;
    white-space: nowrap;
}

.contact-form_a .form-box .txtbox .tokusho-link a {
    display: inline-block;
    border-bottom: 1px solid #fff;
}


/* ---------- 特商法リンク ---------- */
.contact-form_a .tokusho-link {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

.contact-form_a .tokusho-link p {
    margin: 0;
}

.contact-form_a .tokusho-link .button {
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.contact-form_a .tokusho-link .button:hover {
    opacity: 0.7;
}

.tokusho-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 100px;
    overflow: auto;
    box-sizing: border-box;
    background-color: rgba(51, 51, 51, 0.90);
    color: #fff;
}

.tokusho-modal .contents {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-family:
        "Funnel Sans",
        "Noto Sans JP",
        "游ゴシック Medium",
        "游ゴシック体",
        "Yu Gothic Medium",
        YuGothic,
        "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        Meiryo,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
}

.tokusho-modal .contents h2 {
    margin-bottom: clamp(20px, 5vw, 50px);
    color: #fff;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 900;
    text-align: center;
}

.tokusho-modal .box-wrap {
    padding-top: 50px;
}

.tokusho-modal .box-wrap .box:not(:last-of-type) {
    margin-bottom: 50px;
}

.tokusho-modal .box-wrap .box h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.tokusho-modal .box-wrap .box p {
    margin: 0;
    color: #fff;
    line-height: 2;
}

.tokusho-modal .box-wrap a {
    display: inline-block;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.tokusho-modal .box-wrap a:hover {
    opacity: 0.5;
}

.tokusho-modal .box-wrap a p {
    color: #fff;
}

.tokusho-modal .close-bt {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: rgba(51, 51, 51, 1);
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.tokusho-modal .close-bt:hover {
    opacity: 0.6;
}

.tokusho-modal .close-bt::before,
.tokusho-modal .close-bt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 3px;
    background-color: #fff;
}

.tokusho-modal .close-bt::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.tokusho-modal .close-bt::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate3 .box_wrap .boxitem{
		width: calc((100% - 120px)/3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate3 .box_wrap {
		gap: 50px 40px;
	}
	.cate3 .box_wrap .boxitem{
		width: calc((100% - 80px)/3);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .icon_box {
		gap: 30px;
	}
	.cate2 .icon_item {
		width: calc((100% - 30px)/2);
	}
	.cate3 .box_wrap {
		gap: 40px;
	}
	.cate3 .box_wrap .boxitem{
		width: calc((100% - 40px)/2);
	}
	.cate3 .box_wrap .boxitem .txtbox {
		margin-top: clamp(-220px, -20vw, -160px);
	}
	.cate4 .box_wrap {
		padding: 40px 30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate3 .box_wrap .boxitem{
		width: 100%;
	}
    .cate3 .box_wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
	.cate3 .box_wrap .boxitem .imgbox {
		margin: 20px 0;
	}
	.cate3 .box_wrap .boxitem .txtbox .topbox {
		gap: 10px;
	}
	.cate3 .box_wrap .boxitem .txtbox .bottombox {
		padding-top: 20px;
	}
	.cate4 .box_wrap {
		padding: 20px;
	}
	.cate4 .box_wrap .boxitem {
		flex-direction: column;
	}
    .cate4 .box_wrap .boxitem::before {
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        transform: translateY(-50%);
    }

    .cate4 .box_wrap .boxitem .box {
        width: 100%;
        padding: 30px 10px;
    }
	.cate5 .flow_wrap::after {
		content: "";
		position: absolute;
		top: 50%;
		right: calc(var(--flow-item-width) - 1px);
		z-index: 1;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #864096;
		transform: translateY(-50%);
	}
    .contact-form_a .form-box .datebox .inputitem {
        display: grid;
        grid-template-columns: max-content minmax(0, 100px) max-content;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
    }

    .contact-form_a .form-box .datebox .inputitem input {
        width: 100%;
        max-width: 100px;
        margin-right: 0;
    }

    .contact-form_a .form-box .datebox .inputitem p {
        margin: 0;
        white-space: nowrap;
    }

    .contact-form_a .form-box .datebox .inputitem .mg-l-20px {
        margin-left: 0;
    }
    .tokusho-modal {
        padding: 75px 20px 40px;
    }

    .tokusho-modal .box-wrap .box:not(:last-of-type) {
        margin-bottom: 35px;
    }
.contact-form_a .form-box .txtbox {
        width: 100%;
        padding: 25px 15px;
        box-sizing: border-box;
    }

    .contact-form_a .form-box .txtbox .tokusho-link {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        line-height: 1.8;
    }

    .contact-form_a .form-box .txtbox .tokusho-link p {
        white-space: normal;
    }

    .contact-form_a .form-box .txtbox .tokusho-link .button {
        flex-shrink: 0;
    }

    .contact-form_a .form-box .txtbox > p {
        width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

