@charset "UTF-8";
/* 220304 ah_ec 250行目 キャンペーン 変更・追記 */
/* 20210803,sotsuki.pane-contents {
	min-height: inherit;
	padding-bottom: inherit;
}
.pane-main {
	display: inherit;
	grid-column-start: none;
	grid-column-end: none;
	grid-row-start: none;
	grid-row-end: none;
}
.pane-contents .container {
	display: block;
	grid-template-columns: none;
	grid-template-rows: none;
	width: 100%;
}
.pane-left-menu {
	display: none;
}
.pane-right-menu {
	display: none;
}
.pane-footer {
	padding: inherit;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover,a:focus {
	text-decoration: none !important;
}
a:focus {
	outline: inherit;
	outline-offset: inherit;
}
*/
/*--初期--*/
html {
	overflow-x: visible;
}
a{
	outline:none !important;
}
a:focus{
	outline:none !important;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.4;
	transition: 0.4s ease-in-out;
}
input:focus{
	outline: #3284e3 solid 2px;
	outline-offset: -2px;
}
textarea:focus{
	outline: #3284e3 solid 2px;
	outline-offset: -2px;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
	position:relative;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 1.4;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*--ヘッダー--*/
#header {
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 31;
}
#header .container {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	height: 100px;
}
#header .container-inner {
	width: 50%;
	display: flex;
align-items: center}
#header .container-inner.left-side {
	padding-top: 15px;
}
#header .container-inner.right-side {
	justify-content: flex-end;
}
#header .block-header--logo {
	font-size: 12px;
	position: relative;
	margin-right: 15px;
}
#header .block-header--logo span {
	position: absolute;
	white-space: nowrap;
	top: -18px;
}
#header .block-header--logo a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
	position: relative;
}
#header .block-header--logo img {
	display: block;
	width: 60px;
}
#header .block-header--cap {
	font-size: 16px;
	line-height: 1.2;
}
#header .block-header--cap b {
	color:#db0000;
	font-size: 18px;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#header .block-global-search2 {
	margin-left: 15px;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#header .block-global-search2 form {
	display: flex;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#header .block-global-search2 input {
	width: 250px;
	font-size: 20px;
	padding: 2px 5px;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#header .block-global-search2 .block-global-search2--submit {
	padding: 0;
	border: 0;
	margin: 0;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#header .block-global-search2 .block-global-search2--submit img {
	display: block;
}
#header .header-nav {
	display: flex;
}
#header .header-nav li {
margin: 0 10px}
#header .header-nav li:last-child {
	margin: 0 0 0 30px;
}
#header .header-nav.login-navi li:nth-of-type(2) {
	display: none !important;
}
#header .header-nav  li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	position: relative;
}
#header .header-nav  li img {
	display: block;
	width: 30px;
	margin: auto;
}
#header .header-nav  li a .item-count {
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: 6px;
	right: 0;
	text-align: center;
	top: -7px;
}
/*--グローバルナビ--*/
.pane-globalnav {
	width: 100%;
	background-color: #ddd;
	height: 50px;
	position: fixed;
	top: 100px;
	z-index: 30;
}
.pane-globalnav .pane-globalnav--tree {
	display: flex;
	width: 1200px;
	margin: auto;
	height: 100%;
}
.pane-globalnav li {
	width: 100%;
	height: 100%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.pane-globalnav li:last-child {
	border-right: none;
}
.pane-globalnav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	border:1px solid #fff;
	border-top:none;
	border-bottom:none;
	background-color: #db0000;
	box-sizing: border-box;
}
.pane-globalnav li br {
	display: none;
}
.pane-globalnav a:hover {
	color: #db0000;
	background-color: #fff;
	opacity: 10;
	transition:none;
	border:2px solid #db0000;
}
.pane-globalnav img {
	display: block;
	margin: 0 10px;
	width: 36px;
}
/*--キャンペーンバナー--*/
.block-banner--area {
	/* 220304 ah_ec 変更 */
	/*background-color: #fff;
	*/
	/* 220304 ah_ec 追記 */
	background-color: #db0000;
}
.block-banner--area a {
	display: table;
	margin: auto;
	width: 100%;
	/* 220304 ah_ec 追記 */
	max-width: 1200px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/* 220304 ah_ec 追記 end */
}
.block-banner--area img {
	display: block;
	width: 100%;
	height: auto;
}
/*--コンテンツ--*/
#main {
	display: block;
	/* 20210803,sotsukipadding-top: 150px;
	*/
}
#main .container {
}
#main .block-slide {
}
#main .block-news {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-news .block-container {
	display: flex;
	align-items: center;
}
#main .block-news ul {
	margin-left: 20px;
	width: 100%;
}
#main .block-news ul li a {
	display: flex;
	text-decoration: none;
	color: #333;
	align-items: center;
}
#main .block-news time {
	flex-basis: 170px;
}
#main .block-news span {
	flex:1;
}
#main .block-news span {
	position: relative;
	max-height: calc(18 * 1.4 * 1 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-news span::before,#main .block-news span::after {
	position: absolute;
	background: #fff;
}
#main .block-news span::before {
	content: "...";
	top: calc(18 * 1.4 * (1 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-news span::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-news--title {
	display: table;
	padding: 5px 10px;
	border: 1px solid #ccc;
	white-space: nowrap;
}
.block-news--link {
	display: table;
	margin: 0 0 0 auto;
}
.block-news--link a {
	text-decoration: none;
	color: #333;
}
#main .block-osusume {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-osusume--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-osusume--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-ousume--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -2%;
}
#main .block-ousume--tree.column .block-ousume--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2%;
}
#main .block-ousume--tree.column .block-ousume--tree-item:nth-of-type(n+5) {
	width: 48%;
	margin-right: 2%;
}
#main .block-ousume--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-ousume--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-ousume--tree-item div {
}
#main .block-ousume--tree-item .title-caption {
	position: relative;
	max-height: calc(18 * 1.4 * 2 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-ousume--tree-item .title-caption::before,#main .block-ousume--tree-item .title-caption::after {
	position: absolute;
	background: #fff;
}
#main .block-ousume--tree-item .title-caption::before {
	content: "...";
	top: calc(18 * 1.4 * (2 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-ousume--tree-item .title-caption::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-ousume--tree-item time {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
#main .block-season {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-season--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-season--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-season--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-season--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2.6%;
}
#main .block-season--tree-item:nth-of-type(4n) {
	margin-right: 0%;
}
#main .block-season--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-season--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-season--tree-item div {
}
#main .block-season--tree-item div .title-caption {
	position: relative;
	max-height: calc(18 * 1.4 * 2 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-season--tree-item div .title-caption::before,#main .block-season--tree-item div .title-caption::after {
	position: absolute;
	background: #fff;
}
#main .block-season--tree-item div .title-caption::before {
	content: "...";
	top: calc(18 * 1.4 * (2 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-season--tree-item div .title-caption::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-sale {
	margin: auto;
	margin-top: 60px;
	background-color: #eee;
	padding: 60px 0;
}
#main .block-sale .block-container {
	margin: auto;
	width: 1200px;
}
#main .block-sale--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-sale--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-sale--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-sale--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2.6%;
}
#main .block-sale--tree-item:nth-of-type(4n) {
	margin-right: 0%;
}
#main .block-sale--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-sale--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-sale--tree-item div {
}
#main .block-sale--tree-item .title-caption {
	position: relative;
	max-height: calc(18 * 1.4 * 2 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-sale--tree-item .title-caption::before,#main .block-sale--tree-item .title-caption::after {
	position: absolute;
	background: #eee;
}
#main .block-sale--tree-item .title-caption::before {
	content: "...";
	top: calc(18 * 1.4 * (2 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-sale--tree-item .title-caption::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-sale--tree-item .title-price {
	display: block;
	/*color: #db0000;
	20210820,sotsuki */
	margin-top: 20px;
}
#main .block-sale--tree-item .title-price small {
	font-size: 13px;
}
#main .block-sale--link {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .block-sale--link a {
	display: table;
	background-color: #fff;
	color: #333;
	padding: 20px;
	width: 500px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
#main .block-sale--link a::after {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-ranking {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-ranking--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-ranking--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-ranking--header {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
#main .block-ranking--header-tab {
	width: 23%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
}
#main .block-ranking--header-tab.active {
	background-color: #d93f62;
	color: #fff;
	border: 1px solid #d93f62;
}
#main .block-ranking--header-tab img {
	display: block;
	width: 60px;
	margin: auto;
}
#main .block-ranking--header-tab.active img.off {
	display: none;
}
#main .block-ranking--header-tab.active img.on {
	display: block;
}
#main .block-ranking--header-tab img.on {
	display: none;
}
#main .block-ranking--tree {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#main .block-ranking--tree-container {
	display: none;
	width: 100%;
}
#main .block-ranking--tree-container.show {
	display: block;
	width: 100%;
}
#main .block-ranking--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2.6%;
	background-repeat: no-repeat;
	padding-top: 70px;
	background-position: center 15px;
}
#main .block-ranking--tree-item:nth-of-type(1) {
	background-image: url(../../img/usr/common/rank1.png);
}
#main .block-ranking--tree-item:nth-of-type(2) {
	background-image: url(../../img/usr/common/rank2.png);
	;
}
#main .block-ranking--tree-item:nth-of-type(3) {
	background-image: url(../../img/usr/common/rank3.png);
}
#main .block-ranking--tree-item:nth-of-type(4) {
	background-image: url(../../img/usr/common/rank4.png);
	margin-right: 0%;
}
#main .ranking-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px 0 30px;
}
#main .ranking-icon img {
	width: 30px !important;
	margin-right: 10px !important;
	margin-bottom: 0px !important;
	display: block !important;
}
#main .block-ranking--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-ranking--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-ranking--tree-item div {
}
#main .block-ranking--tree-item .title-caption {
	position: relative;
	max-height: calc(18 * 1.4 * 2 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-ranking--tree-item .title-caption::before,#main .block-ranking--tree-item .title-caption::after {
	position: absolute;
	background: #fff;
}
#main .block-ranking--tree-item .title-caption::before {
	content: "...";
	top: calc(18 * 1.4 * (2 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-ranking--tree-item .title-caption::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-ranking--tree-item .title-price {
	display: block;
	margin-top: 20px;
}
#main .block-ranking--tree-item .title-price small {
	font-size: 13px;
}
#main .block-ranking--link {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .block-ranking--link a {
	display: table;
	background-color: #eee;
	color: #333;
	padding: 20px;
	width: 500px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
#main .block-ranking--link a::after  {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-recommend {
	margin: auto;
	margin-top: 60px;
	background-color: #eee;
	padding: 60px 0;
}
#main .block-recommend .block-container {
	margin: auto;
	width: 1200px;
}
#main .block-recommend--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-recommend--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-recommend--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-recommend--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2.6%;
}
#main .block-recommend--tree-item:nth-of-type(4n) {
	margin-right: 0%;
}
#main .block-recommend--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-recommend--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-recommend--tree-item div {
}
#main .block-recommend--tree-item .title-caption {
	position: relative;
	max-height: calc(18 * 1.4 * 2 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-recommend--tree-item .title-caption::before,#main .block-recommend--tree-item .title-caption::after {
	position: absolute;
	background: #eee;
}
#main .block-recommend--tree-item .title-caption::before {
	content: "...";
	top: calc(18 * 1.4 * (2 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-recommend--tree-item .title-caption::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-recommend--tree-item .title-price {
	display: block;
	margin-top: 20px;
}
#main .block-recommend--tree-item .title-price small {
	font-size: 13px;
}
#main .block-recommend--link {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .block-recommend--link a {
	display: table;
	background-color: #fff;
	color: #333;
	padding: 20px;
	width: 500px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
#main .block-recommend--link a::after {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-scene {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-scene--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-scene--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-scene--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#main .block-scene--tree-item {
	width: 25%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
#main .block-scene--tree-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	position: relative;
	height: 100%;
	font-size: 18px;
}
#main .block-scene--tree-item a::after {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-scene--tree-item figure {
	display: block;
margin-right: 15px}
#main .block-scene--tree-item img {
	display: block;
}
#main .block-scene--tree-item .title-caption {
}
#main .block-yakudachi {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-yakudachi--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-yakudachi--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-yakudachi--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-yakudachi--tree-item {
	margin-bottom: 10px;
	width: 50%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}
#main .block-yakudachi--tree-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	position: relative;
	height: 100%;
	font-size: 18px;
}
#main .block-yakudachi--tree-item a ::after {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-yakudachi--tree-item figure {
	display: block;
	margin-right: 15px;
}
#main .block-yakudachi--tree-item img {
	display: block;
}
#main .block-yakudachi--link {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .block-yakudachi--link a {
	display: table;
	background-color: #eee;
	color: #333;
	padding: 20px;
	width: 500px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
#main .block-yakudachi--link a::after {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-info {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}
#main .block-info--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-info--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-info--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-info--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2.6%;
}
#main .block-info--tree-item:nth-of-type(4n) {
	margin-right: 0%;
}
#main .block-info--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-info--tree-item figure {
}
#main .block-info--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-info--tree-item .title-caption {
}
#main .block-movie {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
#main .block-movie--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-movie--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-movie--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-movie--tree-item {
	margin-bottom: 30px;
	width: 48.5%;
	margin-right: 3%;
}
#main .block-movie--tree-item:nth-of-type(2n) {
	margin-right: 0%;
}
#main .block-movie--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-movie--tree-item figure {
}
#main .block-movie--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-movie--tree-item .title-caption {
}
#main .block-brand {
	margin: auto;
	margin-top: 40px;
	background-color: #ddd;
	padding: 60px 0;
}
#main .block-brand .block-container{
	margin: auto;
	width: 1200px;
}
#main .block-brand--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-brand--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-brand--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-brand--tree-item {
	margin-bottom: 30px;
	width: 15.5%;
	margin-right: 1.4%;
}
#main .block-brand--tree-item:nth-of-type(6n) {
	margin-right: 0%;
}
#main .block-brand--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-brand--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-brand--tree-item .title-caption {
}
#main .block-maker {
	margin: auto;
	background-color: #ddd;
	padding: 60px 0;
}
#main .block-maker .block-container{
	margin: auto;
	width: 1200px;
}
#main .block-maker--title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-maker--title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-maker--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-maker--tree-item {
	margin-bottom: 30px;
	width: 15.5%;
	margin-right: 1.4%;
}
#main .block-maker--tree-item:nth-of-type(6n) {
	margin-right: 0%;
}
#main .block-maker--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-maker--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-maker--tree-item .title-caption {
}
#main .block-rireki {
	margin: auto;
	background-color: #eee;
	padding: 60px 0;
}
#main .block-rireki .block-container {
	margin: auto;
	width: 1200px;
}
#main .block-rireki-title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}
#main .block-rireki-title::before {
	content: url(../../img/usr/common/title_ec_pc.png);
	vertical-align: middle;
	margin-right: 15px;
}
#main .block-rireki--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-rireki--tree-item {
	margin-bottom: 30px;
	width: 23%;
	margin-right: 2.6%;
}
#main .block-rireki--tree-item:nth-of-type(4n) {
	margin-right: 0%;
}
#main .block-rireki--tree-item a {
	display: block;
	text-decoration: none;
	color: #333;
}
#main .block-rireki--tree-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	display: block;
}
#main .block-rireki--tree-item div {
}
#main .block-rireki--tree-item .title-caption {
	position: relative;
	max-height: calc(18 * 1.4 * 2 * 1px);
	font-size: 18px;
	line-height: 1.4;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
#main .block-rireki--tree-item .title-caption::before,#main .block-rireki--tree-item .title-caption::after {
	position: absolute;
	background: #eee;
}
#main .block-rireki--tree-item .title-caption::before {
	content: "...";
	top: calc(18 * 1.4 * (2 - 1) * 1px);
	right: 0;
	width: 1em;
}
#main .block-rireki--tree-item .title-caption::after {
	content: "";
	width: 100%;
	height: 100%;
}
#main .block-rireki--tree-item .title-price {
	display: block;
	margin-top: 20px;
}
#main .block-rireki--tree-item .title-price small {
	font-size: 13px;
}
#main .block-rireki--link {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .block-rireki--link a {
	display: table;
	background-color: #fff;
	color: #333;
	padding: 20px;
	width: 500px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
#main .block-rireki--link a::after {
	content: "\0bb";
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right: 20px;
	margin: auto;
}
#main .block-snsinfo {
	margin: auto;
	background-color: #ffe6e6;
	padding: 60px 0;
}
#main .block-snsinfo .block-container {
	margin: auto;
	width: 1200px;
}
#main .block-snsinfo-title {
	font-size: 30px;
	margin-bottom: 15px;
	text-align: center;
	color: #db0000;
	font-weight: bold;
}
#main .block-snsinfo--link {
}
#main .block-snsinfo--link a {
	display: table;
	text-decoration: none;
	color: #333;
	width: 900px;
	margin: auto;
}
#main .block-snsinfo--link img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
#main .block-snsingo-caption {
	display: table;
	width: 900px;
	margin: auto;
}
#main .block-apietc {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
#main .block-apietc--tree {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#main .block-apietc--tree-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 50%;
	border-bottom: 1px dotted #ccc;
}
#main .block-apietc--tree-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	margin-right: 20px;
}
#main .block-apietc--tree-item figure {
	display: block;
	margin-right: 15px;
	width: 80px;
}
#main .block-apietc--tree-item img {
	width: 80px;
	display: block;
	height: auto;
}
#main .block-apietc--tree-item .title-caption {
	word-break: break-all;
	width: 100%;
}
#main .block-apietc--tree-item .title-caption b {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
}
#main .block-shopinfo {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
#main .block-shopinfo--link {
}
#main .block-shopinfo--link a {
	display: table;
	text-decoration: none;
	color: #333;
	width: 740px;
	margin: auto;
}
#main .block-shopinfo--link img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
/*--フッター--*/
#footer {
	width: 100%;
	margin: auto;
	background-color: #eee;
margin-top: 60px}
#footer .container {
	width: 1200px;
	margin: auto;
}
#footer .container-inner {
padding-top: 20px}
#footer .block-footer-title {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .block-footer-title a {
	display: flex;
	align-items: center;
}
#footer .block-footer-title figure {
	margin-right: 15px;
}
#footer .block-footer-title img {
	display: block;
	width: 40px;
	height: auto;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#footer .block-global-search2 {
	display: flex;
	justify-content: center;
	padding: 15px 0;
border-bottom: 1px solid #ccc}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#footer .block-global-search2 form {
	display: flex;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#footer .block-global-search2 input {
	width: 400px;
	font-size: 20px;
	padding: 2px 5px;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#footer .block-global-search2 .block-global-search2--submit {
	padding: 0;
	border: 0;
	margin: 0;
}
/* 20210803,sotsuki,block-global-search⇒block-global-search2 */
#footer .block-global-search2 .block-global-search2--submit img {
	display: block;
}
#footer .block-footer-navi1 {
	display: flex;
	flex-wrap: wrap;
margin-top: 20px}
#footer .block-footer-navi1 li {
	width: 33.333%;
	margin-top: 15px;
}
/*#footer .block-footer-navi1.login-navi li:nth-of-type(-n+2) {
	display: none;
}
*/
#footer .block-footer-navi1.login-navi li {
	width: 25%;
}
#footer .block-footer-navi1 a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}
#footer .block-footer-navi1 figure {
	margin-right: 15px;
}
#footer .block-footer-navi1 img {
	display: block;
	width: 40px;
	height: auto;
}
#footer .block-footer-banner {
	width: 740px;
	display: table;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
	color: #db0000;
	font-size: 30px;
	text-align: center;
	border-radius: 10px;
margin-top: 40px}
#footer .block-footer-banner--inner {
	display: block;
margin-bottom: 5px}
#footer .block-footer-banner span {
	font-size: 36px;
	font-weight: bold;
}
#footer .block-footer-banner a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	text-align: right;
}
#footer .block-footer-navi2 {
	display: flex;
	justify-content: center;
margin-top: 40px}
#footer .block-footer-navi2 li {
	margin: 10px;
	position: relative;
}
#footer .block-footer-navi2 li::after {
	content: "";
	border-right: 1px solid #ccc;
	position: absolute;
	height: 100%;
	top: 50%;
	transform: translate(0, -50%);
	left: -10px;
}
#footer .block-footer-navi2 li:first-child::after {
	content: none;
}
#footer .block-footer-navi2 a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}
#footer .block-footer-copyright {
	font-size: 13px;
	text-align: center;
	display: block;
	padding: 5px 0;
}
#footer .block-footer-copyright small {
	margin: 0px 3px;
}
/*--ハンバーガーメニュー--*/
.hu_nvwr.open {
	display: block;
}
.hu_nvwr.close {
	display: none;
}
.hu_nvwr {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: 100%;
}
.hu_nvwr .switch {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 30px;
}
body.fixed {
	position: fixed;
	width: 100%;
}
.hu_nv {
	display: block;
	cursor: pointer;
}
.hu_nv small{
	font-size: 13px;
	position: absolute;
	bottom: -21px;
	display: block;
	text-align: center;
	width: 100%;
	left: -2px;
}
.hu_nv.active small {
	display: none;
}
.hu_nv:hover{
	opacity: 10;
}
.hu_nv,.hu_nv span {
	display: inline-block;
	transition: all 0.2s;
	box-sizing: border-box;
	opacity: 10;
}
.hu_nv {
	z-index: 20;
	position: relative;
	width: 36px;
	height: 28px;
}
.hu_nv span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #333;
	border-radius: 4px;
}
.hu_nv.active span {
	background-color: #333;
}
.hu_nv span:nth-of-type(1) {
	top: 0;
}
.hu_nv span:nth-of-type(2) {
	top: 12px;
}
.hu_nv span:nth-of-type(3) {
	bottom: 0;
}
.hu_nv.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.hu_nv.active span:nth-of-type(2) {
	opacity: 0;
}
.hu_nv.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}
.switch {
	margin-top: 0;
}
.switch a {
	text-decoration: none;
	color: #333;
	opacity: 1 !important;
	transition: none;
}
.switch ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
	width: 1200px;
}
.switch ul li {
}
.switch .menu {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.switch .child {
	display: none;
	margin: 0;
	padding: 0;
}
.switch .menu:after {
	position: absolute;
	top: 5%;
	right: 300px;
	content: '\203a';
	font-size: 30px;
	transform: rotate(90deg);
	transition: all, 0.25s, linear;
}
.switch .menu.active:after {
	transform: translate(0, 50%);
	transform: rotate(-90deg);
	right: 300px;
}
.switch a.menu{
	background-color: #fff;
	padding: 10px 300px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.switch .child li a.menu{
	background-color: #f9f9f9;
	padding: 10px 300px;
	font-size: 15px;
}
.switch .child li .child.d3 li a{
	background-color: #f3f3f3;
	padding: 7px 15px 7px 15px;
	display: inline-block;
	font-size: 15px;
}
.switch .child li .child.d3 li a:hover{
	text-decoration: underline !important;
}
.switch .child li .child li a::before{
	content: "\203a";
	/*margin-right: 5px;
	vertical-align: middle;
	*/
	font-size: 15px;
	color: #666;
}
.switch .child.d3{
	background-color: #f3f3f3;
	border-bottom: 1px dotted #ccc;
}
.switch .child.d3 li{
	display: inline-block;
}
.switch .child.d2{
	background-color: #f3f3f3;
	border-bottom: 1px dotted #ccc;
}
.switch .child.d2 li{
	display: inline-block;
}
.switch .child.d2 li a{
	background-color: #f3f3f3;
	padding: 10px 15px 10px 15px;
	display: inline-block;
}
.switch .child.d2 li a::before{
	content: "\203a";
	margin-right: 5px;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}
.switch a.menu figure {
	width: 30px;
	margin-right: 5px;
}
.switch a.menu figure img {
	display: block;
	width: 100%;
	height: auto;
}
.switch .d1 {
	margin: 0 auto;
	width: 1200px;
}
.switch .d1 li {
	border-bottom: 1px dotted #ccc;
}
.switch .d1 li:last-child {
	border-bottom: 2px solid #ccc;
}
.switch .d1 li a{
	background-color: #fff;
	padding: 10px 10px 10px 15px;
	display: block;
}
.search.switch .d1 li a{
	background-color: #fff;
	padding: 10px 0 10px 525px;
	display: block;
}
.switch .d1 li a::before{
	content: "\203a";
	margin-right: 5px;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}
.all-link{
	background-color: #f9f9f9;
	padding: 10px 300px;
	font-size: 15px;
	display: block;
	font-weight: bold;
	position: relative;
	margin: 0;
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}
.all-link:hover{
	text-decoration: underline !important;
}
.all-link::before{
	content: "\203a";
	font-size: 15px;
	color: #666;
}
.all-link-child{
	display: block !important;
}
.all-link-child a{
	font-weight: bold;
}
.all-link-child a::before{
	content: "\203a";
	font-size: 15px;
	color: #666;
}
/*--年齢別カラー＆アイコン--*/
.menu-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.menu-title img{
	width: 50px;
	display: block;
	margin-right: 5px;
}
.c50{
	background-color: #FBEDCF;
	color: #666;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c60{
	background-color: #AFD7CD;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c70{
	background-color: #F1A69B;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c80{
	background-color: #92B0D8;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c90{
	background-color: #E8827D;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c95{
	background-color: #76C5C6;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c100{
	background-color: #F6D981;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c110{
	background-color: #DD243C;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c120{
	background-color: #17A7B2;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.c130{
	background-color: #b0c4de;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 14px;
}
#anchor {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 20px;
	display: block;
	bottom: 80px;
	z-index: 1;
}
#anchor a {
	display: block;
}
#anchor a img {
	display: block;
	width: 100%;
	height: auto;
}
/*--ログインボタン--*/
/*20210426変更*/
.pane-globalnav a.hover {
	color: #db0000;
	background-color: #fff;
	opacity: 10;
	transition:none;
	border:2px solid #db0000;
}
#main .container .contents--inner {
	width: 1200px;
	margin: auto;
}
.login-area a:hover {
	opacity: 0.4 !important;
	transition: 0.4s ease-in-out;
}
.login-area {
	margin: 20px auto !important;
	display: flex;
	width: 1200px;
}
.login-area .login-button {
	background-color: #fff;
	color: #db0000;
	border: 3px solid #db0000;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 10px;
	position: relative;
}
.login-area .member-button {
	background-color: #db0000;
	color:#fff;
	border: 3px solid #db0000;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 10px;
	position: relative;
}
.login-area .login-button::after {
	content: "\0bb";
	position: absolute;
	right: 15px;
	color: #db0000;
}
.login-area .member-button::after {
	content: "\0bb";
	position: absolute;
	right: 15px;
	color: #fff;
}
.nologin {
	justify-content: center;
	align-items: center;
}
.login {
	flex-direction: column;
}
.login .user-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0 20px;
	padding: 0 300px;
}
.login .user-info b {
}
.login .user-info b small {
	margin-left: 10px;
}
.login .user-info a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.login .user-info a img {
	width: 45px;
	display: block;
	height: auto;
}
.mypage-button {
	background-color: #fff;
	color: #db0000 !important;
	border: 3px solid #db0000;
	font-size: 20px;
	font-weight: bold;
	display: table;
	width: 600px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}
.mypage-button::after {
	content: "\0bb";
	position: absolute;
	right: 15px;
	color: #db0000;
}
.mypage-detail {
	margin: 30px auto;
}
.mypage-detail .mypage-detail--tree {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 2px solid #ccc;
	padding: 10px 300px;
}
.mypage-detail .mypage-detail--tree span {
	width: 300px;
}
.mypage-detail .mypage-detail--tree b {
	width: 300px;
	text-align: right;
	font-size: 26px;
}
.mypage-detail .mypage-detail--tree a {
	display: table;
	margin: 10px 0 0 auto;
}
.mypage-detail .mypage-detail--tree a::after {
	content: "\0bb";
	margin-left: 3px;
}
#main .switch {
	padding-top: 0px;
	padding-bottom: 25px;
}
.switch .category {
	margin-top: 15px;
}
.switch .category>li>a {
	/*justify-content: center;
	*/
}
.block-contents--title {
	background-color:#e8e8e7;
	width: 1200px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
.switch .g-tab--header {
	width: 1200px;
	margin: auto;
	margin: 10px auto 25px;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.switch .g-tab {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.switch .g-tab.active {
	background-color: #ffe8e8;
}
.switch .g-tab img {
	display: block;
}
.switch  .tab-container {
	display: none;
	width: 100%;
}
.switch  .tab-container.show {
	display: block;
	width: 100%;
}
.switch  .tab-container--inner {
	width: 1200px;
	padding: 10px 0;
	margin: auto;
}
/*検索*/
.block-search-title {
	text-align: center;
	padding: 20px 0;
}
.block-search-text {
	text-align: center;
	padding: 20px 0;
}
#main .block-global-search .block-global-search--submit {
	padding: 0;
	border: 0;
	margin: 0;
}
#main .block-global-search form {
	display: flex;
	justify-content: center;
}
#main .block-global-search input {
	width: 600px;
	font-size: 20px;
	padding: 2px 5px;
}
#main .block-global-search .block-global-search--submit img {
	display: block;
}
.switch.search .d1 li:last-child {
	border-bottom: 1px dotted #ccc;
}
/*レビュー*/
#review {
	padding-top: 30px;
}
#review .block-review--title {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
}
.block-review--title {
}
#review .block-review--item {
	padding: 30px 0;
}
#review .block-review--item a {
	text-decoration: underline;
	color: #346fdc;
}
#review .table-review {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
}
.table-review th {
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	width: 300px;
}
.table-review small {
	display: inline-block;
	color: #db0000;
	font-size: 13px;
	padding: 5px 3px;
	font-weight: bold;
	float: right;
}
.table-review td {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
.table-review input[type="text"] {
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px 5px;
}
.table-review textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px 5px;
}
.table-review label {
	margin-right: 15px;
}
.table-review input[type="radio"] {
}
#review #star {
}
#review option {
}
.guideline {
	display: table;
	margin: 0 0 0 auto;
}
.guideline img {
	margin-right: 10px;
	vertical-align: middle;
}
.submit-area {
	margin: 20px auto !important;
	display: flex;
	width: 1200px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.submit-area p {
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.submit-area .reset  {
	background-color: #fff;
	color: #db0000;
	border: 3px solid #db0000;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 10px;
	cursor: pointer;
	position: relative;
}
.submit-area .reset::after {
	content: "\0bb";
	position: absolute;
	right: 15px;
	color: #db0000;
}
.submit-area .submit {
	background-color: #db0000;
	color:#fff;
	border: 3px solid #db0000;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 10px;
	cursor: pointer;
position: relative}
.submit-area .submit::after {
	content: "\0bb";
	position: absolute;
	right: 15px;
	color: #fff;
}
.block-review--preview {
	border: 1px solid #ccc;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.block-star--point {
	display: flex;
	align-items: center;
	pointer-events: none;
}
.block-star--point b {
	display: inline-block;
	margin-left: 15px;
	font-size: 40px;
}
.block-star--point .br-theme-fontawesome-stars .br-widget {
	height: 35px;
}
.block-star--point .br-theme-fontawesome-stars .br-widget a {
	font: normal normal normal 35px/1 FontAwesome;
}
.block-review--preview .block-review--preview-title {
	font-size: 24px;
	display: block;
	margin: 20px 0;
}
.block-review--preview .block-review--preview-content {
	margin-bottom: 20px;
}
.block-review--preview .block-review--preview-name {
	font-size: 22px;
}
.block-review--preview .block-review--preview-name small {
	margin-left: 5px;
}
.block-review--thanks {
}
.block-review--thanks .block-review--thanks-title {
	font-size: 24px;
	display: block;
	margin: 20px 0;
	text-align: center;
}
.block-review--thanks .block-review--thanks-content {
	margin-bottom: 50px;
	text-align: center;
}
.block-review--thanks a {
	background-color: #fff;
	color: #db0000;
	border: 3px solid #db0000;
	font-size: 20px;
	font-weight: bold;
	display: table;
	width: 250px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 10px auto;
	cursor: pointer;
	position: relative;
}
.block-review--thanks a::after {
	content: "\0bb";
	position: absolute;
	right: 15px;
	color: #db0000;
}
.review-step{
	display:table;
	width: 100%;
	margin: 0px auto 30px;
	overflow:hidden;
}
.review-step li{
	display:table-cell;
	position:relative;
	background: #eee;
	padding: 1em 0.5em 1em 1.8em;
	color: #666;
	font-size: 18px;
}
.review-step li:last-child{
	padding-right: 1em;
}
.review-step li:last-child:before,.review-step li:last-child:after{
	display:none;
}
.review-step li:before,.review-step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.review-step li:before{
	top: -10px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.review-step li:after{
	top: -10px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #eeeeee;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.review-step li.current{
	background: #666666;
	font-weight: bold;
	color: #fff;
}
.review-step li.current:after{
	border-color: transparent transparent transparent #666666;
}
