@charset "utf-8";
/* ------------------------------------------------------------ common */

html,
body {
	/*
position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
*/
}
.input_error {
	box-shadow: 0px 0px 3px 2px #d20000;
}

.card-element {
	border: solid 1px #dcdcdc;
	padding: 0 15px;
	margin: 10px 0 0;
	box-sizing: border-box;
}

.form_view { display: none; }

.form_view.active {
	display: block;
}

#card-expiry,
#card-cvc { width: 30%; }

#purchase_menu {
	position: fixed;
	bottom: -100%;
	width: 100vw;
	max-width: 640px;
	height: 65vh;
	padding: 35px 0 0;
	box-sizing: border-box;
	overflow: scroll;
	transition: 0.5s;
	z-index: 300;
	background: #fff;
	-ms-overflow-style: none; 
	scrollbar-width: none;
}

#purchase_menu form {
	background: #fff;
	padding-top: 30px;
}

#purchase_menu.isOpen {
	bottom: 0;
	transition: 0.5s;
}

#purchase_menu.thanks {
	left: 0;
	top: 0;
	bottom: inherit;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.84);
	padding: 0 5%;
	box-sizing: border-box;
}

#purchase_menu h2 {
	font-size: 22px;
	text-align: center;
	padding: 0 0 35px;
}

#purchase_menu .intro {
	font-size: 16px;
	padding: 0 0 10;
}

#purchase_menu .shipping {
	font-size: 12px;
	text-align: right;
	font-family: 'Noto-Sans-JP-Bold';
	padding: 0 0 14px;
}

#purchase_menu .total {
	padding: 0 0 40px;
}

#purchase_menu .total h3 {
	float: left;
	font-size: 19px;
	font-family: 'Noto-Sans-JP-Medium';
}

#purchase_menu .total .total_price {
	float: right;
	font-size: 19px;
	font-family: 'Noto-Sans-JP-Medium';
	color: #b10000;
}

/* ------------------------------------------------------------ カートの中身確認 */

#cart_empty {
	display: none;
}

#cart_empty.active {
	display: block;
}

#cart_empty p.text {
	text-align: center;
	padding: 30px 0;
}

#cart_empty p.btn {
	padding: 20px 0;
	text-align: center;
}

#cart_empty p.btn a {
	text-decoration: none;
	color: #fff;
	background: #888888;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	max-width: 260px;
	border-radius: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

/* ------------------------------------------------------------ カートの中身確認 */
#purchase_menu .cart_form {
	padding: 0 5%;
}

#purchase_menu .cart_contents {
	padding: 0 0 15px;
}

#purchase_menu .cart_contents .item {
	border-bottom: solid 1px #dcdcdc;
	padding: 20px 0;
	position: relative;
}

#purchase_menu .cart_contents .item .img {
	float: left;
	width: 77px;
}

#purchase_menu .cart_contents .item .textbox {
	float: left;
	width: calc(100% - 77px - 75px - 30px);
	margin: 0 15px;
}

#purchase_menu .cart_contents .item .textbox h3 {
	font-size: 15px;
	line-height: 140%;
	max-height: 64px;
	margin: 0 0 15px;
	-ms-overflow-style: none; 
	scrollbar-width: none;
}

#purchase_menu .cart_contents .item .textbox .price {
	font-size: 18px;
	font-family: 'Noto-Sans-JP-Medium';
}

#purchase_menu .cart_contents .item .adjust_bar {
	float: left;
	width: 75px;
	text-align: right;
}

#purchase_menu .cart_contents .item .adjust_bar select {
	appearance: none;
	outline: none;
	border: none;
	background: url(../images/live/select_arrow.svg) no-repeat 84% center #fff;
	background-size: 14px;
	padding: 6px 32px 6px 8px;
	border-radius: 5px; 
	font-size: 14px;
	border: solid 1px #dcdcdc;
}
		
#purchase_menu .cart_contents .item .adjust_bar input[type="submit"],
#purchase_menu .cart_contents .item .adjust_bar a {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 14px;
	color: #aeaeae;
	background: none;
	border-bottom: solid 1px #aeaeae;
	border-radius: 0;
	text-decoration: none;
}

#purchase_menu .procedure_btn {
	text-align: center;
	padding: 0 0 50px;
}

#purchase_menu .procedure_btn input[type="submit"] {
	background: #ea4a62;
	font-size: 21px;
	font-family: 'Noto-Sans-JP-Medium';
	text-align: center;
	color: #fff;
	padding: 10px 60px 14px;
	border-radius: 1000px; 
}

#purchase_menu .procedure_btn input[type="submit"]:disabled {
	background: #999;
}
	
#purchase_menu input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	
/* ------------------------------------------------------------ お届け先情報入力 */
#purchase_menu .shipping_form {
	padding: 0 5%;	
}

#purchase_menu h3 {
	font-size: 14px;
}

#purchase_menu h3 span {
	color: #a52121;
}

#purchase_menu .box {
	margin: 0 0 25px;
}

#purchase_menu input[type="text"] {
	font-size: 14px;
	width: 100%;
	border: solid 1px #dcdcdc;
	padding: 12px;
	box-sizing: border-box;
	margin: 10px 0 0;
}

#purchase_menu .zipcode_search {
	font-size: 0;
}

#purchase_menu .zipcode_search input[type="text"] {
	display: inline-block; *display: inline; *zoom: 1;
	width: calc(100% - 115px);
	vertical-align: super;
}

#purchase_menu .zipcode_search button {
	display: inline-block; *display: inline; *zoom: 1;
	width: 100px;
	background: #d2d2d2;
	font-size: 12px;
	padding: 13px;
	box-sizing: border-box;
	border-radius: 4px; 
	margin: 0 0 0 15px;
	vertical-align: super;
}
	
#purchase_menu .btn_box {
	margin: 35px 0 0;
}

#purchase_menu .btn_box .next_btn,
#purchase_menu .btn_box .back_btn {
	text-align: center;
}

#purchase_menu .btn_box .next_btn {
	margin: 0 0 20px;
}

#purchase_menu .btn_box .back_btn {
	padding: 0 0 60px;
}

#purchase_menu .btn_box .next_btn input[type="submit"] {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 260px;
	background: #ea4a62;
	font-size: 18px;
	font-family: 'Noto-Sans-JP-Medium';
	text-align: center;
	color: #fff;
	padding: 10px 20px 14px;
	box-sizing: border-box;
	border-radius: 1000px; 
}

#purchase_menu .btn_box .back_btn a {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 260px;
	background: #e5e5e5;
	font-size: 18px;
	font-family: 'Noto-Sans-JP-Medium';
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 16px 20px 19px;
	box-sizing: border-box;
	border-radius: 1000px;
}


/* ------------------------------------------------------------ カード情報の入力 */
#purchase_menu .card_form {
	padding: 0 5%;
}

#purchase_menu .card_company {
	text-align: center;
	padding: 0 0 30px;
}

#purchase_menu .card_company img {
	width: 240px;
	height: auto;
}

#purchase_menu .select_wrap {
	margin: 10px 0 0;
}

#purchase_menu .select_wrap select {
	appearance: none;
	outline: none;
	background: url(../images/live/select_arrow.svg) no-repeat 86% center/14px; 
	border: solid 1px #dcdcdc;
	min-width: 80px;
	padding: 4px 30px 4px 10px;
	box-sizing: border-box;
	border-radius: 5px; 
}


/* ------------------------------------------------------------ 注文内容の確認 */
#purchase_menu .confirm_form {
	padding: 0 0 50px;
}

#purchase_menu dl dt {
	font-size: 14px;
	background: #eee;
	padding: 12px 5%;
}

#purchase_menu dl dd {
	font-size: 14px;
	line-height: 160%;
	padding: 12px 5% 16px;
}

#purchase_menu .item_list {
	padding: 0 0 15px;
}

#purchase_menu .item_list .item {
	border-bottom: solid 1px #dcdcdc;
	padding: 20px 0;
}

#purchase_menu .item_list .item .img {
	float: left;
	width: 77px;
	margin: 0 16px 0 0;
}

#purchase_menu .item_list .item .textbox {
	float: left;
	width: calc(100% - 93px);
}

#purchase_menu .item_list .item .textbox h3 {
	font-size: 15px;
	line-height: 140%;
	max-height: 66px;
	overflow: hidden;
	margin: 0 0 15px;
}

#purchase_menu .item_list .item .textbox .price {
	font-size: 18px;
	font-family: 'Noto-Sans-JP-Medium';
	letter-spacing: 1px;
}

#purchase_menu dl dd .total {
	padding: 0;
}

#purchase_menu .confirm_form .btn_box {
	padding: 0 0 10px;
}

#purchase_menu .caution {
	font-size: 12px;
	line-height: 160%;
	padding: 0 5%;
}


/* ------------------------------------------------------------ thanks */
#thanks {
	position: fixed; 
	background-color:rgba(0, 0, 0, 0.5);
	width: 100%;
	max-width: 828px;
	height: 100vh;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 15vh 6% 0;
	z-index: 999;
	margin: auto;
	right: 0;
}

#thanks h2 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	padding: 0 0 25px;
}

#thanks h2 img {
	width: 100%;
	height: auto;
	padding: 0 0 25px;
}

#thanks p {
	font-size: 13px;
	line-height: 200%;
	color: #fff;
	padding: 0 0 40px;
}

#thanks .live_back_btn {
	text-align: center;
}

#thanks .live_back_btn span {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 240px;
	padding: 20px 15px;
	background: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Noto-Sans-JP-Medium';
	color: #000;
	box-sizing: border-box;
	border-radius: 1000px; 
	cursor: pointer;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

#thanks h2 {
	font-size: 6vw;
}

}


