/* 共通 */
	/* 選択肢消去
	.fs-c-productSelection {
		display: none;
	}*/
.fs-c-productPreorderMessage {
	color:#cc0033;
}
.mgr100 {
	margin-right: 100px;
}
.fs-c-productSelection__label .fs-c-requiredMark {
	display: none;
}

.fs-body-top, .fs-body-product, .fs-body-category, .fs-body-newsletter-subscribe, .fs-body-my-top, .fs-body-custom, .fs-body-cart, .fs-body-about-terms, .fs-body-about-privacyPolicy, .fs-body-about-terms, .fs-body-search, .fs-body-about-memberAgreement {
	visibility: hidden;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #fe0084;
}
.jg-red_color {
	color: #dd3333;
}
.jg-pricePink_color {
	color: #fe0084;
}
.jg-priceStrike {
	text-decoration: line-through;;
}
.jg-clear {
	clear: both;
}
.jg-colorPink{
	color: #fe0084;
}
.jg-referenceMark {
	font-size: xx-small;
	vertical-align: super;
}
.jg-referenceWord {
	font-weight: bold;
}
.jg-reference {
	font-size: small;	
}
.jg-strike {
	text-decoration: line-through;
}
@font-face {
  font-family: 'fs-icon';
  src: url("https://jerrygirl.itembox.design/item/font/fs-icon.ttf") format("truetype"), url("https://jerrygirl.itembox.design/item/font/fs-icon.woff") format("woff"), url("https://jerrygirl.itembox.design/item/font/fs-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fs-c-accountService {
    width: 80%;
    margin: 0 auto;
}
@media screen and (min-width: 600px){
	.fs-c-accountService {
		justify-content: flex-start;
	}
}
.fs-p-messageBoard__heading {
	text-indent: 3rem;
}
.fs-p-messageBoard__heading {
	margin-bottom: 4px;
}
.fs-p-messageBoard {
	background-color: #ffffff;
	/*border: 0;*/
	border: dashed 0.5px #9c9d9c;
	border-radius: 0;
	color: #555560;
	margin: 18px auto;
	padding: 8px;
	width: 90%;
	font-size: 1.1rem;
	max-width: 750px;
	/*box-shadow: 5px 5px 15px -5px #000;*/
}
@media screen and (min-width: 768px) {
	.fs-p-messageBoard {
		padding: 16px;
		font-size: 1.4rem;
	}
	.fs-p-messageBoard__heading {
		margin-bottom: 8px;
	}
}
.fs-c-specTable--salesTax tr:nth-child(2) {	/* 軽減税率非表示 */
  display: none;
}
.fs-c-productListItem__salesPeriod, .fs-c-mark--preorder {	/* 予約アイコン非表示 */
	display: none;
}
.jg-Trademark {
	font-size: 0.7rem;
}
.jg-catchcopy {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 800;
	color: #728496;
} 
.jg-itemname {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 0 2px;
	color: #728496;
	line-height: 1.2;
}
.jg-advanceOrder {
	font-size: 1.0rem;
}
.jg-price {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	color: #fe0084;
}
.jg-priceStrike {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	text-decoration: line-through;;
}
/*.jg-pricePink {
	font-size: 0.9rem;
	font-weight: 600;
	margin: -1rem 0 0.8rem;
	color: #fe0084;
}*/
.jg-price span {
	font-size: 0.8rem;
	color: #3c3c3c;
}
/*定価部分に取り消し線*/
.fs-c-productPrice--listed {
	text-decoration: line-through;
}
.fs-c-productPrice__addon {
	font-size: 0.8rem;
	color: #454545;
}

/*カートに入れる非表示*/
.fs-c-button--addToCart--list {
	display: none;
}
/*.jg-tag {
	color: #dd3333;
	font-size: 0.7rem;
	border: 1px solid;
	width: 8rem;
	margin: 0 auto;
	margin-top: -0.7rem;
	font-weight: 800;
}*/
@media screen and (min-width: 768px) {
	.jg-catchcopy {
		font-size: 1.2rem;
		line-height: 1.4rem;
		font-weight: 600;
	} 
	.jg-itemname {
		font-size: 1.4rem;
	}
	.jg-advanceOrder {
		font-size: 1.2rem;
	}
	.jg-price {
		font-size: 1.4rem;
	}
/*	.jg-pricePink {
		font-size: 1.2rem;
	}*/
	.jg-price span {
		font-size: 1.1rem;
	}
}
	/* 半透明 */
		.semitransparent {
			transition: 1.0s ;
		}

		.semitransparent:hover {
			opacity: 0.8 ;
		}
	/* 半透明 end */
/* 共通 end */
/* スペース */
.jg-space_m1 {
	margin-top: 20px;
}
/* スペース end */
/* 共通エフェクト Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(180, 180, 180, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(180, 180, 180, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* 共通エフェクト Float Shadow end */
/* ログイン ログアウト */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
/* ログイン ログアウト end */
/* プレビューモードを消す */
.fs-preview-header { display: none; }

/* 固定ヘッダー */
.fs-l-header__contents {
	background-color: rgba(255, 255, 255, 1);
}
.fs-l-page {
	position: relative;
}
.fs-l-header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 3;
}
/* 固定ヘッダー end */ 
/* ヘッダードットライン */
.fs-l-header {
	padding-top: 0;
}
.jg-DotLine {
	width: 100%;
	height: 3px;
	padding-top: 2px;
	background: url(https://jerrygirl.itembox.design/item/img/dotline.gif) repeat-x 0px 2px #fff ;
}
@media screen and (min-width: 768px) {
	.jg-DotLine {
		height: 9px;
		padding-top: 8px;
	}
}
 /* ヘッダードットライン end */
 /* ヘッダーグリッド */
 .fs-l-header__contents {
	-ms-grid-columns: 4em 1fr 7em;
	grid-template-columns: 4em 1fr 7em;
}
@media screen and (min-width: 768px) {
	.fs-l-header__contents {
		-ms-grid-columns: 20% 60% 20%;
		grid-template-columns: 20% 60% 20%;
	}
	.fs-l-header__utility {	 /* 縦１行に */
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
	}
	.fs-p-logo__image {
		max-height: 100%;
		max-width: 350px;
	}
}
.fs-l-header__utility {		/* スマホサイズでも表示 */
	display: grid;
	align-self: center;
}
.fs-l-header__logo {
    align-self: center;
}
/* ヘッダーグリッド end */
/* ヘッダーナビゲーションメニュー */
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
	box-shadow: 0 0 0;
	border: 1px solid #3c3c3c;
	border-radius: 0;
}
.fs-p-headerUtilityMenu__list {
	flex-wrap: nowrap;
}
.fs-p-headerUtilityMenu__list a::before {
	content: none;
}
.fs-pt-menu__item p {
	display: none;
}
.jg-font_mail span::before {
	content: "\e93F";
}
.jg-font_myPage span::before {
	content: "\e940";
}
.jg-font_shopingCart span::before {
	content: "\e93E";
}
.fs-p-logo {
	padding: 3px;
}
.fs-pt-menu__item span::before {
	font-family: 'fs-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #7c8790;
	font-size: 28px;
}
.fs-pt-menu a {
	margin: -2px;
	padding: 2px;
	text-decoration: none;
}
.fs-p-headerUtilityMenu__list > li + li {
	margin-left: 5px;
}
.fs-l-header__contents > * {
    padding: 0 2px;
}
@media screen and (min-width: 768px) {
	.fs-pt-menu a {
		margin: -8px;
		padding: 8px;
		text-decoration: none;
	}
	.fs-p-headerUtilityMenu__list > li + li {
		margin-left: 16px;
	}
	.fs-l-header__contents > * {
		padding: 0 8px;
	}
	.fs-pt-menu__item span::before {
		font-size: 38px;
	}
}
/* ヘッダーナビゲーションメニュー end */
/* ヘッダーナビゲーション */
.fs-p-headerNavigation__link {
	font-family: 'Times New Roman',sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 2px 8px;
}
@media screen and (min-width: 768px){
	.fs-p-headerNavigation__link {
		font-size: 1.5rem;
	}
	.fs-p-headerNavigation__link {
		padding: 2px 28px;
	}
}
/* ヘッダーナビゲーション end */
/* ドロワーボタン */
.fs-l-header__drawerOpener {
	line-height: 1.1rem;
}
.fs-p-drawerButton {
    padding: 1px 8px 0;
}
/* ドロワーボタン end */
/* カルーセル */
.fs-c-slick .slick-slide img {
    margin: 0 auto;
}
.fs-pt-carousel {
	margin-top: 10px;
}
/* カルーセル end */
/* ブランドコンセプト */
#jg-brandConcept {
	display: none;
	text-align: center;
	/*padding: 50px;*/
	padding-top: 50px;
}
#jg-logo {
	font-family: 'Arial',sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 30px;
	-moz-animation: visual_trans 2s linear;
	-webkit-animation: visual_trans 2s linear;
	-o-animation: visual_trans 2s linear;
	-ms-animation: visual_trans 2s linear;
	animation: visual_trans 2s linear;
}
#jg-logo p {
	margin-top: -0.7rem;
}
#jg-logo img {
	width: 400px;
	height: auto;
}
#jg-logo #jg-logo_img {
	margin-bottom: 8px;
}
#jg-logo #jg-20th {
	width: 100px;
}

#jg-concept {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	color: #333333;
	-moz-animation: visual_trans 2s linear;
	-webkit-animation: visual_trans 2s linear;
	-o-animation: visual_trans 2s linear;
	-ms-animation: visual_trans 2s linear;
	animation: visual_trans 2s linear;
	text-align: left;
}
@-webkit-keyframes visual_trans { 
  0%   { -webkit-transform:  translate(0px, 8px) ;opacity:0;} 
  70%   { -webkit-transform:  translate(0px, 4px) ;opacity:0.5;} 
  100%  { -webkit-transform:  translate(0px, 0px);opacity:1;} 
}
@-moz-keyframes visual_trans { 
  0%   { -moz-transform:  translate(0px, 8px) ;opacity:0;} 
  70%   { -moz-transform:  translate(0px, 4px) ;opacity:0.5;} 
  100%  { -moz-transform:  translate(0px, 0px);opacity:1;} 
}
@-ms-keyframes visual_trans { 
  0%   { -ms-transform:  translate(0px, 8px) ;opacity:0;} 
  70%   { -ms-transform:  translate(0px, 4px) ;opacity:0.5;} 
  100%  { -ms-transform:  translate(0px, 0px);opacity:1;} 
}
@-o-keyframes visual_trans { 
  0%   { -o-transform:  translate(0px, 8px) ;opacity:0;} 
  70%   { -o-transform:  translate(0px, 4px) ;opacity:0.5;} 
  100%  { -o-transform:  translate(0px, 0px);opacity:1;}  
}
@keyframes visual_trans { 
  0%   { transform:  translate(0px, 6px) ;opacity:0;} 
  70%   { transform:  translate(0px, 4px) ;opacity:0.5;} 
  100%  { transform:  translate(0px, 0px);opacity:1;}  
}
#jg-concept p {
	margin-bottom: 3rem;
	white-space: normal;
}
@media screen and (min-width: 768px) {
	#jg-brandConcept {
		display: block;
	}
	#jg-concept p {
		white-space: pre-line;
	}
	#jg-concept {
		text-align: center;
	}
}
/* ブランドコンセプト end */
/* 見出し */
.fs-p-heading--lv2:not(:first-child) {
	margin-top: 20px;
}
.fs-p-heading--lv2 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.fs-p-heading--lv2 {
	border-bottom: 0px;
	text-align: center;
}
.fs-p-heading--lv2 h2:not(:first-child) {
	margin-top: 3em;
	margin-bottom: 1em;
}
.fs-p-heading--lv2 h2 {
	border-bottom: 0px;
	color: #333333;
	display: flex;
	font-family: 'Times New Roman',sans-serif;
	/*font-weight: 600;*/
	font-size: 1.3em;
	align-items: center;
	text-align: center; /* for no-flexbox browser */
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
}
@media screen and (min-width: 768px) {
	.fs-p-heading--lv2 h2 {
		padding-top: 20px;
		font-size: 1.8em;
	}
}
.fs-p-heading--lv2 h2::before ,
.fs-p-heading--lv2 h2::after {
	border-top: 2px solid;
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;
}
.fs-p-heading--lv2 h2::before {
	margin-right: 0.5em;
}
.fs-p-heading--lv2 h2::after {
	margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
	.fs-p-heading--lv2 h2::before {
		margin-right: 1em;
	}
	.fs-p-heading--lv2 h2::after {
		margin-left: 1em;
	}
}
.fs-p-heading--lv2 p{
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 20px;
}
.fs-p-heading--lv2 h2 img {
	width: 30px;
	padding: 5px;
}
/* 見出し end */
/* 新着アイテム */
.jg-newarrival_container {
	display: flex;
	justify-content: space-around;
	color: #333333;
	text-align: center;
	width: 95%;
	margin: 10px auto;
}
.jg-newarrival_item {
	flex-basis: 230px;
	position: relative;
}
.jg-newarrival_item + div {
	margin-left: 10px;
}
.jg-newarrival_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.changeImgs, div.changeImgs2, div.changeImgs3 {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto 15px;
}

.jg-newarrival_container .jg-preOrderItem {
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.1;
}
	
.jg-newarrival_container .fs-c-productListItem {
	padding: 5px 0 0;
}

.jg-newarrival_container .fs-c-productListItem .jg-preOrderItemIcon .jg-yoyaku {
	align-items: center;
}

@media screen and (min-width: 768px) {
	.jg-newarrival_container {
		width: 80%;
	}
	div.changeImgs, div.changeImgs2, div.changeImgs3 {
		width: 200px;
		height: 200px;
		overflow: hidden;
	}
	.jg-newarrival_container .jg-preOrderItem {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
/* 新着アイテム end */
/* もっと見る */
.jg-more {
	position: relative;
	border: 1px solid;
	padding: 5px;
	width: 25rem;
	text-align: center;
	margin: 10px auto 30px;
}
.jg-more::after {
	content: " >";
}
.jg-more a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* もっと見る end */
/* ホットキーワード＆トピックス */
.jg-hotkeywords_topicks_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 25px auto;
}
.jg-hotkeywords_topics_item1 {
	flex-basis: 40rem;
	border: 1px solid;
	margin: 15px;
	padding: 5px;
	position: relative;
}
.jg-hotkeywords_topics_item2 {
	border: 1px solid;
	margin: 15px;
	padding: 15px;
	position: relative;
}
.jg-p-heading--lv2 {
	position: absolute;
	top: -3.3rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	margin: auto;
}
@media screen and (min-width: 768px) {
	.jg-hotkeywords_topicks_container {
		margin: 50px auto;
	}
	.jg-p-heading--lv2 {
		top: -2.6rem;
	}
}
.jg-p-heading--lv2 p {
	margin-top: -1.5rem;
	font-size: 0.7em;
	font-weight: 600;
	color: #7c8790;
}
.jg-p-heading--lv2 h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 600;
	background-color: #fff;
	padding: 0 2rem;
}
.jg-hotKeywords_container {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.jg-hotKeywords_item {
	margin: 3px 5px;
}
.jg-hotKeywords_item a {
	background-color: #333333;
	color: #ffffff;
	padding: 1px 3px;
	font-size: 1.2rem;
	display: inline-block; /* 拡大用 */
}
.jg-hotKeywords_item a:hover {
	color: #ffffff;
	-webkit-animation: zoom .3s; /* 拡大用 */
	animation: zoom .3s; /* 拡大用 */
	text-decoration:none;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
.jg-topicks_container {
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
	.jg-topicks_container {
		margin-top: 30px;
	}
	.jg-hotkeywords_topics_item1, .jg-hotkeywords_topics_item2 {
		padding: 15px;
	}
	.jg-hotKeywords_container {
		margin-top: 30px;
	}
	.jg-hotKeywords_item {
		margin: 5px 6px;
	}
	.jg-hotKeywords_item a {
		font-size: 1.4rem;
	}
}
/* ホットキーワード＆トピックス end */
/* サイドメニュー 非表示 */
@media screen and (min-width: 1200px){
	.fs-l-sideArea + .fs-l-pageMain {
		max-width: 100%;
	}
	.fs-l-sideArea {
	display: none;
	}
}
.fs-l-main {
	display: block;
	flex-wrap: initial;
	justify-content: initial;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	.fs-l-main {
		margin: 24px auto;
	}
}
/* サイドメニュー非表示 end */
/* ランキング */
.jg-ranking {
	text-align: center;
}
.jg-ranking_container {
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.jg-ranking_container_2 {
	width: 66%;
	margin: 0 auto;
}
.jg-ranking_container_1, .jg-ranking_container_2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #333333;
	margin-bottom: 20px;
}
/*.jg-ranking_item :nth-child(2) {
	margin-bottom: 2rem;
}
.jg-ranking_item :nth-child(3) {
	margin-bottom: 2rem;
}*/
.jg-ranking_item {
	-ms-flex-preferred-size: 100px;
	flex-basis: 115px;
	position: relative;
	margin-bottom: 20px;
}
.jg-ranking_item .jg-star {
	width: 6rem;
	margin-bottom: 2rem;
} 
.jg-ranking_item + div {
	margin-left: 5px;
}
.jg-ranking_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.jg-ranking_container_2 {
		width: auto;
	}
	.jg-ranking_container_2 > div.jg-ranking_item:first-child {
		margin-left: 20px;	
	}
	.jg-ranking_item + div {
		margin-left: 20px;
	}
	.jg-ranking_container {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.jg-ranking_container_1, .jg-ranking_container_2 {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.jg-ranking_container_1 {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.jg-ranking_container_2 {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.jg-ranking_item {
		-ms-flex-preferred-size: 230px;
		flex-basis: 230px;
	}
	.jg-ranking_item .jg-star {
		width: 7.2rem;
		margin-bottom: 2rem;
	} 
}
/* ランキング end */
/* ランキング_ */
.jg-ranking_container_ {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.jg-ranking_item_ {
	width: 170px;
	padding: 10px 5px 10px 5px;
}
.jg-ranking_item_:first-child {
	width: 230px;
}
.jg-ranking_item_ .jg-star {
	width: 6rem;
} 
@media screen and (min-width: 768px) {
	.jg-ranking_item_:first-child {
		width: 170px;
	}
}
/* ランキング_ end*/
/* カテゴリー */
.jg-category_container {
	display: grid;
	display: -ms-grid;
	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto 1rem auto 1rem auto;
	grid-template-rows: auto auto auto;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	column-gap: 1rem;
	row-gap: 1rem;
	font-size: 1.2rem;
}
.jg-category_container > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.jg-category_container > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.jg-category_container > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.jg-category_container > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.jg-category_container > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.jg-category_container > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
.jg-category_container > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.jg-category_container > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.jg-category_container > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}
@media screen and (min-width: 768px) {
	.jg-category_container {
		width: 75%;
		font-size: 1.4rem;
	}
}
.jg-category_item {
	position: relative;
	overflow: hidden;
}
.jg-category_item .jg-category_item_caption {
	font-size: 100%;
	color: #fff;
	font-family: 'Times New Roman',sans-serif;
	text-align: center;
	padding-top: 30%;
}
@media screen and (min-width: 768px) {
	.jg-category_item .jg-category_item_caption {
		font-size: 135%;
	}
}
.jg-category_item .jg-category_item_mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* 表示させない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transform:	rotateX(-180deg);
	transform:		rotateX(-180deg);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.jg-category_item:hover .jg-category_item_mask {
	-webkit-transform:	rotateX(0deg);
	transform:		rotateX(0deg);
	opacity:		1;	/* ホバーで表示する */
}
.jg-category_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.jg-category_item > p {
	margin-top: 0.2rem;
}
/* カテゴリー end */
/* 特集 */
.jg-feature_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333333;
}
.jg-feature-item {
	display: flex;
	width: 97%;
	margin: 5px auto;
	padding: 2px 5px;
	border: 1px solid;
	position: relative;
}
.jg-feature-item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.jg-feature-image {
	flex-basis: 40%;
	padding: 2px 5px;
	align-self: center;
}
.jg-feature-text {
	flex-basis: 60%;
	padding: 2px 5px;
	align-self: center;
}
.jg-feature-text p {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 2px 0;
}
.jg-feature-text p + p {
	font-size: 1.0rem;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.jg-feature-item {
		width: 700px;
		height: 220px;
		margin: 10px auto;
		padding: 2px 5px;
	}
	.jg-feature-image {
		flex-basis: 30%;
		padding: 2px 10px;
	}
	.jg-feature-text {
		flex-basis: 70%;
		padding: 2px 10px;
	}
	.jg-feature-text p {
		font-size: 2.3rem;
		font-weight: 600;
		margin: 20px 0;
	}
	.jg-feature-text p + p {
		font-size: 1.7rem;
	}
}
/* 特集 end */
/* インフォメーション*/
.jg-information_container {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 95%;
	margin: 5px auto;
}
.jg-information_item {
	flex-basis: 350px;
	margin: 2px;
	border: 1px solid;
}
.jg-information_item img {
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
.jg-information_item {
		margin: 10px 20px;
	}
}
/* インフォメーション end */
/* フッター */
.fs-l-footer {
	border-top: 0px;
	background-color: #ffffff;
	margin-top: 0;
}
/* フッター end */
/* フッターナビゲーション*/
.jg-footerNavigation_container {
	display: none;
}
.jg-footerNavigation_item ul {
	list-style-type: none;
}
.jg-footerNavigation_item li {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.4rem;
}
.jg-footerNavigation_item li + li {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.jg-footerNavigation_container {
		display: flex;
		width: 70%;
		margin: 5px auto;
		justify-content: space-around;
	}
}
/* フッターナビゲーション end */
/* フッターメニュー */
.jg-footerMenu {
	margin: 15px auto;
}
.jg-footerMenu li {
	display: inline-block;
}
.jg-footerMenu li + li::before {
	content: " ｜";
}
/* フッターメニュー end */
/* コピーライト */
.jg-p-footerCopyright{
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	padding: 4px;
	margin-bottom: 18px;
}
.jg-p-footerCopyright p {
	font-size: 0.8rem;
	margin: 0;
}
/* コピーライト end */
/* フッターSNS */
.jg-footerSns {
	background-color: #333333;
	height: 36px;
	margin-bottom: 18px;
}
.jg-footerSns ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 270px;
	height: 40px;
	justify-content: space-around;
	align-items: center;
}
.jg-footerSns li {
	list-style-type: none;
}
.jg-footerSns a {
	display: block;
}
.jg-footerSns li img {
	height: 28px;
	display: block;
	padding: 5px;
}
@media screen and (min-width: 768px) {
	.jg-footerSns {
		height: 38px;
	}
	.jg-footerSns ul {
		width: 300px;
	}
	.jg-footerSns li img {
		height: 32px;
	}
}
/* フッターSNS end */
/* フッタードットライン */
.fs-l-footer {
	padding-bottom: 2px;
	margin-bottom: 5px;
	background: url(https://jerrygirl.itembox.design/item/img/dotline.gif) repeat-x 0px bottom #fff ;
}
@media screen and (min-width: 768px) {
	.fs-l-footer {
		margin-bottom: 10px;
	}
}
 /* フッタードットライン end */

/* ページバックスイッチ */
.jg-pagebackswitch {
	position: fixed;
	z-index:6001;
	text-align:center;
	right: 15px;
	bottom: 110px;
	width:50px;
	height:50px;
	font-size:small;
	background:rgba(40,40,40,0.6);
	border-radius:3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	-moz-animation: translate 0.4s;
	-webkit-animation: translate 0.4s;
	-o-animation: translate 0.4s;
	-ms-animation: translate 0.4s;
	animation: translate 0.4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
 	animation-iteration-count: 1;
}
@-webkit-keyframes translate { 
	0%   { -webkit-transform:  translate(0px, 110px) ;} 
	100%  { -webkit-transform:  translate(0px, 0px);} 
}
@-moz-keyframes translate { 
	0%   { -moz-transform:  translate(0px, 110px) ;} 
	100%  { -moz-transform:  translate(0px, 0px);} 
}
@-ms-keyframes translate { 
	0%   { -ms-transform:  translate(0px, 110px) ;} 
	100%  { -ms-transform:  translate(0px, 0px);} 
}
@-o-keyframes translate { 
	0%   { -o-transform:  translate(0px, 110px) ;} 
	100%  { -o-transform:  translate(0px, 0px);}  
}
@keyframes translate { 
	0%   { transform:  translate(0px, 110px) ;} 
	100%  { transform:  translate(0px, 0px);}  
} 
 
.jg-pagebackswitch:hover {
	background:rgba(210,0,110,0.9);
}
.jg-pagebackswitch a {
	display:table-cell;
	vertical-align:middle;
	width:50px;
	height:50px;
	color:#fff;
	text-decoration:none;
}
/* ページバックスイッチ end */
/* ドロワー */
.fs-p-drawer {
	z-index: 3;
}
/* ドロワー end */
/* ドロワーメニュー */
.fs-p-memberInfo {
	flex-direction: column;
}
.fs-p-memberInfo-display {
	display: none;
}
@media screen and (min-width: 1200px) {
	.fs-p-memberInfo-display {
		display: flex;
	}
	.fs-p-memberInfo {
		align-items: stretch;
	}
}
.fs-p-memberInfo__points {
	font-size: 1.2rem;
}
.jg-p-memberInfo_aboutPoints {
	font-size: 1.0rem;
}
.jg-p-memberInfo_discount {
	font-size: 1.2rem;
	font-weight: bold;
}
.fs-p-drawer-heading--lv2 h2 {
	font-size: 1.5rem;
	width: 95%;
}
.fs-p-drawer-heading--lv2 p {
	font-size: 1.0rem;
    margin: 0 0 5px;
}
li.jgSideMenuHeading {
	margin-top: 10px;
}
li.jgSideMenuHeading span.fs-pt-menu__heading--lv1 {
	border: 0px;
	font-size: 1.5rem;
	font-weight: 600;
	padding-bottom: 0px;
}
.jg-p-sideMenu li  {
	background-color: #ebebeb;
}
.jg-p-drawer-heading {
	margin: 30px 0px 10px;
}
/*
.jg-menu-point {
	position: relative;
}
.jg-menu-point:before {
	position: absolute;
	content: 'NEW';
	top: 8px;
	left: 132px;
	color: #fff;
	background-color: #c00000;
	padding: 1px 5px;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 'Times New Roman',sans-serif;
}
.jg-footerNavigation_item li.jg-menu-point:before {
	top: 1px;
	left: 118px;
	padding: 1px 10px;
	font-size: 0.8rem;	
}*/
/* ドロワーメニュー end */


/************************************/
/*　　　　　商品詳細ページ　　　　　*/
/************************************/

/* 上横2列・下横1列レイアウト */

@media screen and (min-width: 960px){
	.fs-l-product4 .fs-l-productLayout {
		display: -ms-grid;
		-ms-grid-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
		grid-template-rows: auto auto;
		-ms-grid-rows:auto auto;
	}
	.fs-l-product4 .fs-l-productLayout__item--3 {
		grid-column: 1/2;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.fs-l-product4 .fs-l-productLayout__item--2 {
		grid-column: 2/3;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	.fs-l-product4 .fs-l-productLayout__item--4 {
		grid-column: 1/3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
	}
}
/* 上横2列・下横1列レイアウト end */
/* 商品説明 */



#slider li + li { top: -14px; }
#itemslider { max-width: 550px; max-height: 550px; margin: 0 auto; }
#bx-pager a { display: inline-block; border: 1px solid #ccc; margin-bottom: 5px; }
#bx-pager a:hover { border: 1px solid #d0016d;}
#bx-pager .active { border: 1px solid #d0016d;}
#bx-pager img { width: 50px; height: auto; vertical-align: bottom; padding: 1px; }
#bx-pager {
	margin: -30px 0 30px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#bx-pager {
		margin: 20px 0px;

	}
	#bx-pager img {
		width: 80px;
	}
}
.jg-itemSpec {
	padding-top: 15px;
}
.jg-itemAttention {
	color :#ff0066;
}
.jg-itemName, .jg-itemLimit, .jg-itemSale {
	display: inline;
	font-weight: 600;;
}
.jg-itemLimit:before, .jg-itemSale:before {
	font-weight: 600;
	content: '【';
}
.jg-itemLimit:after, .jg-itemSale:after {
	content: '】';
	font-weight: 600;
}
.jg-itemNotes {
	margin-top: -10px
}
.jg-itemDescription {
	font-size: 1.6rem;
}
.jg-itemImg {
}
.jg-itemImgOnly {
	text-align: center;
}
.jg-itemImgOnly img {
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}
.jg-itemPictuerList ul {
	padding: 0;
}
.jg-itemPictuerList Li {
	list-style-type: none;
	margin-bottom: 10px;
	max-width: 550px;
}
.jg-itemSpecTable {
	border-collapse:collapse;
	font-size: 1.6rem;
	width: 100%;
	margin: 30px 0;
}
.jg-itemSpecTable th {
	border:1px solid #000066;
	padding: 5px;
	width: 150px;
}
.jg-itemSpecTable td {
	border:1px solid #000066;
	padding: 5px 5px 5px 15px;
}
/*商品ページ サイズ感*/
.jg-sizekan {
	width: 95%;
	padding: 1px 10px;
	font-size: 11px;
	text-align: center;
}
.jg-sizekan th{
	background-color: #aaaaaa;
	color: #ffffff;
	padding: 3px 30px;
}
.jg-sizekan td{
	background-color: #cccccc;
	color: #000000;
	padding: 3px 30px;
}
.jg-sizekan_p {
	font-size: 10px;
	color: #222222;
	padding: 0px 10px;
}
@media screen and (min-width: 768px) {
	.jg-sizekan {
		width: 75%;
	}
}
	/*商品ページ サイズ感 end*/
	/* 説明カード */
	.fs-p-card__title {
		padding-bottom: 0;
	}
	.fs-c-list li.jg-caution {
		list-style-type: none;
		color: #dd3333;
	}
	.fs-c-list li.jg-caution::before {
		display: inline-block; 
	    content: "※";
		width: auto; 
		height: auto; 
		margin: auto; 
		border: 0px solid #7c8790; 
		border-radius: 50%; 
		box-sizing: content-box; 
	}
	.jg-p-card-item_1, .jg-p-card-item_3 {
	width: 90%;
	margin: 0 auto;
	}
	.jg-p-card-container {
		padding: 10px;
	}
	.jg-c-list2 {
		padding-left: 15px;
	}
	.jg-c-list2 li {
		list-style-type: none;
		margin-left: 0;
    	text-indent: 0;
    	padding-left: 0;
    	padding-bottom: 5px;
	}
	.jg-c-list2 li::before {
		display: none;
	}
	@media screen and (min-width: 768px) {
		.jg-p-card-container {
			display: grid;
			grid-template-columns: 1fr 1px 1fr;
			padding: 20px 0px;
		}
		.jg-p-card-item_1 {
			grid-column: 1;
		}
		.jg-p-card-item_2 {
			grid-column: 2;
			border: 1px dotted;
			color: #bbbbbb;
		}
		.jg-p-card-item_3 {
			grid-column: 3;
		}
		.jg-p-card-item_1, .jg-p-card-item_3 {
			width: 80%;
		}
	}
	/* 説明カード end */
/* 商品説明 end */
/* おすすめ商品 */
.fs-c-featuredProduct__header {
	display: none;
}
/* おすすめ商品 */
/* 会員特典 */
.jg-memberBenefits {
	text-align: center;
	margin: 0 auto;
}
#jg-member_top {
	max-width:600px;
	margin: 0 auto 50px;
}
.jg-member_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.jg-member_item{
	margin: 10px;
}

.jg-member_item img {
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	width: 130px;
}
#jg-member_bottom {
	width: 90%;
	margin: 50px auto 20px;
}
#jg-member_bottom img {
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
@media screen and (min-width: 768px) {
	.jg-member_item{
		margin: 30px 50px;
	}
	.jg-member_item img {
		width: 240px;
	}	
	#jg-member_bottom {
		width: 500px;
	}
}
/* 会員特典 end */
/* お気に入りリスト */
.fs-c-wishlistProduct__header {
    display: none;
}
/* お気に入りリスト end */
/* 商品詳細ページ 独自コメント（1） */
.fs-l-product4 div.jg-otherItem {
	border: 1px solid #999999;
	margin: 0px auto 30px;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fs-l-product4 div.jg-otherItemTitle {
	background: #333333;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 2.5rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	position: relative;
	text-align: center;
}
.fs-l-product4 div.jg-otherItemTitle:before {
	content: "";
	display: block;
	width: 100%;
	border-bottom: solid red 1px;
	background: #333333;
}
.jg-otherItemButton {
	display: block;
	width: 90%;
	padding: 0 8px;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #444;
	border-radius: 5px;
	background: #111111;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#111111), to(#222222));
	background: -webkit-linear-gradient(#111111, #222222);
	background: linear-gradient(#111111, #222222);
}
.jg-otherItemButton:visited {
	color: #fff;
}
.jg-otherItemNumber {
	color:#333333;
	font-size:16px;
}
.jg-otherItemContent {
	padding: 40px 20px;
	-ms-flex-preferred-size: 310px;
	flex-basis: 310px;
}
@media screen and (min-width: 768px) {
	.jg-otherItemContent {
		-ms-flex-preferred-size: 29%;
		flex-basis: 29%;
	}
}
.jg-otherItemContent img {
	max-width: 300px;
}
/* 商品詳細ページ 独自コメント（1） end */
/* 商品詳細ページ 独自コメント（4） */
.jg-productComment4 {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 商品詳細ページ 独自コメント（4） end */
/* 商品詳細ページ 独自コメント（2）予約商品アイコン */
/*.jg-saleItem {
	color: #fe0084;
	font-weight: bold;
	text-align: 1.7rem;
}
@media screen and (min-width: 768px) {
	.jg-saleItem {
		color: #fe0084;
		font-size: large;
		font-weight: bold;
	}
}*/
.jg-saleTag {
	margin: 5px 0;
	font-size: 1.0rem;
	display: inline-flex;
	flex-direction: column;
	text-align: center;
}
.jg-saleTagCenter {
	justify-content: center;
}
.jg-saleTag .name {
	background-color: #fe0084;
	padding: 0 5px;
	color: #fff;
	font-weight: 600;
}
.jg-saleTag .percent {
	border: 1px solid #fe0084;
	padding: 0 5px;
	color: #fe0084;
	margin: 0;
}
.jg-saleTag .sloganGreen {
	background-color: #059246;
	padding: 1px 3px;
	color: #fff927;
	font-weight: 600;
}
.jg-saleTag .nameGreen {
	background-color: #354cef;
	padding: 1px 3px;
	color: #2ae171;
	font-weight: 600;
}
.jg-saleTag .percentGreen {
	border: 1px solid #edc048;
	padding: 1px 3px;
	color: #354cef;
	background-color: #edc048;
	font-weight: 600;
	margin: 0;
}
.jg-saleTag .sloganBlue {
	background-color: #030354;
	padding: 1px 3px;
	color: #52a5ff;
	font-weight: 600;
}
.jg-saleTag .nameBlue {
	background-color: #030354;
	padding: 1px 3px;
	color: #52a5ff;
	font-weight: 600;
}
.jg-saleTag .percentBlue {
	border: 1px solid #030354;
	padding: 1px 3px;
	color: #030354;
	background-color: #52a5ff;
	font-weight: 600;
	margin: 0;
}
.jg-saleTag .nameYellow {
	background-color: #0476fd;
	background-size: contain;
	padding: 1px 5px;
	color: #ffc60c;
	font-weight: 600;
}
.jg-saleTag .percentYellow {
	padding: 1px 5px;
	color: #0476fd;
	background-color: #ffc60c;
	font-weight: 600;
}
.jg-saleTag .nameBlack {
	background-color: #222222;
	padding: 0 5px;
	color: #eeeeee;
	font-weight: 600;
}
.jg-saleTag .percentBlack {
	border: 1px solid #222222;
	padding: 0 5px;
	color: #222222;
	margin: 0;
}
.jg-saleTag .nameRed {
	border: 1px solid #cd2a1d;
	background-color: #cd2a1d;
	background-image: url(https://jerrygirl.itembox.design/item/htmlmail/20210101/salebg.gif);
	padding: 1px 5px;
	color: #dddad9;
	font-weight: 600;
}
.jg-saleTag .percentRed {
	border: 1px solid #cd2a1d;
	padding: 1px 5px;
	color: #cd2a1d;
	background-color: #dddad9;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.jg-saleTag {
		flex-direction: row;
		display: flex;
	}
	.jg-saleTag .sloganGreen {
		padding: 2px 0 1px 3px;
	}
	.jg-saleTag .nameGreen {
		padding: 2px 3px 1px 0;
	}
}
.jg-preOrderItemIcon {
	background-color: #fefefe;
}
.jg-preOrderItemContent {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.jg-preOrder {
	background-color: #fe0084;
	color: #fff;
	border-radius: 3px;
	padding: 0 7px;
}
.jg-preOrderItem {
	margin-left: 7px;
}
.jg-preOrder::before {
	font-family: 'fs-icon' !important;
	content: "\e941";
}
.jg-preOrderItem p {
	font-size: 1rem;
	font-weight: 500;
	color: #111;
	margin: 0;
}
.jg-preOrderItem p span {
	font-weight: 600;
}
.fs-c-productListItem .jg-preOrderItemContent {
	align-items: flex-start;
	flex-direction: column;
}
.fs-c-productListItem .jg-preOrder {
	font-size: 1.1rem;
}
/* 商品詳細ページ 独自コメント（2）予約商品アイコン end */
/* 見出し */
.jg-c-heading {
	border-bottom: 2px solid #3c3c3c;
	color: #7c8790;
	margin: 0 auto 45px;
	width: 95%;
	transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
}
.jg-c-heading span {
	font-family: 'Yu Gothic UI', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
	letter-spacing: 0em;
	font-size: 0.7rem;
	position: absolute;
	top: 110%;
	left: 0;
}
.jg-c-heading h1 span::before {
	content: "[ ";
}
.jg-c-heading h1 span::after {
	content: " ]";
}
.jg-c-heading h1 {
	margin: 0 0 -2px;
	text-indent: 1rem;
	font-family: 'Arial', 'Arial Rounded MT Bold', sans-serif;
	letter-spacing: -0.05em;
	font-size: 3.2rem;
	font-weight: 600;
	position: relative;
}
.jg-c-heading h1:first-letter {
	color: #333333;
	font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
	.jg-c-heading {
		border-bottom: 3px solid #3c3c3c;
		width: 80%;
		margin: 30px auto 50px;
	}
	.jg-c-heading span {
		margin-left: 2rem;
		vertical-align: 50%;
		font-size: 1.4rem;
		position: static;
	}
	.jg-c-heading h1 {
		text-indent: 5rem;
		font-size: 5.5rem;
		position: static;
	}
	.jg-c-heading h1:first-letter {
		font-size: 5.7rem;
	}
}
/* 見出し end */
/* 商品グループ */
.jg-categoryPageBanner {
	text-align: center;
}
.jg-categoryPageBanner img{
	width: 100%;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}
@media screen and (min-width: 768px) {
	.jg-categoryPageBanner img{
		width: 60%;
	}
}
/* 商品グループ end */
/* インスタグラム */
.jg-instagram {
	text-align: center;
	margin: 25px;
	font-size: 1.5rem;
	font-weight: 600;
}
.jg-instagram_container {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.jg-instagram_item {
	padding: 7px;
	position: relative;
	width: 250px;
	margin: 0 auto;
}

.jg-instagram_picIcon img {
	width: 15px;
}
.jg-instagram_picIcon {
	position: absolute;
	top: 6%;
	left: 85%;
}
@media screen and (min-width: 768px) {
	.jg-instagram_container {
		width: 80%;
		margin: 0 auto;
	}
	.jg-instagram_item {
		padding: 0;
		position: relative;
		margin: 0 auto;
		overflow:hidden;
	}
	.jg-instagram_item img {
		 transition:1s all;
	}
	.jg-instagram_item img:hover {
		transform:scale(1.2, 1.2);.
		transition:1s all;
	}
}
/* インスタグラム end */
/* 消費税改定 */
.jg-salesTaxHike {
	border: 1px solid #ffffff;
	padding: 15px;
}
.jg-salesTaxHike_title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.jg-salesTaxHike_about h3 {
	background-color: #ffffff;
	color: #ffffff;
	padding: 3px 0px;
	font-size: 1.4rem;
}
.jg-salesTaxHike_about p span {
	color: #3c3c3c;
	font-size: 1.2rem;
}
.jg-salesTaxHike_about p span.jg-red_color {
	color: #dd3333;
}
.jg-salesTaxHike_about p img {
	width: 500px;
}
@media screen and (min-width: 768px) {
	.jg-salesTaxHike {
		padding: 20px;
	}
	.jg-salesTaxHike_title {
		font-size: 1.8rem;
		margin-bottom: 15px;
		text-align: left;
		text-indent: 1rem;
	}
	.jg-salesTaxHike_about h3 {
		font-size: 1.17em;
	}
	.jg-salesTaxHike_about p:nth-child(2) {
		float: left;
		margin-right: 20px;
	}
	.jg-salesTaxHike_about p:nth-child(3) {
		margin-top: 30px;
	}
}
/* 消費税改定 end */
/* ヘッダーライン */
.jg-l-headerLine {
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 3px 6px 3px;
	font-family: 'Kosugi', sans-serif;
}
.jg-l-headerLine P {
	color: #333333;
	font-size: 1.4rem;
	in
}
.jg-tokutenTitle {
	color: #E62382;
	font-size: 1.4rem;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.jg-l-headerLine {
		height: 32px;
		line-height: 32px;
	}
	.jg-l-headerLine .jg-chashless {
		padding-left: 25px;
		font-size: 1.6rem;
	}
	.jg-l-headerLine .jg-tokutenTitle {
		font-size: 1.6rem;
		padding-left: 10px;
	}
}
	/* marquee */
	.marquee {
		overflow:hidden;
	}
	.marquee p:after {
		content:"";
		white-space:nowrap;
		padding-right:50px;
	}

	.marquee p {
	margin:0;
	padding-left:100%;
	display:inline-block;
	white-space:nowrap;
		-webkit-animation-name:marquee;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:20s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marquee;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:20s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marquee;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:20s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marquee;
		-o-animation-timing-function:linear;
		-o-animation-duration:20s;
		-o-animation-iteration-count:infinite;
		animation-name:marquee;
		animation-timing-function:linear;
		animation-duration:20s;
		animation-iteration-count:infinite;
	}
	@-webkit-keyframes marquee {
	  from   { -webkit-transform: translate(0%);}
	  99%,to { -webkit-transform: translate(-100%);}
	}
	@-moz-keyframes marquee {
	  from   { -moz-transform: translate(0%);}
	  99%,to { -moz-transform: translate(-100%);}
	}
	@-ms-keyframes marquee {
	  from   { -ms-transform: translate(0%);}
	  99%,to { -ms-transform: translate(-100%);}
	}
	@-o-keyframes marquee {
	  from   { -o-transform: translate(0%);}
	  99%,to { -o-transform: translate(-100%);}
	}
	@keyframes marquee {
	  from   { transform: translate(0%);}
	  99%,to { transform: translate(-100%);}
	}
	/* marquee end */
/* ヘッダーライン end */
/* ショッピングカート */
.jg-announcement_Container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
}
.jg-announcement_item img {
	max-width: 380px;
	margin: 2px;
}
.jg-announcement_item img {
	margin: 2px;
	border: 1px solid;
}
.jg-announcement_item p {
	margin: 0 0 20px;
}
/* ショッピングカート end */
/* マイページ */
.fs-p-accountInfo__point {
	margin-top: 20px;
}
.jg-p-accountInfo_Discount {
}
.jg-p-accountInfo_Discount_label {
}
.jg-p-accountInfo_Discount_rate {
}
.jg-p-accountInfo_Discount_number {
	color: #C98696;
	font-size: 2.2rem;
	font-weight: bold;
}
.jg-p-accountInfo_Discount_percent {
	font-weight: bold;
}
/* マイページ end */
/* ポイントサービスについて */
.jg-point-memberBanner {
	width: 300px;
	text-align: center;
	margin: 50px auto 10px;
}

/* ポイントサービスについて end */
/* クーポン情報 */
.jg-coupon-memberBanner {
	width: 300px;
	text-align: center;
	margin: 30px 0 10px;
}
/* クーポン情報 end */
