﻿@charset "UTF-8";

/* ページャー */
.pager_prerious, .pager_next{
	display: inline-block;
	vertical-align: middle;
}
.pager_number{
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}
.pager_number li{
	display: inline-block;
}
.pager_link_number{
	padding: 0 4px;
}
.pager_link_next_value:before, .pager_link_prerious_value:before{
	content: attr(data-title);
}

/* パーツの配置(左右中央寄せ) */
.social_position_left,
.logo_position_left,
.login_cart_position_left .welcome_cart_area,
.search_form_left,
.translation_left,
.search_left{
	text-align:left;
}

.social_position_right,
.logo_position_right,
.login_cart_position_right .welcome_cart_area,
.search_form_right,
.translation_right,
.search_right{
	text-align:right;
}

.social_position_center,
.logo_position_center,
.login_cart_position_center .welcome_cart_area,
.search_form_center,
.translation_center,
.search_center{
	text-align:center;
}

.search_posi .tag_item_search{
	max-width:500px;
	display:inline-block;
}

.search_form_left > .tag_item_search,
.search_form_right > .tag_item_search,
.search_form_center > .tag_item_search{
	display:inline-block;
	width:auto;
}

.social_position_none{
	height:100%;
	min-height:21px;
}

.logo_position_left div.logo,
.logo_position_right div.logo,
.logo_position_center div.logo{
	display:inline-block;
}

@media print, screen and (min-width: 701px) {
	.header_position_left .pane_head_menu_bar .top_menu_pulldown{
		justify-content: flex-start;
	}
	
	.header_position_right .pane_head_menu_bar .top_menu_pulldown{
		justify-content: flex-end;
	}
	
	.header_position_center .pane_head_menu_bar .top_menu_pulldown{
		justify-content: center;
	}
}
.footer_position_left ul.foot_menu{
	margin-right:auto;
	width:auto;
	display:table;
	float:none;
}

.footer_position_right ul.foot_menu{
	margin-left:auto;
	width:auto;
	display:table;
	float:none;
}

.footer_position_center ul.foot_menu{
	margin:0 auto;
	width:auto;
	display:table;
	float:none;
}

.footer_position_right ul.foot_menu li,
.footer_position_left ul.foot_menu li,
.footer_position_center ul.foot_menu li{
	margin:0px 0px;
	display:table-cell;
	float:none;
}

.switch_right .pc_sp_switch{
	text-align:right;
}

.switch_left .pc_sp_switch{
	text-align:left;
}

.switch_center .pc_sp_switch{
	text-align:center;
}

/* ソーシャルボタン関連 */
.sns_box {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

.sns_box li {
	display: inline-block;
	margin:0 2px;
}
.sns_box iframe {
  margin: 0 !important;
}

.social_position_left ul.sns_box,
.social_position_right ul.sns_box,
.social_position_center ul.sns_box{
	float:none;
	display:inline-block;
}

/* ソーシャルパーツの設定関係 */
.shareBtn {
	position: relative;
	display: inline-block;
	margin: 2px;
	padding: 1px 15px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	background: #717171;
	border-radius: 3px;
	text-decoration: none;
}

.shareBtn:hover {
	color: #fff;
	text-decoration: none;
}

.shareBtn i {
	display: inline-block;
	margin-top: -1px;
	margin-right: 4px;
	vertical-align: middle;
}

.shareBtn .btn_text {
	display: inline-block;
	vertical-align: middle;
}
.shareBtn.shareBtnSmall {
	margin: 1px;
	padding: 1px 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

.shareBtn.shareBtnSmall i {
	margin-right: 7px;
	font-size: 14px;
}

.shareBtn.shareBtnMedium i {
  margin-right: 8px;
  font-size: 16px;
}

.shareBtn.shareBtnLarge {
	margin: 5px;
	width: 193px;
	height: 48px;
	line-height: 48px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.shareBtn.shareBtnLarge i {
	margin-right: 16px;
	font-size: 26px;
}

.shareBtnLine {
	background: #00b900;
}
.shareBtnLine:hover,
.shareBtnLine:focus {
	background: #128f0c;
}

.shareBtn.shareBtnLine i {
	margin-right: 5px;
}
.shareBtn.shareBtnLine i:before {
	content: "LINE";
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

.shareBtnTwitter {
	background: #1d9bf0;
}
.shareBtnTwitter:hover,
.shareBtnTwitter:focus {
	background: #0c7abf;
}
.shareBtn.shareBtnTwitter i:before {
	font:normal normal normal 14px/1 FontAwesome;
	content: "\f099";
	vertical-align: middle;
}

.shareBtnFacebook {
	background: #1877f2;
}
.shareBtnFacebook:hover,
.shareBtnFacebook:focus {
	background: #1877f2;
}

.shareBtn.shareBtnFacebook i:before {
	font:normal normal normal 14px/1 FontAwesome;
	content: "\f09a";
	vertical-align: middle;
}

/* 共通ボタンクラス */
.common_ok_btn,
.common_opt_btn {
	margin: 5px 10px;
}

/* スマホyoutube動画 */
@media only screen and (max-width: 700px) {
	.item_detail .item_video {
	    max-width: 100%;
	    max-height: calc(100vw * 9.5 / 16);
	    margin: 0 auto;
	}
}

/* オーダーメイド関連 */
.fileup_failure_text{
	color:red;
}

.ordermade_area.inline{
	margin: 2ex 0;
}

.ordermade_radio_child .kind_image,
.ordermade_check_child .kind_image {
	display: inline-block;
	vertical-align: middle;
	margin-right: -70px;
}

.ordermade_option_group{
  position: relative;
  margin: 10px;
  padding: 0;
  list-style-type: none;
}

.ordermade_option_group .kind_image ~ .ordermade_contents_info {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}

.ordermade_option_group .ordermade_contents_info {
	display: inline-block;
	vertical-align: middle;
}

.ordermade_indent{
	padding-left: 1ex;
}

.ordermade_area .ordermade_option_group .label_value {
	width: calc(100% - 40px);
	display: flex;
	padding: 0 10px;
}

.ordermade_close_btn{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 24px;
  background-color: black;
  cursor: pointer;
}

.ordermade_close_btn:before,
.ordermade_close_btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 62%;
  border: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ordermade_close_btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ordermade_close_btn:hover {
	background: #999;
}

.ordermade_dlg_header{
	text-align:right;
}

.detail.dlg .ordermade_variable_area{
	height:100%;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.ordermade_area.js_cart.dlg.none_under .ordermade_variable_area{
  max-height:100%;
  overflow-y: auto;
}

.ordermade_area.js_cart.dlg.none_under .ordermade_detail_area{
  overflow-y: scroll;
  max-height: calc(100vh - 30px);
}

.ordermade_area.js_cart.dlg.none_under .ordermade_fix_area.dlg{
  position:static;
  bottom:auto;
}

.js_cart.dlg .ordermade_fix_area {
    position: relative;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #eee;
    padding: 1ex;
    box-sizing: border-box;
}

.detail.dlg .ordermade_fix_area{
	padding: 1ex;
}

.ordermade_fix_area{
  position: relative;
  /*   overflow:hidden; */
}
.ordermade_fix_area .item_normal_price {
  margin: 10px 0;
}

.dlg .ordermade_variable_area {
	margin: 0;
	overflow-y:auto;
	box-sizing:border-box;
	-webkit-overflow-scrolling:touch;
	position: relative;
}

.ordermade_variable_area {
	margin: 30px 0;
}

.js_cart.inline .ordermade_variable_area {
	overflow:hidden;
}

.ordermade_image{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.ordermade_option_radio_image .ordermade_radio_child .label_value .kind_image{
	pointer-events: none; /* labelタグの中にhrefの無いaタグが存在しIE11で動くようにするため */
	margin: 0px; /* layout1,2のため? 正方形のため、横と感覚が広いように見えることもある */
}

.ordermade_radio_child input[type="radio"],
.ordermade_radio_child a,
.ordermade_check_child input[type="checkbox"],
.ordermade_check_child a{
	    vertical-align: middle;
}

.ordermade_area .ordermade_contents.explain_only{
	border: none;
	border-style: hidden;
}

.ordermade_area.dlg .ordermade_select_child,
.ordermade_area.dlg .ordermade_radio_child > label,
.ordermade_area.dlg .ordermade_check_child > label{
	position:relative;
}

.ordermade_area.dlg .ordermade_fix_area:before {
  content: "つづきがあります";
  /*   content: "Continued below"; */
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #ceceda;
  background: #74747d;
  opacity: 0;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  z-index: 1;
  pointer-events: none;
}

.ordermade_area.dlg.dlg_continued .ordermade_fix_area:before {
  opacity: 0.65;
}

.ordermade_contents .item_kind_tbody{
	overflow:hidden;
}

.ordermade_option_group .rate_val{
	margin: 0 4px 0 0;
	font-size: 110%;
	white-space: nowrap;
}

.ordermade_option_group .label {
  display: flex;
  align-items: center;
}
.ordermade_option_group .label_icon {
  flex-shrink: 0;
}
.ordermade_option_group .label_value {
  flex-grow: 1;
}

.ordermade_option_group > li {
  margin: 5px 0;
}

.ordermade_fix_area .sale_item_price{
	color: #B20;
}
.ordermade_option_group .sale_price_val{
	margin: 0 4px 0 0;
	font-size: 110%;
	white-space: nowrap;
}

.om_child_count._off{
	display:none;
}

.om_child_count._on{}

@media only screen and (max-width: 700px) {
	.ordermade_option_group {
		padding: 0;
	}
	
	.ordermade_area.layout3 .ordermade_option_group .ordermade_contents_info{
		flex-direction: column;
	}
	
	.ordermade_option_group .ordermade_check_child .label_value,
	.ordermade_option_group .ordermade_radio_child .label_value,
	.ordermade_option_group .ordermade_input_count_child .label_value{
		flex-wrap:wrap;
	}
	
	.ordermade_option_group .ordermade_check_child .kind_image,
	.ordermade_option_group .ordermade_radio_child .kind_image,
	.ordermade_option_group .ordermade_input_count_child .kind_image{
		flex: 0 1 30%;
	}
		
	.ordermade_option_group .ordermade_check_child .ordermade_contents_info,
	.ordermade_option_group .ordermade_radio_child .ordermade_contents_info,
	.ordermade_option_group .ordermade_input_count_child .ordermade_contents_info{
		flex: 1 1 70%;
	}
	
	.ordermade_option_group .ordermade_check_child .om_child_count,
	.ordermade_option_group .ordermade_radio_child .om_child_count,
	.ordermade_option_group .ordermade_input_count_child .om_child_count{
		flex: 0 0 100%;
		padding-top: 2px;
	}
	
}

@media print, screen and (min-width: 701px) {
  .null_optgroup_sp {
    display: none;
  }
}

/* オーダーメイド(layout1設定) */
.ordermade_area.layout1 .ordermade_contents{
	margin: 16px 0;
	padding: 8px;
}

.ordermade_area.layout1 .ordermade_contents_parent{
	display: block;
	padding: 0 0 0.1em 0.5em;
	font-size: 115%;
	font-weight: bold;
	color: #4c739a;
	border-bottom: 2px solid;
}

.ordermade_area.layout1 .ordermade_kind_explain {
	margin: 15px;
}
.ordermade_area.layout1 .ordermade_radio_child,
.ordermade_area.layout1 .ordermade_check_child {
	border-bottom: 1px solid #e8e8e8;
}

.ordermade_area.layout1 .ordermade_radio_child .label,
.ordermade_area.layout1 .ordermade_check_child .label {
	position: relative;
	margin: 0;
	padding: 6px 6px;
}

.ordermade_area.layout1 .ordermade_option_radio_image .ordermade_radio_child .label{
	padding: 0px;
}

.ordermade_area.layout1 .ordermade_contents_info > span {
	display: block;
}

.layout1 .ordermade_price.free,
.layout2 .ordermade_price.free{
	color: #B20;
	padding-right: 1ex;
}

.ordermade_area.layout1 .ordermade_option_radio_image .label input:checked ~ .label_value {
  background-color: rgba(255, 144, 0, .1);
  box-shadow: 0 0 0 1px #ffa634 inset;
  border-radius: 2px;
}

/* オーダーメイド(layout2設定) */
.ordermade_area.layout2 .ordermade_contents_parent{
	display: block;
	margin: 10px 0 5px;
	padding: 5px  10px;
	font-weight: bold;
	font-size: 120%;
}

.ordermade_area.layout2 .ordermade_kind_explain{
	margin: 8px;
	padding: 0 0 8px 25px;
}
.ordermade_area.layout2 .ordermade_contents_info > span:not(:first-child) {
	padding-left: 1em;
}

.ordermade_area.layout2 .ordermade_variable_area {
  border-bottom-width: 1px;
}

.ordermade_area.layout2 .ordermade_option_group .label input:checked ~ .label_value {
  background-color: rgba(255, 144, 0, .1);
  box-shadow: 0 0 0 1px #ffa634 inset;
  border-radius: 2px;
}

.ordermade_area.layout2 .ordermade_option_group .label_value {
	padding: 3px 10px;
}

@media only screen and (max-width: 700px) {
  .ordermade_area.layout2 .ordermade_contents_parent{
    display: block;
  }
}

/* オーダーメイド(layout3設定) */
.ordermade_area.layout3:not(.item_detail){
	/* border-width: 1px; */
}
.ordermade_area.layout3 .ordermade_contents_parent{
	display: block;
	margin: 20px 0 10px;
	padding: 0.1em 0em;
	font-weight: bold;
	font-size: 115%;
}
@media only screen and (max-width: 700px) {
  .ordermade_area.layout3 .ordermade_contents_parent{
    display: block;
  }
}
.ordermade_area.layout3 .ordermade_contents {
  border-bottom: 1px solid #d5d5d5;
}

.ordermade_area.layout3 .ordermade_kind_explain{
	margin: 8px 0 8px;
	padding: 0 0 8px 25px;
}
.ordermade_area.layout3 .ordermade_contents_info > span:not(:first-child) {
	padding-left: 1em;
}
.ordermade_area.put.layout3 {
  margin: 10px 0;
  /* padding: 10px; */
  padding: 0;
}

.ordermade_area.layout3 .ordermade_variable_area {
  padding: 0;
  /* border-bottom-width: 1px; */
  /* border-bottom-style: dotted; */
}

.ordermade_area.layout3 .ordermade_option_group .label {
  position: relative;
  display: block;
  width: 100%;
}

.ordermade_area.layout3 .ordermade_option_group .label .label_icon,
.ordermade_area.layout3 .ordermade_option_group .label .ordermade_checkbox,
.ordermade_area.layout3 .ordermade_option_group .label input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  z-index: 1;
}

.ordermade_area.layout3 .ordermade_radio_child .kind_image,
.ordermade_area.layout3 .ordermade_check_child .kind_image {
  vertical-align: middle;
}

.ordermade_area.layout3 .ordermade_option_group .ordermade_contents_info,
.ordermade_area.layout3 .ordermade_option_group .kind_image ~ .ordermade_contents_info {
  vertical-align: middle;
  flex-grow: 1;
  padding: 8px;
}

.ordermade_area.layout3 .ordermade_image {
  vertical-align: middle;
}

.ordermade_area.layout3 .ordermade_contents_info .ordermade_stock, 
.ordermade_area.layout3 .ordermade_contents_info .ordermade_soldout, 
.ordermade_area.layout3 .ordermade_contents_info .ordermade_price {
  padding: 0 1em 0 0;
  font-size: 12.5px;
  font-weight: normal;
  color: #223;
  float: right;
}
.ordermade_area.layout3 .ordermade_contents_info .ordermade_price .item_price_val {
  font-weight: inherit;
}

.ordermade_area.layout3 .ordermade_input_count_child .ordermade_contents_info {
	display:flex;
}

.ordermade_area.layout3 .ordermade_input_count_child .ordermade_contents_info > span {
	margin: auto 0;
}

.ordermade_area.layout3 .input_count_item_info > div{
  display:inline-block;
}

.ordermade_area.layout3 .ordermade_input_count_child .ordermade_contents_info .input_count_info{
  display:inline-block;
  margin: auto;
  margin-left:0;
}

.ordermade_area.layout3 .ordermade_input_count_child .ordermade_price{
	order:2;
}

.ordermade_area.layout3 .ordermade_option_group .label.disabled .label_value {
  background: #f5f5f5;
}

.ordermade_area.layout3 .ordermade_option_group .label input:hover ~ .label_value,
.ordermade_area.layout3 .ordermade_option_group .label input:focus ~ .label_value {
  border-color: #888;
}

.ordermade_area.layout3 .ordermade_option_group .label input:focus ~ .label_value {
  /*   box-shadow: 0 0 0 3px rgba(134, 194, 253, 0.5); */
}

.ordermade_area.layout3 .ordermade_option_group .label input:checked ~ .label_value {
  color: #000;
  background: #ECF5FC;
  border-color: #1a85dc;
  box-shadow: 0 0 0 1px #1a85dc inset;
}

.ordermade_area.layout3 .ordermade_option_group .label_value {
  display: flex;
  margin: 0;
  padding: 5px 10px 5px 40px;
  width: 100%;
  min-height: 65px;
  color: #333;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

.ordermade_area.layout3 .ordermade_option_group .ordermade_input_count_child .label_value {
	padding-left: 10px;
}

.ordermade_area.layout3 .ordermade_option_group .label_value > *{
	margin: auto 0;
}

.ordermade_area.layout3 .ordermade_option_group .disabled .label_value {
  color: #999;
  background: #f5f6f7;
}

.ordermade_input{
	width:75px;
	text-align: right;
}

.ordermade_option_group .count_input_area{
	white-space: nowrap;
}

.ordermade_option_group .label_value > *{
	margin: auto 0;
}

.ordermade_option_group .label_value .om_child_count{
	margin-left:auto;
}

/* オーダーメイド(ラジオ画像) */
.ordermade_option_radio_image{
	display: flex;
	flex-wrap: wrap;
}

.ordermade_area .ordermade_contents .ordermade_option_radio_image .label .label_icon{
	display: none;
}

.ordermade_area .ordermade_contents .ordermade_option_radio_image .label_value {
	display: table;
	padding: 5px;
  width: 100%;
	min-height: 65px;
	min-width: 65px;
}

/* オーダーメイドファイルアップロード */
.kind_image{
  display: inline-block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}

.common_opt_btn.file_select {
  display: inline-block;
  padding: 17px 34px;
  color: #fff;
  background: #099;
  cursor: pointer;
}

.file_select .idx_fileup {
  display: none;
}

.om_drag_and_drop{
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 7.5px, transparent 0, transparent 15px);
  background-color: #fafafa;
  border: dashed 3px #bbb;
  cursor: pointer;
}

.om_drag_and_drop .om_drop_text{
  font-size: 18px;
  font-weight: bold;
  color: #888;
}

.om_file_div{
	display: inline-block;
    vertical-align: middle;
}

.fileup_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fileup_list_li ,
.fileup_list_li .om_drag_and_drop{
  display: flex;
  align-items: center;
}

.upload_value {
  margin: 0 1ex;
}

.file_up_area{
  margin-top: 10px;
}

/* オーダーメイドダイアログ */
.fix_dlg{
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 90% !important;
	height: 90vh !important;
	margin: auto !important;
	z-index: 20000 !important;
}

.fix_dlg.ios{
	height: 80vh !important;
}

.fix_dlg .ems_dlg_con{
	display:block;
}

.none_foot .fix_dlg .ems_dlg_ele{
	max-height:100%;
}

/* カレンダー(読み込み中) */
.iframe_wait,
.wait_mask{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	min-width: 60px;
	min-height: 60px;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(50, 52, 56, 0.7);
	background: rgba(207, 210, 216, 0.6);
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	-webkit-animation: key_wait_mask .5s forwards;
	animation: key_wait_mask 0.5s forwards;
}

.iframe_wait {
  position: relative;
  margin: 30px 0;
  padding: 30px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.iframe_wait:after,
.wait_mask:after{
	content: "";
	position: absolute;
	top: 30%;
	left: 40%;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	/* border: 6px solid #ccc; */
	border: 6px solid #f3f3f5;
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-animation: wait_mask 875ms infinite;
	animation: wait_mask 875ms infinite linear;
}
.wait_mask.wait_mask_calender{
	position: relative;
	height: 200px;
}

@-webkit-keyframes wait_mask{
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@keyframes wait_mask{
	100%{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes key_wait_mask{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes key_wait_mask{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* カレンダー(選択アイコン) */
.spec_calendar_icon, .rental_calendar_icon{
	display: inline-block;
	padding: 1px 10px;
	cursor: pointer;
}
.spec_calendar_icon:before,
.rental_calendar_icon:before {
	font-family: 'WebHostingHub-Glyphs';
	content: '\f4d0';
}

/* 定期 */
.regular_edit:after{
	content: attr(title);
}

.regular_edit_link{
	font-size: 0.9rem;
}

.regular_period_cart:before,
.regular_interval_cart:before{
	content: '[';
}

.regular_period_cart:after,
.regular_interval_cart:after{
	content: ']';
}

/* ソーシャルログイン */
.facebook_login_button{
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0.1ex;
    position: relative;
    display: block;
    margin: 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    outline: none;
    border-width: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all 0ms;
    transition: all 0ms;
    cursor: pointer;
    -webkit-appearance: none;
	background-color: #1877f2;
    color: #fff;
}

.line_login_button{
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0.1ex;
    position: relative;
    display: block;
    margin: 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    outline: none;
    border-width: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all 0ms;
    transition: all 0ms;
    cursor: pointer;
    -webkit-appearance: none;
	background-color: #00C300;
    color: #fff;
}

.twitter_login_button{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0.1ex;
    position: relative;
    display: block;
    margin: 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    outline: none;
    border-width: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all 0ms;
    transition: all 0ms;
    cursor: pointer;
    -webkit-appearance: none;
	background-color: #00ACEE;
    color: #fff;
}

/* google recaptcha */
.ems_recaptcha_dlg_contents{
	text-align: center;
}
.google_recaptcha_area{
	position: relative;
	margin: auto;
	margin-top: 15px;
}
.google_recaptcha_compact{
	width: 164px;
}
.google_recaptcha_normal{
	width: 304px;
}

/* 関連商品,オプション商品(商品詳細下のカルーセル) */
.related_tag_name_list{
	padding:0;
	margin:0;
	list-style-type:none;
	display:inline;
	-webkit-padding-start:0px;
}
.related_tag_name_list li:not(:last-child):after{
	content: " , ";
}

/* レジ最終確認 カレンダーテキスト非可視 */
.spec_calendar_area input[type=text].spec_calendar_hidden{
	visibility:hidden;
	position:absolute;
	margin:0;
	padding:0;
	width:33px;
	border:0;
	z-index:-1;	
}

/* キャンセル待ち */
.cancel_wait_area{
	margin: 0 auto;
	padding-top: 10px;
}

.cancel_wait_item{
	margin: 1em auto;
	padding: 1em;
	line-height: 1.8em;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.om_cancel_wait_area{
	display:inline-block
}

/* クイックオーダー */
.quick_order_item_price_ttl{
	min-width:140px;
}
.quick_order_item_subtotal_ttl{
	min-width:100px;
}
.quick_order_item_code{
	width:20em;
}
.quick_order_kind_code{
	width:15em;
}
.quick_order_table .quick_order_ng_item td,
.regular_item_list .change_item_num td{
	background: #ffdd9d;
}
.quick_order_ng_msg{
	padding-left:10px;
	color: #796002;
	background:#FFF9E4;
}
.quickorder_add{
	text-align: left;
}

/* レンタル */
.spec_calender,
.rental_calendar {
	width: 8em;
}

.rental_calendar_icon_txt{
	display:none;
}
.rental_period_ttl:after{
	content: '：';
}

/* 二次元種類表示 */
.soldout_td {
  background: #eee;
}

.item_none_td {
  background: #eee;
}

.kind_list_soldout {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.kind_list_soldout:before,
.kind_list_soldout:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #555;
  transform: rotate(45deg);
}

.kind_list_soldout:after {
  transform: rotate(-45deg);
}

.item_none {
  position: relative;
  display: inline-block;
  width: 1ex;
  height: 1em;
}

.item_none:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #777;
}

.stock_td{
  text-align: center;
}

.col_head {
	font-size: .9rem;
	color: #555;
	background: #fdfdfd;
}
.row_head {
	font-size: .9rem;
	color: #555;
	background: #fbfbfb;
}

.item_kind_list ul{
	list-style-type:none;
}

/* 種類リスト表示 */
.item_kind_list_title {
  padding: 1ex;
  background: #f0f0f0 ;
  border: none;
}

.item_kind_list_li {
  border: 1px solid #e6e6e6;
  border-top: none;
}

.item_kind_list_li .label_value {
  padding: 1em 1ex;
}

.item_kind_list .label_value {
  padding: 0 5px;
}

.item_kind_list_ul{
  padding : 0;
}

.item_kind_list .item_kind_img_val {
  display: inline;
  padding-left: 10px;
  vertical-align: middle;
}

.item_kind_list_ul .kind_image{
  vertical-align: middle;
}

.item_kind_list_ul .item_normal_price,
.item_kind_list_ul .member_item_price,
.item_kind_list_ul .item_soldout,
.item_kind_list_ul .item_stock,
.item_kind_list_ul .non_regular_price_area,
.item_kind_list_ul .regular_price_area,
.item_kind_list_ul .item_normal_price_txt{
  display:inline-block;
  vertical-align: middle;
}

.item_kind_tbody.list .item_kind_img_val,
.item_kind_tbody.list .item_stock,
.item_kind_tbody.list .item_soldout{
  display:none;
}

/* カートINダイアログ表示 */
.cartin_dlg_item_img .buy_item_image{
	max-width: 70px;
	max-height: 70px;
}
.cartin_dlg_tbl{
	width:100%;
}
.cartin_comment{
	margin-bottom:25px;
	font-size:20px;
	line-height: 1.2;
	text-align: center;
}

/* 楽天(rakutenPay)関係 */
.rakuten_pay_pay_errmsg{
	font-weight: bold;
	color: #ff0000;
}
.rakutenpay_checkout_btn{
	margin:40px auto;
}

/* amazonpay */
.amazon_pay_info{
	width: 400px; height: 228px;
	display: inline-block;
}
.read_amazon_pay_info{
	width: 400px; height: 150px;
}

/* welcomIcon */
.welcome_cart_area.postage_free_div {
	padding-top:18px;
}

.welcome_cart_area .cart_info_postage_block{
	position: absolute;
	top: -17px;
	right: 7px;
	white-space: nowrap;
	border-radius: 2px;
	background: #FFFF30;
}

/* お気に入り関係 */
.welcome_favorite_link,
.welcome_like_link,
.welcome_later_link{
	display:inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 700px) {
	.welcome_favorite_link,
	.welcome_like_link,
	.welcome_later_link{
		display:none;
	}
}

.favorite_link span,
.like_link span,
.later_link span{
	position: relative;
    padding-left: 1.35em;
}

.favorite_link span:before,
.like_link span:before,
.later_link span:before{
    font-family: 'WebHostingHub-Glyphs';
    line-height: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 11px;
    text-align: center;
}

.favorite_link span:before{
	content: '\f13a';
}

.like_link span:before{
	content: '\f4c6';
}

.later_link span:before{
	content: '\f4cf';
}

/* エントリーコード */
ul.entry_code_list{
	display: inline-block;
	margin: 0 0 1px 5px;
	padding: 0;
	list-style-type: none;
}
.entry_code_list li {
	margin: 0px 0 -1px;
	padding: 5px 5px;
	min-width: 70px;
	line-height: 1.1;
	color: #777;
	background: #fff;
	border: 1px solid #ddd;
}

.entry_code_ttl:after{
	content:':';
}

/* 販売期間 */
.reload{
	cursor: pointer;
}

.item_handling_start_day, .item_handling_end_day {
	white-space: nowrap;
}

.item_handling_start_time, .item_handling_end_time {
	white-space: nowrap;
}

/* 店舗モード限定 */
.shop_only_class{
	/* background: #c78888; */
	background: #DF7862;
	color: #FFF;
}

/* 上へ戻る */
.page_top_link_title:before {
	content: attr(data-title);
}

/* individual_section */
.individual_section{
	padding: 0 0 20px;
}

/* カートレジの非表示クラス */
.regi_disp_none{
	display:none;
}

/* カートオプション価格 */
.buy_option_price_val{
	margin-left:1ex;
}

@media only screen and (max-width: 700px){
	.individual_section tbody tr.regi_disp_none{
		display:none;
	}

	.individual_section .grid_head{
		display: block;
		width: auto;
		text-align: center;
	}
}

/* 注文完了画面 */
.order_end_text:before,
.order_no_text:before{
	content:attr(title);
}

/* 商品プレビュー */
.preview_caution{
	font-size:12px;
}

/* 会員退会時 */
.withdrawal_explain{
	width:800px;
	margin:0 auto;
}

/* 会員自動ログイン無効 */
.auto_login_area{
	text-align:center;
}

/* カテゴリアートワーク */
.category_supplement{
	line-height: 0;
}

.category_explain_supplement{
	list-style: none;
}

/* 分類フラグ */
.classifi_lavel{
  margin: 0 -1px -1px 0;
  width: 10px;
  height: 15px;
  border: 1px solid rgba(0,0,0,0.301);
  display: inline-block;
  vertical-align: middle;
}

/* メール確認 */
.email_conf_text{
	display:inline-block;
}

/* 価格表記 */
.item_price_unit,
.price_from,
.price_unit_sub,
.item_catalog .member_price_rate,
.item_list .member_price_rate{
  font-size: 90%;
}

.price_unit_sub{
  margin-left: 0.3em;
}

/* セール */
.item_data_block .sale_item_price{
	display: inline-block;
}

.item_detail .sale_info_price,
.item_detail .sale_info_rate{
	margin: 0.2ex;
	line-height: 1;
	white-space: nowrap;
}

/* 詳細表示ダイアログ内テーブル(配送、会員、ボリュームディスカウント、など) */
.detail_info_table{
	width:100%;
}

/* レビューセキュリティ */
.review_guarantee img{
	max-height:250px;
	cursor: pointer;
}

/* レビューすべて見る */
.review_link_all{
	text-align:right;
}

/* 数量 */
.om_child_count_input,
.item_count_input{
	width:75px;
	text-align:right;
}

/* メンソニー */
.item_catalog div.item_masonry {
	float:left;
}
*+html .item_catalog,
*+html .item_catalog div.item{
	visibility: visible;
}
.item_catalog div.item_masonry{
	max-width: none;
}
div.item_masonry_square {
	margin:0 auto;
	z-index: 0;
}

/* エレメントズーム */
.zoomContainer {
	z-index: auto;
}

/* light box */
@media only screen and (max-width: 700px){
	.lb-nav a { /* for lightbox */
		opacity: 0.4;
	}
}

/* 旧デザイン互換 */
@media only screen and (max-width: 700px) {
	.pane_regi .grid_input_body tr td.grid_head { /* for old design */
		display: block;
		width: auto;
		text-align: left;
	}
}

/* PC/SP専用クラス */
@media print, screen and (min-width: 701px) {
  .for_sp{
    display: none!important;
  }
}
@media only screen and (max-width: 700px) {
  .for_pc {
    display: none!important;
  }
}

ul.top_menu_pulldown > li > .category_main_menu_arrow,
ul.top_menu_pulldown > li > .category_main_menu_arrow:hover{
	width:38px;
}
  
.grid_head_sp{
	margin-right: 0.7em;
}

/* プリント時の制御クラス(css末尾に記述する) */
@media print {
	body {
		min-width: 1024px;
	}
	.item_masonry_square {
		position: static!important;
		width: auto!important;
		height: auto!important;
	}
	.item_masonry_square:after {
		content: "";
		clear: both;
		display: block;
	}
	.item_masonry {
		position: static!important;
		left: auto!important;
		top: auto!important;
		transition: none 0ms ease 0ms!important;
		transform: none!important;
	}
.member_reg_agreement{
    height:auto;
  }
}

/* AmazonPay */
.buy_amazon_pay_button{
	margin: auto;
}
/* リンクなしヘッダーメニュー */
.category_menu_selected a.none_href_link:hover{
	cursor:default;
	text-decoration: none;
}

/** タグマッピング */
.ems-dom-mp .logo,
.logo_area .logo{
	width:60px;
	height:60px;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
	border-radius: 50%;
}

/* 認証コード */
.auth_key_input_area {
	margin:1ex 0;
}

.auth_key_caution ul {
	margin:0;
}

.regular_disabled_limit_list {
	margin: 1ex 0;
}

.regular_disabled_limit_text_area {
	margin:10px;
}

.grid_space_body .member_reg_agree_check {
	margin: 32px 0 0 0;
	padding: 6px 0;
	color: rgba(0, 0, 0, 0.85);
	background: rgba(240, 248, 255, 0.85);
	text-align: center;
}

/* リキャプチャ */
.grecaptcha-badge{
	z-index:5000 !important;
	bottom: 60px !important;
}

/* PR申込み */
.pr_option_page .individual_section {
	padding: 0em 20em 5em;
	background-color: #f6f5f5;
}
.pr_entry_section {
	margin-top: 50px;
}
.pr_entry_section_title {
	margin: 0 2em 0 2em;
}
.pr_entry_section_title_value {
	border-bottom: 1px solid;
}
.pr_entry_explanation {
	margin: 0 2em 0 2em;
}
.pr_entry_parts {
	margin: 1em 2em 0 2em;
}
.pr_entry_title {
}
.pr_entry_value {
	margin: 0.5em 0 0 0;
}

.pr_entry_parts_contents_all {
	display: flex;
}
.pr_entry_contents_separate {
	width: 50%;
}
.pr_entry_contents_parts {
	background-color: #e4d4c4;
	margin-bottom: 10px;
}
.pr_entry_question_parts {
	margin: 1em 0.5em 0 2em;
}
.pr_entry_anno_text {
	margin: 0 2em 0 2em;
}

.history_logo_area{
	display: flex;
    align-items: center;
	width: fit-content;
}

/* あるる商品SR非公開 */
.force_invisible {
	width: auto;
	height: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e4d4c4;
}

.individual_section .grid_list,
.individual_section .grid_regi{
	margin: 0 auto;
}

@media only screen and (max-width: 700px) {
	.individual_section tbody tr {
	    position: relative;
	    display: block;
	}
}

.discount_link_list{
	text-align: center;
	margin-bottom: 2ex;
}

.discount_link_coupon.on{
	font-weight: bold;
}

.discount_link_point.on{
	font-weight: bold;
}

.member_edit{
	display:none;
}

.favorite_zero{
	text-align:center;
}

.app_gacha_entry,
.app_gacha_result{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 50px;
}

.gacha_select_area{
	display: flex;
	justify-content: space-evenly;
	margin-top:5ex;
}

.gacha_winner_none{
    text-align: center;
    color: red;
    font-weight: bold;
}

.takarabako_img{
	transition: transform 0.3s ease-in-out; /* ホバー時の動きに滑らかさを追加 */
    animation: float 3s ease-in-out infinite; /* アニメーションを適用 */
    cursor:pointer;
}

@keyframes float {
    0% {
        transform: translateY(0); /* 元の位置 */
    }
    50% {
        transform: translateY(-10px); /* 少し上に移動 */
    }
    100% {
        transform: translateY(0); /* 元の位置に戻る */
    }
}

.gacha_end{
	text-align:center;
	font-size: 30px;
	color: red;
}

.gacha_wait{
	text-align:center;
	font-size: 30px;
	color: red;
}

.cart_item_info_tr.regi_ordermade_child{
	display:none !important;
}