@charset "utf-8";

:root {
	--font-primary: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--font-second: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
	--font-diff: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

#campaign2606 .kv {
	padding-top: min(5.6vw, 82px) !important;
}

#campaign2606 header,
#campaign2606 footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

#campaign2606 {
	font-family: var(--font-primary);
	color: #1a1a1a;
}

img {
	height: auto;
}

.container-1060 {
	max-width: 1060px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.kv-wrap {
	position: relative;
}

.kv-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.campaign-present {
	padding: 40px 0 160px 0;
	background: #E1F1EA;
}

.present-desc {
	font-size: min(3vw, 22px);
	text-align: center;
	color: #296a46;
	font-weight: 500;
}

.present-title {
	width: 100%;
	margin: 40px 0 40px 0;
	font-size: min(4vw, 24px);
	font-weight: 500;
	border-radius: 100px;
	background: #296a46;
	text-align: center;
	color: #fff;
	padding: 9px 10px;
}

.benefit-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.benefit-row01 .benefit-content {
	width: 58%;
}

.benefit-row01 .benefit-img {
	width: 39.434%;
}

.benefit-row01 .benefit-inner {
	align-items: unset;
}

.benefit-row01 .benefit-img .img-logo {
	margin-top: 13px;
	text-align: center;
}

.benefit-row01 .benefit-content figure {
	text-align: center;
	margin: 24px 0 -8px 0;
}

.benefit-row01 .benefit-num {
	top: 3px;
}

.benefit-row01 .benefit-note {
	font-size: min(2vw, 18px);
	/* font-weight: 500; */
	margin-top: min(3vw, 30px);
}

.benefit-header {
	padding-left: 49px;
	position: relative;
}

.benefit-num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #296a46;
	border-radius: 100%;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: .2vw;
}

.benefit-title_sm {
	font-size: 26px;
	/* font-weight: bold; */
	letter-spacing: 0;
}

.benefit-title_en {
	font-size: 90px;
}

.benefit-subtitle {
	font-size: min(4.7vw, 32px);
	text-align: center;
	/* font-weight: 700; */
	line-height: 1;
	letter-spacing: -0.1em;
	margin-top: 18px;
}

.benefit-subtitle span {
	font-size: 0.5532em;
	font-weight: bold;
	letter-spacing: 0;
}

.benefit-subtitle .volume {
	margin-bottom: 15px;
	display: inline-block;
}

.benefit-subtitle .txt-lead {
	font-size: 1.040em;
	line-height: 0;
	font-weight: 500;
	letter-spacing: -0.1em;
}

.photo {
	position: relative;
}

.caption {
	font-size: 11px;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.benefit-row01 .benefit-img .caption {
	color: #fff;
}

.benefit-row02 {
	margin: 45px 0 23px 0;
}

.benefit-row02 .benefit-content {
	width: 65.33%;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: min(2.5vw, 25px) 0;
}

.benefit-row02 .benefit-header:nth-child(1) {
	border-bottom: 1px solid #808080;
	padding-bottom: min(2vw, 20px);
	margin-bottom: min(2vw, 20px);
}

.benefit-row02 .benefit-img {
	width: 29.82%;
}

.benefit-title {
	font-size: min(3.5vw, 28px);
	/* font-weight: bold; */
	line-height: 1.4;
}

.clr-green {
	color: #296a46;
}

.benefit-row03 .benefit-content {
	width: 60.773%;
}

.benefit-row03 .benefit-img {
	width: 35.377%;
}

.benefit-title_md {
	font-size: 0.925em;
}

.benefit-title_md .clr-green {
	margin-left: -0.5em;
}

.benefit-desc {
	font-size: clamp(16px, 2vw, 20px);
	padding-left: 49px;
	/* font-weight: bold; */
	margin-top: 10px;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.benefit-row03 .caption {
	font-size: 16px;
	font-weight: bold;
	bottom: 15px;
}

@media screen and (max-width:750px) {
	#campaign2606 .kv {
		padding-top: min(12.5vw, 96px) !important;
	}

	.campaign-present {
		padding: 30px 0 70px 0;
	}

	.kv-wrap {
		height: min(80vw, 400px);
	}

	.kv-title {
		width: 90%;
	}

	.kv-slide_item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.kv-wrap .slick-slider,
	.kv-wrap .slick-list,
	.kv-wrap .slick-track,
	.kv-slide_item figure {
		height: 100%;
	}

	.present-desc {
		font-size: 4vw;
	}

	.present-title {
		font-size: min(7vw, 16px);
		margin: 40px 0 20px 0;
		line-height: 1.5;
		padding: 15px 10px;
	}

	.benefit-content {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.benefit-num {
		width: 30px;
		height: 30px;
		font-size: 16px;
		top: 0 !important;
	}

	.benefit-header,
	.benefit-desc {
		padding-left: 35px;
	}

	.benefit-title_sm {
		font-size: 20px;
	}

	.benefit-row01 .benefit-content figure {
		text-align: center;
		margin: 14px auto -5px;
		max-width: 430px;
	}

	.benefit-row01 .benefit-note {
		font-size: 15px;
		margin-top: 20px;
	}

	.benefit-subtitle {
		font-size: 7vw;
	}

	.benefit-subtitle .txt-lead {
		font-size: 7vw;

	}

	.benefit-subtitle span {
		font-size: 5vw;
	}

	.benefit-img {
		width: fit-content !important;
		margin: 0 auto;
	}

	.benefit-title {
		font-size: 4vw
	}

	.benefit-row02 {
		margin: 35px 0 23px 0;
	}

	.benefit-row02 .benefit-content {
		padding: 15px 0;
	}

	.benefit-row02 .benefit-header:nth-child(1) {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.qino-soda {
		max-width: 70vw;
		margin: 0 auto;
	}

}

/* /// */
.benefit-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.vol-item {
	width: 17.359%;
	position: relative;
}

.vol-item .icon-new {
	position: absolute;
	top: 0;
	right: 0;
}

.vol-link:hover {
	opacity: .8;
}

.vol-title {
	font-size: 15px;
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (max-width:750px) {
	.benefit-list {
		margin: 30px auto -2%;
		max-width: 450px;
		justify-content: center;
		gap: 2%;
	}

	.vol-item {
		width: 49%;
		margin-bottom: 2%;
	}

	.vol-title {
		padding-top: 5px;
	}
}

/* // */
.bonus {
	margin-top: 115px;
}

.bonus-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 2px solid #296a46;
	background-image: url(../img/campaign-2606/bonus-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 40%));
}

.bonus-action {
	position: absolute;
	top: -56px;
	left: 50%;
	transform: translateX(-50%);
	width: 113px;
	height: 113px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	background: #296a46;
}

.bonus-action span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

.action-ic {
	display: block;
	position: relative;
	width: 39px;
	height: 39px;
}

.action-ic::after,
.action-ic::before {
	content: "";
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.action-ic::after {
	width: 100%;
	height: 3.68px;
}

.action-ic::before {
	width: 3.68px;
	height: 100%;
}

.bonus-img {
	width: 20.8%;
}

.bonus-img figure {
	height: 50%;
}

.bonus-img figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bonus-content {
	width: 55%;
	max-width: 495px;
	text-align: center;
	font-weight: bold;
	padding-top: min(8.5vw, 85px);
}

.bonus-title {
	font-size: min(4vw, 40px);
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: min(3vw, 18px);
	margin-bottom: 7px;
	border-bottom: 1px solid #296a46;
}

.bonus-desc {
	font-size: min(2vw, 20px);
	margin: 0 -0.5em;
}

@media (max-width:750px) {
	.bonus {
		margin-top: 80px;
	}

	.bonus-action {
		width: 60px;
		height: 60px;
		top: -30px;
	}

	.bonus-inner {
		/* min-height: 200px; */
		background-size: 100% 100%;
		filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 40%));
	}

	.bonus-content {
		padding: 40px 0 15px;
		width: 60%;
	}

	.bonus-img {
		width: 14%;
	}

	.bonus-title {
		font-size: 4.6VW;
	}

	.bonus-desc {
		font-size: 2.2vw;
	}

	.action-ic {
		width: 20px;
		height: 20px;
	}

	.action-ic::after {
		height: 2px;
	}

	.action-ic::before {
		width: 2px;
	}

	.bonus-action span {
		font-size: 12px;
	}
}

/* /// */
/*  */
.btn-sec {
	background: #296a46;
}

.list-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 75px 0;
	max-width: 1030px;
	margin: 0 auto
}

.list-btn .btn-sm {
	width: 48%;
}

.list-btn .btn-bg {
	width: 100%;
	margin: 35px 0 0;
	background: linear-gradient(90deg, #851628, #b01e31 50%, #851628 100%);
}

.list-btn .btn-link {
	font-weight: 600;
	letter-spacing: 0.11em;
	text-align: center;
	display: block;
	font-size: min(3vw, 29px);
	color: #fff;
	box-shadow: 4px 4px #333333;
	border-radius: 90px;
	border: 1px solid #fff;
	padding: 0.95em 0;
	position: relative;
	transition: all 0.3s;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

.list-btn .btn-or {
	background: linear-gradient(90deg, #cc7321, #e98428 50%, #cc7321 100%);
}

.list-btn .btn-blue {
	background: linear-gradient(90deg, #1197c4, #4e9fc6 50%, #1197c4 100%);
}

.list-btn .btn-link::after {
	position: absolute;
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(-45deg) translateY(-50%);
	right: 40px;
	top: 45%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
}

.list-btn .btn-link:hover {
	box-shadow: unset;
	transform: translate(3px, 3px);
}

@media (max-width:750px) {
	.list-btn {
		max-width: 360px;
		padding: 40px 0;
	}

	.list-btn .btn-sm {
		width: 100%;
		margin: 0 0 20px;
	}

	.list-btn .btn-link {
		font-size: 20px;
	}

	.list-btn .btn-link::after {
		right: 20px;
		top: 45%;
		padding: 6px;
	}

	.list-btn .btn-blue {
		margin: 0;
	}

}

/* // */
/* safely */
.safely .featuresMV {
	position: relative;
	height: min(100vw, 550px);
}

.safely .featuresMV-title {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}

.safely .featuresMV figure {
	height: 100%;
}

.safely .featuresMV img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.safely .box .tit {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
	position: relative;
}

.abs-subtitle {
	position: absolute;
	width: 328px;
	text-align: center;
	align-content: center;
	background: url(../img/campaign-2606/bg-title.svg) no-repeat center center / 100% 100%;
	padding: 25px 0 30px;
}

.abs-subtitle p {
	font-size: min(2vw, 21px) !important;
	color: #296a46;
	line-height: 1.5;
	font-weight: bold;
}

.safely .box01 .abs-subtitle {
	right: 20px;
}

.safely .box .tit h3 {
	font-size: min(7.5vw, 60px);
	/* font-weight: bold; */
	line-height: 1;
	color: #296a46;
	letter-spacing: 0.1em;
}

.safely .sm-tit {
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #296a46;
}

.safely .sm-tit::first-letter {
	color: #a2b99b;
}

.safely .box01 .inner-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.safely .box01 .inner-item .item-content {
	width: 46.7%;
	margin-top: -0.5em;
}

.safely .box01 .inner-item .item-content .txt {
	margin-bottom: 25px;
}

.safely .box01 .inner-item .item-content .txt:nth-child(3) {
	max-width: 460px;
}

.safely .box01 .inner-item .item-img {
	width: 46.7%;
	position: relative;
	height: fit-content;
}

.safely .box01 .inner-item .item-img .img-sm {
	position: absolute;
	right: 0;
	bottom: -20%;
}

.safely .box p {
	font-size: 16px;
}

.safely .box01 .center-txt {
	text-align: center;
	margin: 10px 0 0;
	font-size: 17px;
	padding-bottom: 16px;
	border-bottom: 1px solid #42210b;
	/* font-family: var(--font-diff); */
	font-weight: 600;
}

.safely .box.box01 {
	padding-top: 176px;
	background-image: url(../img/campaign-2606/safely-bg.jpg);
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

.safely .box {
	padding: 80px 0;
	border-bottom: 1px solid #42210b;
}

@media (max-width: 750px) {
	.safely .featuresMV-title {
		font-size: min(6vw, 25px);
	}

	.safely .box {
		padding: 40px 0;
	}

	.safely .box .tit {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.safely .box .tit h3 {
		font-size: min(9vw, 40px);
		width: 100%;
		margin-bottom: 10px;
	}

	.abs-subtitle {
		position: unset;
		width: min(60vw, 300px) !important;
		height: min(20vw, 150px) !important;
		padding: 0;
	}

	.abs-subtitle p {
		font-size: min(4vw, 18px) !important;
	}

	.safely .box.box01 {
		padding-top: 80px;
	}

	.safely .box01 .item01 .txt {
		width: 100%;
	}

	.safely .box01 .item01 .img {
		width: 100%;
		margin: 20px 0 0;
	}

	.safely .box01 .inner-item .item02 {
		width: 100%;
		margin: 0 0 20px;
	}

	.safely .box01 .inner-item .item {
		width: 100%;
	}

	.safely .box01 .inner-item .item-content {
		width: 100%;
	}

	.safely .box01 .inner-item .item-img {
		margin-top: 30px;
		width: 100%;
		max-width: 490px;
	}

	.safely .box01 .inner-item .item-img .img-sm {
		width: 50%;
		margin-right: -10px;
		text-align: right;
	}

	.safely .sm-tit {
		font-size: min(4.6vw, 25px);
		text-indent: -1em;
		margin-left: 1em;
		margin-bottom: 0;
	}

	.safely .box01 .inner-item .item03 .txt {
		width: 55%;
	}


	.safely .box01 .inner-item .item03 .img {
		/* width: fit-content; */
		margin: 20px 0 0 auto;
		width: 34%;
	}

	.safely .box01 .inner-item .item03 .img img {
		width: 100%;
	}

	.safely .box p {
		font-size: min(3.8vw, 20px);
	}

	.safely .box01 .inner-item .item-content .txt {
		margin-bottom: 10px;
	}

	.safely .box01 .center-txt {
		font-size: min(5vw, 16px);
		margin: min(20vw, 100px) 0 0;
		padding-bottom: 10px;
	}

	.safely .box01 .inner-item .item-content .txt:nth-child(3) {
		max-width: 100%;
	}
}

/* box02 */
.safely .box02 .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.safely .box02 .row02 .col-img {
	padding-top: 25px;
}

.safely .box02 .row:not(:last-child) {
	margin: 0 0 15px;
	position: relative;
}

.safely .box02 .abs-subtitle {
	width: min(30vw, 307px);
}

.safely .box02 .col-txt {
	width: 61%;
}

.safely .box02 .col-img {
	width: 35.4%;
}

.safely .box02 .col-img .cap {
	font-size: 10px;
	margin: 10px 0 0;
	text-indent: -1em;
	padding-left: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

.safely .box02 .box-bg {
	margin: 50px 0 0;
	background: #e1f1ea;
	padding: 40px 25px 30px;
	text-align: center;
}

.safely .box02 .box-bg h3 {
	font-size: min(2.8vw, 26px);
	font-weight: bold;
	margin: 0 0 16px;
	line-height: 1.3;
	color: #296a46;
}

.safely .box02 .box-bg p {
	font-size: 12px;
}

@media (max-width:750px) {
	.safely .box02 .col-txt {
		width: 100%;
	}

	.safely .box02 .col-img {
		width: 100%;
		margin: 20px 0 0;
	}

	.safely .box02 .box-bg {
		padding: 20px;
	}

	.safely .box02 .box-bg h3 {
		font-size: min(5.4vw, 20px);
		margin: 0 0 20px;
	}

	.safely .box02 .box-bg p {
		font-size: min(3.5vw, 16px);
	}
}

/* box03 */
.safely .box03 .abs-subtitle {
	height: 110px;
}

.safely .box03 .list-wood {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
	margin: 50px 0 0;
}

.safely .box03 .list-wood .wood-detail {
	width: 49%;
	display: flex;
	justify-content: space-between;
}

.safely .box03 .list-wood .wood-detail.wood-detail-revese {
	flex-direction: row-reverse;
}

.safely .box03 .list-wood .wood-detail.wood-detail-revese .tit-wood {
	flex-direction: row-reverse;
}

.safely .box03 .list-wood .wood-detail.wood-detail-revese .tit-wood .ic-wood {
	justify-content: flex-end;
}

.safely .box03 .list-wood .tit-wood .ic-wood.ic-wood-2item {
	justify-content: center;
}

.safely .box03 .list-wood .wood-detail.wood-detail-revese .tit-wood .ic-wood.ic-wood-2item {
	justify-content: center;
}

.safely .box03 .list-wood .wood-detail .wood-txt {
	width: 80%;
}

.safely .box03 .list-wood .wood-detail .wood-img {
	width: 16.5%;
}

.safely .box03 .list-wood .tit-wood {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 5px;
}

.safely .box03 .list-wood .tit-wood .ic-wood {
	width: 54%;
	display: flex;
	gap: 8px;
	color: #46978e;
	text-align: center;
}

.safely .box03 .list-wood .tit-wood .ic-wood p {
	font-size: 14px;
}

.safely .box03 .list-wood .tit-wood .name-wood {
	width: 43%;
	text-align: center;
}

.safely .box03 .list-wood .tit-wood .name-wood p {
	font-size: 19px;
	background: #296a46;
	color: #fff;
}

.safely .box03 .list-wood .tit-wood .name-wood h4 {
	font-size: min(3vw, 35px);
	line-height: 1;
	margin: 20px 0 0;
}

@media (max-width:1000px) {

	.safely .box03 .list-wood .tit-wood,
	.safely .box03 .list-wood .wood-detail.wood-detail-revese .tit-wood {
		flex-direction: column;
	}

	.safely .box03 .list-wood .tit-wood .name-wood {
		width: 100%;
		order: -1;
		margin: 0 0 20px;
	}

	.safely .box03 .list-wood .tit-wood .ic-wood {
		width: 100%;
		justify-content: center;
	}

	.safely .box03 .list-wood .wood-detail.wood-detail-revese .tit-wood .ic-wood {
		justify-content: center;
	}
}

@media (max-width:750px) {
	.safely .box03 .list-wood .wood-detail {
		width: 100%;
		flex-wrap: wrap;
	}

	.safely .box03 .list-wood {
		margin: 40px 0 0;
	}

	.safely .box03 .list-wood .wood-detail .wood-txt {
		width: 100%;
	}

	.safely .box03 .list-wood .tit-wood .ic-wood {
		width: 100%;
		justify-content: center;
	}

	.safely .box03 .list-wood .tit-wood .name-wood {
		width: 100%;
		margin: 0 0 20px;
		order: -1;
	}

	.safely .box03 .list-wood .tit-wood .name-wood h4 {
		font-size: min(6vw, 25px);
	}

	.safely .box03 .list-wood .wood-detail.wood-detail-revese .tit-wood .ic-wood {
		justify-content: center;
	}

	.safely .box03 .list-wood .wood-detail .wood-img {
		margin: 20px auto 0;
		width: 24%;
	}
}

/* box04 */
.safely .box04 {
	padding-bottom: 0;
	border-bottom: 0;
}

.safely .box04 .abs-subtitle {
	width: 284px;
}

.safely .box04 .list-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 20px;
	margin: 20px 0 0;
}

.safely .box04 .list-item .item {
	width: 48%;
}

.safely .box04 .list-item .item .tit-head {
	font-size: min(2.5vw, 25px);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #1a1a1a;
}

.safely .box04 .list-item .item .tit-item {
	background: #296a46;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: min(2.8vw, 28px);
	padding-top: 3px;
	margin: 0 0 20px;
}

.safely .box04 .list-item .item .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.safely .box04 .list-item .item .inner .txt {
	width: 65%;
	font-size: 16px;
	color: #000;
}

.safely .box04 .list-item .item .inner .img {
	width: 30%;
}

@media (max-width:750px) {
	.safely .box04 .list-item {
		margin: 40px 0 0;
	}

	.safely .box04 .list-item .item {
		width: 100%;
	}

	.safely .box04 .list-item .item .tit-head {
		font-size: min(4.5vw, 20px);
		margin: 0 0 5px;
	}

	.safely .box04 .list-item .item .tit-item {
		font-size: min(4.5vw, 20px);
	}

	.safely .box04 .list-item .item .inner .txt {
		font-size: min(3.5vw, 18px);
	}
}

/* // */
/* slider */
.slide-sec {
	margin: 125px 0;
}

.slide-sec .slick-initialized .slick-slide {
	padding: 0 40px;
}

.slide-sec .slick-arrow {
	width: 33px;
	height: 137px;
}

.slide-sec .slick-prev:hover,
.slide-sec .slick-next:hover {
	opacity: 0.8;
}

.slide-sec .slick-prev {
	background-image: url(../img/campaign-2606/btn_prev.png);
	left: calc(50% - 532px);
}

.slide-sec .slick-next {
	background-image: url(../img/campaign-2606/btn_next.png);
	right: calc(50% - 532px);
}

@media (min-width:751px) and (max-width:1080px) {
	.slide-sec .slick-initialized .slick-slide {
		width: 600px;
		padding: 0 10px;
	}

	.slide-sec .slick-arrow {
		width: 23px;
		height: 94px;
	}

	.slide-sec .slick-prev {
		left: 0;
	}

	.slide-sec .slick-next {
		right: 0;
	}

}

@media (max-width:750px) {
	.slide-sec {
		margin: 50px 0;
	}

	.slide-sec .slick-initialized .slick-slide {
		width: 400px;
		padding: 0 10px;
	}

	.slide-sec .slick-arrow {
		width: 23px;
		height: 94px;
	}

	.slide-sec .slick-prev {
		left: 0;
	}

	.slide-sec .slick-next {
		right: 0;
	}
}

/* // */
.house02 h3 {
	text-align: center;
	font-size: min(4vw, 40px);
	/* font-weight: bold; */
	color: #296a46;
}

.house02 .house02Txt {
	font-size: 22px;
	margin: 15px 0 60px;
	color: #296a46;
	text-align: center;
}

.house02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.house02 ul li {
	width: 32%;
	padding: 12px 20px 0;
	position: relative;
	margin-bottom: 40px;
}

.house02 ul li::before {
	content: '';
	width: 100%;
	height: 150px;
	background: #998675;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: height 0.75s ease-in-out;
}

.house02 ul li:hover:not(.coming)::before {
	height: calc(100% - 60px);
}

.house02 ul li:hover:not(.coming) p {
	color: #fff;
	transition-delay: 0.3s;
}

.house02 ul li a {
	position: relative;
	z-index: 2;
}

.house02 ul li h4 {
	font-size: min(3vw, 32px);
	/* font-weight: bold; */
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.house02 ul li p {
	margin-top: 10px;
	font-size: min(1.7vw, 16px);
	min-height: 120px;
}

.house02 ul li.coming a {
	pointer-events: none;
}

.house02 ul li.coming .btn-more-link img {
	display: none;
}

.house02 ul li:nth-child(2)::before {
	background: #5292AC;
}

.house02 ul li:nth-child(3)::before {
	background: #92B060;
}

.house02 ul li:nth-child(4)::before {
	background: #799C7B;
}

.house02 ul li:nth-child(5)::before {
	background: #CD8984;
}

.house02 ul li:nth-child(6)::before {
	background: #A67C52;
}

@media (max-width:750px) {
	.house02 h3 {
		font-size: min(6vw, 30px);
		line-height: 1.5;
	}

	.house02 .house02Txt {
		margin: 20px 0;
		font-size: min(3.5vw, 18px);
	}

	.house02 ul li {
		width: 48%;
		padding: 10px 10px 0;
		margin-bottom: 30px;
	}


	.house02 ul li::before {
		height: 22vw;
	}

	.house02 ul li h4 {
		font-size: min(4.5vw, 25px);
	}

	.house02 ul li p {
		font-size: min(3vw, 16px);
		min-height: min(26vw, 140px);
	}
}

.btn-more-link {
	margin: 20px -20px 0;
	text-align: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 13px 0;
}

.house02 ul li .btn-more-link {
	background: #998675;
}

.house02 ul li:nth-child(2) .btn-more-link {
	background: #5292AC;
}

.house02 ul li:nth-child(3) .btn-more-link {
	background: #92B060;
}

.house02 ul li:nth-child(4) .btn-more-link {
	background: #799C7B;
}

.house02 ul li:nth-child(5) .btn-more-link {
	background: #CD8984;
}

.house02 ul li:nth-child(6) .btn-more-link {
	background: #A67C52;
}

@media (max-width:750px) {
	.btn-more-link img {
		width: 1em;
		height: 1em;
	}

	.btn-more-link {
		margin: 5px -10px 0;
		font-size: min(3.5vw, 18px);
		padding: 10px 0;
		line-height: 1;
	}

	.house02 ul li:hover:not(.coming)::before {
		height: calc(100% - 30px);
	}
}

/* // */
.vol-sec {
	margin: 70px 0 140px;
}

.vol-sec_title {
	font-size: min(2.2vw, 22px);
	/* font-weight: bold; */
	text-align: center;
}

.vol-sec_title span {
	display: block;
	font-size: 1.59em;
	line-height: 1.3;
	margin-top: 8px;
}

.vol-sec .benefit-list {
	max-width: 1024px;
	margin: 50px auto 0;
}

@media (max-width:750px) {
	.vol-sec {
		margin: 40px 0;
	}

	.vol-sec_title {
		font-size: min(4vw, 18px);
	}

	.vol-sec .benefit-list {
		max-width: 450px;
	}
}

/* // */

.box-map {
	padding: 115px 0;
	background: url('../img/campaign-2606/bg-map.jpg')no-repeat center center/cover;

}

.box-map .inner-map {
	max-width: 1132px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.box-map .inner-map .txt-map {
	width: 75%;
	color: #fff;
	text-align: center;
}

.box-map .inner-map .img-map {
	width: 35%;
	position: absolute;
	top: 0;
	right: 0;
}

.box-map .inner-map .txt-map h4 {
	font-size: min(3vw, 39px);
	margin: 0 0 40px;
	/* font-weight: bold; */
	/* letter-spacing: 0.1em; */
}

.box-map .inner-map .txt-map p {
	font-size: 16px;
}

.box-map .box-bg {
	max-width: 1100px;
	width: calc(100% - 40px);
	color: #296a46;
	padding: 40px 40px 25px 40px;
	margin: 120px auto 0;
	position: relative;
}

.box-map .box-bg::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .85);
	z-index: 1;
}

.box-map .box-bg .inner-bg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.box-map .box-bg .inner-bg .bg-txt {
	width: 53%;
}

.box-map .box-bg .inner-bg .bg-img {
	width: 44%;
	position: relative;
}

.box-map .box-bg .inner-bg .img-abs {
	position: absolute;
	top: -4em;
	right: -1em;
	width: 32.59%;
}

.box-map .box-bg .inner-bg .bg-txt h4 {
	font-size: 25px;
	text-align: center;
	padding: 0 0 20px;
	border-bottom: 2px solid #296a46;
	margin: 0 0 4px;
}

.box-map .box-bg .inner-bg .bg-txt h3 {
	font-size: min(5vw, 62px);
	font-weight: 500;
	text-align: center;
	border-top: 1px solid #296a46;
	border-bottom: 1px solid #296a46;
}

.box-map .box-bg .inner-bg .bg-txt h3 span {
	font-size: 0.53em;
}

.box-map .box-bg .inner-bg .bg-txt p {
	font-size: 22px;
	padding: 20px 0 0;
	margin: 4px 0 0;
	border-top: 2px solid #296a46;
}

@media (max-width:750px) {
	.box-map {
		background-size: cover;
		padding: 60px 0;
	}

	.box-map .inner-map .txt-map h4 {
		font-size: min(5.8vw, 25px);
	}

	.box-map .inner-map .txt-map {
		width: 100%;
	}

	.box-map .inner-map .txt-map p {
		font-size: min(3.5vw, 16px);
	}

	.box-map .inner-map .img-map {
		width: 100%;
		position: unset;
		margin: 20px 0 0;
		text-align: center;
	}

	.box-map .box-bg {
		padding: 20px;
		margin: 50px auto 0;
	}

	.box-map .box-bg .inner-bg .bg-txt h4 {
		font-size: min(4vw, 25px);
		line-height: 1.3;
	}

	.box-map .box-bg .inner-bg .bg-txt h3 {
		font-size: min(6vw, 40px)
	}

	.box-map .box-bg .inner-bg .bg-txt p {
		font-size: min(3.5vw, 18px);
	}

	.box-map .box-bg .inner-bg .bg-txt {
		width: 100%;
	}

	.box-map .box-bg .inner-bg .bg-img {
		width: fit-content;
		margin: 60px auto 0;
	}

	.box-map .box-bg .inner-bg .img-abs {
		width: 100px;
	}
}

/* // */
/* in-house */
.in-house {
	padding: 70px 0 100px;
	background: #e1f1ea;
}

.in-house .tit-in-house {
	text-align: center;
	color: #296a46;
	font-size: 28px;
	margin: 0 0 40px;
}

.in-house .list-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 30px;
}

.in-house .list-item .item {
	width: 49%;
	color: #fff;
	background: url("../img/campaign-2606/bg-green.svg") no-repeat center center /100% 100%;
	height: 135px;
	text-align: center;
	align-content: center;
	padding: 6px 0 0;
}

.in-house .list-item .item p {
	font-size: min(2vw, 21px);
}

.in-house .list-item .item h4 {
	font-size: min(3.5vw, 30px);
	font-weight: 500;
	letter-spacing: 0.03em;
}

@media (max-width:750px) {
	.in-house {
		padding: 60px 0;
	}

	.in-house .tit-in-house {
		font-size: min(4vw, 25px);
		margin: 0 0 20px;
	}

	.in-house .list-item .item p {
		font-size: min(3.5vw, 18px);
	}

	.in-house .list-item .item h4 {
		font-size: min(6vw, 25px);
	}

	.in-house .list-item .item {
		width: 100%;
		height: min(24vw, 120px);
	}
}

/* /// */

.fBnr-btn img {
	pointer-events: none;
}

.fBnr-item {
	position: fixed;
	bottom: min(21vw, 200px);
	right: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	/* border: 1px solid #fff; */
	transition: all 0.4s linear;
	z-index: 101;
}

.fBnr-item02 {
	bottom: 0;
}

.fBnr-item02 .fBnr-btn {
	background: #1c8fb8;
}

.fBnr-item02 .fBnr-btn::after {
	background-image: url(../img/campaign-2606/ic-floating-blue.svg);
}

.fBnr-content {
	width: 0;
	max-width: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: width 0.35s ease, max-width 0.35s ease, opacity 0.25s ease;
}

.fBnr-item.is-show .fBnr-content {
	width: min(23vw, 263px);
	max-width: min(23vw, 263px);
	opacity: 1;
	visibility: visible;
}

.fBnr-content img {
	height: min(20vw, 224px);
	width: 100%;
	opacity: 0;
	visibility: visible;
	transition: all 0.2s linear;
}

.fBnr-btn {
	width: min(6.4vw, 50px);
	height: min(20vw, 160px);
	background: #c47124;
	padding: 15px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	font-size: min(2.5vw, 20px);
	gap: 12px;
}

.fBnr-btn span {
	color: #fff;
	writing-mode: vertical-rl;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

.fBnr-item.is-show {
	transform: translateX(0);
}

.fBnr-item.is-show .fBnr-btn::after {
	transform: rotate(175deg);
}

.fBnr-item.is-show .fBnr-content img {
	width: auto;
	width: 100%;
	opacity: 1;
}

.fBnr-btn img {
	pointer-events: none;
}

.fBnr-btn::after {
	background-image: url(../img/campaign-2606/ic-floating-or.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	content: "";
	display: block;
	transition: all .3s linear;
}

.fBnr-btn img {
	display: block;
	width: 100%;
	pointer-events: none;
}

.fBnr-item a {
	transition: all .3s linear;
}

.fBnr-item a:hover {
	opacity: .8;
}

@media screen and (max-width:750px) {
	.fBnr-item.is-show .fBnr-content {
		width: min(55vw, 170px);
		max-width: min(55vw, 170px);
	}

	.fBnr-content img {
		height: 150px;
	}

	.fBnr-item {
		bottom: calc(13vw + 160px);
	}

	.fBnr-btn {
		width: 40px;
		height: 150px;
		font-size: 16px;
		padding: unset;
	}

	.fBnr-item02 {
		bottom: 13vw;
	}
}


/*animate*/
.fade {
	opacity: 0;
	filter: blur(0px);
}

.fade_fadeIn {
	opacity: 1;
	transition: 0.5s ease-in-out;
	filter: blur(0px);
}

.top_to_bottom {
	transform: translate3d(0, -50px, 0);
	opacity: 0;
}

.top_to_bottom_fadeIn {
	transform: translate3d(0, 0, 0);
	transition: 0.5s ease-in-out;
	opacity: 1;
}

.bottom_to_top {
	transform: translate3d(0, 50px, 0);
	opacity: 0;
}

.bottom_to_top_fadeIn {
	transform: translate3d(0, 0, 0);
	transition: 0.5s ease-in-out;
	opacity: 1;
}

.left_to_right {
	transform: translate3d(-50px, 0, 0);
	opacity: 0;
	filter: blur(0px);
}

.left_to_right_fadeIn {
	transform: translate3d(0, 0, 0);
	transition: 0.5s ease-in-out;
	opacity: 1;
	filter: blur(0px);
}

.right_to_left {
	transform: translate3d(50px, 0, 0);
	opacity: 0;
}

.right_to_left_fadeIn {
	transform: translate3d(0, 0, 0);
	transition: 0.5s ease-in-out;
	opacity: 1;
}

.zoom {
	transform: scale(.8);
	opacity: 0;
}

.zoom_fadeIn {
	transform: scale(1);
	transition: .5s ease-out;
	opacity: 1;
}

.fadeIn2 {
	filter: blur(0);
}