/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
	font-size: 1.4rem;
	line-height: 2.2rem;
    overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}
#container_top {
	width: 100%;
}
#container {
	margin-bottom: 60px;
	min-height: calc(100vh - 212px);
}
#content_wrapper {
	width: calc(100% -300px);
	margin-left: 300px;
	min-height: 100vh;
}
.LC_Page_Error #content_wrapper {
	margin-left: 0px;
}
#windowcolumn {
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.default_block {
	max-width: 1850px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	margin-top: 200px;
}
#pankz {
    border-bottom: 1px solid #d2d2d2;
}
#breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
    line-height: 5rem;
}
#undercolumn, #mypage_block {
	padding: 40px 40px 0 40px;
	max-width: 1200px;
    margin-left: auto;
	margin-right: auto;
}
.default_underculmn {
	max-width: 1200px;
	padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}
#side_clm {
	position: fixed;
	top: 0;
	right: -33vw;
	height: 100vh;
	width: 33vw;
	background-color: #FFFFFF;
	z-index: 10000;
	overflow: auto;
	border-left: 1px solid #d2d2d2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#side_clm.menu_open {
	right: 0;
}
.btn_area {
	width: 100%;
}
.btn_area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.attention_gray {
	background-color: #ededed;
	padding: 25px;
	font-size: 1.8rem;
	line-height: 3.2rem;
}
/*------------------------------------------------------------
side header
------------------------------------------------------------*/
#side_left_clm {
	position: fixed;
	min-height: 100vh;
	width: 300px;
	background-color: #323232;
	padding: 45px 0;
	color: #FFFFFF;
}
#side_left_clm a {
	color: #FFFFFF;
}
#side_header h1 {
	font-weight: 400;
	font-size: 1.6rem;
	margin: 0 38px 40px 38px;
}
#buytype_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0px 38px 40px 38px;
	font-weight: 700;
}
#buytype_area li {
	width: 50%;
	text-align: center;
	height: 42px;
}
#buytype_area li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	background-color: #bdbdbd;
}
#buytype_area li a.green_btn {
	background-color: #8abb23;
}
#buytype_area li a.green_btn:hover {
	opacity: 1.0;
}
#buytype_area li:first-child a {
	border-radius: 10px 0px 0px 10px;
}
#buytype_area li:last-child a {
	border-radius: 0px 10px 10px 0px;
}
#buystatus_area {
	margin: 0px 38px;
}
#buystatus_area h2 {
	font-size: 1.5rem;
}
#buystatus_list {
	margin: 20px 0 40px 0;
}
.buy_status_list {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	cursor: pointer;
}
.buy_status_list:last-child {
	margin-bottom: 0px;
}
.status_radio {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #FFF;
	box-sizing: border-box;
	margin-right: 10px;
}
.active_radio {
	background-color: #4398d4;
	border: 2px solid #FFF;
}
#side_mypage {
	padding: 20px 38px;
	border-top: #b8b8b8 1px solid;
	border-bottom: #b8b8b8 1px solid;
}
#side_mypage a {
	display: block;
}
#side_mypage i {
	margin-right: 10px;
}
#side_guide_list {
	margin: 40px 38px;
}
#side_guide_list li {
	margin-bottom: 12px;
}
/*------------------------------------------------------------
header
------------------------------------------------------------*/

.gheader{
	padding-top: 30px;
	padding-bottom: 30px;
	width:100%;
	z-index: 100;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.gheader_fix{
	padding-top: 10px;
	padding-bottom: 10px;
}
.gheader .gheader_inner{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 52px;
	position: relative;
	text-align: center;
}
.gheader h1{
	line-height: 35px;
	font-size: 20px;
}
.head_btn{
	position: absolute;
	right: 172px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 3000;
}
.header_icon{
	position: absolute;
	right: 40px;
	top:0;
	z-index: 3000;
}
.header_icon p {
	font-size: 1rem;
}
#header_cart {
	position:relative;
}
#header_cart span {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: -5px;
	right: -5px;
	font-weight: 700;
	font-size: 1rem;
	color: #FFF;
	line-height: 15px;
	background-color: #CA0003;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	border-radius: 15px;
}
.head_btn a{
	display: block;
	width:130px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 17px;
}
.head_btn_current a{
	background: #8abb23;
}
.header_icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
	padding-top: 5px;
}
.header_icon li{
	margin-left: 23px;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/

.contents{
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.contents_fix{
	margin-top: 114px;
}

.icon_desctiption{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	background: #fff;
	margin-top: 30px;
}
.icon_desctiption li{
	width:30%;
}
.icon_desctiption li.all{
	width: 40%;
}
.icon_desctiption .icon_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.icon_desctiption .icon_area h2{
	font-size: 20px;
	margin-left: 20px;
}
.icon_desctiption .txt{
	margin-left: 92px;
	margin-top: -10px;
	font-size: 14px;
}
.indent-1{
	text-indent:-1rem;
	margin-left: 1rem;
}

.item_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.itemG{
	width:calc(50% - 3px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 6px;
	font-size: 1.3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #f7f7f7;
	padding: 25px;
}
.itemG .img_area{
	width:46%;
	position: relative;
}
.itemG .img_area .img{
	line-height: 0;
}
.itemG .img_area img {
	width: 100%;
}
.itemG .txt_area{
	width:50%;
	height: 100%;
	position: relative;
}
.itemG .txt_area .txt{
	font-size: 1.4rem;
}
.itemG .price{
	margin-top: 15px;
	color: #c02840;
	font-weight: 700;
}
.itemG .price .tax{
	font-size: 12px;
	margin-left: 5px;
}
.itemG .select_area li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	font-size: 1.1rem;
}
.itemG .select_area .select_txt{
	width:27%;
}
.itemG .select_area .select{
	width:73%;
	position: relative;
}
.itemG .select_area .select select{
	border: 2px solid #d6d6d6;
	background: #fff;
	display: block;
	padding: 13px 20px;
	width:100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	cursor: pointer;
    text-overflow: ellipsis;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	height: 41px;
	border-radius: 20px;
	font-size: 1.2rem;
}
.itemG .item_add, .itemG .btn_quantity {
	width: 73%;
	
}
.itemG .item_add input {
	border: none;
	height: 41px;
	border-radius: 20px;
	background-color: #FFFFFF !important;
	font-size: 1.2rem;
	padding: 8px 15px;
	border: 2px solid #d6d6d6;
	box-sizing: border-box;
}
.itemG .select_area .select::before{
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn_cover {
	width: 100%;
}
.detail_cart_btn_area{
	margin-top: 20px;
}
.detail_cart_btn_area li{
	width: 100%;
	position: relative;
	color: #fff;
	margin-bottom: 15px;
}
.detail_cart_btn_area li:last-child {
	margin-bottom: 0;
}
.detail_cart_btn_area li i{
	position: absolute;
	left: 10%;
	top: 16px;
}
.txt_area .btn input,.txt_area .btn a{
	display: block;
	border: none;
	width:100%;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	
	cursor: pointer;
}
.img_area .btn input, .img_area .btn a{
	display: block;
	border: none;
	width:100%;
	color: #000;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	
	cursor: pointer;
}
.btn_cart_s input{
	background: #c02840;
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: 700;
}
.btn_osagari a,.btn_osagari input{
	background: #3e59c0;
	padding-left: 25px;
	font-size: 1.5rem;
	font-weight: 700;
}

.hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.itemG .txt{
	margin-top: 20px;
}
.itemG .icon{
	position: absolute;
	right:-25px;
	top: -25px;
	font-size: 1.1rem;
	color: #FFF;
	padding: 3px;
	width: 70px;
	text-align: center;
}
.icon01 {
	background-color: #c02840;
}
.icon02 {
	background-color: #89bb23;
}
.icon03 {
	background-color: #368ed8;
}

.osagari_box{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.4);
}
.osagari_box .osagari_txt, .in_cart_box .in_cart_txt{
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
}


.btn_osagari_release{
	position: absolute;
	width:50%;
	left: 25%;
	bottom: 30px;
}
.btn_osagari_release input,
.btn_osagari_release a{
	background: #fff;
	color: #000;
	font-size: 12px;
}

.osagari_btn_area .btn input,.osagari_btn_area .btn a{
	background: #b8b8b8;
	cursor: auto;
}
.in_cart_box{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.4);
}
.in_cart_box .in_cart_txt .size{
	font-size: 13px;
	border-top: solid 1px #ccc;
	margin-top: 5px;
}

.btn_cart_w{
	position: relative;
	margin-top: 20px;
}
.btn_cart_w input{
	background: #c02840;
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: 700;
}

.btn_cart_w i{
	position: absolute;
	left: 10%;
	top:50%;
	transform: translateY(-50%);
	color: #fff;
}


.btn_to_buy{
	width:336px;
	margin: 70px auto;
}
.btn_to_buy a{
	background: #c02840;
	height: 73px;
	line-height: 73px;
	font-size: 18px;
}
.LC_Page_Products_List .contents {
	position: relative;
	margin-top: -112px;
	max-width: 1440px;
}
#item_list_attention {
	height: 112px;
	display: flex;
	align-items: center;
	background: url(../images/ico_attention.png) no-repeat left;
	background-size: 25px 25px;
	padding-left: 35px;
	box-sizing: border-box;
}

.btn_quantity ul {
	display: flex;
	width: 100%;
}
.btn_quantity ul li {
	width: 50%;
	margin: 0 !important;
}
.btn_quantity ul li input {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	border: 2px solid #d6d6d6;
	font-size: 1.2rem;
	border-radius: 0px !important;
}
.btn_minus {
	border-left: 2px solid #d6d6d6;
	border-radius: 20px 0 0 20px;
}
.btn_plus {
	border-right: 2px solid #d6d6d6;
	border-radius: 0 20px 20px 0;
}
.btn_control {
	width: 25% !important;
	background-color: #FFF;
	border-top: 2px solid #d6d6d6 !important;
	border-bottom: 2px solid #d6d6d6 !important;
	justify-content: center !important;
	align-items: center !important;
	font-size: 1.4rem !important;
	font-weight: 700;
	color: #ccc;
	cursor: pointer;
}

#list_alert {
	min-height: 500px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: #ededed 5px solid;
}

/*フッター*/

.gfooter{
	padding: 50px 0 90px;
	background: #ededed;
	font-size: 14px;
}

.footer_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.footerG{
	width:190px;
	margin-right: 60px;
}
.footerG h2{
	font-weight: bold;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 10px;
}

.footer_nav li{
	margin-top: 20px;
}

.copy{
	margin: 20px 20px 100px 20px;
	text-align: right;
	font-size: 1rem;
	font-weight: bold;
}
.index_block{
	width:100%;
	height: 100vh;
	position: relative;
	background: url(../images/pc_top.png) no-repeat center;
	background-size: cover;
}
.index_block_inner {
	width: 400px;
	position: absolute;
	bottom: 220px;
	left: 50%;
	transform: translateX(-50%);
}
.top_btn {
	width: 200px;
	height: 50px;
	margin: 30px auto;
}
.top_btn a {
	display: block;
	border: 3px solid #FFF;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
}
#footer_payment:before,
#footer_list:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0.4;
	z-index: -1;
}
#footer_payment,#footer_list {
	display: flex;
	align-items: right;
	width: calc(100% - 300px);
	height: 80px;
	position: fixed;
	bottom: 0;
}
#footer_payment p, #footer_list p {
	margin: 15px 15px 15px auto;
	color: #FFF;
	line-height: 50px;
	font-size: 1.4rem;
}
#footer_payment p a {
	display: block;
	width: 200px;
	height: 100%;
	background-color: #c02840;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
}
#footer_list p a {
	display: block;
	width: 200px;
	height: 100%;
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_point_announce {
	background-color: #f7f7f7;
	padding: 25px;
	line-height: 200%;
	margin-bottom: 30px;
}
#cart_inner_txt {
	line-height: 200%;
	margin-bottom: 30px;
}
#cart_flow {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	border-top: 1px solid #d3d6d6;
	border-bottom: 1px solid #d3d6d6;
}
#cart_flow ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#cart_flow ul li {
	line-height: 50px;
	text-align: center;
}
#cart_flow ul li:after {
	content: ">";
	padding: 0 10px;
}
#cart_flow ul li:last-child:after {
	content: "";
}
#cart_flow ul li.op40 {
	opacity: 0.3;
}
.cart_items {
	background: #FFF;
}
#quantity_level {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#quantity_level li {
	min-width: 11px;
	max-width: 20px;
	text-align: center;
}
#quantity_level li a img {
	vertical-align: middle;
}
#cart_delete img, #deliv_delete img {
	width: 20px;
	vertical-align: middle;
}
.cart_item_txt {
	line-height: 250%;
}
#block_login {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#block_login section {
	width: 48%;
}
.block_login_inner {
	padding: 40px;
	border: 1px solid #e4e4e4;
	height: 284px;
	background-color: #FFF;
}
#block_login_form li {
	margin-bottom: 15px;
}
#block_login_form li:last-child {
	margin-bottom: 0px;
}
.logintext {
	margin-bottom: 53px;
}
.cart_btn_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cart_btn_area li {
	margin: 0 10px;
}
#cart_form_input .attention p {
	margin-bottom: 10px;
}
.information {
    background-color: #FFF;
    padding: 25px;
    line-height: 200%;
}
.cart_attention {
	font-size: 1.4rem;
	line-height: 150%;
	margin-top: 10px;
	color: #CA0003;
}
.use_regist_card {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.card_list li {
	border-bottom: 1px dotted #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.cart_products_list {
	display: flex;
	flex-wrap: wrap;
}
.cart_products_list li {
	width: calc(25% - 22.5px);
	margin-right: 30px;
}
.cart_products_list li:nth-child(4n) {
	width: calc(25% - 22.5px);
	margin-right: 0px;
}
.cart_products_list li img {
	width: 100%;
} 
#cart_mustbuy {
	margin-bottom: 60px;
}
#cart_mustbuy h2 {
	font-size: 2rem;
	color: #CA0003;
	margin-bottom: 20px;
}
#cart_mustbuy p {
	font-size: 1.4rem;
}
#cart_mustbuy li p {
	font-size: 1.2rem;
}
/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
#privacy dt {
	font-weight: 700;
	margin-bottom: 10px;
}
#privacy dd {
	padding-left: 10px;
	margin-bottom: 15px;
}
.kiyaku_text {
	background-color: #FFF;
	padding: 50px;
}
/*------------------------------------------------------------
特商法
------------------------------------------------------------*/
#undercolumn_order table {
	margin-top: 70px;
}

/*------------------------------------------------------------
マイページ
------------------------------------------------------------*/
#mypagecolumn {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
	letter-spacing: normal;
}
#mynavi_area {
	width: 100%;
	padding: 30px;
	background-color: #ededed;
	margin-bottom: 30px;
}
#mycontents_area {
	width: 100%;
}
#mynavi_area header {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.mynavi_list {
	display: flex;
	
}
.mynavi_list li {
	margin-right: 20px;
}
.mypage_table td, .mypage_table th {
	padding: 15px;
}
.mypage_header {
	padding: 40px 0 35px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.mypage_header h3 {
	font-weight: 700;
	margin-bottom: 20px;
}
#point_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
#point_txt li:first-child span {
	font-size: 3.0rem;
	font-weight: 700;
	padding-right: 10px;
}
#point_txt li:first-child {
	margin-right: 40px;
}
#reserve_date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#reserve_date ul {
	width: 70%;
}
.select_deliv_date {
	display: flex;
	align-items: center;
}
.inline_select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.my_page_orderlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.order_list_img {
	width: 40%;
}
.order_list_txt {
	width: 55%;
}
.btn_change a {
	display: block;
    border: none;
    width: 100%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	background: #999999;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFF;
}
.btn_change a.iframe_cd {
	background: #c02840;
	margin-bottom: 15px;
}
/*------------------------------------------------------------
マイページ注文変更
------------------------------------------------------------*/
#change_product {
	width: 94%;
	margin: 3%;
}
#change_product_photo {
	position: relative;
}
#change_product_photo .icon {
	position: absolute;
    left: 15px;
    top: 15px;
}
#change_product_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#change_product_photo {
	width: 48%;
}
#change_product_detail {
	width: 48%;
	padding: 2% 0;
	box-sizing: border-box;
}
#change_product_detail h2 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#change_product_now {
	margin: 15px 0;
	padding: 15px 5px;
	border-top: #d5d5d5 1px solid;
	border-bottom: #d5d5d5 1px solid;
}
#change_product_now h3 {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
#change_product_now p {
	line-height: 200%;
}
#change_product_detail .price {
	font-size: 1.6rem;
}
#change_product_detail .price .tax {
	font-size: 12px;
}
#change_product_select {
	width: 70%;
}
#change_product_select .select_area li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	font-size: 1.2rem;
}
#change_product_select .select_area .select_txt{
	width:28%;
}
#change_product_select .select_area .select{
	width:72%;
	position: relative;
	border: 1px solid #e4e4e4;
	border-radius: 7px;
}
#change_product_select .select_area .select select{
	border: none;
	background: transparent;
	display: block;
	padding: 8px;
	width:100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	height: 42px;
}
#change_product_select .select_area .select::before{
	position: absolute;
	top: 50%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#change_product_select .select_area .item_add {
	width: 72%;
}
#change_product_btn a {
	display: block;
	background: #c02840;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	margin-top: 30px;
	border-radius: 7px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.cboxIframe html {
	overflow-y: scroll;
}
#change_completed {
	text-align: center;
	color: #CA0003;
	margin: 50px;
	font-size: 2rem;
	font-weight: 700;
}
#changed_order {
	display: flex;
	justify-content: space-between;
}
#changed_order div {
	background-color: #f7f7f7;
	width: 48%;
	padding: 20px;
	line-height: 200%;
	box-sizing: border-box;
}
#changed_order div h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#changed_order div .fixprice {
	margin-top: 15px;
	padding-top: 15px;
	border-top: #d5d5d5 1px solid;
}

#window_area {
	padding: 30px;
}

/*------------------------------------------------------------
商品詳細
------------------------------------------------------------*/
#item_detail {
	display: flex;
	justify-content: space-between;
	width: 94%;
    margin: 3%;
	position: relative;
}
#item_photo {
	width:48%;
	position: fixed;
}
#item_text {
	width: 48%;
	position: relative;
	margin-left: 52%;
	min-height: 500px;
}
.LC_Page_Products_Detail #container {
	margin: 0;
}
#item_photo_outer {
	position: relative;
}
#item_photo_outer .swiper-button-next {
	right: -5px !important;
}
#item_photo_outer .swiper-button-prev {
	left: -5px !important;
}
#item_photo_slider {
	overflow: hidden;
}
#item_photo_outer .swiper-button-next:after,
#item_photo_outer .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 2rem;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
#item_photo_outer .swiper-pagination {
	position: relative;
	padding: 7px 0;
}
#item_text {
	padding: 20px;
	font-size: 1.3rem;
}
#item_text h1 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#item_price {
	font-size: 1.6rem;
	padding-bottom: 10px;
	color: #CA0003;
}
#item_price span {
	font-size: 1.2rem;
	padding-left: 5px;
}
#item_code {
	margin-bottom: 10px;
}