@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {
	background-image: url(../img/jewelry_live_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 60px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	width: max-content;
	max-width: 100%;
	text-align: center;
}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1210px;
}

.section_1 .item_wrap {}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .live_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.section_1 .live_wrap .live_wrap_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.section_1 .live_wrap .live_wrap_inner .live {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: calc((100% - (8px * 2)) / 3);
	text-align: center;
	font-family: "Noto Sans SC", sans-serif;
	font-weight: 500;
}

.section_1 .live_wrap .live_wrap_inner .live img {
	width: 84px;
}

.section_1 .live_wrap .logo {
	width: 35%;
}

.section_1 .live_wrap .text {
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .item_wrap .item .item_inner {
		flex-direction: row;
		gap: 24px;
	}

	.section_1 .bnr {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_1 .live_wrap {
		width: calc((100% - (24px * 1)) * 0.4);
	}

	.section_1 .live_wrap .live_wrap_inner {
		margin-top: -12px;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .live_wrap .live_wrap_inner {
		margin-top: -24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 96px;
	}

	.section_1 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_1 .bnr {
		width: calc((100% - (48px * 1)) * 0.6);
	}

	.section_1 .live_wrap {
		width: calc((100% - (48px * 1)) * 0.4);
	}

	.section_1 .live_wrap .live_wrap_inner .live img {
		width: 96px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {
	gap: 60px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	text-align: center;
}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .text_intro {
	width: max-content;
	max-width: 90%;
	text-align: center;
	font-weight: 600;
}

.section_2 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1080px;
	padding: 24px 0;
	border: 1px #00AFCC solid;
	border-radius: 12px;
}

.section_2 .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 90%;
}

.section_2 .box .box_inner .list_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_2 .box .box_inner .list_wrap .list_title {
	font-weight: 600;
}

.section_2 .box .box_inner .list_wrap .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_2 .box .box_inner .list_wrap .list li {
	position: relative;
	padding-left: 1rem;
	font-weight: 600;
}

.section_2 .box .box_inner .list_wrap .list li::before {
	content: "";
	position: absolute;
	top: 0.625em;
	left: 0;
	transform: translate(0, 0);
	width: auto;
	height: 0.25em;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #000000;
}

.section_2 .box .box_inner .list_wrap_1 .list_title {
	color: #00AFCC;
}

.section_2 .box .box_inner .list_wrap_2 .list_title {
	color: #00A968;
}

.section_2 .img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 24px 0;
	background-color: #FFF8EE;
}

.section_2 .img_wrap .img_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	max-width: 1280px;
}

.section_2 .img_wrap .img_wrap_inner .img {
	aspect-ratio: 1 / 1;
	background-color: #D9D9D9;
}

.section_2 .img_wrap .img_wrap_inner .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.section_2 .bnr_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1280px;
}

.section_2 .bnr_wrap .bnr_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .bnr_wrap .bnr_wrap_inner .bnr {
	border-radius: 26px;
	box-shadow: 6px 6px 3.5px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding: 5% 0;
	}

	.section_2 .box .box_inner {
		flex-direction: row;
		justify-content: space-between;
		gap: 12px;
	}

	.section_2 .box .box_inner .list_wrap_1 {
		width: calc((100% - (12px * 1)) * 0.6);
	}

	.section_2 .box .box_inner .list_wrap_2 {
		width: calc((100% - (12px * 1)) * 0.4);
	}

	.section_2 .box .box_inner .list_wrap_2 .list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0 12px;
	}

	.section_2 .box .box_inner .list_wrap_2 .list li {
		width: calc((100% - (12px * 1)) / 2);
	}

	.section_2 .img_wrap {
		padding: 48px 0;
	}

	.section_2 .img_wrap .img_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
	}

	.section_2 .img_wrap .img_wrap_inner .img {
		width: calc((100% - (12px * 3)) / 4);
	}

	.section_2 .bnr_wrap .bnr_wrap_inner {
		flex-direction: row;
		justify-content: space-between;
		gap: 12px;
	}

	.section_2 .bnr_wrap .bnr_wrap_inner .bnr {
		width: 555px;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .box .box_inner {
		gap: 60px;
	}

	.section_2 .box .box_inner .list_wrap_1 {
		width: calc((100% - (60px * 1)) * 0.7);
	}

	.section_2 .box .box_inner .list_wrap_2 {
		width: calc((100% - (60px * 1)) * 0.3);
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 72px;
	}

	.section_2 .item_wrap .item .item_inner {
		gap: 36px;
	}

	.section_2 .img_wrap {
		padding: 96px 0;
	}

	.section_2 .img_wrap .img_wrap_inner {
		gap: 24px;
	}

    .section_2 .img_wrap .img_wrap_inner .img {
        width: calc((100% - (24px * 3)) / 4);
    }

	.section_2 .bnr_wrap {
		margin-top: 84px;
		padding: 0 2.5%;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 20% 0;
}

.section_3 .wrap {
	gap: 60px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	text-align: center;
}

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading::after {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {}

.section_3 .item_wrap {}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {}

.section_3 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1280px;
}

.section_3 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_3 .img {
	width: 100%;
}

.section_3 .text_wrap {
	padding: 24px 0;
	border: 1px #AFAEAE solid;
	border-top: 0;
}

.section_3 .text_wrap .text_wrap_inner {}

.section_3 .text_wrap .text_wrap_inner .text {
	line-height: 2;
}

.section_3 .text_wrap .text_wrap_inner .text_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 97.5%;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #00AFCC;
}

.section_3 .text_wrap .text_wrap_inner .text_1 .num {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 84px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #00AFCC;
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	font-weight: 500;
	color: #ffffff;
	line-height: 1;
}

.section_3 .text_wrap .text_wrap_inner .text_1 .num span {
	position: absolute;
	top: 47.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.section_3 .text_wrap .text_wrap_inner .text_2 {
	width: 90%;
}

.section_3 .box:nth-child(even) .text_wrap .text_wrap_inner .text_1 {
	color: #00A968;
}

.section_3 .box:nth-child(even) .text_wrap .text_wrap_inner .text_1 .num {
	background-color: #00A968;
}

@media screen and (min-width: 768px) {
	.section_3 .inner {
		padding: 5% 0;
	}

	.section_3 .box_wrap .box_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 24px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		justify-content: flex-start;
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner {
		justify-content: flex-start;
		height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .text_wrap .text_wrap_inner {
		gap: 12px;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 72px;
	}

	.section_3 .box_wrap .box_wrap_inner {
		gap: 60px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (60px * 1)) / 2);
	}

	.section_3 .text_wrap .text_wrap_inner .text_1 {
		flex: 1 0;
		font-size: 1.625rem;
	}

	.section_3 .text_wrap .text_wrap_inner .text_1 .num {
		width: 86px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
