img {
  max-width: 100%;
  height: auto;
}

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

/* 縦並び２列 */
.top-wordlist {
  column-count: 2;
  width: fit-content;
  column-gap: 2em;
  margin:0 10px 0 20px;
}

/* リストのスタイル */
.top-wordlist ul {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size:12px;
}

.top-wordlist li {
list-style-type: none!important;
  &:nth-child(2n) {
  }
line-height: 22px;
margin-right:-10px;
}
.top-wordlist ul li:before {
  content: "> ";/*アイコンの種類*/
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}

.top-wordlist a {
  color:#333;
  text-decoration: none;
}

/*商品ページ欠品のお知らせ*/
.keppin {
    width:98%;
    word-break: break-all;
    background:#ffffff;
    padding:10px;
    margin-top:10px;
    margin-bottom:5px;
    border:1px solid #f23030;
    border-radius:10px;
    color: #333;
    font-size: 13px;
    line-height:1.6;
}
.keppin br {
    line-height:0.5;
}

.keppin h4 {
    color: #f23030;
    font-weight:bold;
}

/* 目次のCSS */

.contents_list {
  padding: 0.5em 2em 0.5em 2em;
  }
  
.contents_list ul {
  background: #fcfcfc;
  padding: 0.5em 1em 0.5em 1em;
  border: solid 3px #bdd0e2;
}

.contents_list li {
	line-height: 10px;
	padding: 0.5em 0; /*前後の文との余白*/
	list-style: none;
}
.contents_list li a {
	font-size: 13px;
	color: #333;
}

.contents_list ul li::before {
  display:inline-block; 
  vertical-align: middle;
  content:'・';
  color: #bdd0e2;
}

.contents_list ul h2 {
	font-weight: bold; 
	margin-bottom: 0.5em;
	font-size: 16px;
}

/* ここまで */


/*---PC4列　SP2列のまとまり---*/

.itemsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.itembox {
  box-sizing: border-box;
  margin: 0;
  width: calc(24% - 10px / 4);
  margin: 15px 5px 10px 8px;

  &:nth-child(1n) {
    margin-right: 0;
  }
}

.itembox a {
	text-decoration: none ;
  display: inline-block;
  vertical-align: top;
	color:#000;
}

.itembox-btn01 {
	display:inline-block;
	/display:inline;
	margin: 7px 2px;
	padding: 2px 3px;
	/line-height:1.1;
	color:#000;
	cursor:pointer;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 3px;
	background-color:#ccf0fc;
	zoom:1;
	text-align:center;
	font-size: 9px;
}	

.itembox-btn02 {
	display:inline-block;
	/display:inline;
	margin: 7px 2px;
	padding: 2px 3px;
	/line-height:1.1;
	color:#000;
	cursor:pointer;
	width: 45%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 3px;
	background-color:#ccf0fc;
	zoom:1;
	text-align:center;
	font-size: 8px;
}

.itembox-btn03 {
	display:inline-block;
	/display:inline;
	margin: 7px 2px;
	padding: 2px 3px;
	/line-height:1.1;
	color:#000;
	cursor:pointer;
	width: 28%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 3px;
	background-color:#ccf0fc;
	zoom:1;
	text-align:center;
	font-size: 8px;
}


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

  .itembox {
    margin: 15px 10px 10px 8px;
    width: calc(49% - 10px / 2);

    &:nth-child(1n) {
      margin-right: 0;
    }
}
  }

/* ここまで */


 /* 商品ページ・カテゴリなどアナウンス */

.announce01 {
  position: relative;
  border-top: solid 2px #ed3737;
  border-bottom: solid 2px #ed3737;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.announce01:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '●ＳＡＬＥ情報';
  background: #ed3737;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

 /* 商品ページ・カテゴリなどアナウンスここまで */

 /* カラコンレポのポラロイド風ここから */

  .polaroid {
	width: 46%; /* imgと合わせます */
	position: relative;
　　　 display: inline-block;
	padding: 5px;
	padding-bottom: 40px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	   -moz-box-shadow: 3px 3px 3px #ccc;
	        box-shadow: 3px 3px 3px #ccc;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
	float: left;
	margin:0px 3px 15px 8px;
}
.polaroid img {
  display: block;
  margin: 0 auto; /* 画像を中央寄せ */
  width: auto;
  height: auto;
}
.polaroid p {
	position: absolute;
	height: 30px;
	line-height: 16px;
	bottom: 5px;
	font-size: 12px;
	color: #666;
}

 /* カラコンレポのポラロイド風ここまで */



/*---------------------------------------------------
乱視用カラコンページの比較テーブル
---------------------------------------------------*/
table.ranshicol_lensdata {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	table-layout: fixed;
	font-size: 13px;
}

table.ranshicol_lensdata th {
	padding: 8px 2px 8px 3px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9e9e9;
	text-align: left;
}
table.ranshicol_lensdata td {
	padding: 8px 2px 8px 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.ranshicol_button {
    width:100%;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:6px 2px 6px 2px;
    color:#ffffff;
    background-color:#43a4e6;
    border-radius:25px;
}


.circle-lenscol_button {
    width:150px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 8px;
    color:#ffffff;
    background-color:#79a3dc;
    border-radius:25px;
}

.scroll_box {
  overflow-x: auto;
  width:auto;
  -webkit-overflow-scrolling: touch;
}
 
.scroll_box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.scroll_box th {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  background: #000;
}
.scroll_box td {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  background: #fff;
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ffffff;
  z-index: -1;
}

/*---------乱視用カラコンページここまで---------*/

/*グループの登録商品がありませんの文言を非表示*/
.fs-c-noResultMessage {
    display: none;
}


.productRating{
    display:flex;
    align-items:flex-end;
    flex-wrap:wrap;
}
.ratingcount-0{
    display:none;
}
    .fs-c-rating{
    display:flex;
}

/*---------トップページ---------*/
.p-mv .fs-c-slick .slick-slide img {
  aspect-ratio: 2 / 1;
}
/*---------ここまで---------*/



/* コピーターゲット */
input[type="submit"] {

	/* inputタグのリセット */
	-webkit-appearance: none;
	border-radius: 0;

	/* 枠＆余白の設定 */
	background:#FFFFFF;
	border-radius: 3px;
	border: #b3a275 solid 2px;
	width: 90%;	
	height:40px;
	margin:0 5%;

	/* ターゲットテキストの設定 */
	color: #000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;

	/* 縦横中央揃え */
	text-align: center;
	line-height: 30px;


	/* アイコン部分の設定 */
	font-family: "Font Awesome 5 Free"; 

/*---------アコーディオン---------*/

/*
  アコーディオンそのものの横幅と余白を指定。
  開閉動作に影響なし。
*/
.accordion__list {
  width: 500px;
  padding: 10px;
}

/*
  アコーディオンの開閉をつかさどる、
  type="checkbox" を指定しているinputタグ。
  inputタグそのものは非表示にする。
*/
.accordion__input {
  display: none;
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 10px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #12DE40;
  cursor: pointer;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 10px;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 10px;
  background: #e8e8e8;
  transition: all .25s ease;
}

/*
  アコーディオンの開閉ボタン（labelタグ、class="accordion__head"）をクリックすると、
  対となっているinputタグ（class="accordion__input"）がチェック状態（checked）になる。

  チェック状態のinputタグの隣の隣にある、
  アコーディオンの閉じている部分（class="accordion__body"）の
  heightとpaddingを変更し、アコーディオンを開いた状態にする。
*/
.accordion__input:checked + .accordion__head + .accordion__body {
  height: auto;
  padding: 10px;
}

/*
  チェック状態のinputタグの隣にある、開閉ボタンの「+」を「-」に変更する。
*/
.accordion__input:checked + .accordion__head::after
  {
  content: "-";
  right: 13px;
}
/*---------ここまで---------*/

/*------------アコーディオン-------------*/
/*--デイリーズトータルワンBC8.8ページで使用--*/
.accordion-001 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

/*---------ここまで---------*/


