/* -------------------- カリーナクローゼットベース -------------------- */

.fs-preview-header {
	display:none;
}


html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	line-height: 1.5;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

h1,h2,h3,h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	text-align: center;
	color: #000000;
}

h1 {
	font-size:40px;
	margin-bottom: 5px;
}


p {
	padding:0;
	margin:0;
	color: #424242;
	font-size:14px;
	font-weight: 500;
}

ol, ul {
    padding: 0;
    list-style-type: none;
    list-style: none;
    margin: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

a:link,a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover,a:visited hover {
	color: #f01d4f;
	text-decoration: none;
}

a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

table {
	border-collapse: collapse;
	border: solid 1px #888;
}

th {
	border: solid 1px #888;
    background: #f6f6f6;
}

td {
	border: solid 1px #888
}

input,label {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



/* -------------------- FLEX BOX -------------------- */

.cont-flex01 {
	display: flex;
	flex-wrap: wrap;
}

.cont-flex02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont-flex03 {
	display: flex;
	flex-wrap: nowrap;
}

.cont-flex04 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}




/*--------------------------- ヘッダー --------------------------- */

/*フリーパーツ ヘッダーCSS202010 2022年3月フリーパーツ「ヘッダーCSS」から移行*/

.header-banner, .top-key-visual {
    margin: 0 auto;
    max-width: 1100px;
}

.search-area {
	display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 10px auto 0 auto;
}

a.search-btn {
	display: block;
    background: #b2b2b2;
    color: #fff;
    border-radius: 3px;
    padding: 4px 14px;
    font-size: 12px;
}

form.fa-search {
    position: relative;
}

form.fa-search:before {
    display: table;
    line-height: 0;
    content: "";
}

form.fa-search:after {
    display: table;
    line-height: 0;
    content: "";
}

.submit-btn {
    background-color: #000;
    border: none;
    top: 0;
    right: 0;
    width: 55px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    border-radius: 3px;
    font-size: 12px;
}

input.search-key {
    height: 26px;
    width: 200px;
}

.member-flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.navi-flex {
	display: flex;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.navi-flex li {
	width: 25%;
	text-align: center;
	border-left: dotted 1px #fff;
}

.navi-flex li:last-child {
	/*! border-right: dotted 1px #fff; */
}

.logo-top h1 {
	margin: 10px 0 0;
    font-size: medium;
    text-align: center;
}

.fs-p-headerNavigation__listItem {
    margin: 25px 10px 0 0;
	flex-grow: 0;
	min-width: 0;
}

.fs-p-headerNavigation__listItem img {
	width: 21px;
}

.top-wapper {
	margin: 10px auto 10px auto;
	max-width: 1100px;
height: 60px;
align-items: center;
}

#nav-drawer {
	display: none;
}

.freebanner img {
	width: 100%;
}

.navi-wrapper {
	max-width: 1100px;
    margin: auto;
}

.navi-cont {
	background: #000;
}

.navi-cont a {
	color: #fff;
	font-size: 18px;
    font-family: Century , serif;
padding: 0;
line-height: 40px;
display: block;
height: 100%;
}

.navi-cont img {
	display: none;
}

.navi-cont a:hover {
	color: #7c6f22;
	/*! background: #fff; */	
}

/*2022年3月　追加変更 SNSアイコン最下位設置*/
.sns-drawer-sp {
	margin-top: 20px;

}

.sns-flex {
	display: flex;
	justify-content: center;
}

.sns-flex li {
    width: 10%;
    margin: 0 3%;
}

.sns-flex li img {
	width: 100%;
}



@media screen and (min-width: 600px) and (max-width:1024px) {
.top-wapper {
height: 60px;
align-items: center;
}
.dcoreban {
	padding-bottom: 12px;
}

.search-area {
	display: none;
}

.member_pc {
	display: none;
}

.fs-p-headerNavigation__listItem {
	margin: 5px 20px 0 0;
	width: 39px;
}

.top-right {
	margin-top: 15px;
	justify-content: flex-end;
}

.logo-top img {
	width: 80%;
}

.login-top {
	width: 11%;
	margin-right: 20px;
}

.cont-top-right {
	display: block;
    margin: 0;
    width: auto;
}

.search-top {
	display: none;
}

#nav-drawer {
	margin: 5px 10px 10px 10px;
	display: block;
}

.header_scroll {
	background: #fff;
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;
    z-index: 100;
    /*2021年3月　M　114pxから120pxへ変更*/
    /*max-height: 120px;*/
}

.top-wapper {
	margin: auto;
}

.navi-cont {
	background: #fff;
	/*margin-top: 115px;*/
	/*2022年3月　position:stickeyにしたためmarginを0に変更*/
	margin-top: 0x;
}

.navi-cont a {
    padding: 10px 0 0 0;
padding: 0;
line-height: 40px;
display: block;
height: 100%;
}

.navi-flex li {
	/*! border-left: dotted 1px #000; */
}

.navi-flex li:last-child {
	/*! border-right: dotted 1px #000; */
}

.navi-cont img {
	display: block;
	/*width: 25%;*/
    margin: auto;
}

span.gn_menu {
	display: block;
color:#000;
}
span.gn_menu:hover {
	display: block;
color:#666;
}

/*2022年3月追記*/
.joudanbannercal202010_sp {
	display: block;
	max-width: 1100px;
}

.joudanbannercal202010_pc {
	display: none;
}

}


@media screen and (max-width: 1024px) {

/*2021年3月　M 追記*/
.ul{
    height:60px;
}

.ul li a{
    height:60px;
}

.dcoreban {
	padding-bottom: 4px;
	text-align: center;
}

.search-area {
	display: none;
}

.member_pc {
	display: none;
}

.header .header_login {
	width: 15%;
    top: 5px;
    right: 0px;
    position: absolute;
    z-index: 0;
}
.fs-p-headerNavigation__link:link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_login {
	width: 15%;
    top: 5px;
    right: 0px;
    position: absolute;
    z-index: 0;
}
/* ハンバーガー	 */
.header_wrap #nav-drawer {
	position: relative;
	padding: 5px 2px 5px 4px;
}

/*チェックボックスを非表示*/
.header_wrap .nav-unshown {
	display: none;
}

/*アイコンのスペース*/
.header_wrap #nav-open {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0px 0px -6px 10px;
}

/*ハンバーガーアイコン*/
.header_wrap #nav-open span,.header_wrap  #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 1px;
	width: 18px;
	border-radius: 1px;
	background: #000;
	display: block;
	content: '';
	cursor: pointer;
}
.header_wrap #nav-open span:before {
	bottom: -6px;
}
#nav-open span:after {
	bottom: -13px;
}	
	
.headbtn01{
		height: 80px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 0 10px;
}
.headbtn01 img{
		width:  26px;
/* 	vertical-align: middle; */
		/*! margin: auto 0; */
		/*! display: block; */
		text-align: center;
}
.headbtn02fevo{
		height: 80px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 10px 0 auto;
}
.headbtn02fevo img{
		width:  26px;
/* 	vertical-align: middle; */
		/*! margin: auto 0; */
		/*! display: block; */
		text-align: center;
}
.logo-top img {
	max-height: 31px;
/* 	margin-right: 10px; */
}

.top-right {
	justify-content: flex-end;
}

.login-top {
	width: 43px;
	margin: 5px 5px 5px 5px;
}

.login-top img {
	width: 55%;
}

.cont-top-right {
	display: block;
    margin: 0;
    width: auto;
}

.search-top {
	display: none;
}



.nav-brand .ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style:  none;
  border-bottom:  1px solid #dcdcdc; 


}
.nav-brand li {
/* 	border: solid 1px #000; */
	width: 33%;
	text-align: center;
        /*2021年3月　M　40pxから60pxへ変更*/
	height: 60px;
	/*! line-height: 40px; */
font-size: 18px;
font-family: Century , serif;
}
.nav-brand li:first-of-type {
	border-right: 1px solid #dcdcdc;
}
.nav-brand li:last-of-type {
	border-left: 1px solid #dcdcdc;
}
.nav-brand a {
	color: #000;
	height: 100%;
	width: 100%;
	display: table;
	/*! line-height: 40px; */
	/*! padding: 0; */
	/*! margin: 0; */
	/*! vertical-align: middle; */
	position: relative;
}	
.nav-brand a:hover {
	opacity: .5;
}	
.nav-brand a img {
/*2021年3月　M　15pxから25pxへ変更*/
max-height:25px; 
margin: auto;
display: table-cell;
/*! vertical-align: middle; */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}	


.fs-p-headerNavigation__listItem {
	margin-top: 0px;
    max-width: 36px;
    width: auto;
}

.header_scroll {
	background: #fff;
    /*position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;*/
/*     max-height: 71px; */
}

.header_wrap #nav-drawer {
	/*! margin: -2px; */
	display: block;
	/*! padding: 18px 5px 10px 5px; */
}

.top-wapper {
	margin: auto;
}

.navi-cont {
	background: #fff;
        /*2021年3月　M　101pxから120pxへ変更*/
        /*margin-top: 120px;*/
		margin-top: 0;
}

.navi-cont a {
padding: 0;
line-height: 40px;
display: block;
height: 100%;
}

.navi-flex li {
	/*! border-left: dotted 1px #000; */
}

.navi-flex li:last-child {
	/*! border-right: dotted 1px #000; */
}

.navi-cont img {
	display: block;
    margin: auto;
    /*! max-width: 44px; */
	max-height: 10px;
	/*! padding: 3px 0; */
	margin: 13px auto;
	width: initial;
}

span.gn_menu {
	display: block;
color:#000;
}
span.gn_menu:hover {
	display: block;
color:#666;
}

/*2022年3月追記*/
.header_scroll {
	background: #fff;
	position: -webkit-sticky; /* Safari用 */
    position:sticky; /* 要素をスクロールに応じて固定 */
    top:0; /* 縦スクロールに追従 */
    z-index: 100; /* z-indexで最前面に持ってくる */
}

.joudanbannercal202010_sp {
	display: block;
	max-width: 1100px;
	width: 100%;
}

.joudanbannercal202010_pc {
	display: none;
}
}

@media screen and (min-width: 1025px) {
.logo-top h1 {
    text-align: left;
}	
.nav-brand{
	  display: none;	
	}

.headbtn01{
		height: 80px;
		text-align: center;
		display: none;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 auto;
		order:2 ;
}
.headbtn01 img{
		width:  40px;
/* 	vertical-align: middle; */
		/*! margin: auto 0; */
		/*! display: block; */
		text-align: center;
}
.headbtn02fevo{
		height: 80px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 30px 0 auto;
		order:3 ;
}
.headbtn02fevo img {
		width:  40px;
    /*! vertical-align: middle; */
		/*! margin: auto 0; */
		/*! display: block; */
		text-align: center;
}
.fs-p-headerNavigation__listItem {
  margin:0 10px 0 0;
	flex-grow: 0;
	min-width: 0;
	order: 4;
}

.fs-p-headerNavigation__listItem img {
	width: 35px;
}
.dcoreban {
	text-align: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.top-wapper {
	margin: 10px auto 10px auto;
	max-width: 1100px;
height: 80px;
align-items: center;
} 

.navi-cont {
	background: #fff;
}

.navi-cont a {
    color: #fff;
    font-size: 18px;
    font-family: Century , serif;
    padding: 0;
    line-height: 40px;
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    height: 30px;

}
.navi-cont a img{
    font-size: 18px;
    font-family: Century , serif;
    padding: 0;
    line-height: 40px;
    display: block;
    height: 15px;
    margin: 15px auto 5px;
}

.joudanbannercal202010_sp {
	display: none;
}
}

@media screen and (max-width: 599px) {
	.header_scroll {
		background: #fff;
		position: -webkit-sticky; /* Safari用 */
		position:sticky; /* 要素をスクロールに応じて固定 */
		top:0; /* 縦スクロールに追従 */
		z-index: 100; /* z-indexで最前面に持ってくる */
	}
}

@media screen and (max-width: 768px) {
    
	.cont-flex04 {
		box-shadow: 0 4.2px 3px -3px #cdcdcd;
	}

    /*グローバルナビゲーション*/
	.navi-flex { /*ul*/
        flex-wrap: nowrap;
		border-top: none;
		border-bottom: none;
	}

	/*.navi-flex li {
		border: 1px solid #dcdcdc;
	}

    .navi-flex li:nth-child(1),
	.navi-flex li:nth-child(3) {
		border-left:none;
   }

   .navi-flex li:nth-child(1),
	.navi-flex li:nth-child(2) {
		border-right:none;
   }

   .navi-flex li:nth-child(1),
   .navi-flex li:nth-child(2) {
        border-bottom: none;
        width: 50%;
  }

   .navi-flex li:nth-child(3),
   .navi-flex li:nth-child(4),
   .navi-flex li:nth-child(5) {
    border-right:none;
		width: 33%;
   }*/

}

/* ------------------- ハンバーガーメニュー ------------------- */

#nav-drawer {
	position: relative;
	padding: 5px 2px 5px 4px;
}

/*チェックボックスを非表示*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin: 0px 10px -6px 10px;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 28px;
	border-radius: 1px;
	background: #000;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -11px;
}
#nav-open span:after {
	bottom: -22px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*メニュー中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 325px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったら表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .7;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#sp_navi {
	border-bottom: solid 1px #bbb;
}


#sp_navi li a {
	color: #000000;
	font-size: 14px;
	display: block;
	border-top: solid 1px #bbb;
	background: #fff;
}

#sp_navi li.in_navi {
	color: #000000;
	font-size: 14px;
	display: block;
	border-top: solid 1px #bbb;
	background: #fff;
}


#nav-close:after {
    content: "×";
    color: #fff;
	font-size: 40px;
    position: absolute;
    top: -10px;
    right: 0px;
}

a.gn_01:after {
    content: "＞";
	color: #bbb;
	position: absolute;
    right: 10px;
    font-weight: bold;
}

a.gn_03:after {
    content: "＞";
	color: #bbb;
	position: absolute;
    right: 10px;
    font-weight: bold;
}

a.gn_04:after {
    content: "＞";
	color: #bbb;
	position: absolute;
    right: 10px;
    font-weight: bold;
}

#sp_navi li a.gn_01 {
	padding: 15px 0 15px 20px;
}

#sp_navi li.in_welcome {
	background: #bbb;
    background: #eee8e2;/*2022年3月サブメニュー背景変更*/
	padding: 15px 0 15px 20px;
}

#sp_navi li.in_cont {
	padding: 15px 0 15px 20px;
}

#sp_navi ul.in_box01 li.in_navi {
	padding: 15px 0 15px 20px;
	background: #bbb;
    background: #eee8e2;/*2022年3月サブメニュー背景変更*/
	border-top: solid 1px #fff;
}

#sp_navi ul.in_box02 li a.gn_03 {
	font-size: 13px;
	padding: 15px 0 15px 20px;
}

#sp_navi ul.in_box01 li a.gn_04 {
	padding: 15px 0 15px 20px;
	background: #bbb;
    background: #eee8e2;/*2022年3月サブメニュー背景変更*/ 
	border-top: solid 1px #fff;
}

#sp_navi ul.in_box01 li a.gn_04:after {
    content: "＞";
	color: #fff;
    color: #444;/*2022年3月変更*/
	position: absolute;
    right: 10px;
    font-weight: bold;
}





/* ------------------- タグオープン（主にヘッダー用） ------------------- */

label.gn_02:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://carinacloset.itembox.design/item/on_open.png);
    background-size: contain;
    vertical-align: middle;
}

input[type="checkbox"].on_off:checked + label.gn_02:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://carinacloset.itembox.design/item/on_close.png);
    background-size: contain;
    vertical-align: middle;
}

.accbox {
    margin: 0;
    padding: 0;
}

.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.4s;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}

.cssacc:checked~.accshow {
    height: auto;
    padding: 15px 0 0 5px;
    opacity: 1;
}

label.box_open {
	position: relative;
}

label.box_open:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://carinacloset.itembox.design/item/on_open.png);
    background-size: contain;
    vertical-align: middle;
    transform: rotate(360deg);
    transition: 0.1s;
}

input[type="checkbox"].cssacc:checked + label.box_open:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://carinacloset.itembox.design/item/on_close.png);
    background-size: contain;
    vertical-align: middle;
    transform: rotate(540deg);
}






/*------------------------------ フッター ---------------------------------*/







/*------------------------------ トップページ ---------------------------------*/
/*Google Font - Cormorant Garamond*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');

#toppage h2 {
    clear: both;
    margin: 120px 0px 30px;
    padding: 0 0 10px 0;
    color: #000000;
    /*font-family: Century , serif;*/
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#toppage1 h2 {
    clear: both;
    margin: 120px 0px 30px;
    padding: 0 0 10px 0;
    color: #000000;
    /*font-family: Century , serif;*/
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#toppage2 h2 {
    clear: both;
    margin: 120px 0px 30px;
    padding: 0 0 10px 0;
    color: #000000;
    /*font-family: Century , serif;*/
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.clearfix, .cf, .comment-respond {
    zoom: 1;
}

.top_listbtn {
    margin: 10px 0 30px 0;
}

.top_listbtn a {
    text-align: center;
    /*background-color: #dddddd;*/
    background-color: #000;
    border-radius: 6px;
    width: 40%;
    margin: 0 auto;
    display: block;
    /*color: #000;*/
    color: #fff;
    /*padding: 5px 20px;*/
    padding: 6px 0;
    text-decoration: none;
    letter-spacing: .1rem;
}
    @media screen and (max-width: 768px) {
        .top_listbtn a {
            width: 60%;
        } 
    }

.top_listbtn a:hover {
    opacity: .8;
}

/* contents */

.sub_ttl {
    width: 100%;
    padding: 0;
    color: #000000;
    font-size: 32px;
    text-align: center;
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 20px 0 0 0;
    line-height: 1;
    padding-bottom: 5px;
}

.contents_border {
    background: url(https://carinacloset.itembox.design/item/ttl_border.png) repeat-x;
    height: 7px;
    border: none;
    padding: 0;
    margin: 0;
}

.CC_Recommend2_recommend {
    width: 96%;
    margin: 0 auto 10px auto;
}

.CC_Recommend2_recommend ul {
    padding: 0px;
}

.CC_Recommend2_recommend ul li {
    display: block;
    float: left;
    width: 30%;
    margin: 1%;
    line-height: 1.5;
    font-size: 100%;
    height: auto;
}




/* category */

#category {
    clear: both;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 10px 15px 10px;
    text-align: center;
    overflow: hidden;
}

#category h3 {
    background-color: #1b1d21;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    font-size: 0;
    line-height: 0;
    padding: 5px 0;
    background-image: none;
    text-indent: 0px;
    margin-bottom: 0px;
}

#category ul li {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 50%;
}

#category ul li.category-1 a {
    background: url(https://carinacloset.itembox.design/item/category_icon_1.png) 8px center no-repeat;
    background-size: 19px 18px;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-2 a {
    background: url(https://carinacloset.itembox.design/item/tshirt18.png) 8px center no-repeat;
    background-size: 19px 18px;
    border-left: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-3 a {
    background: url(https://carinacloset.itembox.design/item/jackets3.png) 8px center no-repeat;
    background-size: 19px 18px;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-4 a {
    background: url("https://carinacloset.itembox.design/item/female84.png") 8px center no-repeat;
    background-size: 19px 18px;
    border-left: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-5 a {
    background: url("https://carinacloset.itembox.design/item/pant.png") 8px center no-repeat;
    background-size: 19px 18px;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-6 a {
    background: url("https://carinacloset.itembox.design/item/skirt.png") 8px center no-repeat;
    background-size: 19px 18px;
    border-left: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-7 a {
    background: url("https://carinacloset.itembox.design/item/bag.png") 8px center no-repeat;
    background-size: 19px 18px;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-8 a {
    background: url("https://carinacloset.itembox.design/item/shouse.png") 8px center no-repeat;
    background-size: 19px 18px;
    border-left: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}

#category ul li.category-9 a {
    background: url("https://carinacloset.itembox.design/item/32935.png") 8px center no-repeat;
    background-size: 19px 18px;
}

#category ul li.category-10 a {
    background: url("https://carinacloset.itembox.design/item/dresses9.png") 8px center no-repeat;
    background-size: 19px 18px;
    border-left: 1px dotted #c8c8c8;
}

#category ul li a {
    display: block;
    padding: 5px 5px 5px 35px;
    text-decoration: none;
    color: #000;
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}




/* top category */

.top_category {
    color: #000000;
}

.top_category dl{
	padding:0;
	margin:0;
}
.top_category ul{
	padding:0;
	margin:0;
	
}
.top_category li{
	padding:15px 10px 15px 10px;
	margin:0;
}

.top_category li a{
	color:#000000;
	text-decoration:none;
}

.top_category .acordion{
}

.top_category .trigger{
	padding:15px 10px 15px 10px;
	border-bottom:1px solid #bfbfbf;
	font-size:100%;
	position:relative;
	background-color:#e1e1e1;
	
}
.top_category .trigger img{
	position:absolute;
	margin-left:-10%;
	
}
.top_category .trigger.active{
	border-bottom:1px solid #cfcfcf;
	
}
.top_category .trigger2{
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #bfbfbf;
	font-size:100%;
	position:relative;
	
}
.top_category .trigger2 img{
	position:absolute;
	margin-left:-10%;
	
}
.top_category .trigger2.active{
	border-bottom:1px solid #cfcfcf;
}

.top_category .acordion_tree{
	padding:0px;
	background-color:#f6f6f6;
}

.top_category .acordion_tree ul{
	padding:0;
	margin:0;
	
}
.top_category .acordion_tree li{
	width:100%;
	padding:15px 10px 15px 30px;
	border-bottom:1px solid #c2c2c2;
	box-sizing:;
	
}
.top_category .acordion_tree li a{
	display:block;
	color:#000;
	text-decoration:none;
	
}
.top_category .acordion_tree .ttl{
	color:#FFFFFF;
	background-image:none;
	background-color:#c2c2c2;
}

.top_category .open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:2%;
	height:13px;
	width:13px;
	background:url(https://carinacloset.itembox.design/item/on_open.png) no-repeat;
	-webkit-background-size:13px 13px;
}
.top_category .trigger.active .open-close{
	background:url(https://carinacloset.itembox.design/item/on_close.png) no-repeat;
	-webkit-background-size:13px 13px;
}

.topix_top p.date {
    margin-right: 15px;
    font-size: 16px;
    font-style: italic;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.topix_top span.news {
    background: #ecdb7d;
    vertical-align: text-bottom;
}
.topix_top span.category {
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
}

.topix_top a {
    color: #69C;
    outline: none;
    text-decoration: none;
}

.fs-listnews {
    background-color: rgb(246, 246, 246);
    padding: 10px 20px 20px;
}

.fs-listnews a { 
    color:#000;
    /*text-decoration: underline;*/   
}

.fs-listnews a:hover {
    opacity: .6;
}


.fs-listnews .news_detail {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.fs-listnews dt {
    float: left;
    width: 15%;
    box-sizing: border-box;
    padding: 10px 0px 10px 10px;
}

.fs-listnews dd {
    width: 83%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 40px 10px 10px 0px;
}

.topix_row {
  display: flex;
  background: #fff;
  flex-wrap:wrap;/*回り込み有効化*/
  padding-left:16%;
}
.topix_col {
  width: calc(80% / 2);/*2等分*/
}
.topix_num {
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin:10px;
  padding:0px 0;
}

/* top ranking */

.tabs {
  width: 100%;
   height:750px;
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
}

.tabs li {
  float: left;
  display: block;
}

.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.tabs label {
	display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  background: #afccea;
  cursor: pointer;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:100px;
}

.tabs label:hover {
  background: #afccea;
}

.tabs label img {
    display: block;
 margin-left: auto;
 margin-right: auto;
}

.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 96%;
  font-size: 17px;
  line-height: 25px;
  position: absolute;
  top: 53px;
  left: 0;
  background: #ffffff;
}

.tabs .tab-content img {
	width:100%;
	display: block;
 margin-left: auto;
 margin-right: auto;
}

.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #ffffff;
  color:#000000;
}

.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

.ranking_top {
    height: 720px;
    overflow: hidden;
}
.ranking_box {
    position: relative;
}

.ranking_box .crown1 {
    position: absolute;
    top: 26px;
    left: 38px;
}

.ranking_box .crown2 {
    position: absolute;
    top: 26px;
    left: 248px;
}

.ranking_box .crown3 {
    position: absolute;
    top: 26px;
    left: 459px;
}

.ranking_box .crown4 {
    position: absolute;
    top: 26px;
    left: 669px;
}

.ranking_box .crown5 {
    position: absolute;
    top: 26px;
    left: 880px;
}

.ranking_box .crown6{
	position:absolute;
	top:367px;
	left:38px;
}

.ranking_box .crown7{
	position:absolute;
	top:367px;
	left:248px;
}
.ranking_box .crown8{
	position:absolute;
	top:367px;
	left:459px;
}
.ranking_box .crown9{
	position:absolute;
	top:367px;
	left:669px;
}

.ranking_box .crown10{
	position:absolute;
	top:367px;
	left:880px;
}

.FS2_Recommend2_recommend ul li {
	border:none !important;
}




/* RANKINGタブ切り替え
-->2022年4月設定最初から変更。RANKINGパーツのほうにstyleを記述
.tabs {
  position: relative;
  min-height: 200px; /* This part sucks
  clear: both;
  margin: 25px 0;
}

.tab {
  float: left;
}

.tab label {
  background: #eee;
  padding: 10px;
  margin-left: -1px;
  position: relative;
  left: 1px;
}

.tab [type=radio] {
  display: none;
}

.content_ranking {
  position: absolute;
  top: 53px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
}

[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .content_ranking {
  z-index: 1;
}

.btn_size {
  padding:10px 30px 10px 30px;
}
*/

/* トップページ RECOMMENDED ITEM (.top-recommended-item)*/
/*<article>*/
.top-recommended-item .fs-c-productListCarousel__list__item {
    margin: 0 10px;
}

/*商品詳細（ブランド、商品名）*/
.top-recommended-item .fs-c-productListItem__productName {
    font-size: 12px;
    text-align: left;
}

.top-recommended-item .fs-c-productName__copy {
    font-size: 1.32rem;
    color: #888;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: .08rem;
}

.top-recommended-item .fs-c-productPrice {
    font-size: 12px;
    margin-top: -5px;
}

.top-recommended-item .fs-c-button__label {
    font-size: 12px;
}

.top-recommended-item .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.top-recommended-item .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.top-recommended-item .fs-c-button--particular.fs-c-button--displayPassword::before,
.top-recommended-item .fs-c-button--particular.fs-c-button--hidePassword::before {
    font-size: 2.0rem;
    margin-right: 6px;
}


/* ------------------- グループページ ------------------- */

.groupwrap {
    width: 600px;
    margin: 0 auto;
}

.groupwrap1 {
    width: 1100px;
    margin: 0 auto;
}

.postcontents .pc {max-width: 100%;}


#primary .post h2 {
    clear: both;
    margin: 120px 0px 40px;
    padding: 0 0 10px 0;
    color: #000000;
    font-family: Century , serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

.group3 h3 {
    clear: both;
    margin: 60px 0px 40px;
    padding: 0 0 10px 0;
    color: #000000;
    font-family: Century , serif;
    font-size: 25px;
    letter-spacing: 0.1em;
}

#primary .post {
    padding: 5px;
}

#primary .post p {
    margin: 0 0 5px 0;
    font-size:14px;
    line-height: 1.7;
}

#primary .post li {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 5px;
    padding: 15px;
    border-bottom: 1px dotted #AB951D;
}

#primary .post li em {
    color: #7c6f22;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 10px 0 0;
}

#primary .post h4 {
    clear: both;
    padding: 5px;
    color: #fff;
    background: #AB951D;
    font-family: Century , serif;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.mobile_faq dt {
    padding: 20px 0px 0px 0px;
    color: #7c6f22;
    font-size: 16px;
    overflow: hidden;
}

.mobile_faq dd {
    clear: both;
    padding: 10px 0px 10px 26px;
    line-height: 1.6;
}

.mobile_faq dt em {
    background: #d7c2ae;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    margin: -10px 10px 0 0;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    vertical-align: middle;
}

.mobile_faq dd em {
    background: #ccc;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 0 -30px -50px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.mobile_faq dl {
    margin: 10px 5px;
    border-top: 1px dotted #AB951D;
}

.classstage {
    width: 43%;
    float: left;
}

.happy1 {
    background-image:url(https://carinacloset.itembox.design/item/happy1.jpg); 
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left: 200px;
}

.happy2 {
    background-image:url(https://carinacloset.itembox.design/item/happy2.jpg); 
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left: 200px;
}

.happy3 {
    background-image:url(https://carinacloset.itembox.design/item/happy3.jpg); 
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left: 200px;
}

.happy4 {
    background-image:url(https://carinacloset.itembox.design/item/happy4.jpg); 
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left: 200px;
}

.happy5 {
    background-image:url(https://carinacloset.itembox.design/item/happy5.jpg); 
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left: 200px;
}

.happy6 {
    background-image:url(https://carinacloset.itembox.design/item/happy6.jpg); 
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left: 200px;
}

.happy_under {font-size: 16px;
    line-height: 16px;
    color: #6b3e0d;
    padding-top: 10px;
    border: solid 1px #fff;
}

.sphappy {display:none;}

.tagbox li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.tagbox .tagitem li {
    width: 100%;
    margin: 0;
    font-size: 100%;
    border-bottom: 1px solid #c2c2c2;
    padding: 4%;
    color: #000000;
    background-image: url(https://carinacloset.itembox.design/item/arrow_right_js.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 3%;
    box-sizing: border-box;
}

.list_eyecatch {
    float: left;
    width: 35%;
}
.list_txt {
    width: 65%;
    float: left;
    padding-left: 20px;
}

#primary .post .newstag li {
    display: flex;
}

.list_layout {
    margin: auto;
}

.grid_item3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid_item3 .item1{
     width:30%;
     font-size:18px;
}

.grid_item3 .item2{
     width:20%;
     font-size:18px;
}

.allitem li {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 5px;
    padding: 15px;
    border-bottom: 1px dotted #AB951D;
}

.dcoreban {
    width: 100%;
    padding-bottom: 2%;
}

.dcoreban2 {
    width: 100%;
    padding-bottom: 2%;
}

.dcoreban2img {
    width: 48%;
    float: left;
    margin: 0 1%;
}


/* ------------------- グループページ用タグオープン ------------------- */

.tagbox {
    margin: 0;
    padding: 0;
}

.tagbox label {
    display: block;
    cursor :pointer;
    transition: all 0.4s;
}

.tagbox input {
    display: none;
}

.tagbox .tag-in {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}

.tag-on-off:checked~.tag-in {
    height: auto;
    padding: 15px 0 0 0;
    opacity: 1;
}

label.tag-open {
	position: relative;
}

label.tag-open:after {
	position: absolute;
    right: 0;
    bottom: 18px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://carinacloset.itembox.design/item/on_open.png);
    background-size: contain;
    vertical-align: middle;
    transform: rotate(360deg);
    transition: 0.1s;
}

input[type="checkbox"].tag-on-off:checked + label.tag-open:after {
	position: absolute;
    right: 0;
	bottom: 18px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://carinacloset.itembox.design/item/on_close.png);
    background-size: contain;
    vertical-align: middle;
    transform: rotate(540deg);
}

.tagcont {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 5px;
    padding: 15px;
}


/* ------------------- NEWS用タグオープン ------------------- */

.newstagbox {
    margin: 0;
    padding: 0;
}

.newstagbox label {
    display: block;
    cursor :pointer;
    transition: all 0.4s;
}

.newstagbox input {
    display: none;
}

.newstagbox .newstag-in {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}

.newstag-on-off:checked~.newstag-in {
    height: auto;
    padding: 15px 0 0 0;
    opacity: 1;
}

label.newstag-open {
	position: relative;
}


label.newstag-open:before {
    top: 4px;
    right: 225px;
}

label.newstag-open:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-top: none;
    border-left: none;
    transition: 0.1s;
}

label.newstag-open:after {
    bottom: 4px;
    right: 218px;
    transform: rotate(180deg);
}

label.newstag-open:after {
	position: absolute;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-top: none;
    border-left: none;
    transition: 0.1s;
}

input[type="checkbox"].newstag-on-off:checked + label.newstag-open:before {
	transform: rotate(360deg);
    border-right: none;
}

input[type="checkbox"].newstag-on-off:checked + label.newstag-open:after {
	transform: rotate(540deg);
    border-right: none;
    
}


/* ------------------- NEWS_cp ------------------------------- */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 40px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: #fff;
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 14rem;
	font-family: Font Awesome;
        font-weight: 400;
	content: '▼'' Read More';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #000;
	border-radius: 5px;
	background-color: #DEDEDE;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 640px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: Font Awesome;
        font-weight: 400;
	content: '▲'' close';
        
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


/* ------------------- 商品ページ ------------------------------- */

.fs-p-productDescription.fs-p-productDescription--full td{
        border: solid 1px #fff;
}

/*会員価格色変更*/
.fs-c-productPrice--member span.fs-c-price__value,
.fs-c-productPrice--member span.fs-c-price__currencyMark {
   color: red;
}

.fs-c-productPrice--selling span.fs-c-price__value,
.fs-c-productPrice--selling span.fs-c-price__currencyMark {
   font-size: 14px;
}


/* ------------------- popupモダール ---------------------------- */

.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 30%;
    top: 30%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 700px;
         height: 280px;
         padding: 20px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 33% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
.style-item {flex: 1 0 40%;}
li.style-item {
    height: 280px;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}

/* ------------------------- 会社概要 -------------------------- */
#company h2 {
    clear: both;
    margin: 120px 0px 40px;
    padding: 0 0 10px 0;
    color: #000;
    font-family: Century , serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#company h3 {
    text-align: left;
    padding: 15px 10px;
    font-size: 18px;
    color: #333;
    background: #E2E2E2;
font-weight: normal;
}


#company dl dt {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    background: #E2E2E2;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    text-shadow: 1px 1px 0px #fff;
    color: #555;
}

#company dl dd {
    padding: 5px 5px 20px 5px;
    line-height: 2;
    margin-bottom: 20px;
}

#company .contents3 ol {
    padding: 30px;
    margin: 20px 0 40px;
    border-radius: 5px;
}

#company .contents3 ol li {
color: black;
}

#company .contents3 em {
    display: block;
    margin: 20px 0 20px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px dotted #0033A0;
    border-radius: 5px;
    color: #0033A0;
}

#company .contents3-1 em {
    display: block;
    font-size: 12px;
    color: #0033A0;
    margin: inherit;
    padding: inherit;
    text-align: inherit;
    font-weight: inherit;
    border: inherit;
    border-radius: inherit;
}

#company .contents3 ul {
    list-style: circle;
    margin: 5px 2em;
}

#company .contents3 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 10px 0;
}

#company .contents4 dl {
    clear: both;
    overflow: hidden;
}

#company .contents4 dl dt {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    background: #E3E3E3;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    text-shadow: 1px 1px 0px #fff;
    color: #555;
}

#company .contents4 dt {
    float: left;
    width: 24%;
    color: #333 !important;
    padding: 5px 0 !important;
    text-align: center;
    font-size: 12px !important;
}

#company .contents4 dl dd {
    padding: 5px 5px 20px 5px;
    line-height: 2;
    margin-bottom: 20px;
}

#company .contents4 dd {
    float: right;
    width: 69%;
    padding: 0 !important;
    border-bottom: 1px dotted #ccc;
}

#company .contents5 em {
    display: block;
    margin: 20px 0 20px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px dotted #0033A0;
    border-radius: 5px;
    color: #0033A0;
}

#company .contents6 dl {
    clear: both;
}

#company .contents6 .inner {
    padding: 0 0 30px 0;
    margin: 20px 0 30px 0;
}

#company .contents6 dl dd {
    padding: 5px 5px 20px 5px;
    line-height: 2;
    margin-bottom: 20px;
}

#company .contents6 dl dt {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    text-shadow: 1px 1px 0px #fff;
    color: #555;
}

#company .contents6 .pic {
    float: right;
    margin: 10px 0 10px 20px;
    padding: 3px;
    line-height: 0;
    border: 1px dotted #ccc;
}

#company .contents6 img{
    width: 300px;
}

#company .contents6-1 em {
    display: block;
    margin: 20px 0 20px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px dotted #0033A0;
    border-radius: 5px;
    color: #0033A0;
}

#company .contents6 ul {
    list-style: circle;
    margin: 5px 2em;
}

#company .contents6 ul.list01 {
    overflow: hidden;
    padding: 0;
    margin: 20px 0 30px !important;
    width: 100%;
}

#company .contents6 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 10px 0;
}

#company .contents6 ul.list01 li {
    list-style: inside circle;
    padding-bottom: 5px;
}

#company .contents7 .inner {
    width: 32.3%;
    float: left;
    padding: 0 0.5%;
    margin: 5px 0;
}

.center_btn {
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

.inquiry_btn {
  display: block;
  width: 250px;
  height: 42px;
  text-align: center;
  line-height: 50px;
  background: #DD3162;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.inquiry_btn span{
  font-size:18px;
  color: #FFF;
  position: relative;
  letter-spacing: 3px;
}

.inquiry_btn span::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -8px;
}

.inquiry_btn:hover {
  background-color: #ea83a0;
}

.ceopicture img {
    margin: 30px 0 5px;
}

.ceopicture {
    text-align: center;
}

.compbrand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0 0;
}

div#company p {
    margin: 0 0 30px;
}

div#company {
    padding: 20px;
}

/* --------------------CONTACT -------------------------------- */

#contact p {
    font-size: 14px;
    line-height: 1.8;
}

#contact .ptp10 {
    padding-top: 10%;
}

#contact .contactForm p.lead {
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px 0;
}

#contact .contactForm dl {
    overflow: hidden;
    clear: both;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
}

#contact .contactForm dd {
    float: right;
    width: 340px;
    margin: 0;
}

#contact .contactForm dt {
    float: left;
    width: 185px;
    font-size: 14px !important;
}

#contact .contactForm dt span {
    padding: 0 0 0 2px;
    color: #F00;
    font-size: 12px;
}

#contact .contactForm dd .wpcf7-list-item {
    display: block;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 10px auto;
    padding: 15px 40px;
    background: #DD3162;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    border-style: none;
}





/* ------------------- 詳細検索 ------------------- */

.fs-body-category-serch .fs-c-productList {
	display: none;
}

.search {
	margin: 30px 0;
}

select {
	-webkit-appearance: menulist;
	background: #fff;
}

.color_tip {
    width: 12px;
    height: 12px;
    margin: 4px 5px 0 0;
    display: inline-block;
    vertical-align: 1px;
}

.color_wht {
	background-color: #ffffff;
    border: solid 1px #cccccc;
}

.color_pin {
	background-color: #F5A4C6;
}

.color_red {
	background-color: #DE5252;
}

.color_yel {
	background-color: #FAE05C;
}

.color_ora {
	background-color: #F5993D;
}

.color_gre {
	background-color: #58B075;
}

.color_blu {
    background-color: #4783BF;
}

.color_pur {
	background-color: #AF60BF;
}

.color_blk {
	background-color: #000000;
}

.color_bro {
	background-color: #5E3518;
}

.color_bei {
	background-color: #E3D6B4;
}

.color_gry {
    background-color: #A1A1A1;
}

.color_gol {
	background-color: #c39c33;
}

.color_sil {
	background-color: #c0c0c0;
}

.color_other {
	background-color: #ffffff;
    border: solid 1px #666666;
}

.color_box {
	padding: 10px 15px;
	width: 130px;
}

.color_name {
	font-size: 12px;
    vertical-align: 2px;
}

.cont-search {
	margin: 25px auto 20px auto;
}

.cont-search p {
	font-weight: bold;
	margin: 5px 0;
}

input.box01 {
	padding: 6px 6px;
    max-width: 600px;
    font-size: 12px;
}

select.box02 {
	padding: 6px 6px;
    max-width: 600px;
    font-size: 12px;
}

select.box03 {
	padding: 6px 6px;
    max-width: 600px;
    font-size: 12px;
}

select.box04 {
	padding: 6px 6px;
    max-width: 600px;
    font-size: 12px;
}

select.box05 {
	padding: 6px 6px;
    max-width: 600px;
    font-size: 12px;
}

select.box06 {
	padding: 6px 6px;
    font-size: 12px;
}

.of {
	padding: 6px 10px;
}

.priceselect {
    width: 100%;
    max-width: 200px;
}

input.s-reset {
    width: 120px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    color: #000;
    background: #dedede;
    font-size: 12px;
    margin-right: 12px;
    border-style: none;
}

input.s-kensaku {
	width: 180px;
    height: 40px;
    color: white;
    background-color: black;
    border-style: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    font-size: 12px;
}

.s-kensaku:hover {
	background: #fff;
	border: solid 1px #000;
	color: #000;
}

.s-reset:hover {
	background: #fff;
	border: solid 1px #000;
	color: #000;
}

.read p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 5px 0;
}





/*------------------- コマースクリエイター適用 ------------------- */

.fs-p-memberInfo.is-loggedIn--false,
.fs-p-memberInfo__stage[class~="is-staged--"],
.fs-p-memberInfo__points[class~="has-points--"] {
	display: block;
}

.fs-p-memberInfo__points {
	font-weight: normal;
}

.fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready {
	display: block;
}

.fs-p-memberInfo__points {
	color: #000;
}

.fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton {
	display: block;
	padding: 0;
}

.fs-p-headerNavigation__listItem {
	display: block;
}

.fs-l-pageMain {
	max-width: 1100px;
    width: 100%;
    margin: auto;
}

.fs-l-pageMain .fs-l-pageMain-img {
    margin: 20px 0 15px;
}

.fs-l-main {
	max-width: 1100px;
	padding: 0;
}

*/ .fs-c-subgroup {
	display: none;
}*/

.fs-p-scrollingCartButton {
	display: none;
}

.fs-c-breadcrumb__list {
	background: #dedede;
    background: #eee8e2;
    max-width: 1100px;
    margin: auto;
    padding: 10px;
}

.fs-c-cartDiscountInfo__info span{color:red;}

.fs-c-cartDiscountInfo__note li{display:none;}


.fs-l-pageMain .fs-c-heading--page {
	display:none;
}

#fs_CustomPage .fs-l-main {
    margin: 0px auto;
    padding: 0px;
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recm_pc .FS2_Recommend2_recommend ul li {
    display: block;
    float: left;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #f3f3f3;
    width: 19%;
    margin: 5px;
    line-height: 1.5;
    font-size: 100%;
}

.fs-c-productPointDisplay {
    background: #fff;
    color: rgb(255, 51, 0);
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;
}

.fs-c-productPrice__main__price .fs-c-price {
    color: rgb(255, 0, 0);
}

.fs-l-product4 .fs-c-productPrice .fs-c-productPrice--member .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color:red;
}

.fs-c-productList .fs-c-noResultMessage {
    display:none;
}

.fs-c-continueShopping {
    padding-left: 38%;
}

.fs-c-salesPeriod__date {
    display:none;
}

a.loginmoveon{
    color:#fff;
}



/* -------------------- 余白調整 -------------------- */

.mt00 {margin-top: 0px !important;}
.mt03 {margin-top: 3px !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt65 {margin-top: 65px !important;}
.mt70 {margin-top: 70px !important;}
.mt75 {margin-top: 75px !important;}
.mt80 {margin-top: 80px !important;}
.mt85 {margin-top: 85px !important;}
.mt90 {margin-top: 90px !important;}
.mt95 {margin-top: 95px !important;}
.mt100 {margin-top: 100px !important;}
.mt110 {margin-top: 110px !important;}
.mt120 {margin-top: 120px !important;}
.mt130 {margin-top: 130px !important;}
.mt140 {margin-top: 140px !important;}
.mt150 {margin-top: 150px !important;}
.mt155 {margin-top: 155px !important;}
.mt165 {margin-top: 165px !important;}
.mt170 {margin-top: 170px !important;}
.mt180 {margin-top: 180px !important;}

.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr55 {margin-right: 55px !important;}
.mr60 {margin-right: 60px !important;}
.mr65 {margin-right: 65px !important;}
.mr70 {margin-right: 70px !important;}
.mr75 {margin-right: 75px !important;}
.mr80 {margin-right: 80px !important;}
.mr85 {margin-right: 85px !important;}
.mr90 {margin-right: 90px !important;}
.mr95 {margin-right: 95px !important;}
.mr100 {margin-right: 100px !important;}
.mr110 {margin-right: 110px !important;}
.mr120 {margin-right: 120px !important;}
.mr130 {margin-right: 130px !important;}
.mr140 {margin-right: 140px !important;}
.mr150 {margin-right: 150px !important;}

.mb00 {margin-bottom: 0px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb110 {margin-bottom: 110px !important;}
.mb120 {margin-bottom: 120px !important;}
.mb130 {margin-bottom: 130px !important;}
.mb140 {margin-bottom: 140px !important;}
.mb150 {margin-bottom: 150px !important;}

.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml55 {margin-left: 55px !important;}
.ml60 {margin-left: 60px !important;}
.ml65 {margin-left: 65px !important;}
.ml70 {margin-left: 70px !important;}
.ml75 {margin-left: 75px !important;}
.ml80 {margin-left: 80px !important;}
.ml85 {margin-left: 85px !important;}
.ml90 {margin-left: 90px !important;}
.ml95 {margin-left: 95px !important;}
.ml100 {margin-left: 100px !important;}
.ml110 {margin-left: 110px !important;}
.ml120 {margin-left: 120px !important;}
.ml130 {margin-left: 130px !important;}
.ml140 {margin-left: 140px !important;}
.ml150 {margin-left: 150px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt08 {padding-top: 8px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt55 {padding-top: 55px !important;}
.pt60 {padding-top: 60px !important;}
.pt65 {padding-top: 65px !important;}
.pt70 {padding-top: 70px !important;}
.pt75 {padding-top: 75px !important;}
.pt80 {padding-top: 80px !important;}
.pt85 {padding-top: 85px !important;}
.pt90 {padding-top: 90px !important;}
.pt95 {padding-top: 95px !important;}
.pt100 {padding-top: 100px !important;}
.pt110 {padding-top: 110px !important;}
.pt120 {padding-top: 120px !important;}
.pt130 {padding-top: 130px !important;}
.pt140 {padding-top: 140px !important;}
.pt150 {padding-top: 150px !important;}

.pr00 {padding-right: 0px !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}
.pr55 {padding-right: 55px !important;}
.pr60 {padding-right: 60px !important;}
.pr65 {padding-right: 65px !important;}
.pr70 {padding-right: 70px !important;}
.pr75 {padding-right: 75px !important;}
.pr80 {padding-right: 80px !important;}
.pr85 {padding-right: 85px !important;}
.pr90 {padding-right: 90px !important;}
.pr95 {padding-right: 95px !important;}
.pr100 {padding-right: 100px !important;}
.pr110 {padding-right: 110px !important;}
.pr120 {padding-right: 120px !important;}
.pr130 {padding-right: 130px !important;}
.pr140 {padding-right: 140px !important;}
.pr150 {padding-right: 150px !important;}

.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb55 {padding-bottom: 55px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb65 {padding-bottom: 65px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb75 {padding-bottom: 75px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb85 {padding-bottom: 85px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb95 {padding-bottom: 95px !important;}
.pb100 {padding-bottom: 100px !important;}
.pb110 {padding-bottom: 110px !important;}
.pb120 {padding-bottom: 120px !important;}
.pb130 {padding-bottom: 130px !important;}
.pb140 {padding-bottom: 140px !important;}
.pb150 {padding-bottom: 150px !important;}

.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}
.pl55 {padding-left: 55px !important;}
.pl60 {padding-left: 60px !important;}
.pl65 {padding-left: 65px !important;}
.pl70 {padding-left: 70px !important;}
.pl75 {padding-left: 75px !important;}
.pl80 {padding-left: 80px !important;}
.pl85 {padding-left: 85px !important;}
.pl90 {padding-left: 90px !important;}
.pl95 {padding-left: 95px !important;}
.pl100 {padding-left: 100px !important;}
.pl110 {padding-left: 110px !important;}
.pl120 {padding-left: 120px !important;}
.pl130 {padding-left: 130px !important;}
.pl140 {padding-left: 140px !important;}
.pl150 {padding-left: 150px !important;}






/* ------------------- iPad調整用 ------------------- */

@media screen and (min-width: 600px) and (max-width:1024px) {


label.tag-open:after {
	position: absolute;
    right: 50px;
    bottom: 20px;
}

input[type="checkbox"].tag-on-off:checked + label.tag-open:after {
	position: absolute;
    right: 50px;
	bottom: 20px;
}

.recm_pc .FS2_Recommend2_recommend ul li {
    display: block;
    float: left;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #f3f3f3;
    width: 18%;
    margin: 5px;
    line-height: 1.5;
    font-size: 100%;
    height: 270px;
}

.tabs {
    width: 100%;
    height: 630px;
    float: none;
    list-style: none;
    position: relative;
    text-align: left;
}

/*.tab label {
    background: #eee;
    padding: 10px;
    margin-left: -5px;
    position: relative;
    left: 1px;
}*/

.ranking_box .crown1 {
    position: absolute;
    top: 26px;
    left: 38px;
}

.ranking_box .crown2 {
    position: absolute;
    top: 26px;
    left: 179px;
}

.ranking_box .crown3 {
    position: absolute;
    top: 26px;
    left: 319px;
}

.ranking_box .crown4 {
    position: absolute;
    top: 26px;
    left: 459px;
}

.ranking_box .crown5 {
    position: absolute;
    top: 26px;
    left: 599px;
}

.ranking_box .crown6{
	position:absolute;
	top:307px;
	left:38px;
}

.ranking_box .crown7{
	position:absolute;
	top:307px;
	left:179px;
}
.ranking_box .crown8{
	position:absolute;
	top:307px;
	left:319px;
}
.ranking_box .crown9{
	position:absolute;
	top:307px;
	left:459px;
}

.ranking_box .crown10{
	position:absolute;
	top:307px;
	left:599px;
}

/*.tab label {
    background: #eee;
    padding: 10px;
    margin-left: -11px;
    position: relative;
    left: -6px;
}*/

.fs-listnews dd {
    width: 83%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 40px 10px 10px 0px;
    margin-left: 150px;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 28%;
    border-radius: 20px;
    left: 50%;
    top: 30%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    left: 56% !important;
    top: 47% !important;
    margin-left: 270px !important;
    margin-top: -310px !important;
}

.groupwrap {
    width: 100%;
    margin: 0 auto;
}

.groupwrap1 {
    width: 100%;
    margin: 0 auto;
}
.postcontents .pc {max-width: 100%;}

.post.concept p {
    line-height: 1.6;
    font-size: 12px;
}

#primary .post li {
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    width: 100%;
    margin: 5px;
    padding: 8px;
    border-bottom: 1px dotted #AB951D;
}

.sphappy {display:block;
          border-bottom: 1px solid #E64B6B;
}

.sphappystyle {
    font-size:26px; 
    color:#E64B6B;
}

.happy1 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy2 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy3 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy4 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy5 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy6 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.classstage {
    width: 60%;
    float: left;
}

.happyimgsize {
    width: 40%;
}





/* ヘッダー */





/* フッター */






/* コマースクリエイター適用 */

.fs-l-pageMain {
	padding: 0 8px;
}

.fs-c-continueShopping {
    padding-left: 33%;
}

.FS2_Recommend2_container_history ul li {
    display: block;
    float: left;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #f6f6f6;
    width: 200px;
    margin: 0 5px 5px 0;
    line-height: 1.3;
    font-size: 12px;
}





}





/* ------------------- ミニサイズタブレット端末調整用 ------------------- */





/* ------------------- スマートフォン調整用 ------------------- */

@media screen and (max-width: 599px) {

/* ベース */
html {
	margin: auto;
}

body {
	margin: 0;
	/*overflow: hidden;*/
}

h1 {
	font-size:32px;
	margin-bottom: 5px;
}

#toppage h2 {
    clear: both;
    margin: 50px 0px 0px;
    padding: 0 0 10px 0;
    color: #000000;
    /*font-family: Century , serif;*/
    font-family: 'Cormorant Garamond', serif;
    /*font-size: 18px;*/
    font-size: 21px;
    letter-spacing: 0.1em;
}

#toppage1 h2 {
    clear: both;
    margin: 0px 0px -5px;
    padding: 0 0 10px 0;
    color: #000000;
    /*font-family: Century , serif;*/
    font-family: 'Cormorant Garamond', serif;
    /*font-size: 18px;*/
    font-size: 21px;
    letter-spacing: 0.1em;
}

#toppage2 h2 {
    clear: both;
    margin: 50px 0px -10px;
    padding: 0 0 10px 0;
    color: #000000;
    /*font-family: Century , serif;*/
    font-family: 'Cormorant Garamond', serif;
    /*font-size: 18px;*/
    font-size: 21px;
    letter-spacing: 0.1em;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }


/* ヘッダー */






/* フッター */






/* トップページ */

.fs-listnews dt {
    float: left;
    /*width: 14%;*/
    width: 30%; /*2022/08/09変更*/
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}

.fs-listnews dd {
    width: 83%;
    width: 100%;/*2022/08/09変更*/
    box-sizing: border-box;
    /*margin-top: 10px;*/
    margin-top: 0;/*2022/08/09変更*/
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.fs-listnews p {
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    padding-left: 23px;
    font-size:12px;
}

.topix_row {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    padding-left:inherit;
}

.topix_col {
    width: 50%;
}


/*.tab label {
    background: #eee;
    margin-left: 7px;
    position: relative;
    left: 16px;
    margin-bottom: 1px;
}*/

/*.tab {
    float:initial; 
    display: -webkit-inline-box;
}*/

.rankingbox_sp{
	position:relative;
}

.rankingbox_sp .crown01{
	position:absolute;
	top:3px;
	left:2%;
}

.rankingbox_sp .crown02{
	position:absolute;
	top:3px;
	left:33%;
}

.rankingbox_sp .crown03{
	position:absolute;
	top:3px;
	left:64%;
}

.rankingbox_sp .crown04{
	position:absolute;
	top:240px;
	left:2%;
}

.rankingbox_sp .crown05{
	position:absolute;
	top:240px;
	left:33%;
}

.rankingbox_sp .crown06{
	position:absolute;
	top:240px;
	left:64%;
}

.rankingbox_sp .crown07{
	position:absolute;
	top:480px;
	left:2%;
}

.rankingbox_sp .crown08{
	position:absolute;
	top:480px;
	left:33%;
}

.rankingbox_sp .crown09{
	position:absolute;
	top:480px;
	left:64%;
}




/* SPランキング用タブメニュー */

ul#tab-menu {
	margin :20px auto;
	display : flex;
	white-space: nowrap;
	overflow: scroll;
	text-align: center;
}

ul#tab-menu li {
	margin-right: 40px;
    padding: 10px 0 6px 0;
    min-width: auto;
	min-width: initial;
    font-size: 12px;
}

ul#tab-menu li:hover {
	cursor : pointer;
}

ul#tab-menu li.active {
	border-bottom: solid 3px #000;
}

ul#tab-menu li.active:hover {
	cursor : default;
	opacity : 1.0;
}

div.tab-2,
div.tab-3,
div.tab-4,
div.tab-5,
div.tab-6,
div.tab-7,
div.tab-8,
div.tab-9  {
	display : none;
}





/* ランキング　test */
.nav-wrap {
	position: relative;
}
.scroll-nav {
	width: 100%;
	background: #fff; /* メニューの背景色 */
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
	max-width: 1060px; /* メニューの最大幅 */
	min-width: 770px; /* メニューの最小幅 */
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	list-style: none;
	padding-right: 25px; /* 右側の固定分余白を空ける */
}
.scroll-nav ul li {
	float: left;
	width: 110px; /* メニューの個別の幅 */
	text-align: center;
}
.scroll-nav ul li:hover {
	background: #222; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
	display: inline-block;
	color: #000; /* メニューの文字色 */
	text-decoration: none;
}
.next-btn { /* 右側に固定する部分 */
	position: absolute;
	top: 0;
	right: 0;
	width: 25px; /* 固定部分の幅 */
	height: 40px; /* メニューの高さに合わせる */
	line-height: 40px;
	background: #fff;
	color: #555;
}

.scroll-nav ul li {
	width: 10%; /* メニューの個別の幅 */
}
.next-btn {
	display: none; /* 右側の固定部分を非表示 */
}


/* グループページ */

#primary .post h2 {
    clear: both;
    margin: 20px 0 10px 0;
    padding: 0 0 10px 0;
    color: #000000;
    
    font-family: Century , serif;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.group3 h3 {
    clear: both;
    margin: 30px 0px 20px;
    padding: 0 0 10px 0;
    color: #000000;
    font-family: Century , serif;
    font-size: 25px;
    letter-spacing: 0.1em;
}


.groupwrap {
    width: 100%;
    margin: 0 auto;
}

.groupwrap1 {
    width: 100%;
    margin: 0 auto;
}
.postcontents .pc {max-width: 100%;}

.post.concept p {
    line-height: 1.6;
    font-size: 12px;
}

#primary .post li {
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    width: 100%;
    margin: 5px;
    padding: 8px;
    border-bottom: 1px dotted #AB951D;
}

.sphappy {display:block;
          border-bottom: 1px solid #E64B6B;
}

.sphappystyle {
    font-size:26px; 
    color:#E64B6B;
}

.happy1 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy2 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy3 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy4 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy5 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

.happy6 {
    background-image:initial;
    height:40px; 
    font-size:20px; 
    color:#E64B6B;
    border: solid 1px #fff;
    padding-left:initial;
}

label.tag-open:after {
	position: absolute;
    right: 0;
    bottom: 12px;
}

input[type="checkbox"].tag-on-off:checked + label.tag-open:after {
	position: absolute;
    right: 0;
    bottom: 12px;
}


label.newstag-open:before {
    top: 2px;
    right: 104px;
}

label.newstag-open:after {
    bottom: 6px;
    right: 97px;
    transform: rotate(180deg);
}

.center {
text-align: center;
}

.accordion-box .accordion-container {
    overflow: hidden;
    height: 350px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box label:after {
    content: "Read More +"; /* ラベルの文字 */
    font-size:12px;
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: -23px;
    left: 85%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    background-color: #fff;
    width: 13.75rem;
}

.accordion-box input:checked + label:after {
    content: "Close -";
    font-size:12px;
    bottom: 40px;
}

.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: -3px;
	width: 100%;
	height: 40px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: #fff;
}

.cp_box .cp_container {
	overflow: hidden;
	height: 270px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}

.grid_item3 .item1 {
    width: 50%;
}

.sub_ttla {
    width: 100%;
    padding: 0;
    color: #000000;
    font-size: 140%;
    text-align: center;
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 20px 0 0 0;
    line-height: 1;
    padding-bottom: 5px;
}


.rankingbox_lista_sp {
    position: relative;
}

.rankingbox_lista_sp .crown01 {
    position: absolute;
    top: 0px;
    left: 1%;
}

.rankingbox_lista_sp .crown02 {
    position: absolute;
    top: 0px;
    left: 33%;
}


.rankingbox_lista_sp .crown03 {
    position: absolute;
    top: 0px;
    left: 64%;
}



/* 詳細検索 */
.of {
	padding: 6px 15px 6px 10px;
}





/* 商品ページ */

.sizebtm {display:none;}

.topix .fs-pt-column__item {display:none;}

/* 会社概要 */
#company .post h2 {
    clear: both;
    margin: 30px 0px 40px;
    padding: 0 0 10px 0;
    color: #000000;
    font-family: Century , serif;
    font-size: 28px;
    letter-spacing: 0.1em;
}
#company section dl dd {
    padding: 5px 5px 20px 5px;
    line-height: 2;
    margin-bottom: 20px;
    margin-left:10px;
}

#company .contents4 dl dd {
    padding: 5px 5px 20px 5px;
    line-height: 2;
    margin-bottom: 20px;
    margin-left: 0px;
}

/* CONTACT */



/* コマースクリエイター適用 */

.fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready {
    font-size: 14px;
}

.fs-c-breadcrumb__list {
	padding: 25px 10px 5px 10px;
}
    @media screen and (max-width: 768px) {
        .fs-c-breadcrumb__list { /*スマホで上下中央配置*/
            width: 100%;
            padding: 20px 10px;
        }
    }

.fs-l-main {
	padding: 8px;
}

.fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    padding:inherit;
    text-align: center;
}

.recm_sp .FS2_Recommend2_recommend ul li {
    background: #ffffff;
    padding: 5px;
    width: 30%;
    margin: 5px;
    line-height: 1.5;
    font-size: 100%;
    height:230px;
}

.FS2_Recommend2_recommend ul li {
    /*height:300px;*/
    height: auto;
}

.fs-c-continueShopping {
    padding-left: 13%;
}

.formal .FS2_Recommend2_recommend ul li {
    height: 200px;
}

.FS2_Recommend2_recommend ul li {
	border:none;
}

.style-item {flex: 1 0 40%;}
li.style-item {
    height: 100px;
}

}





/* iPhone 6 */
@media(min-width: 375px) {


ul#tab-menu li {
    min-width: 60px;
}



}





/* iPhone 5/SE/4以下縦 */

@media screen and (max-width: 320px) { 
.recm_sp .FS2_Recommend2_recommend ul li {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #f3f3f3;
    width: 29%;
    margin: 5px;
    line-height: 1.5;
    font-size: 100%;
    height: 200px;
}

.fs-c-continueShopping {
    padding-left: 7%;
}



}

/*バンドル販売箇所の枠の調整*/
.fs-c-cartTable__message--bundle {
    background: none;
}

/*商品グループページだけ予約メッセージを非表示にする*/
.fs-body-category .fs-c-preorderMessage {
    display: none;
}

.anime_test {
    display:  block;                /* ブロック要素にする */
    margin: 0 auto;                 /* 要素中央揃え */
    position:  relative;            /* 位置指定 */
    animation: anime1 1s ease;      /* アニメーション指定 */
}
 
@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 50px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}

span.fs-c-coordinationListItem__staffInfo__height {
    display: block;
} 

/*スタイリストコラボ企画ページ用*/
.txt p {
    margin: 20px;
}
.style-container{
	display:flex;	
}
ul.style-container {
    margin: 0 15px 0 0;
}

/*2021GWページ用*/
.twoclm-container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    padding: 0 13px 0 3px;
}
.twoclm-container img {
  padding: 0 0 0 10px;
}

/*NP後払い手数料200円非表示 */
.fs-c-checkout-paymentMethod--npPostpay .fs-c-checkout-paymentMethod__setting {
    display: none;
}


/* -------------------- 岩橋サオリSpecial：2022年03月 -------------------- */

#SaoriStyle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

#SaoriStyle a {
	text-decoration: none;
	color: #000;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

#SaoriStyle a:hover {
	opacity: 0.5;
}


/*------------------------
キービジュアル（KV）
------------------------*/
.kv_sp {
    display: none;
}

.kv_pc {
	position: relative;
}

.kv_pc_txt_01 {
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 50px;
	width: 52%;
}

.kv_pc_txt_02 {
	position: absolute;
	z-index: 1;
	bottom: 80px;
	left: 50px;
	width: 41%;
}

/*テキストアニメーション*/
/*.kv_pc_txt_01, .kv_sp_txt_01*/
@keyframes fadein {
  0% {opacity: 0;transform: translateY(-20px);}
  100% {opacity: 1;transform: translateY(0);}
}

.kv_pc_txt_01, .kv_sp_txt_01 {
	opacity: 0;
	animation-duration: 4s;
	animation-name: fadein;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*.kv_pc_txt_02, .kv_sp_txt_02*/
@keyframes fadein_to_right {
	0% {opacity: 0; transform: translateX(-100px)}
	100% {opacity: 1; transform: translateX(0px)}
}

.kv_pc_txt_02, .kv_sp_txt_02 {
	opacity: 0;
	animation-duration: 3s;
	animation-delay : 2s;
	animation-name: fadein_to_right;
	animation-fill-mode: forwards; 
	animation-timing-function: ease;
}

.kv_pc_img {
	width: 100%;
}

.kv_pc_img img {
	width: 100%;
}

/*キービジュアル（KV）テキスト*/
#kv_text_pc {
    padding: 50px 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.9;
}

#kv_text_sp {
	display: none;
}

.kv_text_01 {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.9;
}

.kv_text_02 {
	font-size: 1.6rem;
	line-height: 2.0;
}

@media screen and (max-width: 768px) {

	#kv_text_pc {
		display: none;
	}

	#kv_text_sp {
		display: block;
		margin: 0 5%;
		padding: 50px 0;
		text-align: center;
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.8;
	}
}


/*キービジュアルスマホ表示設定
---------------------*/
@media screen and (max-width: 768px) {
    .kv_pc {
        display: none;
    }

    .kv_sp {
        display: block; /*表示する*/
		position: relative;
		width: 100%;
    }
	
	.kv_sp_img {
		width: 100%;
	}

	.kv_sp_img img {
		width: 100%;
	}

	.kv_sp_txt_02 {
		position: absolute;
		z-index: 1;
		bottom: 3.5%;
		left: 9%;
		width: 75%;
	}

	.kv_sp_txt_01 {
		position: absolute;
		z-index: 1;
		top: 7%;
		left: 5%;
		left: 12%;
		width: 75%;
    	/*not working
		left: 50%;
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
		transform: translateX(-50%);*/

	}
	#kv_text_sp .kv_text_02 {
	font-size: 1.5rem;
	line-height: 2.0;
	}
	
	#kv_text {
		margin: 0 5%;
	}
}

/*------------------------
アイテム
------------------------*/
/*----- アイテム共通 -----*/
.item_01, .item_03, .item_05 {
	margin: 100px 0;
}

.item_01 {
	margin-top: 0;
}

.item_txt_title {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 5px;
}

/*------------------------
商品 - products
------------------------*/
.products img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.products img:hover {
	opacity: .6;
}

.products_thumb {
	margin-bottom: 10px;
}

/*.products_thumb img {
	width: 150px;
}*/

.products ul li {
	margin-bottom: 6px;
}

.products_brand {
	letter-spacing: .1em;
}

.original_price {
	text-decoration: line-through;
	color: #A5A5A5;
	font-weight: 500;
}

.arrow {
	color: #000;
}

.current_price {
	color: #d44749;
	color: olive;
	color: rgb(165, 165, 48);
	color: #DB3B3D;
	font-weight: 600;
}

.products_name {
	line-height: 1.4;
	/*font-size: .9rem;*/
}

/*----- item_01 -----*/
.item_01 .item_pic {
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
}

.item_01 .item_pic img {
	width: 55%;
}

.item_01 .flex {
	width: 100%;
	display: flex;
	padding: 0 2%;
	box-sizing: border-box;
}

.item_01 .item_info {
	width: 50%;
}

.item_01 .item_no {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.item_01 .item_no img {
	width: 30%;
}

.item_01 .item_txt {
	text-align: left;
	width: 100%;
	padding: 0 10%;
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.item_01 .products {
	text-align: center;
	width: 100%;
}

.item_01 .products img {
	width: 30%;
}

.item_01 .item_pic_02 {
	width: 50%;
}

.item_01 .item_pic_02 img {
	width: 100%;
}

/*----- item_01 スマホ表示-----*/
@media screen and (max-width: 768px) {

	.item_01 .item_pic {
		width: 100%;
		box-sizing: border-box;
	}

	.item_01 .item_pic img {
		width: 100%;
	}

	.item_01 .flex {
		display: flex;
		flex-direction: column;
		width: 100%;
		text-align: center;
		padding: 0;
		box-sizing: border-box;
	}

	.item_01 .item_info, .item_01 .item_pic_02 {
		width: 100%;
	}
	
	.item_01 .products {
		margin-bottom: 50px;
		width: 100%;
	}
	
	.item_01 .products img {
	width: 35%;
	}
	
	.item_01 .item_pic_02 {
		padding: 8%;
		box-sizing: border-box;
	}

	.item_01 .item_pic_02 img{
		width: 100%;
	}
}

/*----- item_02 -----*/
.item_02 {
	background-color: #F8F6F2;
	background-color: #f0eeea;
	background-color: #e9e2da;
	background-color: #eee8e2;
	padding: 100px 0;
}

.item_02 .flex {
	width: 100%;
	display: flex;
	box-sizing: border-box;
}

.item_02 .flex .item_pic {
	width: 50%;
}

.item_02 .flex .item_pic img {
	width: 100%;
}

.item_02 .flex .item_info {
	width: 50%;
}

.item_02 .item_no {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.item_02 .item_no img {
	width: 30%;
}

.item_02 .item_txt {
	width: 100%;
	padding: 0 10%;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 50px;
	box-sizing: border-box;
	
}

.item_02 .flex_products {
	display: flex;
	justify-content: center;
}

.item_02 .products {
	margin: 0 10px;
	box-sizing: border-box;
	width: 30%;
}

.item_02 .products img {
	width: 100%;
}

/*----- item_02 スマホ表示-----*/
@media screen and (max-width: 768px) {
	.item_02 .flex {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.item_02 .flex .item_pic, .item_02 .flex .item_info {
		width: 100%;
	}

	.item_02 .flex .item_pic {
		padding: 0 8%;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	
	.item_02 .flex .item_pic img {
		width: 100%;
	}
	
	.item_02 .products {
		width: 35%;
	}
}

/*----- item_03 -----*/

.item_03 .item_pic {
	display: flex;
	width: 100%;
	margin-bottom: 100px;
}

.item_03 .item_pic_left, .item_03 .item_pic_right {
	width: 50%;
}

.item_03 .item_pic_left img, .item_03 .item_pic_right img {
	width: 100%;
}

.item_03 .item_pic_left {
	padding: 150px 6% 0 0;
	box-sizing: border-box;
}

.item_03 .item_pic_right {
	padding: 0 0 0 6%;
	box-sizing: border-box;
}

.item_03 .flex {
	width: 100%;
	display: flex;
	margin: 0 2%;
	box-sizing: border-box;
}

.item_03 .flex .item_pic {
	width: 50%;
}

.item_03 .flex .item_pic img {
	width: 100%;
}

.item_03 .flex .item_info {
	width: 50%;
}

.item_03 .item_no {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.item_03 .item_no img {
	width: 30%;
}

.item_03 .item_txt {
	width: 100%;
	padding: 0 10%;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.item_03 .flex_products {
	display: flex;
	justify-content: center;
}

.item_03 .products {
	margin: 0 10px;
	box-sizing: border-box;
	width: 30%;
}

.item_03 .products img {
	width: 100%;
}


/*----- item_03 スマホ表示-----*/
@media screen and (max-width: 768px) {
	.item_03 .item_pic {
		flex-direction: column;
	}
	
	.item_03 .item_pic_left, .item_03 .item_pic_right {
		width: 100%;
	}
	
	.item_03 .item_pic_left img,
	.item_03 .item_pic_right img {
		width: 100%;
	}
	
	.item_03 .item_pic_left {
		padding: 0 12% 10% 0;
		box-sizing: border-box;
	}
	
	.item_03 .item_pic_right {
		padding: 0 0 0 12%;
		box-sizing: border-box;
	}
	
	.item_03 .flex {
		flex-direction: column;
		box-sizing: border-box;
		margin: 0;
	}
	
	.item_03 .flex .item_pic {
		text-align: center;
		width: 100%;
		margin: 0 0 50px 0;
		box-sizing: border-box;
		padding: 0 2%;
	}
	
	.item_03 .flex .item_pic img {
		width: 100%;
	}
	
	.item_03 .flex .item_info {
		width: 100%;
	}
	
	.item_03 .item_no {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.item_03 .item_no img {
		width: 30%;
	}
	
	.item_03 .item_txt {
		width: 100%;
		padding: 0 10%;
		font-size: 1rem;
		line-height: 1.7;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	
	.item_03 .flex_products {
		display: flex;
		justify-content: center;
	}
	
	.item_03 .products {
		width: 35%;
	}
}

/*----- item_04 -----*/
.item_04 {
	background-color: #F8F6F2;
	background-color: #e9e2da;
	padding: 100px 0;
}

.item_04 .item_pic {
	text-align: center;
	margin: 0 auto 50px;
	width: 50%;
}

.item_04 .item_pic img {
	width: 100%;
}

.item_04 .flex {
	display: flex;
	flex-direction: column;
	align-items: center;/*flex縦並びを中央寄せ*/
	width: 100%;
}

.item_04 .item_info {
	width: 50%;
}

.item_04 .item_no {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.item_04 .item_no img {
	width: 30%;
}

.item_04 .item_txt {
	width: 100%;
	padding: 0 10%;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.item_04 .flex_products {
	width: 50%;
	display: flex;
	justify-content: center;
	justify-content: space-between;
}

.item_04 .products {
	width: 30%;
}

.item_04 .products img {
	width: 100%;
}

/*----- item_04 スマホ表示-----*/
@media screen and (max-width: 768px) {
	.item_04 .item_pic {
		text-align: center;
		margin-bottom: 50px;
		width: 80%;
	}
	
	.item_04 .flex {
		flex-direction: column;
		width: 100%;
	}
	
	.item_04 .item_info {
		width: 100%;
	}
	
	.item_04 .item_no {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.item_04 .item_no img {
		width: 30%;
	}
	
	.item_04 .item_txt {
		width: 100%;
		padding: 0 10%;
		font-size: 1rem;
		line-height: 1.7;
		margin-bottom: 50px;
		box-sizing: border-box;
		text-align: left;
	}
	
	.item_04 .flex_products {
		width: 100%;
		display: flex;
		justify-content: center;
		/*justify-content: space-around;*/
		flex-wrap: wrap;
	}

	.item_04 .products {
		width: 35%;
		/*margin-bottom: 30px;*/
		margin: 10px 10px;
		box-sizing: border-box;
	}
	
	.item_04 .products:last-child {
		margin-bottom: 0;
	}

	.item_04 .products img {
		width: 100%;
	}
}

/*----- item_05 -----*/
.item_05 .flex {
	width: 100%;
	display: flex;
	margin: 0 2%;
	box-sizing: border-box;
}

.item_05 .flex .item_pic {
	width: 50%;
}

.item_05 .flex .item_pic img {
	width: 100%;
}

.item_05 .flex .item_info {
	width: 50%;
}

.item_05 .item_no {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.item_05 .item_no img {
	width: 30%;
}

.item_05 .item_txt {
	text-align: left;
	width: 100%;
	padding: 0 10%;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.item_05 .flex_products {
	display: flex;
	justify-content: center;
}

.item_05 .products {
	margin: 0 10px;
	box-sizing: border-box;
	width: 30%;
}

.item_05 .products img {
	width: 100%;
}

/*----- item_05 スマホ表示-----*/
@media screen and (max-width: 768px) {
	.item_05 .flex {
		flex-direction: column;
		box-sizing: border-box;
		margin: 0;
	}
	
	.item_05 .flex .item_pic {
		text-align: center;
		width: 100%;
		margin: 0 0 50px 0;
		box-sizing: border-box;
		padding: 0 2%;
	}
	
	.item_05 .flex .item_pic img {
		width: 100%;
	}
	
	.item_05 .flex .item_info {
		width: 100%;
	}
	
	.item_05 .item_no {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.item_05 .item_no img {
		width: 30%;
	}
	
	.item_05 .item_txt {
		width: 100%;
		padding: 0 10%;
		font-size: 1rem;
		line-height: 1.7;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	
	.item_05 .flex_products {
		display: flex;
		justify-content: center;
	}
	
	.item_05 .products {
		margin: 0 10px;
		width: 35%;
		box-sizing: border-box;
	}
}

.products_all {
	margin: 40px 0;
}

.products_all p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 40%;
	height: 70px;
	line-height: 70px;
	border: 1px solid rgb(94, 94, 55);
}

.products_all a:hover {
	opacity: .5;
}

@media screen and (max-width: 768px) {
	.products_all {
		margin: 20px;
	}

	.products_all p {
		width: 90%;
	}
}

/*latest change setting*/

.item_01 .item_no,
.item_02 .item_no,
.item_03 .item_no,
.item_04 .item_no,
.item_05 .item_no
{
	margin-bottom: 30px;
}


.item_01 .item_txt,
.item_02 .item_txt,
.item_03 .item_txt,
.item_04 .item_txt,
.item_05 .item_txt
 {
	font-size: 1.5rem;
}

/* -------------------- トップページ　カルーセル スライダー 2022年3月 -------------------- */

.top_carousel_slider_202203 {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .top_carousel_slider_202203 {
        margin-bottom: 20px;
    }
}


/* -------------------- トップページ「TOPICS」タイトル文字設定 2022年3月 -------------------- */
.topics_202203 h2 {
    font-family: Century , serif;
    font-size: 32px;
    margin: 50px 0 40px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .topics_202203 h2 {
        font-family: Century , serif;
        font-size: 1.8rem;
        margin: 0px 0 20px;
        letter-spacing: 0.1em;
    }
}

/* -- カルーセルスライダー　ボタンサイズ変更 202203 -- */
.fs-c-slick .slick-dots li button:before {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: rgb(175, 166, 159);
}

.fs-c-slick .slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 5px 8px;
}

.fs-c-slick .slick-dots li {
    margin: 3px 8px;
}

@media screen and (max-width: 768px) {
    .fs-c-slick .slick-dots li {
        margin: 3px 5px;
    }
}

/*2022年3月変更*/
@media screen and (max-width: 1024px) {
    .header_scroll {
        background: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
    }


    /*ハンバーガー*/
    #nav-drawer {
        /*2022年3月@media screen and (min-width: 600px) and (max-width:1024px)のところでnoneに設定されていたため表示できるように*/
        display: block;
    }

/* ハンバーガー	 */
#nav-drawer {
	position: relative;
	padding: 5px 2px 5px 4px;
}

/*チェックボックスを非表示*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0px 0px -6px 10px;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 1px;
	width: 18px;
	border-radius: 1px;
	background: #000;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -6px;
}

#nav-open span:after {
    bottom: -12px;
}

}

@media screen and (max-width: 768px) {
    
	.cont-flex04 {
		box-shadow: 0 4.2px 3px -3px #cdcdcd;
	}

    /*グローバルナビゲーション*/
	.navi-flex { /*ul*/
        flex-wrap: wrap;
		border-top: none;
		border-bottom: none;
	}

	.navi-flex li {
		border: 1px solid #dcdcdc;
	}

    .navi-flex li:nth-child(1),
	.navi-flex li:nth-child(3) {
		border-left:none;
   }

   .navi-flex li:nth-child(1),
	.navi-flex li:nth-child(2) {
		border-right:none;
   }

   .navi-flex li:nth-child(1),
   .navi-flex li:nth-child(2) {
        border-bottom: none;
        width: 50%;
  }

   .navi-flex li:nth-child(3),
   .navi-flex li:nth-child(4),
   .navi-flex li:nth-child(5) {
    border-right:none;
		width: 33%;
   }

}

/* -------------------- 岩橋サオリSpecial：2022年04月 -------------------- */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Sans+JP:wght@300;400&family=Noto+Serif&family=Roboto:wght@300;400&display=swap');

#saori-special-2204 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .12em;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #333333;
}

#saori-special-2204 a {
	text-decoration: none;
	color: #000;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

#saori-special-2204 a:hover {
	opacity: 0.5;
}


/*---------------------------------------
#header
---------------------------------------*/
#saori-special-2204 .kv-la-pc-txt {
	margin: 0 auto;
	padding: 3.1% 10%;
	width: 50%;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .kv-la-pc-txt {
			padding: 5%;
			width: 75%;
		}
	}

#saori-special-2204 .kv-la-pc-txt img {
	width: 100%;
}

/*---------------------------------------
#kv(key visual)
---------------------------------------*/

/* kv-landscape ver.
---------------------------------------*/
#saori-special-2204 .kv-la-pc {
	width: 100%;
	margin-bottom: 40px;
}

#saori-special-2204 .kv-la-pc img {
	width: 100%;
}

#saori-special-2204 .kv-la-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	#saori-special-2204 .kv-la-pc {
		display: none;
	}

	#saori-special-2204 .kv-la-sp {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	#saori-special-2204 .kv-la-sp img {
		width: 100%;
	}
}

/* kv-portrait ver.
---------------------------------------*/
#saori-special-2204 .kv-pc {
	display: flex;
	width: 100%;
	/*justify-content: center;*/
	padding: 0 3%;
	margin-bottom: 50px;
	box-sizing: border-box;
}

#saori-special-2204 .kv-sp {
	display: none;
}

#saori-special-2204 .kv-pc-img, #saori-special-2204 .kv-pc-txt  {
	width: 50%;
}

#saori-special-2204 .kv-pc-img img {
	width: 100%;
}

#saori-special-2204 .kv-pc-txt {
	position: relative;
}

#saori-special-2204 .kv-pc-txt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	/*border:1px dashed pink;*/
	padding: 0 5%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	#saori-special-2204 .kv-pc {
		display: none;
	}

	#saori-special-2204 .kv-sp {
		display: block;
		position: relative;
		margin-bottom: 50px;
		width: 100%;
	}

	#saori-special-2204 .kv-sp-img img {
		width: 100%;
	}

	#saori-special-2204 .kv-sp-txt {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 12%;
	}

	#saori-special-2204 .kv-sp-txt img {
		width: 76%;
	}
}

/*---------------------------------------
#heading
---------------------------------------*/
#saori-special-2204 #heading {
	margin: 0 3% 80px;
	width: 90%;
}

#saori-special-2204 .heading { /*h1*/
	font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.7;
	letter-spacing: .1em;
	margin-bottom: 50px;
	text-align: left;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .heading {
			font-size: 28px;
			line-height: 1.5;
		}
	}

#saori-special-2204 .heading-desc {
    font-size: 1rem;
	font-size: 15px;
    line-height: 1.7;
	margin: 0 auto;
	width: 80%;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .heading-desc {
			width: 90%;
		}
	}

/*---------------------------------------
 items(#main-contents)
---------------------------------------*/
#saori-special-2204 #main-contents {
	margin: 0 4%;
}

#saori-special-2204 .item {
	margin-bottom: 80px;
}

#saori-special-2204 .item-txt-title { /*h2*/
	font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.7;
	font-size: 28px;
	letter-spacing: .12em;
	margin-bottom: 30px;
	text-align: left;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .item-txt-title {
		line-height: 1.4;
		font-size: 22px; 
		} 
	}

#saori-special-2204	.item-txt-title span {
	letter-spacing: 0;
}

/* item common setting
---------------------------------------*/
#saori-special-2204 .item-pic {
	text-align: center;
	margin: 0 20% 30px;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .item-pic {
			margin: 0 0 30px;
		} 
	}

#saori-special-2204 .item-pic img {
	width: 100%;
}

#saori-special-2204	.item-pic-landscape {
	margin: 60px 10% 30px; /*margin相殺*/
}
	@media screen and (max-width: 768px) {
		#saori-special-2204	.item-pic-landscape {
			margin: 0 0 30px;
		} 
	}

#saori-special-2204 .item-txt-desc {
	font-size: 1rem;
	font-size: 14px;
    line-height: 1.8;
	margin: 0 auto 50px;
	width: 70%;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .item-txt-desc {
			width: 95%;
		} 
	}


/* .products
---------------------------------------*/
#saori-special-2204 .products {
	/*font-family: 'Cormorant Garamond', "Times New Roman", Times, Georgia, serif;*/
	font-size: 13px;
	letter-spacing: .0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	/*border: 1px dashed green;*/
}

#saori-special-2204 .products-info { /*着用アイテム*/
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

#saori-special-2204 .products a {
	display: block;
	width: 20%;
	margin: 0 auto;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .products a {
			width: 36%;
		} 
	}

#saori-special-2204 .products-thumb img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

#saori-special-2204 .products img:hover {
	opacity: .6;
}


/* .products front-back (item-02:greenborder)
---------------------------------------*/
#saori-special-2204 .item-02 a {
	width: 100%;
}

#saori-special-2204 .products-thumb_front-back {
	display: flex;
	margin: 0 auto;
	width: 40%;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .products-thumb_front-back {
			width: 80%;
		} 
	}

#saori-special-2204 .products-thumb_front-back .products-thumb {
	margin: 0 2% 8px;
}


#saori-special-2204 .products-thumb_front-back p {
	font-family: "Times New Roman", Times, Georgia, serif;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05rem;
}


/* .products 2 items (item-05, item-06)
---------------------------------------*/
#saori-special-2204 .products .products-2item-flex {
	display: flex;
	/*align-items: center;*/
	/*justify-content: center;*/
	/*text-align: center; not working*/
	margin: 0 auto;
	width: 50%;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .products .products-2item-flex {
			width: 85%;
		} 
	}

#saori-special-2204 .products .products-2item-flex a {
	width: 40%;
}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .products .products-2item-flex a {
			margin: 0 4%;
		} 
	}


#saori-special-2204 .products a:hover {
	opacity: 1;
}

#saori-special-2204 .products-thumb {
	margin-bottom: 8px;
}

#saori-special-2204 .products li {
	margin-bottom: 6px;
}

#saori-special-2204 .original-price:after, #saori-special-2204 .current-price:after {
    content: '（税込）';
    font-size: 10px;
	color: #444;
}

#saori-special-2204 .original-price_sale {
    text-decoration: line-through;
    color: #A5A5A5;
}

#saori-special-2204 .original-price_sale:after {
    color: #A5A5A5;
}

#saori-special-2204 .current-price {
	font-weight: 600;
	color: #DB3B3D;
}


#saori-special-2204 .products-brand {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05rem;
}


/* .products-button
---------------------------------------*/
#saori-special-2204 .products-button {
    width: 12%;
	width: 100px;
    padding: 6px;
    background: #000000;

    border-radius: 3px;
	margin: 15px auto 0;
    color: #ffffff;
    position: relative;
}

#saori-special-2204 .products-button:after {
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate( 45deg );
    top: 38%;
    right: 15px;
}


/* .products-all-btn
---------------------------------------*/
#saori-special-2204 .products-all-btn {
	margin: 56px auto;
	text-align: center;
	width: 50%;
	height: 75px;
	line-height: 75px;
	border: 1px solid rgb(15, 15, 15);
	}
	@media screen and (max-width: 768px) {
		#saori-special-2204 .products-all-btn {
			width: 90%;
		}
	}

#saori-special-2204 .products-all-btn a {
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#saori-special-2204 .products-all-btn a:hover {
	background: rgb(15, 15, 15);
	color: #fff;
	opacity: 1;
}

/*商品詳細 h2 デザイン変更　2022年5月　オリジナルCSSへ記述*/
.fs-c-productName__copy, .fs-c-productName__variation {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 3px;
    font-weight: 500;
}

.fs-c-productListItem__productName {
    text-align: left;
}

/*商品詳細　「並び替え」のアクティブのときの背景を青(#1f5da0)から黒(#282828)へ変更 2022年6月*/
.fs-c-sortItems__list .is-active {
    background: #282828;
}

/* 商品名　フォントサイズ変更（1.4rem -> 1.3rem）2022年6月 */
.fs-c-productListItem__productName {
    font-size: 1.3rem;
}

/* 会員登録ページ　会員登録フォームのデザイン変更　2022年11月 */
.fs-c-memberInfoField > table, th, td { 
/*会員登録フォームのtable, th, td だけ枠なしに設定*/
    border: none;
}

.fs-c-inputTable > tbody { /*背景設定*/
    background: #f7f7f7;
    padding: 50px;
}


/*スマホ画面で商品詳細ページ下に表示される"Recommended Itemを非表示
#_rcmdjp_display_1 {
    display: none !important;
}
*/