@charset "UTF-8";

/* ----商品詳細画面---- */
.page-goods .wrapper {
  width: 100vw;
}

.page-goods .container {
	width: 100%;
}

.page-goods .pane-topic-path {
	width: 1360px;
	margin: 0 auto;
}

.block-src-L figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 500px;
}

.block-src-L figure img {
	max-width: 500px;
	max-height: 500px;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper {
	margin: 0 0 15px;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-prev {
	width: 16px;
	height: 29px;
	left: -40px;
	background: url(../../img/usr/common/img_prev.png);
 z-index: 100;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-next {
	width: 16px;
	height: 29px;
	right: -40px;
	background: url(../../img/usr/common/img_next.png);
 z-index: 100;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-prev:hover,
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-prev:focus,
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-next:hover,
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-next:focus {
	background-position: 0;
}

.block-goods-affix-list {
  margin-bottom: 10px;
}

.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}

.block-goods-affix-list--link:before {
  font-family: FontAwesome;
  content: "\f15c";
  margin-right: 5px;
}

.block-add-cart--btn {
	position: relative;
  padding: 17px 0 16px;
  width: 100%;
	border-radius: 50px;
	margin: 0 0 13px;
	background: #FDD93F;
	color: #000;
}

.block-add-cart--btn:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 1px;
	background: #000;
}

.block-btn-trial:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 1px;
	background: #fff;
}

.block-add-cart--btn:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 30px;
	width: 7px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
}

.block-btn-trial:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 30px;
	width: 7px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}

.block-add-cart--btn span {
	font-size: 18px;
	padding: 4px 0 4px 40px;
	font-weight: 500;
	letter-spacing: 2px;
	background: url(../../img/usr/common/icon_cart.png) no-repeat left center;
	background-size: 15%;
}

.block-btn-trial {
	position: relative;
	display: block;
	background: #004263;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
	border-radius: 50px;
	padding: 17px 0 16px;
	margin: 0 0 20px;
}

.block-btn-trial:hover {
	text-decoration: none;
}

.block-goods-shoplist {
	text-align: right;
	margin: 12px 0 0;
}

.block-goods-shoplist a {
	color: #004264;
	text-decoration: underline;
}

.block-goods-shoplist a:hover {
	text-decoration: none;
	opacity: 1;
}

.block-custom-order--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-arrival-notice {
	margin: 0 0 20px;
}

.block-arrival-notice--btn {
  margin-top: 10px;
  padding: 11px 0;
  font-size: 16px;
  width: 100%;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-btn-wrapper {
	display: flex;
	justify-content: space-between;
}

.block-goods-btn-wrapper > * {
	display: block;
	width: 200px;
	border: 1px solid #A5A5A5;
	box-sizing: border-box;
	border-radius: 30px;
	text-align: center;
	padding: 13px 0 9px;
	transition: .3s;
}

.block-goods-btn-wrapper > *:hover {
	text-decoration: none;
	opacity: .8;
	cursor: pointer;
}

.block-goods-btn-wrapper .block-goods-favorite--btn span {
	padding: 3px 0 3px 30px;
	background: url(../../img/usr/common/icon_favorite.png) no-repeat left center;
}

.block-goods-btn-wrapper .block-goods-shop--btn span {
	padding: 4px 0 3px 30px;
	background: url(../../img/usr/common/icon_store.png) no-repeat left center;
}

.block-variation-add-cart {
  margin-right: 5px;
}

.block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 165px;
  height: 54px;
}

.block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
}

.block-no-stock--message {
  margin-top: 10px;
  font-size: 18px;
	font-weight: bold;
  color: #AB0204;
}

.block-variation-no-stock,
.block-goods-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-no-stock--message,
.block-goods-variation-arrival-notice--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  height: 54px;
}

.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-goods-gallery ul {
  font-size: 0;
	overflow: hidden;
}

.block-goods-gallery li {
	float: left;
  display: inline-block;
  width: 92px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.block-goods-gallery li:nth-child(5n) {
	margin-right: 0;
}

.block-goods-gallery li figure {
  width: 92px;
  height: 92px;
}

.page-goods .block-icon {
	margin: 0 0 10px;
}

.block-goods-price {
	display: flex;
	/*align-items: center;*/
        margin: 0 0 15px;
  flex-flow: column wrap;
  line-height:2.0;
}

.block-goods-price--default-price {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 0 15px 0 0;
}

.block-goods-price--default-price .default-price {
	font-size: 12px;
}

.block-goods-price--default-price span:not(.tax) {
	font-size: 16px;
}

.block-goods-price--default-price + .block-goods-price--price {
	/*color: #AB0204;*/
	font-size: 14px;
  align-items: baseline;
}

.block-goods-price--default-price + .block-goods-price--price span:not(.tax) {
	font-size: 20px;
}

.block-goods-stock {
	margin: 0 0 20px;
}

.block-goods-brand {
	font-size: 16px;
	font-weight: bold;
}

#spec_goods_comment {
	/*20210629 by jiaoran*/
	display:none;
	margin: 0 0 3px;
}

.block-goods-name {
	margin: 0 0 10px;
}

.block-goods-name--text {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}

.block-goods-color {
	margin: 0 0 10px;
}

.block-goods-code {
	font-size: 12px;
	margin: 0 0 30px;
}

.block-goods-price--price {
	display: flex;
	align-items: center;
  font-size: 13px;
}

.block-goods-price--price span:not(.tax) {
	font-size: 20px;
	margin: 0 3px 0 5px;
}

.block-goods-price--on-sales-comment {
  color: #c30;
  font-weight: 500;
}

.block-accessory-list {
	position: relative;
  width: 1060px;
	margin: 90px auto 0;
	padding: 90px 0 0;
}

.block-accessory-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc((100vw - 100%) / 2 * -1);
	width: 100vw;
	height: 1px;
	background: #A5A5A5;
}

.block-accessory-list--name {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 40px;
}

.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}

.block-goods-footer-cart {
  text-align: center;
}

.page-goods .form-label {
    width: 35%;
}

.block-contactlens-info--goods-item-contactlens-degree-select {
    order: 249;
}

[class^=block-contactlens-info--goods-item-contactlens-degree-select-degree_] {
    display: none;
}

/* 同一バリエーション画像表示 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: 606px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-wrapper {
  position: relative;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev {
  left: 10px;
  background: url(../../img/usr/btn_slider_prev.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: -5%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next {
  background: url(../../img/usr/btn_slider_next.png) 0 0 no-repeat;
  position: absolute;
  top: 40%;
  right: -5%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction a.disabled {
  opacity: 0.3;
  cursor: default;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  font-size: 14px !important;
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item figure {
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 3 !important;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

/* 注文明細拡張 */

.block-goods-sales-detail-append--item .form-label {
  padding: 10px;
  margin-right: 10px;
}

.block-goods-sales-detail-append--item input[type="text"],
.block-goods-sales-detail-append--item textarea {
  width: 100%;
}

.block-goods-sales-detail-append--item .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
  text-align: right;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}

.block-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション切り替えボタン */
.block-variation.block-color {
	margin: 0 0 20px;
}

.block-color--item-list {
	display: flex;
	flex-wrap: wrap;
}

.block-variation--item {
  font-size: 14px;
  margin: 0 10px 5px 0;
}

.block-variation--item:nth-child(5n) {
	margin-right: 0;
}

.block-variation--item a {
	display: block;
}

.block-color--item-term img {
  max-width: 77px;
  max-height: 77px;
}

.block-color--item-term figure {
  width: 77px;
  height: 77px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}

/* レンズ選択 */
.block-goods-lens {
	margin: 0 0 20px;
}

[class^=block-goods-lens--ttl_] {
	position: relative;
	border-bottom: 1px solid #A5A5A5;
	padding: 0 13px 10px;
	margin: 0 0 20px;
	cursor: pointer;
}

[class^=block-goods-lens--ttl_]:before,
[class^=block-goods-lens--ttl_]:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 13px;
	height: 1px;
	background: #000;
	transition: .3s;
}

[class^=block-goods-lens--ttl_]:after {
	transform: rotate(90deg);
}

[class^=block-goods-lens--ttl_].open:after {
	transform: rotate(360deg);
}

.block-goods-lens--link {
	text-align: right;
}

.block-goods-lens--link a {
	color: #004264;
  text-decoration: underline;
}

.block-goods-lens--link a:hover {
	opacity: 1;
	text-decoration: none;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}

.block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review h2 {
  background-color: #f5f5f5;
  font-size: 22px;
  padding: 10px 15px;
}

.block-goods-user-review--score dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}

.block-goods-user-review--score dd img {
  height: 21px;
}

.block-goods-user-review--count dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--count dd {
  display: inline-block;
}

.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}

.block-goods-user-review--write-review-link {
  text-decoration: underline;
}

.block-goods-user-review--description {
  margin: 10px 0;
}

.block-goods-user-review--item {
  margin-top: 15px;
}

.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--item-score dt {
  margin: 0 0 5px 0;
  height: 14px;
}

.block-goods-user-review--item-score dt img {
  height: 14px;
}

.block-goods-user-review--item-size dt,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-color dd,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-overestimate dd {
  display: inline-block;
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  background: #f0f0f0 none repeat scroll 0 0;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
}

.block-goods-user-review--pager-now {
  color: #c00;
}

.block-goods-user-review--item-comment {
  margin: 5px 0;
}

.block-goods-user-review--write-review-btn {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 6px 0;
  width: 160px;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.block-goods-price--items {
  display: table;
}

.block-goods-price--item {
  display: table-cell;
  padding-right: 20px;
}

.block-goods-price--regular-repeat-price {
  font-weight: bold;
  color: #333;
}

.block-goods-price--regular-repeat-net {
  color: #555;
}

.block-goods-price--regular-repeat-default-price {
  text-decoration: line-through;
  color: #333;
  font-weight: bold;
}

/* ----ユーザーレビュー画面---- */

.block-user-review--score .form-label,
.block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--score .form-control,
.block-user-review--review-body .form-control {
  padding-top: 10px;
}

.block-user-review--evaluation-score img {
  height: 21px;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}

.block-user-review--review-comment {
  margin: 10px 0;
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}

.pane-main-2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
}

/* ----店舗在庫画面---- */

.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}

.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}

.block-store-stock--message {
  color: #a94442;
  margin: 10px 0;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon img {
	height: 18px;
}

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.block-goods-list--display-style-items .active {
  color: #c00;
}

.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-order-items {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
.block-goods-list--sort-order-items p {
	color: #222222;
	font-size: 15px;
}

.block-goods-list--sort-order-items.open {
	background: #F0F0F0;
}

.block-goods-list--sort-order-items .current {
	font-size: 12px;
	padding: 12px 10px 10px;
	border-bottom: 1px solid #A5A5A5;
	width: 155px;
	box-sizing: border-box;
	cursor: pointer;
}

.block-goods-list--sort-order-items.open .current {
	border-bottom: 1px solid #fff;
}

.block-goods-list--sort-order-items:before,
.block-goods-list--sort-order-items:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 25px;
	width: 11px;
	height: 1px;
	background: #3B4043;
	transform: rotate(65deg);
}

.block-goods-list--sort-order-items:after {
	right: 20px;
	transform: rotate(-65deg);
}

.block-goods-list--sort-order-items.open:before {
	transform: rotate(115deg);
}

.block-goods-list--sort-order-items.open:after {
	transform: rotate(-115deg);
}

.block-goods-list--sort-order-items--wrapper {
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	width: 155px;
	background: #F0F0F0;
	padding: 15px;
	z-index: 1;
}

.block-goods-list--sort-order-items--wrapper label {
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
	cursor: pointer;
}

.block-goods-list--sort-order-items--wrapper label:last-child {
	margin: 0;
}

.block-goods-list--sort-order-items--wrapper label input {
	-webkit-appearance: none;
	position: relative;
	background: #fff;
	width: 20px;
	height: 20px;
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	box-sizing: border-box;
	outline: none;
	margin-right: 8px;
}

.block-goods-list--sort-order-items--wrapper label input:checked {
	background: #004264;
	border: 1px solid #004264;
}

.block-goods-list--sort-order-items--wrapper label input:checked:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
}

/* ----商品一覧画面：一覧：block-goods-list-l---- */

.block-goods-list-l--table {
  width: 100%;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border-collapse: collapse;
}

.block-goods-list-l--table td,
.block-goods-list-l--table th {
  padding: 10px;
}

.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #444;
}

.block-goods-list-l--add-cart {
  text-align: center;
}

.block-goods-list-l--stock {
  text-align: center;
}

.block-goods-list-l--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-bottom: 5px;
}

.block-goods-list-l .price {
  font-weight: bold;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：一括購入：block-goods-list-l---- */

.block-bulk-purchase-b--table {
  width: 100%;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border-collapse: collapse;
}

.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  padding: 10px;
}

.block-bulk-purchase-b--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border: 1px solid #444;
}

.block-bulk-purchase-b--stock {
  text-align: center;
}

.block-bulk-purchase-b--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-bulk-purchase-b .price {
  font-weight: bold;
}

.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}

.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */

.block-goods-list-d li {
  margin-bottom: 20px;
}

.block-goods-list-d--image {
  width: 200px;
}

.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
}

.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-list-d--item-description {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-goods-list-d--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}

.block-goods-list-d--item-details-left {
  flex-basis: 360px;
}

.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: center;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.block-goods-list-d--price-infos {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--price-title {
  display: inline-block;
}

.block-goods-list-d--price {
  display: inline-block;
}

.block-goods-list-d--stock-items {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--stock-title {
  display: inline-block;
}

.block-goods-list-d--stock {
  display: inline-block;
}

.block-goods-list-d .price {
  font-weight: bold;
}

.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-d--scomment {
  color: #cc3302;
}

.block-goods-list-d--goods-comment {
  margin-top: 10px;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */

.block-check-list-a li {
  width: 100%;
  margin: 0 0 20px 20px;
}

.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
  text-align: right;
  margin: 5px 0;
}

.block-check-list-a--select-item .radio {
  margin-right: 0;
}

.block-check-list-a--image {
  width: 142px;
}

.block-check-list-a--items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.block-check-list-a--item-body {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}

.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-check-list-a--item-description {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.block-check-list-a--goods-name {
  margin-bottom: 10px;
}
.block-check-list-a--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-check-list-a--price-title {
  display: inline-block;
}

.block-check-list-a--price {
  display: inline-block;
}

.block-check-list-a--stock-title {
  display: inline-block;
}

.block-check-list-a--stock {
  display: inline-block;
}

.block-check-list-a .price {
  font-weight: bold;
}

.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
  text-align: left;
}

.block-check-list-a--scomment {
  color: #cc3302;
}

.block-check-list-a--goods-comment {
  margin-top: 10px;
}

.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-order-complete .block-check-list-a .block-check-list-a--comment,
.page-bookmark .block-check-list-a .block-check-list-a--comment {
  padding: 0 0 5px;
}

.block-order-complete .block-check-list-a .block-check-list-a--stock-items
.page-bookmark .block-check-list-a .block-check-list-a--stock-items {
  padding: 5px 0;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.block-pickup-list-p li:last-child {
	margin-bottom: none;
}

.block-pickup-list-p--item-body {
  display: flex;
  width: 530px;
}

.block-pickup-list-p--image {
  width: 142px;
}

.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-p--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-p--comment {
  padding: 10px 0;
}

.block-pickup-list-p--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
}

.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.block-pickup-list-p .price {
  font-weight: bold;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-p--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */

.block-pickup-list-w li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-w--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-w--image {
  width: 142px;
}

.block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}

.block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.block-pickup-list-w .price {
  font-weight: bold;
}

.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-w--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-ranking-r--goods {
  flex-basis: 242px;
  margin-left: 30px;
}

.block-ranking-r--goods:first-of-type {
  margin-left: 0;
}

.block-ranking-r--goods-image figure {
  width: 242px;
  height: 242px;
}

.block-ranking-r--goods a {
  font-weight: bold;
}

.block-ranking-r--goods-description {
	display: flex;
	flex-direction: column;
  margin-top: 10px;
}

.block-ranking-r--goods-description .block-icon {
	order: 1;
}

.block-ranking-r--goods-name {
	order: 2;
}

.block-ranking-r--goods-description .variation-name {
	order: 3;
}

.block-ranking-r--price-infos {
	order: 4;
}

.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-ranking-r--scomment {
  color: #cc3302;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  margin: 10px 0;
}

.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-thumbnail-h li {
  width: 142px;
  margin-left: 9px;
}

.block-thumbnail-h li:nth-child(6n+1) {
  margin-left: 0;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-thumbnail-h--goods-description {
  margin-top: 20px;
}

.block-thumbnail-h--goods .price {
  font-weight: bold;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-thumbnail-h--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：リスト：block-list-s---- */

.block-list-s li:first-child {
  border-top: 1px solid #444;
}

.block-list-s li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-list-s div {
  display: inline;
}

.block-list-s--goods-name,
.block-list-s--price-items div {
  padding-right: 1em;
}

.block-list-s--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-list-s .price {
  font-weight: bold;
}

.block-list-s--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.block-cart-i li {
	margin-bottom: 0;
}

.block-cart-i--goods {
  flex-basis: 242px;
  margin-left: 30px;
}

.block-cart-i--goods:first-of-type {
  margin-left: 0;
}

.block-cart-i--goods-image {
	padding: 0 0 10px;
}

.block-cart-i--goods-image figure {
  width: 242px;
  height: 242px;
}

.block-cart-i--goods a {
	display: block;
	font-weight: bold;
	padding: 0 0 10px;
}

.block-cart-i--goods a:hover {
	text-decoration: none;
}

.block-cart-i--goods-name {
	padding: 0 0 10px;
}

.block-cart-i--goods-name a {
	padding: 0;
}

.block-cart-i--default-price {
	float: left;
	margin: 0 10px 0 0;
}

.block-cart-i--default-price + .block-cart-i--price {
	color: #AB0204;
}

.block-cart-i--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-goods-detail-j--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-detail-j--goods:first-of-type {
  margin-left: 0;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-detail-j--goods a {
  text-decoration: underline;
}

.block-goods-detail-j--goods-description {
  margin-top: 20px;
}

.block-goods-detail-j--goods .price {
  font-weight: bold;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-detail-j--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

.block-goods-name-n li:first-child {
  border-top: 1px solid #444;
}

.block-goods-name-n li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}

.block-goods-name-n a {
  color: #000;
  text-decoration: underline;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-x--item-body {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-c--item-body {
  flex-basis: 180px;
  margin-left: 24px;
}

.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-c--image figure {
  width: 180px;
  height: 180px;
}

/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */

.block-category-style-p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-p--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-p--item:nth-child(2n) {
  margin: 0 0 0 20px;
}

.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
  clear: both;
}

.block-category-style-p--item-image {
  width: 143px;
  float: left;
}

.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */

/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */

.block-category-style-g {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.block-category-style-g--item {
  width: 300px;
	margin: 0 80px 60px 0;
}

.block-category-style-g--item:nth-child(3n) {
	margin-right: 0;
}

.block-category-style-g--item:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.block-category-style-g--item-name {
  font-size: 18px;
  padding: 0 0 15px;
	margin: 0;
	text-align: center;
	font-weight: 500;
}

.block-category-style-g--item-image {
	text-align: center;
	margin: 0 0 5px;
}

.block-category-style-g--item-comment {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 24px;
	padding: 0 0 30px;
}

.block-category-style-g--item-btn {
	position: relative;
	display: block;
	width: 250px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #A5A5A5;
	border-radius: 50px;
	margin: 0 auto;
	padding: 15px 0 12px;
	transition: .3s;
}

.block-category-style-g--item-btn:before {
	content: '';
	position: absolute;
	top: 24px;
	right: 26px;
	width: 13px;
	height: 1px;
	background: #000;
}

.block-category-style-g--item-btn:after {
	content: '';
	position: absolute;
	top: 22px;
	right: 26px;
	width: 4px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
}

.block-category-style-g--item-btn:hover {
	opacity: .8;
	text-decoration: none;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--item-name {
  display: inline;
}

.block-category-style-l--splitter {
  margin: 0 5px;
}

/* ----カテゴリー画面：サムネイル：block-category-style-t---- */

.block-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-t--item {
  flex-basis: 210px;
  overflow: hidden;
  margin: 0 0 0 20px;
}

.block-category-style-t--item:nth-child(4n+1) {
  margin: 0;
}

/* ----カテゴリーツリー---- */

.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}

.block-category-tree--level-2 > li {
  text-indent: 10px;
}

.block-category-tree--level-3 > li {
  text-indent: 20px;
}

.block-category-tree--level-4 > li {
  text-indent: 30px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item > span {
  display: flex;
  align-items: center;
  height: 43px;
}

.block-genre-tree--level2 > li {
  text-indent: 10px;
}

.block-genre-tree--level3 > li {
  text-indent: 20px;
}

.block-genre-tree--level4 > li {
  text-indent: 30px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----絞り込み検索---- */

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--tree-1 > li:first-child {
  border-top: none;
}

.block-filter--tree-2 > li {
  padding-left: 10px;
}

.block-filter--tree-3 > li {
  padding-left: 20px;
}

.block-filter--tree-4 > li {
  padding-left: 30px;
}

.block-filter--treeitem-container {
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  padding-right: 9px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-dir i {
  transform: rotate(90deg);
}

.block-filter--treeitem-dir__close i {
  transform: rotate(0);
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 5px;
}

.block-filter--image-check {
  position: relative;
  display: block;
}

.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}

.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}

/* ----クイックビュー---- */

.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}

.block-quickview-line {
  overflow: hidden;
  width: 100%;
}

.block-quickview-item {
  display: inline-block;
  width: 142px;
}

/* ----商品コメント---- */
.block-goods-comment1 {
	margin: 0 0 50px;
}

.block-goods-comment1 dt {
	margin: 0 0 15px;
}

.block-goods-comment1 dt h3 {
	margin: 0;
	font-size: 16px;
}

.block-goods-comment1 dd {
	line-height: 27px;
}

/* ----商品詳細 スペック---- */
.block-goods-spec {
	display: flex;
	justify-content: space-between;
}

.block-goods-spec--table {
	width: 305px;
}

.block-goods-spec--table dl {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #A5A5A5;
	padding: 15px 20px 13px;
}

.block-goods-spec--table dt {
	flex-shrink: 0;
	margin: 0 15px 0 0;
}

.block-goods-spec--table dd {
	word-break: break-word;
}

.block-goods-spec--detail {
	width: 700px;
}

.block-goods-comment2 {
	margin: 0 0 10px;
}

.block-goods-comment4,
.block-goods-comment5 {
	margin: 30px 0 0;
}

.block-goods-spec--detail-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 0 30px;
}

.block-goods-spec--detail-size {
	width: 270px;
}

.block-goods-spec--detail-size dl {
	display: flex;
	padding: 14px 20px 12px;
}

.block-goods-spec--detail-size dl:nth-child(even) {
	background: #F0F0F0;
}

.block-goods-spec--detail-size dt {
	width: 65%;
}

.block-goods-spec--detail-size dd {
	width: 35%;
}

.block-goods-comment3 {
	width: 400px;
}

.block-goods-btn--select {
	text-align: center;
}

.block-goods-btn--select a {
	position: relative;
	display: inline-block;
	width: 350px;
	border: 1px solid #A5A5A5;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50px;
	font-size: 15px;
	padding: 19px 0 17px;
}

.block-goods-btn--select a:before {
	content: '';
  position: absolute;
  top: 29px;
  right: 30px;
  width: 20px;
  height: 1px;
  background: #000;
}

.block-goods-btn--select a:after {
	content: '';
  position: absolute;
  top: 26px;
  right: 30px;
  width: 6px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
}

.block-goods-btn--select a:hover {
	text-decoration: none;
}

/* ----レンズ選択---- */
[class^='select-lens_'] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
}
[class^='select-lens_'] .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 32, 32, .5);
}
.select-lens-contents {
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	max-width: 80%;
	width: 880px;
	max-height: 80%;
	background: #fff;
	padding: 50px 110px 70px;
	padding: 50px 110px;
	overflow-y: auto;
  transition: .3s;
}
.select-lens-contents::-webkit-scrollbar {
	width: 10px;
}
.select-lens-contents::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}
[class^='select-lens_'] .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
[class^='select-lens_'] .close:before,
[class^='select-lens_'] .close:after {
	content: '';
	position: absolute;
	top: 18px;
	width: 20px;
	height: 1px;
	background: #000;
}
[class^='select-lens_'] .close:before {
	left: 7px;
	transform: rotate(45deg);
}
[class^='select-lens_'] .close:after {
	right: 7px;
	transform: rotate(-45deg);
}
[class^='select-lens-step select-lens-step02_'] {
  display: none;
	margin: 55px 0 0;
}
.select-lens-step .step-ttl {
	text-align: center;
	border-bottom: 1px solid #A5A5A5;
	padding: 0 0 10px;
	margin: 0 0 30px;
}
.select-lens-step .step-num {
	display: inline-block;
	color: #004263;
	font-size: 18px;
	font-family: 'Helvetica';
	letter-spacing: 2px;
	padding: 0 30px;
	background-image: url(../../img/usr/common/img_border_step.png), url(../../img/usr/common/img_border_step.png);
	background-repeat: no-repeat;
	background-position:
		left top 20px, right top 20px;
	margin: 0 0 5px;
}
.select-lens-step .step-num span {
	font-size: 28px;
	padding: 0 0 0 3px;
}
.select-lens-step .step-ttl p {
	font-size: 16px;
}
[class^='select-lens-step select-lens-step01_'] ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
[class^='select-lens-step select-lens-step01_'] li {
	position: relative;
	width: 49%;
	margin: 0 0 20px;
}
[class^='select-lens-step select-lens-step01_'] li:nth-last-child(-n+2) {
	margin: 0;
}
[class^='select-lens-step select-lens-step01_'] li input {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background: #F0F0F0;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: .3s;
	border: 0;
}
[class^='select-lens-step select-lens-step01_'] li input:checked {
	background: #004263;
}
[class^='select-lens-step select-lens-step01_'] li input:checked:before {
	content: '';
  position: absolute;
  top: 34px;
  left: 26px;
  width: 10px;
  height: 2px;
  background: #004263;
  transform: rotate(45deg);
	z-index: 2;
}
[class^='select-lens-step select-lens-step01_'] li input:checked:after {
	content: '';
  position: absolute;
  top: 30px;
	right: auto;
  left: 30px;
	bottom: auto;
  width: 20px;
  height: 2px;
  background: #004263;
  transform: rotate(-50deg);
	z-index: 2;
}
[class^='select-lens-step select-lens-step01_'] li label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
[class^='select-lens-step select-lens-step01_'] li label:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 20px;
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	z-index: 1;
}
[class^='select-lens-step select-lens-step01_'] li input:checked + label {
	color: #FFF;
}
[class^='select-lens-step select-lens-step02_'] .func-list {
	background: #EDF2F5;
	margin: 0 0 12px;
	border-radius: 10px;
	padding: 25px 25px 5px;
}
[class^='select-lens-step select-lens-step02_'] .func-list--ttl {
	font-size: 15px;
	margin: 0 0 20px;
	text-align: center;
}
[class^='select-lens-step select-lens-step02_'] .func-list-inner {
	display: flex;
	flex-wrap: wrap;
}
[class^='select-lens-step select-lens-step02_'] .func-list dl {
	display: flex;
	align-items: center;
	width: 108px;
	margin: 0 15px 30px 0;
}
[class^='select-lens-step select-lens-step02_'] .func-list dl:nth-child(5n) {
	margin-right: 0;
}
[class^='select-lens-step select-lens-step02_'] .func-list dt {
	width: 38px;
	margin: 0 7px 0 0;
}
[class^='select-lens-step select-lens-step02_'] .func-list dd {
	font-size: 13px;
	width: 63px;
}
.select-lens-type .type-block {
	background: #F9F9F9;
	border-radius: 10px;
	margin: 0 0 30px;
	padding: 35px 30px 25px;
}
.select-lens-type .type-block:last-child {
	margin: 0;
}
[class='select-lens-type list-degree'] [class^='type-head_'], 
[class='select-lens-type list-degreeless'] [class^='type-head_'] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}
[class='select-lens-type list-degree'] [class^='type-head_'] dl, 
[class='select-lens-type list-degreeless'] [class^='type-head_'] dl {
	position: relative;
	width: calc(100% - 250px);
	padding: 0 0 0 53px;
}
[class='select-lens-type list-degree'] [class^='type-head_'] dt,
[class='select-lens-type list-degreeless'] [class^='type-head_'] dt {
	margin: 0 0 5px;
}
[class='select-lens-type list-degree'] [class^='type-head_'] dt label,
[class='select-lens-type list-degreeless'] [class^='type-head_'] dt label {
	font-size: 20px;
	font-weight: bold;
	pointer-events: none;
}
[class='select-lens-type list-degree'] [class^='type-head_'] dt input,
[class='select-lens-type list-degreeless'] [class^='type-head_'] dt input {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-appearance: none;
	width: 43px;
	height: 43px;
	border-radius: 43px;
	background: #FFF;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	pointer-events: none;
}
[class='select-lens-type list-degree'] [class^='type-head_'] dt input:checked,
[class='select-lens-type list-degreeless'] [class^='type-head_'] dt input:checked {
	background: #004263;
	border: 1px solid #004263;
}
[class='select-lens-type list-degree'] [class^='type-head_'] dt input:checked:before,
[class='select-lens-type list-degreeless'] [class^='type-head_'] dt input:checked:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 10px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
[class='select-lens-type list-degree'] [class^='type-head_'] dt input:checked:after,
[class='select-lens-type list-degreeless'] [class^='type-head_'] dt input:checked:after {
  content: '';
  position: absolute;
  top: 20px;
	right: auto;
  left: 14px;
	bottom: auto;
  width: 20px;
  height: 2px;
  background: #FFF;
  transform: rotate(-50deg);
}
.select-lens-type .type-head--info {
	width: 250px;
}
.select-lens-type .base-price {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 0 0 8px;
}
.select-lens-type .base-price span:not(.tax) {
	font-size: 21px;
	padding: 0 2px 0 0;
}
.select-lens-type .base-func {
	display: flex;
	align-items: center;
}
.select-lens-type .base-func p {
	font-size: 13px;
}
.select-lens-type .base-func ul {
	display: flex;
}
.select-lens-type .base-func li {
	position: relative;
	width: 26px;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.select-lens-type .base-func li .func-comment,
.select-lens-type .lens-option li .func-comment {
	display: none;
	position: absolute;
	top: 45px;
	left: -7px;
	background: #fff;
	font-size: 10px;
	letter-spacing: 0;
	width: 110px;
	padding: 12px 12px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	z-index: 1;
}
.select-lens-type .lens-option li .func-comment {
  top: 35px;
  left: -12px;
}
.select-lens-type .base-func li .func-comment:before,
.select-lens-type .lens-option li .func-comment:before {
	content: '';
	position: absolute;
	top: -21px;
	left: 10px;
	width: 24px;
	height: 22px;
	background: url(../../img/usr/common/img_comment.png);
}
.select-lens-type [class^='type-body_'] {
	display: none;
	padding: 35px 0 0;
}
.select-lens-type .about-lens {
	text-align: right;
	margin: 0 0 12px;
}
.select-lens-type .about-lens a {
	color: #004263;
	font-size: 13px;
	text-decoration: underline;
}
.select-lens-type .about-lens a:hover {
	text-decoration: none;
	opacity: 1;
}
.select-lens-type [class^='type-body_'] > ul {
	margin: 0 0 25px;
}
.select-lens-type [class^='type-body_'] > ul > li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #FFF;
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 25px 22px;
	cursor: pointer;
}
.select-lens-type [class^='type-body_'] > ul > li:last-child {
	margin: 0;
}
.select-lens-type [class^='type-body_'] li dl {
	position: relative;
	padding: 0 0 0 65px;
	width: 55%;
}
.select-lens-type [class^='type-body_'] li dt {
	margin: 0 0 5px;
}
.select-lens-type [class^='type-body_'] li dt label {
	font-size: 16px;
	font-weight: bold;
	pointer-events: none;
}
.select-lens-type [class^='type-body_'] li dt input {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-appearance: none;
	width: 39px;
	height: 39px;
	border-radius: 39px;
	background: #FFF;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	pointer-events: none;
}
.select-lens-type [class^='type-body_'] li dt input:checked {
	background: #004263;
	border: 1px solid #004263;
}
.select-lens-type [class^='type-body_'] li dt input:checked:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 9px;
  width: 9px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.select-lens-type [class^='type-body_'] li dt input:checked:after {
  content: '';
  position: absolute;
  top: 18px;
	right: auto;
  left: 13px;
	bottom: auto;
  width: 18px;
  height: 2px;
  background: #FFF;
  transform: rotate(-50deg);
}
.select-lens-type [class^='type-body_'] li dd {
	font-size: 12px;
}
.select-lens-type [class^='type-body_'] li .lens-info {
	width: 45%;
	padding: 0 0 0 20px;
}
.select-lens-type [class^='type-body_'] li .lens-price {
	font-size: 18px;
	margin: 0 0 5px;
}
.select-lens-type [class^='type-body_'] li .lens-price span {
	font-size: 12px;
}
.select-lens-type [class^='type-body_'] li .lens-price span:not(.tax) {
	padding: 0 0 0 2px;
}
.select-lens-type [class^='type-body_'] li .lens-option {
	display: flex;
	align-items: flex-start;
	font-size: 	13px;
}
.select-lens-type [class^='type-body_'] li .lens-option p {
	width: 115px;
}
.select-lens-type [class^='type-body_'] li .lens-option ul {
	display: flex;
	flex-wrap: wrap;
}
.select-lens-type [class^='type-body_'] li .lens-option li {
  position: relative;
	display: inline-block;
	width: 20px;
	margin: 0 3px 3px 0;
  cursor: pointer;
}
.select-lens-type [class^='type-body_'] li .lens-option li:last-child {
	margin-right: 0;
}
[class^='select-lens_'] .btn-decision {
	width: 280px;
	border-radius: 30px;
	font-size: 15px;
	text-align: center;
	padding: 19px 0;
	margin: 0 auto;
	cursor: pointer;
	transition: .3s;
}
[class^='select-lens_'] .btn-decision:hover {
	opacity: .9;
}
[class^='select-lens_'] [class^='select-lens-step select-lens-step01_'] .btn-decision {
  display: none;
	margin-top: 50px;
  background: #004263;
	color: #FFF;
}
[class^='select-lens_'] [class^='select-lens-step select-lens-step02_'] .btn-decision {
  background: #EFEFEF;
  color: #BBB;
  pointer-events: none;
}
[class^='select-lens_'] [class^='select-lens-step select-lens-step02_'] .btn-decision.active {
  background: #004263;
	color: #FFF;
  pointer-events: auto;
}

/* 取り扱い店舗 */
.handling-store {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
}
.handling-store .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 32, 32, .5);
}
.handling-store-contents {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
	width: 880px;
	max-height: 80%;
	background: #fff;
	padding: 50px 105px;
	overflow-y: auto;
}
.handling-store-contents::-webkit-scrollbar {
	width: 10px;
}
.handling-store-contents::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}
.handling-store .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.handling-store .close:before,
.handling-store .close:after {
	content: '';
	position: absolute;
	top: 18px;
	width: 20px;
	height: 1px;
	background: #000;
}
.handling-store .close:before {
	left: 7px;
	transform: rotate(45deg);
}
.handling-store .close:after {
	right: 7px;
	transform: rotate(-45deg);
}
.handling-store-ttl {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #EDF2F5;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 25px;
	padding: 9px 0 6px;
}
.handling-store .item-block {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
}
.handling-store .item-block .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 250px;
	margin: 0 45px 0 0;
}
.handling-store .item-block .img img {
	max-width: 250px;
	max-height: 250px;
}
.handling-store .item-info {
	width: 365px;
}
.handling-store .item-info .name {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
}
.handling-store .item-info .code {
	font-size: 12px;
	margin: 0 0 20px;
}
.handling-store .item-info .price {
	display: flex;
	align-items: center;
	margin: 0 0 7px;
}
.handling-store .item-info .price p {
	font-size: 13px;
}
.handling-store .item-info .price span:not(.tax) {
	font-size: 20px;
}
.handling-store .item-info .price .default-price span:not(.tax) {
  font-size: 16px;
}
.handling-store .item-info .price .default-price span.tax {
  font-size: 12px;
}
.handling-store .item-info .price .block-goods-price--price {
  align-items: baseline;
}
.handling-store .item-info .price .default-price + .block-goods-price--price {
  color: #AB0204;
  margin: 0 0 0 5px;
}
.handling-store .item-info .color {
	font-size: 13px;
}
.handling-store .store-list {
	margin: 0 0 30px;
}
.handling-store .store-list-ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #A5A5A5;
	margin: 0 0 5px;
	padding: 0 0 7px;
}
.handling-store .area {
	padding: 12px 15px;
	border-bottom: 1px solid #A5A5A5;
}
.handling-store .area-head {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 15px 9px;
	cursor: pointer;
}
.handling-store .area-head:before,
.handling-store .area-head:after {
	content: '';
	position: absolute;
	top: 24px;
	right: 15px;
	width: 18px;
	height: 1px;
	background: #000;
	transition: .3s;
}
.handling-store .area-head:after {
	transform: rotate(90deg);
}
.handling-store .area-head.open:after {
	transform: rotate(360deg);
}
.handling-store .area-body {
	display: none;
}
.handling-store .area-body dl {
	margin: 0 0 5px;
}
.handling-store .area-body dl:last-child {
	margin: 0;
}
.handling-store .area-body dt {
	position: relative;
	background: #F9F9F9;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px 6px;
	cursor: pointer;
}
.handling-store .area-body dt:before,
.handling-store .area-body dt:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 15px;
	width: 18px;
	height: 1px;
	background: #000;
	transition: .3s;
}
.handling-store .area-body dt:after {
	transform: rotate(90deg);
}
.handling-store .area-body dt.open:after {
	transform: rotate(360deg);
}
.handling-store .area-body dd {
	display: none;
  padding: 10px 0 0;
}
.handling-store .area-body li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 35px;
}
.handling-store .area-body li a {
  display: block;
	max-width: calc(100% - 100px);
	padding: 7px 0;
}
.handling-store .area-body li span {
	position: relative;
	padding: 0 18px 0 0;
}
.handling-store .area-body li a span:after {
	content: '';
	position: absolute;
	top: -2px;
	right: 0;
	width: 14px;
	height: 14px;
	transform: translateY(2px);
	background: url(../../img/usr/common/icon_link.png) no-repeat right bottom;
	margin: 0 0 0 3px;
}
.handling-store .area-body li a:hover {
	opacity: 1;
}
.handling-store .area-body li .stock {
	width: 100px;
	padding: 0 0 0 15px;
}
.handling-store .area-body li .stock:not(.no-stock) {
	color: #C90000;
}
.handling-store .stock-caution .headline {
	margin: 0 0 15px;
}
.handling-store .stock-caution p {
	font-size: 12px;
	line-height: 2;
}

/* 商品詳細（コンタクト） */
.select-detail {
	margin: 0 0 30px;
}
.select-block-wrapper {
	display: flex;
	margin: 0 0 30px;
}
.select-block-wrapper:last-child {
	margin: 0;
}
.select-block-wrapper > p {
	width: 50px;
	padding: 14px 0 0;
}
.select-detail .select-block {
	width: 380px;
}
.select-detail .select-block-ttl {
	position: relative;
	padding: 14px 12px 10px;
	border-bottom: 1px solid #A5A5A5;
	cursor: pointer;
}
.select-detail .select-block-ttl.open {
	background: #F0F0F0;
	border-bottom: 1px solid #fff;
}
.select-detail .select-block-ttl:before,
.select-detail .select-block-ttl:after {
	content: '';
	position: absolute;
	top: 23px;
	right: 25px;
	width: 13px;
	height: 1px;
	background: #3B4043;
	transform: rotate(65deg);
}
.select-detail .select-block-ttl:after {
	right: 20px;
	transform: rotate(-65deg);
}
.select-detail .select-block-ttl.open:before {
	transform: rotate(115deg);
}
.select-detail .select-block-ttl.open:after {
	transform: rotate(-115deg);
}
.select-detail .order-method,
.select-detail .item-detail {
	display: none;
	padding: 20px;
	background: #F0F0F0;
  border-bottom: 1px solid #fff;
}
.select-detail .order-method label {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}
.select-detail .order-method input {
	-webkit-appearance: none;
	position: relative;
	background: #fff;
	width: 18px;
	height: 18px;
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	box-sizing: border-box;
	outline: none;
  margin-top: -1px;
	margin-right: 8px;
}
.select-detail .order-method input:checked {
  background: #004264;
	border: 1px solid #004264;
}
.select-detail .order-method input:checked:after {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #fff;
}
.select-detail .item-detail dl {
	display: flex;
	align-items: flex-start;
	margin: 0 0 15px;
}
.select-detail .item-detail dl:last-child {
	margin: 0;
}
.select-detail .item-detail dt {
	width: 145px;
	font-size: 13px;
	padding: 9px 0 8px;
}
.select-detail .item-detail dd {
  position: relative;
	width: 195px;
	font-size: 12px;
}
.select-detail .item-detail dd p {
  padding: 9px 0 8px;
}
.select-detail .item-detail dd .selected {
	position: relative;
	background: #FFF;
	padding: 10px 13px 8px;
	border-radius: 5px;
	cursor: pointer;
}
.select-detail .item-detail dd .selected:before,
.select-detail .item-detail dd .selected:after {
	content: '';
	position: absolute;
	top: 18px;
	right: 24px;
	width: 10px;
	height: 1px;
	background: #3B4043;
	transform: rotate(65deg);
}
.select-detail .item-detail dd .selected:after {
	right: 20px;
	transform: rotate(-65deg);
}
.select-detail .item-detail dd .selected.open:before {
	transform: rotate(115deg);
}
.select-detail .item-detail dd .selected.open:after {
	transform: rotate(-115deg);
}
.select-detail .item-detail dd .input-wrapper {
	display: none;
	position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
	max-height: 235px;
	background: #FFF;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	overflow-y: auto;
  z-index: 1;
}
.select-detail .item-detail dd .input-wrapper label {
	display: block;
	padding: 5px 0;
	cursor: pointer;
}
.select-detail .item-detail dd .input-wrapper input {
	-webkit-appearance: none;
	position: relative;
	background: #fff;
	width: 18px;
	height: 18px;
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	box-sizing: border-box;
	outline: none;
  margin-top: -1px;
	margin-right: 8px;
}
.select-detail .item-detail dd .input-wrapper input:checked {
  background: #004264;
	border: 1px solid #004264;
}
.select-detail .item-detail dd .input-wrapper input:checked:after {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #fff;
}
.caution_contact {
	margin: 50px 0 0;
}
.caution_contact .headline {
	margin: 0 0 10px;
}
.caution_contact p {
	font-size: 12px;
	line-height: 2;
}