@charset "UTF-8";
/* Scss Document */
/*====================================================================
  index
====================================================================

Part name///
  01 General_style & fs
  02 common item
  03 common header foooter
  04 top
  05 brand
  06 itemlist
  07 search
  08 detail
  09 modal

*/
/*====================================================================
  01 General_style 
====================================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  color: #333;
  /*  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
*/
  font-family: 'Lato','Noto Sans JP', sans-serif;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  background: transparent;
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333333;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  /*   -webkit-appearance: none !important;*/
}

/* --------------------
Common
-------------------- */
/*.container h1, .container h2, .container h3, .container p, .container a {
  color: #000;
  font-size: 12px;
  line-height: 1.5em;
}*/
.container .bold {
  font-weight: bold;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*---------------------------------------------------------
  Common
*/
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.pc_contents {
  display: block !important;
}

.sp_contents {
  display: none !important;
}

.pc_contents_common {
  display: block !important;
}

.sp_contents_common {
  display: none !important;
}

.pc_br {
  display: inline;
  font-size: 10px !important;
}

.sp_br {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .pc_contents_common {
    display: none !important;
  }
  .sp_contents_common {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  .pc_contents {
    display: none !important;
  }
  .sp_contents {
    display: block !important;
  }
  .pc_br {
    display: none;
  }
  body .sp_br {
    display: inline !important;
    font-size: 10px !important;
  }
}

input:focus {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, .top__cntents .slider .prev {
  bottom: 1px;
  width: 39px;
}

input::-webkit-input-placeholder {
  color: #aaaaaa;
}

input:-ms-input-placeholder {
  color: #aaaaaa;
}

input::-ms-input-placeholder {
  color: #aaaaaa;
}

input::placeholder {
  color: #aaaaaa;
}

input:-ms-input-placeholder {
  color: #aaaaaa;
}

input::-ms-input-placeholder {
  color: #aaaaaa;
}

select#income {
  color: #aaaaaa;
}

/*====================================================================
  02 common item
====================================================================*/
.fs-l-header {
  padding-top: 0px;
}

.parigot {
  overflow: hidden;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: #fff;
  z-index: 4;
  top: 0;
  left: 0;
}

a.crear {
  border: none !important;
  z-index: 0;
}

.common__item {
  position: relative;
  overflow: hidden;
  display: block;
}

.common__item img {
  width: 100%;
  margin: 0 0 12px;
}

.common__item__name {
  font-size: 12px;
  margin: 0 0 7px;
  letter-spacing: 0.02em;
  color: #444444;
}

.common__item__price {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #444444;
}

.common__link {
  width: 220px;
  height: 50px;
  border: 1px solid #707070;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  margin: 20px auto 0;
}

.common__link.m50 {
  margin: 50px auto 0;
}

.common__link:after {
  content: "";
  /*background: url(../images/common/arrow_black.svg);
	    background-size: 10px;
	    width: 9px;
	    height: 9px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    right: 10px;*/
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left-color: #333333;
  z-index: 10;
}

.common__feature img {
  width: 100%;
  margin: 0 0 10px;
}

.common__feature__title {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.common__feature__data {
  font-size: 12px;
  color: #A6A6A6;
}

.common__feature__data span {
  color: #161616;
  font-size: 10px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  padding: 4px 5px;
  margin-left: 5px;
}

.common__news img {
  width: 100%;
  margin: 0 0 10px;
}

.common__news__title {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
}

.common__news__data {
  font-size: 12px;
  color: #707070;
}

.common__news__data span {
  /*
			color:#FF634E;
			font-size:10px;
			display:inline-block;
			margin:0 0 0 5px;*/
  color: #161616;
  font-size: 10px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  padding: 4px 5px;
  margin-left: 5px;
}

.common_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common_blog__left {
  width: 120px;
}

.common_blog__right {
  width: 280px;
}

.common_blog__title {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 25px;
}

.common_blog__data {
  font-size: 11px;
  color: #707070;
  display: block;
}

.common_blog__data span {
  color: #161616;
  font-size: 10px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  padding: 4px 5px;
  margin-left: 5px;
}

.common_title__h2 {
  font-size: 23px;
  letter-spacing: 0.12em;
  margin: 0 0 40px;
}

.common_title__h2 span {
  font-size: 12px;
  color: #707070;
  letter-spacing: 0;
}

.common_checked_item {
  width: 1080px;
  margin: 0 auto 120px;
}

.common_checked_item ul {
  width: 100%;
  margin: 0 auto 50px;
  font-size: 0;
}

.common_checked_item ul li {
  width: 104px;
  display: inline-block;
  margin: 0 4px 0 0;
}

.common_checked_item ul li:last-child {
  margin: 0;
}

.common_checked_item ul li img {
  width: 100%;
}

.common_checked_item h2 {
  font-size: 16px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 0 30px;
  margin: 0 0 0px;
  border-top: 1px solid #E3E3E3;
}

.common_checked_item h2 span {
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 10px;
  letter-spacing: 0;
  color: #707070;
}

.breadcrumbs {
  width: 100%;
  height: 55px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E3E3E3;
}

.breadcrumbs ul {
  font-size: 0;
  width: 1080px;
  margin: auto;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  color: #333333;
  padding: 0 25px 0 0;
}

.breadcrumbs li:after {
  right: 10px;
  position: absolute;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  color: #707070;
  text-decoration: underline;
  font-size: 11px;
}

.common_icon_detail {
  height: 20px;
  display: inline-block;
  border: 1px solid #E3E3E3;
  padding: 0 5px;
  font-size: 10px;
  line-height: 20px;
  margin: 0 10px 0 0;
}

.common_recommend {
  width: 1080px;
  margin: 0 0 0px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 50px;
}

.common_recommend h2 {
  font-size: 16px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 0 30px;
  margin: 0 0 0px;
}

.common_recommend h2 span {
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 10px;
  letter-spacing: 0;
  color: #707070;
}

.common_recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 0 0 50px;
  margin: 0 0 0px;
  border-bottom: 1px solid #E3E3E3;
}

.common_recommend li {
  width: 165px;
}

/* チェックしたアイテム */
.checkItemHistory {
  border-top: 1px solid #e3e3e3;
  padding: 40px 0 85px 0;
  margin: 0 auto;
  width: 1080px;
}

.checkItemHistory h2 {
  color: #161616;
  font-size: 15px;
  margin-bottom: 20px;
}

.checkItemHistory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkItemHistory__item {
  width: 105px;
  margin-bottom: 15px;
  margin-left: 3px;
}

.checkItemHistory__item:nth-child(10) {
  margin: 0;
}

.checkItemHistory__item a {
  display: block;
}

/* このアイテムを見た人はこの商品もチェックしています */
.relationCheck {
  padding: 45px 0 82px;
  border-top: 1px solid #e3e3e3;
}

.relationCheck h2 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.relationCheck__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.relationCheck__item {
  width: 165px;
  margin: 0 18px 18px 0;
}

.relationCheck__item a {
  display: block;
}

.relationCheck__item img {
  display: block;
  margin-bottom: 10px;
}

.relationCheck__item-name {
  font-size: 12px;
  line-height: 16px;
  color: #444;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 5px;
}

.relationCheck__item-price {
  font-size: 12px;
  line-height: 16px;
  color: #444;
  padding: 0 10px;
}

button.fs-c-button--change.fs-c-button--primary {
  background: url(https://parigot.itembox.design/item/images/common/arrow_white.svg) #0091D9;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 93% center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

button.fs-c-button--change.fs-c-button--primary span {
  color: #fff;
}

.fs-c-buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0;
  font-size: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #0091d9;
  padding: 0;
}

.custom_mypage_top {
  margin: 0 0 100px 0;
  display: block;
  font-size: 12px;
}

.custom_mypage_top a {
  color: #0091D9;
}

/* エラー系*/
#fs-page-error-container {
  margin-bottom: 20px;
}

#fs-page-error-container .fs-c-panel.fs-c-panel--error {
  border: 1px solid #ff634d;
  padding: 20px;
}

#fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__item {
  color: #ff634d;
}

#fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__item + .fs-c-panel__contentList__item {
  border: none;
  margin-top: 15px;
}

#fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__content {
  color: #ff634d;
  text-align: center;
  line-height: 1.5;
}

#fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__content:before {
  content: "※";
}

#fs-page-error-container .fs-c-panel.fs-c-panel--error:before {
  content: none;
}

div.fs-c-assist.is-error {
  margin: 10px 0 0 0;
  margin-top: 10px;
  padding: 0;
}

div.fs-c-assist.is-error span.fs-c-assist__message {
  color: #ff634d;
  font-size: 12px;
}

div.fs-c-assist.is-error .fs-c-assist__message::before {
  content: none;
}

[type="hidden"].is-error, [type="text"].is-error, [type="search"].is-error, [type="tel"].is-error, [type="url"].is-error, [type="email"].is-error, [type="password"].is-error, [type="datetime"].is-error, [type="date"].is-error, [type="month"].is-error, [type="week"].is-error, [type="time"].is-error, [type="datetime-local"].is-error, [type="number"].is-error, select.is-error, textarea.is-error {
  border-color: #ff634d !important;
  background-color: #fff1f0 !important;
}

/* max-width: 768px */
@media screen and (max-width: 768px) {
  /*
			.relationCheck{
				padding:45px 12px 75px;
				margin-bottom: 30px;
				h2{
					font-size: 1.5rem;
					margin-bottom: 15px;
					padding: 0 3px;

				}
				&__list{
					display: flex;
					justify-content: space-between;
					flex-wrap: wrap;

				}
				&__item{
					width: 50%;
					padding: 0 3px;
					margin-bottom: 25px;

					a{

					}
					img{
						width: 100%;
					}
				}
				&__item-name{
					font-size: 12px;
					line-height: 16px;
				}
				&__item-price{
					font-size: 12px;
					line-height: 16px;
				}
			}*/
  .relationCheck {
    padding: 45px 5vw 75px;
    margin-bottom: 30px;
    border-top: none;
  }
  .relationCheck h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding: 0 3px;
    line-height: 1.46;
  }
  .relationCheck__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .relationCheck__item {
    width: 44vw;
    padding: 0 3px;
    margin-bottom: 25px;
    margin: 0 0 25px 0;
  }
  .relationCheck__item img {
    width: 100%;
  }
  .relationCheck__item-name {
    font-size: 12px;
    line-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box !important;
  }
  .relationCheck__item-price {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 769px) {
  .parigot {
    overflow: hidden;
  }
  .common__item {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .common__item img {
    width: 100%;
    margin: 0 0 12px;
  }
  .common__item__name {
    font-size: 12px;
    margin: 0 0 7px;
  }
  .common__item__price {
    font-size: 12px;
  }
  .common__link {
    width: 90vw;
    height: 55px;
    border: 1px solid #707070;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin: 20px auto 0;
    background: #fff;
    /*
	    &:after{
		    content: "";
		    background: url(../images/common/arrow_black.svg);
		    width: 11px;
		    height: 10px;
		    position: absolute;
		    top: 0;
		    bottom: 0;
		    margin: auto;
		    right: 20px;
		    background-size: 100%;
	    }
	    &.v2:after{
	    	content:"";
	    	background: url(../images/common/arrow_down.svg);
	    	background-size:100%;
	    	width:14px;
	    	height:11px;
	    	position:absolute;
	    	top:0;
	    	bottom:0;
	    	margin:auto;
	    	right:20px;

	    }*/
  }
  .common__link.m50 {
    margin: 20px auto 0;
  }
  .common__link.secect_v2 {
    border-radius: 0;
  }
  .common__feature img {
    width: 100%;
    margin: 0 0 10px;
  }
  .common__feature__title {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 15px;
  }
  .common__feature__data {
    font-size: 12px;
    color: #A6A6A6;
  }
  .common__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common__news img {
    width: 100%;
    margin: 0 0 0px;
  }
  .common__news__left {
    width: 26.66vw;
  }
  .common__news__right {
    width: 60vw;
  }
  .common__news__title {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .common__news__data {
    font-size: 12px;
    color: #A6A6A6;
    /*
			span{
				color:#FF634E;
				font-size:10px;
				display:inline-block;
				margin:0 0 0 5px;
			}*/
  }
  .common_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common_blog img {
    width: 100%;
    margin: 0 0 0px;
  }
  .common_blog__left {
    width: 26.66vw;
  }
  .common_blog__right {
    width: 60vw;
  }
  .common_blog__title {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .common_blog__data {
    font-size: 11px;
    color: #A6A6A6;
    display: block;
  }
  .common_title__h2 {
    font-size: 23px;
    letter-spacing: 0.12em;
    padding: 0 4vw;
    margin: 0 0 25px;
  }
  .common_title__h2 span {
    font-size: 12px;
    color: #707070;
    letter-spacing: 0;
  }
  .common_checked_item {
    width: 90vw;
    margin: 0 auto 120px;
  }
  .common_checked_item ul {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .common_checked_item ul li {
    width: 31.34%;
    display: block;
    margin: 0 0px 10px 0;
  }
  .common_checked_item ul li:last-child {
    margin: 0;
  }
  .common_checked_item ul li img {
    width: 100%;
  }
  .common_checked_item ul li:nth-child(10) {
    display: none;
  }
  .common_checked_item h2 {
    font-size: 16px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 0 25px;
    margin: 0 0 0px;
    border-top: 1px solid #E3E3E3;
  }
  .common_checked_item h2 span {
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    color: #707070;
  }
  .common_gender__box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px;
    border-bottom: 1px solid #E3E3E3;
  }
  .common_gender__box ul li {
    width: 33.333%;
    position: relative;
  }
  .common_gender__box ul li.active a:after {
    background: #0091D9;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .common_gender__box ul li a {
    font-size: 13px;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.1em;
  }
  .breadcrumbs {
    width: 90vw;
    height: 55px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
  }
  .breadcrumbs ul {
    font-size: 0;
    width: 1080px;
    margin: auto;
  }
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #333333;
    padding: 0 25px 0 0;
  }
  .breadcrumbs li:after {
    right: 10px;
    position: absolute;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
  .breadcrumbs li:last-child:after {
    display: none;
  }
  .breadcrumbs li a {
    color: #707070;
    text-decoration: underline;
    font-size: 11px;
  }
  .common_recommend {
    width: 100%;
    padding: 0 5vw;
    margin: auto;
  }
  .common_recommend h2 {
    font-size: 16px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px 0 20px;
    margin: 0 0 0px;
  }
  .common_recommend h2.p2 {
    display: block;
  }
  .common_recommend h2.p2 span {
    margin: 8px 0 0 0;
  }
  .common_recommend h2 span {
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    color: #707070;
  }
  .common_recommend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 0 35px;
    margin: 0 0 0px;
    border-bottom: 1px solid #E3E3E3;
  }
  .common_recommend li {
    width: 44vw;
    margin: 0 0 25px;
  }
  /* チェックしたアイテム */
  .checkItemHistory {
    border-top: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 40px 0 100px;
    margin: 0 auto 0px;
    width: 90vw;
  }
  .checkItemHistory h2 {
    color: #161616;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .checkItemHistory__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .checkItemHistory__item {
    width: 28vw;
    width: 33%;
    margin-bottom: 15px;
    margin: 0 0 2vw;
    padding-right: 3vw;
  }
  .checkItemHistory__item a {
    display: block;
  }
  .checkItemHistory__item:last-child {
    display: none;
  }
  .checkItemHistory__item:nth-child(3n) {
    padding-right: 0;
  }
  .checkItemHistory__item + .checkItemHistory__list {
    margin-right: 10px;
  }
  .fs-c-breadcrumb__list > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
  }
  .fs-c-breadcrumb {
    padding: 0 5vw;
    margin: 0 0 50px;
  }
  .fs-c-breadcrumb__list {
    margin: 0 0 2px;
    padding-bottom: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  button.fs-c-button--change.fs-c-button--primary {
    width: 100%;
    height: 55px;
  }
  /* エラー系*/
  #fs-page-error-container {
    padding: 20px;
  }
  #fs-page-error-container .fs-c-panel.fs-c-panel--error {
    border: 1px solid #ff634d;
    padding: 20px;
  }
  #fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__item {
    color: #ff634d;
  }
  #fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__item + .fs-c-panel__contentList__item {
    border: none;
    margin-top: 15px;
  }
  #fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__content {
    color: #ff634d;
  }
  #fs-page-error-container .fs-c-panel.fs-c-panel--error .fs-c-panel__contentList__content:before {
    content: "※";
  }
  #fs-page-error-container .fs-c-panel.fs-c-panel--error:before {
    content: none;
  }
  div.fs-c-assist.is-error {
    margin: 10px 0 0 0;
    margin-top: 10px;
    padding: 0;
  }
  div.fs-c-assist.is-error span.fs-c-assist__message {
    color: #ff634d;
    font-size: 12px;
  }
  div.fs-c-assist.is-error .fs-c-assist__message::before {
    content: none;
  }
  [type="hidden"].is-error, [type="text"].is-error, [type="search"].is-error, [type="tel"].is-error, [type="url"].is-error, [type="email"].is-error, [type="password"].is-error, [type="datetime"].is-error, [type="date"].is-error, [type="month"].is-error, [type="week"].is-error, [type="time"].is-error, [type="datetime-local"].is-error, [type="number"].is-error, select.is-error, textarea.is-error {
    border-color: #ff634d !important;
    background-color: #fff1f0 !important;
  }
  .sp_menu__left__check_item .fr2-productList {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.fr2-productList.fr2-productList--col5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*====================================================================
  03 common header foooter
====================================================================*/
.couponBanner {
  width: 100%;
  background: #edaf89;
  display: none;
}

.couponBanner img {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.couponBanner a {
  display: block;
}

.fs-preview-header {
  z-index: 999;
  position: fixed;
}

.fs-l-header {
  padding-top: 0px;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_box__innnar.i1 li {
  margin: 0 0 15px;
}

p.nav_box__h2.newh2 {
  padding: 15px 0 0;
  margin: 0 0 15px;
}

.p_header {
  border-bottom: 1px solid #E3E3E3;
  top: 0;
  z-index: 3;
  background: #fff;
  width: 100%;
}

.p_header h1 {
  /* margin: 12px 0 0;*/
}

.p_header h1 img {
  width: 205px;
  display: block;
}

.p_header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  margin: auto;
  height: 44px;
}

.p_header__top a {
  display: block;
}

.p_header__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_header__top ul li {
  position: relative;
  font-size: 11px;
}

.p_header__top ul li + li {
  margin-left: 6px;
  padding-left: 6px;
}

.p_header__top ul li + li :after {
  content: "";
  width: 1px;
  height: 11px;
  background: #E3E3E3;
  position: absolute;
  left: 0;
}

.p_header__top ul a {
  font-size: 11px;
}

.p_header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  width: 1080px;
  margin: auto;
  /*height:60px;*/
  padding-bottom: 20px;
  position: relative;
}

.p_header__bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 690px;
  margin: 8px 0 0 0;
}

.p_header__bottom__menu a {
  font-size: 12px;
  position: relative;
}

.p_header__bottom__menu a:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #0091D9;
  display: block;
  position: absolute;
  bottom: -8px;
}

.p_header__bottom__menu a:hover {
  color: #0091D9;
}

.p_header__bottom__menu a:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0091D9;
  display: block;
  position: absolute;
  bottom: -8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p_header__bottom__menu a.f13 {
  font-size: 13px;
}

.p_header__bottom__menu li:hover > .nav_box {
  visibility: visible;
  opacity: 1;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.p_header__bottom__menu .actived > a {
  color: #0091D9;
}

.p_header__bottom__menu .actived > a:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #0091D9;
  display: block;
  position: absolute;
  bottom: -8px;
}

.p_header__bottom__menu .actived > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0091D9;
  display: block;
  position: absolute;
  bottom: -8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p_header__bottom__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px;
  width: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_header__bottom__account li a {
  margin: 0;
}

.p_header__bottom__account li:first-child a {
  width: 100px;
  height: 30px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  border-radius: 20px;
}

.p_header__bottom__account li:first-child a img {
  margin: 0 5px 0 0;
}

.p_header__bottom__account li:last-child {
  position: relative;
  left: -9px;
  top: 2px;
}

.p_header__bottom__account li:nth-child(2) {
  position: relative;
  left: 4px;
  top: 2px;
}

.p_header__bottom__account li:nth-child(3) {
  position: relative;
  left: -1px;
  top: 2px;
}

.p_header__bottom__account li span {
  width: 15px;
  height: 15px;
  background: #EA5430;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 10px;
  border-radius: 10px;
  position: absolute;
  top: -7px;
  right: -7px;
  padding-top: 2px;
}

.p_header .nav_box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  position: absolute;
  width: 1080px;
  background: #fff;
  left: 0;
  top: 50px;
  padding: 30px 90px;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_header .nav_box .i1 {
  width: 195px;
}

.p_header .nav_box .i2 {
  width: 505px;
}

.p_header .nav_box .i2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_header .nav_box .i2 div ul {
  width: 180px;
}

.p_header .nav_box .i2 div ul li {
  margin: 0 0 15px;
}

.p_header .nav_box .i3 {
  width: 140px;
}

.p_header .nav_box__h2 {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  font-weight: bold;
}

.p_header a {
  font-size: 12px;
  margin: 0 0 0;
  /*display:inline-block;*/
}

.p_header .icon0 {
  width: 12px;
}

.p_header .icon1 {
  width: 20px;
}

.sp_menu_category {
  position: fixed;
  width: 100%;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  z-index: 10;
  bottom: 0;
  background: #fff;
}

.sp_menu_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
}

.sp_menu_category ul li {
  width: 25%;
  height: 68px;
  position: relative;
}

.sp_menu_category ul li div {
  height: 40px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp_menu_category ul li:nth-child(1) img {
  width: 15px;
  display: block;
  margin: 6px auto 0;
}

.sp_menu_category ul li:nth-child(2) img {
  width: 23px;
  display: block;
  margin: 0 auto;
}

.sp_menu_category ul li:nth-child(3) img {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.sp_menu_category ul li:nth-child(4) img {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.sp_menu_category ul li:nth-child(5) img {
  width: 22px;
  display: block;
  margin: 0 auto;
}

.sp_menu_category ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_menu_category ul li a span {
  font-size: 10px;
  text-align: center;
}

.sp_menu_category ul li a span.cart_count {
  width: 15px;
  height: 15px;
  background: #EA5430;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 10px;
  border-radius: 10px;
  position: absolute;
  top: -6px;
  right: 6px;
  padding-top: 2px;
}

.sp_menu_category ul li a span.cart_count span {
  color: #fff;
}

.sp_menu {
  z-index: 999;
  -webkit-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
  left: -100%;
  position: fixed;
  /*
	.gnavi_10{
		flex-wrap:wrap;
		display:flex;
		width:100%;
		li{
			height:50px;
			width:50%;
			position:relative;
			border-bottom:1px solid #e3e3e3;
			&:nth-child(odd){

			border-right:1px solid #e3e3e3;

			}
			a{
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				display:flex;
				align-items:center;
				font-size:12px;
				padding:0 0 0 20px;
			}
		}
	}*/
  /*
	.gnavi_12{
		display:flex;
		flex-wrap:wrap;
		border-bottom:1px solid #e3e3e3;
		margin:0 0 40px;
		li{
			width:33.333%;
			height:50px;

		    a{
		    	width:100%;
		    	height:100%;
				position:absolute;
				top:0;
				left:0;
			display:flex;
			flex-wrap:wrap;
			align-items: center;
		    justify-content: center;
		    position:relative;
		    }
		}
	}*/
}

.sp_menu .fr2-productList {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sp_menu article.fr2-productListItem:nth-child(3) {
  margin: 0px 0px 0 0px !important;
}

.sp_menu article.fr2-productListItem {
  margin: 0px 14px 0 0px !important;
}

.sp_menu article.fr2-productListItemnth-child(3) {
  margin: 0px 0px 0 0px !important;
}

.sp_menu .sp_menu_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s 0.3s;
  -o-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.sp_menu a.close_menu {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp_menu a.close_menu img {
  width: 20px;
}

.sp_menu__innar {
  width: 88%;
  height: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sp_menu .gnavi_p {
  font-size: 12px;
  border-bottom: 1px solid #E3E3E3;
}

.sp_menu .gnavi_p a {
  font-size: 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 20px;
}

.sp_menu .gnavi_p.gnavi_02.gp3 {
  font-size: 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 20px;
}

.sp_menu .gnavi_01 {
  height: 60px;
  font-size: 13px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #161616;
}

.sp_menu .sp_menu__left__check_item {
  padding: 25px 20px;
  border-bottom: 1px solid #E3E3E3;
}

.sp_menu .sp_menu__left__check_item h2 {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin: 0 0 15px;
}

.sp_menu .sp_menu__left__check_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp_menu .sp_menu__left__check_item ul li {
  width: 24vw;
}

.sp_menu .sp_menu__left__check_item ul li img {
  width: 100%;
}

.sp_menu .sp_menu__left__check_item .common__link {
  width: 100%;
  margin: 15px 0 0;
}

.sp_menu h3 {
  font-size: 13px;
  height: 60px;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #161616;
}

.sp_menu dl dt {
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}

.sp_menu dl dt a {
  padding: 0 0 0 20px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_menu dl dt a img {
  width: 12px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.sp_menu dl dt a.active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp_menu dl dd {
  position: relative;
  display: none;
}

.sp_menu dl dd ul {
  background: #F8F8F8;
}

.sp_menu dl dd li {
  height: 50px;
  padding: 0 0 0 20px;
  font-size: 12px;
  position: static;
  top: 0;
  left: 0;
  width: 89.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  position: relative;
  margin: 0 auto;
}

.sp_menu dl dd li a {
  padding: 0 20px 0 20px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_menu .gnavi_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
}

.sp_menu .gnavi_sns img {
  width: 50px;
}

.sp_menu .gnavi_sns li + li {
  margin-left: 35px;
}

.sp_menu .gnavi_banner {
  height: auto;
  padding: 0;
  padding: 15px 0 0 0;
  border-bottom: 0px;
}

.sp_menu.active {
  left: 0%;
}

.sp_menu.active .sp_menu_bg {
  opacity: 1;
  -webkit-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
  position: fixed;
}

.sp_menu.active .sp_menu__innar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#_rcmdjp_display_1 p.nav_box__h2,
#_rcmdjp_display_2 p.nav_box__h2 {
  margin: 0 0 10px;
}

#_rcmdjp_display_1 .common__item__name,
#_rcmdjp_display_2 .common__item__name {
  font-size: 11px;
  margin: 0 0 7px;
  letter-spacing: 0.02em;
  color: #444444;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
  -webkit-box-align: start !important;
  display: -webkit-box !important;
  line-height: 1.6;
}

#_rcmdjp_display_1 .p_header .nav_box__h2,
#_rcmdjp_display_2 .p_header .nav_box__h2 {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  font-weight: bold;
}

#_rcmdjp_display_1 .common__item__price,
#_rcmdjp_display_2 .common__item__price {
  font-size: 11px;
}

#_rcmdjp_display_1 .common__item img,
#_rcmdjp_display_2 .common__item img {
  margin: 0 0 10px;
}

@media screen and (max-width: 769px) {
  .fs-l-header {
    padding-top: 0px;
    padding: 0px 0 0 0;
  }
  .p_header {
    border-bottom: none;
    position: static;
  }
  .p_header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
    height: 50px;
    padding: 0 4vw;
    border-bottom: 1px solid #e3e3e3;
  }
  .p_header__top h1 {
    width: 190px;
    margin: 0;
  }
  .p_header__top h1 img {
    width: 100%;
    vertical-align: bottom;
  }
  .p_header__top > a img.icon1 {
    width: 25px;
  }
  .p_header__top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_header__top ul li {
    position: relative;
  }
  .p_header__top ul li:after {
    content: "";
    width: 1px;
    height: 11px;
    background: #E3E3E3;
    position: absolute;
    right: -7px;
    top: 6px;
  }
  .p_header__top ul a {
    font-size: 11px;
  }
  .p_header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    width: 1080px;
    margin: auto;
    height: 55px;
    position: relative;
  }
  .p_header__bottom__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 765px;
  }
  .p_header__bottom__menu a {
    font-size: 12px;
    position: relative;
  }
  .p_header__bottom__menu a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #707070;
    display: block;
    position: absolute;
    bottom: -8px;
  }
  .p_header__bottom__menu a:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    display: block;
    position: absolute;
    bottom: -8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_header__bottom__menu a.f13 {
    font-size: 13px;
  }
  .p_header__bottom__menu li:hover > .nav_box {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_header__bottom__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    width: 230px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_header__bottom__account li a {
    margin: 0;
  }
  .p_header__bottom__account li:first-child a {
    width: 100px;
    height: 30px;
    border: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-radius: 20px;
  }
  .p_header__bottom__account li:first-child a img {
    margin: 0 5px 0 0;
  }
  .p_header__bottom__account li span {
    width: 15px;
    height: 15px;
    background: #EA5430;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    top: -3px;
    right: -7px;
    padding-top: 2px;
  }
  .p_header .nav_box {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 5;
    position: absolute;
    width: 1080px;
    background: #fff;
    left: 0;
    top: 56px;
    padding: 30px 90px;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_header .nav_box .i1 {
    width: 195px;
  }
  .p_header .nav_box .i2 {
    width: 505px;
  }
  .p_header .nav_box .i2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_header .nav_box .i2 div ul {
    width: 180px;
  }
  .p_header .nav_box .i3 {
    width: 140px;
  }
  .p_header .nav_box__h2 {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
  }
  .p_header a {
    font-size: 12px;
    margin: 0 0 0;
    display: inline-block;
  }
  .p_header .icon0 {
    width: 18px;
    margin: 0 18px 0 0;
  }
  .p_header .icon1 {
    width: 20px;
  }
  .p_header__sp_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
  }
  .p_header__sp_box ul li {
    width: 50vw;
    height: 45px;
    position: relative;
  }
  .p_header__sp_box ul li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p_header__sp_box ul li:last-child.active:after {
    width: 94%;
    height: 2px;
    background: #0091D9;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: auto;
  }
  .p_header__sp_box ul li.active:after {
    width: 94%;
    height: 2px;
    background: #D12A7D;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p_header__sp_search {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_header__sp_search button {
    display: none;
  }
  .p_header__sp_search input {
    height: 25px;
    width: 92vw;
    border-radius: 20px;
    border: none;
    background: #F4F4F4;
    padding: 0 0 0 30px;
    background: url(../images/common/search.svg) no-repeat 3% #F4F4F4;
    background-size: 13px;
  }
  span.fs-client-cart-count {
    width: 15px;
    height: 15px;
    background: #EA5430;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    top: -6px;
    right: 5px;
    padding-top: 2px;
  }
}

.sp_menu__left__check_item .fr2-productList--col5 > *:nth-child(n + 4) {
  display: none;
}

.sp_menu__left__check_item article.fr2-productListItem {
  width: 31%;
  margin: 0;
}

.sp_menu__left__check_item h2.fr2-productListItem__productName {
  display: none !important;
}

.sp_menu__left__check_item .fr2-productListItem__productPrice.fr2-price {
  display: none;
}

.sp_menu__left__check_item .fr2-productList {
  width: 100%;
}

.login-false-true {
  display: none;
}

.login-false-false {
  display: block;
}

.login-true {
  display: block;
}

.login-false {
  display: none;
}

p.gnavi_p.gnavi_02.gp3 span {
  color: #FF634E;
}

span.point {
  display: block;
  margin: 13px 0 0;
  font-size: 12px;
  font-weight: bold;
}

.login-true .gnavi_01 {
  display: block;
  height: 90px;
  padding: 20px 0 0 5vw;
}

.login-true span.wel_name {
  font-weight: bold;
}

p.gnavi_p.gnavi_02.gp3 {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding: 0 5vw;
}

.fs-l-footer {
  border-top: 0px;
  background-color: inherit;
  color: inherit;
  margin-top: 0;
}

.p_footer {
  font-size: 12px;
  /* contents */
  /* contents end */
}

.p_footer__innar {
  position: relative;
}

.p_footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_footer__sns-item img {
  width: 45px;
  display: block;
}

.p_footer__sns-item a {
  display: block;
}

.p_footer__sns-item + .p_footer__sns-item {
  margin-left: 25px;
}

.p_footer__sns--sp {
  display: none;
}

.p_footer__contents {
  background: #F8F8F8;
}

.p_footer__contents__inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  position: relative;
}

.p_footer__page-top {
  width: 45px;
  height: 45px;
  border: #707070 1px solid;
  position: fixed;
  background: #fff;
  right: 10px;
  bottom: 11px;
  /*
		:after{
			content: "";
			border-right: 1px solid #161616;
			border-bottom: 1px solid #161616;
			width: 16px;
			height: 16px;
			transform: rotate(-135deg);
			display: block;
			top: 18px;
			position: relative;
			display: block;
			left: 12px;
		}*/
}

.p_footer__page-top a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p_footer__page-top img {
  width: 15px;
  padding: 0 0 18px 0;
}

.p_footer__page-top-sp {
  display: none;
}

.p_footer__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_footer__category-item h2 {
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  color: #161616;
  border-bottom: 1px solid #E3E3E3;
}

.p_footer__category-item li {
  line-height: 26px;
}

.p_footer__category-item a {
  color: #161616;
}

.p_footer__category-item + .p_footer__category-item {
  margin-left: 40px;
}

.p_footer__category-item-search {
  width: 150px;
}

.p_footer__category-item-shoplist {
  width: 260px;
}

.p_footer__category-item-shoplist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_footer__category-item-shoplist ul li {
  width: 50%;
}

.p_footer__category-item-info {
  width: 310px;
}

.p_footer__category-item-info .p_footer__category-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_footer__category-item-info .p_footer__category-item-details ul {
  width: 50%;
}

.p_footer__official {
  margin-left: 45px;
}

.p_footer__official-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_footer__official-item + .p_footer__official-item {
  margin-top: 20px;
}

.p_footer__official img {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p_footer__official p span {
  font-size: 10px;
  margin-top: 5px;
  display: block;
}

.p_footer__under {
  width: 1080px;
  margin: 0 auto;
  padding: 22px 0px;
}

.p_footer__site-info {
  padding: 0 0 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_footer__site-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p_footer__site-info-item + .p_footer__site-info-item {
  margin-left: 45px;
}

.p_footer__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_footer__notice-text {
  color: #707070;
  font-size: 11px;
}

.p_footer__rights-reserved {
  font-size: 11px;
  color: #161616;
}

@media screen and (max-width: 768px) {
  .p_footer {
    padding-bottom: 68px;
  }
  .p_footer__sns {
    margin-bottom: 30px;
  }
  .p_footer__sns-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .p_footer__sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_footer__sns--pc {
    display: none;
  }
  .p_footer__sns--sp {
    display: block;
  }
  .p_footer__contents {
    background: inherit;
  }
  .p_footer__contents__inner {
    width: 100%;
    padding: 0;
    display: block;
  }
  .p_footer__page-top {
    bottom: 75px;
  }
  .p_footer__page-top img {
    width: 15px;
    padding: 0 0 18px 0;
  }
  .p_footer__page-top-sp {
    display: block;
  }
  .p_footer__page-top-pc {
    display: none;
  }
  .p_footer__category-list {
    display: block;
  }
  .p_footer__category-item h2 {
    border-bottom: 1px solid #161616;
    margin: 0;
    line-height: 60px;
    padding: 0;
    padding: 0 20px;
  }
  .p_footer__category-item li {
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.5;
  }
  .p_footer__category-item li a {
    padding: 16px 00px;
    display: block;
  }
  .p_footer__category-item + .p_footer__category-item {
    margin-left: 0;
  }
  .p_footer__category-item-search, .p_footer__category-item-shoplist, .p_footer__category-item-info {
    width: 100%;
  }
  .p_footer__category-item-search {
    display: none;
  }
  .p_footer__category-item-shoplist {
    margin-bottom: 30px;
  }
  .p_footer__category-item-shoplist ul li a {
    padding: 16px 20px;
    display: block;
  }
  .p_footer__category-item-shoplist ul li:nth-child(even) {
    border-left: 1px solid #E3E3E3;
  }
  .p_footer__category-item-info .p_footer__category-item-details {
    padding: 0 20px;
    display: block;
  }
  .p_footer__category-item-info .p_footer__category-item-details ul {
    width: 100%;
  }
  .p_footer__official {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p_footer__official-list {
    padding: 0 20px;
    border-bottom: 1px solid #E3E3E3;
  }
  .p_footer__official-item {
    padding: 16px 0px;
  }
  .p_footer__official-item + .p_footer__official-item {
    margin-top: 0;
    border-top: 1px solid #E3E3E3;
  }
  .p_footer__official img {
    height: 35px;
    width: 35px;
  }
  .p_footer__under {
    display: block;
    padding: 0;
    width: 100%;
  }
  .p_footer__site-info {
    display: none;
  }
  .p_footer__notice {
    padding: 0 0 20px 0;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .p_footer__notice-text {
    margin-bottom: 30px;
  }
}

/*====================================================================
  04 top
====================================================================*/
.fs-body-top .p_header {
  border-bottom: 0px;
}

.fs-body-top .slick.top_slider_area.slick-initialized.slick-slider.slick-dotted {
  margin: 0 auto 50px;
}

.common__link.secect_v2 {
  background: url(https://parigot.itembox.design/item/images/common/arrow_down.svg) no-repeat 95%;
  background-size: 10px;
  background-color: #fff;
  padding: 0 0 0 15px;
}

.slick {
  width: 1080px;
  margin: 10px auto 0;
}

.slick img {
  width: 100%;
  height: auto;
}

.slick .slick-slide {
  margin-right: 12px;
}

.slick .slick-slide a {
  font-size: 12px;
  letter-spacing: 0.01em;
  display: block;
}

.slick .slick-list {
  overflow: visible;
  margin-right: -12px;
}

.slick .look_prev {
  width: 28px;
}

.slick .look_prev img {
  width: 100%;
}

.slick .look_next {
  width: 28px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 60px;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.slick .look_next img {
  width: 100%;
}

.slick .look_prev {
  width: 28px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 60px;
  margin: auto;
  left: 20px;
  z-index: 2;
}

.slick .look_prev img {
  width: 100%;
}

a.crear {
  width: 40px;
  height: 40px;
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 0 !important;
  background: url(https://parigot.itembox.design/item/images/common/close.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  z-index: 2;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -47px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 75%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
  background: #e4e4e4;
}

.slick-dots li.slick-active button {
  background: #161616;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  display: none;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.main_contents {
  width: 1080px;
  margin: 0px auto 0;
  padding: 45px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_contents__left {
  width: 180px;
}

.main_contents__left h2 {
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 15px;
  border-bottom: 1px solid #707070;
}

.main_contents__left ul {
  margin: 0 0 32px;
}

.main_contents__left li {
  position: relative;
}

.main_contents__left li.select {
  background: #F8F8F8;
}

.main_contents__left li:hover {
  background: #F8F8F8;
}

.main_contents__left li a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  font-size: 12px;
  padding: 0 0 0 10px;
  position: relative;
}

.main_contents__left .cl_5 .main_contents__left__box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 180px;
  top: 0;
  width: 190px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 13px 0;
  z-index: 1;
}

.main_contents__left .cl_5 .main_contents__left__box a {
  padding: 0 0 0 13px;
  height: 30px;
  border: none;
}

.main_contents__left .cl_5 .main_contents__left__box a:hover {
  background: #F8F8F8;
}

.main_contents__left .cl_5 li:hover > .main_contents__left__box {
  opacity: 1;
  visibility: visible;
}

.main_contents__left .cl_5 a.crear {
  height: 30px;
  width: 30px;
  background-position: 10px;
}

.main_contents__left .left_nav_search {
  margin: 20px 0 12px 0;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}

.main_contents__left .left_nav_search span {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main_contents__left .left_nav_search span span {
  width: 20px;
  font-size: 11px;
  display: inline-block;
  position: relative;
  left: 3px;
}

.main_contents__left .left_nav_search input {
  width: 60px;
  height: 25px;
  padding: 0 0 0 5px;
  border: 1px solid #E3E3E3;
  -webkit-appearance: none !important;
}

.main_contents__left .left_nav_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_contents__left .left_nav_submit .reset_link {
  width: 70px;
  height: 25px;
  -webkit-appearance: none !important;
  border: 1px solid #E3E3E3;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.main_contents__left .left_nav_submit .submit_link {
  width: 100px;
  height: 25px;
  -webkit-appearance: none !important;
  border: 1px solid #707070;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.main_contents__left .main_contents__left__color {
  width: 150px;
  margin: 20px auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__left .main_contents__left__color li {
  width: 18px;
  height: 18px;
  margin: 0 15px 15px 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.main_contents__left .main_contents__left__color li:nth-child(5n) {
  margin: 0 0px 15px;
}

.main_contents__left .main_contents__left__color li img {
  width: 100%;
}

.main_contents__left .main_contents__left__color li a {
  width: 18px;
  height: 18px;
  border: none;
  display: block;
  padding: 0;
}

.main_contents__left .main_contents__left__color li:nth-child(1) {
  border: 1px solid #BABABA;
}

.main_contents__left .main_contents__left__color li:nth-child(2) {
  background: #000;
}

.main_contents__left .main_contents__left__color li:nth-child(3) {
  background: #696969;
}

.main_contents__left .main_contents__left__color li:nth-child(4) {
  background: #796443;
}

.main_contents__left .main_contents__left__color li:nth-child(5) {
  background: #E8D1AD;
}

.main_contents__left .main_contents__left__color li:nth-child(6) {
  background: #498944;
}

.main_contents__left .main_contents__left__color li:nth-child(7) {
  background: #4270B9;
}

.main_contents__left .main_contents__left__color li:nth-child(8) {
  background: #945EC3;
}

.main_contents__left .main_contents__left__color li:nth-child(9) {
  background: #F5E85B;
}

.main_contents__left .main_contents__left__color li:nth-child(10) {
  background: #FFAAA7;
}

.main_contents__left .main_contents__left__color li:nth-child(11) {
  background: #E23434;
}

.main_contents__left .main_contents__left__color li:nth-child(12) {
  background: #F47A3A;
}

.main_contents__left .main_contents__left__color li .color_name {
  position: absolute;
  display: none;
  left: -20px;
  top: -25px;
  width: 70px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.main_contents__left .main_contents__left__color li:hover > .color_name {
  display: block;
}

.main_contents__left .main_contents__left__banner {
  padding: 0 10px;
}

.main_contents__left .clear {
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_contents__left .clear:before {
  position: absolute;
  top: 5px;
  left: -1px;
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main_contents__left .clear:after {
  position: absolute;
  top: 5px;
  left: -1px;
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main_contents__left .common_brand_popup {
  display: none;
}

.main_contents__left .common_brand_popup .ss {
  line-height: 1.8;
}

.main_contents__left .common_brand_popup a {
  min-height: 40px;
  height: auto;
  padding: 6px 0 6px 10px;
}

.main_contents__right {
  width: 860px;
}

.main_contents__right .main_section {
  margin: 0 0 100px;
}

.main_contents__right h2 {
  font-size: 20px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 17px;
  margin: 0 0 29px;
  border-bottom: 1px solid #E3E3E3;
  color: #444444;
}

.main_contents__right h2 span {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 10px;
  letter-spacing: 0;
  color: #707070;
  padding: 0 0 2px 0;
}

.main_contents__right .sec_0 {
  width: 100%;
  margin: 0 0 75px;
}

.main_contents__right .sec_0 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.main_contents__right .sec_0 dt {
  width: 90px;
  font-size: 12px;
  color: #707070;
}

.main_contents__right .sec_0 dd {
  width: 770px;
  font-size: 12px;
  position: relative;
}

.main_contents__right .sec_0 dd a {
  font-size: 12px;
}

.main_contents__right .sec_0 dd a:hover {
  text-decoration: underline;
}

.main_contents__right .sec_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_contents__right .sec_1 ul li {
  width: 140px;
}

.main_contents__right .sec_1 ul li img {
  width: 100%;
}

.main_contents__right .sec_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__right .sec_2 ul li {
  width: 168px;
  margin: 0 0 30px;
}

.main_contents__right .sec_2 ul li img {
  width: 100%;
}

.main_contents__right .sec_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__right .sec_3 ul li {
  width: 168px;
  margin: 0 0 30px;
}

.main_contents__right .sec_3 ul li img {
  width: 100%;
}

.main_contents__right .sec_3 ul li:last-child {
  display: none;
}

.main_contents__right .sec_3 .fr2-productListItem:nth-child(6) {
  display: none;
}

.main_contents__right .sec_4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__right .sec_4 ul li {
  width: 168px;
  margin: 0 0 30px;
}

.main_contents__right .sec_4 ul li img {
  width: 100%;
}

.main_contents__right .sec_4 ul li a:after {
  content: "";
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 75%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E3E3E3;
}

.main_contents__right .sec_4 ul li:nth-child(1) a:after {
  content: "1";
  background: #E6C63D;
  color: #fff;
  border: none;
}

.main_contents__right .sec_4 ul li:nth-child(2) a:after {
  content: "2";
  background: #848793;
  color: #fff;
  border: none;
}

.main_contents__right .sec_4 ul li:nth-child(3) a:after {
  content: "3";
  background: #624731;
  color: #fff;
  border: none;
}

.main_contents__right .sec_4 ul li:nth-child(4) a:after {
  content: "4";
}

.main_contents__right .sec_4 ul li:nth-child(5) a:after {
  content: "5";
}

.main_contents__right .sec_4 ul li:nth-child(6) a:after {
  content: "6";
}

.main_contents__right .sec_4 ul li:nth-child(7) a:after {
  content: "7";
}

.main_contents__right .sec_4 ul li:nth-child(8) a:after {
  content: "8";
}

.main_contents__right .sec_4 ul li:nth-child(9) a:after {
  content: "9";
}

.main_contents__right .sec_4 ul li:nth-child(10) a:after {
  content: "10";
}

.main_contents__right .sec_4 .fr2-productListItem:after {
  content: "";
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 75%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E3E3E3;
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(1):after {
  content: "1";
  background: #E6C63D;
  color: #fff;
  border: none;
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(2):after {
  content: "2";
  background: #848793;
  color: #fff;
  border: none;
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(3):after {
  content: "3";
  background: #624731;
  color: #fff;
  border: none;
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(4):after {
  content: "4";
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(5):after {
  content: "5";
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(6):after {
  content: "6";
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(7):after {
  content: "7";
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(8):after {
  content: "8";
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(9):after {
  content: "9";
}

.main_contents__right .sec_4 .fr2-productListItem:nth-child(10):after {
  content: "10";
}

.main_contents__right .sec_4 .rank_no {
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 75%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E3E3E3;
}

.main_contents__right .sec_5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
}

.main_contents__right .sec_5 ul li {
  width: 168px;
  margin: 0 5px 30px 0;
}

.main_contents__right .sec_5 ul li img {
  width: 100%;
}

.main_contents__right .sec_5 ul li:last-child {
  display: none;
}

.main_contents__right .sec_6 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__right .sec_6 ul li {
  width: 206px;
  margin: 0 0 30px;
}

.main_contents__right .sec_6 ul li img {
  width: 100%;
  margin: 0 0 15px;
}

.main_contents__right .sec_7 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__right .sec_7 ul li {
  width: 160px;
  margin: 0 0 30px;
}

.main_contents__right .sec_7 ul li a {
  display: block;
}

.main_contents__right .sec_7 ul li img {
  width: 100%;
}

.main_contents__right .sec_8 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contents__right .sec_8 ul li {
  width: 420px;
  margin: 0 0 30px;
}

.main_contents__right .sec_8 ul li img {
  width: 100%;
}

.main_contents__right .sec_9 {
  display: none;
}

.men_area {
  display: none;
}

.top-checkedItem {
  width: 1082px;
  margin: 0 auto;
  color: #161616;
}

.top-register-member {
  border: 1px solid #E3E3E3;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 100px;
}

.top-register-member h2 {
  color: #161616;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.top-register-member h2 span {
  font-size: 12px;
  color: #707070;
  display: block;
  margin-top: 5px;
}

.top-register-member p {
  width: 500px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.ranking .fr2-productList--col5 > *:nth-child(6) {
  display: none;
}

ul.cl_5 > li {
  position: relative;
}

ul.cl_5 > li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.main_contents__left .cl_5 .main_contents__left__box a.clear:hover {
  background: #333;
}

.main_contents__left .main_contents__left__color li {
  overflow: visible;
}

.main_contents__left .main_contents__left__color li.select:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #707070;
  content: "";
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a[href="#id_brand"] {
  background: url(https://parigot.itembox.design/item/images/common/arrow_down.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 96% center;
}

a[href="#id_brand"]:after {
  display: none;
}

a.color_reset {
  width: 70px;
  height: 25px;
  -webkit-appearance: none !important;
  border: 1px solid #E3E3E3;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: -25px 0px 0;
}

@media screen and (max-width: 769px) {
  .slider_wrap {
    overflow: hidden;
  }
  .flexslider {
    width: 55vw;
    margin: 0 auto 60px !important;
    background: #fff !important;
    border: 0 !important;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none !important;
  }
  .flexslider .flex-viewport {
    overflow: visible !important;
  }
  .flexslider .slides > li a {
    padding: 0  6px;
    display: block;
  }
  ul.flex-direction-nav {
    display: none;
  }
  .flex-control-paging li a {
    width: 6px !important;
    height: 6px !important;
  }
  .slick {
    width: 53vw;
    margin: 0px auto 0;
  }
  .slick img {
    width: 100%;
  }
  .slick .slick-slide {
    margin-right: 12px;
    width: 100%;
  }
  .slick .slick-slide a {
    font-size: 12px;
    letter-spacing: 0.01em;
    display: block;
  }
  .slick .slick-list {
    overflow: visible;
    margin-right: -12px;
  }
  .slick .look_prev {
    width: 28px;
  }
  .slick .look_prev img {
    width: 100%;
  }
  .slick .look_next {
    width: 28px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 60px;
    margin: auto;
    right: 20px;
    z-index: 2;
    display: none !important;
  }
  .slick .look_next img {
    width: 100%;
  }
  .slick .look_prev {
    width: 28px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 60px;
    margin: auto;
    left: 20px;
    z-index: 2;
    display: none !important;
  }
  .slick .look_prev img {
    width: 100%;
  }
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
  }
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
  }
  .slick-prev:before {
    content: '←';
  }
  [dir='rtl'] .slick-prev:before {
    content: '→';
  }
  .slick-next {
    right: -25px;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
  }
  .slick-next:before {
    content: '→';
  }
  [dir='rtl'] .slick-next:before {
    content: '←';
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
  }
  .main_contents {
    width: 100%;
    margin: 0px auto 0;
    padding: 45px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_contents__right {
    width: 100%;
  }
  .main_contents__right .main_section {
    margin: 0 0 100px;
  }
  .main_contents__right h2 {
    font-size: 20px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .main_contents__right h2 span {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    padding: 0 0 2px 0;
  }
  .main_contents__right .sec_0 {
    width: 90vw;
    margin: 40px auto 65px;
  }
  .main_contents__right .sec_0 dl {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .main_contents__right .sec_0 dl:first-child {
    border-top: 1px solid #E3E3E3;
  }
  .main_contents__right .sec_0 dt {
    width: 21vw;
    font-size: 12px;
    color: #707070;
  }
  .main_contents__right .sec_0 dd {
    width: 68vw;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 14px;
  }
  .main_contents__right .sec_0 dd.sec_0__dd:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #707070;
    bottom: -7px;
    position: absolute;
  }
  .main_contents__right .sec_1 {
    width: 90vw;
    margin: 60px auto 60px;
  }
  .main_contents__right .sec_1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_1 ul li {
    width: 29vw;
    margin: 0 0 20px;
  }
  .main_contents__right .sec_1 ul li img {
    width: 100%;
    height: auto;
  }
  .main_contents__right .sec_1__1 {
    width: 100%;
    padding: 45px 0;
    background: #F8F8F8;
    margin: 0 auto 60px;
  }
  .main_contents__right .sec_1__1 h2 {
    width: 90vw;
    margin: auto;
    padding: 0;
    border: none;
  }
  .main_contents__right .sec_2 {
    width: 90vw;
    margin: 0 auto 60px;
  }
  .main_contents__right .sec_2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_2 ul li {
    width: 44vw;
    margin: 0 0 25px;
  }
  .main_contents__right .sec_2 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_3 {
    width: 90vw;
    margin: 0 auto 85px;
  }
  .main_contents__right .sec_3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_3 ul li {
    width: 29vw;
    margin: 0 0 1.4vw;
  }
  .main_contents__right .sec_3 ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  .main_contents__right .sec_3 ul li:last-child {
    display: block;
  }
  .main_contents__right .sec_3 .fr2-productListItem:nth-child(6) {
    display: block;
  }
  .main_contents__right .sec_4 {
    width: 90vw;
    margin: 0 auto 100px;
  }
  .main_contents__right .sec_4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_4 ul li {
    width: 44vw;
    margin: 0 0 25px;
  }
  .main_contents__right .sec_4 ul li:nth-child(n+7) {
    display: none;
  }
  .main_contents__right .sec_4 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_4 ul li a:after {
    content: "";
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 75%;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E3E3E3;
  }
  .main_contents__right .sec_4 ul li:nth-child(1) a:after {
    content: "1";
    background: #E6C63D;
    color: #fff;
    border: none;
  }
  .main_contents__right .sec_4 ul li:nth-child(2) a:after {
    content: "2";
    background: #848793;
    color: #fff;
    border: none;
  }
  .main_contents__right .sec_4 ul li:nth-child(3) a:after {
    content: "3";
    background: #624731;
    color: #fff;
    border: none;
  }
  .main_contents__right .sec_4 ul li:nth-child(4) a:after {
    content: "4";
  }
  .main_contents__right .sec_4 ul li:nth-child(5) a:after {
    content: "5";
  }
  .main_contents__right .sec_4 ul li:nth-child(6) a:after {
    content: "6";
  }
  .main_contents__right .sec_4 ul li:nth-child(7) a:after {
    content: "7";
  }
  .main_contents__right .sec_4 ul li:nth-child(8) a:after {
    content: "8";
  }
  .main_contents__right .sec_4 ul li:nth-child(9) a:after {
    content: "9";
  }
  .main_contents__right .sec_4 ul li:nth-child(10) a:after {
    content: "10";
  }
  .main_contents__right .sec_4 .rank_no {
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 75%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E3E3E3;
  }
  .main_contents__right .sec_5 {
    width: 90vw;
    margin: 0 auto 100px;
  }
  .main_contents__right .sec_5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .main_contents__right .sec_5 ul li {
    width: 44vw;
    margin: 0 0 25px;
  }
  .main_contents__right .sec_5 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_5 ul li:last-child {
    display: block;
  }
  .main_contents__right .sec_6 {
    width: 90vw;
    margin: 0 auto 100px;
  }
  .main_contents__right .sec_6 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_6 ul li {
    width: 44vw;
    margin: 0 0 30px;
  }
  .main_contents__right .sec_6 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_7 {
    width: 90vw;
    margin: 0 auto 80px;
  }
  .main_contents__right .sec_7 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_7 ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .main_contents__right .sec_7 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_7 ul li:nth-child(n+6) {
    display: none;
  }
  .main_contents__right .sec_7 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contents__right .sec_8 {
    width: 90vw;
    margin: 0 auto 80px;
  }
  .main_contents__right .sec_8 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents__right .sec_8 ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .main_contents__right .sec_8 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_9 {
    display: block;
    width: 100vw;
    margin: 0 auto 80px;
  }
  .main_contents__right .sec_9 h2 {
    text-align: center;
    border: none;
    display: block;
    padding: 0;
    margin: 0 0 25px;
  }
  .main_contents__right .sec_9 ul {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }
  .main_contents__right .sec_9 ul li {
    width: 50%;
    margin: 0 0 20px;
  }
  .main_contents__right .sec_9 ul li img {
    width: 100%;
  }
  .main_contents__right .sec_9 ul.sec_9__bottom.sec_9__women li {
    width: 32.5%;
  }
  .main_contents__right .sec_9 ul.sec_9__bottom.sec_9__mens li {
    width: 32.5%;
  }
  .main_contents__right .sec_9 .sec_9__mens {
    display: none;
  }
  .main_contents__right .sec_9__top {
    width: 100vw !important;
    margin: 0 0 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*border-top:1px solid #E3E3E3;
							border-bottom:1px solid #E3E3E3;*/
  }
  .main_contents__right .sec_9__top li {
    width: 50%;
    margin: 0 !important;
    border-bottom: 1px solid #E3E3E3;
  }
  .main_contents__right .sec_9__top li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 13px 0;
  }
  .main_contents__right .sec_9__top li.active a {
    border-bottom: #161616 1px solid;
  }
  .top_slider_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_slider_area > div {
    width: 50vw;
    margin: 0 0 30px;
  }
  .top_slider_area p {
    font-size: 12px;
    padding: 0 5px;
  }
  .top-register-member {
    margin: 0 0 80px;
    padding: 30px 20px;
  }
  .top-register-member h2 span {
    margin-top: 10px;
  }
  .top-register-member p {
    width: 100%;
  }
  .top-register-member .common__link {
    max-width: 190px;
    width: 100%;
    height: 45px;
  }
  .top-checkedItem {
    width: 100%;
    margin: 0 auto;
    color: #161616;
  }
  .ranking .fr2-productList--col5 > *:nth-child(6) {
    display: block;
  }
}

/*====================================================================
  05 brand
====================================================================*/
.brand.feature {
  margin: 0;
}

.brand {
  display: block;
  margin: 0 auto 120px;
  width: 1020px;
}

.brand .sec1__top {
  border-bottom: 1px solid #E3E3E3;
  margin: 0 0 35px;
}

.brand .sec1__top__ul {
  width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand .sec1__top__ul li {
  width: 125px;
  height: 45px;
  position: relative;
}

.brand .sec1__top__ul li.on a {
  background: #fff;
  color: #0091D9;
  border-radius: 3px;
}

.brand .sec1__top__ul li.on a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0091D9;
  color: #0091D9;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.brand .sec1__top__ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand .sec1__center ul {
  font-size: 0;
  margin: 0 0 30px;
}

.brand .sec1__center li {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
}

.brand .sec1__center li.on:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  color: #0091D9;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.brand .sec1__center li a {
  font-size: 15px;
  position: relative;
}

.brand .sec1__center li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  color: #0091D9;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.brand .sec1__bottom {
  background: #F8F8F8;
  padding: 20px;
  position: relative;
  margin: 0 0 40px;
}

.brand .sec1__bottom input {
  border: 1px solid #808080;
  border-radius: 5px;
  width: 100%;
  height: 35px;
  padding: 0 0 0 40px;
  background: url(../images/common/search.svg) no-repeat 2%;
  background-size: 15px;
  font-size: 11px;
  background-color: #fff;
}

.brand .sec1__bottom .search_brand_box {
  display: none;
  width: 980px;
  padding: 25px  25px  5px  25px;
  background: #fff;
  position: absolute;
  top: 51px;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid grey;
  border-top: 1px solid #E3E3E3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}

.brand .sec1__bottom .search_brand_box .sec2__innar {
  max-height: 330px;
  overflow: hidden;
}

.brand .sec1__bottom .search_brand_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand .sec1__bottom .search_brand_box li {
  width: 25%;
  margin: 0 0 20px;
}

.brand .sec1__bottom .search_brand_box li:hover a {
  text-decoration: underline;
}

.brand .sec1__bottom .search_brand_box li a {
  font-size: 12px;
  line-height: 18px;
}

.brand .sec1__bottom .search_brand_box li a span {
  font-size: 11px;
  color: #707070;
  display: block;
}

.brand .sec1__bottom__pick h3 {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin: 0 0 15px;
}

.brand .sec1__bottom__pick ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #E3E3E3;
}

.brand .sec1__bottom__pick ul li {
  width: 138px;
}

.brand .sec1__bottom__pick ul li img {
  width: 100%;
  border: 1px solid #E3E3E3;
}

.brand .sec2__top {
  border-bottom: 1px solid #E3E3E3;
  margin: 0 0 35px;
}

.brand .sec2__top__ul {
  width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand .sec2__top__ul li {
  width: 125px;
  height: 45px;
  position: relative;
}

.brand .sec2__top__ul li.on a {
  background: #fff;
  color: #0091D9;
  border-radius: 3px;
}

.brand .sec2__top__ul li.on a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0091D9;
  color: #0091D9;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.brand .sec2__top__ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand .sec2 h3 {
  font-size: 20px;
  margin: 0 0 30px;
  position: absolute;
}

.brand .sec2__innar {
  position: relative;
  overflow: hidden;
}

.brand .sec2 ul {
  width: 920px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 60px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #E3E3E3;
}

.brand .sec2 li {
  width: 33.333%;
  margin: 0 0 25px;
}

.brand .sec2 li:hover a {
  text-decoration: underline;
}

.brand .sec2 li a {
  font-size: 12px;
  line-height: 18px;
}

.brand .sec2 li a span {
  font-size: 11px;
  color: #707070;
  display: block;
}

.brand .sec2 li a span.ss {
  color: #333;
}

.women, .men {
  display: none;
}

.brand .sec2 .sec2__innar {
  border-bottom: 1px solid #E3E3E6;
  margin: 0 0 60px;
  padding: 0 0 40px;
}

.brand .sec2 ul {
  padding: 0 0 0px;
  margin: 0 auto 0px;
  border: none;
}

@media screen and (max-width: 769px) {
  .brand {
    width: 100%;
    display: block;
  }
  .brand .sec1__top {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 20px;
  }
  .brand .sec1__top__ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand .sec1__top__ul li {
    width: 33.33%;
    height: 45px;
    position: relative;
  }
  .brand .sec1__top__ul li.on a {
    border-radius: 3px;
  }
  .brand .sec1__top__ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand .sec1__center ul {
    width: 90vw;
    font-size: 0;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand .sec1__center ul:after {
    content: "";
    display: inline-block;
    width: 12vw;
    height: 12vw;
  }
  .brand .sec1__center li {
    width: 12vw;
    height: 12vw;
    border: 1px solid #BFBFBF;
    display: inline-block;
    margin: 0 3vw 3.3vw 0px;
    position: relative;
  }
  .brand .sec1__center li:nth-child(6n) {
    margin: 0;
  }
  .brand .sec1__center li:last-child {
    width: 43.3vw;
  }
  .brand .sec1__center li.on:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: none;
  }
  .brand .sec1__center li a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand .sec1__bottom {
    background: #F8F8F8;
    padding: 20px 0;
    position: relative;
    margin: 0 auto 20px;
  }
  .brand .sec1__bottom input {
    border: 1px solid #808080;
    border-radius: 5px;
    width: 90%;
    height: 45px;
    padding: 0 0 0 40px;
    background: url(../images/common/search.svg) no-repeat 4%;
    background-size: 15px;
    font-size: 11px;
    color: #707070;
    background-color: #fff;
    margin: 0 auto 0px;
    display: block;
  }
  .brand .sec1__bottom .search_brand_box {
    width: 90vw;
    padding: 25px 20px 5px 20px;
    background: #fff;
    position: absolute;
    top: 61px;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid grey;
    border-top: 1px solid #E3E3E3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
  }
  .brand .sec1__bottom .search_brand_box .sec2__innar {
    max-height: 197px;
    overflow: hidden;
  }
  .brand .sec1__bottom .search_brand_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand .sec1__bottom .search_brand_box li {
    width: 100%;
    margin: 0 0 20px;
  }
  .brand .sec1__bottom .search_brand_box li:hover a {
    text-decoration: underline;
  }
  .brand .sec1__bottom .search_brand_box li a {
    font-size: 12px;
    line-height: 18px;
  }
  .brand .sec1__bottom .search_brand_box li a span {
    font-size: 11px;
    color: #707070;
    display: inline-block;
  }
  .brand .sec1__bottom .search_brand_box li a span.brand_name_check {
    margin: 0px 5px 0 0;
    padding: 0 10px 0 0;
    position: relative;
  }
  .brand .sec1__bottom .search_brand_box li a span.brand_name_check:after {
    position: absolute;
    content: "/";
    right: 0;
  }
  .brand .sec1__bottom__pick {
    padding: 40px 0 35px;
    background: #F8F8F8;
  }
  .brand .sec1__bottom__pick h3 {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin: 0 auto 20px;
    padding: 0 5vw;
    width: 100%;
  }
  .brand .sec1__bottom__pick ul {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0px;
    border: none;
    padding: 0;
  }
  .brand .sec1__bottom__pick ul li {
    width: 28vw;
    margin: 0 5px 10px 0;
  }
  .brand .sec1__bottom__pick ul li img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #E3E3E3;
  }
  .brand .sec1__bottom__pick ul li:last-child {
    display: none;
  }
  .brand .sec2 {
    width: 90vw;
    margin: auto;
    padding: 55px 0 0;
  }
  .brand .sec2 h3 {
    font-size: 20px;
    margin: 0 0 40px;
    position: static;
  }
  .brand .sec2__innar {
    padding: 0px 0 60px;
  }
  .brand .sec2__ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand .sec2__ul li {
    width: 33.33%;
    height: 45px;
    position: relative;
  }
  .brand .sec2__ul li.on a {
    border-radius: 3px;
  }
  .brand .sec2__ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand .sec2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0px;
    margin: 0 0 0px;
    border-bottom: none;
  }
  .brand .sec2 li {
    width: 100%;
    margin: 0 0 40px;
  }
  .brand .sec2 li:hover a {
    text-decoration: underline;
  }
  .brand .sec2 li a {
    font-size: 12px;
    line-height: 18px;
  }
  .brand .sec2 li a span {
    display: inline-block;
    font-size: 12px;
  }
  .brand .sec2 li a span.ss {
    margin: 0px 5px 0 0;
    padding: 0 10px 0 0;
    position: relative;
  }
  .brand .sec2 li a span.ss:after {
    position: absolute;
    content: "/";
    right: 0;
  }
  .brand .sec2__innar {
    padding: 0;
    border: none;
  }
}

/*====================================================================
  06 itemlist
====================================================================*/
.item_list h2 {
  margin: 0 0 30px;
  padding: 0;
  border: none;
}

.item_list h3 {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin: 0 0 15px;
}

.item_list .sec0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px;
}

.item_list .sec0__left {
  width: 200px;
}

.item_list .sec0__left img {
  width: 100%;
  border: 1px solid #E3E3E3;
}

.item_list .sec0__right {
  width: 630px;
}

.item_list .sec0__right__name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #161616;
}

.item_list .sec0__right__text {
  font-size: 12px;
  line-height: 1.7;
}

.item_list .sec1__box {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E3E3E3;
}

.item_list .sec1__box__innar {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_list .sec1__box__innar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_list .sec1__box__innar__left {
  width: 34.61%;
}

.item_list .sec1__box__innar__right {
  width: 59.61%;
}

.item_list .sec1__box__innar__right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_list .sec1__box__innar__name {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.666;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item_list .sec1__box__innar__data {
  font-size: 12px;
  color: #707070;
}

.item_list .sec1__box__innar__icon {
  font-size: 10px;
  padding: 5px;
  border: 2px solid #E3E3E3;
}

.item_list .sec1__box__innar li {
  width: 30.23%;
}

.item_list .sec1__box__innar li img {
  width: 100%;
}

.item_list .sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.item_list .sec2 .pc_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
  width: 100%;
}

.item_list .sec2__left {
  font-size: 12px;
  letter-spacing: 0.03em;
}

.item_list .sec2__right {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.item_list .sec2__right.pc_contents {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.item_list .sec2__right span {
  font-size: 12px;
}

.item_list .sec2__right dl {
  width: 138px;
  height: auto;
  border: 1px solid #BFBFBF;
  position: relative;
}

.item_list .sec2__right dl a {
  display: block;
  font-size: 12px;
  width: 138px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 10px;
}

.item_list .sec2__right dl dt:after {
  content: "";
  display: block;
  background: url(https://cctest19150601.itembox.design/item/common/arrow_down.svg);
  width: 10px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 10px;
  margin: auto;
  background-size: 100%;
}

.item_list .sec2__right dl dt.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.item_list .sec2__right dl dd {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-top: none;
  width: 138px;
  left: -1px;
  top: 28px;
  z-index: 1;
}

.item_list .sec2__right dl dd a:hover {
  background: #F8F8F8;
}

.item_list .sec3__innar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  padding: 0 0 15px;
  border-bottom: 1px solid #E3E3E3;
}

.item_list .sec3__innar .item_list_box {
  width: 210px;
  margin: 0 0 65px;
  padding: 27px 0 0 0;
  position: relative;
}

.item_list .sec3__innar .item_list_box img {
  width: 100%;
  margin: 0 0 13px;
}

.item_list .sec3__innar .item_list_box__icon {
  margin: 0 0 5px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
}

.item_list .sec3__innar .item_list_box__icon span {
  font-size: 10px;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  border: 2px solid #E3E3E3;
  display: table;
  margin: 0 5px 0 0;
  background: #fff;
}

.item_list .sec3__innar .item_list_box__brand {
  color: #444444;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.item_list .sec3__innar .item_list_box__itemname {
  color: #444444;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.item_list .sec3__innar .item_list_box__price {
  color: #444444;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 0 0 7px;
}

.item_list .sec3__innar .item_list_box ul {
  font-size: 0;
}

.item_list .sec3__innar .item_list_box ul li {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 2px;
  margin: 0 6px 0 0;
}

.item_list .sec3__innar .item_list_box ul .red {
  background: #E23434;
}

.item_list .sec3__innar .item_list_box ul .white {
  border: 1px solid #BABABA;
}

.item_list .sec4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_list .sec4 li {
  width: 104px;
}

.item_list .sec4 li img {
  width: 100%;
}

.item_list span.fs-c-productName__name {
  display: none;
}

.item_list span.brand_tag.fs-c-productMark__mark--0.fs-c-productMark__mark {
  display: none;
}

.item_list p.item_list_box__brand {
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 0 10px 0px;
  color: #444444;
  letter-spacing: 0.02em;
  padding: 0 10px;
}

.item_list p.item_list_box__itemname {
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 0 10px 0px;
  letter-spacing: 0.02em;
  padding: 0 10px;
}

.fs-c-productListItem__prices.fs-c-productPrices {
  padding: 0 10px;
}

h2.fs-c-productListItem__productName.fs-c-productName {
  margin: 0;
}

.fs-c-productPrice.fs-c-productPrice--listed {
  /* width: 50%; */
  display: inline-block;
  margin: 0 8px 0 0;
}

.fs-c-productPrice--listed .fs-c-price__value {
  text-decoration: line-through;
  margin: 0 10px 0 0px;
}

.fs-c-productPrice.fs-c-productPrice--selling {
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .item_list h2 {
    font-size: 16px;
    margin: 0 auto 30px;
    padding: 0;
    border: none;
    width: 92vw;
  }
  .item_list h3 {
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .item_list .sec0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
    padding: 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: none;
    border-bottom: none;
    display: block;
  }
  .item_list .sec0__left {
    width: 92%;
    margin: 0 auto 0;
  }
  .item_list .sec0__left img {
    width: 100%;
    border: none;
    min-height: 1px;
  }
  .item_list .sec0__right {
    width: 92%;
    margin: auto;
  }
  .item_list .sec0__right__name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto 15px;
    color: #161616;
  }
  .item_list .sec0__right__text {
    font-size: 12px;
    line-height: 1.66;
  }
  .item_list .sec0__right a {
    font-size: 12px;
    line-height: 1.66;
    color: #707070;
    text-decoration: underline;
  }
  .item_list .sec1 {
    width: 100vw;
    margin: 0 auto 30px;
    border-bottom: 1px solid #E3E3E3;
  }
  .item_list .sec1__box {
    padding: 0 0 0px;
    margin: 0 auto 0px;
    width: 92vw;
    border: none;
  }
  .item_list .sec1__box__innar {
    padding: 0 0px;
    display: block;
  }
  .item_list .sec1__box__innar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item_list .sec1__box__innar__left {
    width: 17.333vw;
  }
  .item_list .sec1__box__innar__right {
    width: 72vw;
  }
  .item_list .sec1__box__innar__right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item_list .sec1__box__innar__name {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 12px;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .item_list .sec1__box__innar__data {
    font-size: 12px;
    color: #707070;
  }
  .item_list .sec1__box__innar__icon {
    font-size: 10px;
    padding: 2px;
    border: 1px solid #E3E3E3;
  }
  .item_list .sec1__box__innar li {
    width: 100%;
    margin: 0 0 15px;
  }
  .item_list .sec1__box__innar li img {
    width: 100%;
  }
  .item_list .sec1__box__innar li:nth-child(3) {
    display: none;
  }
  .item_list .sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 40px;
  }
  .item_list .sec2__left {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .item_list .sec2 div {
    width: 100%;
  }
  .item_list .sec2 .pc_contents {
    display: none !important;
  }
  .item_list .sec2__right {
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .item_list .sec2__right span {
    font-size: 12px;
  }
  .item_list .sec2__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .item_list .sec2__right ul li {
    width: 47.76%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BFBFBF;
    font-size: 12px;
    /*justify-content: center;*/
    padding: 0 0 0 30px;
    position: relative;
  }
  .item_list .sec2__right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 0 0 30px;
    left: 0;
    top: 0;
  }
  .item_list .sec2__right ul li:first-child:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(https://cctest19150601.itembox.design/item/common/syousai.svg);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .item_list .sec2__right ul li:last-child:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(https://cctest19150601.itembox.design/item/common/sort.svg);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .item_list .sec2__right dl {
    width: 47.76%;
    height: 40px;
    border: 1px solid #BFBFBF;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item_list .sec2__right dl a {
    display: block;
    font-size: 12px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 35px;
  }
  .item_list .sec2__right dl dt {
    width: 100%;
  }
  .item_list .sec2__right dl dt:after {
    content: "";
    display: block;
    background: url(https://cctest19150601.itembox.design/item/common/arrow_down.svg);
    width: 10px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 14px;
    margin: auto;
    background-size: 100%;
  }
  .item_list .sec2__right dl dt.dt_f:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .item_list .sec2__right dl dt.dt_f a:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(https://cctest19150601.itembox.design/item/common/syousai.svg);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .item_list .sec2__right dl dt.dt_s a:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(https://cctest19150601.itembox.design/item/common/sort.svg);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .item_list .sec2__right dl dd {
    width: 100.5%;
    height: auto;
    top: 38px;
  }
  .item_list .sec2__right dl dd a:hover {
    background: #F8F8F8;
  }
  .item_list .sec3__innar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 40px;
    padding: 0 0 15px;
    border-bottom: 1px solid #E3E3E3;
    width: 90vw;
  }
  .item_list .sec3__innar .item_list_box {
    width: 49.25%;
    margin: 0 0 50px;
    padding: 27px 0 0 0;
    position: relative;
  }
  .item_list .sec3__innar .item_list_box img {
    width: 100%;
    margin: 0 0 13px;
  }
  .item_list .sec3__innar .item_list_box__icon {
    margin: 0 0 5px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
  }
  .item_list .sec3__innar .item_list_box__icon span {
    font-size: 10px;
    padding: 0 4px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #E3E3E3;
    display: table;
    margin: 0 5px 0 0;
    background: #fff;
  }
  .item_list .sec3__innar .item_list_box__brand {
    color: #444444;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .item_list .sec3__innar .item_list_box__itemname {
    color: #444444;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
    padding: 0 5px;
  }
  .item_list .sec3__innar .item_list_box__price {
    color: #444444;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0 0 7px;
    padding: 0 5px;
  }
  .item_list .sec3__innar .item_list_box ul {
    font-size: 0;
    padding: 0 5px;
  }
  .item_list .sec3__innar .item_list_box ul li {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 6px 0 0;
  }
  .item_list .sec3__innar .item_list_box ul .red {
    background: #E23434;
  }
  .item_list .sec3__innar .item_list_box ul .white {
    border: 1px solid #BABABA;
  }
  .item_list .sec4 {
    width: 92vw;
    margin: 0 auto 35px !important;
  }
  .item_list .sec4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item_list .sec4 li {
    width: 31.34%;
  }
  .item_list .sec4 li img {
    width: 100%;
  }
  .item_list .main_section.sec_4 {
    margin: 0 auto 35px;
  }
}

/*====================================================================
  07 search
====================================================================*/
.search {
  display: block;
}

.main_contents .search {
  width: 1020px;
  margin: auto;
}

.search_box__innar {
  background: #F8F8F8;
  padding: 60px 0;
  margin: 0 0 120px;
}

.search_box__innar__brand {
  font-size: 12px;
  border-bottom: 1px solid #707070;
  padding: 0 0 5px;
  margin: 0 20px 0 0;
}

.search_box__innar__brand_name {
  margin: 0 0 15px;
  display: none;
}

.search_box__innar__brand_name span.ss {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.search_box__innar__brand_name span {
  font-size: 11px;
  color: #707070;
  display: block;
}

.search_box__innar__brand_box {
  height: 24px;
}

.search_box__innar__reset {
  font-size: 12px;
  border-bottom: 1px solid #707070;
  padding: 0 0 5px;
  display: none;
}

.search_box .search_box__innar__dl2 .search_box__innar__brand_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search_box__text1 {
  font-size: 12px;
  width: 1080px;
  margin: 0 auto 15px;
}

.search_box dl {
  width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E3E3E3;
}

.search_box dl dt {
  width: 290px;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

.search_box dl dd {
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_box dl dd #search_word {
  width: 540px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  font-size: 12px;
  padding: 0 0 0 20px;
}

.search_box dl dd input[type="radio"] {
  -webkit-appearance: none !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  display: none;
}

.search_box dl dd input[type="radio"]:checked + label {
  background: #808080;
  color: #fff;
  /* -webkit-appearance: block !important;*/
}

.search_box dl dd label {
  width: 170px;
  border: 1px solid #BFBFBF;
  height: 35px;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.search_box dl dd label:hover {
  opacity: 0.8;
}

.search_box dl dd select {
  width: 250px;
  height: 35px;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 0 0 0 20px;
  -webkit-appearance: none !important;
  border-radius: 0px;
  margin: 0 25px 0 0;
  background: url(../images/common/arrow_down.svg) no-repeat 95%;
  background-size: 10px;
  background-color: #fff;
}

.search_box dl dd #price_min {
  width: 140px;
  height: 35px;
  padding: 0 0 0 20px;
  font-size: 12px;
}

.search_box dl dd #price_max {
  width: 140px;
  height: 35px;
  padding: 0 0 0 20px;
  font-size: 12px;
}

.search_box dl dd .left_nav_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}

.search_box dl dd .left_nav_search__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 10px 0 0;
}

.search_box dl dd .left_nav_search__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0px 0 10px;
}

.search_box dl dd .left_nav_search span span {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}

.search_box .cl_7 {
  font-size: 0;
}

.search_box .cl_7 li {
  display: inline-block;
}

.search_box .cl_7 input {
  -webkit-appearance: none !important;
}

.search_box .cl_7 input + label {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  position: relative;
  cursor: pointer;
  margin: 0 15px 0 0;
}

.search_box .cl_7 input + label:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  display: none;
}

.search_box .cl_7 input:checked + label:after {
  display: block;
  background: none;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.search_box .cl_7 #type_color_01 + label, .search_box .cl_7 #type_color_011 + label {
  border: 1px solid #BABABA;
  width: 22px;
  height: 22px;
  background: none;
}

.search_box .cl_7 #type_color_02 + label, .search_box .cl_7 #type_color_022 + label {
  background: #000;
}

.search_box .cl_7 #type_color_03 + label, .search_box .cl_7 #type_color_033 + label {
  background: #696969;
}

.search_box .cl_7 #type_color_04 + label, .search_box .cl_7 #type_color_044 + label {
  background: #796443;
}

.search_box .cl_7 #type_color_05 + label, .search_box .cl_7 #type_color_055 + label {
  background: #E8D1AD;
}

.search_box .cl_7 #type_color_06 + label, .search_box .cl_7 #type_color_066 + label {
  background: #498944;
}

.search_box .cl_7 #type_color_07 + label, .search_box .cl_7 #type_color_077 + label {
  background: #4270B9;
}

.search_box .cl_7 #type_color_08 + label, .search_box .cl_7 #type_color_088 + label {
  background: #945EC3;
}

.search_box .cl_7 #type_color_09 + label, .search_box .cl_7 #type_color_099 + label {
  background: #F5E85B;
}

.search_box .cl_7 #type_color_10 + label, .search_box .cl_7 #type_color_100 + label {
  background: #FFAAA7;
}

.search_box .cl_7 #type_color_11 + label, .search_box .cl_7 #type_color_111 + label {
  background: #E23434;
}

.search_box .cl_7 #type_color_12 + label, .search_box .cl_7 #type_color_122 + label {
  background: #F47A3A;
}

.search_box .cl_7 #type_color_13 + label, .search_box .cl_7 #type_color_133 + label {
  background: url(../images/top/color_01.png);
  background-size: 100%;
}

.search_box .cl_7 #type_color_14 + label, .search_box .cl_7 #type_color_144 + label {
  background: url(../images/top/color_02.png);
  background-size: 100%;
}

.search_box .cl_7 #type_color_15 + label, .search_box .cl_7 #type_color_155 + label {
  background: url(../images/top/color_03.png);
  background-size: 100%;
}

.search_box #s_search div.pc_contents {
  width: 450px;
  margin: 60px auto 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_box #s_search input {
  width: 210px;
  /*-webkit-appearance: none !important;*/
  border-radius: 0px;
  height: 45px;
  font-size: 12px;
  cursor: pointer;
}

.search_box #s_search input:hover {
  opacity: 0.8;
}

.search_box #s_search #send {
  background: url(../images/common/arrow_white.svg) no-repeat 95% #00a5e3;
  color: #fff;
  border: none;
}

.search_box .second_slect {
  display: none;
}

.search_pop {
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.search_pop__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.search_pop__close {
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}

.search_pop__innar {
  width: 990px;
  height: 590px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: #fff;
  padding: 25px 45px;
}

.search_pop__innar__text {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}

.search_pop__innar .sec1__bottom {
  margin: 0 0 20px;
}

.search_pop__innar .sec2 ul {
  width: 740px;
  margin: 0 0 40px 90px;
}

.search_pop__innar .sec1__center ul {
  margin: 0 0 20px;
}

.search_pop__innar .brand__section.sec2 {
  overflow: scroll;
  height: 340px;
  border: 1px solid #707070;
  padding: 40px 30px;
}

.search_pop__innar .sec1__bottom input {
  background-color: #fff;
}

.search_pop__innar .sec2 h3 {
  font-size: 20px;
  margin: 0 0 30px;
  position: absolute;
  padding: 20px 0 0;
  top: -20px;
}

.search_pop__innar .sec1__bottom .search_brand_box {
  display: none;
  width: 860px;
  padding: 25px 25px 5px 25px;
  background: #fff;
  position: absolute;
  top: 51px;
  z-index: 10;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid grey;
  border-top: 1px solid #E3E3E3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search_pop_color {
  display: none;
}

.fs-body-custom h1.fs-c-heading.fs-c-heading--page {
  margin: 0 0 0px;
}

.main_contents.under_page.search {
  margin: 5px auto 0;
}

@media screen and (max-width: 769px) {
  .main_contents.under_page.search {
    margin: 25px auto 0;
  }
  .main_contents .search {
    width: 100%;
    margin: auto;
  }
  .search {
    display: block;
    padding: 25px 0 0 0;
  }
  .search_box .sp_contents {
    width: 100%;
  }
  .search_box__innar {
    background: #fff;
    padding: 0px 0 0;
    margin: 0 0 80px;
  }
  .search_box__innar__brand {
    font-size: 12px;
    border-bottom: 1px solid #707070;
    padding: 0 0 5px;
    margin: 0 20px 0 0;
  }
  .search_box__innar__brand_sp {
    height: 45px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #BFBFBF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 20px;
    letter-spacing: 0.02em;
    background: url(../images/common/arrow_right.svg) no-repeat 95%;
    background-size: 10px;
    /* flex-direction: column;*/
  }
  .search_box__innar__brand_sp span {
    font-size: 11px;
    color: #707070;
  }
  .search_box__innar__brand_sp span:first-child {
    font-size: 12px;
    display: block;
    margin: 0 0 5px;
    color: #333;
  }
  .search_box__innar__brand_name {
    margin: 0 0 15px;
    display: none;
  }
  .search_box__innar__brand_name span.ss {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #333;
  }
  .search_box__innar__brand_name span {
    font-size: 11px;
    color: #707070;
    display: block;
  }
  .search_box__innar__brand_box {
    height: 24px;
  }
  .search_box__innar__reset {
    font-size: 12px;
    border-bottom: 1px solid #707070;
    padding: 0 0 5px;
    display: none;
  }
  .search_box .search_box__innar__dl2 .search_box__innar__brand_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search_box .search_box__innar__dl5 dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search_box .search_box__innar__dl5 dd div {
    width: 100%;
  }
  .search_box .search_box__innar__dl5 dd div.first_category {
    margin: 0 0 20px;
  }
  .search_box__text1 {
    font-size: 12px;
    width: 100%;
    margin: 0 auto 15px;
    display: block;
    text-align: left;
    padding: 0 5vw;
  }
  .search_box dl {
    width: 90vw;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
  .search_box dl dt {
    width: 23%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
  }
  .search_box dl dd {
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search_box dl dd #search_word {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #BFBFBF;
    font-size: 12px;
    padding: 0 0 0 20px;
    border-radius: 0;
  }
  .search_box dl dd input[type="radio"] {
    -webkit-appearance: none !important;
    font-size: 12px;
    letter-spacing: 0.04em;
    display: none;
  }
  .search_box dl dd input[type="radio"]:checked + label {
    background: #808080;
    color: #fff;
    /* -webkit-appearance: block !important;*/
  }
  .search_box dl dd label {
    width: 30.7%;
    border: 1px solid #BFBFBF;
    height: 35px;
    margin: 0 4% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .search_box dl dd select {
    width: 100%;
    height: 45px;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 0 0 0 20px;
    -webkit-appearance: none !important;
    border-radius: 0px;
    margin: 0 25px 0 0;
    background: url(../images/common/arrow_right.svg) no-repeat 95%;
    background-size: 10px;
    background-color: #fff;
  }
  .search_box dl dd label[for="type_men"] {
    margin: 0;
  }
  .search_box dl dd #price_min {
    width: 84%;
    border: 1px solid #BFBFBF;
    height: 35px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  .search_box dl dd #price_max {
    width: 84%;
    border: 1px solid #BFBFBF;
    height: 35px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  .search_box dl dd .left_nav_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
  }
  .search_box dl dd .left_nav_search__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 10px 0 0;
  }
  .search_box dl dd .left_nav_search__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0px 0 10px;
  }
  .search_box dl dd .left_nav_search span span {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .search_box .cl_7 {
    font-size: 0;
    /*display: block;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 30px;
  }
  .search_box .cl_7:after {
    content: "";
    width: 127px;
    height: 38px;
    display: none;
  }
  .search_box .cl_7 li {
    display: inline-block;
    margin: 0 4% 1vw 0;
  }
  .search_box .cl_7 li:nth-child(5n) {
    margin: 0 0 10px 0;
  }
  .search_box .cl_7 li span {
    font-size: 10px;
    display: block;
    text-align: center;
  }
  .search_box .cl_7 input {
    -webkit-appearance: none !important;
    display: none;
  }
  .search_box .cl_7 input + label {
    width: 12.3vw;
    height: 12.3vw;
    display: inline-block;
    border: none;
    position: relative;
    cursor: pointer;
    margin: 0 0 2vw 0;
  }
  .search_box .cl_7 input + label:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #333;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    display: none;
  }
  .search_box .cl_7 input:checked + label:after {
    display: block;
    background: none;
    content: "";
    width: 12vw;
    height: 12vw;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #333;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .search_box .cl_7 #type_color_01 + label {
    border: 1px solid #BABABA;
    width: 12.3vw;
    height: 12.3vw;
    background: none;
  }
  .search_box .cl_7 #type_color_01:checked + label {
    border: none !important;
  }
  .search_box .cl_7 #type_color_02 + label {
    background: #000;
  }
  .search_box .cl_7 #type_color_03 + label {
    background: #696969;
  }
  .search_box .cl_7 #type_color_04 + label {
    background: #796443;
  }
  .search_box .cl_7 #type_color_05 + label {
    background: #E8D1AD;
  }
  .search_box .cl_7 #type_color_06 + label {
    background: #498944;
  }
  .search_box .cl_7 #type_color_07 + label {
    background: #4270B9;
  }
  .search_box .cl_7 #type_color_08 + label {
    background: #945EC3;
  }
  .search_box .cl_7 #type_color_09 + label {
    background: #F5E85B;
  }
  .search_box .cl_7 #type_color_10 + label {
    background: #FFAAA7;
  }
  .search_box .cl_7 #type_color_11 + label {
    background: #E23434;
  }
  .search_box .cl_7 #type_color_12 + label {
    background: #F47A3A;
  }
  .search_box .cl_7 #type_color_13 + label {
    background: url(../images/top/color_01.png);
    background-size: 100%;
  }
  .search_box .cl_7 #type_color_14 + label {
    background: url(../images/top/color_02.png);
    background-size: 100%;
  }
  .search_box .cl_7 #type_color_15 + label {
    background: url(../images/top/color_03.png);
    background-size: 100%;
  }
  .search_box #s_search {
    width: 90%;
    margin: 50px auto 0;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search_box #s_search div.pc_contents {
    display: none !important;
  }
  .search_box #s_search input {
    width: 100%;
    /*-webkit-appearance: none !important;*/
    height: 55px;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 20px;
  }
  .search_box #s_search #send {
    background: url(../images/common/arrow_white.svg) no-repeat 95% #00a5e3;
    color: #fff;
  }
  .search_box #s_search input[type="reset"] {
    background: #fff;
  }
  .search_pop {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0px, 0);
    transform: translate3d(-100%, 0px, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .search_pop.actived {
    -webkit-transform: translate3d(0%, 0px, 0);
    transform: translate3d(0%, 0px, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .search_pop__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .search_pop__close {
    font-size: 11px;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    margin: 20px auto 0;
  }
  .search_pop__innar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    background: #fff;
    padding: 0 0 25px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .search_pop__innar__text {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 0 0 0px;
    text-align: center;
  }
  .search_pop__innar__top {
    width: 100%;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E3E3E3;
  }
  .search_pop__innar__top a {
    width: 20vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    alingn-items: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .search_pop__innar__top a img {
    width: 13px;
    position: relative;
    left: 5vw;
  }
  .search_pop__innar__bottom {
    padding: 30px 0;
  }
  .search_pop__innar__bottom a {
    width: 90%;
    margin: auto;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #BFBFBF;
    padding: 0 0 0 40px;
    background: url(../images/common/check.svg) no-repeat 5%;
    background-size: 13px;
  }
  .search_pop__innar .sec1__bottom {
    margin: 0 0 20px;
  }
  .search_pop__innar .sec2 ul {
    width: 100%;
    margin: 0 auto 40px;
  }
  .search_pop__innar .sec1__center ul {
    margin: 0 auto 20px;
  }
  .search_pop__innar .brand__section.sec2 {
    overflow: visible;
    height: auto;
    border: none;
    padding: 40px 0px;
  }
  .search_pop__innar .sec1__bottom input {
    background-color: #fff;
  }
  .search_pop__innar .sec2 h3 {
    font-size: 20px;
    margin: 0 0 30px;
    position: static;
    padding: 20px 0 0;
    top: -20px;
  }
  .search_pop__innar .sec1__bottom .search_brand_box {
    display: none;
    width: 90%;
    padding: 25px 25px 5px 25px;
    background: #fff;
    position: absolute;
    top: 61px;
    z-index: 10;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid grey;
    border-top: 1px solid #E3E3E3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .search_pop__innar .sec2__innar {
    padding: 0;
  }
  .search_pop_color.search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    display: block;
    z-index: 99;
  }
  .sp_color_box {
    width: 90vw;
    margin: auto;
  }
  .search_pop_color {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .search_pop_color.on {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .color_sp_box_wrap {
    width: 90vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .color_sp_box_wrap a {
    width: 40vw;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #707070;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #707070;
  }
  .color_sp_box_wrap a.color_set {
    color: #fff;
    border: none;
    background: url(../images/common/arrow_white.svg) #00a5e3;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 92% 15px;
  }
  .color_sp_box_wrap a.color_reset {
    margin: 0;
  }
  .search_pop__innar__text {
    position: absolute;
  }
  .second_category {
    margin: 20px 0 0 0;
  }
  .search_box__innar__dl5 dd div.first_category {
    margin: 0 0 0px !important;
  }
}

/*====================================================================
  08 detail
====================================================================*/
.detail {
  /*スライダー箇所*/
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px auto 0px;
  padding: 0 0 50px;
  border-bottom: 1px solid #E3E3E3;
}

.detail .slide {
  display: none;
  width: 100%;
}

.detail .slide li {
  list-style: none;
}

.detail .slide li img {
  width: 100%;
}

.detail .slide.slick-initialized {
  display: block;
}

.detail .slick-slide img {
  width: 100%;
}

.detail .slick-dots {
  position: static;
  display: block;
  margin: 15px 0 18px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  padding: 0 0 40px;
  border-bottom: 1px solid #E3E3E3;
}

.detail .slick-dots li {
  width: 52px;
  height: auto;
  list-style: none;
  display: inline-block;
  max-width: 112px;
  max-hegiht: 56px;
  margin: 0 12px 12px 0;
}

.detail .slick-dots li:nth-child(8n) {
  margin: 0 0 12px;
}

.detail .slick-dots li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
}

.detail .slick-dots li.slick-active img {
  opacity: 1;
}

.detail .slick-prev {
  position: absolute;
  z-index: 99;
  top: 120px;
  left: -50px;
}

.detail .slick-next {
  position: absolute;
  z-index: 99;
  top: 120px;
  right: -50px;
}

.detail__left {
  width: 500px;
}

.detail__left h2 {
  font-size: 16px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 25px;
  border-bottom: none;
}

.detail__left h2 span {
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 10px;
  letter-spacing: 0;
  color: #707070;
}

.detail__left .common_blog__left {
  width: 95px;
}

.detail__left .common_blog__left img {
  width: 100%;
}

.detail__left .common_blog__right {
  width: 390px;
}

.detail__left .common_blog__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 10px;
}

.detail__left .common_blog__data span {
  font-size: 10px;
  padding: 0 5px;
  height: 16px;
  line-height: 13px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  margin: 0 5px 0 5px;
  background: #fff;
}

.detail__right {
  width: 500px;
}

.detail__right .icon_area {
  font-size: 0;
  margin: 0 0 15px;
}

.detail__right__center {
  margin: 0 0 70px;
}

.detail__right__center__link {
  font-size: 12px;
  text-decoration: underline;
  margin: 30px 0 0px;
  display: block;
}

.detail__right .color_item > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 15px;
  border-bottom: 1px solid #E3E3E3;
}

.detail__right .color_item > li:first-child {
  border-top: 1px solid #E3E3E3;
}

.detail__right .color_item .thumb {
  width: 65px;
}

.detail__right .color_item .thumb img {
  width: 100%;
}

.detail__right .color_item .thumb__name {
  font-size: 11px;
  text-align: center;
  display: block;
  margin: 5px 0 0 0;
}

.detail__right .color_item .size {
  width: 435px;
}

.detail__right .color_item .size li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 45px;
  margin: 0 0 10px;
}

.detail__right .color_item .size__data {
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail__right .color_item .size__name {
  font-size: 11px;
  margin: 0 0 5px;
}

.detail__right .color_item .size__no {
  font-size: 12px;
}

.detail__right .color_item .size .m-btn {
  width: 200px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid #707070;
}

.detail__right .color_item .size .m-btn.m-btn--primary {
  color: #fff;
  background: url(../images/common/cart_w.svg) no-repeat 19% #333333;
}

.detail__right .color_item .size .m-btn.m-btn--primary--no {
  color: #fff;
  background: url(../images/common/cart_w.svg) no-repeat 19% rgba(53, 54, 53, 0.65);
}

.detail__right .color_item .size__shop {
  width: 120px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail__right .color_item .size__shop a {
  font-size: 12px;
  text-decoration: underline;
}

.detail__right__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 35px;
}

.detail__right__bottom ul li {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}

.detail__right__bottom ul li.active {
  border-bottom: 1px solid #707070;
}

.detail__right__bottom ul li a {
  font-size: 12px;
  width: 100%;
  height: 100%;
  /*						position: absolute;
						left:0;
						top:0;
						display: flex;
						align-items:center;*/
}

.detail__right__bottom .item_detail {
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 30px;
}

.detail__right__bottom .item_detail p {
  font-size: 12px;
  margin: 0 0 20px;
  line-height: 1.8;
}

.detail__right__bottom .item_detail a {
  font-size: 11px;
  text-decoration: underline;
}

.detail__sec1__text1 {
  font-size: 13px;
  margin: 0 0 10px;
}

.detail__sec1__text1 span {
  color: #707070;
}

.detail__sec1__text2 {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #707070;
  margin: 0 0 30px;
}

.detail__sec2__text1 {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.detail__sec2__text2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.detail__sec2__text2 span {
  font-size: 10px;
  display: inline-block;
  margin: 0 0 0 4px;
}

.detail__sec2__text3 {
  font-size: 11px;
  color: #707070;
  letter-spacing: 0.02em;
  margin: 0 0 50px;
}

.detail__sec3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 25px;
}

.detail__sec3 dt {
  width: 100px;
  font-size: 12px;
  border-right: 1px solid #BFBFBF;
}

.detail__sec3 dt:after {
  content: "";
}

.detail__sec3 dd {
  width: 400px;
  font-size: 12px;
  padding: 0 0 0 10px;
}

.detail__sec3 dd a {
  font-size: 12px;
  text-decoration: underline;
}

.detail__sec3__innar {
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.detail__sec3__innar p {
  width: 70px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F8F8F8;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail__sec3__innar a {
  font-size: 12px;
  text-decoration: underline;
}

.detail .common_blog__left {
  width: 95px;
}

.detail .common_blog__right {
  width: 390px;
}

.detail .common_blog__title {
  margin: 0 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box !important;
}

.detail__snap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0 0 30px;
  border-bottom: 1px solid #E3E3E3;
}

.detail__snap li {
  width: 113px;
}

.detail__news li {
  margin: 0 0 20px;
}

.size_detail {
  display: none;
}

.review_detail {
  display: none;
}

.size_box {
  width: 100%;
  font-size: 12px;
}

.size_box th {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #eeeeee;
  border: 1px solid #cccccc;
}

.size_box td {
  text-align: center;
  height: 40px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}

span.brand_tag.fs-c-productMark__mark--0.fs-c-productMark__mark {
  display: none;
}

.detail .fs-c-variationList__item__image p {
  font-size: 11px;
  text-align: center;
  margin: 9px 0 0 0;
}

.size_guide_text {
  margin: 10px 0 0;
}

.size_guide_text a {
  color: #0091D9;
}

.size_guide_text a:visited {
  color: #0091D9;
}

.detail div#_rcmdjp_display_4 {
  display: none;
}

@media screen and (max-width: 768px) {
  .detail {
    /*スライダー箇所*/
    width: 100%;
    display: block;
    margin: 0px auto 80px;
    padding: 0 0 50px;
    border-bottom: 1px solid #E3E3E3;
  }
  .detail .slide {
    display: none;
    width: 100%;
  }
  .detail .slide li {
    list-style: none;
  }
  .detail .slide li img {
    width: 100%;
  }
  .detail .slide.slick-initialized {
    display: block;
  }
  .detail .slick-slide img {
    width: 100%;
  }
  .detail .slick-dots {
    position: static;
    display: block;
    margin: 15px 0 18px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 0 0 40px;
    border-bottom: 1px solid #E3E3E3;
    display: none !important;
  }
  .detail .slick-dots li {
    width: 52px;
    height: auto;
    list-style: none;
    display: inline-block;
    max-width: 112px;
    max-hegiht: 56px;
    margin: 0 12px 12px 0;
  }
  .detail .slick-dots li:nth-child(8n) {
    margin: 0 0 12px;
  }
  .detail .slick-dots li img {
    opacity: 0.5;
    width: 100%;
    height: auto;
  }
  .detail .slick-dots li.slick-active img {
    opacity: 1;
  }
  .detail .slick-prev {
    position: absolute;
    z-index: 99;
    top: 0px !important;
    left: -50px;
  }
  .detail .slick-next {
    position: absolute;
    z-index: 99;
    top: 0px !important;
    right: -50px;
  }
  .detail .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .detail__left {
    width: 100%;
  }
  .detail__left h2 {
    font-size: 16px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 25px;
    border-bottom: none;
  }
  .detail__left h2 span {
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    color: #707070;
  }
  .detail__left .common_blog__left {
    width: 95px;
  }
  .detail__left .common_blog__left img {
    width: 100%;
  }
  .detail__left .common_blog__right {
    width: 390px;
  }
  .detail__left .common_blog__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 10px;
  }
  .detail__left .common_blog__data span {
    font-size: 10px;
    padding: 0 5px;
    height: 16px;
    line-height: 13px;
    border: 1px solid #E3E3E3;
    display: inline-block;
    margin: 0 5px 0 5px;
    background: #fff;
  }
  .detail__right {
    width: 100%;
  }
  .detail__right .icon_area {
    font-size: 0;
    margin: 0 0 20px;
  }
  .detail__right .detail_sub_contents {
    padding: 0 5vw;
  }
  .detail__right .detail_sub_contents h2 {
    font-size: 16px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 20px;
    border-bottom: none;
  }
  .detail__right .detail_sub_contents h2 span {
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    color: #707070;
  }
  .detail__right__center {
    margin: 0 0 80px;
  }
  .detail__right__center__link {
    font-size: 12px;
    text-decoration: underline;
    margin: 20px 0 0px;
    display: block;
  }
  .detail__right .color_item > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 0px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
  }
  .detail__right .color_item > li:first-child {
    border-top: 1px solid #E3E3E3;
  }
  .detail__right .color_item .thumb {
    width: 18.30986%;
  }
  .detail__right .color_item .thumb img {
    width: 100%;
  }
  .detail__right .color_item .thumb__name {
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
  }
  .detail__right .color_item .size {
    width: 78.87324%;
  }
  .detail__right .color_item .size li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 90px;
    margin: 0 0 10px;
    position: relative;
  }
  .detail__right .color_item .size__data {
    width: 21.42857%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail__right .color_item .size__name {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .detail__right .color_item .size__no {
    font-size: 11px;
  }
  .detail__right .color_item .size__cart {
    width: 62.5%;
  }
  .detail__right .color_item .size .m-btn {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #707070;
  }
  .detail__right .color_item .size .m-btn.m-btn--primary {
    color: #fff;
    background: url(../images/common/cart_w.svg) no-repeat 19% #333333;
  }
  .detail__right .color_item .size .m-btn.m-btn--primary--no {
    color: #fff;
    background: url(../images/common/cart_w.svg) no-repeat 19% rgba(53, 54, 53, 0.65);
  }
  .detail__right .color_item .size__shop {
    width: 62.5%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 21.6%;
    bottom: 0;
  }
  .detail__right .color_item .size__shop a {
    font-size: 12px;
    text-decoration: underline;
  }
  .detail__right .color_item .fav {
    width: 11.53846%;
    height: 45px;
  }
  .detail__right__top {
    padding: 0 5vw;
  }
  .detail__right__center {
    padding: 0 2.66vw;
  }
  .detail__right__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .detail__right__bottom ul li {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
  }
  .detail__right__bottom ul li.active {
    border-bottom: 1px solid #707070;
  }
  .detail__right__bottom ul li a {
    font-size: 12px;
    width: 100%;
    height: 100%;
    /*						position: absolute;
							left:0;
							top:0;
							display: flex;
							align-items:center;*/
  }
  .detail__right__bottom .item_detail {
    border-bottom: 1px solid #E3E3E3;
    padding: 0 5vw 30px;
    margin: 0 0 30px;
  }
  .detail__right__bottom .item_detail p {
    font-size: 12px;
    margin: 0 0 20px;
    line-height: 1.8;
  }
  .detail__right__bottom .item_detail a {
    font-size: 11px;
    text-decoration: underline;
  }
  .detail__sec1__text1 {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .detail__sec1__text2 {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #707070;
    margin: 0 0 20px;
  }
  .detail__sec2 {
    position: relative;
  }
  .detail__sec2__text1 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
  }
  .detail__sec2__text2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
  }
  .detail__sec2__text2 span {
    font-size: 10px;
    display: inline-block;
    margin: 0 0 0 4px;
  }
  .detail__sec2__text3 {
    font-size: 11px;
    color: #707070;
    letter-spacing: 0.02em;
    margin: 0 0 0px;
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .detail__sec3 dl {
    display: block;
    margin: 20px 0 20px;
  }
  .detail__sec3 dt {
    width: 100%;
    font-size: 12px;
    border-right: 1px solid #BFBFBF;
    margin: 0 0 5px;
  }
  .detail__sec3 dt:after {
    content: "";
  }
  .detail__sec3 dd {
    width: 100%;
    font-size: 12px;
    padding: 0 0 0 0px;
  }
  .detail__sec3 dd a {
    font-size: 12px;
    text-decoration: underline;
    display: block;
    margin: 5px 0 0 0;
  }
  .detail__sec3__innar {
    width: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
  }
  .detail__sec3__innar p {
    width: 70px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F8F8F8;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .detail__sec3__innar a {
    font-size: 12px;
    text-decoration: underline;
  }
  .detail__snap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E3E3E3;
  }
  .detail__snap li {
    width: 44vw;
    margin: 0 0 25px;
  }
  .detail__snap li p {
    color: #444444;
  }
  .detail__news li {
    margin: 0 0 20px;
  }
  .detail__news li .icon {
    font-size: 10px;
    padding: 0 5px;
    height: 16px;
    line-height: 13px;
    border: 1px solid #E3E3E3;
    display: inline-block;
    margin: 0 5px 0 5px;
    background: #fff;
  }
  .detail__sec1 {
    padding: 0 5vw;
    margin: 15px 0 0 0;
  }
  h1.fs-c-productNameHeading.fs-c-heading {
    padding: 0 5vw;
  }
  .fs-c-productPrices.fs-c-productPrices--productDetail {
    padding: 0 5vw;
  }
  .fs-c-productNumber {
    padding: 0 5vw !important;
  }
  .fs-l-pageMain.detail .fs-c-productPointDisplay {
    margin: 30px 0 20px !important;
    background: no-repeat;
    font-size: 12px;
    line-height: 1.8;
    width: 100%;
    padding: 0 5vw;
  }
  .fs-l-pageMain.detail .detail__sec3__innar {
    margin: 0 0 30px 5vw !important;
  }
  span.lank {
    display: block;
  }
  button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
  }
  .fs-c-variationAndActions {
    padding: 0 5vw;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    padding: 0 5vw !important;
  }
  .drb_area.size_detail {
    padding: 0 5vw 30px;
  }
  .fs-c-productCarouselMainImage {
    border: none;
    padding: 0;
  }
  .drb_area.review_detail {
    padding: 0 5vw;
  }
  .size_box {
    width: 90%;
    font-size: 12px;
    margin: auto;
  }
  .size_box th {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background: #eeeeee;
    border: 1px solid #cccccc;
  }
  .size_box td {
    text-align: center;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #cccccc;
  }
  #fs-page-error-container {
    padding: 0px;
    margin: 0;
  }
}

/*====================================================================
  09 modal
====================================================================*/
/* モーダルの共通部分 */
.fs-c-modal--medium,
.fs-c-modal {
  /* fs-c-inputTable */
  /* fs-c-inputTable end */
}

.fs-c-modal--medium .fs-c-modal__inner,
.fs-c-modal .fs-c-modal__inner {
  width: 695px;
  min-width: 695px;
  padding: 50px;
  line-height: 1.5;
}

.fs-c-modal--medium .fs-c-modal__title,
.fs-c-modal .fs-c-modal__title {
  font-size: 15px;
}

.fs-c-modal--medium .fs-c-modal__contents,
.fs-c-modal .fs-c-modal__contents {
  padding: 0;
  width: 100%;
  overflow: inherit;
  font-size: 12px;
}

.fs-c-modal--medium .fs-c-modal__contents .fs-c-inputInformation__field,
.fs-c-modal .fs-c-modal__contents .fs-c-inputInformation__field {
  margin: 0;
  max-width: 100%;
}

.fs-c-modal--medium .fs-c-inputTable > tbody > tr,
.fs-c-modal .fs-c-inputTable > tbody > tr {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0px 0 40px;
}

.fs-c-modal--medium .fs-c-inputTable > tbody,
.fs-c-modal .fs-c-inputTable > tbody {
  padding-bottom: 0;
}

.fs-c-modal--medium .fs-c-inputTable__label,
.fs-c-modal .fs-c-inputTable__label {
  position: relative;
}

.fs-c-modal--medium .fs-c-inputTable__headerCell,
.fs-c-modal .fs-c-inputTable__headerCell {
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-c-modal--medium .fs-c-inputTable__headerCell .fs-c-requiredMark,
.fs-c-modal .fs-c-inputTable__headerCell .fs-c-requiredMark {
  /*
				width: 10px;
				height: 10px;
				font-size: 0;
				position: absolute;
				top: 50%;
				transform: translate(100%,-50%);
				right: -5px;*/
  font-size: 0;
}

.fs-c-modal--medium .fs-c-inputTable__headerCell .fs-c-requiredMark::before,
.fs-c-modal .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  /*
				content: "※";
				display: block;
				font-size: 12px;
				text-indent: 0;
				color: #FF634E;*/
  content: "※";
  margin-top: 1px;
  font-size: 12px;
  text-indent: 0;
  color: #FF634E;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  display: block;
}

.fs-c-modal--medium .fs-c-inputTable__dataCell,
.fs-c-modal .fs-c-inputTable__dataCell {
  width: 100%;
}

.fs-c-modal--medium .fs-c-inputTable .fs-c-inputField input,
.fs-c-modal .fs-c-inputTable .fs-c-inputField input {
  width: 100%;
  border: 1px solid #BFBFBF;
}

.fs-c-modal--medium .fs-c-inputTable .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item,
.fs-c-modal .fs-c-inputTable .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item {
  margin-left: 55px;
}

.fs-c-modal--medium .fs-c-inputTable #fs_input_zipCode,
.fs-c-modal .fs-c-inputTable #fs_input_zipCode {
  width: 240px;
  min-width: 240px;
}

.fs-c-modal--medium .fs-c-inputTable .fs-c-dropdown,
.fs-c-modal .fs-c-inputTable .fs-c-dropdown {
  height: 35px;
  width: 200px;
}

.fs-c-modal--medium .fs-c-inputTable .fs-c-dropdown .fs-system-assistedItem,
.fs-c-modal .fs-c-inputTable .fs-c-dropdown .fs-system-assistedItem {
  height: 100%;
}

.fs-c-modal--medium .fs-c-inputTable .fs-c-dropdown::after,
.fs-c-modal .fs-c-inputTable .fs-c-dropdown::after {
  background: inherit;
  border-left: 0px;
}

.fs-c-modal--medium fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
.fs-c-modal fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin: 0;
}

.fs-c-modal--medium .fs-c-syncAccountInfoField,
.fs-c-modal .fs-c-syncAccountInfoField {
  margin: 0;
}

.fs-c-modal--medium .fs-c-checkbox,
.fs-c-modal .fs-c-checkbox {
  margin-right: 0;
}

.fs-c-modal--medium .fs-c-checkbox__checkMark,
.fs-c-modal .fs-c-checkbox__checkMark {
  border: 1px solid;
  border-radius: 0;
  height: 20px;
  width: 20px;
  padding: 0;
}

.fs-c-modal--medium .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark,
.fs-c-modal .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #707070;
  border-color: #707070;
}

.fs-c-modal--medium .fs-c-checkbox__checkMark::before,
.fs-c-modal .fs-c-checkbox__checkMark::before {
  font-weight: bold;
  top: 3px;
  left: 1px;
  font-size: 16px;
}

.fs-c-modal--medium .fs-c-buttonContainer,
.fs-c-modal .fs-c-buttonContainer {
  padding: 0;
}

.fs-c-modal--medium .fs-c-buttonContainer button,
.fs-c-modal .fs-c-buttonContainer button {
  width: 210px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.fs-c-modal--medium .fs-c-buttonContainer button span,
.fs-c-modal .fs-c-buttonContainer button span {
  font-size: 12px;
}

.fs-c-modal--medium .fs-c-buttonContainer button:before,
.fs-c-modal .fs-c-buttonContainer button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-left: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--cancel,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--cancel {
  border: 1px solid #707070;
  background: inherit;
}

.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--cancel span,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--cancel span {
  color: #707070;
}

.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--settings,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--settings {
  margin-left: 30px;
  background: #333333;
}

.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--settings span,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--settings span {
  color: #FFFFFF;
}

.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addAddressee,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--addAddressee {
  background: #333333;
}

.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addAddressee span,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--addAddressee span {
  color: #FFFFFF;
}

.fs-c-modal--medium .fs-c-checkbox,
.fs-c-modal .fs-c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-modal--medium .fs-c-radio__radioMark,
.fs-c-modal .fs-c-radio__radioMark {
  width: 20px;
  height: 20px;
  border: 1px solid #BFBFBF;
}

.fs-c-modal--medium .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark,
.fs-c-modal .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #BFBFBF;
}

.fs-c-modal--medium .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before,
.fs-c-modal .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #707070;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.fs-c-modal--medium .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before,
.fs-c-modal .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #707070;
}

@media screen and (min-width: 768px) {
  .fs-c-modal--medium .fs-c-modal__inner {
    width: 695px;
    min-width: 695px;
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .fs-c-modal--medium,
  .fs-c-modal {
    padding: 35px 20px;
    /* fs-c-inputTable */
    /* fs-c-inputTable end */
  }
  .fs-c-modal--medium .fs-c-modal__inner,
  .fs-c-modal .fs-c-modal__inner {
    width: 100%;
    min-width: auto;
    padding: 30px 20px 45px;
  }
  .fs-c-modal--medium .fs-c-inputTable > tbody > tr,
  .fs-c-modal .fs-c-inputTable > tbody > tr {
    display: block;
  }
  .fs-c-modal--medium .fs-c-inputTable__headerCell,
  .fs-c-modal .fs-c-inputTable__headerCell {
    width: 100%;
    display: block;
  }
  .fs-c-modal--medium .fs-c-inputTable__dataCell,
  .fs-c-modal .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
  }
  .fs-c-modal--medium .fs-c-inputTable .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item,
  .fs-c-modal .fs-c-inputTable .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item {
    margin-left: 20px;
  }
  .fs-c-modal--medium .fs-c-inputTable #fs_input_zipCode,
  .fs-c-modal .fs-c-inputTable #fs_input_zipCode {
    width: 140px;
    min-width: 140px;
  }
  .fs-c-modal--medium .fs-c-inputTable .fs-c-dropdown,
  .fs-c-modal .fs-c-inputTable .fs-c-dropdown {
    height: 45px;
    width: 100%;
  }
  .fs-c-modal--medium .fs-c-checkbox,
  .fs-c-modal .fs-c-checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-c-modal--medium .fs-c-buttonContainer,
  .fs-c-modal .fs-c-buttonContainer {
    display: block;
  }
  .fs-c-modal--medium .fs-c-buttonContainer button,
  .fs-c-modal .fs-c-buttonContainer button {
    width: 100%;
  }
  .fs-c-modal--medium .fs-c-buttonContainer button + button,
  .fs-c-modal .fs-c-buttonContainer button + button {
    margin-top: 15px;
  }
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--cancel,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--cancel {
    margin-left: 0;
  }
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--settings,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--settings {
    margin-left: 0;
  }
}

/*-----------------------------------*/
/*--- __fs_modal_buyer お客様の情報 ---*/
/*-----------------------------------*/
#__fs_modal_buyer form {
  /* fs-c-inputTable */
}

#__fs_modal_buyer form .fs-c-buttonContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*----------------------------------------*/
/*--- __fs_modal_address お届け先モーダル ---*/
/*----------------------------------------*/
#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod {
  border: 0;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__title {
  background: inherit;
  padding: 0;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-checkout-customerInfo {
  margin: 30px 0 0 0;
  line-height: 1.5;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-checkout-customerInfo__name {
  margin-bottom: 5px;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-checkout-customerInfo__name rb {
  font-size: 14px;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-checkout-customerInfo__name tr {
  font-size: 10px;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation {
  margin: 30px 0 0 0;
}

#__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod + .fs-c-checkout-checkoutMethod {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E3E3E3;
}

#__fs_modal_address form {
  /* fs-c-inputTable */
}

#__fs_modal_address form .fs-c-buttonContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#__fs_modal_address form fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod + .fs-c-checkout-checkoutMethod {
    margin-top: 20px;
    padding-top: 20px;
  }
  #__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-checkout-customerInfo {
    margin: 20px 0 0 0;
  }
  #__fs_modal_address .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation {
    margin: 20px 0 0 0;
  }
}

/*--------------------------------------------*/
/*--- __fs_modal_addressList お届け先モーダル ---*/
/*---------------------------------------------*/
#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  padding: 20px 40px;
  border: 1px solid #BFBFBF;
  margin-bottom: 20px;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
  padding: 0;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data__name {
  margin-bottom: 15px;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data__address {
  line-height: 1.5;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer button {
  width: auto;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #BFBFBF;
  color: #333333;
  background: inherit;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer button:before {
  content: none;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer button + button {
  margin-right: 10px;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList + .fs-c-buttonContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#__fs_modal_addressList .fs-c-checkout-addresseeList + .fs-c-buttonContainer button + button {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
    display: block;
    padding: 25px 15px;
  }
  #__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data__address {
    margin-bottom: 20px;
  }
  #__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer .fs-c-button--setDestination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer button {
    margin: 0 0  0 auto;
  }
  #__fs_modal_addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer button + button {
    margin: 0 0 15px auto;
  }
  #__fs_modal_addressList .fs-c-checkout-addresseeList + .fs-c-buttonContainer button + button {
    margin-right: 0;
  }
}

/*----------------------------------*/
/*--- __fs_modal_delivery 配送方法 ---*/
/*-----------------------------------*/
#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod {
  border: 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__title {
  background: inherit;
  padding: 0;
  margin-bottom: 20px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__body .fs-c-checkout-customerInfo {
  margin: 30px 0 0 0;
  line-height: 1.5;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__body .fs-c-checkout-customerInfo__name {
  margin-bottom: 5px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__body .fs-c-checkout-customerInfo__name rb {
  font-size: 14px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__body .fs-c-checkout-customerInfo__name tr {
  font-size: 10px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__body .fs-c-inputInformation {
  margin: 30px 0 0 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod--deliveryDateTime {
  margin: 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__message {
  margin: 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__message p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__title {
  display: none;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__message {
  margin: 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting {
  background: inherit;
  padding: 20px 0 0 0;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting dt {
  width: 160px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting dd {
  width: 435px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting dd + dt {
  margin-top: 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting dd:first-child {
  background: #000;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod .fs-c-dropdown select {
  height: 35px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod .fs-c-dropdown::after {
  background: inherit;
  border-left: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "\e90f";
  padding: 0;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting__message {
  margin-top: 10px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__deliveryDetail {
  padding-top: 100px;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__deliveryDetail + dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod #fs_input_expectedArrival_note {
  min-height: 235px;
}

#__fs_modal_delivery .fs-c-buttonContainer {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__setting dd {
    width: 100%;
  }
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod .fs-c-dropdown select {
    height: 45px;
  }
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__deliveryDetail {
    padding-top: 0px;
  }
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__deliveryDetail + dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__deliveryDetail + dd .fs-c-checkout-deliveryMethod__option__setting__message {
    margin: 0 0 8px 0;
  }
  #__fs_modal_delivery .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod #fs_input_expectedArrival_note {
    min-height: 213px;
  }
}

/*------------------------------------*/
/*--- __fs_modal_wrapping ギフト包装 ---*/
/*-------------------------------------*/
#__fs_modal_wrapping .fs-c-inputInformation__message {
  margin: 0 0 25px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#__fs_modal_wrapping .fs-c-dropdown {
  width: 100%;
}

#__fs_modal_wrapping .fs-c-dropdown select {
  height: 100%;
}

#__fs_modal_wrapping .fs-c-buttonContainer {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*--------------------------------------*/
/*--- __fs_modal_communication 備考欄 ---*/
/*---------------------------------------*/
#__fs_modal_communication .fs-c-buttonContainer {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#__fs_modal_communication #fs_communication {
  font-size: 12px;
}

/*-----------------------------------*/
/*--- __fs_modal_creditCard 備考欄 ---*/
/*-----------------------------------*/
#__fs_modal_creditCard .fs-c-creditCardIcons {
  margin: 0px 0px 20px 0px;
}

#__fs_modal_creditCard .fs-c-inputTable tr {
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#__fs_modal_creditCard .fs-c-inputTable th {
  padding-top: 15px;
}

#__fs_modal_creditCard .fs-c-inputTable tr + tr {
  margin-top: 20px;
}

#__fs_modal_creditCard .fs-c-inputTable__headerCell {
  width: 130px;
}

#__fs_modal_creditCard.fs-c-modal--medium .fs-c-inputTable .fs-c-inputField input,
#__fs_modal_creditCard.fs-c-modal .fs-c-inputTable .fs-c-inputField input {
  width: 315px;
  height: 45px;
}

#__fs_modal_creditCard .fs-c-inputField__explanation {
  margin-top: 5px;
}

#__fs_modal_creditCard .fs-c-inputField__field {
  text-align: left;
}

#__fs_modal_creditCard .fs-c-inputField__field #fs_input_securityCode {
  width: 90px;
}

#__fs_modal_creditCard .fs-c-inputField .fs-c-dropdown {
  width: 90px;
  height: 45px;
  margin: 0;
}

#__fs_modal_creditCard .fs-c-inputField .fs-c-dropdown select {
  width: 100%;
}

#__fs_modal_creditCard .fs-c-inputField .fs-c-dropdown + span {
  position: relative;
  padding: 0 10px;
  margin: 0;
}

#__fs_modal_creditCard .fs-c-inputField .fs-c-dropdown + span:before {
  content: "月";
  padding-right: 5px;
}

#__fs_modal_creditCard .fs-c-inputField .fs-c-dropdown::after {
  content: none;
}

#__fs_modal_creditCard .fs-c-inputInformation__button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 40px;
}

#__fs_modal_creditCard .fs-c-inputInformation__button .fs-c-button--settings {
  background: #0091D9;
}

@media screen and (max-width: 768px) {
  #__fs_modal_creditCard .fs-c-inputTable th {
    padding-top: 0;
    margin-bottom: 5px;
  }
  #__fs_modal_creditCard .fs-c-inputTable tr + tr {
    margin-top: 40px;
  }
  #__fs_modal_creditCard .fs-c-inputTable__headerCell {
    width: 100%;
  }
  #__fs_modal_creditCard.fs-c-modal--medium .fs-c-inputTable .fs-c-inputField input,
  #__fs_modal_creditCard.fs-c-modal .fs-c-inputTable .fs-c-inputField input {
    width: 100%;
  }
}

/*----------------------------------*/
/*--- fs-c-modal--inquiry お問合せ ---*/
/*-----------------------------------*/
.fs-c-modal--inquiry button.fs-c-button--sendInquiry.fs-c-button--standard {
  background: #0091D9;
}

@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry button.fs-c-button--sendInquiry.fs-c-button--standard {
    width: 100%;
  }
}
