@charset "UTF-8";

/* 全般  */

.wrap_offcanvas {
	padding-bottom: 0;
}

.alt {
	display: none;
}

.fluid-image {
	max-width: 100%;
	height: auto;
}

.pc-hide{
	display: none !important;
}

.sp-hide{
	display: block !important;
}

@media screen and (max-width: 767px) {
	.sp-hide{
		display: none !important;
	}

	.pc-hide{
		display: block !important;
	}
}

/* 語句ごとの改行区切り */

.p {
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	color: inherit;
}

/* 改行調整 */

@media screen and (min-width: 768px) {
	.br-pc {
		display: inline;
	}
}

@media screen and (max-width: 767px) {
	.br-pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.br-sp {
		display: inline;
	}
}

/* 文字詰め調整 */

.top-lead,
.contents-item__text,
.contents-item__text-lead,
.contents-item__update-text,
.contents-item__subtitle,
.nav__item-set__text,
.shoplist__type,
.shoplist__type-inner1,
.shoplist__type-inner2,
.shoplist__date,
.shoplist__icon,
.shoplist__category,
.shoplist__gyotai,
.shoplist__title,
.shoplist__text,
.shoplist__note,
.shoplist__zone,
.shoplist__shoplink,
.tokutenlist__title,
.tokutenlist__text,
.tokutenlist__note {
	font-feature-settings: "palt";
}

.top-lead,
.contents-item__text-lead,
.contents-item__update-text,
.contents-item__subtitle,
.shoplist__type,
.shoplist__type-inner1,
.shoplist__type-inner2,
.shoplist__icon,
.shoplist__category,
.shoplist__gyotai,
.shoplist__title,
.shoplist__text,
.shoplist__note,
.shoplist__zone,
.shoplist__shoplink,
.tokutenlist__title,
.tokutenlist__text,
.tokutenlist__note {
	letter-spacing: 0em;
}

.shoplist__date {
	letter-spacing: 0.03em;
}

.contents-item__text,
.nav__item-set__text {
	letter-spacing: 0.05em;
}

.contents-item__text,
.shoplist__text,
.shoplist__note,
.tokutenlist__text,
.tokutenlist__note {
	text-align: justify;
	/* text-justify: inter-ideograph; */
}

.tsume {
	font-size: inherit;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	letter-spacing: -.1em;
	color: inherit;
}

.small {
	font-size: .7em;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

/* 長体処理(左揃え) */

.chotai-basis--l {
	position: relative;
	overflow: hidden;
}
.chotai-container--l {
	width: 300%;
	text-align: left;
	/* -webkit-transform: translateX(-33.33%); */
	/* transform: translateX(-33.33%); */
}
.chotai--l {
	display: inline-block;
	white-space: nowrap;
	transform-origin: left center;
}

/* 長体処理(中央揃え) */

.chotai-basis--c {
	position: relative;
	overflow: hidden;
}
.chotai-container--c {
	width: 300%;
	text-align: center;
	-webkit-transform: translateX(-33.33%);
	transform: translateX(-33.33%);
}
.chotai--c {
	display: inline-block;
	white-space: nowrap;
	transform-origin: center center;
}

/* 背景 */

.l-content {
	padding-bottom: 220px;
	overflow: hidden;
	background-color: #43bbb2;
	background-image:
		url(../images-202503/parts-bg-frame-corner-lt.png),
		url(../images-202503/parts-bg-frame-corner-rt.png),
		url(../images-202503/parts-bg-frame-corner-lb.png),
		url(../images-202503/parts-bg-frame-corner-rb.png),

		url(../images-202503/parts-bg-frame-side-l-pc.png),
		url(../images-202503/parts-bg-frame-side-r-pc.png),

		url(../images-202503/parts-bg.png);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,

		repeat-y,
		repeat-y,

		no-repeat;
	background-position:
		left top,
		right top ,
		left bottom,
		right bottom,

		left top,
		right top,

		center top;
	background-size:
		500px auto,
		500px auto,
		500px auto,
		500px auto,

		200px auto,
		200px auto,

		100% 100%;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {

}

@media screen and (max-width: 767px) {
	.l-content {
		padding-bottom: 120px;
		background-image:
			url(../images-202503/parts-bg-frame-corner-lt.png),
			url(../images-202503/parts-bg-frame-corner-rt.png),
			url(../images-202503/parts-bg-frame-corner-lb.png),
			url(../images-202503/parts-bg-frame-corner-rb.png),

			url(../images-202503/parts-bg-frame-side-l-sp.png),
			url(../images-202503/parts-bg-frame-side-r-sp.png),

			url(../images-202503/parts-bg.png);
	background-position:
		left top,
		right top ,
		left bottom,
		right bottom,

		left top,
		right top,

		center top;
		background-size:
			60vw auto,
			60vw auto,
			60vw auto,
			60vw auto,

			22vw auto,
			22vw auto,

			100% 100%;
	}
}

/* ---- */

.wrp-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 10px;
}

.wrp-container--contents,
.wrp-container--note {
	max-width: 1020px;
	padding: 0;
}

@media screen and (max-width: 1119px) {
	.wrp-container--contents,
	.wrp-container--note {
		max-width: none;
		padding: 0 6vw;
	}
}

@media screen and (max-width: 767px) {
	.wrp-container--contents,
	.wrp-container--note {
		max-width: none;
		padding: 0 6vw;
	}
	
	.wrp-container--note {
		/* background: #43bbb2; */
	}
}

/* section-head */

.section-head {
	position: relative;
	overflow: visible;
}

@media screen and (max-width: 767px) {
	.section-head {
	}
}

.kv {
	position: relative;
	overflow: hidden;
}

.kv__title {
	position: relative;
	z-index: 1;
	margin: 90px 0 55px;
	overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.kv__title {
		margin: 0;
		padding: 7vw 0 3vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__title {
		margin: 0;
		padding: 26vw 0 13vw;
	}
}

.kv__title-alt {
	display: none;
}

.kv__title-image {
}

.kv__title-image--pc {
	display: block;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.kv__title-image--sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.kv__title-image--pc {
		display: none;
	}

	.kv__title-image--sp {
		display: block;
		width: 100%;
	}
}

.kv-piece {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25));
}

.kv-piece__item {
	display: block;
	position: absolute;
	width: 500px;
	height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.kv-piece__item {
		width: 35vw;
	}
}

@media screen and (max-width: 767px) {
	.kv-piece__item {
		width: 55vw;
	}
}

body.is-blight .kv-piece__item--l,
body.is-blight .kv-piece__item--r {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: both;
}

body.is-blight .kv-piece__item--l {
	animation-duration: 2.6s;
	animation-delay: 0s;
}

body.is-blight .kv-piece__item--r {
	animation-duration: 3.0s;
	animation-delay: 0s;
}

.kv-piece__item--l > div,
.kv-piece__item--r > div {
	width: 100%;
	height: auto;
}

body.is-blight .kv-piece__item--l > div,
body.is-blight .kv-piece__item--r > div {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-fill-mode: both;
}

body.is-blight .kv-piece__item--l > div {
	animation-duration: .6s;
	animation-delay: .5s;
}

body.is-blight .kv-piece__item--r > div {
	animation-duration: .6s;
	animation-delay: .8s;
}

.kv-piece__item--l > div > img,
.kv-piece__item--r > div > img {
	display: block;
	width: 100%;
	height: auto;
}

body.is-blight .kv-piece__item--l > div > img,
body.is-blight .kv-piece__item--r > div > img {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-duration: .6s;
	animation-fill-mode: both;
}

body.is-blight .kv-piece__item--l > div > img {
	animation-delay: .5s;
}

body.is-blight .kv-piece__item--r > div > img {
	animation-delay: .8s;
}

@media screen and (min-width: 1120px) {
	.kv-piece__item--l {
		left: -160px;
		top: -80px;
	}

	.kv-piece__item--r {
		right: -160px;
		top: 100px;
	}
	
	body.is-blight .kv-piece__item--l {
		animation-name: yurayuraKvLPc;
	}
	
	body.is-blight .kv-piece__item--r {
		animation-name: yurayuraKvRPc;
	}
	
	body.is-blight .kv-piece__item--l > div {
		animation-name: sattoKvLPc;
	}
	
	body.is-blight .kv-piece__item--r > div {
		animation-name: sattoKvRPc;
	}

	body.is-blight .kv-piece__item--l > div > img {
		animation-name: kururiKvLPc;
	}

	body.is-blight .kv-piece__item--r > div > img {
		animation-name: kururiKvRPc;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.kv-piece__item--l {
		left: -11vw;
		top: -6vw;
	}

	.kv-piece__item--r {
		right: -11vw;
		top: 11vw;
	}
	
	body.is-blight .kv-piece__item--l {
		animation-name: yurayuraKvLPc;
	}
	
	body.is-blight .kv-piece__item--r {
		animation-name: yurayuraKvRPc;
	}
	
	body.is-blight .kv-piece__item--l > div {
		animation-name: sattoKvLPc;
	}
	
	body.is-blight .kv-piece__item--r > div {
		animation-name: sattoKvRPc;
	}

	body.is-blight .kv-piece__item--l > div > img {
		animation-name: kururiKvLPc;
	}

	body.is-blight .kv-piece__item--r > div > img {
		animation-name: kururiKvRPc;
	}
}

@media screen and (max-width: 767px) {
	.kv-piece__item--l {
		left: -16vw;
		top: -16vw;
	}

	.kv-piece__item--r {
		right: -13vw;
		top: 45vw;
	}
	
	body.is-blight .kv-piece__item--l {
		animation-name: yurayuraLSp;
	}
	
	body.is-blight .kv-piece__item--r {
		animation-name: yurayuraRSp;
	}

	body.is-blight .kv-piece__item--l > div {
		animation-name: sattoKvLSp;
	}

	body.is-blight .kv-piece__item--r > div {
		animation-name: sattoKvRSp;
	}

	body.is-blight .kv-piece__item--l > div > img {
		animation-name: kururiKvLSp;
	}

	body.is-blight .kv-piece__item--r > div > img {
		animation-name: kururiKvRSp;
	}
}

/* section-body */

.section-body {
}

@media screen and (max-width: 767px) {
	.section-body {
	}
}


/* nav */

.nav {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.nav {
		width: auto;
		margin: 0 -6vw;
	}
}

.nav__item {
	position: relative;
	margin: 0 10px;
}

@media screen and (max-width: 767px) {
	.nav__item {
		width: 33.33%;
		margin: 0;
		padding: 0;
	}
	.nav__item:nth-child(2) {
		margin: 0 -1.5vw;
	}
}

.nav__item-anchor {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
}

@media screen and (min-width: 768px) {
	a.nav__item-anchor {
		filter: brightness(1) saturate(1) contrast(1) hue-rotate(0);
		opacity: 1;
		transition: filter .5s;
	}

	a.nav__item-anchor:hover {
		filter: brightness(0.75) saturate(0.9) contrast(2) hue-rotate(-3deg);
		opacity: 1;
		transition: filter .1s;
	}

	a.nav__item-anchor .nav__item-set__image {
		transition: transform .1s;
	}

	a.nav__item-anchor:hover .nav__item-set__image {
		transform: translate(0, -20px) /*rotate(10deg)*/;
		transform-origin: center;
		transition: transform .1s;
	}
}

@media screen and (max-width: 767px) {
	a.nav__item-anchor {
		filter: brightness(1) saturate(1) contrast(1) hue-rotate(0);
		opacity: 1;
		transition: filter .5s;
	}

	a.nav__item-anchor:active {
		filter: brightness(1) saturate(1) contrast(1) hue-rotate(0);
		opacity: 1;
		transition: filter .1s;
	}

	a.nav__item-anchor .nav__item-set__image {
		transition: transform .1s;
	}

	a.nav__item-anchor:active .nav__item-set__image {
		transform: translate(0, -20px) /*rotate(10deg)*/;
		transform-origin: center;
		transition: transform .1s;
	}
}

.nav__item-set {
}

@media screen and (max-width: 767px) {
	.nav__item-set {
		padding: 5px 1vw;
	}
}

.nav__item-set__image {
	width: 170px;
	height: 170px;
	overflow: visible;
	transform: translateZ(0px);
}

@media screen and (max-width: 767px) {
	.nav__item-set__image {
		width: 100%;
		height: 100%;
		/* border-radius: 10vw; */
		overflow: hidden;
		box-sizing: border-box;
	}
}

.nav__item-set__image img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.nav__item-set__image img {
		display: block;
		width: 100%;
		height: 100%;
	}
}

.nav__item-set__text {
	display: none;
	padding-top: 8px;
	/* display: table; */
	width: 100%;
}

.nav__item-set__text span {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.nav__item-set__text {
		min-height: 2.36em;
	}

	.nav__item-set__text span {
		font-size: 12px;
		line-height: 1.6;
	}
}

/* contents-item */

.contents-item {
	position: relative;
	margin-top: 40px;
	padding: 40px;
	border-radius: 50px;
	background: #fff;
}

@media screen and (min-width: 768px) {
	#item-00.contents-item {
		margin-top: 0;
		padding: 0;
		border-radius: 0;
		background: transparent;
		z-index: 1;
	}

	#item-10.contents-item {
		margin-top: -120px;
		padding: 160px 40px 40px;
	}

	#item-20.contents-item {
	}

	#item-21.contents-item {
	}

	#item-30.contents-item {
	}

	#item-40.contents-item {
	}

	#item-50.contents-item {
	}
}

@media screen and (max-width: 767px) {
	.contents-item {
		margin-top: 18vw;
		padding: 12vw 9vw 9vw;
		border-radius: 30px;
	}

	#item-00.contents-item {
		margin-top: 0;
		padding: 0;
		border-radius: 0;
		background: transparent;
		z-index: 1;
	}

	#item-10.contents-item {
		margin-top: -18vw;
		padding: 26vw 6vw 9vw;
	}

	#item-20.contents-item {
	}

	#item-21.contents-item {
		margin-top: 6vw;
		padding: 9vw 4vw;
	}

	#item-30.contents-item {
		padding: 12vw 9vw 3vw;
	}

	#item-40.contents-item {
		padding: 12vw 9vw 3vw;
	}

	#item-50.contents-item {
		padding: 12vw 9vw 3vw;
	}
}

.top-lead {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	color: #00544e;

}

.top-lead .p {
	background: linear-gradient(transparent 50%, #a2f1eb 50%);
}

@media screen and (max-width: 767px) {
	.top-lead {
		font-size: calc(10px + 3vw);
	}
}

.contents-item__title {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.contents-item__title + .contents-item__title {
	margin-top: 60px;
}

#item-10 .contents-item__title {
	margin-top: 70px;
}

.contents-item__title-image {
	display: block;
	max-width: 540px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.contents-item__title {
		max-width: none;
		margin: 0 -10px;
	}

	.contents-item__title + .contents-item__title {
		margin-top: 60px;
	}

	.contents-item__title-image {
	}
}

.contents-item__title-alt {
	display: none;
}

.contents-item__subtitle {
	margin-top: 60px;
	font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #00544e;
}

.contents-item__content:after {
	content: "";
	display: block;
	clear: both;
}

.contents-item__photo-set {
	position: relative;
	filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25));
}

@media screen and (max-width: 767px) {
	.contents-item__photo-set {
		margin: 0 3vw;
	}
}

.contents-item__photo {
	position: relative;
	z-index: 1;
	text-align: center;
}

@media screen and (min-width: 1120px) {
	.contents-item__photo {
		height: 340px;
		margin: 85px 0 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.contents-item__photo {
		height: 32vw;
		margin: 85px 0 5px;
	}
}

@media screen and (max-width: 767px) {
	.contents-item__photo {
		height: 40vw;
		margin: 20vw 0 0;
	}
}

.contents-item__photo > img {
	display: block;
	border-radius: 20px;
}

.contents-item__photo--01,
.contents-item__photo--02 {
	position: absolute;
	height: auto;
}
@media screen and (min-width: 1120px) {
	.contents-item__photo--01,
	.contents-item__photo--02 {
		width: 470px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.contents-item__photo--01,
	.contents-item__photo--02 {
		width: 40vw;
	}
}

@media screen and (max-width: 767px) {
	.contents-item__photo--01,
	.contents-item__photo--02 {
		width: 58vw;
	}
}

.contents-item__photo--01 {
	left: 30px;
	top: 0;
	transform-origin: left bottom;
}

@media screen and (max-width: 767px) {
	.contents-item__photo--01 {
		left: -17vw;
		top: -10vw;
	}
}

.contents-item__photo--02 {
	right: 30px;
	bottom: 0;
	transform-origin: right bottom;
}

@media screen and (max-width: 767px) {
	.contents-item__photo--02 {
		right: -17vw;
	}
}

.contents-item__text {
}

.contents-item__text p {
	line-height: 2.0;
}

.contents-item__text-lead {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #00544e;
}

#item-21 .contents-item__text-lead {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #00544e;
}

.contents-item__text-lead a {
	font-size: inherit;
	font-weight: inherit;
	color: #43bbb2;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.contents-item__text-lead {
		font-size: calc(5px + 3vw);
	}

	#item-21 .contents-item__text-lead {
		font-size: calc(5px + 3vw);
	}
}

.contents-item__text-text {
	color: #00544e;
}

.contents-item__text-lead + .contents-item__text-text {
	margin-top: 10px;
}

.contents-item__text-link {
	margin-top: 10px;
}

.contents-item__text-link > a {
	color: #eb6161;
	font-size: inherit;
	font-weight: inherit;
}

.contents-item__text-link > a > .contents-item__text-link__text {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: underline;
}

.contents-item__text-link > a:hover > .contents-item__text-link__text {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.contents-item__text {
		float: none;
		padding-left: 0;
		width: auto;
	}
}

@media screen and (max-width: 374px) {
	.contents-item__title-image {
	}
}

/* contents-item__update */

.contents-item__update {
	margin-top: 40px;
	border-top: 1px dashed #43bbb2;
}

@media screen and (max-width: 767px) {
	.contents-item__update {
		margin-top: 10vw;
	}
}

.contents-item__update-item {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dashed #43bbb2;
}

@media screen and (max-width: 767px) {
	.contents-item__update-item {
		padding: 15px 0;
	}
}

.contents-item__update-date {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.contents-item__update-date {
		top: 15px;
	}
}

.contents-item__update-text {
	padding-left: 8em;
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.contents-item__update-text {
		padding-left: 6em;
	}
}

.contents-item__update-text * {
	font-size: inherit;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	color: inherit;
}

.contents-item__update-text a {
	color: #43bbb2;
	text-decoration: underline;
}

.contents-item__update-text a:hover {
	color: #43bbb2;
	text-decoration: none;
	opacity: 1;
}

/* list */

.list {
	position: relative;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px -15px 0;
}

@media screen and (max-width: 767px) {
	.list {
		margin: 6vw -6vw 0;
	}
}

/* shoplist */

.shoplist__item {
	position: relative;
	width: calc(33.33% - 30px);
	margin: 30px 15px 0;
	padding: 20px;
	border-radius: 20px;
	background-color: #e4faf6;
	/* background-color: #f6f6f6; */
	/* box-shadow: 3px 3px 0 #b4f0eb; */
	filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25));
}

@media screen and (max-width: 1119px) {
	.shoplist__item {
		width: calc(50% - 30px);
		margin: 30px 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.shoplist__item {
		width: 100%;
		margin: 4vw 0 0;
	}

	.shoplist__item + .shoplist__item {
		margin-top: 7vw;
	}
}

.shoplist__type {
	left: -35px;
	top: -40px;
	width: 120px;
	height: 120px;
	transform: rotate(-13deg);
}

@media screen and (max-width: 767px) {
	.shoplist__type {
		left: -6vw;
		top: -6vw;
		width: 25vw;
		height: 25vw;
	}
}

.shoplist__type-inner1 {
	width: 100%;
	height: 100%;
}

.shoplist__type-inner2 {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
}

.shoplist__type .main,
.shoplist__type .sub {
	display: block;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: bold;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: 1;
	letter-spacing: inherit;
	color: #fff;
}

.shoplist__type .main {
	margin: 0 auto;
	/* font-size: 20px; */
	font-size: 19px;
}

@media screen and (max-width: 767px) {
	.shoplist__type .main {
		/* font-size: calc(6px + 3vw); */
		font-size: calc(4px + 3vw);
	}
}

.shoplist__type .sub {
	margin: 3px auto 0;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.shoplist__type .sub {
		font-size: calc(1px + 2.5vw);
	}
}

.shoplist__item--OP .shoplist__type-inner2 {
	background-image: url(../images-202503/parts-shoplist-icon-op.png);
}

.shoplist__item--RN .shoplist__type-inner2 {
	background-image: url(../images-202503/parts-shoplist-icon-rn.png);
}

.shoplist__item--KA .shoplist__type-inner2 {
	background-image: url(../images-202503/parts-shoplist-icon-ka.png);
}

.shoplist__item--SA .shoplist__type-inner2 {
	background-image: url(../images-202503/parts-shoplist-icon-sa.png);
}

.shoplist__photo {
	display: block;
	width: 100%;
	height: 150px;
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
}

.shoplist__date {
	height: 1em;;
	margin-top: 20px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #43bbb2;
}

.shoplist__date--soon {
	font-size: 100%;
}

.shoplist__date .small {
	display: inline-block;
	margin: 0 .1em;
}

.shoplist__icon {
	margin-top: 8px;
	text-align: center;
}

.shoplist__icon-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .3em;
    padding: 5px 6px 5px;
    border-radius: 3px;
	background-color: #43bbb2;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
}

.shoplist__icon-item:first-child {
	margin-left: 0;
}

.shoplist__icon-item:last-child {
	margin-right: 0;
}

.shoplist__detail-1 {
	margin-top: 15px;
	text-align: left;
	padding-bottom: 2px;
}

.shoplist__category {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 5px 3px;
	border: 1.5px solid #00544e;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #00544e;
}

.shoplist__gyotai {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 0 3px;
	border: 1.5px solid transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #00544e;
}

.shoplist__detail-2 {
	margin-top: 12px;
	text-align: left;
}

@media screen and (max-width: 1119px) {
	.shoplist__detail-2 {
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	.shoplist__detail-2 {
		margin-top: 12px;
	}
}

.shoplist__title,
.tokutenlist__title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	color: #00544e;
}

@media screen and (max-width: 1119px) {
	.tokutenlist__title {
		margin-top: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.tokutenlist__title {
		margin-top: 15px;
		text-align: center;
	}
}

.shoplist__detail-3 {
	margin-top: 10px;
	text-align: left;
}

.shoplist__text,
.tokutenlist__text {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.shoplist__text + .shoplist__text,
.tokutenlist__text + .tokutenlist__text {
	margin-top: 10px;
}

.tokutenlist__text .lbl {
	position: relative;
	bottom: 1px;
}

.tokutenlist__head {
	font-size: 115%;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: bold;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: 1.8;
	color: #00544e;
	/* background: linear-gradient(transparent 50%, #f5e929 50%); */
	background: #f5e929;
}

.shoplist__note,
.tokutenlist__note {
	margin-top: 10px;
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.6;
	text-indent: -1em;
	color: #333;
}

.shoplist__note + .shoplist__note,
.tokutenlist__note + .tokutenlist__note {
	margin-top: 4px;
}

.shoplist__note + .shoplist__text,
.tokutenlist__note + .tokutenlist__text {
	margin-top: 12px;
}

.shoplist__detail-4 {
	margin-top: 10px;
	text-align: left;
}

.shoplist__zone {
	position: relative;
	padding-left: 1.5em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	color: #666;
}

.shoplist__zone::before {
	content: "\e90f";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'ikspiari_jp', sans-serif;
	line-height: 1;
	color: #666;
}

.shoplist__detail-5 {
	margin-top: 10px;
	text-align: left;
}

.shoplist__shoplink {
	line-height: 1.4;
}

.shoplist__shoplink a {
	position: relative;
	font-size: 12px;
	text-decoration: underline;
	color: #43bbb2;
}

.shoplist__shoplink a.has-arrow {
	padding-left: 1.5em;
}

.shoplist__shoplink a.has-arrow::before {
	content: "\e916";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	font-family: 'ikspiari_jp', sans-serif;
	color: #43bbb2;
	transition: all .5s;
}

.shoplist__shoplink a .icon-new-tab:before {
	display: inline-block !important;
	margin-left: 3px !important;
	margin-right: 3px !important;
	color: #43bbb2 !important;
}

/* tokutenlist */

.tokutenlist__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(50% - 30px);
	margin: 30px 15px 0;
	padding: 20px;
	border-radius: 20px;
	background-color: #e4faf6;
	/* background-color: #f6f6f6; */
	/* box-shadow: 3px 3px 0 #b4f0eb; */
	filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25));
}

@media screen and (max-width: 1119px) {
	.tokutenlist__item {
		flex-direction: column;
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 767px) {
	.tokutenlist__item {
		flex-direction: column;
		width: 100%;
		margin: 4vw 0 0;
	}

	.tokutenlist__item + .tokutenlist__item {
		margin-top: 7vw;
	}
}

.tokutenlist__photo {
	width: 100px;
	height: 100px;
	border-radius: 8px;
}

@media screen and (max-width: 1119px) {
	.tokutenlist__photo {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.tokutenlist__photo {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
}

.tokutenlist__detail {
	width: calc(100% - 120px);
}

@media screen and (max-width: 1119px) {
	.tokutenlist__detail {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.tokutenlist__detail {
		width: 100%;
	}
}

.tokutenlist__detail-1 {
	
}

.tokutenlist__detail-2 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #a8e7e2;
}

/* section-note */

.section-note {
	padding: 40px 0 0;
}

@media screen and (max-width: 767px){
	.section-note {
		padding: 25px 0 0;
	}
}

.lst-note {
	margin-top: 10px;
}

.box-button ~ .lst-note {
	margin-top: 20px;
}

.lst-note li {
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	color: #00544e;
}

.section-note .lst-note {
	margin-top: 0;
	padding: 10px;
	border-radius: 10px;
	/* background: #43bbb2; */
}

.section-note .lst-note li {
	color: #fff;
}

.lst-note li + li {
	margin-top: 5px;
}

@media screen and (max-width: 767px){
	.lst-note li{
		font-size: 12px;
		line-height: 1.6;
	}

	.lst-note li + li {
		margin-top: 0;
	}
}

.txt-copyright {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1119px) {
	.txt-copyright {
		font-size: 12px;
	}
}

/* 予告 */

.yokoku {
	position: relative;
	margin-top: 40px;
}

.yokoku__title-alt {
	display: none;
}

.yokoku__title-image {
	display: block;
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* アニメーション */

/* フェードイン */

.js-fadein {
	opacity: 1;
	transition: opacity .5s linear, transform .7s cubic-bezier(0.17, 0.84, 0.44, 1);;
	transform: translateY(0);
}

.js-fadein.is-standby {
	opacity: 0;
	transform: translateY(30px);
}

/* フロア写真の表示 */

.is-animate .contents-item__photo--01,
.is-animate .contents-item__photo--02 {
	opacity: 1;
	transition: opacity .5s linear, transform .7s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.is-animate .contents-item__photo--01 {
	transform: translateX(0) rotate(-7deg);
}

.is-animate .contents-item__photo--02 {
	transform: translateX(0) rotate(7deg);
}

@media screen and (min-width: 768px){
	.contents-item__photo--01,
	.contents-item__photo--02 {
		opacity: 0;
	}

	.contents-item__photo--01 {
		transform: translateX(-100px) rotate(0);
	}

	.contents-item__photo--02 {
		transform: translateX(100px) rotate(0);
	}
}

@media screen and (max-width: 767px){
	.contents-item__photo--01,
	.contents-item__photo--02 {
		opacity: 1;
	}

	.contents-item__photo--01 {
		transform: translateX(-70vw) rotate(0);
	}

	.contents-item__photo--02 {
		transform: translateX(70vw) rotate(0);
	}
}

/* 見出しのピース */

.piece {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25));
	pointer-events: none;
	user-select: none;
}

#item-10 .piece {
	filter: none;/* .photo-set でかけるため */
}

.piece__item {
	position: absolute;
	pointer-events: none;
	user-select: none;
	visibility: hidden;
}

.is-animate .piece__item {
	visibility: visible;
}

@media screen and (min-width: 768px){
	.piece__item {
		width: 140px;
		height: 140px;
	}
}

@media screen and (max-width: 767px){
	.piece__item {
		width: 28vw;
		height: 28vw;
	}
}

.piece__item > div > img {
	display: block;
	width: 100%;
	height: 100%;
}

.is-animate .piece__item--l,
.is-animate .piece__item--r {
	animation-timing-function:  ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: both;
	animation-duration: 1.6s;
	animation-delay: 0s;
}

.is-animate .piece__item--l {
	animation-duration: 2.6s;
}

.is-animate .piece__item--r {
	animation-duration: 3.0s;
}

.is-animate .piece__item--l > div,
.is-animate .piece__item--r > div {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-duration: .8s;
	animation-delay: .3s;
}

.is-animate .piece__item--l > div {
	animation-duration: .8s;
}

.is-animate .piece__item--r > div {
	animation-duration: .8s;
}

.is-animate .piece__item--l > div > img,
.is-animate .piece__item--r > div > img {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-duration: .8s;
	animation-delay: .3s;
	animation-fill-mode: both;
}

@media screen and (min-width: 768px){
	.piece__item--l {
		left: 0;
		top: -74px;
		bottom: auto;
	}

	.piece__item--r {
		right: 0;
		top: auto;
		bottom: -64px;
	}

	#item-10 .piece__item--l {
		left: 0;
		top: auto;
		bottom: -20px;
	}

	#item-10 .piece__item--r {
		right: 0;
		top: -50px;
		bottom: auto;
	}

	.is-animate .piece__item--l {
		animation-name: yurayuraLPc;
	}

	.is-animate .piece__item--r {
		animation-name: yurayuraRPc;
	}

	.is-animate .piece__item--l > div {
		animation-name: sattoLPc;
	}

	.is-animate .piece__item--r > div {
		animation-name: sattoRPc;
	}

	.is-animate .piece__item--l > div > img {
		animation-name: kururiLPc;
	}

	.is-animate .piece__item--r > div > img {
		animation-name: kururiRPc;
	}
}

@media screen and (max-width: 767px){
	.piece__item--l {
		left: -15vw;
		top: -17vw;
		bottom: auto;
	}

	.piece__item--r {
		right: -15vw;
		top: auto;
		bottom: -13vw;
	}

	#item-10 .piece__item--l {
		left: -15vw;
		top: auto;
		bottom: 0;
	}

	#item-10 .piece__item--r {
		right: -15vw;
		top: -20vw;
		bottom: auto;
	}

	.is-animate .piece__item--l {
		animation-name: yurayuraLSp;
	}

	.is-animate .piece__item--r {
		animation-name: yurayuraRSp;
	}

	.is-animate .piece__item--l > div {
		animation-name: sattoLSp;
	}

	.is-animate .piece__item--r > div {
		animation-name: sattoRSp;
	}

	.is-animate .piece__item--l > div > img {
		animation-name: kururiLSp;
	}

	.is-animate .piece__item--r > div > img {
		animation-name: kururiRSp;
	}
}

/* NEWオープン／移転オープンのピース */


.shoplist__type {
	position: absolute;
	filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25));
	pointer-events: none;
	user-select: none;
}

.is-animate .shoplist__type {
	visibility: visible;
}

.is-animate .shoplist__type {
	animation-timing-function:  ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: both;
	animation-duration: 1.6s;
	animation-delay: 0s;
}

.is-animate .shoplist__type-inner1 {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-duration: .8s;
	animation-delay: .3s;
}

.is-animate .shoplist__type-inner2 {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-duration: .8s;
	animation-delay: .3s;
	animation-fill-mode: both;
}

@media screen and (min-width: 768px){
	.is-animate .shoplist__type {
		animation-name: yurayuraLPc;
	}

	.is-animate .shoplist__type-inner1 {
		animation-name: sattoLPc;
	}

	.is-animate .shoplist__type-inner2 {
		animation-name: kururiLPc;
	}
}

@media screen and (max-width: 767px){
	.is-animate .shoplist__type {
		animation-name: yurayuraLSp;
	}

	.is-animate .shoplist__type-inner1 {
		animation-name: sattoLSp;
	}

	.is-animate .shoplist__type-inner2 {
		animation-name: kururiLSp;
	}
}

/* キーフレーム */

/* KV */

@keyframes sattoKvLSp {
	from {
		transform: translateX(-45vw);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes sattoKvRSp {
	from {
		transform: translateX(45vw);
	}

	to {
		transform: translateX(0);
	}
} 

@keyframes sattoKvLPc {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes sattoKvRPc {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
} 

@keyframes kururiKvLSp {
	from {
		transform: rotate(-60deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(0deg);
		transform-origin: center center;
	}
}

@keyframes kururiKvRSp {
	from {
		transform: rotate(60deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(0deg);
		transform-origin: center center;
	}
}

@keyframes kururiKvLPc {
	from {
		transform: rotate(-15deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(0deg);
		transform-origin: center center;
	}
}

@keyframes kururiKvRPc {
	from {
		transform: rotate(15deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(0deg);
		transform-origin: center center;
	}
}

@keyframes yurayuraKvLPc {
	from {
		transform: rotate(3deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: left bottom;
	}
}

@keyframes yurayuraKvRPc {
	from {
		transform: rotate(-3deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: right bottom;
	}
}

/* 共通 */

@keyframes sattoLSp {
	from {
		transform: translateX(-35vw);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes sattoRSp {
	from {
		transform: translateX(35vw);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes sattoLPc {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes sattoRPc {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes kururiLSp {
	from {
		transform: rotate(-135deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(-20deg);
		transform-origin: center center;
	}
}

@keyframes kururiRSp {
	from {
		transform: rotate(135deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(20deg);
		transform-origin: center center;
	}
}

@keyframes kururiLPc {
	from {
		transform: rotate(-75deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(-20deg);
		transform-origin: center center;
	}
}

@keyframes kururiRPc {
	from {
		transform: rotate(75deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(20deg);
		transform-origin: center center;
	}
}

@keyframes yurayuraLSp {
	from {
		transform: rotate(6deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: left bottom;
	}
}

@keyframes yurayuraRSp {
	from {
		transform: rotate(-6deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: right bottom;
	}
}

@keyframes yurayuraLPc {
	from {
		transform: rotate(7deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: left bottom;
	}
}

@keyframes yurayuraRPc {
	from {
		transform: rotate(-7deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: right bottom;
	}
}

@keyframes fadeIn {
	from, to {
		animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	}

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* SPのみの改行 */

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
