html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #fff;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body#bloom {
	background-color: #f8f8f3;
	width: 100%;
	color: #000000;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0px;
}

body#bloom img {
	display: block;
	width: 100%;
	height: auto;
}

body#bloom .sp_only {
	display: none;
}

@media screen and (max-width: 750px) {
	body#bloom .sp_only {
		display: block;
	}
}

body#bloom .pc_only {
	display: block;
}

@media screen and (max-width: 750px) {
	body#bloom .pc_only {
		display: none;
	}
}

body#bloom .cursol_none {
	pointer-events: none;
}

body#bloom #link_01,
body#bloom #link_02,
body#bloom #link_03,
body#bloom #link_04 {
	padding-top: 1px;
	margin-top: -1px;
}

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

	body#bloom #link_01,
	body#bloom #link_02,
	body#bloom #link_03,
	body#bloom #link_04 {
		padding-top: 5.3333333333vw;
		margin-top: -5.3333333333vw;
	}
}

body#bloom header.bloom_header {
	z-index: 100;
	position: fixed;
	width: 100%;
	top: 0;
}

body#bloom header.bloom_header .bloom_header_inner {
	display: flex;
	align-items: center;
	transition: all 0.3s;
	background-color: #bb7868;
	height: 40px;
	padding: 0 16px;
}

@media screen and (max-width: 750px) {
	body#bloom header.bloom_header .bloom_header_inner {
		height: 45px;
		padding: 0 25px;
	}
}

body#bloom header.bloom_header .bloom_header_inner .bloom_header_inner_img {
	width: 193px;
}

@media screen and (max-width: 750px) {
	body#bloom header.bloom_header .bloom_header_inner .bloom_header_inner_img {
		width: 182px;
	}
}

body#bloom header.bloom_header .bloom_header_inner:hover {
	background-color: #cb8473;
}

body#bloom .bloom_main {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main {
		margin-top: 12vw;
	}
}

body#bloom .bloom_main h1.bloom_mv {
	width: 100%;
	display: flex;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv {
		flex-direction: column;
	}
}

body#bloom .bloom_main h1.bloom_mv .bloom_mv_left {
	position: relative;
	width: 50%;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left {
		width: 100%;
	}
}

body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1.1979166667vw;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner {
		top: 3.4666666667vw;
	}
}

body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_img {
	margin: 0 auto;
	width: 14.6875vw;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_img {
		width: 43.2vw;
	}
}

body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_ttl {
	white-space: nowrap;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
}

@media screen and (max-width: 1800px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_ttl {
		font-size: 1.3333333333vw;
		line-height: 2vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_ttl {
		font-size: 4.2666666667vw;
		line-height: 7.4666666667vw;
	}
}

body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_txt {
	white-space: nowrap;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	text-align: center;
	margin-top: 14px;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}

@media screen and (max-width: 1800px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_txt {
		margin-top: 0.7777777778vw;
		font-size: 0.8333333333vw;
		line-height: 1.6666666667vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_left .bloom_mv_left_inner .bloom_mv_left_inner_txt {
		margin-top: 2.6666666667vw;
		font-size: 3.2vw;
		line-height: 6.4vw;
	}
}

body#bloom .bloom_main h1.bloom_mv .bloom_mv_right {
	width: 50%;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h1.bloom_mv .bloom_mv_right {
		width: 100%;
	}
}

body#bloom .bloom_main .bloom_link {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_link {
		padding: 0 1.25vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_link {
		overflow-x: scroll;
		border-bottom: none;
		height: 13.3333333333vw;
		padding: 0;
	}
}

body#bloom .bloom_main .bloom_link::-webkit-scrollbar {
	display: none;
}

body#bloom .bloom_main .bloom_link .simplebar-content {
	height: 100%;
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul {
		width: 100%;
		padding: 0 2.6666666667vw;
		justify-content: flex-start;
	}
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li {
	height: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li {
		flex-shrink: 0;
	}
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a {
	position: relative;
	transition: all 0.3s;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.64px;
	padding: 0 44px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a {
		font-size: 1.6666666667vw;
		line-height: 2.5vw;
		letter-spacing: 0.0666666667vw;
		padding: 0 3.6666666667vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a {
		padding: 0 8vw 0 1.3333333333vw;
		font-size: 3.2vw;
		line-height: 4.8vw;
		letter-spacing: 0.128vw;
	}
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a::after {
	transition: all 0.3s;
	content: '';
	position: absolute;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 5px;
	height: 5px;
	right: 15px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a::after {
		width: 1.3333333333vw;
		height: 1.3333333333vw;
		right: 4vw;
	}
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a:hover {
	color: #bb7868;
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li a:hover::after {
	border-color: #bb7868;
}

body#bloom .bloom_main .bloom_link .simplebar-content ul.bloom_link_ul li.bloom_link_li.bloom_link_li_right a::after {
	transform: translateY(-50%) rotate(-45deg);
}

body#bloom .bloom_main .bloom_link .simplebar-scrollbar::before {
	background: #000000;
	height: 0.5333333333vw;
	bottom: -0.5333333333vw;
}

body#bloom .bloom_main .bloom_link .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

body#bloom .bloom_main .bloom_lead {
	text-align: center;
	margin-top: 72px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_lead {
		margin-top: 9.6vw;
	}
}

body#bloom .bloom_main .bloom_lead .bloom_lead_ttl {
	color: #bb7868;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_lead .bloom_lead_ttl {
		font-size: 5.3333333333vw;
		line-height: 8vw;
	}
}

body#bloom .bloom_main .bloom_lead .bloom_lead_txt {
	margin-top: 24px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.64px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_lead .bloom_lead_txt {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
		line-height: 6.72vw;
		letter-spacing: 0.1493333333vw;
	}
}

body#bloom .bloom_main h2.bloom_subttl {
	max-width: 1280px;
	padding: 0 40px;
	margin: 72px auto 32px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h2.bloom_subttl {
		max-width: 100%;
		padding: 0 4vw;
		margin: 9.6vw auto 5.0666666667vw;
	}
}

body#bloom .bloom_main h2.bloom_subttl .bloom_subttl_inner {
	position: relative;
	overflow: hidden;
}

body#bloom .bloom_main h2.bloom_subttl .bloom_subttl_inner::after {
	position: absolute;
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	background-color: #bb7868;
	top: 54%;
	transform: translateY(-50%);
}

body#bloom .bloom_main h2.bloom_subttl .bloom_subttl_inner span {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	padding-right: 32px;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 1.6px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main h2.bloom_subttl .bloom_subttl_inner span {
		font-size: 5.3333333333vw;
		line-height: 8vw;
		letter-spacing: 0.2666666667vw;
		padding-right: 4.2666666667vw;
	}
}

body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner {
		max-width: 100%;
		padding: 0 4vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner .bloom_whats_bloom_inner_mov {
		position: relative;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
	}
}

body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner .bloom_whats_bloom_inner_lead {
	text-align: center;
	margin-top: 32px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.64px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner .bloom_whats_bloom_inner_lead {
		margin-top: 5.3333333333vw;
		font-size: 3.7333333333vw;
		line-height: 6.72vw;
		letter-spacing: 0.1493333333vw;
	}
}

body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner ul.bloom_whats_bloom_inner_ul {
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner ul.bloom_whats_bloom_inner_ul {
		position: relative;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 8.5333333333vw;
	}
}

body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner ul.bloom_whats_bloom_inner_ul li.bloom_whats_bloom_inner_li {
	width: 32%;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_whats_bloom .bloom_whats_bloom_inner ul.bloom_whats_bloom_inner_ul li.bloom_whats_bloom_inner_li {
		width: 30.6666666667vw;
	}
}

body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner {
		max-width: 100%;
		padding: 0 4vw;
	}
}

body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner.bloom_how_to_use_inner02 {
	margin-top: 50px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner.bloom_how_to_use_inner02 {
		margin-top: 3.7333333333vw;
	}
}

body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_ttl>div:first-child {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_ttl>div:first-child {
		font-size: 4.8vw;
		line-height: 6.9333333333vw;
		letter-spacing: 0.24vw;
	}
}

body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_ttl>div:first-child+div {
	margin: 4px auto 0;
	width: 3px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_ttl>div:first-child+div {
		margin: 1.6vw auto 0;
		width: 0.8vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_top_wrapper {
		overflow-x: scroll;
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_top_wrapper .bloom_how_to_use_inner_top {
	display: flex;
	align-items: center;
	gap: 32px;
	margin: 16px auto 0;
	width: 86%;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_top_wrapper .bloom_how_to_use_inner_top {
		width: 189.8666666667vw;
		gap: 4.2666666667vw;
		margin: 4.2666666667vw 19.4666666667vw 3.7333333333vw 19.4666666667vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_top_wrapper .bloom_how_to_use_inner_top .bloom_how_to_use_inner_content .bloom_how_to_use_inner_content_img {
		width: 53.3333333333vw;
	}
}

body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_top_wrapper .bloom_how_to_use_inner_top .bloom_how_to_use_inner_content .bloom_how_to_use_inner_content_txt {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.64px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_how_to_use .bloom_how_to_use_inner .bloom_how_to_use_inner_top_wrapper .bloom_how_to_use_inner_top .bloom_how_to_use_inner_content .bloom_how_to_use_inner_content_txt {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
		line-height: 5.3333333333vw;
		letter-spacing: 0.1493333333vw;
	}
}

body#bloom .bloom_main .bloom_btn {
	margin-right: auto;
	margin-left: auto;
	margin-top: 56px;
	width: 240px;
	height: 44px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_btn {
		margin-top: 8.5333333333vw;
		width: 64vw;
		height: 11.7333333333vw;
	}
}

body#bloom .bloom_main .bloom_btn a {
	position: relative;
	font-weight: 400;
	transition: all 0.3s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bb7868;
	background-color: #ffffff;
	border: 1px solid #bb7868;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_btn a {
		font-size: 3.7333333333vw;
		line-height: 5.3333333333vw;
		letter-spacing: 0.1493333333vw;
	}
}

body#bloom .bloom_main .bloom_btn a::after {
	transition: all 0.3s;
	content: '';
	position: absolute;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-bottom: 1px solid #bb7868;
	border-right: 1px solid #bb7868;
	width: 5px;
	height: 5px;
	right: 15px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_btn a::after {
		width: 1.3333333333vw;
		height: 1.3333333333vw;
		right: 4vw;
	}
}

body#bloom .bloom_main .bloom_btn a:hover {
	color: #ffffff;
	background-color: #bb7868;
}

body#bloom .bloom_main .bloom_btn a:hover::after {
	border-color: #ffffff;
}

body#bloom .bloom_main .bloom_kisetsu {
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu {
		margin-bottom: 0vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead {
	margin: 0 auto;
	display: flex;
	margin-left: 0;
}

@media screen and (max-width: 1280px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead {
		padding: 0 40px 0 0;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead {
		flex-direction: column;
		justify-content: center;
		padding: 0 4vw;
		gap: 5.3333333333vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_img {
	width: calc(50vw + 296px);
	height: 320px;
	flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_img {
		width: calc(100% - 296px);
		flex-shrink: 0;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_img {
		width: 100vw;
		height: auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_img img {
		height: auto;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt {
	width: 307px;
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 1280px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt {
		flex-shrink: 0;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_inner {
	width: 267px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_inner {
		width: 100%;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_ttl {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 1.6px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_ttl {
		display: inline-block;
		font-size: 5.3333333333vw;
		line-height: 8vw;
		letter-spacing: 0.2666666667vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_sub {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.9px;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_sub {
		display: inline-block;
		font-size: 3.7333333333vw;
		line-height: 5.6vw;
		letter-spacing: 0.1866666667vw;
		margin-top: 0;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_txt {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.64px;
	margin-top: 24px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_lead .bloom_kisetsu_lead_txt .bloom_kisetsu_lead_txt_txt {
		display: inline-block;
		font-size: 3.7333333333vw;
		line-height: 6.72vw;
		letter-spacing: 0.1493333333vw;
		margin-top: 1.8666666667vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper {
		max-width: 100%;
		padding: 0 4vw;
		margin-top: 6.4vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img {
	margin: 0 auto;
	width: 89%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img {
		justify-content: center;
		gap: 5.6vw 4vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img .bloom_kisetsu_img_content {
	width: 18.2%;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img .bloom_kisetsu_img_content {
		width: 28vw;
	}
}

body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img .bloom_kisetsu_img_content .bloom_kisetsu_img_content_txt {
	text-align: center;
	margin-top: 32px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.9px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_kisetsu .bloom_kisetsu_img_wrapper .bloom_kisetsu_img .bloom_kisetsu_img_content .bloom_kisetsu_img_content_txt {
		margin-top: 2.1333333333vw;
		font-size: 2.9333333333vw;
		line-height: 4.2666666667vw;
		letter-spacing: 0.1466666667vw;
	}
}

body#bloom .bloom_main .bloom_choice {
	position: relative;
	background-color: #ffffff;
	border-radius: 360px 0px 0px 0px;
	margin-top: 112px;
	padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice {
		margin-top: 12.5333333333vw;
		border-radius: 42.6666666667vw 0px 0px 0px;
		padding-bottom: 10.6666666667vw;
	}
}

body#bloom .bloom_main .bloom_choice>h2.bloom_subttl .bloom_subttl_inner {
	position: relative;
	transform: translateY(-50%);
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper {
	overflow: hidden;
	padding-bottom: 36px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper {
		padding-bottom: 4.5333333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper {
	position: relative;
	margin: 0 auto;
	width: 1280px;
	padding: 0 40px;
	overflow: visible;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper {
		width: 100%;
		padding: 0 4vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper {
	display: flex;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	flex-direction: column;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img {
	position: relative;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover {
	padding: 15px;
	transition: all 0.3s;
	pointer-events: none;
	position: absolute;
	background-color: rgba(248, 248, 243, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover {
		display: none;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_ttl {
	text-align: center;
	color: #000000;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_ttl {
		font-size: 1.6666666667vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.0833333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_sub {
	text-align: center;
	color: #000000;
	margin-top: 18px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_sub {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_under {
	width: 3px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_under {
		margin-top: 0.8333333333vw;
		width: 0.25vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_under>img {
	filter: brightness(0);
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_txt {
	text-align: center;
	color: #000000;
	margin-top: 8px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover div.bloom_choice_swiper_img_hover_txt {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_txt {
	color: #000000;
	margin-top: 12px;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.9px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_txt {
		font-size: 1.5vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.075vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide .bloom_choice_swiper_txt {
		margin-top: 2.1333333333vw;
		font-size: 3.2vw;
		line-height: 4.8vw;
		letter-spacing: 0.16vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-wrapper .swiper-slide:hover .bloom_choice_swiper_img div.bloom_choice_swiper_img_hover {
	opacity: 1;
	pointer-events: auto;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev,
body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next {
	display: block;
	cursor: pointer;
	transition: all 0.3s;
	position: absolute;
	z-index: 10;
	top: 48%;
	transform: translateY(-50%);
	width: 70px;
}

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

	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev,
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next {
		width: 5.8333333333vw;
		top: 50%;
	}
}

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

	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev,
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next {
		display: none;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev.swiper-button-disabled,
body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev::after,
body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next::after {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev {
	left: 0;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-prev {
		left: 20px;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next {
	opacity: 1;
	right: 0;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-button-next {
		right: 20px;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-scrollbar {
	position: relative;
	background-color: #f8f8f3;
	left: 50%;
	bottom: -36px;
	transform: translateX(-50%);
	width: 100%;
	height: 8px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-scrollbar {
		bottom: -4.5333333333vw;
		height: 1.6vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_swiper_wrapper .bloom_choice_swiper .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #e0dac9;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 26px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner {
		overflow: hidden;
		padding: 0 4vw;
		margin-top: 8vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_inner_ttl>div:first-child {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_inner_ttl>div:first-child {
		font-size: 4.8vw;
		line-height: 6.9333333333vw;
		letter-spacing: 0.24vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_inner_ttl>div:first-child+div {
	margin: 4px auto 0;
	width: 3px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_inner_ttl>div:first-child+div {
		margin: 1.6vw auto 0;
		width: 0.8vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper {
	overflow: visible;
	margin-top: 16px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper {
		margin-top: 4.2666666667vw;
		padding-bottom: 4.5333333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	overflow: visible;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper {
		width: 100%;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper {
	display: flex;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	flex-direction: column;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img {
	transition: all 0.3s;
	position: relative;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover {
	transition: all 0.3s;
	pointer-events: none;
	position: absolute;
	background-color: rgba(248, 248, 243, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover {
		display: none;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_ttl {
	text-align: center;
	color: #000000;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_ttl {
		font-size: 1.6666666667vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.0833333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_sub {
	color: #000000;
	margin-top: 18px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_sub {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_under {
	width: 3px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_under {
		margin-top: 0.8333333333vw;
		width: 0.25vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_under>img {
	filter: brightness(0);
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_txt {
	color: #000000;
	margin-top: 8px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover div.bloom_choice_gift_swiper_img_hover_txt {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_txt,
body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_gift_swiper_txt {
	color: #000000;
	margin-top: 12px;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.9px;
}

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

	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_txt,
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slid {
		font-size: 1.5vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.075vw;
	}
}

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

	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide .bloom_choice_gift_swiper_txt,
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slid {
		margin-top: 2.1333333333vw;
		font-size: 3.2vw;
		line-height: 4.8vw;
		letter-spacing: 0.16vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide:hover .bloom_choice_gift_swiper_img {
	opacity: 0.7;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-wrapper a.swiper-slide:hover .bloom_choice_gift_swiper_img div.bloom_choice_gift_swiper_img_hover {
	opacity: 1;
	pointer-events: auto;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-button-prev,
body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-button-next {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-button-prev::after,
body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-button-next::after {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-scrollbar {
	position: relative;
	background-color: #f8f8f3;
	left: 50%;
	/* bottom: -36px; */
	transform: translateX(-50%);
	width: 100%;
	height: 8px;
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-scrollbar {
		bottom: -4.5333333333vw;
		height: 1.6vw;
		margin-top: 0;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gift .bloom_choice_gift_inner .bloom_choice_gift_swiper_wrapper .bloom_choice_gift_swiper .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #e0dac9;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner {
	max-width: 894px;
	margin: 0 auto;
	margin-top: 46px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner {
		padding: 0 40px;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner {
		overflow: hidden;
		max-width: 100%;
		margin-top: 8vw;
		padding: 0 4vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_inner_ttl>div:first-child {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_inner_ttl>div:first-child {
		font-size: 4.8vw;
		line-height: 6.9333333333vw;
		letter-spacing: 0.24vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_inner_ttl>div:first-child+div {
	margin: 4px auto 0;
	width: 3px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_inner_ttl>div:first-child+div {
		margin: 1.6vw auto 0;
		width: 0.8vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper {
	overflow: visible;
	margin-top: 16px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper {
		margin-top: 4.2666666667vw;
		padding-bottom: 4.5333333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper {
	position: relative;
	margin: 0 auto;
	width: 894px;
	overflow: visible;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper {
		width: 100%;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper {
	display: flex;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	flex-direction: column;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img {
	position: relative;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover {
	padding: 15px;
	transition: all 0.3s;
	pointer-events: none;
	position: absolute;
	background-color: rgba(248, 248, 243, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover {
		display: none;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_ttl {
	text-align: center;
	color: #000000;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_ttl {
		font-size: 1.6666666667vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.0833333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_sub {
	color: #000000;
	margin-top: 18px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_sub {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_under {
	width: 3px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_under {
		margin-top: 0.8333333333vw;
		width: 0.25vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_under>img {
	filter: brightness(0);
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_txt {
	color: #000000;
	margin-top: 8px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover div.bloom_choice_gourmet_swiper_img_hover_txt {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_txt {
	color: #000000;
	margin-top: 12px;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.9px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_txt {
		font-size: 1.5vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.075vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide .bloom_choice_gourmet_swiper_txt {
		margin-top: 2.1333333333vw;
		font-size: 3.2vw;
		line-height: 4.8vw;
		letter-spacing: 0.16vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-wrapper .swiper-slide:hover .bloom_choice_gourmet_swiper_img div.bloom_choice_gourmet_swiper_img_hover {
	opacity: 1;
	pointer-events: auto;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-button-prev,
body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-button-next {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-button-prev::after,
body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-button-next::after {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-scrollbar {
	position: relative;
	background-color: #f8f8f3;
	left: 50%;
	bottom: -36px;
	transform: translateX(-50%);
	width: 100%;
	height: 8px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-scrollbar {
		bottom: -4.5333333333vw;
		height: 1.6vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_gourmet .bloom_choice_gourmet_inner .bloom_choice_gourmet_swiper_wrapper .bloom_choice_gourmet_swiper .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #e0dac9;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner {
	/* max-width: 894px; */
	max-width: 974px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 46px;
}

/* @media screen and (max-width: 1200px) {
  body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner {
    padding: 0 40px;
  }
} */
@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner {
		overflow: hidden;
		max-width: 100%;
		margin-top: 8vw;
		padding: 0 4vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_inner_ttl>div:first-child {
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 600;
	color: #bb7868;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_inner_ttl>div:first-child {
		font-size: 4.8vw;
		line-height: 6.9333333333vw;
		letter-spacing: 0.24vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_inner_ttl>div:first-child+div {
	margin: 4px auto 0;
	width: 3px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_inner_ttl>div:first-child+div {
		margin: 1.6vw auto 0;
		width: 0.8vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper {
	overflow: visible;
	margin-top: 16px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper {
		margin-top: 4.2666666667vw;
		padding-bottom: 4.5333333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper {
	position: relative;
	margin: 0 auto;
	width: 894px;
	overflow: visible;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper {
		width: 100%;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper {
	display: flex;
}

/* body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  flex-direction: column;
} */
body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img {
	position: relative;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover {
	padding: 15px;
	transition: all 0.3s;
	pointer-events: none;
	position: absolute;
	background-color: rgba(248, 248, 243, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover {
		display: none;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_ttl {
	text-align: center;
	color: #000000;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_ttl {
		font-size: 1.6666666667vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.0833333333vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_sub {
	color: #000000;
	margin-top: 18px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_sub {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_under {
	width: 3px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_under {
		margin-top: 0.8333333333vw;
		width: 0.25vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_under>img {
	filter: brightness(0);
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_txt {
	color: #000000;
	margin-top: 8px;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 1200px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover div.bloom_choice_fruit_swiper_img_hover_txt {
		font-size: 1.25vw;
		line-height: 1.75vw;
		letter-spacing: 0.05vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_txt {
	color: #000000;
	margin-top: 12px;
	font-family: 'Shippori Mincho', 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.9px;
}

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

	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_txt,
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_gift_swiper_txt {
		font-size: 1.5vw;
		line-height: 2.6666666667vw;
		letter-spacing: 0.075vw;
	}
}

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

	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_fruit_swiper_txt,
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide .bloom_choice_gift_swiper_txt {
		margin-top: 2.1333333333vw;
		font-size: 3.2vw;
		line-height: 4.8vw;
		letter-spacing: 0.16vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-wrapper .swiper-slide:hover .bloom_choice_fruit_swiper_img div.bloom_choice_fruit_swiper_img_hover {
	opacity: 1;
	pointer-events: auto;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-button-prev,
body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-button-next {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-button-prev::after,
body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-button-next::after {
	display: none;
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-scrollbar {
	position: relative;
	background-color: #f8f8f3;
	left: 50%;
	bottom: -36px;
	transform: translateX(-50%);
	width: 100%;
	height: 8px;
}

@media screen and (max-width: 750px) {
	body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-scrollbar {
		bottom: -4.5333333333vw;
		height: 1.6vw;
	}
}

body#bloom .bloom_main .bloom_choice .bloom_choice_fruit .bloom_choice_fruit_inner .bloom_choice_fruit_swiper_wrapper .bloom_choice_fruit_swiper .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #e0dac9;
}

body#bloom .footer_top {
	position: relative;
	background-color: #f8f8f3;
	height: 500px;
	padding: 0 100px;
}

@media screen and (max-width: 1040px) {
	body#bloom .footer_top {
		height: 43.2692307692vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .footer_top {
		height: 45.3333333333vw;
		padding: 0;
	}
}

body#bloom .footer_top a {
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 960px;
	top: 80px;
}

@media screen and (max-width: 1040px) {
	body#bloom .footer_top a {
		max-width: 92.3076923077vw;
		top: 7.6923076923vw;
	}
}

@media screen and (max-width: 750px) {
	body#bloom .footer_top a {
		top: 10.6666666667vw;
		width: 89.3333333333vw;
	}
}

body#bloom .footer_top a img {
	opacity: 1;
	transition: all 0.3s;
}

body#bloom .footer_top a:hover img {
	opacity: 0.75;
}

footer {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	background-color: #bb7868;
	padding: 150px 0 50px;
	color: #fff;
}

footer a {
	color: #ffffff;
}

footer .section_inner {
	max-width: 1224px;
	margin: 0 auto;
	padding: 0 30px;
}

footer .sns {
	display: flex;
	justify-content: center;
}

footer .sns_link {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

footer .sns_bloom365 {
	display: flex;
}

footer .sns_bloom365 .sns_link {
	margin-bottom: 0;
}

footer .sns_link li {
	width: 18px;
}

footer .sns_label.pcOnly {
	font-size: 13px;
	padding-right: 20px;
}

footer .sns_label.spOnly {
	display: none;
}

footer .sns_separator.pcOnly {
	width: 1px;
	height: 18px;
	border-right: 1px solid #fff;
	padding-left: 20px;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	footer .sns {
		flex-direction: column;
		margin-bottom: 40px;
	}

	footer .sns_bloom365 {
		justify-content: center;
		flex-direction: column;
	}

	footer .sns_label.pcOnly,
	footer .sns_separator.pcOnly {
		display: none;
	}

	footer .sns_label.spOnly {
		display: block;
		font-size: 13px;
		text-align: center;
		margin-top: 10px;
	}

	footer .sns_antina {
		margin-top: 30px;
	}
}

footer .footer_navi {
	margin-bottom: 90px;
	display: flex;
	justify-content: space-between;
}

footer .footer_navi .footer_navi_section .footer_navi_section_heading {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 18px;
}

footer .footer_navi .footer_navi_section .footer_navi_section_links {
	display: block;
}

footer .footer_navi .footer_navi_section .footer_navi_section_links li {
	margin-bottom: 6px;
}

footer .footer_navi .footer_navi_section .footer_navi_section_links li a {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}

footer .footer_navi .footer_banner {
	border: 1px solid #fff;
	width: 240px;
	height: 80px;
}

footer .footer_navi .footer_banner a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: transparent;
	transition-duration: 0.4s;
}

footer .footer_navi .footer_banner a img {
	width: 119px !important;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.4s;
}

footer .footer_navi .footer_banner a img._hover {
	opacity: 0;
}

footer .footer_navi .footer_banner a:hover {
	background-color: #fff;
}

footer .footer_navi .footer_banner a:hover img._hover {
	opacity: 1;
}

footer .footer_mark {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 30px;
}

/* footer .footer_mark .ss_imgTag {
  width: 115px;
} */
footer .footer_mark span {
	display: inline-block;
}

footer .footer_mark li {
	display: inline-block;
	margin-right: 20px;
}

footer .footer_mark li:last-child {
	width: 56px;
	margin-right: 0;
}

footer .footer_copyright {
	font-size: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	footer {
		padding: 14.6666666667vw 0 80px;
	}

	footer .section_inner {
		max-width: 100%;
		padding: 0;
	}

	footer .sns_link {
		/* margin-bottom: 40px; */
		display: flex;
		justify-content: center;
		gap: 27px;
		margin-bottom: 0;
	}

	footer .sns_link li {
		width: 21px;
	}

	footer .sns_link li.labeled {
		width: 21px;
	}

	footer .footer_navi {
		margin-bottom: 90px;
		display: block;
	}

	footer .footer_navi .footer_navi_section {
		border-top: 1px solid #fff;
		padding: 0 20px;
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_heading {
		padding: 18px 0;
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 0;
		position: relative;
		transition: all 0.4s;
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_heading::before {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		width: 15px;
		height: 2px;
		background-color: #fff;
		transform: translate(-50%);
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_heading::after {
		content: '';
		position: absolute;
		right: 7.5px;
		top: 50%;
		width: 15px;
		height: 2px;
		background-color: #fff;
		transform: translate(-50%);
		transform: rotate(90deg);
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_heading.is-open::after {
		display: none;
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_links {
		padding-bottom: 24px;
		display: block;
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_links li {
		margin-bottom: 6px;
	}

	footer .footer_navi .footer_navi_section .footer_navi_section_links li a {
		font-size: 12px;
		font-weight: 300;
		color: #fff;
	}

	footer .footer_navi .footer_banner {
		margin: 0 auto;
	}
}

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


/* 20250909 */
@media screen and (max-width: 750px) {
	.bloom_how_to_use_video {
		max-width: 100%;
		padding: 8.5333333333vw 4vw !important;
		margin: 9.6vw 0 5.0666666667vw;
	}

	.bloom_how_to_use_video_content {
		/* width: 80%;
		height: auto !important; */
		width: 100%;
	}
}

.bloom_how_to_use_video {
	/* max-width: 1280px;
	padding: 0 40px;
	margin: 60px auto 0; */
	padding: 60px 0;
	margin: 60px auto 0;
	background-color: #fff;
}

.bloom_how_to_use_video_content {
	/* height: 90vh; */
	margin: auto;
	display: block;
	box-shadow: 7px 12px 20px rgba(64, 64, 60, .15);
}