@charset "UTF-8";

/*共通*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

* {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: black;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-out !important;
	opacity: 1 !important;
}

a:hover {
	opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
	.only-pc {
		display: none;
	}
}

@media print,
screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

@media print,
screen and (min-width: 901px) {
	.max-900 {
		display: none;
	}
}

@media print,
screen and (max-width: 900px) {
	.only-900 {
		display: none;
	}
}

.swim_wrap {
	position: relative;
	overflow-x: hidden;
}

.content1 {
	position: relative;
	padding: 100px 0;
	background-image: url(../images/wave-pink.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.content1 {
		background-position: top center;
		background-size: 150%;
	}
}

.content1::before {
	background: #009EE1;
	background-image: linear-gradient(0deg, #62b89f, #009ee1);
	border-top: none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.content1 {
		padding: 10% 0 8%;
	}
}

.content1::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;

	background-image:
		url("../images/star-l.png"),
		url("../images/star-r.png"),
		url("../images/star-r.png");

	background-repeat: no-repeat;

	background-position:
		10% 6%,
		100% 20%,
		10% 98%;

	background-size:
		80px;

	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.content1::after {
		background-position:
			10% 1%,
			100% 20%,
			0% 61%;

		background-size:
			50px;
	}
}


.content2 {
	position: relative;
	padding: 100px 0;

}

.content2::before {
	background: linear-gradient(#d74e91, #af86b8);
	border-top: none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

@media screen and (max-width: 767px) {
	.content2 {
		padding: 10% 0 8%;
	}
}

.content2::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;

	background-image:
		url("../images/star-l.png"),
		url("../images/star-r.png");

	background-repeat: no-repeat;

	background-position:
		10% 8%,
		100% 36%;

	background-size:
		80px;

	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.content2::after {
		background-position:
			10% 12%,
			100% 36%;

		background-size:
			50px;
	}
}

.content3 {
	position: relative;
	padding: 100px 0;

}

.content3::before {
	background: #8D6CBB;
	border-top: none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

.content3::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;

	background-image:
		url("../images/star-r.png"),
		url("../images/star-r.png"),
		url("../images/star-l.png");

	background-repeat: no-repeat;

	background-position:
		90% 4%,
		4% 70%,
		96% 94%;

	background-size: 80px;

	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.content3 {
		padding: 10% 0 8%;
	}
}

@media screen and (max-width: 767px) {
	.content3::after {
		background-position:
			90% 1%,
			4% 10%,
			96% 44%;

		background-size:
			50px;
	}
}




.content4 {
	position: relative;
	padding: 100px 0;

	z-index: 1;
}

.content4::before {
	background: linear-gradient(#fcbc8b, #f99c56);
	border-top: none;
	content: "";
	position: absolute;
	width: 150vw;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

.content4::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;

	background-image:
		url("../images/star-r.png"),
		url("../images/star-l.png");

	background-repeat: no-repeat;

	background-position:
		90% 17%,
		6% 49%;

	background-size:
		80px;

	pointer-events: none;
}


@media screen and (max-width: 767px) {
	.content4 {
		padding: 10% 0 8%;
	}
}

@media screen and (max-width: 690px) {
	.content4::before {
		height: 98%;
	}
}

@media screen and (max-width: 767px) {
	.content4::after {
		background-position:
			6% 1%,
			90% 17%;

		background-size:
			50px;
	}
}




/*---------------------------
レスポンシブ
-----------------------------*/


/*--------------------
 ゆめバーゲン
  ---------------------*/

.header {
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.fv-ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 60%;
	aspect-ratio: 1 / 1;

}

@media screen and (max-width: 1700px) {
	.fv-ttl {
		max-width: 800px;

	}
}

@media screen and (max-width: 767px) {
	.fv-ttl {
		width: 110%;

	}
}





.fv-ttl img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	z-index: 999;
}

.fv-ttl::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	width: 100%;
	height: 100%;

	/* 背景：白26% */
	background: rgba(255, 255, 255, 0.55);

	/* 線：白100% */
	border: 16px solid #ffffff;

	border-radius: 50%;

	/* 内側シャドウ + 外側ドロップシャドウ */
	box-shadow:
		inset 0 3px 30px #8DD5E8,
		13px 13px 10px #8DD5E8;

	z-index: -1;

}

@media screen and (max-width: 768px) {
	.fv-ttl::before {
		border: 6px solid #ffffff;

	}
}

.top_logo {
	position: absolute;
	z-index: 999;
	width: 200px;
	height: auto;
	left: 1em;
	top: 1em;
	background: #ffffff;
	padding: 0.2em;
}

@media screen and (max-width: 1290px) {
	.top_logo {
		width: 150px;
	}
}

@media screen and (max-width: 767px) {
	.top_logo {
		width: 150px;
		top: 3em;
	}
}

@media screen and (max-width: 560px) {
	.top_logo {
		width: 120px;
		top: 2em;
	}
}

.fv_bg {
	position: relative;
	width: 100%;
	line-height: 0;
	margin: auto;
	background-image: radial-gradient(#bef2ff, #35b9dc);
	background-size: 100%;
	background-position: 0% 0%;
}

@media screen and (min-width: 768px) {
	.fv_bg {
		z-index: 0;
	}
}


.fv_bg::before,
.fv_bg::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	background-image: url("../images/fv_line.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 30px;

	z-index: 1;
}

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

	.fv_bg::before,
	.fv_bg::after {
		height: 17px;
		background-size: auto 17px;
	}
}

.fv_bg::before {
	top: 0;
}

.fv_bg::after {
	bottom: 0;
}


.fv-inner {
	padding: 14% 0;
}

@media screen and (max-width: 767px) {
	.fv-inner {
		padding: 80% 0;
	}
}


.fv-img {
	position: relative;
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.main__title {
	margin: 0 auto;
}


.osae {
	padding: 1rem 4% 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.osae {
		font-size: 0.95rem;
		font-weight: 500;
	}
}

.content_attention {
	background: #ffffff;
	padding: 5% 0;
	position: relative;
	z-index: 20;
}

.attention {
	margin: 0 auto;
	text-align: center;
	font-style: 1.2em;
	font-weight: 600;
	padding: 2em 1em;
	border: #002C58 solid 2px;
	color: #002C58;
	max-width: 1100px;
	width: 95%;
}

@media screen and (max-width: 599px) {
	.attention {
		padding: 1em;
	}
}

.attention_main {
	font-size: 1.5em;
	margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
	.attention_main {
		font-size: 1.2em;
	}
}

.attention_sub {
	margin-top: 1em;
	font-size: 1em;
	text-align: left;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
	.attention_sub {
		font-size: 0.9em;
	}
}

.tenpo_attention {
	margin: 20px auto;
	text-align: center;
}

.product__list {
	position: relative;
	padding: 100px 0 40px;
	max-width: 1000px;
	width: 90%;
	margin: 3% auto;
	z-index: 50;
}

@media screen and (max-width: 767px) {
	.product__list {
		padding: 20px 0 40px;
		margin: 10% auto;
		width: 95%;
	}
}

.product__list2 {
	position: relative;
	padding: 100px 0 40px;
	width: 100%;
	margin: auto;
	z-index: 50;
}

@media screen and (max-width: 767px) {
	.product__list2 {
		padding: 20px 0 40px;
		width: 95%;
	}
}

.product__list--fst {
	margin-top: 56px;
}

.product__list-ttl {
	padding: 70px 0 20px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/ttl-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
	margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
	.product__list-ttl {
		padding: 20px 0 20px;
		width: 98%;
	}
}

.product__list-ttl h3 {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	font-size: 3.7em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	line-height: 0.7;
}

@media screen and (max-width: 767px) {
	.product__list-ttl h3 {
		font-size: 3em;
	}
}

.product__list-ttl h3 span.yen {
	font-size: 0.6em;
	font-weight: 600;
}

.product__list-ttl h3 span.kinitsu {
	font-size: 0.8em;
	font-weight: 600;
}

.product__list-ttl h3 span.zeikomi {
	font-size: 0.3em;
	font-weight: 400;
}

.product__list-ttl h3 span.tax {
	font-size: 0.4em;
	font-weight: 600;
}

.product__list-ttl h3 span.per {
	font-size: 1.4em;
}

.product__list-ttl h3.peroff {
	margin-top: -20px;
	font-size: 5.3em;
	line-height: 0.9;
	letter-spacing: 1px;
	display: table;
}

@media screen and (max-width: 767px) {
	.product__list-ttl h3.peroff {
		font-size: 3.4em;
		line-height: 0;
	}
}

.product__list-ttl h3.peroff span.hontai {
	display: inline-block;
	font-size: 0.4em;
	font-weight: 600;
	line-height: 1.6em;
}

.product__list-ttl h3.peroff span.hotai_ss {
	display: inline-block;
	font-size: 0.2em;
	font-weight: 400;
	line-height: 1.6em;
}

.peroff_hontai {
	font-size: 1.2em;
	margin-top: 10%;
	color: #ffffff;
	font-weight: 800;
}

@media screen and (max-width: 767px) {
	.peroff_hontai {
		margin: 20px auto 0;
		text-align: center;
	}
}

.peroff_hontai2 {
	max-width: 150px;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.peroff_hontai2 {
		max-width: 120px;
		margin-right: 10px;
	}
}

.product__list-ttl h3.peroff span.byregi {
	font-size: 0.5em;
}

.product__list-ttl h3.peroff span.peroff {
	font-size: 0.8em;
}

.peroff-top {
	max-width: 1000px;
	margin: auto;
	position: relative;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/ttl-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
}

.peroff-top .product__list-ttl--peroff {
	padding: 70px 0 20px;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.peroff-top .product__list-ttl--peroff {
		padding: 20px 0 20px;
	}
}

.peroff-top2 {
	width: 100%;
	position: relative;
}

.product__list-ttl--peroff2 {
	padding: 70px 0 30px;
	z-index: 0;
}

.peroff-top3 {
	width: 100%;
	position: relative;
}

.product__list-ttl--peroff3 {
	padding: 70px 0 30px;
	z-index: 0;
}

.peroff-top4 {
	width: 100%;
	position: relative;
}

.product__list-ttl--peroff4 {
	padding: 80px 0 30px;
	background: #EB6878;
	z-index: 0;
}

.peroff-top5 {
	width: 100%;
	position: relative;
}

.product__list-ttl--peroff5 {
	padding: 80px 0 30px;
	background: #14B4A0;
	z-index: 0;
}

.peroff-top6 {
	width: 100%;
	position: relative;
}

.product__list-ttl--peroff6 {
	padding: 80px 0 30px;
	background: #F29040;
	z-index: 0;
}

.peroff-top7 {
	width: 100%;
	position: relative;
}

.product__list-ttl--peroff7 {
	padding: 90px 0 30px;
	background: #FAD1E8;
	z-index: 0;
}

.corner_txt {
	text-align: center;
	font-weight: 800;
	margin: 0 auto;
	position: relative;
	padding: 0 1em;
	z-index: 2;
	line-height: 1.2;
}

.txt-b {
	color: #002C58;
	font-size: 3.9em;
	padding: 0 2em;
}

.txt-p {
	color: #E5167D;
}

@media screen and (max-width: 767px) {
	.txt-b {
		font-size: 3em;
		padding: 0 2em;
	}
}

@media screen and (max-width: 500px) {
	.txt-b {
		font-size: 2.5em;
		padding: 0 1em;
	}
}

.txt-s {
	color: #002C58;
	font-size: 3.6em;
}

@media screen and (max-width: 767px) {
	.txt-s {
		font-size: 2em;
		padding: 0 1em;
	}
}

@media screen and (max-width: 500px) {
	.txt-s {
		font-size: 2em;
		padding: 0 0.5em;
	}
}

.txt-m {
	color: #002C58;
	font-size: 3.6em;
	padding: 0 2em;
}

@media screen and (max-width: 767px) {
	.txt-m {
		font-size: 2em;
		padding: 0 2em;
	}
}

@media screen and (max-width: 500px) {
	.txt-m {
		font-size: 2em;
		padding: 0 0.5em;
	}
}

.product__list-ttl--peroff .tokusetsu--txt {
	font-size: 1.2em;
	font-weight: 600;
	color: #002C58;
}

@media screen and (max-width: 767px) {
	.product__list-ttl--peroff .tokusetsu--txt {
		font-size: 1em;
	}
}

.bg-ladies {
	background-color: #E5167D;
	color: #ffffff;
	padding: 3px 10px;
	margin-left: 10px;
}

.bg-mens {
	background-color: #00A8D7;
	color: #ffffff;
	padding: 3px 10px;
	margin-left: 10px;
}

.bg-kids {
	background-color: #009844;
	color: #ffffff;
	padding: 3px 10px;
	margin-left: 10px;
}

.product__list-ttl--peroff .tokusetsu--logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
	z-index: 1;
	position: relative;
}

.product__list-ttl--peroff .tokusetsu--logo-item {
	margin: 0 4px;
}

.block_contents {
	display: inline-block;
}

.per_txt_block {
	display: flex;
	max-width: 700px;
	margin: auto;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.per_txt_block {
		max-width: 500px;
	}
}

.per_txt {
	display: flex;
	color: #FFF100;
	font-weight: 800;
	line-height: 1.1;
}

.per_txt_block2 {
	display: flex;
	max-width: 700px;
	margin: auto;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.per_txt_block2 {
		display: block;
		width: 100%;
		max-width: 500px;
	}
}

.per_txt_block3 {
	display: flex;
	max-width: 600px;
	margin: 20px auto 0;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.per_txt_block3 {
		max-width: 500px;
		width: 100%;
	}
}

.per_txt2 {
	display: flex;
	color: #FFF100;
	font-weight: 800;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	.per_txt2 {
		width: 100%;
		margin: auto;
		justify-content: center;
	}
}

.per_main {
	font-size: 150px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.per_main {
		font-size: 90px;
		margin-right: 2px;
		margin: auto;
	}
}

.per_tilde {
	font-size: 20px;
	display: inline-flex;
	vertical-align: middle;
	padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
	.per_tilde {
		font-size: 8px;
	}
}

.per_sub {
	font-size: 62px;
	margin: 16% 0 0;
	line-height: 1;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.per_sub {
		font-size: 36px;
		margin: 14% auto 0;
		line-height: 1;
	}
}

.per_sub3 {
	font-size: 62px;
	margin: 11% 0 0;
	line-height: 1;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.per_sub3 {
		font-size: 36px;
		margin: 6% auto 0 0;
		line-height: 1;
	}
}

.ect_txt {
	background-color: #FFF100;
	color: #0081CC;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.ect_txt {
		font-size: 20px;
		padding: 5px;
	}
}

.ect_txt2 {
	background-color: #FFF100;
	color: #63ACE0;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.ect_txt2 {
		font-size: 20px;
		padding: 5px;
	}
}

.ect_txt3 {
	background-color: #FFF100;
	color: #00B3D6;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.ect_txt3 {
		font-size: 20px;
		padding: 5px;
	}
}

.product__list .ichirei {
	text-align: center;
}

.product__list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	gap: 1em;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.product__list ul {
		justify-content: space-between;
		gap: 2.5em;
	}
}

@media screen and (max-width: 767px) {
	.product__list ul li {
		margin: auto;
		max-width: 300px;
		width: 45%;
	}
}

.product__list2 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	gap: 1em;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.product__list2 ul {
		justify-content: space-between;
		gap: 2.5em;
	}
}

@media screen and (max-width: 767px) {
	.product__list2 ul li {
		margin: auto;
		max-width: 300px;
		width: 45%;
	}
}

.item__img {
	max-width: 400px;
	margin: 30px;
}

@media screen and (max-width: 767px) {
	.item__img {
		max-width: 400px;
		margin: 20px;
	}
}

.item__img2 {
	max-width: 400px;
	margin: 15px;
}

@media screen and (max-width: 767px) {
	.item__img2 {
		max-width: 400px;
		margin: 10px;
	}
}

.item__info {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.item__info {
		display: block;
	}
}

.item__info .item__comment {
	width: 100%;
	margin-top: 12px;
}

.logo_ichirei {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.logo_ichirei {
		margin-bottom: 8px;
	}
}

.logo_ichirei .item__ichirei p {
	font-size: 1em;
	color: #002C58;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.logo_ichirei .item__ichirei p {
		font-size: 1.1em;
	}
}

.logo_ichirei-long {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.logo_ichirei-long {
		margin-bottom: 8px;
	}
}

.logo_ichirei-long .item__ichirei p {
	font-size: 1em;
	color: #002C58;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.logo_ichirei-long .item__ichirei p {
		font-size: 1.1em;
	}
}

.item__logo {
	max-width: 120px;
	border: #000 solid 1px;
}

@media screen and (max-width: 767px) {
	.item__logo {
		max-width: 110px;
	}
}

.item__logo img {
	display: block;
	width: 100%;
	/* 必要なら指定 */
	height: auto;
}

.item__logo-long {
	max-width: 280px;
	border: #000 solid 1px;
	margin-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
	.item__logo-long {
		max-width: 200px;
	}
}

.item__logo-long img {
	display: block;
	width: 100%;
	/* 必要なら指定 */
	height: auto;
}

.item__comment {
	margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
	.item__comment p {
		font-size: 0.9em;
	}
}

.item__peroff {
	margin-top: 12px;
}

.item__maker p {
	font-size: 0.9em;
	font-weight: 500;
	margin-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
	.item__maker p {
		font-size: 1em;
	}
}

.item__waribiki {
	display: flex;
	align-items: baseline;
	line-height: 1;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.item__waribiki {
		flex-wrap: wrap;
		font-size: 0.8em;
		justify-content: end;
	}
}

.item__waribiki p {
	font-size: 2em;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.item__waribiki p {
		text-align: right;
	}
}

.item__waribiki .waribiki {
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.item__waribiki .waribiki {
		width: 100%;
	}
}

.item__waribiki .waribiki p {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #E4007F;
	padding: 2px 5px;
}

@media screen and (max-width: 767px) {
	.item__waribiki .waribiki p {
		margin-left: 52%;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.item__waribiki .waribiki {
		margin-top: 8px;
		margin-right: 0;
		width: 100%;
		text-align: right;
	}
}

.item__waribiki2 {
	line-height: 1;
	text-align: right;
}

.item__waribiki2 p {
	font-size: 2em;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.item__waribiki2 p {
		text-align: right;
		font-size: 2em;
	}
}

.item__waribiki2 .waribiki2 {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.item__waribiki2 .waribiki2 {
		width: 100%;
	}
}

.item__waribiki2 .waribiki2 p {
	font-size: 1.1em;
	color: #ffffff;
	background-color: #E5167D;
	padding: 2px 5px;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.item__waribiki2 .waribiki2 p {
		font-size: 1.2em;
		text-align: center;
		line-height: 1.4;
	}
}

.item__waribiki .tax {
	margin-left: 4px;
}

@media screen and (max-width: 767px) {
	.item__waribiki .tax {
		width: 100%;
	}
}

.item__waribiki .tax p {
	font-size: 1em;
}

.item__waribiki2 .tax {
	margin-left: 4px;
}

@media screen and (max-width: 767px) {
	.item__waribiki2 .tax {
		width: 100%;
		margin-left: 0;
	}
}

.item__waribiki2 .tax2 {
	margin-left: 4px;
}

@media screen and (max-width: 767px) {
	.item__waribiki2 .tax2 {
		width: 100%;
		margin-left: 0;
	}
}

.item__waribiki2 .tax p {
	font-size: 1.2em;
}

.item__waribiki2 .tax2 p {
	font-size: 1.2em;
	color: #E5167D;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.item__waribiki2 .tax p {
		font-size: 1.3em;
	}

	.item__waribiki2 .tax2 p {
		font-size: 1.3em;
	}
}

.item__waribiki2 .price2 p {
	color: #E5167D;
	font-weight: 700;
}

.item p {
	line-height: 1.4;
	color: #002C58;
}

.product__list ul li.w100 {
	width: 100%;
	margin: 0 auto;
	max-width: none;
	background-color: #ffffff;
}

@media screen and (max-width: 900px) {
	.product__list ul li.w100 {
		width: 49%;
		max-width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.product__list ul li.w100 {
		width: 100%;
		max-width: 500px;
	}
}

.product__list ul li.w100 .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 900px) {
	.product__list ul li.w100 .item {
		display: flex;
		flex-direction: column;
	}
}

.product__list ul li.w100 .item__img {
	width: 70%;
	max-width: 370px;
	margin-bottom: 0;
	margin-right: 16px;
}

@media screen and (max-width: 900px) {
	.product__list ul li.w100 .item__img {
		width: 100%;
		margin-right: 8px;
		margin: auto;
	}
}

.product__list ul li.w100 .item__info {
	width: 40%;
}

@media screen and (max-width: 900px) {
	.product__list ul li.w100 .item__info {
		width: 100%;
		margin: auto;
		order: 1;
	}
}

.product__list ul li.sp100 {
	display: inline-block;
	width: 49%;
	background-color: #ffffff;
}

@media screen and (max-width: 767px) {
	.product__list ul li.sp100 {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.product__list ul li.sp100 .item {
		display: flex;
		flex-direction: column;
	}
}

.product__list ul li.sp100 .item__img2 {
	max-width: 400px;
	margin: 15px
}

@media screen and (max-width: 767px) {
	.product__list ul li.sp100 .item__img2 {
		width: 100%;
		margin: auto;
	}
}

.product__list ul li.sp100 .item__info {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.product__list ul li.sp100 .item__info {
		width: 100%;
		margin: auto;
		order: 1;
	}
}

.kinitsu {
	opacity: 0;
	transform: translateX(-60px) rotate(-5deg);
	transition: opacity .7s cubic-bezier(.5, .3, .3, 1), transform .7s cubic-bezier(.5, .3, .3, 1);
}


/* 表示状態 */

.kinitsu.is-show {
	opacity: 1;
	transform: translateX(0) rotate(-5deg);
}

@media screen and (max-width: 900px) {
	.kinitsu {
		transform: translateX(-60px) rotate(-3deg);
	}

	.kinitsu.is-show {
		opacity: 1;
		transform: translateX(0) rotate(-3deg);
	}
}

.kinitsu-pc {}

@media screen and (max-width: 900px) {
	.kinitsu-pc {
		transform: rotate(0deg);
	}
}

.product__list2 ul li.kinitsu-list {
	width: 32%;
	max-width: 400px;
}

@media screen and (max-width: 900px) {
	.product__list2 ul li.kinitsu-list {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.product__list2 ul li.kinitsu-list {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.product__list2 ul li.kinitsu-list .item {
		display: flex;
		flex-direction: column;
		padding: 1em;
		gap: 3em;
	}
}

.product__list2 ul li.kinitsu-list .item__img2 {
	max-width: 400px;
	margin: 0 0 1em;
}

@media screen and (max-width: 1200px) {
	.product__list2 ul li.kinitsu-list .item__img2 {
		margin: 0 0 3em;
	}
}

.product__list2 ul li.kinitsu-list .item__img2::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 250px;
	/* 背景：白26% */
	background: rgba(255, 255, 255, 0.26);
	/* 線：白100% */
	border: 5px solid #ffffff;
	border-radius: 50%;
	/* 内側シャドウ + 外側ドロップシャドウ */
	box-shadow:
		inset 0 3px 30px #ffff00,
		3px 3px 10px #ffff00;
	z-index: -1;
}

.product__list2 ul li.kinitsu-list .item__img2.pb::before {
	box-shadow:
		inset 0 3px 30px #FF008E,
		3px 3px 10px #FF008E;
}

.product__list2 ul li.kinitsu-list .item__img2.ppb::before {
	box-shadow:
		inset 0 3px 30px #BC00FF,
		3px 3px 10px #BC00FF;
}

.product__list2 ul li.kinitsu-list .item__img2.ob::before {
	box-shadow:
		inset 0 3px 30px #FF2300,
		3px 3px 10px #FF2300;
}

@media screen and (max-width: 767px) {
	.product__list2 ul li.kinitsu-list .item__img2 {
		width: 100%;
		margin: auto;
	}
}

.product__list2 ul li.kinitsu-list .item__info {
	position: relative;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.product__list2 ul li.kinitsu-list .item__info {
		max-width: 400px;
		width: 100%;
		margin: auto;
		order: 1;
	}
}

.product__list2 ul li.kinitsu-list .item__info p {
	color: #ffffff;
}

.kinitsu-w100 {
	width: 49%;
	max-width: 500px;
	margin: 0 auto;
	max-width: none;
}

@media screen and (max-width: 767px) {
	.kinitsu-w100 {
		width: 100%;
		max-width: 500px;
	}
}

.kinitsu-w100 .item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kinitsu-w100 .item::before {
	content: "";
	position: absolute;
	top: 48%;
	left: 50%;
	width: 90%;
	height: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.36) 60%, rgba(255, 255, 255, 0.7) 100%);
	z-index: -1;
}

@media screen and (max-width: 1400px) {
	.kinitsu-w100 .item::before {
		height: 65%;
		width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	.kinitsu-w100 .item::before {
		height: 80%;
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.kinitsu-w100 .item {
		display: flex;
		flex-direction: column;
	}
}

.kinitsu-w100 .item__img {
	width: 70%;
	max-width: 370px;
	margin: 0;
}

@media screen and (max-width: 900px) {
	.kinitsu-w100 .item__img {
		width: 100%;
		margin-right: 8px;
		margin: auto;
	}
}

.kinitsu-w100 .item__info {
	width: 40%;
}

@media screen and (max-width: 900px) {
	.kinitsu-w100 .item__info {
		width: 100%;
		margin: auto;
		order: 1;
	}
}

.kinitsu-rotate {
	position: relative;
	margin: -9% auto 0;
	z-index: 1;
}

@media screen and (max-width: 900px) {
	.kinitsu-rotate {
		margin: -12% auto 0;
	}
}

.kinitsu-rotate ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2em;
	max-width: 1500px;
	margin: 0 auto 0;
}

.ttl-rotate {
	width: 50%;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.ttl-rotate {
		max-width: 700px;
		width: 80%;
		padding: 1em 0;
	}
}


/*アニメーション*/

.anime-l {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-40px);
}

.anime-b {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(50px);
}

.anime-bplus {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transition-delay: 0.5s;
	transform: translateY(50px);
}

.anime-o {
	opacity: 0;
	visibility: hidden;
	transition: 2.5s;
}

.slide-in {
	overflow: hidden;
	display: inline-block;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.slide-in {
		padding: 4px 0;
	}
}

.slide-in_inner {
	display: inline-block;
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

#loadTrigger {
	opacity: 0;
}

#s_footer #s_toPageTop {
	padding: 50px;
	overflow: hidden;
	position: fixed;
	right: -26px;
	bottom: -26px;
	z-index: 50;
}

#s_footer #s_toPageTop button {
	width: 64px;
	height: 64px;
	overflow: hidden;
	position: relative;
	background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
	text-indent: -9999em;
	white-space: nowrap;
	border-radius: 50%;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
	border: none;
}

#s_footer #s_toPageTop button:after {
	content: "";
	display: block;
	width: 18px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
	transform: rotate(-90deg);
	background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media screen and (max-width: 767px) {
	#s_footer #s_toPageTop {
		right: -40px;
		bottom: -28px;
	}

	#s_footer #s_toPageTop button {
		width: 50px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	}

	#s_footer #s_toPageTop button:after {
		width: 6px;
		height: 36px;
		margin-left: -3px;
		background-size: 5px auto;
	}
}


/*# sourceMappingURL=style_main.css.map */

.hangaku_img {
	position: relative;
	max-width: 780px;
	width: 70%;
	margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
	.hangaku_img {
		margin: 20px auto 20px;
		max-width: 600px;
		width: 95%;
	}
}

.y1000_img {
	position: relative;
	max-width: 700px;
	width: 70%;
	margin: 0 auto 20px;
}

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

	.hangaku_img::before,
	.y1000_img::before {
		position: absolute;
		content: "";
		background-image: url(../images/ttl-acc-top.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 120px;
		height: 120px;
		top: -10%;
		left: -10%;
	}

	.hangaku_img::after,
	.y1000_img::after {
		position: absolute;
		content: "";
		background-image: url(../images/ttl-acc-bottom.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 130px;
		height: 80px;
		bottom: -10%;
		right: -14%;
	}
}

@media screen and (max-width: 767px) {
	.y1000_img {
		margin: 20px auto 20px;
		max-width: 600px;
		width: 95%;
	}
}

.hangaku_eg {
	position: relative;
	max-width: 800px;
	width: 95%;
	margin: 0 auto 20px;
	z-index: 10;
}

.hangaku_attention {
	position: relative;
	margin: 20px auto;
	font-size: 0.9em;
	text-align: left;
	z-index: 10;
}

.item_attention {
	margin: 20px auto;
	font-size: 1em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.item_attention {
		font-size: 0.9em;
		text-align: left;
	}
}

.original_price-off20 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #E5167D;
	margin-top: 1.5em;
	margin-bottom: -1em;
}

@media screen and (max-width: 767px) {
	.original_price-off20 {
		font-size: 1.4em;
		margin-top: 20px;
		margin-bottom: -0.5em;
	}
}

.cash_register-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	margin: auto;
}

.register {
	color: #ffffff;
	background-color: #E5167D;
	line-height: 1em;
	font-size: 1.6em;
	display: inline-block;
	font-weight: bold;
	padding: 5px;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.register {
		font-size: 1em;
		margin-top: 20px;
	}
}

.off-20_yellow {
	color: #E5167D;
	font-size: 3.7em;
	font-weight: 900;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.off-20_yellow {
		font-size: 2.6em;
	}
}

.yellow20 {
	font-size: 1.6em;
}

@media screen and (max-width: 767px) {
	.yellow20 {
		font-size: 1.4em;
	}
}

hr {
	height: 1px;
	background-color: #ffffff;
	width: 100%;
	border: none;
	margin: 1em 0;
}

@media screen and (max-width: 767px) {
	hr {
		margin: 1em 0;
	}
}

.mb_40 {
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.mb_40 {
		padding-bottom: 0;
	}
}


/* fadeUp */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
	opacity: 0;
}

.check-bg {
	position: relative;
	background-color: #D4F6FF;
	padding: 18% 0 5%;
	margin-top: -15%;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.check-bg {
		margin-top: -18%;
		padding: 20% 0 5%;
	}
}


.item-name {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
	.item-name {
		margin-bottom: 0.5em;
	}
}

.item-size {
	font-weight: 500;
}

.color-pink {
	color: #E5167D;
}

.color-blue {
	color: #00A8D7;
}

.color-green {
	color: #009844;
}

.price-small {
	font-size: 0.7em;
}

.bd-pink {
	position: relative;
	border: #E5167D solid 10px;
}

@media screen and (max-width: 767px) {
	.bd-pink {
		border: #E5167D solid 5px;
	}
}

.bd-skyblue {
	position: relative;
	border: #4FC3E3 solid 10px;
}

@media screen and (max-width: 767px) {
	.bd-skyblue {
		border: #4FC3E3 solid 5px;
	}
}

.bd-orange {
	position: relative;
	border: #F19542 solid 10px;
}

@media screen and (max-width: 767px) {
	.bd-orange {
		border: #F19542 solid 5px;
	}
}

.bd-blue {
	position: relative;
	border: #0E4D92 solid 10px;
}

@media screen and (max-width: 767px) {
	.bd-blue {
		border: #0E4D92 solid 5px;
	}
}

.trapezoid-title-pink {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 254px;
	height: 54px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.trapezoid-title-pink {
		top: -5px;
		left: -5px;
		width: 254px;
		height: 54px;
		font-size: 2em;
	}
}

.trapezoid-title-pink::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #E5167D;
	clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-title-skyblue {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 254px;
	height: 54px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.trapezoid-title-skyblue {
		top: -5px;
		left: -5px;
		width: 254px;
		height: 54px;
		font-size: 2em;
	}
}

.trapezoid-title-skyblue::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #4FC3E3;
	clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-title-orange {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 254px;
	height: 54px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.trapezoid-title-orange {
		top: -5px;
		left: -5px;
		width: 254px;
		height: 54px;
		font-size: 2em;
	}
}

.trapezoid-title-orange::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #F19542;
	clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-title-blue {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 254px;
	height: 54px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.trapezoid-title-blue {
		top: -5px;
		left: -5px;
		width: 254px;
		height: 54px;
		font-size: 2em;
	}
}

.trapezoid-title-blue::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #0E4D92;
	clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-ss {
	font-size: 1.5em;
}

.item {
	padding: 1em 1em 1.5em;
}

@media screen and (max-width: 767px) {
	.item {
		padding: 4em 1.5em 2em;
	}
}

.speech-bubble {
	position: relative;
	height: 200px;
	width: fit-content;
	text-align: center;
	margin: 0% auto -3%;
	animation: fluffyFloat 2.4s ease-in-out infinite;
	z-index: 10;
}

@media screen and (min-width: 1900px) {
	.speech-bubble {
		margin: 0% auto -2%;
	}
}

@media screen and (max-width: 767px) {
	.speech-bubble {
		height: 130px;
	}
}

@keyframes fluffyFloat {
	0% {
		transform: translateY(0) rotate(-2deg);
	}

	20% {
		transform: translateY(-6px) rotate(2deg);
	}

	40% {
		transform: translateY(-12px) rotate(-1deg);
	}

	60% {
		transform: translateY(-6px) rotate(2deg);
	}

	80% {
		transform: translateY(0px) rotate(-2deg);
	}

	100% {
		transform: translateY(0) rotate(-2deg);
	}
}

.speech-bubble img {
	width: auto;
	height: 100%;
}

.youme-card {
	position: relative;
	padding: 3% 0;
	max-width: 800px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.youme-card {
		padding: 3% 0 16%;
	}
}

.youme-card-img {
	margin: 1em auto;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.youme-card-img {
		width: 100%;
	}
}

.lineup {
	max-width: 375px;
	margin: 5% auto 0;
	text-align: center;
}

.lineup img {
	animation: taillamp-blink 1.6s cubic-bezier(.7, 0, .3, 1) infinite;
}

@keyframes taillamp-blink {
	0% {
		opacity: 0.08;
	}

	15% {
		opacity: 1;
	}

	45% {
		opacity: 1;
	}

	55% {
		opacity: 0.7;
	}

	59% {
		opacity: 0.2;
	}

	65%,
	100% {
		opacity: 0.08;
	}
}


.shadow1 {
	box-shadow: 10px 10px 0px 0px rgba(255, 241, 0, 1);
}

@media screen and (max-width: 767px) {
	.shadow1 {
		box-shadow: 3px 3px 0px 0px rgba(255, 241, 0, 1);
	}
}

.shadow2 {
	box-shadow: 10px 10px 0px 0px rgba(229, 27, 92, 1);
}

@media screen and (max-width: 767px) {
	.shadow1 {
		box-shadow: 3px 3px 0px 0px rgba(229, 27, 92, 1);
	}
}

.shadow3 {
	box-shadow: 10px 10px 0px 0px rgba(14, 77, 146, 1);
}

@media screen and (max-width: 767px) {
	.shadow1 {
		box-shadow: 3px 3px 0px 0px rgba(14, 77, 146, 1);
	}
}

.con-line-top {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.con-line-top {
		margin-top: -10%;
	}
}

.con-line-bottom {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 0;
	margin-top: -3%;
}

@media screen and (max-width: 767px) {
	.con-line-bottom {
		margin-bottom: 8%;
		margin-left: 0;
		margin-top: -25%;
	}
}

.bd-none {
	border: none;
}


.ttl-line900 {
	position: relative;
	width: 100%;
	margin: auto;
}

.circle01 {
	position: absolute;
	width: 500px;
	top: 10%;
	left: -20%;
	animation: slow-rotate 40s linear infinite;
	z-index: -1;
}

@media screen and (min-width: 1500px) {
	.circle01 {
		left: -10%;
	}
}

.circle02 {
	position: absolute;
	width: 500px;
	bottom: 10%;
	right: -20%;
	animation: slow-rotate 40s linear infinite;
	z-index: -1;
}

@media screen and (min-width: 1500px) {
	.circle02 {
		right: -10%;
	}
}

@media screen and (max-width: 767px) {
	.circle02 {
		width: 230px;
		right: -10%;
		bottom: 76%;
	}
}

@keyframes slow-rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.circle03 {
	position: absolute;
	width: 500px;
	bottom: -4%;
	right: -20%;
	animation: slow-rotate 40s linear infinite;
	z-index: -1;
}

@media screen and (min-width: 1700px) {
	.circle05 {
		right: -15%;
	}
}

@media screen and (max-width: 1200px) {
	.circle03 {
		width: 300px;
		bottom: -4%;
		right: -15%;
	}
}



@media screen and (max-width: 767px) {
	.circle03 {
		width: 230px;
		bottom: 1%;
		right: -20%;
	}
}


.circle04 {
	position: absolute;
	width: 500px;
	bottom: -20%;
	left: -20%;
	animation: slow-rotate 40s linear infinite;
	z-index: -1;
}


@media screen and (max-width: 1500px) {
	.circle04 {
		left: -20%;
		bottom: -30%;
	}
}

@media screen and (max-width: 1200px) {
	.circle04 {
		width: 300px;
		left: -15%;
		bottom: -20%;
	}
}

@media screen and (max-width: 767px) {
	.circle04 {
		width: 230px;
		left: 80%;
		bottom: -100%;
	}
}

.circle05 {
	position: absolute;
	width: 500px;
	bottom: 2%;
	right: -25%;
	animation: slow-rotate 40s linear infinite;
	z-index: -1;
}

@media screen and (min-width: 1700px) {
	.circle05 {
		right: -15%;
	}
}

@media screen and (max-width: 1200px) {
	.circle05 {
		width: 300px;
		bottom: -8%;
	}
}


@media screen and (max-width: 767px) {
	.circle05 {
		width: 230px;
		bottom: -5%;
		right: 80%;
	}
}

.chirashi-notice {
	text-align: center;
	font-size: 1em;
	margin: 1em auto;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	.chirashi-notice {
		padding: 0 1em;
		text-align: left;
	}
}

img {
	text-align: center;
}

.plaid {
	position: absolute;
	pointer-events: none;
	z-index: 0;

	background: conic-gradient(#ffffff66 25%,
			transparent 0 50%,
			#ffffff66 0 75%,
			transparent 0);

	background-size: 50px 50px;
}

/* PC：左右に配置 */
.plaid-left {
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
}

.plaid-right {
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

/* スマートフォン：上下に配置 */
@media screen and (max-width: 767px) {
	.plaid-left {
		top: 0;
		left: 0;
		width: 100%;
		height: 30%;
	}

	.plaid-right {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
	}
}


/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.d-demo__wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	margin: 60px 0;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.d-demo__wrap {
		position: absolute;
		bottom: 5%;
		margin: 0;
		z-index: 999;
	}
}

.d-demo__list {
	display: flex;
	list-style: none;
}

.d-demo__list--left {
	animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.d-demo__item {
	width: 2000px;
}

@media screen and (max-width: 767px) {
	.d-demo__item {
		width: 1500px;
	}
}

.demo__wrap:hover .d-demo__list--left {
	animation-play-state: paused;
}

.waribiki-price {
	background-color: #ffffff;
	padding: 0 0.3em;
	margin-right: 0.5em;
	color: #C8651A;
	font-size: 0.5em;
}

.conttent-ttl {
	position: relative;
	isolation: isolate;
}

.conttent-ttl::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 70%;
	transform: translateY(-50%);

	background-image: linear-gradient(90deg,
			transparent,
			#ffffffb3 50%,
			transparent);

	pointer-events: none;
}

.conttent-ttl.ver-03::after {
	width: 100%;
	height: 100%;
}


.conttent-ttl-img {
	max-width: 670px;
	width: 90%;
	margin: auto;
	text-align: center;
}

.conttent-ttl-img.ver03 {
	max-width: 560px;
	width: 90%;
	margin: auto;
	text-align: center;
	padding: 1.5em 0;
}

.conttent-ttl-img.ver04 {
	max-width: 560px;
	width: 90%;
	margin: auto;
	text-align: center;
	padding: 3em 0 2em;
}

.youme-card-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

.youme-card-flex-in {
	width: 390px;
}

@media screen and (max-width: 767px) {
	.youme-card-flex-in {
		width: 90%;
	}
}