@charset "UTF-8";
/* CSS Document */

.unique-wrapper a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.unique-wrapper .single_date,
.unique-wrapper .single_date a {
	color: #fff;
}

.unique-wrapper .single_date a {
	text-decoration:underline;
}

.imizu-unique-main {
	padding: 120px 20px;
	text-align: center;
	background-color: #284679;
}

.imizu-unique-main-img {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.imizu-unique-main .unique-about {
	width: 47%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: -80px;
	color: #fff;
	position: relative;
}

.unique-wrapper .toc-wrap {
	margin: 0;
}

.kirinuki-neko-love {
	position: absolute;
    width: 160px;
    bottom: -30px;
    right: -170px;
}


@media screen and (max-width: 992px) {
	
	.imizu-unique-main {
		padding: 10px 20px 40px;
	}
	
	.imizu-unique-main .unique-about {
		width: 63%;
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	
	.imizu-unique-main-img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.imizu-unique-main .unique-about {
		width: 100%;
	}
}


/*****目次（固定）*****/
.toc-wrap-unique {
	width: 100vw;
	margin: 0px calc(50% - 50vw);
	padding: 20px 0;
	background-color: rgb(60 102 196 / .10);
}

.toc-contents {
	display: flex;
	gap: 2em;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
}

.toc-l {
	text-align: center;
	min-width: 120px;
}

.toc-l p {
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: 500;
}

.toc-l .fugaz {
	display: block;
	font-size: 18px;
	text-align: center;
}

.toc-r {
	text-align: left;
	flex: 1;
}

.toc-r ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px;
}

.toc-r li {
	position: relative;
	padding-left: 0;
	margin: 0.5em 0;
}

.unique .toc-contents {
	max-width: 1100px;
}

.unique .toc-l p {
	margin: 0;
}

.unique .toc-r ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.unique.toc-wrap-unique {
	background-color: #DFE3DC;
}

.unique .toc-r a {
	position: relative;
}

.unique .toc-r a::before,
.unique .toc-r a::after {
	content: "";
	position: absolute;
	left: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%);
}

.unique .toc-r a::before {
	width: 70px;
	height: 70px;
	top: 25px;
	transform: translate(-45%,-150%);
}

.unique .toc-r a.toc-01::before {
	background-image: url("../img/imizu-unique/top/heart-bubble-aqua.svg");
}
.unique .toc-r a.toc-02::before {
	background-image: url("../img/imizu-unique/top/heart-bubble-orange.svg");
}
.unique .toc-r a.toc-03::before {
	background-image: url("../img/imizu-unique/top/heart-bubble-red.svg");
}
.unique .toc-r a.toc-04::before {
	background-image: url("../img/imizu-unique/top/heart-bubble-lightgreen.svg");
}
.unique .toc-r a.toc-05::before {
	background-image: url("../img/imizu-unique/top/heart-bubble-yellow.svg");
}

.unique .toc-r a::after {
	width: 1.1em;
	height: 1.1em;
	top: 28px;
	transform: translate(-50%,50%);
}

.unique .toc-r a.toc-01::after {
	background-image: url("../img/common/btn-anchor-aqua.svg");
}
.unique .toc-r a.toc-02::after {
	background-image: url("../img/common/btn-anchor-orange.svg");
}
.unique .toc-r a.toc-03::after {
	background-image: url("../img/common/btn-anchor-red.svg");
}
.unique .toc-r a.toc-04::after {
	background-image: url("../img/common/btn-anchor-lightgreen.svg");
}
.unique .toc-r a.toc-05::after {
	background-image: url("../img/common/btn-anchor-db.svg");
}


/*****コンテンツ*****/

section.unique {
	position: relative;
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
	
	section.unique {
		position: relative;
		overflow-x: hidden;
		background-position: 0 0, 2.25px 4.5px;
		background-size: 4.5px 9px;
	}
	
	.unique#unique01 {
		background-image: radial-gradient(circle, #b8f5ff 1px, transparent 1px), radial-gradient(circle, #b8f5ff 1px, transparent 1px);
	}
	.unique#unique02 {
		background-image: radial-gradient(circle, #ffdea6 1px, transparent 1px), radial-gradient(circle, #ffdea6 1px, transparent 1px);
	}
	.unique#unique03 {
		background-image: radial-gradient(circle, #ffd6d1 1px, transparent 1px), radial-gradient(circle, #ffd6d1 1px, transparent 1px);
	}
	.unique#unique04 {
		background-image: radial-gradient(circle, #cef5ab 1px, transparent 1px), radial-gradient(circle, #cef5ab 1px, transparent 1px);
	}
	.unique#unique05 {
		background-image: radial-gradient(circle, yellow 1px, transparent 1px), radial-gradient(circle, yellow 1px, transparent 1px);
	}

}



section.unique::before {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}

section.unique#unique01::before {
	background-color: #21CDEB;	
}
section.unique#unique02::before {
	top: 25%;
	background-color: #FA9100;	
}
section.unique#unique03::before {
	background-color: #F4442D;	
}
section.unique#unique04::before {
	background-color: #64BE4F;	
}
section.unique#unique05::before {
	top: 38%;
	background-color: #284679;	
}

section.unique::after {
	content: "";
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	height: 70px;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 70px;
	z-index: 1;
	pointer-events: none;
	transform: scaleY(-1);
}

section.unique#unique01::after {
	background-image: url("../img/common/wave-aqua.svg");	
}
section.unique#unique02::after {
	top: 22%;
	background-image: url("../img/common/wave-orange.svg");	
}
section.unique#unique03::after {
	background-image: url("../img/common/wave-lightred.svg");	
}
section.unique#unique04::after {
	background-image: url("../img/common/wave-lightgreen.svg");	
}
section.unique#unique05::after {
	top: 33%;
	background-image: url("../img/common/wave-darkblue.svg");	
}

section.unique > .unique-container {
	position: relative;
	z-index: 2;
}

.unique-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 16px;
}

.unique-container h2 {
	display: flex;
	margin-bottom: -20px;
}

#unique02 .unique-container h2,
#unique04 .unique-container h2 {
	display: flex;
	justify-content: flex-end;
	margin-bottom: -20px;
}

.unique-h2-inner {
	display: flex;
}

@media screen and (max-width: 768px) {
	.unique-h2-inner {
		display: inline-block;
	}
	
	section.unique::before {
		content: none;
	}

		section.unique::after {
		content: none;
	}
	
	section.unique::before,
	section.unique#unique02::before, 
	section.unique#unique03::before,
	section.unique#unique04::before,
	section.unique#unique05::before {
		top: 14%;
	}
	
	section.unique::after,
	section.unique#unique02::after, 
	section.unique#unique03::after,
	section.unique#unique04::after,
	section.unique#unique05::after {
		top: 12%;
	}
	#unique02 .unique-container h2,
	#unique04 .unique-container h2 {
		display: block;
	}
	
	.unique-container {
		padding: 50px 16px 0px;
	}
	
	/*アコーディオン調整*/
	.unique-wrapper .b-acc-btn-sp {
		width: 100%;
		z-index: 15;
	}
	
	.unique-wrapper .b-acc-btn-sp.top-acc-btn {
		position: absolute;
		top: 0;
	}
	
	.unique-wrapper .b-acc-btn-sp p {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
		margin: 0;
		margin-top: 20px;
	}
	
	.unique-wrapper .b-acc-arrow {
		width: 30px;
	}
	
	.unique-wrapper .b-acc-arrow.rot-180 {
		transform: rotate(180deg);
	}
	
	.b-acc-arrow.is-bounce {
	animation: arrowBounce 1.2s ease-out;
	}

	@keyframes arrowBounce {
		0% {
			transform: translateY(0);
		}
		20% {
			transform: translateY(10px);
		}
		40% {
			transform: translateY(0);
		}
		60% {
			transform: translateY(8px);
		}
		80% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
		}
	}
	
	.b-acc-content-sp-uniquebg {
		position: relative;
	}
	
	.b-acc-content-sp-uniquebg::after {
		content: "";
		position: absolute;
		top: 0%;
		left: 0;
		width: 100%;
		height: 70px;
		background-repeat: repeat-x;
		background-position: top center;
		background-size: auto 70px;
		z-index: -1;
		pointer-events: none;
		transform: scaleY(-1);
	}
	
	#unique01 .b-acc-content-sp-uniquebg {
		background: linear-gradient(
			to bottom,
			#fff 0,
			#fff 50px,
			#21CDEB 50px,
			#21CDEB 100%
		);
		z-index: -1;
        margin: 50px calc(50% - 50vw) 0px;
        padding: 20px 0px 90px;
	}
	#unique01 .b-acc-content-sp-uniquebg::after {
		background-image: url("../img/common/wave-aqua.svg");
	}
	
	#unique02 .b-acc-content-sp-uniquebg {
		background: linear-gradient(
			to bottom,
			#fff 0,
			#fff 50px,
			#FA9100 50px,
			#FA9100 100%
		);
		z-index: -1;
        margin: 50px calc(50% - 50vw) 0px;
        padding: 20px 0px 90px;
	}
	#unique02 .b-acc-content-sp-uniquebg::after {
		background-image: url("../img/common/wave-orange.svg");
	}
	#unique03 .b-acc-content-sp-uniquebg {
		background: linear-gradient(
			to bottom,
			#fff 0,
			#fff 50px,
			#F50100 50px,
			#F50100 100%
		);
		z-index: -1;
        margin: 50px calc(50% - 50vw) 0px;
        padding: 20px 0px 90px;
	}
	#unique03 .b-acc-content-sp-uniquebg::after {
		background-image: url("../img/common/wave-red.svg");
	}
	#unique04 .b-acc-content-sp-uniquebg {
		background: linear-gradient(
			to bottom,
			#fff 0,
			#fff 50px,
			#64BE4F 50px,
			#64BE4F 100%
		);
		z-index: -1;
        margin: 50px calc(50% - 50vw) 0px;
        padding: 20px 0px 90px;
	}
	#unique04 .b-acc-content-sp-uniquebg::after {
		background-image: url("../img/common/wave-lightgreen.svg");
	}
	#unique05 .b-acc-content-sp-uniquebg {
		background: linear-gradient(
			to bottom,
			#fff 0,
			#fff 50px,
			#284679 50px,
			#284679 100%
		);
		z-index: -1;
        margin: 50px calc(50% - 50vw) 0px;
        padding: 20px 0px 100px;
	}
	#unique05 .b-acc-content-sp-uniquebg::after {
		background-image: url("../img/common/wave-darkblue.svg");
	}
}


/**タイトル**/
section.unique h2 {
	display: flex;
	text-align: left;
	margin-bottom: -20px;
}

.unique-nom {
	font-size: 122px;
	position: relative;
	margin: 0px 40px;
}

.unique-nom::before {
	content: "";
	position: absolute;
	left: 54%;
	top: 0;
	transform: translateX(-50%);
	width: 130px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../img/imizu-unique/top/unique-ttl-icon.svg");
}

.unique-ttl-wrap {
	padding-top: 34px;
}

.unique-ttl-wrap p{
	margin: 0;
	text-align: left;
}

.unique-ttl-wrap p:first-of-type {
	font-size: 18px;
}

.unique-ttl-wrap p:nth-of-type(2) {
	font-size: 30px;
}

#unique01 .unique-ttl-wrap p:nth-of-type(2) {
	color: #25D4F2;
}
#unique02 .unique-ttl-wrap p:nth-of-type(2) {
	color: #FA9100;
}
#unique03 .unique-ttl-wrap p:nth-of-type(2) {
	color: #F50100;
}
#unique04 .unique-ttl-wrap p:nth-of-type(2) {
	color: #64BE4F;
}
#unique05 .unique-ttl-wrap p:nth-of-type(2) {
	color: #284679;
}

span.heart1 {
	font-size: 18px;
	color: #fff;
	margin: 0px;
	display: inline-block;
	width: 37px;
	height: 32px;
	line-height: 34px;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-6px);
}

#unique01 span.heart1 {
	background-image: url("../img/imizu-unique/top/heart-aqua.svg");
}
#unique02 span.heart1 {
	background-image: url("../img/imizu-unique/top/heart-orange.svg");
}
#unique03 span.heart1 {
	background-image: url("../img/imizu-unique/top/heart-red.svg");
}
#unique04 span.heart1 {
	background-image: url("../img/imizu-unique/top/heart-lightgreen.svg");
}
#unique05 span.heart1 {
	color: #284679;
	background-image: url("../img/imizu-unique/top/heart-yellow.svg");
}

.unique-top {
	display: grid;
	grid-template-columns: 3fr 2fr;
	margin-bottom: 40px;
}

#unique02 .unique-top img,
#unique04 .unique-top img {
	order: 2;
}

.unique-top .main-ph {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin-top: -80px;
}

#unique02 .unique-top  {
	grid-template-columns: 4fr 5fr;
}
#unique04 .unique-top  {
	grid-template-columns: 1fr 1fr;
}
#unique04 .unique-top .main-ph {
	margin-top: 0;
}
#unique05 .unique-top  {
	grid-template-columns: 5fr 4fr;
	gap: 80px;
}

@media screen and (max-width: 992px) {
	.unique-top .main-ph {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	section.unique h2 {
		display: block;
		text-align: center;
	}
	
	.unique-top .main-ph {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		margin-top: -40px;
		z-index: 10;
	}
	
	#unique02 .unique-top .main-ph  {
		margin-top: -90px;
	}
	#unique03 .unique-top .main-ph  {
		margin-top: -80px;
	}
	#unique04 .unique-top .main-ph {
		margin-top: -80px;
	}
	
	h2 .unique-nom {
		font-size: 48px;
		text-align: center;
		line-height: 1.2em;
	}
	
	.unique-nom::before {
		top: -50px;
		width: 90px;
	}
	
	.unique-ttl-wrap {
		padding-top: 0px;
	}
	
	.unique-ttl-wrap p {
		text-align: center;
		line-height: 1.4em;
	}
	
	.unique-top,
	#unique04 .unique-top,
	#unique05 .unique-top {
		text-align: center;
		grid-template-columns: 1fr;
	}
	
	#unique02 .unique-top {
		display: block;
	}
	
	#unique02 .unique-top img,
	#unique04 .unique-top img {
		order: inherit;
	}
	
	.unique-top {
		margin-top: 70px;
	}
	
	#unique05 .unique-top {
		margin-top: 125px;
		display: block;
	}
	
	.note-title {
		font-size: 17px;
	}
}

/**ノート**/
.unique-note {
	position: relative;
	overflow: visible;
	padding-left: 30px;
}


/*#unique02 .unique-note {
    grid-column: span 4 / span 4;
}*/

#unique02 .unique-note,
#unique04 .unique-note {
	max-width: 400px;
	margin: 0 auto;
}

.unique-note h3 .point {
	position: relative;
	margin-left: 1.6em;
}

.unique-note h3 .point::before {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	top: 3px;;
	left: -1.7em;
}

#unique01 .unique-note h3 .point::before {
	background-image: url("../img/imizu-unique/top/heart-aqua.svg");
}
#unique02 .unique-note h3 .point::before {
	background-image: url("../img/imizu-unique/top/heart-orange.svg");
}
#unique03 .unique-note h3 .point::before {
	background-image: url("../img/imizu-unique/top/heart-red.svg");
}
#unique04 .unique-note h3 .point::before {
	background-image: url("../img/imizu-unique/top/heart-lightgreen.svg");
}
#unique05 .unique-note h3 .point::before {
	background-image: url("../img/imizu-unique/top/heart-yellow.svg");
}

.unique-marker {
	font-size: 20px;
	padding: 0px 7px;
	background-color: #fff;
	border: 1px solid #000;
	margin-right: 7px;
}

#unique01 .unique-marker {
	color: #25D4F2;
}
#unique02 .unique-marker {
	color: #FA9100;
}
#unique03 .unique-marker {
	color: #F50100;
}
#unique04 .unique-marker {
	color: #64BE4F;
}
#unique05 .unique-marker {
	color: #284679;
}

.unique-note h4 {
	display: inline;
	font-size: 20px;
	line-height: 1.8em;
	background:linear-gradient(transparent 60%, #EDFF67 60%);
}

.note-text {
	max-width: 320px;
	line-height: 1.8em;
}

.note-bg {
	position: absolute;
	z-index: -1;
	max-width: 1000px;
	top: -27%;
	left: -10%;
	object-fit: cover;
}

#unique02 .note-bg, 
#unique04 .note-bg {
	left: auto;
	right: -20%;
}

#unique05 .unique-note {
	order: 2;
}
#unique05 .unique-list {
	order: 1;
}

@media screen and (max-width: 992px) {
	#unique02 .note-bg, 
	#unique04 .note-bg {
		right: -11%;
	}
}

@media screen and (max-width: 768px) {
	.unique-note {
		position: relative;
		overflow: visible;
		padding-left: 30px;
		width: fit-content;
		margin: 0 auto;
		text-align: left;
	}
	
	unique02 .unique-note,
	#unique04 .unique-note,
	#unique05 .unique-note {
		max-width: 325px;
		margin: 0 auto;
	}
	
	.unique-note h3 p {
		margin: 0;
	}
	
	.unique-note h4 {
		text-align: left;
	}
	
	.note-text {
		max-width: 295px;
	}
	
	.note-bg,
	#unique02 .note-bg, 
	#unique04 .note-bg {
		height: 140%;
		left: -8%;
		right: auto;
	}
	
	#unique05 .note-bg {
		top: -17%;
	}
}

/**ページリスト**/
.unique-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	list-style: none;
	margin-top: 120px;
	text-align: center;
}
#unique02 .unique-list {
	grid-template-columns: 1fr 1fr;
}
#unique03 .unique-list {
	grid-template-columns: 1fr 2fr;
}
#unique04 .unique-list {
	grid-template-columns: repeat(4, 1fr);
}
#unique05 .unique-list {
	grid-template-columns: 1fr 1fr;
}

#unique02 .unique-list.mgt-0 {
	margin-top: 0;
}

.unique-list li {
	text-align: center;
}

.unique-list-img {
	width: 100%;
	max-width: 215px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 10px auto;
}

.unique-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.unique-list-img.kirinuki {
	width: 100%;
	max-width: 215px;
	border-radius: 100%;
	overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-list-img.kirinuki img {
	width: 90%;
	height: auto;
	object-fit: fill;
}

.unique-list-catch {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.2em;
}

#unique01 .unique-list-catch{
	color: #000;
}

#unique02 .unique-bubble .unique-list-catch {
	color: #FA9100;
}
#unique03 .unique-bubble .unique-list-catch {
	color: #F50100;
}
#unique04 .unique-bubble .unique-list-catch {
	color: #64BE4F;
}

.unique-list-catch::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 21px;
	height: 21px;
	top: -1.3em;
	left: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	transform: translateX(-50%);
}

#unique01 .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-white.svg");	
}
#unique02 .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-black.svg");
}
#unique02 .unique-bubble .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-orange.svg");	
}
#unique03 .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-black.svg");	
}
#unique03 .unique-bubble .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-red.svg");	
}
#unique04 .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-black.svg");	
}
#unique04 .unique-bubble .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-lightgreen.svg");	
}
#unique05 .unique-list-catch::before {
	background-image: url("../img/imizu-unique/top/heart-white.svg");	
}


@media screen and (max-width: 768px) {
	
	.unique-list-catch {
		font-size: 15px;
		position: absolute;
		z-index: 1;
		color: #fff;
		top: 30%;
        right: -50%;
		transform: rotate(10deg);
	}
	
	.unique-bubble .unique-list-catch {
		position: static;
		transform: rotate(0deg);
	}
	
	.unique-bubble .unique-list-catch::after{
		content: none;
	}

	#unique01 .unique-list-catch{
		color: #fff;
	}
	
	.unique-list-catch::before {
		display: none;
	}
	
	.unique-list-catch::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 150%;
        height: 300%;
		background: url("../img/imizu-unique/top/unique-sp-hukidashi.webp") no-repeat center / 100% 100%;
		z-index: -1;
		pointer-events: none;
	}
	
	.unique-list .unique-list-flexwrap:nth-child(even) .unique-list-catch {
		top: 30%;
        right: auto;
		left: -50%;
		transform: rotate(-10deg);
	}
	
	.unique-list .unique-list-flexwrap:nth-child(even) .unique-list-catch::after {
		transform: translate(-50%, -50%) scaleX(-1);
	}
	
	#unique01 .unique-list,
	#unique02 .unique-list,
	#unique03 .unique-list,
	#unique04 .unique-list {
		grid-template-columns: repeat(1, 1fr);
		padding: 0;
		max-width: 350px;
        margin: 120px auto 0;
		order: 1;
	}
	
	#unique05 .unique-list {
		grid-template-columns: repeat(1, 1fr);
		padding: 0;
		max-width: 350px;
		order: 1;
		margin: 150px auto 0;
	}
	
	.unique-list-img {
		max-width: 191px;
	}
	
	.unique-list-flexwrap {
		display: flex;
	}
	
	.unique-list .unique-list-flexwrap:nth-child(even) {
		display: flex;
		justify-content: flex-end;
	}
	
	.unique-list-flexbox {
		position: relative;
	}
	
}


/**吹き出し**/
.unique-bubble {
	max-width: 600px;
	padding:  40px;
	display: grid;
	grid-template-columns: repeat(2 , 1fr);
	background-color: #fff;
	border-radius: 30px;
	list-style: none;
	position: relative;
}

#unique03 .unique-bubble,
#unique04 .unique-bubble {
	grid-template-columns: repeat(2 , 1fr);
}

.unique-bubble::before {
	content: "Pick\AUp!";
	white-space: pre;
	position: absolute;
	top: -40px;
	left: 40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Fugaz One";
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
}


.unique-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -15px;
  border: 25px solid transparent;
  border-right: 35px solid #fff;
}

#unique02 .unique-bubble::after {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -15px;
  border: 25px solid transparent;
  border-bottom: 35px solid #fff;
}

.unique-bubble .unique-list-img {
	width: 170px;
	height: 170px;
}

.unique-bubble .bubble-btn {
	position: relative;
	text-align: center;
	margin: 0;
	margin-left: -1.4em;
}

.unique-bubble .bubble-btn:nth-of-type(2)::after {
	content: "";
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	top: 2.5px;
	margin-left: 5px;
}

#unique02 .unique-bubble .bubble-btn::after {
	background: url("../img/common/btn-orange.svg") no-repeat center / contain;
}
#unique03 .unique-bubble .bubble-btn::after {
	background: url("../img/common/btn-red.svg") no-repeat center / contain;
}
#unique04 .unique-bubble .bubble-btn::after {
	background: url("../img/common/btn-lightgreen.svg") no-repeat center / contain;
}

.unique-bubble li:hover a {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.unique-bubble {
		display: block;
		padding: 20px;
		max-width: 320px;
		 margin: 0 auto;
	}
	
	#unique03 .unique-bubble {
		margin-top: 50px;
	}
	
	.unique-bubble .unique-list-catch {
		position: static;
	}

	.unique-bubble li a {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.unique-bubble .unique-list-catch { 
		grid-area: 1 / 1 / 2 / 3; 
		text-align: left;
		display: flex;
        align-items: end;
        padding-bottom: 5px;
	}
	.unique-bubble .unique-list-img { 
		grid-area: 1 / 3 / 3 / 4; 
		width: 80px;
		height: 80px;
	}
	.unique-bubble .bubble-btn { 
		grid-area: 2 / 1 / 3 / 3; 
		text-align: left;
		margin: 0;
	}
	.unique-bubble::before {
		width: 63px;
		height: 63px;
		font-size: 16px;
	}
	#unique03 .unique-bubble::before {
		left: auto;
		right: 40px;
	}
	#unique02 .unique-bubble::after {
	  top: -40px;
	  margin-top: -15px;
	  border: 25px solid transparent;
	  border-bottom: 35px solid #fff;
	}
	#unique03 .unique-bubble::after {
	  top: -40px;
	  left: 10%;
	  margin-top: -15px;
	  border: 25px solid transparent;
	  border-bottom: 35px solid #fff;
	}
}

/**ボタン**/
.btn-basic.unique {
	display: flex;
	text-align: center;
	max-width: 260px;
	width: 100%;
	height: 50px;
	line-height: 1em;
	color: #000;
	font-weight: 500;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 17px;
	padding: 0 2em;	
}

.btn-basic.unique::after {
	width: 1.3em;
	height: 1.3em;
	top: 30%;
}

.unique-list-flexwrap:hover .btn-basic.unique {
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
}

#unique01 .btn-basic.unique::after {
	background: url("../img/common/btn-aqua.svg") no-repeat center / contain;
}
#unique02 .btn-basic.unique::after {
	background: url("../img/common/btn-orange.svg") no-repeat center / contain;
}
#unique03 .btn-basic.unique::after {
	background: url("../img/common/btn-red.svg") no-repeat center / contain;
}
#unique04 .btn-basic.unique::after {
	background: url("../img/common/btn-lightgreen.svg") no-repeat center / contain;
}
#unique05 .btn-basic.unique::after {
	background: url("../img/common/btn-db.svg") no-repeat center / contain;
}

@media screen and (max-width: 768px) {
	.btn-basic.unique {
		max-width: 209px;
		margin-top: -20px;
		margin-bottom: 0;
	}
}

/**カミングスーン**/

.comingsoon .unique-list-img img {
	opacity: 0.7;
	filter: brightness(0.5);
}

.comingsoon .unique-list-img::before {
    content: "coming\Asoon";
    position: absolute;
    z-index: 1;
	width: 100%;
    top: 39%;
    font-family: "Fugaz One", sans-serif;
    color: #fff;
	font-size: 25px;
    line-height: 1.2em;
	display: flex;
    justify-content: center;
    align-items: center;
	white-space: pre-wrap;
}

.comingsoon .btn-basic {
	color: #fff;
	border: 1px solid #777;
	background-color: #bbb;
}

/***英語版***/

.en-site .unique-about p {
	line-height: 1.6em;
}

.en-site .note-text {
	max-width: 400px;
	line-height: 1.6em;
    text-align: left;
}

.en-site .unique-note h4 {
	line-height: 1.4em;
}

.en-site .note-bg {
	top: -15%;
}

.en-site #unique03 .note-bg,
.en-site #unique05 .note-bg {
	top: -25%;
}

.en-site .btn-basic.unique {
	padding: 0 1.5em;
}

@media screen and (max-width: 768px) {
	.en-site .note-bg {
		top: -29%;
	}
	
	.en-site #unique05 .note-bg {
		top: -18%;
	}
	
	.en-site #unique03 .note-bg {
		top: -28%;
	}
	
	.en-site #unique04 .note-bg {
		height: 110%;
		top: -6%;
	}
	
	.en-site .unique-bubble .bubble-btn::after {
		top: auto;
	}
}