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

/*--------------- ユニバーサルセレクタ ---------------*/
* {
	margin: 0;
	padding: 0;
}

/*--------------- 基本設定 ---------------*/
body {
	letter-spacing: .1em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	line-height: 1;
}

/*--------------- リンクの基本設定 ---------------*/
.container_center a {
	text-decoration: none;
	outline: none;

}

.container_center a:hover,
a:active {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.container_center hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

input[type="text"],
input[type="password"],
select {
	height: 30px;
	margin: 1% auto;
	padding: 0 2%;
	font-size: .875rem;
}

/*--------------- 全体に関する設定 ---------------*/
img,
a img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	margin-bottom: 2em;
	line-height: 2em;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 2em;
	font-size: 13px;
	line-height: 2em;
}

strong {
	font-weight: bold;
}

h2 {
	margin-bottom: 1em;
	font-size: 23px;
	line-height: 1.4em;
}

h3 {
	margin-bottom: 1.1em;
	padding: 1px 0 0 8px;
	border-left: 2px #991f1f solid;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
}

h4 {
	height: 7px;
	margin: 4px 0 20px;
	padding: 0 0 0 5px;
	border-left: 7px #991F1F solid;
	font-size: 15px;
	line-height: 0.6em;
}

/*--------------- 最低限の分岐 ---------------*/
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.sp {
		display: none;
	}
}

/*--------------- ワッパー ---------------*/
#wrapper {
	overflow: hidden;
}

/*--------------- ヘッダー ---------------*/
@media screen and (min-width:769px) {
	#header {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 86px;
		margin: 0;
		padding: 0;
		background-color: #000;
	}

	.header_title {
		z-index: 9999;
		width: 100%;
		height: 48px;
		margin: auto;
		margin-bottom: 8px;
		padding-top: 10px;
		background-image: url(../img/header_bottom.png);
		background-repeat: repeat-x;
		font-size: 16px;
		font-weight: bold;
	}

	#header_search {
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
	}

	#header_img {
		position: relative;
		z-index: 0;
		float: left;
		width: 322px;
		padding-top: 24px;
		padding-right: 40px;
		text-align: center;
	}

	#header_main {
		position: relative;
		float: right;
		width: 698px;
		padding-top: 0px;
		text-align: right;
	}

	.header_category {
		width: 100%;
		height: 64px;
		margin-top: 86px;
		color: #000;
		background-color: #c8c8c8;
		font-size: 16px;
	}

	.header_category ul {
		width: 680px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		padding-top: 18px;
	}

	.header_category li {
		display: table-cell;
		width: 136px;
		margin-right: 5%;
		list-style: none;
		text-align: center;
	}

	.navi2 {
		width: 100%;
		margin-top: 36px;
		padding-top: 16px;
		font-size: 14px;
		font-weight: bold;
	}

	.navi2 li {
		display: inline-table;
		width: auto;
		margin-top: -4px;
		margin-left: 4px;
	}
}

@media screen and (max-width:768px) {
	#header {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 68px;
		margin: auto;
		background-color: #000;
	}

	/*.header_title {}*/

	#header_search {
		width: 98%;
		margin-right: auto;
		margin-left: auto;
	}

	#header_img {
		position: relative;
		z-index: 0;
		float: left;
		width: 60%;
		padding-top: 1.5em;
		padding-left: 1.2em;
		text-align: center;
	}

	#header_main {
		position: relative;
		float: right;
		width: 25%;
		padding-top: 0px;
		padding-right: 2%;
		text-align: right;
	}

	.header_category {
		width: 100%;
		color: #000;
		background-color: #c8c8c8;
		font-size: 16px;
	}

	.header_space {
		margin-top: 64px;
	}

	.navi2 {
		width: 100%;
		padding-top: 16px;
		font-size: 14px;
		font-weight: bold;
	}

	#sp_menu_list {
		position: relative;
		z-index: 9999;
		margin-top: 70px;
		background-color: #c8c8c8;
	}

	.sp_menu_item {
		list-style: none;
		text-align: center;
		border-bottom: 1px solid #000;
		font-size: 16px;
	}

	.sp_menu_item2 {
		color: #fff !important;
		border-bottom: 1px solid #fff !important;
		background-color: #000;
	}

	.sp_menu_item p {
		display: inline-block;
		height: 12px;
		margin-bottom: 1em !important;
		vertical-align: middle;
		font-size: 16px !important;
	}

	.sp_menu_item2 p {
		color: #fff !important;

	}
}

.header_search_img {
	padding-top: 10px;
}

.input_text {
	position: absolute;
	top: 12px;
	right: 265px;
	overflow: hidden;
	width: 174px;
	height: 32px;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
}

.input_text2 {
	position: absolute;
	top: 12px;
	right: 110px;
	overflow: hidden;
	width: 150px;
	height: 32px;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
}

#contaner {
	margin-top: 64px !important;
	color: #333 !important;
}

#contaner a {
	color: #666;
}

#nav-content a {
	color: #006699 !important;
}

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

.category_list li {
	height: 32px !important;
	margin-top: 10px !important;
	border-bottom: 1px solid #dcdcdc !important;
}

.category_list li:hover {
	background-color: #f8f8ff;
}

@media screen and (min-width:769px) {
	.content_main {
		/*min-width: 641px;*/
		width: 100%;
		margin: 8px auto;
		padding: 7px 15%;
		font-size: 16px;
		font-weight: normal;
	}

	.category_list {
		width: 100%;
		text-align: center;
		font-size: 16px !important;
	}

	#contaner {
		width: 1080px;
		/*padding-top:8px;*/
		margin: 0 auto;
	}

	#contents {
		float: left;
		width: 640px;
		height: auto;
		margin-left: 5px;
		padding: 5px;
	}

	#container_b {
		float: left;
		width: 220px;
	}

	#container_right {
		float: left;
		width: 200px;
		margin-left: 15px;
	}

	.under {
		clear: both;
	}

	.container_tweet {
		width: 100%;
	}

	.container_center {
		float: right;
		width: 100%;
		height: auto;
		margin-left: 5px;
		padding: 5px;
	}

	.container_center_left {
		float: left;
		width: 230px;
		margin-left: 5px;
	}

	.container_char_center {
		float: left;
		width: 340px;
		height: auto;
		margin-left: 5px;
		padding: 5px;
	}

	.container_char_right {
		float: left;
		width: 420px;
		margin-left: 5px;
		font-size: 16px;
		font-weight: bold;
	}

	.product_header_l1 {
		width: 77%;
		padding-left: 2%;
		text-align: left;
	}

	.product_header_l2 {
		width: 20%;
		text-align: right;
	}

	.content_meta {
		width: 100%;
		min-width: 641px;
		margin-top: 15px;
		color: #000;
		font-size: 16px;
	}

	.content_meta2 {
		float: right;
		width: 55%;
		color: #000;
		font-size: 14px;
	}

	.content_detail {
		overflow-y: scroll;
		height: 440px;
		margin-bottom: 32px;
		line-height: 2em;
	}
}

@media screen and (max-width:768px) {
	.content_main {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
		padding: 7px;
		font-size: 1.2em;
		font-weight: normal;
	}

	.category_list {
		float: left;
		width: 35%;
		text-align: center;
		font-size: 1.2em !important;
	}

	.category_list li {
		font-size: 0.8em !important;
	}

	#contaner {
		width: 100%;
		margin: 0 auto;
		padding-top: 24px;
	}

	#container_b {
		float: left;
		width: 220px;
	}

	#container_right {
		width: 95%;
		margin-left: 15px;
	}

	.under {
		clear: both;
	}

	.container_tweet {
		float: left;
		width: 58%;
		padding-left: 20px;
	}

	.container_center {
		width: 100%;
		height: auto;
		padding: 5px;
	}

	.container_center_left {
		width: 97%;
		margin-left: 3%;
	}

	.container_char_center {
		float: left;
		width: 340px;
		height: auto;
		margin-left: 5px;
		padding: 5px;
	}

	.container_char_right {
		float: left;
		width: 420px;
		margin-left: 5px;
		font-size: 16px;
		font-weight: bold;
	}

	.product_header_l1 {
		display: none !important;
	}

	.product_header_l2 {
		width: 90%;
		text-align: right;
	}

	.content_meta {
		width: 100%;
		margin-top: 15px;
		color: #000;
		font-size: 1.1em;
	}

	.content_meta2 {
		width: 100%;
		margin-top: 10px;
		color: #000;
		font-size: 1.1em;
	}

	.content_detail {
		margin-bottom: 32px;
	}
}

.list_top li {
	display: inline-block;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
}

.list_title li {
	font-size: 14px;
	font-weight: bold;
}

.list_title li:before {
	content: '▶ ';
}

.list_title li:after {
	content: url(../img/line_short.png);
}

.container_news {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list_news li {
	font-size: 14px;
	font-weight: bold;
}

.list_news_date {
	float: left;
	width: 20%;
}

.list_news_title {
	float: right;
	width: 80%;
}

.snsb {
	overflow: hidden;
	height: 20px;
	margin-bottom: 0px !important;
}

.snsb ul {
	font-size: 0;
}

.snsb li {
	width: 100px;
	margin-right: 8px;
}

.snsb iframe {
	margin: 0 !important;
}

/*
.content_title {
	background: url(../img/h_4-5.jpg) no-repeat;
	width: 854px;
	height:54px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 20px;
	padding-top:16px;
}
*/
.content_title {
	z-index: 9999;
	width: 100%;
	margin: auto;
	letter-spacing: .2em;
	color: #666;
	font-size: 18px;
	font-weight: 600;
}

.content_title_center {
	z-index: 9999;
	width: 100%;
	margin: 10% auto 5% auto;
	text-align: center;
	letter-spacing: .5em;
	color: #006699;
	font-size: 1.25rem;
	font-weight: 600;
}

.content_subtitle {
	/*width: 90%;*/
	/*margin: 5% auto 10% auto;*/
	/*padding:5% 20%;*/
	width: 100%;
	margin: 0 auto 50px;
	padding: 10px;
	border-top: 3px double #6699cc;
	border-bottom: 3px double #6699cc;
	line-height: 2em;
}

.blue {
	color: #006699;
}

.comments {
	color: #666;
	font-size: 80%;
	line-height: 2em;
}

.asterisk {
	position: relative;
	margin-left: .7em;
	padding-left: 1.2em;
	line-height: 1.5em;
}

.asterisk:before {
	content: "※";
	position: absolute;
	top: .7em;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
}

/*
dl{display: flex;flex-wrap: wrap;}
dt,dd{padding: 2%;}
dt{flex-basis:98%;background:url("../images/pattern.png");margin-top: 2%;}
dl.list1 dd{flex-basis:98%;margin-right: 10%;}
dl.list2 dd{flex-basis:98%;margin-right: 5%;}
*/

.content_product_price {
	width: 100%;
	height: 120px;
	padding-top: 60px;
	padding-right: 24px;
	padding-left: 24px;
	text-align: left;
}

.content_product_price_info {
	margin-right: auto;
	margin-left: auto;
	color: red;
	font-size: 40px;
}

div.content_meta_date {
	color: #000;
}

/*div.content_meta_tag {}*/

div.content_meta_tag2 {
	float: left;
	text-align: right;
	color: #7d0000;
}

.content_main {
	/*min-width: 641px;*/
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 7px;
	font-size: 16px;
	font-weight: normal;
}

.content_main ul {
	width: 100%;
}

.content_main li {
	display: inline-table;
	vertical-align: top;
}

.content_main_list {
	width: 100%;
	margin-top: -4px;
	margin-bottom: 48px;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	/*border:4px solid #000;*/
}

.content_main_list select {
	min-height: 30px;
	margin: 1% auto;
	padding: 0 2%;
}

hr.content_footer_min {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #666;
}

hr.content_footer {
	width: 100%;
	min-width: 641px;
	margin-bottom: 2%;
	border-bottom: 1px dotted #ccc;
}

hr.content_end {
	width: 100%;
	min-width: 641px;
	height: 35px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 0px none;
	background: url("../img/line_content.png") no-repeat;
}

.content_main_list table td {
	height: 45px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.error_column {
	color: red !important;
}

.error_column input,
.error_column select {
	color: red !important;
	border: 1px solid red;
	outline: none;
	background-color: #FFDDDD;
}

ul.regist_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 5% auto 0 auto;
}

.regist_buttons li {
	flex-basis: 46%;
}

@media screen and (max-width:480px) {
	ul.regist_buttons {
		justify-content: unset;
		gap: 20px;
	}

	.regist_buttons li {
		flex-basis: 100%;
	}

	.regist_buttons li:first-child {
		order: 2;
	}

	.regist_buttons li:last-child {
		order: 1;
	}
}

.button_ok {
	width: 100%;
	padding: 15px 0;
	color: #fff;
	border-radius: 4px !important;
	background-color: #1d70ff;
	font-size: 1.2em;
	font-weight: bold;
}

.button_else {
	width: 100%;
	padding: 15px 0;
	color: #555;
	border-radius: 4px !important;
	background-color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
}

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

	.button_ok,
	.button_else {
		font-size: .875rem;
		font-weight: normal;
	}
}

.content_main tr {
	height: 32px;
}

.content_main tr:nth-child(even) {
	background: #F9F7F1;
}

.content_main_list tr:nth-child(even) {
	background: #F9F7F1;
}

/* 以下は吹き出し*/
div.tipd_say {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
	color: #000;
	/*background-color: rgba(255,255,255,0.4);*/
	/*padding:5px;*/
}

.tipd_say_left {
	margin-right: auto;
}

.tipd_say_right {
	margin-left: auto;
}

.tipd_say_text {
	position: relative;
	max-width: 60%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	max-width: -webkit-calc(100% - 130px);
	max-width: calc(100% - 130px);
	min-height: 36px;
	margin-bottom: 5px;
	padding: 7px 15px;
	color: #777;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tipd_say_text_left {
	float: left;
	margin-left: 20px;
	background: #ecf0f1;
}

.tipd_say_text_right {
	float: right;
	margin-right: 20px;
	background: #ffdab9;
}

.tipd_say_text:after {
	content: " ";
	position: absolute;
	top: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	pointer-events: none;
	border: solid transparent;
	border-width: 5px;
	border-color: rgba(255, 255, 255, 0);
}

.tipd_say_text_left:after {
	right: 100%;
	border-right-color: #ecf0f1;
}

.tipd_say_text_right:after {
	left: 100%;
	border-left-color: #ffdab9;
}

.tipd_say_img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-size: cover;
}

.tipd_say_right {
	margin-left: auto;
}

.tipd_say_text {
	position: relative;
	z-index: 0;
	max-width: 60%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	max-width: -webkit-calc(100% - 130px);
	max-width: calc(100% - 130px);
	min-height: 36px;
	padding: 7px 15px;
	color: #777;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.tipd_say_text_left {
	float: left;
	margin-left: 20px;
	background: #ecf0f1;
}

.tipd_say_text_right {
	float: right;
	margin-right: 20px;
	background: #e2f1f1;
}

.tipd_say_text:after {
	content: " ";
	position: absolute;
	top: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	pointer-events: none;
	border: solid transparent;
	border-width: 5px;
	border-color: rgba(255, 255, 255, 0);
}

.tipd_say_text_left:after {
	right: 100%;
	border-right-color: #ecf0f1;
}

.tipd_say_text_right:after {
	left: 100%;
	border-left-color: #e2f1f1;
}

.tipd_say_img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-size: cover;
}

.tipd_say_img_left {
	float: left;
}

.tipd_say_img_right {
	float: right;
}

.tipd_say_img_left_m {
	float: left;
}

.tipd_say_img_left_0 {
	float: left;
}

.tipd_say_img_right_0 {
	float: right;
}

.tipd_say_img_left_1 {
	float: left;
}

.tipd_say_img_right_1 {
	float: right;
}

.tipd_say_img_left_2 {
	float: left;
}

.tipd_say_img_right_2 {
	float: right;
}

.tipd_say_img_left_3 {
	float: left;
}

.tipd_say_img_right_3 {
	float: right;
}

.tipd_say_img_left_4 {
	float: left;
}

.tipd_say_img_right_4 {
	float: right;
}

.tipd_say_img_right_n {
	float: right;
}

.form_button {
	width: 100%;
	color: #ffffff;
	background-color: #7d0000;
	font-weight: bold;
}

#memo_box {
	width: 520px;
	height: 140px;
	color: #000;
	border: thin solid #eeeeee;
	background-color: #fff;
	font-size: 90%;
	font-size: 15px;
	line-height: 16px;
}

#memo_box_s {
	overflow: auto;
	width: 520px;
	height: 200px;
	color: #000;
	border: thin solid #eeeeee;
	background-color: #fff;
}

.hide_form {
	display: none;
}

.clearfix {
	height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	min-height: 1px;
}

.search_form_wrap {
	min-width: 240px;
	text-align: center;
}

#link_a {
	position: absolute;
	top: 485px;
	left: 180px;
}

#link_a2 {
	position: absolute;
	top: 822px;
	left: 6px;
}

#link_b {
	position: absolute;
	top: 485px;
	left: 400px;
}

#link_b2 {
	position: absolute;
	top: 822px;
	left: 485px;
}

#link_c2 {
	position: absolute;
	top: 822px;
	left: 247px;
}

#staff {
	font-size: 11px;
	line-height: 11px !important;
}

#ill_staff {
	text-align: right;
	font-size: 11px;
}

.notice_comic {
	width: 80%;
	height: 110px;
	padding: 10px;
	border: solid 2px #7fcfe2;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #ffffff;
	line-height: 14px;
}

.notice_comic-text {
	color: #000000;
	font-size: 14px;
}

.notice_comic-staff {
	color: #000000;
	font-size: 11px;
	line-height: 11px;
}

.notice_comic-icon {
	vertical-align: middle;
}

.notice_comic-text-alert {
	color: #00BFFF;
	font-size: 14px;
}

.ec_header {
	width: 96px;
}

.ec_header li {
	display: inline-table;
	width: 44px;
}

.product_header li {
	display: inline-block;
	list-style: none;
}

.product_new_header {
	text-align: center;
	line-height: 16px;
}

.selectWrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.selectWrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0px;
	border-right: solid 2px #b4b3b3;
	border-bottom: solid 2px #b4b3b3;
}

.product_new_header_select {
	position: relative;
	z-index: 1;
	width: 45%;
	height: 30px;
	padding: 0 40px 0 10px;
	border: none;
	outline: none;
	background: transparent;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.product_new_header_select::-ms-expand {
	display: none;
}

.product_new_list {
	width: 100%;
	padding: 0;
	letter-spacing: -.4em;
}

.product_img {
	position: relative;
	width: 100%;
}

.product_category_under ul {
	padding: 0;
}

.pager {
	margin: 16px auto 32px auto;
	text-align: center;
	font-size: 14px;
}

.pager a {
	color: #fff !important;
}

.pager_inpage {
	width: 78px;
	margin-top: 1vw;
	margin-left: 5px;
	padding: 0.5vw 1vw 0.5vw 1vw;
	color: #A4A4A4;
	border: 1px solid #A4A4A4;
	font-size: 14px;
	font-weight: bold;
}

.button_page {
	margin-top: 1vw;
	margin-left: 5px;
	padding: 0.5vw 1vw 0.5vw 1vw;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #A4A4A4;
	font-size: 14px;
}

@media screen and (min-width:769px) {
	.product_new_list li {
		display: inline-block;
		width: 32.99%;
		list-style: none;
		vertical-align: top;
	}

	.product_header {
		width: 100%;
		height: 32px;
		color: #282828 !important;
		font-size: 16px;
	}

	.product_header_name {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 8px;
		text-align: right;
		letter-spacing: 0;
		font-size: 20px;
		font-weight: bold;
	}

	.product_category_under li {
		display: inline-table;
		width: 49.95%;
		list-style: none;
		;
	}

	.product_image {
		float: left;
		width: 48%;
		margin-right: 2%;
	}

	.product_detail {
		float: right;
		width: 50%;
		margin-bottom: 10px;
	}

	.product_content_list {
		width: 55%;
		padding-left: 2%;
		line-height: 18px;
	}

	.product_price_cart1 {
		margin: 2% 0 1% 0;
		font-size: 16px;
	}

	.product_price_cart2 {
		color: red;
		font-size: 26px;
	}

	.ec_login {
		width: 100%;
		margin: 0 auto;
		padding: 2%;
		text-align: left;
		border: solid 1px #DCDDDD;
		border-radius: 5px;
	}

	.ec_login_td_list1 {
		width: 45%;
		margin: 0 auto;
		padding-right: 5%;
		text-align: right;
		vertical-align: middle;
	}

	.ec_login_td_list2 {
		width: 50%;
	}

	.calendar {
		width: 500px;
		margin: 60px auto;
	}

	.calendar a {
		text-decoration: none;
		color: #fff;
	}

	.calendar a:hover {
		text-decoration: underline;
	}

	.calendar_header {
		margin-bottom: 15px;
	}


	#calendar_month {
		float: left;
		margin-right: 8px;
		/*仮*/
		font-size: 20px;
		font-weight: bold;
	}


	#calendar_year {
		float: left;
		/*仮*/
		font-size: 20px;
		font-weight: bold;
	}


	#calendar_button {
		float: right;
	}


	.calendar_button_today {
		margin-right: 5px;
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		outline: none;
		background-color: #E6E6E6;
	}


	.calendar_button_prev {
		margin-right: -5px;
		padding: 5px 20px 5px 20px;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 0 5px 5px 0;
		border-radius: 5px;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}


	.calendar_button_next {
		margin-left: 0;
		padding: 5px 20px 5px 20px;
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		border-radius: 5px;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}


	.calendar_table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}


	.calendar_table th {
		width: 14%;
		border: 1px solid #D8D8D8;
	}


	.calendar_table td {
		width: 14%;
		height: 60px;
		text-align: right;
		vertical-align: top;
		border: 1px solid #D8D8D8;
	}


	.calendar_table td p {
		margin: 2 0;
		text-align: left;
		color: #FFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #0489B1;
		font-size: 10px;
	}

}

@media screen and (max-width:768px) {
	.product_title {
		font-size: 1.75em !important;
	}

	.product_new_list li {
		display: inline-block;
		width: 49.48%;
		margin-bottom: 32px;
		margin-left: 3%;
		list-style: none;
		vertical-align: top;
		letter-spacing: 0;
		border-bottom: 1px solid #dcdcdc !important;
	}

	/*.content_title {}*/
	.content_subtitle {
		padding: 5%;
	}

	.product_image {
		width: 100%;
		margin-top: 16px;
	}

	.product_detail {
		width: 100%;
		margin-bottom: 10px;
	}

	.product_content_list {
		width: 55%;
		padding-left: 2%;
		line-height: 18px;
	}

	.product_header {
		width: 96%;
		height: 32px;
		margin-right: auto;
		margin-left: auto;
		color: #282828 !important;
		border-bottom: 1px solid #dcdcdc;
		font-size: 16px;
	}

	.ec_login {
		width: 100%;
		margin: 0 auto;
		padding: 2%;
		text-align: center;
	}

	.ec_login_td_list1 {
		display: block;
		width: 100%;
	}

	.ec_login_td_list2 {
		display: block;
		width: 100%;
	}

	.product_header_name {
		letter-spacing: 0px;
		font-size: 0.9em;
	}

	.product_new_header_select {
		width: 40% !important;
	}

	.product_category_under li {
		width: 99%;
		list-style: none;
	}

	.product_price_cart1 {
		font-size: 0.85em;
	}

	.product_price_cart2 {
		color: red;
		font-size: 0.9em;
	}

	.calendar {
		width: 98%;
		margin: 5.0vw auto 0 auto;
	}

	.calendar_header {
		margin-bottom: 3.0vw;
	}


	#calendar_month {
		float: left;
		margin-right: 2vw;
		/*仮*/
		font-size: 6vw;
		font-weight: bold;
	}

	#calendar_year {
		float: left;
		/*仮*/
		font-size: 6vw;
		font-weight: bold;
	}


	#calendar_button {
		float: right;
	}

	.calendar_button_today {
		margin-right: 2vw;
		padding: 2vw;
		-webkit-border-radius: 2vw;
		-moz-border-radius: 2vw;
		border-radius: 2vw;
		outline: none;
		background-color: #E6E6E6;
	}


	.calendar_button_prev {
		margin-right: -2vw;
		padding: 2vw 6vw 2vw 6vw;
		-webkit-border-radius: 2vw 0 0 2vw;
		-moz-border-radius: 0 2vw 2vw 0;
		border-radius: 2vw;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}


	.calendar_button_next {
		margin-left: 0;
		padding: 2vw 6vw 2vw 6vw;
		-webkit-border-radius: 0 2vw 2vw 0;
		-moz-border-radius: 0 2vw 2vw 0;
		border-radius: 2vw;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}


	.calendar_table {
		width: 100%;
		border-collapse: collapse;
		font-size: 3.5vw;
	}


	.calendar_table th {
		width: 14%;
		border: 1px solid #D8D8D8;
	}


	.calendar_table td {
		width: 14%;
		height: 16vw;
		text-align: right;
		vertical-align: top;
		border: 1px solid #D8D8D8;
	}


	.calendar_table td p {
		margin: 2 0;
		text-align: left;
		color: #FFF;
		-webkit-border-radius: 1vw;
		-moz-border-radius: 1vw;
		border-radius: 1vw;
		background: #0489B1;
		font-size: 3vw;
	}

	.pager {
		width: 98%;
	}
}

.product_new_list img:hover {
	opacity: 0.5;
}

.product_new_price {
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

.product_new_price_m {
	color: #666;
	font-size: 13px;
}

.product_image_list {
	width: 40%;
	margin-right: 2%;
}

.product_main_img {
	min-height: 280px;
	border: 1px solid #000;
	background-color: #fff;

	object-fit: contain;
}

.product_cart_list {
	width: 55%;
	padding-left: 2%;
	line-height: 18px;
}

.product_thumbnails {
	width: 60%;
	margin-bottom: 10px;
}

.product_title {
	color: #000;
	font-size: 2.5vw;
	line-height: 31px;
}

.product_price {
	color: #000;
	font-size: 34px;
}

.product_price2 {
	color: #000;
	font-size: 14px;
}

.product_price3 {
	color: #000;
	font-size: 12px;
	font-weight: none;
}

.product_price_cart3 {
	font-size: 12px;
}

.product_price_cart_address {
	color: blue;
	font-size: 14px;
}

.saler_name {
	margin-top: 0px;
	color: #000;
	font-size: 16px;
}

.product_com p {
	display: inline-block;
	height: 12px;
	vertical-align: middle;
}

.product_com_anchr {
	margin-left: 8px;
}

.product_buy {
	margin-top: 18px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.product_content {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: normal;
}

.product_cart_in {
	opacity: 0.7;
}

.header_product_category {
	width: 100%;
	text-align: center;
	color: #000;
	background-color: #c8c8c8;
	font-size: 16px;
	font-weight: bold;
}

.ec_login input {
	height: 30px;
	margin: 2% auto;
	padding: 0 2%;
	font-size: 16px;
}

.no_cart_btn {
	display: inline-block;
	width: 95%;
	height: 48px;
	padding: 0.7em 0.5em;
	transition: .4s;
	text-align: center;
	text-decoration: none;
	color: #000 !important;
	border: solid 2px #000000;
	border-radius: 3px;
	background: #a0a0a0;
	font-size: 12px;
}

.cart_btn {
	display: inline-block;
	width: 95%;
	padding: 1.0em 0.5em 1.0em;
	transition: .4s;
	text-align: center;
	text-decoration: none;
	color: #000 !important;
	border: solid 2px #000000;
	border-radius: 3px;
	background: #FF6347;
}

.cart_btn2 {
	display: inline-block;
	width: 95%;
	padding: 1.0em 0.5em;
	transition: .4s;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	border: solid 2px #000000;
	border-radius: 3px;
	background: #FF69B4;
}

a.square_btn {
	display: block;
	width: 40%;
	margin: 1% auto;
	padding: 2% 0;
	transition: .4s;
	text-align: center;
	text-decoration: none;
	color: #000 !important;
	/*aliceblue*/
	color: white !important;
	border-radius: 6px;
	background: #555;
}

.cart_btn:hover {
	color: #555;
	background: #ee7700;
}

.cart_btn2:hover {
	color: gray;
	background: #f0ffff;
}

a.square_btn:hover {
	color: #555;
	background: #ee7700;
}

.product_footer li {
	width: 30%;
	text-align: center;
}

.product_footer li:hover {
	color: gray;
	background: #f0f0f0;
}

@media screen and (max-width:480px) {
	a.square_btn {
		width: 100%;
		padding: 5% 0;
	}

	.content_detail {
		overflow-y: scroll;
		width: 85vw;
		height: 100vh;
		margin: auto;
		padding: 2%;
		border: 1px solid #ccc;
	}

	.content_main_list {
		padding: 1%;
	}

	.content_subtitle {
		width: 100%;
		padding: 5% 0;
	}
}

/*--------------- ポップアップ ---------------*/
.level1 {
	position: absolute;
	top: 67px;
	left: -9999px;
	clear: both;
	width: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.level1 li {
	top: 2px;
	display: block;
	width: 280px;
	height: 27px;
	color: #fff;
	background: url('../img/subnavi_bak.gif') top left no-repeat;
	font-weight: normal;
	line-height: 24px;
}

.level1 li a {
	top: 2px;
	display: block;
	width: 280px;
	height: 27px;
	color: #fff;
	background: url('../img/subnavi_bak.gif') top left no-repeat rgba(120, 120, 120, 0.7);
	font-weight: normal;
	line-height: 24px;
}

.level1 li a span {
	top: 2px;
	display: block;
	width: 280px;
	height: 27px;
	text-align: left;
	color: #fff;
	background: url('../img/subnavi_bak.gif') top left no-repeat rgba(120, 120, 120, 0.7);
	font-weight: normal;
	line-height: 24px;
}

.level1 li {
	border: solid #888;
	border-width: 0 0 1px 0;
}

.level1 li a span {
	padding: 2px 0 0 8px;
	text-indent: 8px;
}

.level1 li a:hover {
	background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}

.level1 li a:hover span {
	background: #666;
}

.level1 li.on li a,
.level1 li.on li a span {
	background: transparent;
}

.level1 li.sfhover li a,
.level1 li.sfhover li a span {
	background: transparent;
}

.level1 li.sfhover li a:hover {
	background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}

#enquete-content {
	font-size: 14px;
}

#enquete-content input[type="text"] {
	width: 100%;
}

#enquete-content textarea {
	width: 100%;
}


.required {
	color: red;
}

/*--------------- フッター ---------------*/
#footer {
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer a {
	color: #fff !important;
}

#footer a:hover,
a:active {
	text-decoration: underline !important;
	color: #fff !important;
}

.copyright {
	color: #fff;
}

@media screen and (min-width:769px) {
	#footer {
		/*height: 86px;*/
		height: 46px;
	}

	#footer ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#footer li {
		display: inline-table;
		margin-right: 16px;
		padding-top: 0px;
		list-style: none;
		text-align: left;
		color: #fff;
		font-size: 14px;
	}

	.copyright {
		padding-top: 18px;
	}
}

@media screen and (max-width:768px) {
	#footer ul {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	#footer li {
		padding-top: 8px;
		list-style: none;
		text-align: left;
		color: #fff;
		font-size: 14px;
	}

	#footer li:before {
		content: '>';
	}
}

.footer-body {
	width: 830px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
}

.footer-column {
	float: left;
	height: 120px;
	margin: 15px 0;
	padding: 0 15px;
}

.footer-column.logo {
	width: 128px;
	padding-top: 16px;
	border-right: 1px solid #FFF;
}

.footer-column.shopInfo {
	width: 350px;
	padding-top: 16px;
	color: #fff;
	border-right: 1px solid #FFF;
	font-size: 12px;
}

.footer-column.contact {
	width: 325px;
	padding: 0 0 0 15px;
	padding-top: 16px;
	text-align: left;
	color: #fff;
}

.shopInfo-list {
	color: #fff;
}

.shopInfo-list dd {
	color: #fff;
	line-height: 14px;
}

.shopInfo-list dt {
	color: #fff;
	line-height: 14px;
}

.shopInfo-item {
	float: left;
	clear: both;
	width: 70px;
	text-justify: distribute-all-lines;
}

.shopInfo-item+dd {
	margin-left: 70px;
}

#copy {
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 14px;
}

.ec_banner img {
	border: 1px solid #000;
}

.ec_banner a:hover {
	opacity: 0.5;
}

/*会員登録規約*/
.midashi_title {
	margin-top: 48px;
	font-size: 20px;
	font-weight: 700;
}

.kiyaku_text {
	margin-top: 16px;
	margin-left: 16px;
	padding: 0 10px;
	font-size: 16px;
}

ul.list_nmb_wrap {
	margin-left: 16px;
}

.list_nmb {
	position: relative;
	padding-left: 32px;
}

.list_nmb1:before {
	content: "1)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb2:before {
	content: "2)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb3:before {
	content: "3)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb4:before {
	content: "4)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb5:before {
	content: "5)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb6:before {
	content: "6)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb7:before {
	content: "7)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb8:before {
	content: "8)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb9:before {
	content: "9)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb10:before {
	content: "10)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb11:before {
	content: "11)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb12:before {
	content: "12)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb13:before {
	content: "13)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb14:before {
	content: "14)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb15:before {
	content: "15)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb16:before {
	content: "16)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb17:before {
	content: "17)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb18:before {
	content: "18)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb19:before {
	content: "19)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb20:before {
	content: "20)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb31:before {
	content: "31)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb32:before {
	content: "32)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb33:before {
	content: "33)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb34:before {
	content: "34)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb35:before {
	content: "35)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb36:before {
	content: "36)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb37:before {
	content: "37)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb38:before {
	content: "38)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb39:before {
	content: "39)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_kana_a:before {
	content: "ア)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_kana_i:before {
	content: "イ)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_kana_u:before {
	content: "ウ)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_kana_e:before {
	content: "エ)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_kana_o:before {
	content: "オ)";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle {
	position: relative;
	margin-left: 16px;
	padding-left: 32px;
}

.list_nmb_circle1:before {
	content: "➀";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle2:before {
	content: "➁";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle3:before {
	content: "➂";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle4:before {
	content: "➃";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle5:before {
	content: "➄";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle6:before {
	content: "➅";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle7:before {
	content: "➆";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle8:before {
	content: "➇";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle9:before {
	content: "➈";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle10:before {
	content: "➉";
	position: absolute;
	top: 0;
	left: 0;
}

.list_nmb_circle11:before {
	content: "⑪";
	position: absolute;
	top: 0;
	left: 0;
}