/*-----------------------------------------------*/
/*class------------------------------------------*/
/*-----------------------------------------------*/

/*--20170706_tablet-end--*/

#div_ie_bug {
	display: none;
}
*> #div_ie_bug {
	display: block;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.link_arrow a:before, a.link_arrow::before{
	content: url("%7e/media/Images/Common/icon/icon_next_s2?w=8&h=8");
	margin-right:3px;
    position: relative;
}

/*※のみ　※には対応する※が必要*/
.kome {
	margin-left: 1em !important;
	text-indent: -1em;
	text-align: left;
	font-size: 12px;
}
/*※＋数字1桁　数字の後には半角スペースを入れること*/
.kome1 {
	font-size: 12px;
	text-indent: -2em;
	padding-left: 2em;
}
/*※＋数字2桁　数字の後には半角スペースを入れること*/
.kome2 {
	font-size: 12px;
	text-indent: -2.5em;
	padding-left: 2.5em;
}
/*※＋数字3桁　数字の後には半角スペースを入れること*/
.kome3 {
	font-size: 12px;
	text-indent: -2.5em;
	margin-left: 2.5em;
}
/*知らないとまずいものはcaution*/
.caution {
	background: url(/img/common_img/caution.gif) no-repeat top left;
	padding-left: 2em
}
/*注釈*/
.caption {
	font-size: 12px;
	font-weight: normal
}
/*floatをクリア*/
.clear {
	clear: both;
}
/*画像寄せ*/
.img_l {
	float: left;
	margin: 0 5px 5px 0
}
.img_r {
	float: right;
	margin: 0 0 5px 5px
}
.img_c {
	text-align: center;
	margin: 0 0 5px 0
}
.img {
	margin: 0 5px 5px 0
}
.icon {
	vertical-align: middle;
	margin-right: 3px
}
.b {
	font-weight: bold
}


/*アイコン＋テキストの時のアイコンに対して*/
.icon {
	vertical-align: middle;
	margin-right: 3px
}

/*ZOOMアイコン*/
.zoom2 {
	margin-left: -64px;
}
.zoom {
	margin-left: -64px;
}


/* バナー */
.banner_m {
	text-align: center;
	margin: 0 auto 5px;
}
.bn_hover {
	text-align: center;
	margin: 0 auto;
}
.bn_hover a img {
	border: 1px solid #fff;
}
.bn_hover a:hover img {
	border: 1px solid #99CCCC;
}
.bn_displayNone {
	display: none;
}
.bn_info_side a img {
	border-bottom: 1px solid #CCC;
}
/* キャンペーンページ表示・非表示 */
.cp_none {
	visibility: visible;
}
.cp_block {
	visibility: hidden;
}
.link {
	color: #00AADD;
	cursor: pointer;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*スマホとの表示分け*/
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

/* ---------------------
	PC
--------------------- */
@media screen and (min-width: 768px) {

/* アイテム寄せ */
.item_l {
	float: left;
	margin: 0;
	padding: 0;
}
.item_r {
	float: right;
	margin: 0;
	padding: 0;
}

}
/* ---------------------
	スマホ
--------------------- */

@media screen and (max-width: 767px) {
.img_c, .img_l, .img_r {
	text-align: center;
	clear: both;
}
.item_l, .item_r {
	clear: both !important;
	width: 100% !important;
}
.img_sp, .img_sp img {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

.zoom2 {
	display: none;
}
.zoom {
	display: none;
}

/*スマホとの表示分け*/
.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

/* バナー */
.bn_info_side a img {
	border-bottom: 1px solid #CCC;
}
/* YouTube動画 */
.mov_sp_hd {
	height: 170px !important;
	width: 300px !important;
}
.mov_sp {
	height: 225px !important;
	width: 300px !important;
}
/*.img_l { float:left; margin-right:5px}
.img_r { float:right; margin-left:5px}*/
.video-wrapper {
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* videoタグ */
video {
	max-width: 100%;
	height: auto;
}
/*リンク風テキスト*/
.link {
	color: #0000FF;
	cursor: pointer;
}

/*englishのページで個別にdisplay:block、.jpをinlineにする*/
.en {
	display: none;
}

/*カートペロン*/
.checkboxCartGroupAccordion, input + label span.cartGroupAccordionClose, .cartGroupAccordion {
	display: none;
}
label.labelGroupAccordionOpen {
	position: inherit;
	text-align: center;
}
input:checked ~ div.cartGroupAccordion {
	display: block;
}
input:checked + label span.cartGroupAccordionOpen {
	display: none;
}
input:checked + label span.cartGroupAccordionClose {
	display: inline;
}
}