@charset "Shift_jis";
header .nav-menu-sp{ border-bottom: none; }
.title{
	text-align: center;
	line-height: 7.733vw;
	font-size: 5.333vw;
	letter-spacing: 0.05em;
}
.title span{
	margin-bottom: 2.667vw;
	display: block;
	color: var(--color_green);
	line-height: 3.2vw;
	font-size: 3.2vw;
	font-family: var(--font_eng);
	letter-spacing: 0;
}

@media screen and (min-width: 768px) {
	.title{
		line-height: 3.32vw;
		font-size: 2.93vw;
	}
	.title.text-rl{
		text-align: left;
		writing-mode: vertical-rl;
	}
	.title span{
		margin-bottom: 1.953vw;
		line-height: 1.563vw;
		font-size: 1.563vw;
		font-family: var(--font_eng);
	}
	.title.text-rl span{ margin: 0 0 0 1.465vw; }
}
@media screen and (min-width: 1025px) {
	.title{
		line-height: 3.4rem;
		font-size: 3rem;
	}
	.title span{
		margin-bottom: 20px;
		line-height: 1.6rem;
		font-size: 1.6rem;
	}
	.title.text-rl span{ margin: 0 0 0 15px; }
}

/*---------------------------------
	トップスライダー
---------------------------------*/
.top-bannerslider{ position: relative; }
.top-bannerslider .slider-main {
	opacity: 0;
	transition: .4s;
}
.top-bannerslider .slider-main.slick-initialized { opacity: 1; }
.top-bannerslider .slick-slide{
	width: 100%;
	overflow: hidden;
}
.top-bannerslider .slick-dots{ bottom: -9.333vw; }
.top-bannerslider .slick-dots li button::before{
	content: "";
	width: 2.667vw;
	height: 2.667vw;
	display: block;
	border: 2px solid #dcdcdc;
	border-radius: 100vmax;
	background: #fff;
	box-sizing: border-box;
	opacity: 1;
}
.top-bannerslider .slick-dots .slick-active button::before{
	border: 2px solid var(--color_gray);
	background: var(--color_gray);
}
@media screen and (min-width: 768px) {
	.top-bannerslider{ position: relative; }
	.top-bannerslider .slick-slide{
		width: 84.375vw;
		margin: 0 3.906vw;
		border-radius: 2.93vw;
		overflow: hidden;
	}
	.top-slidearrows{
		width: 100%;
		max-width: 84.375vw;
		height: 45.703vw;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.top-slidearrows .slick-prev,
	.top-slidearrows .slick-next{
		width: 4.395vw;
		height: 4.395vw;
		background: none;
	}
	.top-slidearrows .slick-prev{
		top: calc(50% - 2.197vw);
		left: -5.859vw;
		transform: scale(-1, 1);
	}
	.top-slidearrows .slick-next{ right: -5.859vw; }
	.top-slidearrows .slick-prev:before,
	.top-slidearrows .slick-next:before{
		content: "";
		width: 4.395vw;
		height: 4.395vw;
		display: block;
		mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		-webkit-mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		background: var(--color_gray);
	}
	.top-slidearrows .slick-prev:hover,
	.top-slidearrows .slick-next:hover{ opacity: 1; }
	.top-slidearrows .slick-prev:hover:before,
	.top-slidearrows .slick-next:hover:before{
		mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		-webkit-mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		background: var(--color_green);
	}
	.top-bannerslider .slick-dots{ bottom: -3.906vw; }
	.top-bannerslider .slick-dots li button::before{
		content: "";
		width: 0.977vw;
		height: 0.977vw;
		display: block;
		border: 2px solid #dcdcdc;
		border-radius: 100vmax;
		background: #fff;
		box-sizing: border-box;
		opacity: 1;
	}
	.top-bannerslider .slick-dots .slick-active button::before{
		border: 2px solid var(--color_gray);
		background: var(--color_gray);
	}
}
@media screen and (min-width: 1025px) {
	.top-bannerslider .slick-slide{
		width: 864px;
		margin: 0 40px;
		border-radius: 30px;
	}
	.top-slidearrows{
		width: 100%;
		max-width: 864px;
		height: 468px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.top-slidearrows .slick-prev,
	.top-slidearrows .slick-next{
		width: 45px;
		height: 45px;
		background: none;
	}
	.top-slidearrows .slick-prev{
		top: calc(50% - 22.5px);
		left: -60px;
		transform: scale(-1, 1);
	}
	.top-slidearrows .slick-next{ right: -60px; }
	.top-slidearrows .slick-prev:before,
	.top-slidearrows .slick-next:before{
		content: "";
		width: 45px;
		height: 45px;
		display: block;
		mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		-webkit-mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		background: var(--color_gray);
	}
	.top-slidearrows .slick-prev:hover,
	.top-slidearrows .slick-next:hover{ opacity: 1; }
	.top-slidearrows .slick-prev:hover:before,
	.top-slidearrows .slick-next:hover:before{
		mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		-webkit-mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
		background: var(--color_green);
	}
	.top-slidearrows button{ z-index: 1; }
	.top-bannerslider .slick-dots{ bottom: -40px; }
	.top-bannerslider .slick-dots li button::before{
		width: 10px;
		height: 10px;
	}
}
/*---------------------------------
	重要なお知らせ
---------------------------------*/
.top-importantnews{
	width: 94.667vw;
	margin: 14.667vw auto 0;
	padding: 4vw 5.333vw;
	border-radius: 100vmax;
	font-size: 3.733vw;
	background: #E4F7CE;
}
.top-importantnews dl{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5.333vw;
}
.top-importantnews dl dt{ color: var(--color_green); }
.top-importantnews dl dd a{
	color : var(--color_gray);
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.top-importantnews{
		max-width: 50vw;
		margin: 4.883vw 0 0 0;
		padding: 2.441vw 7.813vw;
		border-radius: 0 100vmax 100vmax 0;
		font-size: 1.367vw;
	}
	.top-importantnews dl{
		justify-content: end;
		gap: 3.906vw;
	}
}
@media screen and (min-width: 1025px) {
	.top-importantnews{
		max-width: 35vw;
		margin-top: 50px;
		padding: 18px 80px;
		border-radius: 0 100vmax 100vmax 0;
		font-size: 1.4rem;
	}
	.top-importantnews dl{ gap: 40px; }
}
@media (any-hover: hover) {
	.top-importantnews dl dd a:hover{ color : var(--color_green); }
}

/*---------------------------------
	資料請求ボタン
---------------------------------*/
.top-cvparts p{
	width: 89.333vw;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.top-cvparts p{ width: 69.531vw; }
}
@media screen and (min-width: 1025px) {
	.top-cvparts p{ width: 712px; }
}

/*---------------------------------
	はじめての方へ
---------------------------------*/
.top-first{
	padding-top: 37.333vw;
	position: relative;
}
.top-first::before{
	content: "";
	width: 57.067vw;
	height: 21.067vw;
	margin: 0 auto;
	display: block;
	background: url(../../img/top/first-img-sp.webp) no-repeat center top / 57.067vw;
	position: absolute;
	top: 8vw;
	left: 0;
	right: 0;
	z-index: -1;
}
.top-first ul{
	width: 89.333vw;
	margin: 9.333vw auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8vw 3.9vw;
	justify-content: space-between;
}
.top-first ul li{ width: 42.667vw; }
.top-first ul li h3{ font-weight: 500; }
.top-first ul li img{ width: 100%; }
.top-first ul li .secondary-btn span{
	width: calc(100% - 2.667vw);
	margin: 0 auto;
	padding: 4vw 0 2.667vw;
	font-size: 3.733vw;
}
.top-first ul li .secondary-btn span:after{
	width: 4.267vw;
	height: 4.267vw;
}
.top-first .bg-wave{
	width: 100%;
	height: 16vw;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.top-first .top-cvparts{ margin-top: 26.667vw; }

@media screen and (min-width: 768px) {
	.top-first::before{ all: unset; }
	.top-first{
		margin-top: 1.953vw;
		padding-top: 0;
		position: relative;
	}
	.top-first ul{
		width: 95.703vw;
		margin: 4.883vw auto 0;
		display: flex;
		justify-content: space-between;
		position: relative;
		gap: 0;
	}
	.top-first ul::before{
		content: "";
		width: 23.828vw;
		height: 16.846vw;
		position: absolute;
		background: url(../../img/top/first-img.webp) no-repeat left top / 100%;
		top: -18.75vw;
		right: 0;
	}
	.top-first ul li .secondary-btn span{
		width: 19.531vw;
		margin: 0 auto;
		padding: 1.465vw 0;
		font-size: 1.563vw;
	}
	.top-first ul li .secondary-btn span:after{
		width: 32px;
		height: 32px;
	}
	.top-first ul li{ width: 22.07vw; }
	.top-first ul li a span{ width: 19.531vw; }
	.top-first .bg-wave{ height: 15.625vw; }
	.top-first .top-cvparts{ margin-top: 9.766vw; }
}
@media screen and (min-width: 1025px) {
	.top-first{ margin-top: 30px; }
	.top-first ul{
		width: 1024px;
		margin: 50px auto 0;
		gap: 0;
	}
	.top-first ul::before{
		width: 244px;
		height: 172.5px;
		background: url(../../img/top/first-img.webp) no-repeat left top / 245px;
		top: -192px;
	}
	.top-first ul li{ width: 226px; }
	.top-first ul li .secondary-btn span{
		width: 200px;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 1.6rem;
	}
	.top-first .bg-wave{ height: 160px; }
	.top-first .top-cvparts{ margin-top: 100px; }
}

/*---------------------------------
	アイチョイスが選ばれる理由
---------------------------------*/
.top-choosing{
	background: var(--color_bg01);
	padding: 26.667vw 0 48vw;
}
.top-choosing .slider-loop .slick-slide:nth-child(odd){ margin-top: 4vw; }
.top-choosing .slider-loop .slick-slide{
	width: 39.467vw;
	margin: 0 2.667vw;
}
.top-choosing .title{
	width: calc(100% - 13.333vw);
	margin: 0 auto;
	text-align: left;
}
.top-choosing .top-choosing-block{
	margin: 32vw auto 0;
	position: relative;
	z-index: 1;
}
.top-choosing .top-choosing-block div{
	width: 89.333vw;
	margin: 10.667vw auto 0;
	padding: 1.867vw;
	border-radius: 8vw;
	background: #fff;
	position: relative;
}
.top-choosing .top-choosing-block div::before{
	content: "";
	width: 41.333vw;
	height: 58.667vw;
	display: block;
	background: url(../../img/top/choosing-img-sp.webp) no-repeat left top / 41.333vw auto;
	position: absolute;
	top: -40vw;
	right: 3.467vw;
	z-index: -1;
}
.top-choosing .top-choosing-block div ol{
	height: 100%;
	padding: 8vw 6.667vw 10.667vw;
	border: 2px dotted #000;
	border-radius: 6.667vw;
}
.top-choosing .top-choosing-block div ol li{
	display: flex;
	font-weight: 700;
}
.top-choosing .top-choosing-block div ol li + li{ margin-top: 9.333vw; }
.top-choosing .top-choosing-block div ol li::before{
	content: "";
	width: 4.8vw;
	height: 8vw;
	display: block;
	background: url(../img/number01.webp) no-repeat 2px top / auto 100%;
}
.top-choosing .top-choosing-block div ol li:nth-of-type(2)::before{
	background: url(../img/number02.webp) no-repeat left top / 100%;
}
.top-choosing .top-choosing-block div ol li:nth-of-type(3)::before{
	background: url(../img/number03.webp) no-repeat left top / 100%;
}
.top-choosing .top-choosing-block div ol li:nth-of-type(4)::before{
	background: url(../img/number04.webp) no-repeat left top / 100%;
}
.top-choosing .top-choosing-block div ol li dl{ margin-left: 3.6vw; }
.top-choosing .top-choosing-block div ol li dt{
	padding: 1.6vw 4vw;
	line-height: 5.067vw;
	display: inline-block;
	border-radius: 100vmax;
	color: #fff;
	font-size: 3.467vw;
	background: var(--color_orange);
	position: relative;
}
.top-choosing .top-choosing-block div ol li dt::after{
	content: "";
	width: 4vw;
	height: 4vw;
	display: block;
	background: url(../../img/top/choosing-icon.svg) no-repeat left top / 4vw;
	position: absolute;
	bottom: -2.667vw;
	left: 10.667vw;
}
.top-choosing .top-choosing-block div ol li dd{
	margin-top: 5.333vw;
	line-height: 5.6vw;
	font-size: 4vw;
}
.top-choosing .primary-btn{
	width: 76.533vw;
	margin: 8vw auto 0;
}

@media screen and (min-width: 768px) {
	.top-choosing{ padding: 9.766vw 0 23.438vw; }
	.top-choosing .slider-loop .slick-slide:nth-child(odd){ margin-top: 2.93vw; }
	.top-choosing .slider-loop .slick-slide{
		width: 31.25vw;
		margin: 0 1.221vw;
	}
	.top-choosing .title{ width: auto; }
	.top-choosing .top-choosing-block div ol li+li { margin-top: 0; }
	.top-choosing .top-choosing-block{
		width: 95.703vw;
		margin: 12.93vw auto 0;
		display: flex;
		justify-content: space-between;
	}
	.top-choosing .top-choosing-block div{
		width: 85.156vw;
		margin-top: 4.883vw;
		padding: 1.465vw;
		border-radius: 2.93vw;
	}
	.top-choosing .top-choosing-block div::before{
		width: 35.156vw;
		height: 23.828vw;
		display: block;
		background: url(../../img/top/choosing-img.webp) no-repeat left top / 100%;
		top: -14.648vw;
		right: 1.27vw;
	}
	.top-choosing .top-choosing-block div ol{
		padding: 4.883vw 5.859vw 4.883vw 3.906vw;
		display: flex;
		flex-wrap: wrap;
		gap: 5.859vw 3.906vw;
		border-radius: 2.441vw;
	}
	.top-choosing .top-choosing-block div ol li{ width: calc(50% - 1.953vw); }
	.top-choosing .top-choosing-block div ol li::before{
		width: 3.418vw;
		height: 3.711vw;
		background: url(../img/number01.webp) no-repeat left top / 1.074vw;
	}
	.top-choosing .top-choosing-block div ol li:nth-of-type(2)::before{
		background: url(../img/number02.webp) no-repeat left top / 2.344vw;
	}
	.top-choosing .top-choosing-block div ol li:nth-of-type(3)::before{
		background: url(../img/number03.webp) no-repeat left top / 2.441vw;
	}
	.top-choosing .top-choosing-block div ol li:nth-of-type(4)::before{
		background: url(../img/number04.webp) no-repeat left top / 2.637vw;
	}
	.top-choosing .top-choosing-block div ol li dl{ margin-left: 1.465vw; }
	.top-choosing .top-choosing-block div ol li dt{
		padding: 0.586vw 1.465vw;
		line-height: 1.855vw;
		font-size: 1.465vw;
	}
	.top-choosing .top-choosing-block div ol li dt::after{
		width: 1.465vw;
		height: 1.465vw;
		background: url(../../img/top/choosing-icon.svg) no-repeat left top / 1.465vw;
		bottom: -0.977vw;
		left: 3.906vw;
	}
	.top-choosing .top-choosing-block div ol li dd{
		margin-top: 1.953vw;
		line-height: 2.539vw;
		font-size: 1.758vw;
	}
	.top-choosing .primary-btn{
		width: 27.344vw;
		margin: 3.906vw auto 0;
	}
}
@media screen and (min-width: 1025px) {
	.top-choosing{ padding: 100px 0 240px; }
	.top-choosing .slider-loop .slick-slide:nth-child(odd){ margin-top: 30px; }
	.top-choosing .slider-loop .slick-slide{
		width: 320px;
		margin: 0 12.5px;
	}
	.top-choosing .top-choosing-block{
		width: 1024px;
		margin: 130px auto 0;
	}
	.top-choosing .top-choosing-block div{
		width: 872px;
		margin-top: 50px;
		padding: 15px;
		border-radius: 30px;
	}
	.top-choosing .top-choosing-block div::before{
		width: 360px;
		height: 244px;
		background: url(../../img/top/choosing-img.webp) no-repeat left top / 360px;
		top: -150px;
		right: 13px;
	}
	.top-choosing .top-choosing-block div ol{
		padding: 50px 60px 50px 40px;
		gap: 60px 40px;
		border-radius: 25px;
	}
	.top-choosing .top-choosing-block div ol li{ width: calc(50% - 20px); }
	.top-choosing .top-choosing-block div ol li::before{
		width: 35px;
		height: 38px;
		background: url(../img/number01.webp) no-repeat left top / 11px
	}
	.top-choosing .top-choosing-block div ol li:nth-of-type(2)::before{
		background: url(../img/number02.webp) no-repeat left top / 24px;
	}
	.top-choosing .top-choosing-block div ol li:nth-of-type(3)::before{
		background: url(../img/number03.webp) no-repeat left top / 25px;
	}
	.top-choosing .top-choosing-block div ol li:nth-of-type(4)::before{
		background: url(../img/number04.webp) no-repeat left top / 27px;
	}
	.top-choosing .top-choosing-block div ol li dl{ margin-left: 15px; }
	.top-choosing .top-choosing-block div ol li dt{
		padding: 0 13px;
		line-height: 3.2rem;
		font-size: 1.6rem;
	}
	.top-choosing .top-choosing-block div ol li dt::after{
		width: 15px;
		height: 15px;
		background: url(../../img/top/choosing-icon.svg) no-repeat left top / 15px;
		bottom: -10px;
		left: 40px;
	}
	.top-choosing .top-choosing-block div ol li dd{
		margin-top: 20px;
		line-height: 2.6rem;
		font-size: 1.8rem;
	}
	.top-choosing .primary-btn{
		width: 280px;
		margin: 40px auto 0;
	}
}

/*---------------------------------
	商品ピックアップ
---------------------------------*/
.top-items{
	padding-bottom: 24vw;
	position: relative;
}
.top-items > div{
	margin: 0 auto;
	position: relative
}
.top-items > div h2{
	margin: 0 auto;
	position: absolute;
	top: -29.333vw;
	left: 0;
	right: 0;
}
.top-items .bg-wave{
	width: 100%;
	height: 8vw;
	display: block;
	position: absolute;
	top: -8vw;
}
.top-items .title + .top-items-subtitle{ padding-top: 5.333vw; }
.top-items-subtitle{ text-align: center; }
.top-items h3{
	padding: 0 1.333vw 2.667vw;
	border-bottom: 2px solid var(--color_gray);
	display: inline-block;
	text-align: center;
	line-height: 6.933vw;
	font-size: 4.8vw;
}
.top-items h3 img{
	width: 40.8vw;
	margin: 0 auto 2.667vw;
}
.top-items h3:nth-of-type(2) img{ width: 46.4vw; }
.top-items .top-items-block{
	margin: 9.333vw auto 10.667vw;
	padding-bottom: 16vw;
	background: url(../../img/top/item-bgshape.svg) no-repeat center 48vw / 133.333vw;
}
.top-items .top-items-block img{
	width: 66.667vw;
	margin: 0 auto;
	display: block;
}
.top-items .top-items-block h4{
	width: 66.667vw;
	margin: 8vw auto 0;
	position: relative;
}
.top-items .top-items-block h4::after{
	content: "";
	width: 21.333vw;
	height: 21.867vw;
	display: block;
	background: url(../../img/top/item-bgimg-sp.webp) no-repeat left top / 100%;
	position: absolute;
	top: -12vw;
	right: -8vw;
}
.top-items .top-items-block h4 img{
	width: 46.667vw;
	display: inline;
}
.top-items .top-items-block h4 + p{
	width: 66.667vw;
	margin: 5.333vw auto 0;
	line-height: 6.4vw;
	font-size: 4vw;
}
.top-items .top-items-block .secondary-btn{
	width: 66.667vw;
	margin: 2.667vw auto 0;
	display: block;
}
.top-items-flex ul{
	width: 89.333vw;
	margin: 10.667vw auto 0;
}
.top-items-flex ul li{ width: 90.667vw; }
.top-items-flex ul li + li{ margin-top: 13.333vw; }
.top-items-flex ul li div *{
	width: 66.667vw;
	margin: 0 auto;
}
.top-items-flex ul li h4{
	margin-top: 5.333vw;
	color: var(--color_orange);
	font-size: 5.333vw;
}
.top-items-flex ul li h4 span{ font-size: 4.533vw; }
.top-items-flex ul li h4 + p{
	width: 66.667vw;
	margin: 5.333vw auto 0;
	line-height: 6.4vw;
	font-size: 4vw;
}
.top-items-flex ul li div p:last-child{
	margin-top: 5.333vw;
	line-height: 6vw;
	font-size: 3.467vw;
	font-weight: 400;
}
.top-items .primary-btn{
	width: 74.667vw;
	margin: 12vw auto 0;
}

@media screen and (min-width: 768px) {
	.top-items{ padding-bottom: 15.625vw; }
	.top-items > div{ width: 95.703vw; }
	.top-items > div h2{
		top: -15.137vw;
		right: auto;
	}
	.top-items .bg-wave{
		height: 11.719vw;
		top: -11.719vw;
	}
	.top-items h3{
		padding: 0 0.488vw 1.953vw;
		line-height: 2.93vw;
		font-size: 2.344vw;
	}
	.top-items h3 img{
		width: 18.75vw;
		margin: 0 auto 1.465vw;
	}
	.top-items h3:nth-of-type(2) img{ width: 19.141vw; }
	.top-items .top-items-block{
		margin: 4.883vw auto 9.766vw;
		padding-bottom: 0;
		display: flex;
		align-items: center;
		gap: 4.883vw;
		background: url(../../img/top/item-bgshape.svg) no-repeat center right / 61.035vw;
	}
	.top-items .top-items-block img{ width: 47.363vw; }
	.top-items .top-items-block h4{
		margin-top: 0;
		position: relative;
	}
	.top-items .top-items-block h4::after{
		width: 18.359vw;
		height: 16.699vw;
		background: url(../../img/top/item-bgimg.webp) no-repeat left top / 18.359vw;
		top: -11.23vw;
		right: -13.184vw;
	}
	.top-items .top-items-block h4 img{ width: 23.145vw; }
	.top-items .top-items-block h4 + p{
		width: 32.715vw;
		margin: 1.953vw 0 0;
		line-height: 2.344vw;
		font-size: 1.563vw;
	}
	.top-items .top-items-block .secondary-btn{
		width: 27.344vw;
		margin: 2.93vw 0 0 0;
	}
	.top-items-flex ul{
		width: 100%;
		margin-top: 3.906vw;
		display: flex;
		justify-content: space-between;
	}
	.top-items-flex ul li{ width: 45.605vw; }
	.top-items-flex ul li + li{ margin-top: 0; }
	.top-items-flex ul li div{ margin: 1.953vw 0 0 9.766vw; }
	.top-items-flex ul li div *:not(p:last-child){ width: 24.414vw; }
	.top-items-flex ul li h4{
		color: var(--color_orange);
		font-size: 1.953vw;
	}
	.top-items-flex ul li h4 span{ font-size: 1.66vw; }
	.top-items-flex ul li h4 + p{
		margin-top: 1.953vw;
		line-height: 1.5;
		font-size: 1.563vw;
	}
	.top-items-flex ul li div p:last-child{
		width: 30.664vw;
		margin-top: 1.953vw;
		line-height: 2.197vw;
		font-size: 1.27vw;
	}
	.top-items .primary-btn{
		width: 27.344vw;
		margin: 4.395vw auto 0;
	}
}
@media screen and (min-width: 1025px) {
	.top-items{ padding-bottom: 160px; }
	.top-items > div{ width: 1024px; }
	.top-items .title + .top-items-subtitle{ padding-top: 0; }
	.top-items > div h2{ top: -155px; }
	.top-items .bg-wave{
		height: 120px;
		top: -120px;
	}
	.top-items h3{
		padding: 0 5px 20px;
		line-height: 1.5;
		font-size: 2.4rem;
	}
	.top-items h3 img{
		width: 192px;
		margin: 0 auto 15px;
	}
	.top-items h3:nth-of-type(2) img{ width: 196px; }
	.top-items .top-items-block{
		margin: 50px auto 100px;
		gap: 50px;
		background: url(../../img/top/item-bgshape.svg) no-repeat center right / 625px;
	}
	.top-items .top-items-block img{ width: 485px; }
	.top-items .top-items-block img,
	.top-items .top-items-block h4{ margin: 0; }
	.top-items .top-items-block h4{ width: 335px; }
	.top-items .top-items-block h4::after{
		width: 188px;
		height: 171px;
		background: url(../../img/top/item-bgimg.webp) no-repeat left top / 188px;
		top: -115px;
		right: -135px
	}
	.top-items .top-items-block h4 img{ width: 237px; }
	.top-items .top-items-block h4 + p{
		width: 335px;
		margin-top: 20px;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.top-items .top-items-block .secondary-btn{
		width: 280px;
		margin: 30px 0 0 0;
	}
	.top-items-flex ul{ margin-top: 40px; }
	.top-items-flex ul li{ width: 467px; }
	.top-items-flex ul li div{ margin: 20px auto 0; }
	.top-items-flex ul li div *:not(p:last-child){
		width: 250px;
		margin-top: 5px;
	}
	.top-items-flex ul li h4{
		margin-top: 0;
		font-size: 2rem;
	}
	.top-items-flex ul li h4 span{ font-size: 1.7rem; }
	.top-items-flex ul li h4 + p{
		margin-top: 20px;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.top-items-flex ul li .secondary-btn{ display: block; }
	.top-items-flex ul li div p:last-child{
		width: 314px;
		margin: 15px 0 0 105px;
		line-height: 2.25rem;
		font-size: 1.3rem;
	}
	.top-items .primary-btn{
		width: 280px;
		margin: 45px auto 0;
	}
}

/*---------------------------------
	お客様の声
---------------------------------*/
.top-voice{
	padding-bottom: 42.667vw;
	background: var(--color_green);
	position: relative;
}
.top-voice .bg-wave{
	width: 100%;
	height: 13.333vw;
	display: block;
	position: absolute;
	top: -13vw;
	transform: scale(-1, 1);
}
.top-voice > div{
	margin: 0 auto;
}
.top-voice h2{
	padding-top: 13.333vw;
	color: #fff;
}
.top-voice h2 span{ color: var(--color_yellow); }
.top-voice ol{
	width: 89.333vw;
	margin: 18.667vw auto 0;
	position: relative;
	z-index: 0;
}
.top-voice ol li{
	width: 76.267vw;
	padding: 6.933vw 13.333vw;
	border-radius: 100vmax;
	line-height: 8.533vw;
	letter-spacing: 0;
	font-size: 4vw;
	background: #fff;
	position: relative;
}
.top-voice ol li:nth-of-type(odd){
	margin-left: auto;
	padding: 6.933vw 8vw 6.933vw 13.333vw;
}
.top-voice ol li + li{ margin-top: 16vw; }
.top-voice ol li::after{
	content: "";
	width: 71.467vw;
	height: 100%;
	border-radius: 100vmax;
	display: block;
	background: #2aa150;
	position: absolute;
	bottom: -5.333vw;
	left: -2.667vw;
	z-index: -1;
}
.top-voice ol li::before{
	content: "";
	width: 24.533vw;
	height: 32.267vw;
	display: block;
	background: url(../../img/top/voiice-img01.webp)no-repeat top center / 100%;
	position: absolute;
	bottom: 0;
	left: -14.133vw;
}
.top-voice ol li:nth-of-type(2)::before{
	width: 20vw;
	height: 31.467vw;
	background: url(../../img/top/voiice-img02.webp)no-repeat top center / 100%;
	left: inherit;
	right: -9.333vw;
}
.top-voice ol li:nth-of-type(3)::before{
	width: 18.4vw;
	height: 28.267vw;
	background: url(../../img/top/voiice-img03.webp)no-repeat top center / 100%;
	left: -8vw;
}
.top-voice ol li img{
	width: 22.133vw;
	height: 12.533vw;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -6.667vw;
	left: 0;
	right: 0;
}
.top-voice ol li span { background: linear-gradient(transparent 60%, #fffa9f 60%); }
@media screen and (min-width: 768px) {
	.top-voice{ padding-bottom: 19.531vw; }
	.top-voice .bg-wave{
		width: 100%;
		height: 8.789vw;
		top: -8.789vw;
		z-index: 1;
	}
	.top-voice > div{ width: 87.891vw; }
	.top-voice h2{ padding-top: 4.883vw; }
	.top-voice ol{
		margin-top: 6.836vw;
		display: flex;
		gap: 3.906vw;
		z-index: 1;
	}
	.top-voice ol li{
		padding: 3.906vw 2.441vw 3.906vw 4.883vw;
		line-height: 2.93vw;
		font-size: 1.563vw;
	}
	.top-voice ol li:nth-of-type(odd){ padding: 3.906vw 2.441vw 3.906vw 4.883vw; }
	.top-voice ol li::after{
		width: 80%;
		bottom: -2.93vw;
		left: -0.977vw;
	}
	.top-voice ol li::before{
		width: 8.984vw;
		height: 11.816vw;
		left: -4.883vw;
	}
	.top-voice ol li:nth-of-type(2)::before{
		width: 7.324vw;
		height: 11.523vw;
		left: -3.906vw;
	}
	.top-voice ol li:nth-of-type(3)::before{
		width: 6.738vw;
		height: 10.352vw;
		left: -1.953vw;
	}
	.top-voice ol li + li{ margin-top: 0; }
	.top-voice ol li img{
		width: 8.105vw;
		height: 4.59vw;
		top: -2.441vw;
		left: 0;
		right: 0;
	}
}
@media screen and (min-width: 1025px) {
	.top-voice{ padding-bottom: 200px; }
	.top-voice .bg-wave{
		height: 90px;
		top: -90px;
	}
	.top-voice h2{ padding-top: 50px; }
	.top-voice ol{
		width: 1100px;
		margin-top: 70px;
		gap: 75px;
	}
	.top-voice ol li{
		padding: 40px 25px 40px 50px;
		line-height: 3rem;
		font-size: 1.6rem;
	}
	.top-voice ol li:nth-of-type(odd){ padding: 40px 25px 40px 50px; }
	.top-voice ol li::after{
		bottom: -30px;
		left: -10px;
	}
	.top-voice ol li::before{
		width: 92px;
		height: 121px;
		left: -50px;
	}
	.top-voice ol li:nth-of-type(2)::before{
		width: 75px;
		height: 118px;
		background: url(../../img/top/voiice-img02.webp)no-repeat top center / 100%;
		left: -40px;
	}
	.top-voice ol li:nth-of-type(3)::before{
		width: 69px;
		height: 106px;
		background: url(../../img/top/voiice-img03.webp)no-repeat top center / 100%;
		left: -20px;
	}
	.top-voice ol li img{
		width: 83px;
		height: 47px;
		margin: 0 auto;
		top: -25px;
	}
}

/*---------------------------------
	メッセージ
---------------------------------*/
.top-message{
	position: relative;
}
.top-message .bg-wave:nth-of-type(1){ display: none; }
.top-message > .top-message-catch{
	width: 89.333vw;
	padding-top: 48vw;
	margin: 0 auto;
	position: relative;
}
.top-message > .top-message-catch::after{
	content: "";
	width: 100vw;
	height: 89.6vw;
	display: block;
	background: url(../../img/top/message-img02.webp)no-repeat top center / 133.333vw;
	position: absolute;
	top: -21.333vw;
	left: -5.333vw;
}
.top-message > .top-message-catch p{
	margin-top: 5.333vw;
	padding-top: 26.667vw;
	display: inline-block;
	line-height: 7.2vw;
	font-weight: 700;
	font-size: 4.8vw;
	position: relative;
	z-index: 1;
}
.top-message > .top-message-catch p::after{
	content: "";
	width: 32vw;
	height: 22.667vw;
	margin-bottom: 4vw;
	display: block;
	background: url(../../img/top/message-img01.webp)no-repeat top center / 100%;
	position: absolute;
	top: 0;
}
.top-message > .top-message-catch p strong{ color: var(--color_green); }
.top-message > .top-message-catch p span{ font-size: 2.667vw; }
.top-message > .top-message-catch h2{
	margin-top: 4vw;
	line-height: 12vw;
	font-size: 5.867vw;
}
.top-message > .top-message-catch h2 > span{
	display: inline-block;
	background-image: linear-gradient(to right, var(--color_gray), var(--color_gray));
	background-size: 100% 2px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.top-message > .top-message-catch h2 span span{ color: var(--color_orange); }
.top-message .bg-wave:nth-of-type(2){
	width: 100%;
	height: 16vw;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.top-message .top-message-point{
	width: 89.333vw;
	margin: 40px auto 0;
	padding: 1.867vw;
	border-radius: 8vw;
	background: var(--color_bg01);
	position: relative;
	box-shadow: 0px 0px 5.333vw 0px rgba(48, 40, 38, 0.2);
}
.top-message .top-message-point ol{
	height: 100%;
	padding: 13.333vw 8vw;
	border: 2px dotted #000;
	border-radius: 6.667vw;
}
.top-message .top-message-point ol li{
	position: relative;
}
.top-message .top-message-point ol li + li{ margin-top: 16vw; }
.top-message .top-message-point ol li::after{
	content: "";
	width: 26.933vw;
	height: 26.133vw;
	display: block;
	background: url(../../img/top/img_point1.webp)no-repeat top center / 100%;
	position: absolute;
	top: -10.667vw;
	right: 0;
}
.top-message .top-message-point ol li + li::after{
	content: "";
	width: 32vw;
	height: 22.133vw;
	display: block;
	background: url(../../img/top/img_point2.webp)no-repeat top center / 100%;
	position: absolute;
	top: -13.333vw;
	right: 0;
}
.top-message .top-message-point ol li h3{
	color: var(--color_green);
	line-height: 6.933vw;
	font-size: 4.8vw;
}
.top-message .top-message-point ol li h3 img{
	width: 19.467vw;
	height: 5.333vw;
	margin-bottom: 5.333vw;
	display: block;
}
.top-message .top-message-point ol li + li h3 img{
	width: 19.733vw;
	height: 5.867vw;
}
.top-message .top-message-point ol li p{
	margin-top: 5.333vw;
	font-weight: 400;
	line-height: 7.467vw;
	font-size: 4vw;
	letter-spacing: 0;
}
.top-message .top-message-point + p{
	width: 89.333vw;
	margin: 10.667vw auto 0;
}
.top-message .top-message-point + p img{ width: 100%; }
.top-message .top-cvparts{ margin-top: 21.333vw; }

@media screen and (min-width: 768px) {
	.top-message .bg-wave:nth-of-type(1){
		width: 100%;
		height: 8.789vw;
		display: block;
		position: absolute;
		top: -8.789vw;
		z-index: 1;
	}
	.top-message > .top-message-catch{
		width: 95.703vw;
		padding-top: 14.648vw;
		top: -2.93vw;
		z-index: 1;
	}
	.top-message > .top-message-catch::after{
		width: 70.508vw;
		height: 47.363vw;
		top: 0;
		left: auto;
		right: 0;
		background: url(../../img/top/message-img02.webp)no-repeat top center / 100%;
		z-index: -1;
	}
	.top-message > .top-message-catch p{
		margin-top: 0;
		padding-top: 0;
		line-height: 2.93vw;
		font-size: 1.953vw;
	}
	.top-message > .top-message-catch p::after{
		width: 17.578vw;
		height: 22.168vw;
		top: -4.883vw;
		right: -15.625vw;
	}
	.top-message > .top-message-catch p span{ font-size: 0.977vw; }
	.top-message > .top-message-catch h2{
		margin-top: 1.465vw;
		line-height: 5.371vw;
		font-size: 2.93vw;
	}
	.top-message .bg-wave:nth-of-type(2){ height: 15.625vw; }
	.top-message .top-message-point{
		width: 95.703vw;
		margin: 12.93vw auto 0;
		padding: 1.465vw;
		border-radius: 2.93vw;
		box-shadow: 0px 0px 20px 0px rgba(48, 40, 38, 0.2);
	}
	.top-message .top-message-point ol{
		padding: 4.883vw 11.719vw 3.906vw 4.883vw;
		display: flex;
		gap: 9.277vw;
		border-radius: 2.441vw;
	}
	.top-message .top-message-point ol li{ width: 37.402vw; }
	.top-message .top-message-point ol li + li{
		width: 33.203vw;
		margin-top: 0;
	}
	.top-message .top-message-point ol li::after{
		width: 13.672vw;
		height: 13.281vw;
		top: -1.953vw;
		right: -1.953vw;
	}
	.top-message .top-message-point ol li + li::after{
		content: "";
		width: 15.039vw;
		height: 10.449vw;
		display: block;
		background: url(../../img/top/img_point2.webp)no-repeat top center / 100%;
		position: absolute;
		top: 0;
		right: -5.859vw;
	}
	.top-message .top-message-point ol li h3{
		line-height: 2.832vw;
		font-size: 1.953vw;
	}
	.top-message .top-message-point ol li h3 img{
		width: 8.301vw;
		height: 2.344vw;
		margin-bottom: 2.441vw;
	}
	.top-message .top-message-point ol li + li h3 img{
		width: 8.203vw;
		height: 2.148vw;
	}
	.top-message .top-message-point ol li p{
		margin-top: 1.953vw;
		font-weight: 400;
		line-height: 2.734vw;
		font-size: 1.6rem;
	}
	.top-message .top-message-point + p{
		width: 43.945vw;
		margin: 5.859vw auto 0;
	}
	.top-message .top-cvparts{ margin-top: 9.766vw; }
}
@media screen and (min-width: 1025px) {
	.top-message .bg-wave:nth-of-type(1){
		height: 90px;
		top: -90px;
	}
	.top-message > .top-message-catch{
		width: 1024px;
		padding-top: 150px;
		top: -30px;
	}
	.top-message > .top-message-catch::after{
		width: 722px;
		height: 485px;
	}
	.top-message > .top-message-catch p{
		line-height: 3rem;
		font-size: 2rem;
	}
	.top-message > .top-message-catch p::after{
		width: 180px;
		height: 227px;
		top: -50px;
		right: -160px;
	}
	.top-message > .top-message-catch p span{ font-size: 1rem; }
	.top-message > .top-message-catch h2{
		margin-top: 15px;
		line-height: 5.5rem;
		font-size: 3rem;
	}
	.top-message .bg-wave:nth-of-type(2){ height: 160px; }
	.top-message .top-message-point{
		width: 1024px;
		margin: 130px auto 0;
		padding: 15px;
		border-radius: 30px;
	}
	.top-message .top-message-point ol{
		padding: 50px 120px 40px 50px;
		gap: 95px;
		border-radius: 25px;
	}
	.top-message .top-message-point ol li{ width: 383px; }
	.top-message .top-message-point ol li + li{ width: 340px; }
	.top-message .top-message-point ol li::after{
		width: 140px;
		height: 136px;
		top: -20px;
		right: -20px;
	}
	.top-message .top-message-point ol li + li::after{
		width: 154px;
		height: 107px;
		right: -60px;
	}
	.top-message .top-message-point ol li h3{
		line-height: 2.9rem;
		font-size: 2rem;
	}
	.top-message .top-message-point ol li h3 img{
		width: 85px;
		height: 24px;
		margin-bottom: 25px;
	}
	.top-message .top-message-point ol li + li h3 img{
		width: 84px;
		height: 22px;
	}
	.top-message .top-message-point ol li p{
		margin-top: 20px;
		font-weight: 400;
		line-height: 2.8rem;
	}
	.top-message .top-message-point + p{
		width: 450px;
		margin: 60px auto 0;
	}
	.top-message .top-cvparts{ margin-top: 100px; }
}
/*---------------------------------
	みっくすなっつ
---------------------------------*/

.foot-media{
	padding: 16vw 0 26.667vw;
	background: var(--color_bg01);
	position: relative;
}
@media screen and (min-width: 768px) {
	.foot-media{
		padding: 9.766vw 0 24.414vw;
	}
}
@media screen and (min-width: 1025px) {
	.foot-media{
		padding: 100px 0 250px;
	}

}
.foot-mixnuts{
	padding: 16vw 0 26.667vw;
	background: var(--color_bg01);
	position: relative;
}
@media screen and (min-width: 768px) {
	.foot-mixnuts{
		padding: 9.766vw 0 24.414vw;
	}
}
@media screen and (min-width: 1025px) {
	.foot-mixnuts{
		padding: 80px 0 250px;
	}

}

/*---------------------------------
	お知らせ・組合員活動
---------------------------------*/
.top-news{
	margin: 0 auto 26.667vw;
	padding-top: 9.333vw;
	position: relative;
}
.top-news .bg-wave{
	width: 100%;
	height: 8vw;
	display: block;
	position: absolute;
	top: -8vw;
	z-index: 1;
}
.top-news h3{
	margin: 0 auto;
	font-size: 8vw;
	text-align: center;
}
.top-news h3 span{
	margin-bottom: 2.667vw;
	display: block;
	color: var(--color_orange);
	font-size: 4.267vw;
}
.top-news .top-news-tabnav{
	width: 89.333vw;
	margin: 10.667vw auto 0;
	display: flex;
	position: relative;
	z-index: 1;
}
.top-news .top-news-tabnav li{
	width: 50%;
	padding: 2.667vw 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 4vw 4vw 0 0;
	font-size: 3.733vw;
	vertical-align: bottom;
	background: var(--color_orange);
	box-sizing: border-box;
	position: relative;
	top: 2.667vw;
	cursor: pointer;
	z-index: -1;
}
.top-news .top-news-tabnav li.top-news-tabactive{
	padding: 4vw 0;
	color: var(--color_gray);
	border: 2px solid #dcdcdc;
	border-bottom: 2px solid #fff;
	background: #fff;
	top: 0;
}
.top-news .top-news-tabmain{
	width: 89.333vw;
	margin: 0 auto;
	padding: 0.8vw 4vw;
	display: none;
	border: 2px solid #dcdcdc;
	border-top: none;
	border-radius: 0 0 4vw 4vw;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 1;
}
.top-news .top-news-tabmain dl{
	margin: 0 auto;
	padding: 4vw 0;
	border-top: 1px solid #dcdcdc;
	line-height: 5.6vw;
	font-size: 3.733vw;
}
.top-news .top-news-tabmain dl:first-child{ border-top: none; }
.top-news .top-news-tabmain dl dt{ display: block; }
.top-news .top-news-tabmain dl dt span{
	width: 25.333vw;
	margin-left: 2.667vw;
	padding: 0.267vw 0;
	display: inline-block;
	border-radius: 1.333vw;
	color: #fff;
	text-align: center;
	font-size: 2.667vw;
}
.top-news .top-news-tabmain dl dt span.infoLabel01{ background: #b268b5; }
.top-news .top-news-tabmain dl dt span.infoLabel02{ background: #39a215; }
.top-news .top-news-tabmain dl dt span.infoLabel03{ background: #f5534d; }
.top-news .top-news-tabmain dl dt span.infoLabel04{ background: var(--color_orange); }
.top-news .top-news-tabmain dl dd{ margin-top: 2.667vw; }
.top-news .top-news-tabmain dl dd a{ color: var(--color_gray); }
.top-news .top-news-tabmain p{
	margin-bottom: 2.667vw;
	padding-right: 2.667vw;
	text-align: right;
	box-sizing: border-box;
}
.top-news .top-news-tabmain p a{
	color: var(--color_gray);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-news .top-news-tabmain p a:after{
	content: "";
	width: 3.733vw;
	height: 3.733vw;
	margin-left: 3.733vw;
	display: block;
	mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
	-webkit-mask: url(../img/icon-arrowcircle.svg) no-repeat center center / contain;
	background: var(--color_green);
}
.top-news .top-news-tabmain + ul{
	width: 89.333vw;
	margin: 8vw auto 0;
	display: flex;
	gap: 0.8vw;
	flex-wrap: wrap;
}
.top-news .top-news-tabmain + ul li img{ width: 100%; }
.top-news .top-news-tabmain + ul li{
	width: calc(100% / 3 - 0.533vw);
	border: 1px solid #dcdcdc;
}
.top-news .top-news-tabmain + ul li a{ display: block; }
@media screen and (min-width: 768px) {
	.top-news{
		margin: 0 auto 19.531vw;
		padding-top: 0;
	}
	.top-news .bg-wave{
		height: 11.719vw;
		top: -11.719vw;
	}
	.top-news h3{
		font-size: 2.93vw;
	}
	.top-news h3 span{
		margin-bottom: 0.977vw;
		font-size: 1.563vw;
	}
	.top-news .top-news-tabnav{
		width: 95.703vw;
		margin: 5.859vw auto 0;
	}
	.top-news .top-news-tabnav li{
		padding: 2.441vw 0;
		border-radius: 1.465vw 1.465vw 0 0;
		font-size: 1.953vw;
		top: 1.465vw;
	}
	.top-news .top-news-tabnav li.top-news-tabactive{ padding: 2.93vw 0; }
	.top-news .top-news-tabmain{
		width: 95.703vw;
		padding: 0.293vw 0;
		border-radius: 0 0 1.465vw 1.465vw;
	}
	.top-news .top-news-tabmain dl{
		width: 94.141vw;
		padding: 1.953vw 0;
		display: flex;
		align-items: center;
		line-height: 1.5;
		font-size: 1.563vw;
	}
	.top-news .top-news-tabmain dl *{
		line-height: 2.539vw;
		box-sizing: border-box;
	}
	.top-news .top-news-tabmain dl dt{
		width: 24.414vw;
		padding-left: 0.977vw;
		display: flex;
		align-items: center;
	}
	.top-news .top-news-tabmain dl dt span{
		width: 11.719vw;
		margin-top: 0;
		float: right;
		border-radius: 0.488vw;
		font-size: 1.367vw;
	}
	.top-news .top-news-tabmain dl dd{
		width: 67.773vw;
		margin: 0 0 0 1.465vw;
	}
	.top-news .top-news-tabmain p{
		margin-bottom: 1.953vw;
		padding-right: 2.93vw;
	}
	.top-news .top-news-tabmain p a:after{
		width: 1.953vw;
		height: 1.953vw;
		margin-left: 1.953vw;
	}
	.top-news .top-news-tabmain + ul{
		width: 95.703vw;
		margin: 2.93vw auto 0;
		gap: 1.172vw;
	}
	.top-news .top-news-tabmain + ul li:nth-of-type(-n + 3){ width: calc(100% / 3 - 0.781vw); }
	.top-news .top-news-tabmain + ul li:nth-of-type(n + 4){ width: calc(100% / 4 - 0.879vw); }
}
@media screen and (min-width: 1025px) {
	.top-news{ margin: 0 auto 200px; }
	.top-news .bg-wave{
		height: 120px;
		top: -120px;
	}
	.top-news h3{
		font-size: 3rem;
	}
	.top-news h3 span{
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.top-news .top-news-tabnav{
		width: 1024px;
		margin: 60px auto 0;
	}
	.top-news .top-news-tabnav li{
		padding: 25px 0;
		border-radius: 15px 15px 0 0;
		font-size: 2rem;
		top: 15px;
	}
	.top-news .top-news-tabnav li.top-news-tabactive{ padding: 30px 0; }
	.top-news .top-news-tabmain{
		width: 1024px;
		padding: 3px 0;
		border-radius: 0 0 15px 15px;
	}
	.top-news .top-news-tabmain dl{
		width: 964px;
		padding: 20px 0;
		font-size: 1.6rem;
	}
	.top-news .top-news-tabmain dl *{ line-height: 2.6rem; }
	.top-news .top-news-tabmain dl dt{
		width: 250px;
		padding-left: 10px;
	}
	.top-news .top-news-tabmain dl dt span{
		width: 120px;
		margin-left: 25px;
		border-radius: 5px;
		font-size: 1.4rem;
	}
	.top-news .top-news-tabmain dl dd{
		width: 694px;
		margin-left: 15px;
	}
	.top-news .top-news-tabmain dl dd a{ color: var(--color_gray); }
	.top-news .top-news-tabmain p{
		margin-bottom: 20px;
		padding-right: 30px;
	}
	.top-news .top-news-tabmain p a{ color: var(--color_gray); }
	.top-news .top-news-tabmain p a:after{
		width: 20px;
		height: 20px;
		margin-left: 20px;
	}
	.top-news .top-news-tabmain + ul{
		width: 1024px;
		margin: 30px auto 0;
		gap: 12px;
	}
	.top-news .top-news-tabmain + ul li img{ width: 100%; }
	.top-news .top-news-tabmain + ul li:nth-of-type(-n + 3){ width: calc(100% / 3 - 8px); }
	.top-news .top-news-tabmain + ul li:nth-of-type(n + 4){ width: calc(100% / 4 - 9px); }
}

@media (any-hover: hover) {
	.top-news .top-news-tabmain dl dd a:hover{ text-decoration: underline; }
	.top-news .top-news-tabmain p a:hover{ color: var(--color_green); }
}