/** Shopify CDN: Minification failed

Line 1709:11 Expected ":"
Line 1709:25 Expected ":"
Line 7634:12 Expected ":"

**/
/* ---------------------------------------------------------------
	float解除 ※要確認
--------------------------------------------------------------- */
.clear_:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


h2.subttl_ {
	text-align: center;
	letter-spacing: 2px;
	font-size: 35px;
	margin: 50px 0;
	line-height: 1.4;
	position: relative;
}
h2.subttl_ .subtex_ {
	font-size: 0.6em;
	font-weight: normal;
	margin: 5px 0;
}
h2.subttl_small_ {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 15px;
	margin: 10px 0;
}
#main_contents section{
	margin: 20px auto 200px;
	width: 1000px;
}
#main_contents section.adust_{
	margin-bottom:80px !important;
}
/*dml/dbs TOP*/
#dml h2.subttl_,#dbs h2.subttl_{
	font-family: serif;
}
#dml h2.subttl_ .subtex_,#dbs h2.subttl_ .subtex_ {
	font-family: none;
	font-size: .6em;
}


a.btn_common01_  {
	border: 1px #222 solid;
	color: #222;
	text-align:  center;
	width: 90%;
	margin: 10px auto;
	text-align:  center;
	display: block;
	padding: 15px 0px;
  font-size: 18px;
	position: relative;
	letter-spacing: 2px;
  text-decoration: none !important;
}
@media screen and (min-width: 798px) {
  a.btn_common01_ {
    width: 400px;
  }
}
a.btn_common01_:after {
	position: absolute;
	top: 51%;
	right: 30px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.btn_common01_:hover {
	background: #222;
	color: #fff;
	transition: background .5s;
}
a.btn_common01_:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
a.btn_common02_ {
  color: #fff;
  background: #222;
  text-align: center;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  position: relative;
  letter-spacing: 2px;
  border-radius: 50em;
  text-decoration: none !important;
}
@media screen and (min-width: 798px) {
  a.btn_common02_ {
  	width: 400px;
  }
}
a.btn_common02_:after {
  position: absolute;
  top: 51%;
  right: 30px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn_common02_:hover {
	opacity: 0.8;
	transition: background .5s;
}
a.btn_common03_ {
	color: #222;
  text-align: center;
  display: block;
  padding: 12px 3em;
  font-size: 14px;
  background: #fff;
  width: fit-content;
  margin: 10px auto;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 3px;
  text-decoration: none;
  position: relative;
}
a.btn_common03_:after {
  top: 53%;
  right: 10%;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
a.btn_common03_:hover {
	background: #222;
	color: #fff;
	transition: background .5s;
}
a.btn_common03_:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


ul.list_box_,
.Rte section.list_box_ {
	width: 100%;
	margin: 5px auto;
	position: relative;
  	list-style: none !important;
}
ul.list_box_ li img {
	width: 100%;
}
ul.list_box_ li dd {
  text-align: center;
	font-size: 12px;
	margin: 5px 0;
}
ul.list_box_.item_col02_ li,
.Rte ul.list_box_.item_col02_ li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin: 0 2px 30px;
}
ul.list_box_.item_col02_topics_ li,
.Rte ul.list_box_.item_col02_topics_ li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 2px 30px;
}
ul.list_box_.item_col03_ li,
.Rte ul.list_box_.item_col03_ li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 8px);
  margin: 0 5px 8px 0;
  padding: 0 !important;
}
ul.list_box_.item_col03_ li img,
.Rte ul.list_box_.item_col03_ li img{
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width:769px) {
  ul.list_box_.item_col03_ li:nth-child(n + 9),
  .Rte ul.list_box_.item_col03_ li:nth-child(n + 9){
    display: none;
  }
  ul.list_box_.item_col03_ li:nth-child(4n),
  .Rte ul.list_box_.item_col03_ li:nth-child(4n){
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px)  {
  ul.list_box_.item_col03_ li,
  .Rte ul.list_box_.item_col03_ li{
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 8px) !important;
    margin: 0 5px 6px 0 !important;
    padding: 0 !important;
  }
  ul.list_box_.item_col03_ li:nth-child(3n),
  .Rte ul.list_box_.item_col03_ li:nth-child(3n){
    margin-right: 0 !important;
  }
}
ul.list_box_ dd.item_articlename_ {
	font-size: .7em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 95%;
}
ul.list_box_ dd.item_price_{
	font-size: 1.4em;
}
ul.list_box_ dd.item_price_ span {
	font-size: .9em;
}
ul.list_box_ dd.item_price_ span.intax_ {
	font-size: .6em;
}
ul.list_box_ dd.item_price_ span.sale_ {
	font-size: 1em !important;
	color: #e61717;
}
ul.list_box_ dd.item_price_ span.sale_ span {
	font-size: .6em;
	color: #e61717;
}
ul.list_box_ dd.item_price_ span.sale_ span:first-child{
	font-size: .9em !important;
}
ul.list_box_ dd.item_brand_,
ul.list_box_ dd.item_price_ span.utikesi_,
ul.list_box_ dd.item_price_ span.utikesi_ + br {
	display: none;
}
ul.inc_nlm_reitem li:nth-child(n+9),
ul.inc_dbs_reitem li:nth-child(n+9),
ul.inc_dml_reitem li:nth-child(n+9) {
	display: none !important;
}


.topic_upday_ span.tag01_ {
	font-size: 12px;
	color: #fff !important;
	padding: 1px 5px;
	line-height: 1;
	background: #E06D6F;
}
.topic_upday_ span.tag02_ {
	font-size: 12px;
	color: #fff !important;
	padding: 1px 5px;
	line-height: 1;
	background: #7EB19F;
}
.topic_upday_ span.tag03_ {
	font-size: 12px;
	color: #fff !important;
	padding: 1px 5px;
	line-height: 1;
	background: #40687C;
}
.topic_upday_ span.tag_free_ {
	font-size: 12px;
	color: #fff !important;
	padding: 1px 5px;
	line-height: 1;
	background: #a94442;
}


ul.list_category_ {
	margin: 0;
}
ul.list_category_ li {
	float: left;
	box-sizing:border-box;
	width: 22%;
	border: 1px #ccc solid;
	text-align: center;
	position: relative;
	margin: 10px;
  padding: 0;
}
ul.list_category_ li a{
	display: block;
	font-size: 15px;
	padding: 20px;
	color: #333;
	text-decoration:none !important;
}
ul.list_category_ li a:after {
	position: absolute;
	top: 51%;
	left: 89.5%;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.list_category_ li a:hover {
	background: #222;
	color: #fff !important;
	transition: background .3s;
}
.dml ul.list_category_ li a:hover {
	background: #dbb0c1;
	color: #fff;
	transition: background .3s;
}
ul.list_category_ li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


ul.list_ban_ {
	text-align: center;
	width: 700px;
	margin: 10px auto 0 !important;
	position: relative;
}
ul.list_ban_ li a,
ul.list_ban_.item_col01_ li a,
ul.list_ban_.item_col02_ li a,
ul.list_ban_.item_col03_ li a {
  text-decoration: none !important;
}
ul.list_ban_.item_col01_ li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 5px 0;
}
ul.list_ban_.item_col02_ li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 5px;
}
ul.list_ban_.item_col03_ li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 5px 5px;
}
ul.list_ban_.item_col02_ li a dl,
ul.list_ban_.item_col02_ li a dl dd {
 	margin: 0;
}
ul.list_ban_ li img {
	max-width: 100%;
	border: 1px #f2f2f2 solid;
    margin: 0;
}


h2.subttl_.icon_insta_:before {
	content:"";
	position: absolute;
	background: url(/cdn/shop/files/sns_01_b.png?v=1643250644) no-repeat;
	background-size: contain;
	top: -58px;
	left: 48%;
	width: 50px;
	height: 50px;
}
h2.subttl_.icon_insta_ {
	padding-left: 30px;
}
h2.subttl_.icon_insta_ .subtex_  {
	padding-right: 35px;
}
ul.ig_wideget_ {
	margin: 10px auto 30px;
	text-align: center;
}
ul.ig_wideget_ li {
	width: 25%;
	float: left;
	box-sizing: border-box;
}
ul.ig_wideget_ li img {
	width: 100%;
}
ul.ig_wideget_ li:nth-child(n+9) {
	display: none;
}
a.insta_btn_{
	width: 500px;
	margin: 30px auto;
	color: #fff;
	font-weight: bold;
	text-align:  center;
	display: block;
	padding: 30px 10px;
	font-size: 20px;
	position: relative;
	letter-spacing: 1px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

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

@media screen and (max-width: 798px) {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 14px;
    vertical-align:baseline;
    background:transparent;
  }

	.pview_pc_{
		display: none ;
	}

	a{
		text-decoration: none !important;
	}
	.clear_:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	h2.subttl_ {
		font-weight: bold;
		letter-spacing: 2px;
		font-size: 20px;
		margin: 30px 0 10px;
	}
	h2.subttl_ .subtex_ {
			font-size: 0.7em;
	}


	ul.list_box_ {
		text-align: center;
		width: 97%;
		margin: 5px auto;
		position: relative;
	}
	ul.list_box_.item_col02_ li,
	.Rte ul.list_box_.item_col02_ li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 0 2px 30px;
	}
	ul.list_box_.item_col02_topics_ li,
	.Rte ul.list_box_.item_col02_topics_ li {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0 2px 30px;
	}
	ul.list_box_.item_col02_topics_ li p,
	.Rte ul.list_box_.item_col02_topics_ li p {
		font-size: 10px;
	}
	ul.list_box_.item_col03_ li p,
	.Rte ul.list_box_.item_col03_ li p {
		font-size: 10px;
	}
	@media screen and (max-width: 320px)  {
		ul.list_box_.item_col02_ li,
		.Rte ul.list_box_.item_col02_ li {
			width: 47%;
		}
	}
	ul.list_box_.item_col03_ li {
		display: inline-block;
		vertical-align: top;
		width: 31%;
		margin: 0 2px 7px;
	}
	ul.list_box_ li img {
		max-width: 100%;
	}
	ul.list_box_ li dd {
		font-size: 12px;
		margin: 2px 0;
	}
	ul.list_box_ dd.item_articlename_ {
		font-size: .7em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 95%;
	}
	ul.list_box_ dd.item_price_{
		font-size: 1.2em;
		line-height: 1;
		margin: 5px;
	}
	ul.inc_nlm_newtem li:nth-child(n+13),
	ul.inc_dbs_newitem li:nth-child(n+13),
	ul.inc_dml_newitem li:nth-child(n+11),
	ul.inc_nlm_reitem li:nth-child(n+7),
	ul.inc_dbs_reitem li:nth-child(n+7),
	ul.inc_dml_reitem li:nth-child(n+7) {
		display: none;
	}

	.topic_upday_ span.tag01_,
	.topic_upday_ span.tag02_,
	.topic_upday_ span.tag03_,
	.topic_upday_ span.tag_free_ {
		font-size: 9px;
	}

  ul.list_category_ {
		border-top: 1px #ccc solid;
	}
	ul.list_category_ li {
		width: 50%;
    border: unset;
		border-bottom: 1px #ccc solid;
		border-right: 1px #ccc solid;
		border-left: 1px #ccc solid;
		text-align: left;
		position: relative;
    padding: 0;
    margin: 0;
	}
  ul.list_category_ li:nth-child(odd) {
    border-right: none;
  }
 	ul.list_category_ li:last-child {
    border-right: 1px solid #ccc;
  }
	ul.list_category_ li a{
		font-size: 14px;
		padding: 10px 0 10px 10px;
	}

	ul.list_ban_ {
		width: 100%;
		margin: 0 !important;
	}
	ul.list_ban_.item_col02_ li {
		width: 46%;
		margin: 0 2px;
	}
	ul.list_ban_.item_col03_ li {
		width: 31.3%;
		margin: 0 2px;
	}
  ul.list_ban_.item_col02_ li a dl dd {
    font-size: 12px;
    color: #555555;
  }

	ul.ig_wideget_ {
		margin: 10px auto 30px;
		text-align: center;
	}
	ul.ig_wideget_ li {
		width: 33.3%;
		float: left;
		box-sizing: border-box;
	}
	ul.ig_wideget_ li img {
		width: 100%;
	}
	a.insta_btn_{
    width: 80%;
    margin: 20px auto;
    padding: 15px 10px;
    font-size: 15px;
	}

	ul.list_snscode_ {
			margin-bottom: 100px;
	}
	ul.list_snscode_ li {
		text-align: center;
		display: inline-block;
		width: 48%;
		vertical-align: top;
		background-color: #f2f2f2;
		border: 2px #fff solid;
	}
	ul.list_snscode_ li img {
		padding: 0;
		width: 100%;
	}
	ul.list_snscode_ li p {
		text-align: center;
		margin: 3px 0;
		width: 100%;
	}
	.icon_insta_:before {
		content:"";
		position: absolute;
		background: url(/cdn/shop/files/sns_01_b.png?v=1643250644) no-repeat;
		background-size: contain;
		vertical-align: middle;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		top: -45px;
		width: 50px;
		height: 50px;
	}
	.smalltex_ {
		text-align: center;
		font-size: 12px;
		margin: 10px 0;
		color: #666;
	}
}

li{
	list-style: none;
}

ul.slide_category_ {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 0;
  text-align: center;
}
ul.slide_category_ li {
  border-radius: 40px;
  margin: 7px 0;
  display: inline-block;
  text-align: center;
  width: 17%;
  vertical-align: top;
}
ul.slide_category_ li a {
  display: block;
}
ul.slide_category_ li img {
  width: 65px;
  border-radius: 60px;
}
  ul.slide_category_ li p {
  text-align: center;
  font-size: 11px;
  margin-top: 7px;
}
ul.slide_category_ li div.c_new_ {
  width: 65px;
  height: 65px;
  border-radius: 40px;
  text-align: center;
  line-height: 3.7em;
  font-size: 1.2em;
  color: #fff;
  background: #b7ab94;
  margin: 0 auto;
}
div#dbs ul.slide_category_ li div.c_new_ {
  background: #d5b0ec;
}
div#dml ul.slide_category_ li div.c_new_ {
  background: #dbb0c1;
}

/*lp_layout_pc.cssここから
 ------------------------ */
@media screen and (min-width: 797px) {
  div#category_page .topimg_ img {
    max-width: 100%;
  }
  p.img_ {
    margin: 30px auto;
    text-align: center;
  }
  h1 .date_ {
    text-align: center;
    color: #D96196;
    font-size: 12px;
  }

  .clearfix_:after,
  .clear_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .top_space50_ {
      margin-top: 50px !important;
  }
  .top_space80_ {
      margin-top: 80px !important;
  }
  .top_space100_ {
      margin-top: 100px !important;
  }
  .bottom_space50_ {
      margin-bottom: 80px !important;
  }
  .bottom_space80_ {
      margin-bottom: 80px !important;
  }
  .bottom_space100_ {
      margin-bottom: 80px !important;
  }

  /*もっと見る*/
  .button_style01_ {
    width:600px;
    margin: 10px auto;
    text-align:center;
    font-size: 28px;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position:relative;
  }
  .button_style01_ a{
    color: #FFf;
    text-decoration: none;
    padding: 20px 0px;
    background-color:#333333;
    display: block;
    font-weight: normal !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .button_style01_ a:hover{
    opacity:0.9;
  }
  .button_style01_::after {
    position: absolute;
    top: 43%;
    right: 30px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button_style02_ {
    width:500px;
    margin: 10px auto;
    text-align:center;
    font-size: 28px;
    color: #ffffff;
    position:relative;
    border: 2px #000 solid;
    padding: 20px 0px;
    position: relative;
  }
  a .button_style02_ {
    color: #000;
    text-decoration: none;
    padding: 20px 0px;
    display: block;
    font-weight: normal !important;
  }
  a .button_style02_::after {
    position: absolute;
    top: 43%;
    right: 30px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a:hover{
    text-decoration: none;
  }

  /*アンカーボタン*/
  ul.anchor_button_line3_{
    margin: 10px auto;
    width: 80%;
  }
  ul.anchor_button_line3_ li{
    display: inline-block;
    vertical-align: top;
    list-style:none;
    margin: 5px 10px 5px 0;
    width: 31% !important;
    background-color:#fff;
    border: 1px #CCC solid;
  }
  ul.anchor_button_line3_ li:nth-child(3n){
      margin-right:0;
  }
  ul.anchor_button_line3_ li a{
      padding: 20px;
    text-align:center;
    font-size:17px;
    display:block;
  }
  ul.anchor_button_line3_ li a img{
    width: 100%;
  }
  ul.anchor_button_line3_ li:hover{
    border: 1px #d86196 solid;
  }
  ul.anchor_button_line3_ li a:hover{
    color: #d86196;
    text-decoration: none;
  }
  /*ボタン2コ*/
  ul.anchor_button_line3_.line2_{
    margin: 10px auto;
    width: 60%;
  }
  ul.anchor_button_line3_.line2_ li{
    width: 47% !important;
  }

  /*アンカーボタン/画像*/
  ul.anchor_button_img03_{
    margin: 10px auto;
    width: 100%;
  }
  ul.anchor_button_img03_ li{
    float:left;
    list-style:none;
    margin-right:10px;
    width: 32% !important;
    background-color:#fff;
    display:block;
  }
  ul.anchor_button_img03_ li:nth-child(3n){
    margin-right:0;
  }
  ul.anchor_button_img03_ li a{
    padding: 20px;
    text-align:center;
    font-size:17px;
    display:block;
  }
  ul.anchor_button_img03_ li a img{
    width: 100%;
  }
  /*ボタン4コ*/
  ul.anchor_button_line4_{
    margin: 10px auto;
    width: 90%;
    text-align:center;
  }
  ul.anchor_button_line4_ li{
    display: inline-block;
    vertical-align: top;
    list-style:none;
    margin: 5px 10px 5px 0;
    width: 23% !important;
    background-color:#fff;
    border: 1px #CCC solid;
  }
  ul.anchor_button_line4_ li:nth-child(4n){
    margin-right:0;
  }
  ul.anchor_button_line4_ li a{
    padding: 0;
    text-align:center;
    font-size:17px;
    display:block;
  }
  ul.anchor_button_line4_ li a img{
    width: 100%;
  }
  ul.anchor_button_line4_ li:hover{
    border: 1px #d86196 solid;
  }
  ul.anchor_button_line4_ li a:hover{
    color: #d86196;
    text-decoration: none;
  }


  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横1つver.
  --------------------------------------------------------------- */
  ul.item_line01_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line01_{
    width: 780px;
    margin: 0 auto 20px;
    text-align: center;
  }
  ul.item_line01_ li{
    width: 600px;
    display:inline-block;
    vertical-align: top;
    margin: 10px 20px 30px;
    position: relative;
  }
  ul.item_line01_ li:nth-child(2n){
    margin-right: 0;
  }
  ul.item_line01_ img{
    max-width: 100%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line01_ dt{
    margin: 0;
    padding: 0;
  }
  ul.item_line01_ dd{
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
  }
  ul.item_line01_ dd.item_articlename_{
    font-size: 15px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  ul.item_line01_ dd.item_price_{
    text-align: center;
    font-size: 40px;
    margin: 11px 0;
    line-height: 1;
  }
  ul.item_line01_ dd.item_price_.sale_{
    color:#c91242;
  }
  ul.item_line01_ dd.item_price_ span{
    font-size: 25px;
  }
  ul.item_line01_ dd.item_price_ span.intax_{
    font-size: 12px;
  }

  ul.item_line01_ dd.item_doubleprice_{
    font-size: 12px;
    line-height: 1em;
  }

  ul.item_line01_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横2つver.
  --------------------------------------------------------------- */
  ul.item_line02_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line02_{
    width: 780px;
    margin: 0 auto 20px;
    text-align: center;
  }
  ul.item_line02_ li{
    width: 350px;
    display:inline-block;
    vertical-align: top;
    margin: 10px 15px 30px;
    position: relative;
  }
  ul.item_line02_ img{
    max-width: 100%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line02_ dt{
    margin: 0;
    padding: 0;
  }
  ul.item_line02_ dd{
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
  }
  ul.item_line02_ dd.item_articlename_{
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  ul.item_line02_ dd.item_price_{
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    margin: 11px 0;
  }
  ul.item_line02_ dd.item_price_.sale_{
    color: #D61D1D;
  }
  ul.item_line02_ dd.item_price_ span{
    font-size: 25px;
  }
  ul.item_line02_ dd.item_price_ span.intax_{
    font-size: 12px;
  }

  ul.item_line02_ dd.item_doubleprice_{
    font-size: 12px;
    line-height: 1em;
  }

  ul.item_line02_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横3つver.
  --------------------------------------------------------------- */
  ul.item_line03_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line03_{
    width: 780px;
    margin: 0 auto 30px !important;
    text-align: center;
  }
  ul.item_line03_ li{
    width: 236px;
    display:inline-block;
    vertical-align: top;
    margin: 10px 10px 30px;
    position: relative;
  }
  ul.item_line033_ li:nth-child(3n){
    margin-right: 0;
  }
  ul.item_line03_ img{
    width: 99%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line03_ dt,ul.item_line03_ dl{
    margin: 0;
    padding: 0;
  }
  ul.item_line03_ dd{
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
  }
  ul.item_line03_ dd.item_articlename_{
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  ul.item_line03_ dd.item_price_{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
  }
  ul.item_line03_ dd.item_price_ span{
    font-size: 15px;
  }
  ul.item_line03_ dd.item_price_ span.intax_{
    font-size: 12px;
  }

  ul.item_line03_ dd.item_doubleprice_{
    font-size: 8px;
    line-height: 1em;
  }
  ul.item_line03_ .sale_ {
      color: #D61D1D;
  }
  ul.item_line03_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横4つver.
  --------------------------------------------------------------- */
  ul.item_line04_ a {
    color: #333;
    text-decoration: none;
  }
  ul.item_line04_ {
    width: 780px;
    margin: 0 0 20px;
  }
  ul.item_line04_ li {
    width: 176px;
      display: inline-block ;
    vertical-align: top;
    margin: 10px 20px 10px 0;
    position: relative;
  }
  ul.item_line04_ li:nth-child(4n) {
    margin-right: 0;
  }
  ul.item_line04_ img {
    width: 99%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line04_ dt,ul.item_line04_ dl{
    margin: 0;
    padding: 0;
  }
  ul.item_line04_ dt {
    margin: 0;
    padding: 0;
  }
  ul.item_line04_ dd {
    margin: 5px auto;
    padding: 0 5px;
    text-align: center;
  }
  ul.item_line04_ dd.item_articlename_ {
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
  }
  ul.item_line04_ li dd.item_price_ {
    font-size: 17px;
    font-weight: bold;
  }
  ul.item_line04_ li dd.item_price_ span {
    font-size: 11px;
  }
  ul.item_line04_ li dd.item_price_ span.intax_ {
    font-size: 8px;
  }
  ul.item_line04_ dd.item_doubleprice_{
    font-size: 8px;
    line-height: 1em;
  }
  ul.item_line04_ span.utikesi_ {
    color: #666;
    line-height: 1.8;
    font-size: 9px !important;
    text-decoration: line-through;
    font-weight: normal;
  }
  ul.item_line04_ span.sale_ {
    line-height: 1.3;
    color: #E42B2B;
    font-size: 12px !important;
  }
  ul.item_line04_ span.sale_ span {
    font-size: 10px;
  }
  ul.item_line04_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横5つver.
  --------------------------------------------------------------- */
  ul.item_line05_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line05_{
    width: 780px;
    margin: 0 0 20px;
    text-align: center;
  }
  ul.item_line05_ li{
    width: 135px;
    display: inline-block;
    margin: 10px 17px 10px 0;
  }
  ul.item_line05_ li:nth-child(5n){
    margin-right: 0;
  }
  ul.item_line05_ img{
    width: 100%;

  }
  ul.item_line05_ dt{
    margin: 0;
    padding: 0;
  }
  ul.item_line05_ dd{
    margin: 5px 0;
    padding: 0;
  }
  ul.item_line05_ dd.item_articlename_{
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
  ul.item_line05_ dd.item_price_{
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
  }
  ul.item_line05_ dd.item_price_ span{
    font-size: 10px;
  }
  ul.item_line05_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /*セール価格前に文字表示*/
  dd.item_price_.sale_:before {
    content:"SALE";
    padding-right: 5px;
    font-size: 12px;
  }

  ul.pickitem_list_ {
      margin: 10px 0;
      text-align: center;
  }
  ul.pickitem_list_ li {
    padding: 20px 0;
  }
  ul.pickitem_list_ li img {
      max-width: 100%;
      padding: 0 10px;
  }
  ul.pickitem_list_.half_ li {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
  }
  ul.pickitem_list_.half_ li img {
    width: 95%;
    border: 1px #CCC solid;
    padding: 0;
  }
  ul.pickitem_list_ li div {
    padding: 10px 0;
    font-size: 18px;
  }

  .pview_sp_ {
    display: none ;
  }

  ul.price_on_  dd.item_price_{
    display: block;
  }
  ul.price_sale_ dd.item_price_{
    color: #eb6565;
  }

  .infotex_ {
      text-align: center;
      font-size: 40px;
      margin: 10px 0;
      line-height: 1.2em;
      color: #ef1c45;
      background-color: #f5f728;
      padding: 20px 0;
  }
  .infotex_ span {
      font-size: 25px;
  }
}
/*lp_layout_pc.cssここまで*/

/*lp_layout_sp.cssここから
-------------------------*/
@media screen and (max-width: 798px) {
  div#category_page .topimg_ img {
    width: 100%;
  }
  p.img_ {
    margin: 20px auto 0;
    text-align: center;
    width: 95%;
  }
  h1 .date_ {
    font-size: 12px;
    color: #d86196;
    text-align: center;
  }

  .clearfix_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .top_space50_ {
    margin-top: 20px !important;
  }
  .top_space80_ {
    margin-top: 30px !important;
  }
  .top_space100_ {
    margin-top: 50px !important;
  }
  .bottom_space50_ {
    margin-bottom: 20px !important;
  }
  .bottom_space80_ {
    margin-bottom: 30px !important;
  }
  .bottom_space100_ {
    margin-bottom: 50px !important;
  }

  .button_style01_ {
    width:80%;
    margin: 10px auto;
    text-align:center;
    font-size: 15px;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position:relative;
  }
  .button_style01_ a{
    color: #FFF !important;
    text-decoration: none;
    padding: 10px 0px;
    background-color:#333333;
    display: block;
    font-weight: normal !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .button_style01_ a:hover{
    opacity:0.9;
  }
  .button_style01_::after {
    position: absolute;
    top: 43%;
    right: 30px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button_style02_ {
    width:80%;
    margin: 10px auto;
    text-align:center;
    font-size: 23px;
    color: #000;
    position:relative;
    border: 2px #000 solid;
    padding: 20px 0px;
    position: relative;
  }
  a .button_style02_{
    color: #000 !important;
    text-decoration:none !important;
    padding: 10px 0px;
    display: block;
  }
  a .button_style02_::after {
    position: absolute;
    top: 43%;
    right: 30px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a .button_style02_ :hover{
    opacity:0.9;
  }

  /*アンカーボタン*/
  ul.anchor_button_line3_{
    margin: 10px auto;
    width: 90%;
  }
  ul.anchor_button_line3_ li{
    float:left;
    list-style:none;
    margin: 0 10px 10px 0;
    width: 30% !important;
    background-color:#fff;
    display:block;
    border: 1px #CCC solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  ul.anchor_button_line3_ li:nth-child(3n){
    margin-right:0;
  }
  @media screen and (min-width:375px){
    ul.anchor_button_line3_ li{
      width: 30.5% !important;
    }
  }
  ul.anchor_button_line3_ li a{
    padding: 10px 5px;
    text-align:center;
    font-size: 15px;
    display:block;
    text-decoration: none;
  }
  ul.anchor_button_line3_ li a img{
    width: 100%;
  }
  ul.anchor_button_line3_ li:hover{
    border: 1px #d86196 solid;
  }
  ul.anchor_button_line3_ li a:hover{
    color: #d86196;
    text-decoration: none;
  }

  /*アンカーボタン/画像*/
  ul.anchor_button_img03_{
    margin: 10px auto;
    width: 100%;
  }
  ul.anchor_button_img03_ li{
    float:left;
    list-style:none;
    margin-right:10px;
    width: 30.5% !important;
    background-color:#fff;
    display:block;
  }
  ul.anchor_button_img03_ li:nth-child(3n){
    margin-right:0;
  }
  ul.anchor_button_img03_ li a img{
    width: 100%;
  }

  /*アンカーボタン*/
  ul.anchor_button_line2_{
    margin: 10px auto;
    width: 90%;
  }
  ul.anchor_button_line2_ li{
    display: inline-block;
    list-style:none;
    margin: 0 10px 10px 0;
    width: 47% !important;
    background-color:#fff;
    border: 1px #CCC solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  ul.anchor_button_line2_ li:nth-child(2n){
    margin-right:0;
  }
  @media screen and (min-width:375px){
    ul.anchor_button_line3_ li{
      width: 30.5% !important;
    }
  }
  ul.anchor_button_line2_ li a{
    padding: 10px 5px;
    text-align:center;
    font-size: 15px;
    display:block;
    text-decoration: none;
  }
  ul.anchor_button_line2_ li a img{
    width: 100%;
  }
  ul.anchor_button_line2_ li:hover{
    border: 1px #d86196 solid;
  }
  ul.anchor_button_line2_ li a:hover{
    color: #d86196;
    text-decoration: none;
  }


  /*アンカーボタン4つ*/
  ul.anchor_button_line4_{
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  ul.anchor_button_line4_ li{
    display: inline-block;
    list-style:none;
    margin: 0 3px 10px 0;
    width: 22% !important;
    background-color:#fff;
    border: 1px #CCC solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  ul.anchor_button_line4_ li:nth-child(4n){
    margin-right:0;
  }
  ul.anchor_button_line4_ li a{
    padding: 5px 0;
    text-align:center;
    font-size: 13px;
    display:block;
    text-decoration: none;
  }
  ul.anchor_button_line4_ li a img{
    width: 100%;
  }
  ul.anchor_button_line4_ li:hover{
    border: 1px #d86196 solid;
  }
  ul.anchor_button_line4_ li a:hover{
    color: #d86196;
    text-decoration: none;
  }


  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横3つver.
  --------------------------------------------------------------- */
  ul.item_line03_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line03_{
    width: 100%;
    margin: 10px auto 30px !important;
  }
  ul.item_line03_ li{
    width: 30%;
    display: inline-block;
    margin: 0 3px 10px;
    position: relative;
    vertical-align: top;
  }
  ul.item_line03_ li:nth-child(3n){
    margin-right: 0;
  }
  ul.item_line03_ img{
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line03_ dt{
    margin: 0;
    padding: 0;
  }
  ul.item_line03_ dd{
    margin: 5px 0;
    padding: 0;
    text-align: center;
    line-height: 1;
  }
  ul.item_line03_ dd.item_articlename_{
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  ul.item_line03_ dd.item_price_{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
  }
  ul.item_line03_ dd.item_price_ span{
    font-size: 10px;
    color: inherit;
  }
  ul.item_line03_ dd.item_price_.sale_{
    color: #d61d1d;
  }
  ul.item_line03_ dd.item_doubleprice_ {
    font-size: 8px;
    line-height: 1em;
  }
  dd.item_brand_ {
      font-weight: bold !important;
      padding-bottom: 0 !important;
      font-size: 10px;
  }
  /*レスポンシブ強制調整用*/
  ul.item_line03_.sp_line02_ li{
    width: 45%;
    display; inline-block;
    margin: 10px 6px;
    position: relative;
    vertical-align: top;
  }
  @media screen and (min-width:375px){
    ul.item_line03_.sp_line02_ li{
      width: 46%;
    }
  }
  ul.item_line03_.sp_line02_ li:nth-child(2n){
    margin-right: 0;
  }

  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横2つver.
  --------------------------------------------------------------- */
  ul.item_line02_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line02_{
    width: 98%;
    margin: 0 auto 20px;
  }
  ul.item_line02_ li{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    position: relative;
  }
  @media screen and (min-width:375px){
    ul.item_line02_ li{
      width: 46%;
      text-align: center;
    }
  }
  ul.item_line02_ li:nth-child(2n){
    margin-right: 0;
  }
  ul.item_line02_ img{
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line02_ dt{
    margin: 0;
    padding: 0;
  }
  ul.item_line02_ dd{
    margin: 5px 0;
    padding: 0 5px;
  }
  ul.item_line02_ dd.item_articlename_{
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  ul.item_line02_ dd.item_price_{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
  }
  ul.item_line02_ dd.item_price_.sale_{
    color: #d61d1d;
  }
  ul.item_line02_ dd.item_price_ span{
    color: inherit;
    font-size: 15px;
  }
  ul.item_line02_ dd.item_price_ span.intax_{
    font-size: 10px;
  }
  ul.item_line02_:after,
  ul.item_line03_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  ul.item_line02_ dd.item_doubleprice_ {
    font-size: 8px;
    line-height: 1em;
    text-align: center;
  }

  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横1つver.
  --------------------------------------------------------------- */
  ul.item_line01_ a{
    color: #333;
    text-decoration: none;
  }
  ul.item_line01_{
    width: 96%;
    margin: 0 auto 20px;
  }
  ul.item_line01_ li{
    width: 90%;
    margin: 15px auto 30px;
    position: relative;
    vertical-align: top;
  }
  ul.item_line01_ img{
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line01_ dt{
    margin: 0;
    padding: 0;
  }
  ul.item_line01_ dd{
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
  }
  ul.item_line01_ dd.item_articlename_{
    font-size: 1em;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  ul.item_line01_ dd.item_price_{
    text-align: center;
      font-size: 2em;
      font-weight: bold;
      margin: 15px 0;
  }
  ul.item_line01_ dd.item_price_ span{
    font-size: 20px;
  }

  ul.item_line01_ dd.item_doubleprice_ {
    font-size: 1em;
    line-height: 1em;
  }
  dd.item_brand_ {
      font-weight: bold !important;
      padding-bottom: 0 !important;
      font-size: 10px;
  }

  /* ---------------------------------------------------------------
    おすすめアイテム一覧
  --------------------------------------------------------------- */
  ul.pickitem_list_ {
    text-align: center;
  }
  ul.pickitem_list_ li {
    padding: 10px;
  }

  .pview_pc_ {
    display: none ;
  }
  ul.price_on_  dd.item_price_{
    display: block;
  }
  ul.price_sale_ dd.item_price_{
    color: #eb6565;
  }

  .infotex_ {
      text-align: center;
      font-size: 20px;
      margin: 10px 0;
      line-height: 1.2em;
      color: #ef1c45;
      background-color: #fafba7;
      padding: 10px;
  }
  .infotex_ span {
      font-size: 0.7em;
  }
}
/*lp_layout_sp.cssここまで*/


/*animation.cssここから
----------------------*/
/*上へ移動*/
.list-mv01_ {
	transform: translate(0,30px);
	-webkit-transform: translate(0,30px);
	transition: .8s;
}
.mv01_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
/*下へ移動*/
.list-mv02_ {
	transform: translate(0,-30px);
	-webkit-transform: translate(0,-30px);
	transition: .8s;
}
.mv02_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
/*左下へ移動*/
.list-mv03_ {
	transform: translate(30px,-30px);
	-webkit-transform: translate(30px,-30px);
	transition: .8s;
}
.mv03_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
/*右下へ移動*/
.list-mv04_ {
	transform: translate(-30px,30px);
	-webkit-transform: translate(-30px,30px);
	transition: .8s;
}
.mv04_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
/*上へ移動しながらフェードイン*/
.list-mv05_ {
	transform: translate(0,30px);
	-webkit-transform: translate(0,30px);
	transition: .8s;
	opacity:0;
}
.mv05_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity:1;
}
/*下へ移動しながらフェードイン*/
.list-mv06_ {
	transform: translate(0,-30px);
	-webkit-transform: translate(0,-30px);
	transition: .8s;
	opacity:0;
}
.mv06_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity:1;
}
/*フェードイン*/
.list-mv07_ {
	transition: .8s;
	opacity:0;
}
.mv07_{
	opacity:1;
}
/*右横に移動*/
.list-mv08_ {
	transform: translate(-30px,0);
	-webkit-transform: translate(-30px,0);
	transition: .8s;
	opacity:0;
}
.mv08_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity:1;
}
/*左横に移動*/
.list-mv09_ {
	transform: translate(30px,0);
	-webkit-transform: translate(30px,0);
	transition: .8s;
	opacity:0;
}
.mv09_{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity:1;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*animation.cssここまで*/



/*topic_sale.cssここから*/
@media screen and (min-width: 768px) {
p.cap_back_ {
  text-align: left;
  margin: 0px;
  padding-left: 20px;
  font-size: 12px;
  color: #e61e20;
}
div.page_link_ {
  margin: -30px auto 30px;
  position: relative;
  text-align: center;
  width: 140px;
}
div.page_link_ a {
	color: #222;
	text-decoration: underline !important;
	font-size: 12px;
}
div.page_link_.back_ a:after {
  position: absolute;
  top: 51%;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
div.page_link_.go_ a:after {
  position: absolute;
  top: 51%;
  right: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

}

@media screen and (max-width: 767px) {
p.cap_back_ {
  text-align: left;
  margin: -10px 0px 20px;
  padding: 0 20px;
  font-size: 10px;
  color: #e61e20;
}
div.page_link_ {
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: 140px;
}
div.page_link_ a {
	color: #222;
	text-decoration: underline !important;
	font-size: 12px;
}
div.page_link_.back_ a:after {
  position: absolute;
  top: 51%;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
div.page_link_.go_ a:after {
  position: absolute;
  top: 51%;
  right: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
/*topic_sale.cssここまで*/


/*topic_layout_pc.cssここから*/
@media screen and (min-width: 768px) {
  #topic h1 {
    font-size: 28px;
    padding: 20px;
  }
  #topic h1 span {
    font-size: 15px;
    padding: 10px;
  }
  #topic h2 {
    font-size: 23px;
    padding: 20px;
    margin: 50px 0 20px;
    border-bottom: 1px #ccc solid;
  }
  #topic h2 span {
      font-size: 15px;
      padding: 10px;
  }
  #topic h2:nth-child(2) {
      margin-top: 0;
  }
  ul.topiclist_.category_ dd.topic_text_01_ {
    margin:7px 0 0 !important;
  }
}
/*topic_layout_pc.cssここまで*/


/*topic_layout_sp.cssここから*/
@media screen and (max-width: 767px) {
  #topic h1 {
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
  }
  #topic h1 span {
    font-size: 12px;
    padding: 10px;
    font-weight: normal;
  }
  #topic h2 {
    font-size: 18px;
    padding: 7px 20px;
    margin: 0;
    border-bottom: 1px #ccc solid;
    font-weight: 700;
  }
  #topic h2 span {
    font-size: 15px;
    padding: 10px;
  }
  #topic h2:nth-child(1) {
    margin-top: 0;
  }
  ul.topiclist_.category li {
    height: 245px !important
  }

  #topic {
    margin: 0;
  }
  #topic ul.topiclist_ {
    padding: 0;
    margin-bottom: 20px;
  }
  #topic ul.topiclist_ li {
    line-height: 1;
    letter-spacing: 0.5px;
      width: 46%;
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 10px 10px;
  }
  #topic ul.topiclist_ li a {
    display: block;
  }
  #topic ul.topiclist_ dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #topic ul.topiclist_ dt {
    width: 100%;
    margin: 5px 15px 3px 5px;
    margin: 5px 0 3px;
  }
  #topic ul.topiclist_ dt img {
    width: 100%;
  }
  #topic ul.topiclist_ dd {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 9px;
  }
  #topic ul.topiclist_ dd.topic_upday_ {
    font-size: 10px;
    margin: 10px 0 5px;
  }
  #topic ul.topiclist_ dd.topic_text_01_{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  #topic ul.topiclist_ dd.topic_text_02_ {
    margin-top: 5px;
    font-size: 10px;
    color: #888;
    line-height: 1.4;
  }

  #topic ul.topiclist_ li.big_{
    background-color: #FFF;
    margin: 5px 5px 15px;
    padding: 10px;
    border-bottom: 1px #ccc dotted;
  }
  #topic ul.topiclist_ li.big_ dt{
    width: 100%;
    margin: 0;
  }
  #topic ul.topiclist_ li.big_ dt img{
    width: 100%;
  }
  #topic ul.topiclist_ li.big_ dd {
    width: 100%;
    float: left;
  }
  #topic ul.topiclist_ dd.topic_upday_ {
    margin: 10px 0 5px;
  }
  #topic .up_:after {
    content:  url(../img/icon/icon_new2_red.gif);
    padding-left:  5px;
  }
  span.tag01_ {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
    line-height: 1;
    color: #E06D6F;
    border: 1px #E06D6F solid;
  }
  span.tag02_ {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
    line-height: 1;
    color: #7EB19F;
    border: 1px #7EB19F solid;
  }
  span.tag03_ {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
    line-height: 1;
    color: #40687C;
    border: 1px #40687C solid;
  }
  .tag_free_ {
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #f00;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    font-size:  12px;
  }
  /*トピックカルーセルver*/
  #topic ul.topiclist_.carousel {
      display: flex;
      scroll-snap-type: x mandatory;
      overflow-x: scroll;
      overflow-y: hidden;
  }
  #topic ul.topiclist_.carousel li {
      flex: none;
      width: 55% !important;
  }
}
/*topic_layout_sp.cssここまで*/


/*toplayout_pc.cssここから*/
@media screen and (min-width: 768px) {
  /* ---------------------------------------------------------------
    メインコンテンツ
  --------------------------------------------------------------- */
  /*各見出し*/
  h2.top_title_ {
    border-top: 1px #4E4C63 solid;
    border-bottom: 1px #4E4C63 solid;
    font-size: 1.2em;
    margin: 0 0 20px 0;
    background-image: url(../img/common/top_title_h2.gif);
    background-repeat: no-repeat;
    height: 70px;
    text-indent: -9999px;
    position: relative;
  }
  h2.top_title_.title_newitem_ {
    background-position: 20px 0;
  }
  h2.top_title_.title_coord_ {
    background-position: 20px -70px;
  }
  h2.top_title_.title_ranking_ {
    background-position: 20px -140px;
  }
  h2.top_title_.title_topic_ {
    background-position: 20px -210px;
  }
  h2.top_title_.title_category_ {
    background-position: 20px -280px;
  }
  h2.top_title_.title_hititem_ {
    background-position: 20px -420px;
  }
  h2.top_title_.title_brand_ {
    background-position: 20px -490px;
  }
  h2.top_title_.title_reitem_ {
    background-position: 18px -560px;
  }
  h2.top_title_.title_pickup_ {
    background-position: 18px -700px;
  }
  h2 span {
    font-size: 11px;
    padding-left: 20px;
    color:#666;
  }
  #ranking h3 {
    clear: both;
    margin: 30px 0 20px;
    font-size: 15px;
    padding: 7px 0;
    text-align: center;
    letter-spacing: 3px;
    border-right: 1px #4E4C63 solid;
    border-left: 1px #4E4C63 solid;
    width: 250px;
  }

  /* ---------------------------------------------------------------
    メインコンテンツ
  --------------------------------------------------------------- */
  #newitem,
  #reitem,
  #ranking,
  #topic,
  #category,
  #brand,
  #coordinate  {
    width: 95%;
    margin: 0 auto 50px;
  }
  #newitem:after,
  #reitem:after,
  #ranking:after,
  #topic:after,
  #category:after,
  #brand:after,
  #coordinate:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }


  /* ---------------------------------------------------------------
    メインコンテンツ--商品一覧 横4つver.
  --------------------------------------------------------------- */
  ul.item_line04_ a {
    color: #333;
    text-decoration: none;
  }
  ul.item_line04_ {
    width: 780px;
    margin: 0 0 20px;
  }
  ul.item_line04_ li {
    width: 176px;
      display: inline-block ;
    vertical-align: top;
    margin: 10px 20px 10px 0;
    position: relative;
  }
  ul.item_line04_ li:nth-child(4n) {
    margin-right: 0;
  }
  ul.item_line04_ img {
    width: 173px;
    border: 1px #f2f2f2 solid;
  }
  ul.item_line04_ dt {
    margin: 0;
    padding: 0;
  }
  ul.item_line04_ dd {
    margin: 5px 0;
    padding: 0 5px;
  }
  ul.item_line04_ dd.item_articlename_ {
    font-size: 8px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
  }
  ul.item_line04_ dd.item_brand_ {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 0 !important;
    text-align: left;
  }
  ul.item_line04_ li dd.item_price_ {
    font-size: 12px;
    font-weight: normal;
  }
  ul.item_line04_ li dd.item_price_ span {
    font-size: 11px;
  }
  ul.item_line04_ li dd.item_price_ span.intax_ {
    font-size: 8px;
  }
  ul.item_line04_ span.utikesi_ {
    color: #666;
    line-height: 1.8;
    font-size: 9px !important;
    text-decoration: line-through;
    font-weight: normal;
  }
  ul.item_line04_ span.sale_ {
    line-height: 1.3;
    color: #E42B2B;
    font-size: 12px !important;
  }
  ul.item_line04_ span.sale_ span {
    font-size: 10px;
  }
  dd.sale {
    text-align: right;
    line-height: 1.3;
    font-size: 12px !important;
  }
  ul.item_line04_:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /*新作シューズ一覧*/
  ul.item_line04_.new_shoes_ {
    margin-top: 30px;
  }
  ul.item_line04_.new_shoes_ li:before {
    margin: 10px 0 ;
    content:"NEW SHOES";
    font-size: 10px;
    padding: 0 3px;
    margin-right: 2px;
    line-height: 2.5;
    color: #D96196;
    border: 1px #D96196 solid;
    background-color: #fbfb96;
  }
  ul.item_line04_.new_shoes_ li {
    height:280px;
  }
  ul.item_line04_.new_shoes_ dd.item_price_ {
    display: none;
  }


  div.obi_01_ {
    position: absolute;
    bottom: 69px;
    background-color: #bd362f;
    opacity: 0.9;
    text-align: center;
    width: 97%;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    padding: 5px 0;
  }

  /*ランク*/
  #ranking .ranking_count_ li:before  {
    margin: 5px 0;
    padding: 5px 0;
    color: #333;
    text-align: center;
    z-index: 100;
    font-size: 20px;
    line-height: 1;
    content: "No."counter(ranking_count_);
  }
  .ranking_count_ li  {
      display: block;
      position: relative;
      counter-increment: ranking_count_;
      cursor: pointer;
  }

  /* ---------------------------------------------------------------
    ブランド一覧
  --------------------------------------------------------------- */
  ul.brandlist_ {
    width: 780px;
    line-height: 1.2;
    margin: 25px auto 100px;
  }
  ul.brandlist_  {
    margin: 0;
    width: 779px;
    border: 1px #CCC solid;
  }
  ul.brandlist_ li {
    width: 369px;
    float: left;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.5px;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    position: relative;
  }
  ul.brandlist_ li:nth-child(2n) {
    border-right: none;
  }
  ul.brandlist_ li a {
    text-decoration: none;
  }
  ul.brandlist_ li dt {
  }
  ul.brandlist_ li dt img {
    width: 100%;
  }
  ul.brandlist_ dd {
    margin: 10px 0;
    text-align: center;
    font-size: 13px;
  }
  ul.brandlist_ .info_obi_ {
    background-color: rgba(223, 9, 43, 0.9);
    padding: 5px;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    width: 92%;
    top: 90px;
  }

  /* ---------------------------------------------------------------
    ランキング
  --------------------------------------------------------------- */
  #ranking ul.item_line04_ li img{
    width: 100%;
  }
  #ranking ul.item_line04_ li:nth-child(n+7){
    margin-bottom: 0;
  }
  #ranking ul.item_line04_ li:nth-child(1),
  #ranking ul.item_line04_ li:nth-child(2),
  #ranking ul.item_line04_ li:nth-child(3),
  #ranking ul.item_line04_ li:nth-child(4),
  #ranking ul.item_line04_ li:nth-child(5),
  #ranking ul.item_line04_ li:nth-child(6){
    width: 242px;
  }
  #ranking ul.item_line04_ li:nth-child(3),
  #ranking ul.item_line04_ li:nth-child(6),
  #ranking ul.item_line04_ li:nth-child(10){
    margin-right: 0;
  }
  #ranking ul.item_line04_ li:nth-child(4),
  #ranking ul.item_line04_ li:nth-child(8){
    margin-right: 20px;
  }
  #ranking ul.item_line04_ li:nth-child(n+11){
    display: none;
  }
  #ranking .ranking_count_ li  {
    counter-increment: ranking_count_;
    text-align: center;
  }
  #ranking .ranking_count_ li:nth-child(1) {
    background:url(/img/icon/icon_rank_gold.png) no-repeat;
    background-size: 25px;
    background-position: 24% 0;
  }
  #ranking .ranking_count_ li:nth-child(2) {
    background:url(/img/icon/icon_rank_silver.png) no-repeat;
    background-size: 25px;
    background-position: 24% 0;
  }
  #ranking .ranking_count_ li:nth-child(3) {
    background:url(/img/icon/icon_rank_bronze.png) no-repeat;
    background-size: 25px;
    background-position: 24% 0;
  }

  /* ---------------------------------------------------------------
    トピック一覧
  --------------------------------------------------------------- */
  #topic ul.topiclist_  {
    margin: 0 auto;
    width: 95%;
  }
  #topic ul.topiclist_ li {
    width: calc(100% / 5 - 33px);
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 25px;
    padding: 0;
    height: auto;
    letter-spacing: 0.5px;
  }
  #topic ul.topiclist_ li a {
    text-decoration: none;
  }
  #topic ul.topiclist_ li dt {
    display: block;
    width: 100%;
  }
  #topic ul.topiclist_ li dt img {
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  #topic ul.topiclist_ dd {
    margin: 0;
    padding: 7px 10px;
  }
  #topic ul.topiclist_ dd.topic_upday_ {
    font-size: 12px;
    padding: 7px;
    margin: 0;
    color: #666666;
  }
  #topic ul.topiclist_ dd.eventtitle_ {
    font-size: 13px;
    margin: 0;
    font-weight:bold;
    line-height: 1.4;
  }
  #topic ul.topiclist_ dd.eventtext_ {
      display: none;
  }
  ul.topiclist_ span.tag00_ {
    background-color: #333333;
    color: #fff !important;
    padding: 0 2px !important;
    line-height: 1em!important;
    margin-right: 5px;
  }
  ul.topiclist_  span.tag01_ {
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
    line-height: 1;
  }
  ul.topiclist_  span.tag02_ {
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
    line-height: 1;
    color: #7EB19F;
    border: 1px #7EB19F solid;
  }
  ul.topiclist_ span.tag03_ {
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
    line-height: 1;
  }
  ul.topiclist_ .up_:after {
    content:url(../img/icon/icon_new_red.gif);
    padding-left:5px;
    position: absolute;
  }


  /* ---------------------------------------------------------------
    コーディネート一覧
  --------------------------------------------------------------- */
  #coordinate ul.coordinate_list_ li.coord_ {
    width: 245px;
    float: left;
    margin: 10px 20px 30px 0;
    border-bottom: 1px #ccc dotted;
    height: 460px;
  }
  #coordinate ul.coordinate_list_ li.coord_:nth-child(3n) {
    margin-right: 0;
  }
  #coordinate ul.coordinate_list_ li.coord_ img {
    width: 240px;
    border: 1px #f2f2f2 solid;
  }
  #coordinate ul.coordinate_list_ .coordinate_item_ li  {
    display: inline-block !important;
      font-size: 11px !important;
      margin: 5px 5px 0 !important;
      padding: 0 !important;
      border-bottom: none !important;
      text-align: center;
      height: 15px !important;
      width: inherit;
  }
  #coordinate .coordinate_item_ li a {
      color: #666 !important;
      text-decoration: underline;
  }
  #coordinate ul.coordinate_list_ p.update_  {
      text-align: right;
      color: #ccc;
      font-size: 12px;
      margin: 3px 10px;
  }
  #coordinate ul.coordinate_list_ p.pointtext_ {
      text-align: left;
      color: #333;
      margin: 10px 0;
    line-height: 1.6;
  }


  /* ---------------------------------------------------------------
    カテゴリー一覧
  --------------------------------------------------------------- */
  ul.categorylist_  {
    width: 780px;
    border: 1px #ccc solid;
  }
  ul.categorylist_ li  {
    float: left;
    width: 219px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 20px;
    height: 290px;
  }
  ul.categorylist_ li:nth-child(3n) {
    border-right: none;
  }
  ul.categorylist_ li:nth-last-child(1),
  ul.categorylist_ li:nth-last-child(2),
  ul.categorylist_ li:nth-last-child(3) {
    border-bottom: none;
  }
  ul.categorylist_ li dt  {
    float: left;
    width: 80px;
    text-align: center;
  }
  ul.categorylist_ li dt a  {
    display: block;
  }
  ul.categorylist_ li dt img {
      width: 70px;
  }
  ul.categorylist_ li dt h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;
  }
  ul.categorylist_ li dd  {
    float: left;
    width: 120px;
    margin-left: 10px;
  }
  ul.categorylist_ li dd ul li  {
    padding: 0;
    margin: 7px 0;
    font-size: 12px;
    border: none;
    height: auto !important;
    width: auto;
    float: none;
  }


  /* ---------------------------------------------------------------
    タブ切替
  --------------------------------------------------------------- */
  #tabnavi,
  #tabnavi2,
  #tabnavi3 {
    margin: 30px 0 20px;
  }
  #tabnavi ul,
  #tabnavi2 ul
  #tabnavi3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -1px;
    position: relative;
  }
  #tabnavi ul:after,
  #tabnavi2 ul:after,
  #tabnavi3 ul:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #tabnavi li,
  #tabnavi2 li,
  #tabnavi3 li {
    width: 120px !important;
    float: left;
    padding: 0 !important;
    text-align: center !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    margin-right: 10px !important;
    background-color:#fff;
    height: 36px !important;
    margin: 0 !important;
    position: relative;
  }


  #tabnavi li a,
  #tabnavi2 li a,
  #tabnavi3 li a {
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    display: block;
    border-right:1px #ccc solid;
  }
  #tabnavi li:first-of-type a,
  #tabnavi2 li:first-of-type a,
  #tabnavi3 li:first-of-type a {
    border-left:1px #ccc solid;
  }

  #tabnavi li a.active,
  #tabnavi2 li a.active,
  #tabnavi3 li a.active {
    float: left;
    padding: 10px 0;
    background-color: #4E4C63;
    color: #fff !important;
    border-bottom:1px #fff solid;
    width: 100%;
  }
  #tabnavi li a.active:before,
  #tabnavi2 li a.active:before,
  #tabnavi3 li a.active:before {
    position: absolute;
    top: 75%;
    right: 46%;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: 3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #4E4C63;
  }



  /* ---------------------------------------------------------------
    ボタン
  --------------------------------------------------------------- */
  .button_more_01_ {
    background-color: #F4EEE7;
    text-align: center;
    margin: 0 20px 0 0;
    width: auto;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font-size: 13px;
    float: right;
    position: relative;
    letter-spacing: 0.5px;
    }
  .button_more_01_ a {
    display: block;
    padding: 10px 40px 10px 30px;
    border: 1px #4E4C63 solid;
    color: #4E4C63;
  }
  .button_more_01_ a::after  {
    position: absolute;
    top: 51%;
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #4E4C63;
    border-right: 1px solid #4E4C63;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button_more_01_ a:hover {
    color: #fff !important;
    text-decoration:none !important;
    background-color: #4E4C63;
  }
  .button_more_01_ a:hover::after  {
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }
  .button_more_01_.space {
    margin-right: 60px !important;
  }

  #ranking ul.item_line04_ li:nth-child(n+21) {
    display: none;
  }

  .topbanner_ {
    margin: 0 auto 10px;
    width: 1000px;
  }
  .topbanner_yoko2_ {
    margin: 10px auto;
    width: 1000px;
  }
  .topbanner_yoko2_ a {
    margin: 0 10px 0 0;
    float: left;
    width: 490px;
  }
  .topbanner_yoko2_ a img {
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  .top_none_{
    display: none;
  }
  .common_none_ {
    display: block;
  }
}


/*toplayout_pc.cssここから*/
@media screen and (max-width: 767px) {
  #main a {
    text-decoration: none;
  }
  h1#yumelogo {
    text-indent:  100%;
    white-space:  nowrap;
    overflow:  hidden;
    width: 50%;
    height: 30px;
    float: left;
    margin-left: 30px;
  }
  h1#yumelogo a {
    display: block;
    height: 30px;
  }
  h2.style01_ {
    margin: 0;
    position: relative;
    text-align: center;
    background: #d6a3b0;
    color: #fff;
    letter-spacing: 3px;
    padding: 5px 0;
  }
  h2.style01_+p {
    color: #D6A3B0;
    padding-left: 10px;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px 0;
    font-size: 13px;
  }
  h2.style02_ {
    margin: 0;
    position: relative;
    text-align: center;
    background: #f9fad2;
    color: #e06d6f;
    letter-spacing: 3px;
    padding: 5px 0;
  }
  h2.style02_ p.text_ {
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    font-size: 10px;
  }
  h2.style03_ {
    margin: 20px auto 10px;
    text-align: center;
    letter-spacing: 3px;
    border-right: 1px #4E4C63 solid;
    border-left: 1px #4E4C63 solid;
    width: 70%;
  }
  h2.style04_ {
    margin: 30px 0 0 0;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    border-bottom: 1px #ccc dashed;
    border-top: 1px #ccc dashed;
  }
  h2.style04_ span{
    font-size: 18px !important;
    font-weight: bold;
  }

  .button_more_01_ {
    border: 1px #5D5B73 solid;
    color: #5D5B73;
    text-align:  center;
    width: 90%;
    margin: 10px auto;
    -moz-border-radius:  3px;
    background-color: #F4EEE7;
  }
  .button_more_01_ a {
    color: #5D5B73;
    text-align:  center;
    display: block;
    padding: 7px 0px 7px;
    font-size: 14px;
    position: relative;
    letter-spacing: 2px;
  }
  .button_more_01_ a::after {
    position: absolute;
    top: 51%;
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #5D5B73;
    border-right: 1px solid #5D5B73;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button_more_half_wrap_ {
    width: 95%;
    margin: 0 auto;
  }
  .button_more_half_ {
    background-color: #fff;
    border: 1px #5D5B73 solid;
    color: #000;
    text-align:  center;
    width: 45%;
    float: left;
    margin: 10px 2%;
    line-height: 1.4;
  }
  .button_more_half_ a {
    color: #5D5B73;
    text-align:  center;
    display: block;
    padding: 7px 0px 7px;
    font-size: 13px;
    position: relative;
    letter-spacing: 2px;
  }
  .button_more_half_ a::after {
    position: absolute;
    top: 51%;
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #5D5B73;
    border-right: 1px solid #5D5B73;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  div.item_list_ {
    margin: 10px auto;
    width: 97%;
  }
  div.item_list_ ul.item_line03_ li {
    display: inline-block;
    width: 31.8%;
    margin: 5px 1px 15px;
    list-style: none;
    vertical-align: top;
  }
  div.item_list_ ul.item_line03_ li dt {
    position: relative;
  }
  div.item_list_ ul.item_line03_ li dt img {
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  div.item_list_ ul.item_line03_ li dd {
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    margin: 5px 0;
    text-align: center;
    font-weight: inherit;
    color: #666;
  }
  div.item_list_ ul.item_line03_ li dd.item_articlename_ {
    width: auto;
    color: #666;
  }
  div.item_list_ ul.item_line03_ li dd.item_price_ {
    font-size: 16px;
    font-weight: normal;
  }
  div.item_list_ ul.item_line03_ li dd.item_price_ span {
    font-size: 11px;
  }
  div.item_list_ ul.item_line03_ li dd.item_price_ span.intax_ {
    font-size: 8px;
  }
  div.item_list_ dd.item_price_ span.utikesi_ {
    color: #666;
    line-height: 1.8;
    font-size: 9px !important;
    text-decoration: line-through;
    font-weight: normal;
  }
  div.item_list_ dd.item_price_ span.sale_ {
    line-height: 1.3;
    color: #E42B2B;
    font-size: 12px;
  }
  div.item_list_ dd.item_price_ span.sale_ span {
    font-size: 10px;
  }
  dd.item_brand_ {
    font-weight: bold !important;
    padding-bottom: 0 !important;
  }
  div.item_list_ dd.item_price_ span.sale_ {
    line-height: 1.3;
    color: #E42B2B;
    font-size: 16px !important;
    line-height: 1;
  }

  div.item_list_ ul.item_line02_ li {
    display: inline-block;
    width: 49.3%;
    margin: 5px 0 15px;
    list-style: none;
    vertical-align: top;
  }
  @media screen and (max-device-width:320px) {
    div.item_list_ ul.item_line02_ li {
      width: 49.2%;
    }
  }
  div.item_list_ ul.item_line02_ li dt {
    position: relative;
  }
  div.item_list_ ul.item_line02_ li dt img {
    width: 99%;
    border: 1px #f2f2f2 solid;
  }
  div.item_list_ ul.item_line02_ li dd {
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    margin: 5px 0;
    text-align: center;
    font-weight: inherit;
    color: #666;
  }
  div.item_list_ ul.item_line02_ li dd.item_articlename_ {
    width: auto;
    color: #666;
  }
  div.item_list_ ul.item_line02_ li dd.item_price_ {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  div.item_list_ ul.item_line02_ li dd.item_price_ span.intax_ {
    font-size: 8px;
    font-weight: normal;
  }

  #newItem {
    margin: 0 0 20px 0;
  }
  #newItem div.item_list_ li:nth-child(n+17) {
    display: none;
  }
  #newItem div.item_list_ ul.item_line02_.add_thum_col3_ li:nth-child(n+9) {
    width: 31.8%;
    margin: 5px 1px 15px;
  }
  div.obi_01_ {
    position: absolute;
    bottom: 15px;
    background-color: #bd362f;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
  }
  span.tag01_ {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
    line-height: 1;
    color: #E06D6F;
    border: 1px #E06D6F solid;
  }
  span.tag02_ {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
    line-height: 1;
    color: #7EB19F;
    border: 1px #7EB19F solid;
  }
  span.tag03_ {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
    line-height: 1;
    color: #40687C;
    border: 1px #40687C solid;
  }
  .tag_free_ {
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #f00;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    font-size:  12px;
  }


  #coordinate {
    margin: 0 0 20px 0;
  }
  ul.mainCode {
    margin: 0 0 30px 0;
  }
  ul.mainCode li.code {
    position: relative;
  }
  ul.mainCode li.code img {
    width: 50%;
    float: left;
    margin-right: 10px;
  }
  ul.mainCode li.box_r img {
    float: right;
    margin: 0 !important;
  }
  ul.mainCode li.code p,
  ul.mainCode .clothes-item {
    margin: 10px 0;
  }
  ul.mainCode p.pointText {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: #5F5D72;
  }
  ul.mainCode .clothes-item li {
    font-size: 13px;
    margin: 5px 5px 5px 0;
    display: inline-block;
  }
  ul.mainCode .clothes-item li a {
    text-decoration: underline;
  }
  ul.mainCode p.update {
    font-size: 11px;
    color: #ccc;
  }
  ul.mainCode .detail_text {
    position: absolute;
    bottom: 5px;
    left: 54%;
    width: 45%;
  }
  ul.mainCode .box_r .detail_text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 45%;
  }
  @media screen and (min-device-width:375px) {
    ul.mainCode p.pointText {
      font-size: 13px;
    }
    ul.mainCode .clothes-item li {
      font-size: 13px;
    }
    ul.mainCode .detail_text,
    ul.mainCode .box_r .detail_text {
      bottom: 20px;
    }
  }
  @media screen and (min-device-width:414px) {
    ul.mainCode p.pointText {
      font-size: 14px;
    }
    ul.mainCode .clothes-item li {
      font-size: 15px;
    }
    ul.mainCode .detail_text,
    ul.mainCode .box_r .detail_text {
      bottom: 20px;
      width: 43%;
    }
  }

  #category_wrap h2 {
    border-top: none;
    border-bottom: 1px #ccc solid;
    color: #333;
    padding: 10px 0 !important;
    margin: 20px 0 0 !important;
    font-size: 13px;
    text-align: center;
    background-color: #f2f2f2;
  }
  .common_none_{
    display: none !important;
  }

  #brandlist_wrap ul.brandlist_ {
    width: 95%;
    margin: 10px auto 20px;
  }
  #brandlist_wrap ul.brandlist_ {
    overflow: hidden;
    _zoom:  1;
  }
  #brandlist_wrap ul.brandlist_ li {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:  center;
    overflow: hidden;
    _zoom: 1;
    padding: 3px 5px;
    margin: 0 auto 10px;
    position: relative;
  }
  #brandlist_wrap ul.brandlist_ li a {
    display: block;
  }
  #brandlist_wrap ul.brandlist_ li img {
    width: 100%;
    border: 1px #f2f2f2 solid;
  }
  #brandlist_wrap dt {
    position: relative;
  }
  #brandlist_wrap dd {
    font-size: 11px;
  }
  #brandlist_wrap .textobi_ {
    position: absolute;
    bottom: 5px;
    background-color: rgba(255, 45, 45, 0.8);
    width: 100%;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 3px;
    margin: 0;
  }
  ul.brandlist_ .info_obi_ {
    background-color: rgba(223, 9, 43, 0.9);
    padding: 3px 0;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    width: 96%;
    top: 80px;
      display: table;
    z-index: 1;
    font-size: 12px;
    line-height: 1.4;
  }

  #tabnavi,
  #tabnavi2,
  #tabnavi3 {
    margin: 10px auto 0;
  }
  #tabnavi ul,
  #tabnavi2 ul,
  #tabnavi3 ul {
    margin: 0 auto;
    padding:  0;
    list-style:  none;
    width: 100%;
    text-align: center;
  }
  #tabnavi li,
  #tabnavi2 li,
  #tabnavi3 li {
    width: 24.7%;
    float:  left;
    padding:  0;
    text-align:  center;
    display:  inline-block;
    font-size: 11px;
    border-right: 1px #ccc solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    letter-spacing: 1px;
  }
  #tabnavi3.adust_ li {
    width: 33%;
  }
  #tabnavi li:nth-child(4),
  #tabnavi2 li:nth-child(4),
  #tabnavi3 li:nth-child(3) {
    border-right: none;
  }
  #tabnavi li.max,
  #tabnavi2 li.max,
  #tabnavi3 li.max {
    width: 96%;
    margin: 5px 0 5px 5px;
  }
  #tabnavi li a,
  #tabnavi2 li a,
  #tabnavi3 li a {
    padding: 5px 0;
    text-decoration:  none;
    text-align:  center;

    display: block;
    position:  relative;
  }
  #tabnavi li a.active,
  #tabnavi2 li a.active,
  #tabnavi3 li a.active {
    width:  100%;
    float:  left;
    padding: 5px 0;
    background: #4E4C63;
    color: #fff !important;
  }
  #tabnavi li a.active:before,
  #tabnavi2 li a.active:before,
  #tabnavi3 li a.active:before {
    position: absolute;
    top: 51%;
    right: 45%;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #4E4C63;
  }
  #tabcontent,
  #tabcontent2,
  #tabcontent3 {
    padding: 4px 0;
    clear: both;
    margin-top: -1px;
  }
  .top_none_{
    display: none;
  }
  .common_none_ {
      display: block;
  }
  ul.space_none_ li {
      letter-spacing: 0 !important;
  }

  /* ---------------------------------------------------------------
    Coordinate
  --------------------------------------------------------------- */
  #coordinate ul.coordinate_list_ li.coord_ { width: 48%; float: left; margin: 10px 13px 30px 0; padding-bottom: 10px; border-bottom: 1px #ccc dotted;}
  #coordinate ul.coordinate_list_ li.coord_:nth-child(2n) { margin-right: 0; }
  #coordinate ul.coordinate_list_ li.coord_ img { width: 100%; border: 1px #f2f2f2 solid; }
  #coordinate ul.coordinate_list_ .coordinate_item_ li { display: inline-block !important; font-size: 13px !important; margin: 5px 5px 0 !important; padding: 0 !important; border-bottom: none !important; text-align: center; height: 15px !important; width: inherit;}
  #coordinate .coordinate_item_ li a { color: #666 !important; text-decoration: underline; }
  #coordinate ul.coordinate_list_ p.update_ { text-align: right; color: #ccc; font-size: 12px; margin: 0 10px;}
  #coordinate ul.coordinate_list_ p.pointtext_ { text-align: left; color: #333; margin: 5px 0; line-height: 1.6;font-size: 12px; }
  #coordinate ul.coordinate_list_ { width: 95%; margin: 0 auto; }

  .toppage_searchform_wrap_{
      width: 100%;
  }
  .toppage_searchform_wrap_ form {
      text-align: center;
      position: relative;
      margin: 10px 0 0;
  }
  .toppage_searchform_wrap_ input.slidemenu_searchform_btn_ {
    background-image: url(//www.dreamvs.jp/img/icon/icon_searchbtn_sp.png) !important;
    background-size: 31px auto;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 25px;
    width: 40px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background-color: #fff !important;
    position: absolute;
    top: 11px;
    right: 27px;
  }
  .toppage_searchform_wrap_ input[type=text] {
      width: 84%;
  }
}


@media screen and (min-width: 797px) {
  a.vsm-btn-more {
    border: 2px #222 solid !important;
    color: #222 !important;
    text-align: center !important;
    width: 500px !important;
    margin: 10px auto !important;
    text-align: center !important;
    display: block !important;
    padding: 20px 0px !important;
    font-size: 20px !important;
    position: relative !important;
    letter-spacing: 2px !important;
  }
  a.vsm-btn-more:after {
    position: absolute !important;
    top: 51% !important;
    right: 30px !important;
    display: block !important;
    content: '' !important;
    width: 6px !important;
    height: 6px !important;
    margin-top: -4px !important;
    border-top: 1px solid #222 !important;
    border-right: 1px solid #222 !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
    display: none !important;
  }
  .insta_live_ {
    text-align: center;
    margin: 50px 0;
  }
  .insta_live_ a img {
    margin: 0 auto;
  }
  .insta_live_ a {
   text-decoration: none !important;
  }
  .insta_live_ div {
    margin: 15px 0;
    font-size: 25px;
    color: #b38798;
  }
}

@media screen and (max-width: 798px) {
  a.vsm-btn-more {
    border: 1px #222 solid !important;
    color: #222 !important;
    text-align: center !important;
    width: 100% !important;
    margin: 10px auto !important;
    text-align: center !important;
    display: block !important;
    padding: 10px 0px !important;
    font-size: 15px !important;
    position: relative !important;
    letter-spacing: 2px !important;
    line-height: 1.5 !important;
    background: #FFF !important;
  }
  a.vsm-btn-more:after {
    position: absolute !important;
    top: 51% !important;
    right: 30px !important;
    display: block !important;
    content: '' !important;
    width: 6px !important;
    height: 6px !important;
    margin-top: -4px !important;
    border-top: 1px solid #222 !important;
    border-right: 1px solid #222 !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
    display: none !important;
  }
  .insta_live_ {
    text-align: center;
    margin: 15px;
  }
  .insta_live_ a img {
    margin: 0 auto;
  }
  .insta_live_ a {
   text-decoration: none !important;
  }
  .insta_live_ div {
    margin: 15px 0;
    font-size: 20px;
    color: #b38798;
  }
}

a.ProductItem__ImageWrapper.soldout__::after {
  content: "";
  background: #ffffff;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.ProductItem__LabelList span.ProductItem__Label.Heading.SoldOut {
  background: unset;
  color: rgb(216,97,150);
  font-size: 2em;
  font-weight: 600;
}

/* ---------------------------------------------------------------
	yumemagazine
-------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes loading-anime {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-anime {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* headerSlideDown */
@-webkit-keyframes headerSlideDown {
	0% { top: -70px; }
	100% { top: 0; }
}
@keyframes headerSlideDown {
	0% { top: -70px; }
	100% { top: 0; }
}

@-webkit-keyframes headerSlideDown2 {
	0% { top: -38px; }
	100% { top: 32px; }
}
@keyframes headerSlideDown2 {
	0% { top: -38px; }
	100% { top: 32px; }
}

@-webkit-keyframes headerSlideDown3 {
	0% { top: -24px; }
	100% { top: 46px; }
}
@keyframes headerSlideDown3 {
	0% { top: -24px; }
	100% { top: 46px; }
}

@-webkit-keyframes loading-circle {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-circle {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes loading-square-base {
	0% { bottom: 10px; opacity: 0; }
	5%, 50% { bottom: 0; opacity: 1; }
	55%, 100% { bottom: -10px; opacity: 0; }
}
@keyframes loading-square-base {
	0% { bottom: 10px; opacity: 0; }
	5%, 50% { bottom: 0; opacity: 1; }
	55%, 100% { bottom: -10px; opacity: 0; }
}
@-webkit-keyframes loading-dots-fadein { 100% { opacity: 1; } }
@keyframes loading-dots-fadein { 100% { opacity: 1; } }
@-webkit-keyframes loading-dots-first-dot { 100% { -webkit-transform: translate(1em); transform: translate(1em); opacity: 1; } }
@keyframes loading-dots-first-dot { 100% { -webkit-transform: translate(1em); transform: translate(1em); opacity: 1; } }
@-webkit-keyframes loading-dots-middle-dots { 100% { -webkit-transform: translate(1em); transform: translate(1em); } }
@keyframes loading-dots-middle-dots { 100% { -webkit-transform: translate(1em); transform: translate(1em); } }
@-webkit-keyframes loading-dots-last-dot { 100% { -webkit-transform: translate(2em); transform: translate(2em); opacity: 0; } }
@keyframes loading-dots-last-dot { 100% { -webkit-transform: translate(2em); transform: translate(2em); opacity: 0; } }
#site-wrap { display: none; }

#site_loader_overlay { background: #fff; opacity: 1; position: fixed; bottom: 0; left: 0; right:0; top: 0; width: 100%; height: 100%; z-index: 99999; }

.u-clearfix::after { clear: both; content: " "; display: table; }

/* float */
.u-left { float: left; }
.u-right { float: right; }
.u-center { float: none; margin-left: auto; margin-right: auto; text-align: center; }

/* hidden */
.u-hidden { display: none; }
.u-visible-lg { display: none; }
.u-visible-sm { display: none; }
.u-visible-xs { display: none; }

/* overflow */
.u-overflow-hidden { overflow: hidden; }

/* slick */
.slick-slider { overflow: hidden; }
.slick-loading .slick-list { background: #fff url('img/ajax-loader.gif') center center no-repeat; }
.slick-arrow { background: #fff; border: none; color: #000; cursor: pointer; font-family: 'design_plus'; font-size: 14px; height: 50px; line-height: 50px; margin-top: -25px; opacity: 0; overflow: hidden; padding: 0; text-align: center; width: 50px; position: absolute; top: 46%; z-index: 2; -webkit-transition: opacity, top; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-property: opacity, top; -moz-transition-duration: 0.3s; -moz-transition-timing-function: ease; -ms-transition-property: opacity, top; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease; -o-transition-property: opacity, top; -o-transition-duration: 0.3s; -o-transition-timing-function: ease; transition-property: opacity, top; transition-duration: 0.3s; transition-timing-function: ease; }
.slick-prev { left: 0; }
.slick-next { right: -0.5px; }
.slick-slider:hover .slick-arrow { opacity: 0.7; }
.slick-arrow:hover { opacity: 1; }
.slick-dots { display: block; list-style: none; margin: 0; padding: 0; text-align: center; width: 100%; position: absolute; bottom: 0 !important; z-index: 2; -webkit-transition: bottom, top; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-property: bottom, top; -moz-transition-duration: 0.3s; -moz-transition-timing-function: ease; -ms-transition-property: bottom, top; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease; -o-transition-property: bottom, top; -o-transition-duration: 0.3s; -o-transition-timing-function: ease; transition-property: bottom, top; transition-duration: 0.3s; transition-timing-function: ease; }
.slick-dots li { display: inline-block; margin: 0 4px; width: 8px; height: 8px; }
.slick-dots li button { background: #fff; border: 1px solid #ccc; border-radius: 7px; color: transparent; cursor: pointer; opacity: 0.7; overflow: hidden; padding: 0; width: 8px; height: 8px; -webkit-transition-property: background-color, opacity; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, opacity; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease; -ms-transition-property: background-color, opacity; -ms-transition-duration: 0.2s; -ms-transition-timing-function: ease; -o-transition-property: background-color, opacity; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; transition-property: background-color, opacity; transition-duration: 0.2s; transition-timing-function: ease; }
.slick-dots li.slick-active button { opacity: 1; }
.slick-dots li:hover button { opacity: 0.9; }
.slick-dots li.slick-active button, .slick-dots li:hover button { background-color: #000; border-color: #000; }
.slick-next:after {top: 30%;right: 35%;display: block;content: "";width: 20px;height: 20px;border-top: 2px solid #222;border-right: 2px solid #222;-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;}
.slick-prev:after {top: 30%;right: 20%;display: block;content: "";width: 20px;height: 20px;border-top: 2px solid #222;border-right: 2px solid #222;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);position: absolute;}

/* Column layout - カラムレイアウト */
.post_row { line-height: 2; margin-left: -15px; margin-right: -15px; }
.post_row:before, .post_row:after { content: " "; display: table; }
.post_row:after { clear: both; }
.post_col, .post_col-2, .post_col-3 { float: left; margin-bottom: 2em; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 100%; }

@media only screen and (min-width: 768px) {
	.post_col-2 { width: 50%; }
	.post_col-3 { width: 33.33333%; }
}

/* headline - 見出しのスタイル */
.style3a, .style3b, .style4a, .style4b, .style5a, .style5b, .style6 { line-height: 1.6; }
.style3a { border-top: 1px solid #222; border-bottom: 1px solid #222; font-size: 22px; font-weight: 400; margin: 3em 0 1.5em; padding: 1.1em .2em 1em; }
.style3b { background: #fafafa; border-top: 2px solid #222; border-bottom: 1px solid #ddd; box-shadow: 0px 1px 2px #f7f7f7; font-size: 22px; font-weight: 400; margin: 3em 0 1.5em; padding: 1.1em .9em 1em; }
.style4a { border-bottom: none; border-left: 2px solid #222; font-size: 18px; font-weight: 400; margin: 2.5em 2px 1.2em; padding: .3em 0 .3em .8em; }
.style4b { border-bottom: 1px dotted #aaa; font-size: 18px; font-weight: 400; margin: 2.5em 0 1.2em; padding: .9em 0 .8em; }
.style5a { background: #f5f5f5; box-shadow: 0px 2px 0px 0px #f2f2f2; font-size: 18px; font-weight: 700; margin: 2em 0 1em; padding: .5em .8em .3em 1em; }
.style5b { background: #222; border-radius: 4px; box-shadow: 0px 2px 0px 0px #f2f2f2; color: #fff !important; font-size: 18px; font-weight: 400; margin: 2em 0 1em; padding: .5em .8em .4em 1em; }
.style6 { color: #222 !important; font-size: 16px; font-weight: bold; margin: 2em 0 1em; padding: .5em .8em .8em 1.3em; position: relative; }
.style6:before { background: #222; content: ""; position: absolute; top: .5em; left: .2em; width: 12px; height: 12px; }

.news_headline1 { border-left: 8px solid #444; font-size: 1.2em; line-height: 1.2; margin: 80px 0 25px 0; padding: .5em; position: relative; }
.news_headline1:after { border-bottom: 1px dotted #ddd; content: ""; position: absolute; bottom: 0px; left: 0; width: 100%; height: 0; }
.news_headline2 { border-left: 6px solid #545454; font-size: 1.1em; line-height: 26px; margin: 40px 0 20px 0; padding: 0 .5em; }

.balloon { background: #222; border-bottom: 0; clear: both; color: #fff; display: block; font-size: 20px; font-weight: 400; margin: 50px 0 22px; min-width: 115px; padding: .5em 18px .5em; position: relative; text-align: left; width: auto; z-index: 0; }
.balloon:after { border-color: #222 transparent transparent transparent; border-style: solid; border-width: 10px 10px 0 10px; bottom: -10px; content: ""; display: block; margin-left: -10px; position: absolute; left: 30px; width: 0px; height: 0px; }

/* flame - 囲み枠 */
.well { background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; margin-bottom: 20px; min-height: 20px; padding: 19px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well2 { margin: 1em 0 30px; padding: 1em 1.5em; line-height: 2; border: 1px solid #cdcdcd; background: #fcfcfc; box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3); }
.well3 { margin: 2em 0 2.5em; padding: 1em 1.5em; line-height: 2.0; border: 1px dashed #cdcdcd; background: #fcfcfc; box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3); }
.wl_red { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.wl_yellow { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.wl_blue { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.wl_green { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }

/* button - CSSボタンのスタイル */
.q_button { background-color: #535353; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); color: #fff !important; display: inline-block; font-size: 100%; font-weight: 400; min-width: 200px; margin: 0; max-width: 90%; padding: .6em 1.3em .5em; transition: all 0.3s ease-in-out 0s; text-decoration: none; text-align: center; vertical-align: middle; }
.q_button:hover, .q_button:focus { background-color: #7d7d7d; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset; color: #fff; text-decoration: none; }

/* Button option */
.rounded { border-radius: 6px; }
.pill { border-radius: 50px; }
.sz_full { display: block; font-size: 110%; max-width: 100%; min-width: 100px; padding: 1em 1.5em .9em; }
.sz_l { font-size: 110%; max-width: 90%; min-width: 350px; padding: .8em 1.5em .7em; }

@media only screen and (max-width: 767px) {
	.sz_l { max-width: 100%; min-width: 0; width: 100%; }
}
.sz_s { min-width: 100px; max-width: 90%; font-size: 85%; padding: .4em 1em .3em; }
.bt_red { background: #c01f0e; color: #fff; }
.bt_red:hover, .bt_red:focus { background-color: #d33929; color: #fff; }
.bt_yellow { background: #f1c40f; color: #fff; }
.bt_yellow:hover, .bt_yellow:focus { background-color: #f9d441; color: #fff; }
.bt_blue { background: #2980b9; color: #fff; }
.bt_blue:hover, .bt_blue:focus { background-color: #3a91c9; color: #fff; }
.bt_green { background: #27ae60; color: #fff; }
.bt_green:hover, .bt_green:focus { background-color: #39c574; color: #fff; }

/* Youtube responsive - Youtube動画のレスポンシブ表示 */
.ytube { position: relative; height: 0; margin-top: 20px; margin-bottom: 20px; padding-bottom: 56.25%; padding-top: 30px; overflow: hidden; }
.ytube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

/* Table responsive - テーブルのレスポンシブ表示 */
.rps_table { line-height: 2.0; }

@media only screen and (max-width: 480px) {
	.rps_table tr { display: block; margin-bottom: 1.5em; }
	.rps_table th, .rps_table td { display: list-item; list-style-type: none; border: none; }
}

/* Cardlink style - カードリンクのスタイル */
.cardlink { padding: 12px; margin: 10px 0; border: 1px solid #ddd; word-wrap: break-word; max-width: 100%; background: #fafafa; }
.cardlink_thumbnail { float: left; margin-right: 20px; width:120px; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; vertical-align: top; color: #222; line-height: 1.6; font-size: 12px; }
.cardlink_title { font-size: 14px; margin: 0 0 5px; }
.cardlink_title { color: red; }
.cardlink_title br { display: none; }
.cardlink_title a { font-weight: bold; color: #000; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { color: #333; font-size: 12px; overflow: hidden; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }

@media only screen and (max-width: 767px) {
	.cardlink_thumbnail { float: none; }
	.cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
	.cardlink_excerpt { float: none; }
}

/* font-size - フォントサイズ */
.text70 { font-size: 70%; }
.text80 { font-size: 80%; }
.text90 { font-size: 90%; }
.text100 { font-size: 100%; }
.text110 { font-size: 110%; }
.text120 { font-size: 120%; }
.text130 { font-size: 130%; }
.text140 { font-size: 140%; }
.text150 { font-size: 150%; }
.text160 { font-size: 160%; }
.text170 { font-size: 170%; }
.text180 { font-size: 180%; }
.text190 { font-size: 190%; }
.text200 { font-size: 200%; }
.text210 { font-size: 210%; }
.text220 { font-size: 220%; }

/* 太字 */
.b { font-weight: 700; }

/* 下線 */
.u { text-decoration: underline; }

/* 打ち消し線 */
.del { text-decoration: line-through; }

/* font-color - フォントカラー */
.red { color: red; }
.blue { color: #2ca9e1; }
.green { color: #82ae46; }
.orange { color: #ff7d00; }
.yellow { color: #fff000; }
.pink { color: #ff0084; }
.gray { color: #999999; }

/* background-color - 背景色 */
.bg-blue { background-color: #4ab0f5; padding: 2px; }
.bg-red { background-color: red; padding: 2px; }
.bg-yellow { background-color: #ff0; padding: 2px; }

/* text-align - 配置 */
.align1 { text-align: center !important; }
.align2 { text-align: right !important; }
.align3 { text-align: left !important; }

/* float - 回り込み */
.r-flo { float: right; margin: 10px; }
.l-flo { float: left; margin: 10px; }

/* 回り込みの解除 */
.f-clear { clear: both; }

/* hover - 画像リンクマウスオーバー時の不透明度 */
a img.fade { background: none !important; outline: none; -webkit-transition: all .3s; transition: all .3s; }

a:hover img.fade { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; background: none !important; }

/* text-style - テキストスタイル */
.att { padding-left: 1em; text-indent: -1em; }
.att_box { margin: 2em 0 2.5em; padding: 1em 1.2em; line-height: 2.0; border: 1px dotted #cccccc; background: #fcfcfc; box-shadow: 0px 4px 0px 0px #f7f7f7; }

/* margin - 要素の外側の余白 */
.m0 { margin: 0!important; }
.mt0 { margin-top: 0!important; }
.mr0 { margin-right: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.m5 { margin: 5px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.m15 { margin: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.m25 { margin: 25px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.m30 { margin: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.m35 { margin: 35px !important; }
.mt35 { margin-top: 35px !important; }
.mr35 { margin-right: 35px !important; }
.mb35 { margin-bottom: 35px !important; }
.ml35 { margin-left: 35px !important; }
.m40 { margin: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.m45 { margin: 45px !important; }
.mt45 { margin-top: 45px !important; }
.mr45 { margin-right: 45px !important; }
.mb45 { margin-bottom: 45px !important; }
.ml45 { margin-left: 45px !important; }
.m50 { margin: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.m55 { margin: 55px !important; }
.mt55 { margin-top: 55px !important; }
.mr55 { margin-right: 55px !important; }
.mb55 { margin-bottom: 55px !important; }
.ml55 { margin-left: 55px !important; }
.m60 { margin: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mr60 { margin-right: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.m65 { margin: 65px !important; }
.mt65 { margin-top: 65px !important; }
.mr65 { margin-right: 65px !important; }
.mb65 { margin-bottom: 65px !important; }
.ml65 { margin-left: 65px !important; }
.m70 { margin: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mr70 { margin-right: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.m75 { margin: 75px !important; }
.mt75 { margin-top: 75px !important; }
.mr75 { margin-right: 75px !important; }
.mb75 { margin-bottom: 75px !important; }
.ml75 { margin-left: 75px !important; }
.m80 { margin: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mr80 { margin-right: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }

/* padding - 要素の内側の余白 */
.p0 { padding: 0!important; }
.pt0 { padding-top: 0!important; }
.pr0 { padding-right: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.p5 { padding: 5px !important; }
.pt5 { padding-top: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.p15 { padding: 15px !important; }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.p25 { padding: 25px !important; }
.pt25 { padding-top: 25px !important; }
.pr25 { padding-right: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.p30 { padding: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pr30 { padding-right: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.p35 { padding: 35px !important; }
.pt35 { padding-top: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pl35 { padding-left: 35px !important; }
.p40 { padding: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pr40 { padding-right: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.p45 { padding: 45px !important; }
.pt45 { padding-top: 45px !important; }
.pr45 { padding-right: 45px !important; }
.pb45 { padding-bottom: 45px !important; }
.pl45 { padding-left: 45px !important; }
.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pr50 { padding-right: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.p55 { padding: 55px !important; }
.pt55 { padding-top: 55px !important; }
.pr55 { padding-right: 55px !important; }
.pb55 { padding-bottom: 55px !important; }
.pl55 { padding-left: 55px !important; }
.p60 { padding: 60px !important; }
.pt60 { padding-top: 60px !important; }
.pr60 { padding-right: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.p65 { padding: 65px !important; }
.pt65 { padding-top: 65px !important; }
.pr65 { padding-right: 65px !important; }
.pb65 { padding-bottom: 65px !important; }
.pl65 { padding-left: 65px !important; }
.p70 { padding: 70px !important; }
.pt70 { padding-top: 70px !important; }
.pr70 { padding-right: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.p75 { padding: 75px !important; }
.pt75 { padding-top: 75px !important; }
.pr75 { padding-right: 75px !important; }
.pb75 { padding-bottom: 75px !important; }
.pl75 { padding-left: 75px !important; }
.p80 { padding: 80px !important; }
.pt80 { padding-top: 80px !important; }
.pr80 { padding-right: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }



/* ---------------------------------------------------------------
	商品一覧＞売り切れ表示
--------------------------------------------------------------- */
.ProductItem__Label.ProductItem__Label_SoldOut {
  background: unset;
  color: #999;
  font-size: 15px;
  letter-spacing: .2em !important;
}

.ProductItem__LabelList.ProductItem__LabelListSold {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.AspectRatio.AspectRatio--withFallback.soldout_wrap_:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .4);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .ProductItem__Label.ProductItem__Label_SoldOut {
    font-size: 13px;
    display: inline-block;
  }
  .ProductItem__LabelList.ProductItem__LabelListSold {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 77%;
    text-align: center;
  }
}

/*コレクションページブランド別絞り込みボタン*/
.brandsearch-btn li {
  border: 1px #f2f2f2 solid;
  margin: 5px;
  display: inline-block;
  width: 27%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.brandsearch-btn li div.brandImage {
  height: calc(300 / 400 * 25vw);
}
.brandsearch-btn li div.brandLogo {
  height: calc(104 / 340 * 25vw);
}
@media screen and (min-width: 798px) {
	ul.brandsearch-btn {
		width: 1000px;
		margin: 0 auto;
	}
	.brandsearch-btn li {
		width: 15%;
	}
	.brandsearch-btn li div.brandImage {
    height: 110px;
	}
	.brandsearch-btn li div.brandLogo {
		height: 50px;
	}
}

.brandsearch-btn li div.brandImage.nlm {
  background: url("/cdn/shop/files/image-brand-1_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.nlm {
  background: url("/cdn/shop/files/sidebar_logo_brand_newlyme.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dml {
  background: url("/cdn/shop/files/image-brand-3_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dml {
  background: url("/cdn/shop/files/sidebar_logo_brand_dearmylove_original.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dmlr {
  background: url("/cdn/shop/files/image-brand-4_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dmlr {
  background: url("/cdn/shop/files/sidebar_logo_brand_dearmyloverose.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dmlw {
  background: url("/cdn/shop/files/image-brand-5_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dmlw {
  background: url("/cdn/shop/files/sidebar_logo_brand_dearmylovewhip.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.ldml {
  background: url("/cdn/shop/files/image-brand-10_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.ldml {
  background: url("/cdn/shop/files/sidebar_logo_brand_littledearmylove.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dbs {
  background: url("/cdn/shop/files/image-brand-2_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dbs {
  background: url("/cdn/shop/files/sidebar_logo_brand_diable-baiser.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.rec {
  background: url("/cdn/shop/files/image-brand-7_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.rec {
  background: url("/cdn/shop/files/sidebar_logo_brand_rectangle.png?v=1645518397") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.che {
  background: url("/cdn/shop/files/image-brand-6_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.che {
  background: url("/cdn/shop/files/sidebar_logo_brand_cheleap.png?v=1645518397") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dmlall {
  background: url("/cdn/shop/files/image-brand-alldml.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandImage.dmlall {
  background: url("/cdn/shop/files/image-brand-alldml.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dmlall {
  background: url("/cdn/shop/files/sidebar_logo_brand_dearmylove.png?02") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.bohmal {
  background: url("/cdn/shop/files/image-brand-12_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.bohmal {
  background: url("/cdn/shop/files/sidebar_logo_brand_bohmal.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.booth {
  background: url("/cdn/shop/files/vroid_400x300_ce7344cf-aa42-45b6-8906-9f93713d4d61_200x.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.booth {
  background: url("/cdn/shop/files/logo-boothshop_large_d9647554-871f-4c6a-a461-3df0b7c87f0f_large.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dmlm {
  background: url("/cdn/shop/files/image-brand-13_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dmlm {
  background: url("/cdn/shop/files/sidebar_logo_brand_millor-tokyo.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.rab {
  background: url("/cdn/shop/files/image-brand-8_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.rab {
  background: url("/cdn/shop/files/sidebar_logo_brand_rabintage.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dmle {
  background: url("/cdn/shop/files/image-brand-15_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dmle {
  background: url("/cdn/shop/files/sidebar_logo_brand_dearmyloveemily.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.mls {
  background: url("/cdn/shop/files/image-brand-14_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.mls {
  background: url("/cdn/shop/files/sidebar_logo_brand_moulis.png") center/80% no-repeat;
}
.brandsearch-btn li div.brandImage.dev {
  background: url("/cdn/shop/files/image-brand-16_x200.jpg") 100%/cover no-repeat;
}
.brandsearch-btn li div.brandLogo.dev {
  background: url("/cdn/shop/files/sidebar_logo_brand_deviants.png") center/80% no-repeat;
	background-color: #000;
}
/*コレクションページブランド別絞り込みボタン　ここまで*/

/* 20220922 NEW TOPIC LIST*/
@media screen and (min-width:769px) {
  .btn_wrap_ {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width:769px) {
  .topic_list_wrap:first-of-type {
    margin-top: -90px;
  }
}
@media screen and (max-width:768px) {
  .topic_list_wrap:first-of-type {
    margin-top: -40px;
  }
}

/* 20220930 記事相互リンクのテンプレ*/
.lp__mutualLink {
    width: 95%;
    margin: 10px auto;
    padding: 10px;
    background: #f2f2f2;
    position: relative;
}
.lp__mutualLink img {
    width: 40%;
    display:flex;
    margin:0;
}
.lp__mutualLink div.tex {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    text-align: left;
    width: 50%;
    line-height: 1.6em;
}
@media screen and (min-width: 798px) {
    .lp__mutualLink {
        width: 500px;
    }
    .lp__mutualLink div.tex {
        font-size: 1.3em;
    }
}

/*コレクションページSEOキーワード設置*/
.seokw {
    color: #bbb;
    padding: 0 1em;
    text-align: left;
    max-width: fit-content;
    margin: 10px auto;
    line-height: 1.4;
}

/*awoo デザイン調整*/
.awoo-tag {
    background: #f7f7f7 !important;
    color: #222 !important;
    border-color: #E8E8E8 !important;
    text-decoration: none !important;
    border-radius: 50em !important;
}
.awoo-tag:hover {
    background: #d86196 !important;
    color: #fff !important;
    border-color: #d86196 !important;
    text-decoration: none !important;
}
.awoo-tag span {
    font-size: 12px !important;
    position: relative;
}
.awoo-tag span::before {
  content: '#';
}
.awoo-classify .awoo-tag:nth-child(n+11) {
  display: none;
}
.awoo-classify {
    margin: 2em 0;
    position: relative;
    padding-top: 20px;
}
#awoo-product-tags {
  position: relative;
  padding-top: 20px;
}
#awoo-product-tags::before,
.awoo-classify::before {
  content: '人気の関連キーワード';
  position: absolute;
  left: 5px;
  top: -10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}
p.related-title {
    text-align: center !important;
    margin-top: -0.325em;
    margin-bottom: 5px !important;
    font-size: 20px !important;
}
.sc-jrcTuL.gexnEA.related-wrapper {
    margin-bottom: 50px;
}
.related-product-name {
    font-size: 11px !important;
    line-height: 1.4em !important;
    text-align: left;
    height: auto !important;
    color: #222 !important;
}
.product-price,.sale-price {
    font-size: 16px !important;
    font-family: proxima-nova,sans-serif;
		font-display: swap;
    font-weight: 400;
}
.product__price .sale-price {
    font-size: 16px !important;
    font-family: proxima-nova,sans-serif;
		font-display: swap;
    font-weight: 100 !important;
    color: var(--product-sale-price-color) !important;
}
.product__price div.on-sale {
    display: none !important;

}
@media screen and (max-width: 797px) {
    .xpUrW .product__name{
        margin-top: 5px !important;
    }
    .bikPMG.grid {
      gap: 6px !important;
    }
}

@media screen and (min-width: 798px) {
    p.related-title {
        font-size: 3.8rem !important;
        margin-bottom: 30px !important;  ;
    }
    .rec.rec-carousel-item img {
        margin: 0;
    }
    .rec.rec-carousel-item a {
        text-decoration: none;
        color: #222 !important;
    }
    .related-product-name {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left;
        height: auto !important;
        margin-bottom: 5px !important;
    }

}

h1.sc-ksBlkl.isJzNd.category-page-h1-v2 {
    text-align: center;
    margin: 0 0 2em !important;
}
.sc-hHTYSt{
    padding: 0 10px !important;
}
.xpUrW{
    margin-bottom: 1em !important;
     color: #222 !important;
}
.xpUrW a{
   text-decoration: none !important;
}
.xpUrW .product__name{
    margin-top: 5px !important;
    position: relative !important;
    color: #222 !important;
}
.xpUrW .product__name div{
    font-size: 12px !important;
}

.suggestion-tag-wrapper-v2 {
    background:#f2f2f2 !important;
}
.gbaPfz {
    background: #f2f2f2 !important;
    border: none !important;
}
.suggestion-tag-list-container-v2 .iGuNHP{
    border-color: #f2f2f2 !important;
}
.XBWSc {
    box-shadow: none !important;
    background: #f2f2f2 !important;
}
/*awoo デザイン調整 ここまで*/

/*商品ページ ポイント/クーポン表記*/
.coupon-info,.coupon-info2 {
  margin: 0;
  width: fit-content;
  font-size:13px;
}
.coupon-info span {
  color: #d86196;
  font-size:1em;
}
.coupon-info2 {
  color: #d86196;
}
/* 商品ページ ポイント/クーポン表記 ここまで*/

/* お気に入りリスト＞詳細 */
.swym-ui-component * {
  display: inline;
}

/* コレクション＞リンク */
@media screen and (min-width: 768px) {
  ul.menu_ {
    margin: 0 auto;
    width: 95%;
  }
  ul.menu_ li {
    float: left;
    margin: 3px 7px;
  }
  ul.menu_ li a{
    text-decoration: underline;
  }
  ul.menu_ li.sub_title_ {
    font-weight: bold;
    margin: 5px 10px 5px 0;
    background-color: #f2f2f2;
    padding: 3px;
    width: 100px;
    text-align: center;
  }
  .midashi_style04_ {
    text-align: left;
    padding: 7px 28px 7px 0;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px)  {
  ul.menu_ {
    width: 95%;
    margin: 0 auto;
  }
  ul.menu_ li {
    float: left;
    margin: 3px 7px;
    font-size: 12px;
  }
  ul.menu_ li a{
    text-decoration: underline !important;
  }
  ul.menu_ li.sub_title_ {
    font-weight: bold;
    margin: 5px 10px 5px 0;
    background-color: #f2f2f2;
    padding: 3px;
    width: 50px;
    text-align: center;
    font-size: 12px;
  }
  .midashi_style04_ {
    text-align: left;
    padding: 6px 15px 6px 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

/* 商品ページ　詳細タブ */
.product_dtl_tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.product_dtl_tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #bbbbbb;
  line-height: 50px;
	font-size: 1.5rem;
	letter-spacing: 1px;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
.product_dtl_tab_item:hover {
  opacity: 0.75;
}
input[name="product_dtl_tab_item"] {
  display: none;
}
.product_dtl_tab_content {
  display: none;
  padding: 20px 15px 0;
  clear: both;
  overflow: hidden;
	height: 100%;
}
#product_dtl01:checked ~ #product_dtl01_content,
#product_dtl02:checked ~ #product_dtl02_content,
#product_dtl03:checked ~ #product_dtl03_content {
  display: block;
}
.product_dtl_tabs input:checked + .product_dtl_tab_item {
  color: #000;
  border-bottom: 3px solid #000;
}

.product_dtl_tabs .read-more {
	position: relative;
}
.product_dtl_tabs .read-more div {
	height: 275px; /* 開く前に見せたい高さを指定 */
	margin-bottom: 0;
	overflow: hidden;
}
.product_dtl_tabs .read-more:has(:checked) div {
	height: 100vh;
	height: 100%;
}
.product_dtl_tabs .read-more div::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
	content: '';
}
.product_dtl_tabs .read-more:has(:checked) div::after {
	content: none;
}
.product_dtl_tabs .read-more label {
	display: flex;
	align-items: center;
	gap: 0 4px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #000000;
	font-size: .8em;
    border-radius: 50px;
    /*background: rgb(71 71 71 / 20%);*/
    padding: 5px 10px;
    background: #f7f7f7;
}
.product_dtl_tabs .read-more label:hover {
	cursor: pointer;
}
.product_dtl_tabs .read-more:has(:checked) label {
	display: none;
}
.product_dtl_tabs .read-more label::after {
	display: inline-block;
	width: 10px;
	height: 5px;
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
.product_dtl_tabs .read-more input {
	display: none;
}

@media screen and (max-width: 768px)  {
	.product_dtl_tabs .read-more div {
		height: 190px; /* 開く前に見せたい高さを指定 */
	}
}


/* お気に入りリスト＞未ログイン */
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-continue-btn {
	border-color: #000;
}
.swym-login .Button {
	display: block;
	text-align: center;
	margin: 20px auto 0;
	width: fit-content;
	padding: 15px 50px;
}
@media screen and (max-width: 768px)  {
	.swym-login .Button {
		margin-top: 16px;
		padding: 10px 25px;
		width: 100%;
	}
}


.related_blog_posts_pro {
  display: none;
}