@charset "utf-8";

/**********************************

 general

***********************************/
html {
	font-size: 10px;
}

@font-face {
	font-family: "corporate-logo-ver2";
	src: url("../fonts/Corporate-Logo-Rounded.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.corporate-logo {
	font-family: "corporate-logo-ver2", sans-serif;
}

@media screen and (max-width:1000px){
	html {
		font-size: 1vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 1vw;
	}
}

/**********************************

 parts

***********************************/
.define_inner {
	width: 100rem;
}

.define_wrap {
	padding-left: 3%;
	padding-right: 3%;
}

@media screen and (max-width:767px){
	.define_wrap {
		padding-left: 4%;
		padding-right: 4%;
	}
}

/**********************************

 .l-wrap

***********************************/
.l-wrap {
	background: #fff;
}

/**********************************

 l-header

***********************************/
.l-header {

}

.l-header__inner {
	/*height: 163px;*/
}

@media screen and (max-width:1499px){

}

@media screen and (max-width:767px){

}

/**********************************

 l-footer

***********************************/
.l-footer .define_inner {
	width: 930px;
}

@media screen and (max-width:767px){

	/*.l-footer__bottom {*/
		/*padding-bottom: 25px;*/
	/*}*/
}


/**********************************

 p-hero

***********************************/
.p-hero {
	background: url(../images/hero_bg01.jpg) repeat center / cover;
	overflow: hidden;
}

/* WebP 対応ブラウザの場合 */
@supports (background-image: url("../images/hero_bg01.webp")) {
	.element {
		background-image: url(../images/hero_bg01.webp);
	}
}

.p-hero__inner {
	padding-top: 68.5rem;
	padding-bottom: 4.5rem;
	position: relative;
	z-index: 1;
}

.p-hero__bg01 {
	width: 192rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-hero__bg01 img {
	width: 100%;
	max-width: none;
}

.p-hero__ttl01 {
	width: 78.8rem;
	margin-top: 4.5rem;
	margin-left: 1.3rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-hero__ttl01.aos-animate {
	/*opacity: 0;*/
}

.p-hero__ttl01 img {
	opacity: 0;
}

.p-hero__ttl01.aos-animate img {
	display: block;
	/*opacity: 1;*/
	animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-delay: 250ms;
	animation-fill-mode: forwards;
}

.p-hero__pic01 {
	width: 75.6rem;
	margin-left: 1.5rem;
	position: absolute;
	top: 37.5rem;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-hero__pic01.aos-animate {
}

.p-hero__pic01 img {
	opacity: 0;
}

.p-hero__pic01.aos-animate img {
	display: block;
	/*opacity: 1;*/
	animation-name: zoomInUp2;
	animation-duration: 1.5s;
	animation-delay: 350ms;
	animation-fill-mode: forwards;
}

@keyframes zoomInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,90rem,0);
		transform: scale3d(.1,.1,.1) translate3d(0,90rem,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-6rem,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-6rem,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}

	100% {
		opacity: 1;
	}
}

.p-hero__content {
	width: 90.8rem;
	max-width: 100%;
	padding: 7rem 5.5rem 5rem;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 1.5rem;
	position: relative;
	z-index: 2;
}

.p-hero__content-ttl {
	width: 78.2rem;
	margin: 0 auto;
}

.p-hero__content-txt01 {
	padding-top: .25em;
	margin-top: 1.5rem;
	color: #231815;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.04347826;
	letter-spacing: -.02em;
	background: url(../images/hero_line01.png) repeat center top / .6rem 4.7rem;
}

.p-hero__content-txt01 .red {
	color: #e73656;
}

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

	.p-hero__inner {
		padding-top: 35.677vw;
		padding-bottom: 2.344vw;
	}

	.p-hero__bg01 {
		width: 100vw;
	}

	.p-hero__ttl01 {
		width: 86.8rem;
		margin-top: 4.5rem;
		margin-left: 1.3rem;
	}

	.p-hero__pic01 {
		width: 39.375vw;
		margin-left: 0.781vw;
		top: 19.531vw;
	}

	.p-hero__content {
		width: 47.292vw;
		padding: 3.646vw 2.865vw 2.604vw;
		border-radius: 0.781vw;
	}

	.p-hero__content-ttl {
		width: 40.729vw;
	}

	.p-hero__content-txt01 {
		padding-top: .25em;
		margin-top: 0.781vw;
		font-size: 1.198vw;
		background: url(../images/hero_line01.png) repeat center top / 0.3125vw 2.44791667vw;
	}


}

@media screen and (max-width:767px){

	.p-hero__inner {
		padding-top: 75.5rem;
		padding-bottom: 4.5rem;
	}

	.p-hero__inner:before {
		content: "";
		display: block;
		width: calc(100% + 2px);
		height: calc(100% - 100rem);
		background: url(../images/hero_bg03.jpg) repeat center top / cover;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	/* WebP 対応ブラウザの場合 */
	@supports (background-image: url("../images/hero_bg03.webp")) {
		.p-hero__inner:before {
			background-image: url(../images/hero_bg03.webp);
		}
	}

	.p-hero__bg01 {
		width: 210rem;
	}

	.p-hero__pic01 {
		width: 75.6rem;
		margin-left: 2rem;
		top: 42rem;
	}

	.p-hero__content {
		padding: 6rem 5.5rem 5rem;
	}

	.p-hero__content-ttl {
		width: auto;
	}

	.p-hero__content-txt01 {
		padding-top: .2em;
		padding-bottom: .5em;
		margin-top: 1.5rem;
		font-size: 3.2rem;
		line-height: 2.08;
		letter-spacing: -.03em;
		background: url(../images/hero_line01.png) repeat center top / .8rem 6.6rem;
	}
}


/**********************************

 p-sponsor

***********************************/
.p-sponsor {
	background: #fff;
}

.p-sponsor__inner {
	padding: 6.5rem 0 5rem;
}

.p-sponsor__content {
	width: 85rem;
	max-width: 100%;
	margin: 0 auto;
}

.p-sponsor__content-sec {
	display: flex;
	align-items: center;
	margin-top: 4.5rem;
}

.p-sponsor__content-sec:first-child {
	margin-top: 0;
}

.p-sponsor__content-sec-ttl {
	width: 24.6rem;
	margin-right: 2.5rem;
	color: #727171;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.4;
	border: .1rem solid #727171;
}

.p-sponsor__content-sec ul {
	display: flex;
	align-items: center;
	gap: 0 4.5rem;
}

.p-sponsor__content-sec ul li {

}

.p-sponsor__content-sec ul li.logo01 {
	width: 33.5rem;
}

.p-sponsor__content-sec ul li.logo02 {
	width: 19.6rem;
}

.p-sponsor__content-sec ul li.logo03 {
	width: 22.5rem;
}

.p-sponsor__content-sec ul li.logo04 {
	width: 18.3rem;
}

@media screen and (max-width:1499px){

}

@media screen and (max-width:767px){

}


/**********************************

 p-mall

***********************************/
.p-mall {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65bf9f+0,6bc8f2+100 */
	background: linear-gradient(to bottom,  rgba(101,191,159,1) 0%,rgba(107,200,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.p-mall__inner {
	padding: 3rem 0;
}

.p-mall__content {
	width: 94rem;
	max-width: 100%;
	padding: 9rem 7rem 13rem;
	margin: 0 auto;
	background: #fffeee;
	border-radius: 1rem;
}

.p-mall__content-ttl {
	color: #e73656;
	font-size: 7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	letter-spacing: normal;
}

.p-mall__content-ttl .marker {
	display: inline-block;
	background: linear-gradient(transparent 80%, #fff100 80%);
}

.p-mall__content-desc {
	margin-top: 2rem;
	color: #e73656;
	font-size: 2.76rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .06em;
}

.p-mall__list {
	margin-top: 5.5rem;
}

.p-mall__list-sec {
	margin-top: 3rem;
}

.p-mall__list-sec:first-child {
	margin-top: 0;
}

.p-mall__list-sec-ttl {
	padding: .5rem;
	color: #65bf9f;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .14em;
	background: #fff;
	box-shadow: .4rem .4rem .3rem rgba(244,222,37,.3);
	border-radius: 20rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-ttl:hover {
	background: rgba(101,191,159,.15);
	/*background: rgba(101,191,159,.05);*/
}

.p-mall__list-sec-ttl .map {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-mall__list-sec-ttl .map01 {
	width: 5.8rem;
	margin-top: -.3rem;
	left: 5.8rem;
}

.p-mall__list-sec-ttl .map02 {
	width: 6.9rem;
	left: 5rem;
}

.p-mall__list-sec-ttl .map03 {
	width: 6.8rem;
	left: 4.8rem;
}

.p-mall__list-sec-ttl .map04 {
	width: 6.2rem;
	left: 4rem;
}

.p-mall__list-sec-ttl .map05 {
	width: 7.7rem;
	left: 2.5rem;
}

.p-mall__list-sec-ttl .map06 {
	width: 7.6rem;
	left: 2.8rem;
}

.p-mall__list-sec-ttl .inner {
	display: block;
	padding: 1.6rem 0;
	text-align: center;
	border: .3rem solid #65bf9f;
	border-radius: 20rem;
}

.p-mall__list-sec-ttl .icon {
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	background: #65bf9f;
	border: .3rem solid #65bf9f;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-ttl.is-active .icon {
	background: #fff;
}

.p-mall__list-sec-ttl .icon:before {
	content: "";
	display: block;
	width: 2.2rem;
	height: .25rem;
	background: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-ttl.is-active .icon:before {
	background: #65bf9f;
}

.p-mall__list-sec-ttl .icon:after {
	content: "";
	display: block;
	width: .25rem;
	height: 2.2rem;
	background: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-ttl.is-active .icon:after {
	margin-top: -2rem;
	background: #65bf9f;
	opacity: 0;
}

.p-mall__list-sec-body {
	display: none;
}

.p-mall__list-sec-body-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4rem 2.9rem;
	padding-top: 1rem;
}

.p-mall__list-sec-body-inner-wrap {
	width: calc(100%/2 - 1.5rem);
	flex: 0 1 calc(100%/2 - 1.5rem);
}

.p-mall__list-sec-body-sec {
	margin-top: 3rem;
}

.p-mall__list-sec-body-sec-ttl {
	padding: .5rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .22em;
	background: #65bf9f;
	box-shadow: .4rem .4rem .3rem rgba(244,222,37,.3);
	border-radius: 20rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-body-sec-ttl:hover {
	background: rgba(101,191,159,.75);
}

.p-mall__list-sec-body-sec-ttl .inner {
	display: block;
	padding: 1.2rem 0;
	text-align: center;
	border: .3rem solid #fff;
	border-radius: 20rem;
}

.p-mall__list-sec-body-sec-ttl .icon {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	background: #fff;
	/*border: .3rem solid #65bf9f;*/
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-body-sec-ttl.is-active .icon {
	background: #fff;
}

.p-mall__list-sec-body-sec-ttl .icon:before {
	content: "";
	display: block;
	width: 1.4rem;
	height: .2rem;
	background: #65bf9f;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-body-sec-ttl.is-active .icon:before {
	background: #65bf9f;
}

.p-mall__list-sec-body-sec-ttl .icon:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.4rem;
	background: #65bf9f;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-body-sec-ttl.is-active .icon:after {
	margin-top: -1.5rem;
	background: #65bf9f;
	opacity: 0;
}

.p-mall__list-sec-body-sec-list {
	display: none;
}

.p-mall__list-sec-body-sec-list-inner {
	padding: 0 .9rem;
	margin-top: 3rem;
	background: #fff;
	border: .2rem solid #bee0d0;
	border-radius: 1rem;
}

.p-mall__list-sec-body-sec-list-item {
	border-top: .2rem solid #bee0d0;
}

.p-mall__list-sec-body-sec-list-item:first-child {
	border-top: none;
}

.p-mall__list-sec-body-sec-list-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	min-height: 5.6rem;
	padding: 1.5rem 4.4rem 1.5rem 1.4rem;
	margin: 0 -.9rem;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__list-sec-body-sec-list-item a:hover {
	background: rgba(101,191,159,.15);
}

.p-mall__list-sec-body-sec-list-item a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/icon_blank01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 1.65rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-mall__list-sec-body-sec-list-item a:hover:before {
	/*background-image: url(../images/icon_blank01_w.png);*/
}

.p-mall__list-sec-body-sec-list-item .name {
	padding-right: 1em;
	color: #65bf9f;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.3;
}

.p-mall__list-sec-body-sec-list-item .name.ls-s01 {
	margin-right: -15rem;
	white-space: nowrap;
	letter-spacing: -.02em;
	transform: scale(.8, 1);
	-webkit-transform: scale(.8, 1);
	transform-origin: left center;
}

.p-mall__list-sec-body-sec-list-item .date {
	color: #65bf9f;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.3;
}

.p-mall__list-sec-body-sec-list-item .note01 {
	width: 100%;
	margin-top: .3em;
	margin-bottom: -.3em;
	color: #65bf9f;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.3;
}

@media screen and (max-width:1499px){

}

@media screen and (max-width:767px){

	.p-mall__content-ttl {
		font-size: 8rem;
	}

	.p-mall__content-desc {
		font-size: 3.2rem;
	}

	.p-mall__list {
		margin-top: 6rem;
	}

	.p-mall__list-sec {
		margin-top: 4.5rem;
	}

	.p-mall__list-sec-ttl {
		padding: .6rem;
		font-size: 4.8rem;
		box-shadow: .4rem .4rem .3rem rgba(244,222,37,.3);
	}

	.p-mall__list-sec-ttl .inner {
		padding: 1rem 0;
	}

	.p-mall__list-sec-ttl .icon {
		width: 4.8rem;
		height: 4.8rem;
		border: .3rem solid #65bf9f;
		right: 3rem;
	}

	.p-mall__list-sec-ttl .icon:before {
		width: 2.6rem;
		height: .3rem;
	}

	.p-mall__list-sec-ttl .icon:after {
		width: .3rem;
		height: 2.6rem;
	}

	.p-mall__list-sec-ttl.is-active .icon:after {
		margin-top: -2rem;
	}

	.p-mall__list-sec-body {
		width: 100%;
	}

	.p-mall__list-sec-body-inner {
		display: flex;
		justify-content: normal;
		align-items: normal;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
		width: 100%;
		padding-top: 1rem;
	}

	.p-mall__list-sec-body-inner-wrap {
		display: contents;
		width: auto;
		flex: none;
	}

	.p-mall__list-sec-body-sec {
		width: 100%;
		margin-top: 4.5rem;
	}

	/*北海道・東北エリア*/
	.p-mall__list-sec-body-sec[data-order="1"] { order: 1; }
	.p-mall__list-sec-body-sec[data-order="2"] { order: 2; }
	.p-mall__list-sec-body-sec[data-order="3"] { order: 3; }
	.p-mall__list-sec-body-sec[data-order="4"] { order: 4; }
	.p-mall__list-sec-body-sec[data-order="5"] { order: 5; }
	.p-mall__list-sec-body-sec[data-order="6"] { order: 6; }
	.p-mall__list-sec-body-sec[data-order="7"] { order: 7; }
	/*関東エリア*/
	.p-mall__list-sec-body-sec[data-order="8"] { order: 8; }
	.p-mall__list-sec-body-sec[data-order="9"] { order: 9; }
	.p-mall__list-sec-body-sec[data-order="10"] { order: 10; }
	.p-mall__list-sec-body-sec[data-order="11"] { order: 11; }
	.p-mall__list-sec-body-sec[data-order="12"] { order: 12; }
	.p-mall__list-sec-body-sec[data-order="13"] { order: 13; }
	.p-mall__list-sec-body-sec[data-order="14"] { order: 14; }
	/*中部エリア*/
	.p-mall__list-sec-body-sec[data-order="15"] { order: 15; }
	.p-mall__list-sec-body-sec[data-order="16"] { order: 16; }
	.p-mall__list-sec-body-sec[data-order="17"] { order: 17; }
	.p-mall__list-sec-body-sec[data-order="18"] { order: 18; }
	.p-mall__list-sec-body-sec[data-order="19"] { order: 19; }
	.p-mall__list-sec-body-sec[data-order="20"] { order: 20; }
	.p-mall__list-sec-body-sec[data-order="21"] { order: 21; }
	.p-mall__list-sec-body-sec[data-order="22"] { order: 22; }
	/*近畿エリア*/
	.p-mall__list-sec-body-sec[data-order="23"] { order: 23; }
	.p-mall__list-sec-body-sec[data-order="24"] { order: 24; }
	.p-mall__list-sec-body-sec[data-order="25"] { order: 25; }
	.p-mall__list-sec-body-sec[data-order="26"] { order: 26; }
	.p-mall__list-sec-body-sec[data-order="27"] { order: 27; }
	.p-mall__list-sec-body-sec[data-order="28"] { order: 28; }
	.p-mall__list-sec-body-sec[data-order="29"] { order: 29; }
	.p-mall__list-sec-body-sec[data-order="30"] { order: 30; }
	.p-mall__list-sec-body-sec[data-order="31"] { order: 31; }
	/*中国・四国エリア*/
	.p-mall__list-sec-body-sec[data-order="32"] { order: 32; }
	.p-mall__list-sec-body-sec[data-order="33"] { order: 33; }
	.p-mall__list-sec-body-sec[data-order="34"] { order: 34; }
	.p-mall__list-sec-body-sec[data-order="35"] { order: 35; }
	.p-mall__list-sec-body-sec[data-order="36"] { order: 36; }
	.p-mall__list-sec-body-sec[data-order="37"] { order: 37; }
	.p-mall__list-sec-body-sec[data-order="38"] { order: 38; }
	/*九州エリア*/
	.p-mall__list-sec-body-sec[data-order="39"] { order: 39; }
	.p-mall__list-sec-body-sec[data-order="40"] { order: 40; }
	.p-mall__list-sec-body-sec[data-order="41"] { order: 41; }
	.p-mall__list-sec-body-sec[data-order="42"] { order: 42; }
	.p-mall__list-sec-body-sec[data-order="43"] { order: 43; }
	.p-mall__list-sec-body-sec[data-order="44"] { order: 44; }
	.p-mall__list-sec-body-sec[data-order="45"] { order: 45; }
	.p-mall__list-sec-body-sec[data-order="46"] { order: 46; }
	.p-mall__list-sec-body-sec[data-order="47"] { order: 47; }

	.p-mall__list-sec-body-sec-ttl {
		padding: .6rem;
		font-size: 4.2rem;
	}

	.p-mall__list-sec-body-sec-ttl .inner {
		padding: 1.2rem 0;
	}

	.p-mall__list-sec-body-sec-ttl .icon {
		width: 3.6rem;
		height: 3.6rem;
	}

	.p-mall__list-sec-body-sec-ttl .icon:before {
		width: 2.2rem;
		height: .3rem;
	}

	.p-mall__list-sec-body-sec-ttl .icon:after {
		width: .3rem;
		height: 2.2rem;
	}

	.p-mall__list-sec-body-sec-ttl.is-active .icon:after {
		margin-top: -1.5rem;
	}

	.p-mall__list-sec-body-sec-list {

	}

	.p-mall__list-sec-body-sec-list-inner {
		padding: 0 2.5rem;
		margin-top: 3rem;
		border: .2rem solid #bee0d0;
		border-radius: 1rem;
	}

	.p-mall__list-sec-body-sec-list-item a {
		min-height: 10rem;
		padding: 2.5rem 9.5rem 2.5rem 4rem;
		margin: 0 -3rem;
	}

	.p-mall__list-sec-body-sec-list-item a:before {
		width: 3.6rem;
		height: 3.6rem;
		right: 4rem;
	}

	.p-mall__list-sec-body-sec-list-item .name {
		padding-right: 1em;
		font-size: 3.6rem;
	}

	.p-mall__list-sec-ttl .map01 {
		margin-top: 0;
	}

	.p-mall__list-sec-body-sec-list-item .date {
		font-size: 3.6rem;
	}

	.p-mall__list-sec-body-sec-list-item .note01 {
		margin-top: .5em;
		margin-bottom: -.3em;
		font-size: 2.4rem;
	}
}


/**********************************

 p-products

***********************************/
.p-products {
	background: #65bf9f;
}

.p-products__inner {
	padding: 7.5rem 0 8rem;
}

.p-products__list {
	width: 90rem;
	max-width: 100%;
	margin: 0 auto;
}

.p-products__list-sec {
	padding: 3.5rem 0 4.5rem 4rem;
	margin-top: 5rem;
	background: #fff;
	border-radius: 1.2rem;
}

.p-products__list-sec:first-child {
	margin-top: 0;
}

.p-products__list-sec-sponsor {
	display: flex;
	align-items: center;
}

.p-products__list-sec-sponsor dt {
	width: 12rem;
	padding: .3rem 0;
	margin-right: 3rem;
	color: #727171;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.4;
	border: .1rem solid #727171;
}

.p-products__list-sec-sponsor dd {

}

.p-products__list-sec-sponsor dd.logo01 {
	width: 30rem;
}

.p-products__list-sec-sponsor dd.logo02 {
	width: 20.4rem;
}

.p-products__list-sec-body {
	display: flex;
	justify-content: space-between;
}

.p-products__list-sec-body.flex-end {
	align-items: flex-end;
}

.p-products__list-sec-body-content {
	flex: 1;
	margin-top: 3rem;
	margin-right: -5rem;
	position: relative;
	z-index: 2;
}

.p-products__list-sec-body-content .ttl {
	color: #727171;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: .06em;
	line-height: 1.5;
	white-space: nowrap;
}

.p-products__list-sec-body-content .txt01 {
	margin-top: 1.5rem;
	color: #727171;
	font-size: 3.1rem;
	font-weight: 500;
	letter-spacing: .12em;
	line-height: 1.22580645;
	white-space: nowrap;
}

.p-products__list-sec-body-content .btn {
	margin-top: 3rem;
	font-size: 2.9rem;
	font-weight: bold;
	letter-spacing: .12em;
}

.p-products__list-sec-body-content .btn a {
	display: block;
	width: 34rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #65bf9f;
	border: .3rem solid #65bf9f;
	border-radius: .5rem;
}

@media (hover: hover) {

	.p-products__list-sec-body-content .btn a {
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.p-products__list-sec-body-content .btn a:hover {
		color: #65bf9f;
		background: #fff;
	}
}

.p-products__list-sec-body-pic {

}

.p-products__list-sec-body-pic.pic01 {
	width: 35.5rem;
	margin-top: 2rem;
	margin-bottom: -1.5rem;
	margin-right: 6rem;
}

.p-products__list-sec-body-pic.pic02 {
	width: 41.2rem;
	margin-right: 3.5rem;
}

@media screen and (max-width:1499px){

}

@media screen and (max-width:767px){

}


/**********************************

 xxx

***********************************/


@media screen and (max-width:1499px){

}

@media screen and (max-width:767px){

}

