@charset "UTF-8";
/* ==================================
= minins 
================================== */
/* ==================================
= products
================================== */
.products__row:first-child {
	position: relative;
}

.products__row:first-child::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	background-color: #3392c5;
	content: "";
}

.products__row:nth-child(2) {
	position: relative;
	background-color: #f7f7f7;
}

.products__row:nth-child(2)::before {
	position: absolute;
	right: 0;
	bottom: -3rem;
	left: -0.9rem;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-width: 30px 30px 0 30px;
	border-style: solid;
	border-color: #eeeeee transparent transparent transparent;
	content: "";
}

.products__head {
	padding-top: 6.5rem;
	padding-bottom: 9.1rem;
}

.products__head .head__title {
	line-height: 1.75;
}

.products__head .head__lead {
	margin-top: 3rem;
}

.products__start {
	padding-top: 3.2rem;
	padding-bottom: 5rem;
}

.products__start .start__head {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-columns: 178px 1rem 1fr;
	grid-template-columns: 178px 1fr;
	grid-template-areas: "image title";
	margin-top: -6.6rem;
	margin-left: -1.6rem;
	gap: 0px 1rem;
}

.products__start .start__head .head__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: image;
}

.products__start .start__head .head__title {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: title;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.4rem;
	font-size: 3.6rem;
	letter-spacing: 0.2em;
}

.products__start .start__content {
	margin-top: 1.6rem;
}

.products__start .start__content .content__detail {
	grid-area: detail;
}

.products__start .start__content .content__detail .baloon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 280px;
	min-height: 5rem;
	padding: 0.4rem;
	border-radius: 0.9rem;
	background-color: #3392c5;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.3em;
}

.products__start .start__content .content__detail .baloon span {
	margin-left: 0.7rem;
}

.products__start .start__content .content__detail .baloon::before {
	position: absolute;
	bottom: -2rem;
	left: 2.6rem;
	width: 1.5rem;
	height: 2.3rem;
	background: url(../../_assets/img/products/bg_baloon.svg) no-repeat top center;
	content: "";
}

.products__start .start__content .content__detail .lists {
	margin-top: 3.5rem;
}

.products__start .start__content .content__detail .lists dt {
	line-height: 1.875;
	letter-spacing: 0.05em;
}

.products__start .start__content .content__detail .lists dt i {
	position: relative;
	top: 4px;
	margin-right: 0.4rem;
	color: #3392c5;
	font-size: 2.2rem;
}

.products__start .start__content .content__detail .lists dt strong {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.products__start .start__content .content__detail .lists dt:not(:first-child) {
	margin-top: 2.6rem;
}

.products__start .start__content .content__detail .lists dd {
	margin: 0.5rem 0 0 0;
	padding: 0;
}

.products__start .start__content .content__detail .lists dd p {
	margin: 0;
	padding: 0;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

.products__start .start__content .content__detail .lists dd p + p {
	margin-top: 2.8rem;
}

.products__start .start__content .content__images .image + .image {
	margin-top: 1rem;
}

.products__end {
	padding-top: 8.1rem;
	padding-bottom: 1.5rem;
}

.products__end .end__title {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: title;
}

.products__end .end__title .logo {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 12px auto;
	grid-template-rows: auto auto;
	-ms-grid-columns: 100px 20px 1fr;
	grid-template-columns: 100px 1fr;
	grid-template-areas: "image top" "image bottom";
	grid-auto-columns: 1fr;
	gap: 12px 20px;
}

.products__end .end__title .logo .image {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: image;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products__end .end__title .logo .top,
.products__end .end__title .logo .bottom {
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.products__end .end__title .logo .top {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: top;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: normal;
	font-size: 3rem;
}

.products__end .end__title .logo .bottom {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: bottom;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: bold;
	font-size: 4.8rem;
}

.products__end .end__images {
	grid-area: images;
}

.products__end .end__images .item-image {
	margin-top: 4.1rem;
	/*
					img {
						+ img {
							margin-top: 1rem;

							@media screen and (max-width: 767px) {
								margin-top: get_vw(10);
							}
						}
					}*/
}

.products__end .end__images .imagelist-01 {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1rem auto;
	grid-template-rows: auto auto;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-template-areas: "image-start" "image-end";
	gap: 1rem 1rem;
}

.products__end .end__images .imagelist-01 .image-start {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: image-start;
}

.products__end .end__images .imagelist-01 .image-end {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: image-end;
}

.products__end .end__images .imagelist-02 {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1rem auto;
	grid-template-rows: auto auto;
	-ms-grid-columns: 240px 1rem 1fr;
	grid-template-columns: 240px 1fr;
	grid-template-areas: "image01 image02" "image01 image03";
	gap: 1rem 1rem;
}

.products__end .end__images .imagelist-02 .image03 {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: image03;
}

.products__end .end__images .imagelist-02 .image02 {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: image02;
}

.products__end .end__images .imagelist-02 .image01 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: image01;
}

.products__end .end__images .imagelist-03 {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1rem auto;
	grid-template-rows: auto auto;
	-ms-grid-columns: 300px 1rem 1fr;
	grid-template-columns: 300px 1fr;
	grid-template-areas: "image01 image02" "image03 image03";
	gap: 1rem 1rem;
}

.products__end .end__images .imagelist-03 .image03 {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: image03;
}

.products__end .end__images .imagelist-03 .image02 {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: image02;
}

.products__end .end__images .imagelist-03 .image01 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	grid-area: image01;
}

.products__end .end__contents {
	grid-area: contents;
	padding-top: 2.4rem;
}

.products__end .end__contents .lists {
	margin-bottom: 0;
}

.products__end .end__contents .lists dt {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}

.products__end .end__contents .lists dt i {
	margin-right: 1rem;
	color: #cc0000;
	font-size: 2.2rem;
}

.products__end .end__contents .lists dt + dd {
	margin-top: 0.8rem;
}

.products__end .end__contents .lists dt:not(:first-child) {
	margin-top: 2.2rem;
}

.products__end .end__contents .lists dd {
	margin: 0;
}

.products__end .end__contents .lists dd p {
	margin: 0;
	padding: 0;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

.products__end .end__contents .lists dd p + p {
	margin-top: 2.8rem;
}

@media screen and (max-width: 767px){
	.products__row:first-child::before {
		height: 1.3333333333vw;
	}
	.products__row:nth-child(2)::before {
		bottom: -8vw;
		left: get_Vw(-9);
		border-width: 8vw 8vw 0 8vw;
	}
	.products__head {
		padding-top: 8.5333333333vw;
		padding-bottom: 13.3333333333vw;
	}
	.products__head .head__lead {
		margin-top: 4.2666666667vw;
	}
	.products__start {
		padding-top: 8.5333333333vw;
		padding-bottom: 13.3333333333vw;
	}
	.products__start .start__head {
		-ms-grid-columns: 32vw 1fr;
		grid-template-columns: 32vw 1fr;
		margin-top: -17.6vw;
		margin-left: -4.2666666667vw;
	}
	.products__start .start__head .head__title {
		margin-top: 4.8vw;
		font-size: 4.8vw;
	}
	.products__start .start__content {
		margin-top: 2.6666666667vw;
	}
	.products__start .start__content .content__detail .baloon {
		width: 53.3333333333vw;
		min-height: 10.6666666667vw;
		padding: 1.0666666667vw;
		border-radius: 2.4vw;
		font-size: 4.2666666667vw;
	}
	.products__start .start__content .content__detail .baloon::before {
		bottom: -4.8vw;
		left: 6.9333333333vw;
		width: 4vw;
		height: 6.1333333333vw;
	}
	.products__start .start__content .content__detail .lists {
		margin-top: 6.4vw;
	}
	.products__start .start__content .content__detail .lists dt {
		line-height: 2;
	}
	.products__start .start__content .content__detail .lists dt i {
		top: 1.0666666667vw;
		margin-right: 1.0666666667vw;
		font-size: 5.3333333333vw;
	}
	.products__start .start__content .content__detail .lists dt strong {
		font-size: 4.2666666667vw;
	}
	.products__start .start__content .content__detail .lists dt:not(:first-child) {
		margin-top: 4.8vw;
	}
	.products__start .start__content .content__detail .lists dd {
		margin-top: 1.3333333333vw;
	}
	.products__start .start__content .content__detail .lists dd p + p {
		margin-top: 5.3333333333vw;
	}
	.products__start .start__content .content__images {
		margin-top: 4.8vw;
	}
	.products__start .start__content .content__images .image + .image {
		margin-top: 2.6666666667vw;
	}
	.products__end {
		padding-top: 8.5333333333vw;
		padding-bottom: 4.2666666667vw;
	}
	.products__end .end__title .logo {
		-ms-grid-columns: 19.2vw 1fr;
		grid-template-columns: 19.2vw 1fr;
		gap: 3.2vw 5.3333333333vw;
	}
	.products__end .end__title .logo .top {
		font-size: 4.8vw;
	}
	.products__end .end__title .logo .bottom {
		font-size: 6.9333333333vw;
	}
	.products__end .end__images .item-image {
		margin-top: 4.8vw;
	}
	.products__end .end__images .imagelist-01 {
		gap: 2.6666666667vw 2.6666666667vw;
	}
	.products__end .end__images .imagelist-02 {
		-ms-grid-columns: 44.8vw 1fr;
		grid-template-columns: 44.8vw 1fr;
		gap: 2.6666666667vw 2.6666666667vw;
	}
	.products__end .end__images .imagelist-03 {
		-ms-grid-columns: 55.4666666667vw 1fr;
		grid-template-columns: 55.4666666667vw 1fr;
		gap: 2.6666666667vw 2.6666666667vw;
	}
	.products__end .end__contents {
		padding-top: 8.5333333333vw;
	}
	.products__end .end__contents .lists dt {
		font-size: 4.8vw;
	}
	.products__end .end__contents .lists dt i {
		margin-right: 2.6666666667vw;
		font-size: 5.8666666667vw;
	}
	.products__end .end__contents .lists dt + dd {
		margin-top: 1.0666666667vw;
	}
	.products__end .end__contents .lists dt:not(:first-child) {
		margin-top: 5.8666666667vw;
	}
	.products__end .end__contents .lists dd p + p {
		margin-top: 7.4666666667vw;
	}
}

@media screen and (min-width: 768px){
	.products__head .head__title {
		letter-spacing: 0.2em;
	}
	.products__start .start__content {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: 1fr 6rem 360px;
		grid-template-columns: 1fr 360px;
		grid-template-areas: "detail images";
		gap: 0px 6rem;
	}
	.products__start .start__content .content__images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		grid-area: images;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 1.3rem;
	}
	.products__end {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		-ms-grid-columns: 480px 4rem 1fr;
		grid-template-columns: 480px 1fr;
		grid-template-areas: "title title" "images contents";
		gap: 0px 4rem;
	}
	.products__end > .content__images {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.products__start .start__content .content__detail {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.products__start .start__content .content__images {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.products__end .end__images {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.products__end > .end__images {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.products__end .end__contents {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}

@media all and (-ms-high-contrast: none){
	.products__start .start__content .content__detail .baloon {
		height: 5rem;
	}
}
/*# sourceMappingURL=products.css.map */
