@charset "UTF-8";
html {
	font-size: 14px;
}

.pc_hide {
	display: none;
}

header {
	position: relative;
	width: 100%;
	background: linear-gradient(#56bade, #56bade 55%, #d4edf7);
	filter: drop-shadow(0 2px 4px #b4b0b0);
	z-index: 1;
}
header #header_main_area {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}
header #header_main_area > #header_left {
	flex: 1;
}
header #header_main_area > #header_left .header_logo_area {
	display: flex;
	justify-content: space-between;
}
header #header_main_area > #header_left .header_logo_area .header_logo {
	width: 300px;
}
header #header_main_area > #header_left .header_logo_area .header_logo img {
	height: auto;
	color: #fff;
}
header #header_main_area > #header_right .header_card {
	padding-bottom: 1rem;
	text-align: right;
}
header #header_main_area > #header_right img {
	max-width: 100%;
}
header #header_main_area > #header_right nav .ul_header_member_memu {
	display: flex;
	justify-content: center;
	background-color: #3baed7;
	border-radius: 4rem;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li {
	position: relative;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0.5rem 1rem;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li a i {
	font-size: 0.9rem;
	padding-right: 0.5rem;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li a span {
	font-size: 0.9rem;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li a > .totalquantity_in_cart {
	position: absolute;
	display: inline-block;
	top: 0rem;
	left: 2rem;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	background-color: #ff674d;
	border-radius: 50%;
	color: #fff;
	font-size: 0.8rem;
	padding: 0;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li a:hover {
	background-color: #56bade;
}
header #header_main_area > #header_right nav .ul_header_member_memu > li .header_sub_menu {
	display: none;
}
header #header_main_area > #header_right nav .ul_header_member_memu .menu:hover .header_sub_menu {
	position: absolute;
	display: block;
	width: 200%;
	padding: 0.5rem;
	background-color: #fff;
	border-radius: 0.5rem;
	filter: drop-shadow(2px 2px 2px #b4b0b0);
	z-index: 1;
}
header #header_main_area > #header_right nav .ul_header_member_memu .menu:hover .header_sub_menu > ul > li > a {
	color: #56bade;
}
header #header_main_area > #header_right nav .ul_header_member_memu .menu:hover .header_sub_menu > ul > li > a:hover {
	color: #fff;
	border-radius: 4rem;
}
header #header_main_area > #header_right nav .ul_header_memu {
	display: flex;
	justify-content: center;
	padding: 0.5rem;
}
header #header_main_area > #header_right nav .ul_header_memu > li > a {
	font-size: 0.9rem;
	display: block;
	padding: 0 1rem;
	color: #fff;
	border-bottom: 1px solid #56bade;
}
header #header_main_area > #header_right nav .ul_header_memu > li > a > i {
	font-size: 0.9rem;
	padding-right: 0.5rem;
}
header #header_main_area > #header_right nav .ul_header_memu > li > a:hover {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	color: #fff;
	/*border-radius: 1.5rem;*/
	border-bottom: 1px #fff solid;
}
header #header_main_area > #header_right .header_search_area {
	padding: 0.5rem 0;
}
header #header_main_area > #header_right .header_search_area form {
	display: flex;
}
header #header_main_area > #header_right .header_search_area form > .header_search_select {
	width: 30%;
}
header #header_main_area > #header_right .header_search_area form > .header_search_select select {
	padding: 0.5rem;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 0.9rem;
}
header #header_main_area > #header_right .header_search_area form > .header_search_text {
	position: relative;
	width: 70%;
	padding: 0 0.2rem;
}
header #header_main_area > #header_right .header_search_area form > .header_search_text > input {
	padding: 0.5rem;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 0.9rem;
}
header #header_main_area > #header_right .header_search_area form > .header_search_text .header_search_button {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 1rem;
	height: 100%;
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: #b4b0b0;
}
header #header_countdown_area .countdown .countdown_inner {
	display: flex;
	justify-content: center;
	background-color: #d80c18;
	padding: 1rem;
	font-size: 2.2rem;
	line-height: 2.4rem;
	color: #fff;
}

h1.index_h1 {
	font-size: 1.6rem;
	color: #56bade;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: -0.03rem;
	padding: 1rem 1rem 0.2rem 1rem;
	text-align: center;
}

.header_text_area {
	text-align: center;
	font-size: 1rem;
}

#wrapper {
	width: 100%;
}
#wrapper #container {
	display: flex;
	width: 1080px;
	margin: 0 auto;
	padding: 2rem 0;
}

#slide {
	padding-top: 2rem;
}

#sidebar {
	width: 300px;
	padding-right: 30px;
}
#sidebar .side_content {
	padding-bottom: 1rem;
}
#sidebar .side_content .side_banner {
	padding-bottom: 1rem;
}
#sidebar nav {
	padding-bottom: 2rem;
}
#sidebar nav .ul_side_menu > li > a {
	display: block;
	color: #56bade;
	padding: 1.5rem 0.5rem;
	border-bottom: 1px #56bade dotted;
}
#sidebar nav .ul_side_menu > li > a > span {
	display: block;
}
#sidebar nav .ul_side_menu > li > a:hover {
	background-color: #b4b0b0;
	color: #fff;
	transition: 0.3s;
}

#sidebar_right {
	width: 300px;
	padding-left: 30px;
}

main {
	flex: 1;
}
main .section {
	padding-bottom: 2rem;
}
main a img:hover {
	transition: 0.5s;
	opacity: 0.7;
}
main .main_banner {
	padding-bottom: 1rem;
}
main .main_banner > li {
	padding: 0.5rem 0;
}
main .main_banner > li a {
	display: block;
}
main .main_banner > li a img {
	width: 100%;
	height: auto;
}

.section {
	padding-bottom: 2rem;
}

#index .index_shop_info {
	padding-top: 1rem;
}
#index .index_shop_info .first_access {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}
#index .index_shop_info .first_access > li {
	width: 50%;
}
#index .index_shop_info .first_access > li > a {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	background-color: #56bade;
	color: #fff;
	border-radius: 3em;
	filter: drop-shadow(2px 2px 2px #b4b0b0);
	letter-spacing: 0.08rem;
	font-size: 1.2rem;
	text-align: center;
}
#index .index_shop_info .first_access > li > a::before {
	position: absolute;
	font-family: infonix;
	content: '';
	color: #fff;
	right: 1.5rem;
}
#index .index_shop_info .first_access > li > a:hover {
	background-color: #645853;
	transition: 0.5s;
}
#index .index_shop_info .first_contact {
	font-size: 1.2rem;
	text-align: center;
}
#index .index_shop_info .first_contact > span {
	padding-left: 1.5rem;
}
#index .h2_index {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #645853;
	/*border-bottom: solid 3px #645853;*/
}
#index .h2_index > span {
	padding: 0.2rem 0;
}
#index .h2_index .h2_index_en {
	font-size: 0.9rem;
	padding-top: 2rem;
	color: #645853;
}
#index .h2_index .h2_index_ja {
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
	letter-spacing: -0.03rem;
}
#index .h2_index .h2_index_sub {
	font-size: 1rem;
	color: #ff674d;
}
#index .index_button_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 12rem;
}
#index .index_button_area > div {
	width: 100%;
}
#index .index_select_genre {
	padding: 2rem;
}
#index .index_select_genre > ul {
	display: flex;
	flex-wrap: wrap;
}
#index .index_select_genre > ul > li {
	width: 25%;
	padding: 1rem;
}
#index .index_select_genre > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 1rem;
	overflow: hidden;
}
#index .index_select_genre > ul > li > a > img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#index .index_select_genre > ul > li > a > div {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem;
}
#index .index_select_genre > ul > li > a > div > span {
	padding: 0.2rem 0.5rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 1rem;
	font-size: 0.9rem;
	color: #fff;
}
#index .index_pbs {
	padding: 1rem;
	background-color: #011936;
}

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background: linear-gradient(#98e4ff, #56bade 20%, #56bade);
	padding: 3rem 1rem;
}
footer > nav {
	display: flex;
	padding-bottom: 3rem;
}
footer > nav > .footer_menu {
	padding: 0 2rem;
}
footer > nav > .footer_menu > li {
	font-size: 0.9rem;
}
footer > nav > .footer_menu > li a {
	display: block;
	color: #fff;
}
footer > nav > .footer_menu > li a::before {
	font-family: infonix;
	font-size: 0.8em;
	content: '';
	color: #fff;
	padding-right: 1rem;
}
footer .footer_content {
	padding-bottom: 2rem;
}
footer .copyright {
	color: #fff;
	text-align: center;
}
footer .copyright > span {
	display: block;
}

.h1_area {
	padding-bottom: 1rem;
}
.h1_area h1 {
	font-size: 2.2rem;
	line-height: 2.8rem;
	font-weight: bold;
	padding: 1.5rem;
	border-left: 10px #645853 solid;
	background: #fff;
}
.h1_area h1 > span {
	display: block;
}
.h1_area h1 .h1_subtitle {
	color: #56bade;
	font-size: 1.6rem;
	font-weight: bold;
}

.h2_area {
	padding: 1rem 0 1rem;
}
.h2_area > .h2_area_inner {
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	background: radial-gradient(circle, #b5964d 0%, #f1d186 60%, #c9ac6a 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.h2_area > .h2_area_inner span {
	font-size: 1.2rem;
}
.h2_area .h2_area_inner:before,
.h2_area .h2_area_inner:after {
	position: absolute;
	width: 100%;
	height: 2px;
	content: '';
}
.h2_area .h2_area_inner:before {
	top: 4px;
	left: 0;
	background: #fff;
}
.h2_area .h2_area_inner:after {
	bottom: 4px;
	left: 0;
	background: #fff;
}
.h2_area h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.6rem;
}

#breadcrumbs > ul {
	flex-wrap: wrap;
}

.single_sns {
	width: 100%;
	background: #f6f6f6;
}
.single_sns > .single_sns_inner {
	position: relative;
	width: 480px;
	margin: 0 auto;
}

#item .item_image_area .item_image > img {
	width: 100%;
	height: auto;
}
#item .item_image_area .item_caption {
	padding: 1rem 0;
}
#item .item_image_area .item_caption > span {
	display: block;
	border-left: 0.5rem #645853 solid;
	padding: 0 1rem;
}
#item #item_description_area {
	padding: 1rem 0;
	background-color: #f7f2f2;
}
#item #item_description_area > dl {
	padding: 0 2rem;
}
#item #item_description_area > dl > div {
	display: flex;
}
#item #item_description_area > dl > div > dt {
	width: 4rem;
}
#item #item_description_area > dl > div > dt::after {
	content: '：';
}
#item #item_description_area > dl > div > dd {
	flex: 1;
}
#item #item_price_area > .ul_price > li {
	padding: 0.5rem 0;
}
#item #item_price_area > .ul_price > li > div {
	display: flex;
	padding: 2rem;
}
#item #item_price_area > .ul_price > li > div .sku_name {
	width: 30%;
}
#item #item_price_area > .ul_price > li > div .sku_name > span {
	position: relative;
	display: block;
	padding-left: 2rem;
}
#item #item_price_area > .ul_price > li > div .sku_name > span::before {
	position: absolute;
	font-family: infonix;
	content: '';
	left: 0;
}
#item #item_price_area > .ul_price > li > div .sku_price_area {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#item #item_price_area > .ul_price > li > div .sku_price_area .normal_price {
	font-size: 0.9rem;
	padding: 0.5rem 0;
}
#item #item_price_area > .ul_price > li > div .sku_price_area .sku_price_field {
	display: flex;
	color: #ff674d;
	justify-content: flex-start;
}
#item #item_price_area > .ul_price > li > div .sku_price_area .sku_price_field .sale_title {
	padding-right: 1rem;
}
#item #item_price_area > .ul_price > li > div .sku_price_area .sku_price_field .sku_price .price_currency {
	font-size: 1.5rem;
	padding-right: 0.15rem;
}
#item #item_price_area > .ul_price > li > div .sku_price_area .sku_price_field .sku_price .price {
	font-size: 2.4rem;
	font-weight: bold;
}
#item #item_price_area > .ul_price > li .sku_price_list {
	padding: 0.3rem 2rem;
}
#item #item_price_area #price_footer_area .ul_price_footer {
	padding-bottom: 1rem;
	/*> li::before {
  	position: absolute;
  	font-family: infonix;
  	content: '\f00c';
  	left: 0;
  	color: #88671a;
  }*/
}
#item #item_price_area #price_footer_area .ul_price_footer > li {
	position: relative;
	color: #ff674d;
	padding-left: 2rem;
	font-weight: bold;
}
#item #item_price_area #all_sold_out {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 0;
}
#item #item_price_area #all_sold_out > .single_item_soldout_title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #ff674d;
}
#item #item_cart_area > form#item_data {
	background-color: #f6f6f6;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#item #item_cart_area > form#item_data > div dl > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 0;
}
#item #item_cart_area > form#item_data > div dl > div > dd div.select_area {
	min-width: 300px;
}
#item #item_cart_area > form#item_data #sku_data_area {
	padding: 1rem;
}
#item .button.inCart_button {
	min-width: 400px;
}
#item #side_cart {
	position: fixed;
	bottom: 30%;
	right: 0;
	z-index: 2;
	width: 200px;
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	filter: drop-shadow(0 -3px 9px #ccc);
}
#item #side_cart .side_cart_inner {
	padding: 1rem;
}
#item #side_cart .side_cart_inner .side_cart_item_name_area {
	padding: 1rem 0;
	line-height: 1rem;
}
#item #side_cart .side_cart_inner .side_cart_item_price_area {
	font-size: 1.2rem;
	text-align: right;
	color: #ff674d;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li {
	padding: 0.2rem 0;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li > div {
	padding: 0.5rem 0;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li > div > i {
	padding-right: 1rem;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li > div:hover {
	cursor: pointer;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li .side_cart_button {
	background-color: #645853;
	color: #fff;
	border-radius: 0.5rem;
	text-align: left;
	line-height: 1.2rem;
	padding-left: 1rem;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li .primary {
	background-color: #ff674d;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li .fav_active {
	background-color: #ff674d;
}
#item #side_cart .side_cart_inner .side_cart_button_area > li .fav_active > i {
	color: #e2c583;
}

.item_main_content > .item_main_content_inner {
	padding: 2rem;
	/*続きを読むアコーディオンボタン*/
}
.item_main_content > .item_main_content_inner > h2 {
	line-height: 1.9rem;
	font-size: 1.7rem;
}
.item_main_content > .item_main_content_inner > h3 {
	line-height: 1.7em;
	font-size: 1.5rem;
}
.item_main_content > .item_main_content_inner > h4 {
	line-height: 1.5em;
	font-size: 1.3rem;
}
.item_main_content > .item_main_content_inner .listborder dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #b4b0b0 solid;
}
.item_main_content > .item_main_content_inner .listborder dl > dt {
	background: #f7f2f2;
	padding: 0.6em 1em;
	border-bottom: 1px #b4b0b0 solid;
	width: 20%;
	color: #645853;
}
.item_main_content > .item_main_content_inner .listborder dl > dd {
	padding: 0.6em 1em;
	width: 80%;
	border-bottom: 1px #b4b0b0 solid;
	margin: 0;
}
.item_main_content > .item_main_content_inner .grad-wrap {
	position: relative;
}
.item_main_content > .item_main_content_inner .grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	margin: 0 auto 2rem;
	padding: 0.5em 0;
	border-radius: 3em;
	background: #b4b0b0;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	transition: 0.2s ease;
}
.item_main_content > .item_main_content_inner .grad-item {
	position: relative;
	overflow: hidden;
	height: 20em;
	/*隠した状態の高さ*/
}
.item_main_content > .item_main_content_inner .grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4em;
	/*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	content: '';
}
.item_main_content > .item_main_content_inner .grad-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}
.item_main_content > .item_main_content_inner .grad-trigger:checked + .grad-btn {
	display: none;
	/*チェックされていたら、grad-btnを非表示にする*/
}
.item_main_content > .item_main_content_inner .grad-trigger:checked ~ .grad-item {
	height: auto;
	/*チェックされていたら、高さを戻す*/
}
.item_main_content > .item_main_content_inner .grad-trigger:checked ~ .grad-item::before {
	display: none;
	/*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.dialog .dialog_inner {
	max-width: 70%;
}
.dialog .dialog_inner .dialog_footer > .dialog_footer_button_area {
	display: flex;
	justify-content: center;
}
.dialog .dialog_inner .dialog_footer > .dialog_footer_button_area > li {
	padding: 0 0.5rem;
}

#index_today_birth_stone {
	padding: 1.5rem 0;
	display: flex;
}
#index_today_birth_stone > div {
	flex: 1;
	padding: 0 0.5rem;
}

.item_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0.25rem;
}
.item_list > li {
	width: 25%;
	padding: 0.5rem 0.25rem;
}
.item_list > li .item_row_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.item_list > li .item_row_inner .item_row_image a {
	position: relative;
	display: block;
}
.item_list > li .item_row_inner .item_row_image a > img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.item_list > li .item_row_inner .item_row_image a > .item_row_sale_title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.5rem;
	font-size: 0.8rem;
	line-height: 1.4rem;
	background-color: #ff674d;
	color: #fff;
}
.item_list > li .item_row_inner .item_row_content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.5rem;
}
.item_list > li .item_row_inner .item_row_content .item_row_name {
	font-size: 0.9rem;
	line-height: 1rem;
	padding-bottom: 1rem;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area {
	margin-top: auto;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_detail {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	line-height: 1rem;
	padding: 0.2rem;
	background-color: #f7f2f2;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .soldout {
	color: #ccc;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .contact {
	font-size: 0.8rem;
	letter-spacing: 0;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .contact > span {
	color: #ff674d;
	font-weight: bold;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .sale_camp_price > span {
	color: #ff674d;
	font-weight: bold;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .item_row_favorite {
	color: #b4b0b0;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .item_row_favorite .fav_active {
	color: #ff674d;
}
.item_list > li .item_row_inner .item_row_content .item_row_detail_area .item_row_price_area .item_row_favorite:hover {
	cursor: pointer;
}

#cart #cart_area .cart_row {
	display: flex;
	padding: 1rem 0;
	border-bottom: 1px #b4b0b0 dotted;
}
#cart #cart_area .cart_row > .cart_image_area {
	width: 20%;
}
#cart #cart_area .cart_row > .cart_image_area > a {
	display: block;
}
#cart #cart_area .cart_row > .cart_image_area > a > img {
	width: 100%;
	height: auto;
}
#cart #cart_area .cart_row > .cart_content_area {
	flex: 1;
	padding: 0 1rem;
	font-size: 0.9rem;
}
#cart #cart_area .cart_row > .cart_content_area > .cart_description_area {
	display: flex;
	flex-direction: column;
}
#cart #cart_area .cart_row > .cart_content_area > .cart_description_area > .cart_index_area > span.cart_index {
	color: #ff674d;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0.2rem;
}
#cart #cart_area .cart_row > .cart_content_area > .cart_description_area > .cart_index_area > span.cart_soldout {
	background-color: #ff674d;
	color: #fff;
	font-size: 0.8rem;
	padding: 0rem 0.5rem;
	position: relative;
	bottom: 0.2rem;
}
#cart #cart_area .cart_row > .cart_content_area .cart_option_area > dl > div {
	display: flex;
}
#cart #cart_area .cart_row > .cart_content_area .cart_option_area > dl > div > dt::after {
	content: '：';
}
#cart #cart_area .cart_row > .cart_content_area > .cart_button_area ul {
	display: flex;
}
#cart #cart_area .cart_row > .cart_content_area > .cart_button_area ul > li {
	padding: 0.5rem;
}
#cart #cart_area .cart_row > .cart_content_area > .cart_button_area ul > li > button {
        padding: 0.4rem 1.2rem;
        border-radius: 1rem;
        color: #645853;
        border: 1px solid #b4b0b0;
}
#cart #cart_area .cart_row > .cart_content_area > .cart_button_area ul > li > button:hover {
	cursor: pointer;
}
#cart #cart_area .cart_row:first-child {
	border-top: 1px #b4b0b0 dotted;
}
#cart #cart_area .cart_total_area {
	padding: 1rem 0;
	background-color: #f7f2f2;
}
#cart #cart_area .cart_total_area > div {
	display: flex;
	justify-content: flex-end;
	padding: 0 1rem;
}
#cart #cart_area .cart_total_area > div > dt {
	width: 20rem;
}
#cart #cart_area .cart_total_area > div > dd .total_price {
	font-weight: bold;
	font-size: 1.3rem;
}
#cart #cart_area .confirm_cart_row {
	display: flex;
	padding: 1rem 0;
	border-bottom: 1px #b4b0b0 dotted;
	font-size: 0.9rem;
	line-height: 1rem;
}
#cart #cart_area .confirm_cart_row > .cart_image_area {
	width: 12%;
}
#cart #cart_area .confirm_cart_row > .cart_image_area > a {
	display: block;
}
#cart #cart_area .confirm_cart_row > .cart_image_area > a > img {
	width: 100%;
	height: auto;
}
#cart #cart_area .confirm_cart_row > .cart_content_area {
	flex: 1;
	padding: 0 1rem;
}
#cart #cart_area .confirm_cart_row > .cart_content_area > .cart_description_area {
	display: flex;
	flex-direction: column;
}
#cart #cart_area .confirm_cart_row > .cart_content_area .cart_option_area > dl > div {
	display: flex;
}
#cart #cart_area .confirm_cart_row > .cart_content_area .cart_option_area > dl > div > dt::after {
	content: '：';
}
#cart #cart_area .confirm_cart_row:first-child {
	border-top: 1px #b4b0b0 dotted;
}
#cart #cart_area .confirm_cart_total_area {
	padding: 1rem 0;
	background-color: #f7f2f2;
}
#cart #cart_area .confirm_cart_total_area > div {
	display: flex;
	justify-content: flex-end;
}
#cart #cart_area .confirm_cart_total_area > div > dd {
	width: 20rem;
	text-align: right;
}
#cart #cart_area .confirm_cart_total_area > div > dd .total_price {
	font-weight: bold;
	font-size: 1.3rem;
}

#cart_entry_area .cart_entry_inner {
	display: flex;
}
#cart_entry_area .cart_entry_inner > div {
	flex: 1;
	padding: 1rem 2rem;
	display: flex;
	flex-direction: column;
}
#cart_entry_area .cart_entry_inner > div > div {
	flex: 1;
	display: flex;
	flex-direction: column;
	border-radius: 0.5rem;
	overflow: hidden;
	background-color: #f7f2f2;
	box-shadow: 0px 5px 10px -2px #b4b0b0;
}
#cart_entry_area .cart_entry_inner > div > div .h2_cart_entry {
	background-color: #56bade;
	color: #fff;
	font-size: 1.1rem;
	padding: 0.5rem 1rem;
	font-weight: bold;
	text-align: center;
}
#cart_entry_area .cart_entry_inner > div > div > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 1.5rem;
}
#cart_entry_area .cart_entry_inner > div > div > div dl > div > dt > span {
	border-left: 0.5rem #645853 solid;
	padding: 0 1rem;
}
#cart_entry_area .cart_entry_inner > div > div > div dl > div > dd {
	padding: 0.5rem;
}
#cart_entry_area .cart_entry_inner > div > div .cart_entry_button_area {
	padding: 1.5rem 0.5rem 0.5rem;
}
#cart_entry_area .cart_entry_inner > div > div .cart_entry_button_area button {
	position: relative;
	display: block;
	background-color: #645853;
	border-radius: 4rem;
	color: #fff;
	font-size: 1rem;
	padding: 1rem 3rem 1rem 2rem;
	text-align: center;
	width: 100%;
}
#cart_entry_area .cart_entry_inner > div > div .cart_entry_button_area button::after {
	position: absolute;
	font-family: infonix;
	content: '';
	color: #fff;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}
#cart_entry_area .cart_entry_inner > div > div .cart_entry_button_area button:hover {
	cursor: pointer;
	background-color: #645853;
	transition: 0.5s;
}
#cart_entry_area .cart_entry_inner > div > div .cart_entry_button_area .primary {
	background-color: #ff674d;
}

.button_area {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}
.button_area .button {
	min-width: 200px;
}
.button_area > span {
	padding: 0.5rem 1rem;
}

.fav_button_area {
	display: flex;
	justify-content: center;
	padding-bottom: 1rem;
}
.fav_button_area > span {
	padding: 0;
}

.purchase_button .send {
	display: flex;
	justify-content: center;
}
.purchase_button .send > input {
	padding: 1rem;
}

.form_section {
	padding: 0.5rem 0;
}
.form_section .dl_form {
	padding: 1rem;
	background: #f7f2f2;
	border-radius: 0.5rem;
}
.form_section .dl_form > div {
	display: flex;
}
.form_section .dl_form > div > dt {
	width: 30%;
	padding: 0.5rem 1rem;
	background-color: #b4b0b0;
	color: #fff;
	border-bottom: 1px #fff solid;
}
.form_section .dl_form > div > dd {
	flex: 1;
	padding: 0.5rem 1rem;
	background-color: #f7f2f2;
}
.form_section .dl_form > div > dd > dl.name_area {
	display: flex;
}
.form_section .dl_form > div > dd > dl.name_area > div {
	flex: 1;
	padding-right: 1rem;
}

#taxonomy #taxonomy_sort_area {
	padding: 0.5rem;
}
#taxonomy #taxonomy_sort_area > ul {
	display: flex;
	justify-content: flex-end;
	font-size: 0.8rem;
}
#taxonomy #taxonomy_sort_area > ul > li {
	display: flex;
}
#taxonomy #taxonomy_sort_area > ul > li > div {
	padding: 0 0.5rem;
}
#taxonomy #taxonomy_sort_area > ul > li > div > div {
	border-radius: 0.5rem;
	padding: 0 1rem;
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort_button {
	background-color: #56bade;
	color: #fff;
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort_button > i {
	padding-right: 1rem;
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort_button:hover {
	cursor: pointer;
	background-color: #b4b0b0;
	transition: 0.5s;
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -100%;
	top: 50%;
	background-color: #fff;
	padding: 2rem;
	z-index: 1;
	transform: translate(-50px, -50%);
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort ul > li {
	padding: 0.5rem 0;
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort ul > li > div {
	border-bottom: 1px #b4b0b0 dotted;
	display: flex;
}
#taxonomy #taxonomy_sort_area > ul > li > div > .taxonomy_sort ul > li > div label {
	flex: 1;
	padding-left: 1rem;
}
#taxonomy #taxonomy_sort_area > ul > li > .sort_area {
	position: relative;
}

#kana_select_area {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 1080px;
	z-index: 1;
	transform: translateX(-50%);
}
#kana_select_area > ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px #b4b0b0 solid;
	border-radius: 5px 5px 0 0;
	background-color: #f7f2f2;
	padding: 1rem 1rem;
}
#kana_select_area > ul > li {
	width: calc(100% / 11);
	padding: 0.2rem;
}
#kana_select_area > ul > li > a {
	display: block;
	background-color: #56bade;
	color: #fff;
	border-radius: 0.5rem;
	padding: 0.5rem;
	font-size: 1rem;
}

#member_history .usces_filter_history {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#member_history .usces_filter_history > .exclude_cancel {
	padding-right: 1rem;
}
#member_history .usces_filter_history > .usce_period select {
	padding: 0.2rem 0;
}
#member_history > ul .history_row {
	padding: 0.5rem 0;
}
#member_history > ul .history_row .history_row_inner {
	border: 1px #b4b0b0 solid;
	border-radius: 0.5rem;
	overflow: hidden;
}
#member_history > ul .history_row .history_row_inner .history_row_header {
	position: relative;
	background-color: #f6f6f6;
	padding: 1rem 3rem 1rem 1rem;
}
#member_history > ul .history_row .history_row_inner .history_row_header > dl {
	display: flex;
}
#member_history > ul .history_row .history_row_inner .history_row_header > dl > div {
	flex: 1;
	display: flex;
}
#member_history > ul .history_row .history_row_inner .history_row_header::after {
	position: absolute;
	font-family: infonix;
	font-size: 0.8rem;
	content: '';
	color: #56bade;
	top: 50%;
	right: 1.5em;
	transform: translateY(-50%);
}
#member_history > ul .history_row .history_row_inner .history_row_header:hover {
	cursor: pointer;
}
#member_history > ul .history_row .history_row_inner .history_row_detail {
	padding: 1rem;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_cart_row {
	padding: 0.5rem 0;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_cart_row .history_cart_row_inner {
	border-bottom: 1px #b4b0b0 dotted;
	display: flex;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_cart_row .history_cart_row_inner .history_cart_row_image {
	width: 10%;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_cart_row .history_cart_row_inner .history_cart_row_image > a {
	display: block;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_cart_row .history_cart_row_inner .history_cart_row_image > a > img {
	width: 100%;
	height: auto;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_cart_row .history_cart_row_inner .history_cart_row_detail {
	flex: 1;
	padding-left: 1rem;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_row_total {
	display: flex;
	justify-content: flex-end;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
#member_history > ul .history_row .history_row_inner .history_row_detail .history_row_total > dl > div {
	display: flex;
	justify-content: flex-end;
}

.br_u-- {
	padding-top: 1.5em !important;
}

.br_u- {
	padding-top: 3em !important;
}

.br_u {
	padding-top: 6em !important;
}

.br_h-- {
	padding-bottom: 0.5em !important;
}

.br_h- {
	padding-bottom: 3em !important;
}

.br_h {
	padding-bottom: 6em !important;
}

/* 240606 */
.item_list_type3 {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
}
.item_list_type3 .item_row {
	padding: 0.2rem 0.5rem 0.2rem 0.8rem;
}
.item_list_type3 .item_row > a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}
.item_list_type3 .item_row > a > .item_row_image {
	width: 13%;
}
.item_list_type3 .item_row > a > .item_row_image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
}
.item_list_type3 .item_row > a .item_row_content {
	flex: 1;
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	position: absolute;
	top: 50%;
	left: 14%;
	transform: translateY(-50%);
}
.item_list_type3 .item_row > a::after {
	position: absolute;
	font-family: infonix;
	content: '';
	color: #645853;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}
.item_list_type3 .item_row > a:hover {
	background-color: #b4b0b0;
	color: #fff;
}

/*オリジナルスケジュール表*/
.info_calendar table td {
	width: 14.285%;
}
.info_calendar tr:nth-last-child(even) {
	height: 75px;
}
.info_calendar tr:nth-last-child(odd) {
	height: 100px;
}
.info_calendar {
	font-size: 0.85rem;
	text-align: center;
	margin: 0.5rem;
}

/************************************
イベントスタイル
*************************************/

/*アコーディオンリスト（上下線のみ）*/
.events_menu {
	max-width: 100%;
	margin: 0 auto;
}
.events_menu a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #000;
}
.events_menu label {
	position: relative;
	display: block;
	padding: 15px;
	line-height: 1;
	color: #645853;
	border-top: 1px #645853 solid;
	border-bottom: 1px #645853 solid;
	cursor: pointer;
	font-size: 1.2em;
}
.events_menu input {
	display: none;
}
.events_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.events_menu li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.events_menu li a:hover {
	background: #f7f2f2;
}

.events_menu li a:after {
	font-family: infonix;
	content: '\f105';
	color: #645853;
	position: absolute;
	right: 1em;
}

#menu_list01:checked ~ #links01 li,
#menu_list02:checked ~ #links02 li,
#menu_list03:checked ~ #links03 li {
	height: 54px;
	border-bottom: 1px dotted #cfcfcf;
	opacity: 1;
}
.events_menu label:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: #645853 2px solid;
	border-right: #645853 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 2%;
	top: 0;
	bottom: 15%;
	margin: auto;
}
.events_menu input[type='checkbox']:checked + label:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: #645853 2px solid;
	border-right: #645853 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 2%;
	top: 7%;
	bottom: 0;
	margin: auto;
}

#events {
	width: 970px;
}
.events_headarea {
	background: #fff;
}
#events .button {
	background: #fff;
	padding-top: 2em;
}
.bg_sale_pc,
.bg_area_darkgray:before,
.bg_area_red:before,
.bg_area_brown:before,
.bg_area_purple:before,
.bg_area_green:before,
.bg_area_yellow:before,
.bg_area_orange:before {
	background: url('images/bg_events.gif') repeat;
	top: 0;
	left: 0;
	z-index: -1;
	background-attachment: fixed;
}
.bg_area_darkgray {
	background-color: rgba(30, 30, 30, 0.7);
	position: relative;
	padding-bottom: 4em;
}
.bg_area_red {
	background-color: rgba(163, 0, 21, 0.7);
	position: relative;
	padding-bottom: 4em;
}
.bg_area_brown {
	background-color: rgba(99, 44, 24, 0.7);
	position: relative;
	padding-bottom: 4em;
}
.bg_area_purple {
	background-color: rgba(31, 3, 34, 0.7);
	position: relative;
	padding-bottom: 4em;
}
.bg_area_green {
	background-color: rgba(2, 43, 58, 0.7);
	position: relative;
	padding-bottom: 4em;
}
.bg_area_yellow {
	background-color: rgba(177, 130, 52, 0.6);
	position: relative;
	padding-bottom: 4em;
}
.bg_area_orange {
	background-color: rgba(255, 103, 77, 0.6);
	position: relative;
	padding-bottom: 4em;
}
.events_read {
	font-size: 1.5rem;
	display: block;
	line-height: 1.8em;
	background: #f7f2f2;
	padding: 2em;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
	text-align: justify;
}
.events_read strong {
	color: #ff1d15;
	text-align: center;
	display: block;
	font-size: 1.3em;
	line-height: 0;
}
.exp_single {
	color: #ff674d;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 1.5em;
	text-align: center;
}

.events_btn a {
	text-align: center;
	font-size: 1.3rem;
	display: block;
	width: 60%;
	padding: 1.5em;
	color: #fff;
	margin: 2em auto 0;
	border-radius: 3em;
	position: relative;
	background: #ff1d15;
}
.events_btn a:after {
	font-family: infonix;
	content: '\f105';
	color: #ffffff;
	position: absolute;
	right: 1em;
}
.events_btn a:hover {
	background: #421907;
}

/*見出し*/
#eventes {
	width: 100%;
}
.events_h2 span {
	display: block;
	font-size: 1.3rem;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.events_h2 {
	display: block;
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #ff1d15;
	padding: 0.5em 0;
	box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.5);
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}
.exp {
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.92;
	width: 100%;
	color: #fff;
	padding: 1em 2.2em;
	font-size: 2em;
	line-height: 1.4em;
	margin: 0;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}
.events_lists .name {
	color: #645853;
	font-size: 1.1em;
}
.events_lists .usualprice {
	color: #b4b0b0;
	font-size: 1.1em;
	text-align: right;
}
.events_lists .specialprice {
	color: #ff1d15;
	font-size: 1.3em;
	text-align: right;
	margin-top: 0.3em;
}
.specialprice span {
	font-size: 1.5rem;
	margin-top: 0.3rem;
}
.events_3items .specialprice {
	font-size: 1rem;
	font-weight: normal;
}
.events_2items .specialprice {
	font-weight: normal;
}

/*商品リスト*/
.events_lists {
	margin: 2em;
}
.events_lists ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.events_lists p,
.events_lists span {
	display: block;
}
.events_1items li {
	width: 100%;
	list-style: none;
	background: #fff;
	margin: 1%;
	padding: 1em 1em 0.5em;
	border-radius: 0.3em;
	box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.events_2items li {
	width: 48%;
	list-style: none;
	background: #fff;
	margin: 1%;
	padding: 1em 1em 0.5em;
	border-radius: 0.3em;
	box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.events_1items li a,
.events_2items li a,
.events_3items li a {
	display: block;
}
.events_1items li a:hover,
.events_2items li a:hover,
.events_3items li a:hover {
	opacity: 0.5;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.events_3items li {
	width: 32%;
	list-style: none;
	background: #fff;
	margin: 0.8% 0.5%;
	padding: 1em 1em 0.5em;
	border-radius: 0.3em;
	box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.events_lists img {
	width: 100%;
}

.textlink a {
	color: #3454d1;
	text-decoration: underline;
}

/*注意事項*/
.events_attention {
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 2em 2em 1em;
	border: 1px #b4b0b0 dashed;
	border-radius: 1em;
	margin-top: 1em;
}

.events_attention dl {
    padding: 0 0 1rem;
}

.events_attention strong {
	display: block;
	text-align: center;
	font-size: 2rem;
}

.events_attention dt {
        position: relative;
        padding-left: 2rem;
        font-size: 1.25rem;
        line-height: 2.5rem;
        color: #FF674D;
        font-weight: bold;
}

.events_attention dt:before {
	font-family: infonix;
	content: '\f00c';
	color: #FF674D;
	position: absolute;
	left: 0;
}

.events_attention dd {
	padding-left: 2em;
	margin-bottom: 1em;
}

.events_attention em {
	color: #ff674d;
}

.events_padding {
	padding-bottom: 3em;
}
.events_setlist ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.events_setlist li {
	width: 23%;
	margin: 1%;
}

.events_bana20off ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.events_bana20off li {
	width: 33%;
}

/* 250422 */
.ul_relation_link {
	display: flex;
	flex-wrap: wrap;
}
.ul_relation_link > li {
	width: 50%;
	padding: 0.2rem;
}
.ul_relation_link > li > a {
	display: block;
  align-items: center;
  height: 100%;
}
