.txt-block {
  margin-top: 30px;
}

.txt-block .txt-block_ttl {
  display: block;
  font-size: 1.3rem;
}

.txt-block .txt-block_txt {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txt-block .txt-block_txt p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.block-privacy {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 30px;
  height: 120px;
  overflow: auto;
}

.block-privacy p, .block-privacy h3 {
  font-size: 1.2rem;
  line-height: 1.6;
}

.block-privacy p + p,
.block-privacy h3 + p {
  margin-top: 3px;
}

.block-privacy h3 {
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .block-privacy {
    padding: 18px 16px 18px;
    margin-top: 20px;
  }
}

.block-note {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .block-note {
    border: none;
    margin-top: 60px;
    padding-top: 0;
  }
}

.block-privacy-lead {
  margin-top: 40px;
  display: block;
  text-align: center;
}

.block-privacy-lead p {
  font-size: 0;
}

.block-privacy-lead span {
  font-size: 1.3rem;
  line-height: 1.6;
  display: inline-block;
}

.block-privacy-lead p + p span {
  font-size: 1.07rem;
}

@media only screen and (min-width: 1024px) {
  .block-privacy-lead {
    margin-top: 50px;
  }
}

.label-lead {
  display: block;
  width: 100%;
}

.input-note {
  margin-top: 5px;
}

.block-confirmation {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px 15px;
  margin-top: 30px;
}

.block-confirmation h2 {
  font-size: 1.33rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 10px;
}

.block-confirmation a {
  font-size: 1.22rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: .5;
  padding: 0 0.2rem 1px;
  margin-left: 0.7rem;
  border-bottom: 1px solid #676767;
  display: inline-block;
}

.block-confirmation a:hover {
  opacity: 1;
}

.block-confirmation ul {
  padding-top: 15px;
}

.block-confirmation ul li {
  font-size: 1.15rem;
  line-height: 1.6;
}

.block-confirmation ul li + li {
  padding-top: 2px;
}

@media only screen and (min-width: 1024px) {
  .block-confirmation {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .form-field_note {
    display: block;
    width: 100%;
    padding-left: 23.41269841%;
  }
}

.form-input--btn {
  font-size: 0.8rem;
  padding: 0 4px 0 0;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: auto;
}

.form-input--btn a {
  font-size: 0.8rem;
  line-height: inherit;
  margin-left: 5px;
  color: #212121;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.form-input--btn a.btn {
  padding: 8px 13px;
  border: 1px solid #676767;
  opacity: .5;
  border-radius: 5px;
}

.form-input--btn a.btn:hover {
  opacity: 1;
}

.form-input--btn a.arrow {
  opacity: .5;
}

.form-input--btn a.arrow:hover {
  opacity: .8;
}

.form-input--btn div {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.form-input--btn div.active {
  display: inline-block;
}

.form-input--btn div a {
  position: relative;
  padding-left: 15px;
}

.form-input--btn div a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .form-input--btn a.btn {
    padding: 8px 13px;
  }
}

@media only screen and (min-width: 1024px) {
  .form-input--btn a.btn {
    text-align: center;
    padding: 8px 3px;
    width: 31%;
    white-space: nowrap;
  }
  .form-input--btn div {
    width: 60%;
    position: static;
    right: inherit;
    top: inherit;
    margin-left: 15px;
  }
  .form-input--btn div a {
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
  }
}

.adjustment.form-field .initial-input p {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .adjustment.form-field .form-field__label {
    width: 28%;
  }
  .adjustment.form-field .initial-input p {
    font-size: 1.4rem;
    padding: 3px 0px 0px 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .adjustment.form-field .initial-input p {
    padding: 18px 16px 18px 5px;
  }
}

@media only screen and (min-width: 768px) {
  #newMember .block-point-cooperate__inner {
    padding: 0 0 0 23.41269841%;
    margin-bottom: 30px;
  }
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

#rower-content { background: #fff; position: relative; /*-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); -pie-box-shadow: 0px 0px 1px #ccc;*/ margin-bottom: 40px; }
.rower-ttl { /*background: url(../images/parts/dotted.gif) repeat-x left bottom;*/ font-size: 20px; margin: 0 0 20px; padding: 0 0 12px 0; }

#content .support, #content .member, #content .err-cont, #content .project { padding: 30px 30px 50px 30px; }
#content .support .rower-in, #content .order .rower-in, #content .member .rower-in #content .err-cont .rower-in { overflow: hidden; }
#content .col-1 { width: 90%; margin: auto; }
#content .col-3 { width: 27%; }
#content .col-3:first-child { border-left: none; }
#content .col-3 li { margin-top: 10px; }
#content .col-4 { width: 45%; }
#content .col-4 li { margin-top: 10px; }

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.btn-01, .btn-02, .btn-03, .btn-submit { -webkit-appearance: none; color: #fff; text-decoration: none !important; text-align: center; cursor: pointer; display: inline-block; /display: inline; /zoom: 1; padding: 14px 20px; /*border-radius: 18px;*/ width: 220px; zoom: 1; position: relative; }
.btn-01, .btn-submit {
background: #101010;
border: #101010 2px solid;
/*background: #5F5F5F;*/ }
.btn-01:hover, .btn-submit:hover {
/*
background: #101010;
opacity: 0.8;
color: #fff;
border: #101010 2px solid;*/
background: #101010; color: #fff;}
.btn-02, .btn-03 {
background: #101010;
border: #101010 2px solid;
}
.btn-02:hover, .btn-03:hover {
background: #101010;
opacity: 0.8;
color: #fff;
border: #101010 2px solid;
}
.btn-03 { padding: 5px; width: 80px; }
.btn-submit { font: inherit; font-size: 12px; border: none; margin: auto; width: 220px; height: 53px; }


.btn-area { text-align: center; }
.btn-area li { line-height: 2; display: inline-block; /display: inline; /zoom: 1; vertical-align: top; margin: 0 10px 20px; }


@media only screen and (max-width: 480px) {
	#content .col-1 { width: 100%; }
	#content .support, #content .member, #content .order, #content .err-cont { padding: 8% 3%; }
}

.ttl {
  padding: 8px 10px;
  background-color: #fff;
  border-bottom: #e6e6e6 1px solid;
  color: #231815;
  font-size: 14px;
}

@media screen and (min-width:1025px) {
	#member .inner {
		position: relative;
		width: 1240px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.block-cart {
	padding-bottom: 50px;
}

.paidy {
    border-top: 1px solid #ddd;
    margin: 40px 3%;
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
}

.paidy p {
    margin-bottom: 45px;
}



#breadcrumb li {
	position: relative;
	float: left;
}
#breadcrumb li + li {
	padding-left: 25px;
}
#breadcrumb li + li:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 1px solid;
	border-right: 1px solid;
	content: "";
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#breadcrumb a {
	text-decoration: underline;
}
@media (min-width: 769px) {
	#breadcrumb {
		padding: 7px 0;
		margin-bottom: 16px;
		line-height: 2rem;
	}
	#breadcrumb li + li:before {
		left: 6px;
		width: 8px;
		height: 8px;
	}
}
@media (max-width: 768px) {
	#breadcrumb {
		padding: 12px 20px;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	#breadcrumb li + li:before {
		left: 8px;
		width: 6px;
		height: 6px;
	}
}

@media (min-width: 769px) {
	#content .inner {
		position: relative;
		width: 1240px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}


#content #rower-content {
  padding-top: 12px;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rower-ttl { /*background: url(../images/parts/dotted.gif) repeat-x left bottom;*/ font-size: 20px; margin: 0 0 20px; padding: 0 0 12px 0; }

/* -------------------------------------
 * ttl
------------------------------------- */
/* ttl */
.ttl {
  padding: 8px 10px;
  background-color: #fff;
  border-bottom: #e6e6e6 1px solid;
  color: #231815;
  font-size: 14px;
}

/* rower-ttl */
.rower-ttl {
  background: none;
  border-bottom: #f1f1f1 1px solid;
  font-size: 20px;
  font-weight: normal;
}


/* rower-ttl-Complete */
.rower-ttl-Complete {
    background: none;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 50px;
}
.search-postcode .ttl-postcode, .search-postcode .input-postdata { border-top-width: 1px; padding: 10px 56px 10px 10px; clear: both; }
.search-postcode .ttl-postcode { font-weight: bold; border-style: solid; border-color: #ddd; background: #eee; }
.search-postcode .input-postdata { position: relative; border-style: dotted; border-color: #ccc; }
.search-postcode .input-postdata label { margin-left: 5px; }
.search-postcode .input-postdata .btn { -webkit-appearance: none; border: none; border-radius: 2px; background: #575757; color: #fff; position: absolute; top: 12px; right: 0; margin: -2px 10px 0 0; padding: 3px 8px; cursor: pointer; }

/* -------------------------------------
 * zip search
------------------------------------- */
.search-postcode .ttl-postcode,
.search-postcode .input-postdata {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left:0;
  border-right:0;
}

.search-postcode .ttl-postcode {
  margin-top: 30px;
  background-color: #fff;
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
  font-size: 18px;
}

.search-postcode .input-postdata {
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
  border-left:0;
  border-right:0;


}

.search-postcode .input-postdata .key {
	border: #ddd 1px solid;
	margin: 2px 0;
	vertical-align: middle;
}

.search-postcode .input-postdata .radio {
	-webkit-appearance: radio;
	margin: 0 3px;
}

.search-postcode .input-postdata .submit {
  margin-top: 0;
  margin-left: 4px;
  vertical-align: middle;
  width: 50px;
  height: 32px;
  padding: 2px 5px;
  background-color: #101010;
  border: #101010 1px solid;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
}

.search-postcode .input-postdata .btn {
  margin-top: 0;
  padding: 2px 5px;
  background-color: #e4e4e4;
  border: #ddd 1px solid;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 10px;
}

input[type="text"], textarea {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.novelty-item { border-top: 1px solid #ddd; padding: 20px 0; }
.novelty-item:first-child { border-top: none; }
.novelty-item input, .novelty-item .image, .novelty-item .item-info { display: inline-block; /display: inline; /zoom: 1; vertical-align: top; }
.novelty-item .image img { width: 68px; max-width: none; }
.novelty-item label { display: block; }
.novelty-item input { float: left; margin: 35px 10px 0; }
.novelty-item .item-info { width: 250px; margin-left: 10px; }
.novelty-item.last { height: 20px; }
.novelty-item.last input { margin-top: 0; }
.novelty-item.active { background: #a9a9a9; }
.novelty-item .radio_nomal { float: left; margin: 5px 15px 10px 15px; }
.gift-msg input { display: inline-block; /display: inline; /zoom: 1; vertical-align: top; }
.gift-msg .radio_nomal {-webkit-appearance: radio; float: left; margin: 5px 15px 10px 15px; }
.gift-msg .input-data {width: 80%;}

.notes {
font-size: 11px;
margin-top: 10px;
line-height: 1.4;
}


/* loading */
.loading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.myPageLoading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.pager { text-align: right; /* float: right; */ width: 390px; }
.pager ul { float: right; }
.pager li { font-size: 12px;  float: left; margin-left: 12px; }
.pager li.current a { text-decoration: none; font-weight: bold; }
.pager li.disable a { color: #d6d6d6; }
.pager li.prev { text-align: left; }
.pager li.right { text-align: right; }

@media only screen and (max-width: 768px) {
	.paging-container .pager { background: #f2f2f2; text-align: center; margin: 10px auto; padding: 1.5% 0; }
	.paging-container .pager li { float: none; display: inline-block; /display: inline; /zoom: 1; margin-left: 28px; }
	.paging-container .pager li:first-child { margin-left: 0; }
}

@media only screen and (max-width: 480px) {
	.pager { width: 100%; float: none; text-align: center; }
	.pager ul { float: none; }
	.pager li { margin-left: 5%; }
	.paging-container .pager li { margin-left: 18px; }
	.support .paging-container .pager li { margin-left: 3px; }
}

.w100p { width: 100% !important; }

/*会員登録完了画面-ずれを修正*/
#wrapper.wideContainer #content {
  width: 100% !important;
}

/*ログイン画面修正*/
.topicpath {
    display: none;
}

@media screen and (min-width: 1024px){
  .topicpath {
    display: block;
    font-size: 11px;
    padding: 12px 20px 40px;
    max-width: 1160px;
    margin: 0 auto;
  }
}

/*パスワードリマインダー完了画面修正*/
.col-1.mt40 h3 {
    font-size: 1.6rem;
    line-height: 1.6;
}

.caution.mt20 {
    background-color: transparent;
    border: none;
    padding: 0;
}

a input.btn-002 {
    font-size: 1.1rem;
}

/*マイページ*/
.block-mypage-cooperate {
    flex-direction: column !important;
}

.block-rank-cooperate__barcode{
	max-width: 100% !important;
}

.block-rank-cooperate__barcode figure {
	margin: 0 auto !important;
}

.barcode-gide {
    margin-bottom: 20px;
}

.barcode-gide p {
	font-size: 1.2rem;
	text-align: center !important;
	width: 100%;
}

@media only screen and (min-width: 769px){
.barcode-gide p {
	font-size: 1.2rem !important;
	text-align: center !important;
    /*line-height: 1.92;*/
}
}

.point-box.mt30 {
	font-size: 1.4rem !important;
	width: 200px !important;
	text-align: center !important;
	margin: 0 auto 20px !important;
}

/*お客様情報変更画面*/
@media only screen and (min-width: 1024px){
    .membership_notes {
        margin-left: 23.41269841%;
        margin-top: 7px;
    }
}

#EnfantCk {
	margin-top: 30px;
	display: flex;
}

h3#Enfantlabel {
    margin-top: 10px;
    margin-right: 30px;
}

section.membership-section {
    margin: 20px 0 30px;
    width: 100%;
}

.membership-section span.form-input__label {
    font-size: 0.9rem !important;
}

.form-field__error_memship_choice{
    font-size: 0.75rem;
}

/*ポイント履歴*/
@media screen and (max-width: 961px) {
  .point-container td.p-separate  {
    border-top: #e6e6e6 2px solid !important;
  }
  
  .point-container tr {
    margin-top: 30px;
    border-bottom: #e6e6e6 2px solid !important;
  }
}

/*#0812*/
#mypage .section__header_mypage,
#mypage .myPageSection {
  max-width: 100%;
}

@media screen and (min-width: 961px) {
  #mypage .section__header_mypage {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }

  #mypage .myPageSection {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }

  #mypage .itemlist .viewed_items {
    padding-left: 7.143vw;
    padding-right: 7.143vw;
  }

  #mypage .itemlist .viewed_items.p-section--reccomend {
    padding-top: 80px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1400px) {

  #mypage .section__header_mypage,
  #mypage .itemlist .viewed_items {
    padding-right: 3.571vw;
    padding-left: 3.571vw;
  }
}

#mypage .section__title_mypage {
  font-size: 2rem;
  margin-bottom: 32px;
  padding-bottom: 0;
}

@media screen and (min-width: 961px) {
  #mypage .section__title_mypage {
    font-size: 2.4rem;
  }
}

#mypage .item__info,
#mypage .mod_card_col5_list_name {
  margin-top: 10px;
}

#mypage .item__info-name,
#mypage .mod_card_col5_list_name {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.41;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, Meiryo, sans-serif;
  color: #101010;
  font-weight: normal;
}

@media screen and (min-width: 961px) {

  #mypage .item__info-name,
  #mypage .mod_card_col5_list_name {
    font-size: 1.2rem;
    line-height: 1.41;
  }
}

#mypage .item__info-price,
#mypage .price,
#mypage .sale-price,
#mypage .mod_card_col5_list_price {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.41;
  color: #101010;
  opacity: 1;
}

@media screen and (min-width: 961px) {

  #mypage .item__info-price,
  #mypage .price,
  #mypage .sale-price,
  #mypage .mod_card_col5_list_price {
    font-size: 1.2rem;
    line-height: 1.41;
  }
}

#mypage .mod_card_col5_list_price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mypage .itemlist .viewed_items h2 {
  color: #101010;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 32px;
  padding: 0 5px;
  display: block;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, Meiryo, sans-serif;
}

#mypage .itemlist .wish_item h2 span {
  padding-bottom: 0;
}

@media screen and (min-width: 961px) {
  #mypage .itemlist .viewed_items h2 {
    margin-bottom: 27px;
    padding: 0;
  }
}

#mypage .itemlist .viewed_items h2 span {
  padding-bottom: 0px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  #mypage .itemlist .viewed_items h2 span {
    padding-bottom: 6px;
    font-size: 32px;
    line-height: 1.345;
  }
}

#mypage .section__content {
  margin-top: 0;
}

#mypage .itemlist .viewed_items .slick-list {
  width: 88%;
  padding-left: 5px;
}

@media screen and (min-width: 961px) {
  #mypage .itemlist .viewed_items .slick-list {
    width: 100%;
    padding-left: 0px;
  }
}

#mypage .itemlist .viewed_items .slick-slide {
  padding: 0 5px;
}

@media screen and (min-width: 961px) {

  #mypage .block-items__item,
  #mypage .itemlist .viewed_items .slick-slide {
    padding: 0 10px;
  }
}

#mypage .more a {
  display: block;
  font-size: 14px;
  padding: 16px 12px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-align: center;
  font-family: Courier, sans-serif;
}

#mypage .itemlist+.itemlist {
  margin-top: 50px;
}

@media screen and (min-width: 961px) {
  #mypage .itemlist+.itemlist {
    margin-top: 100px;
  }
}

@media screen and (min-width: 961px) {
  #mypage .itemlist .carousel_item .slick-next {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2219.392%22%20viewBox%3D%220%200%2050%2019.392%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M122.3%2C334.412a2.087%2C2.087%2C0%2C0%2C1-.7%2C2.231c-.651.372-1.1-.242-1.859.185a83.829%2C83.829%2C0%2C0%2C0-9.713%2C7.157c-.5.444-.331%2C1.341-1.347%2C1.254-1.069-.093-2.019-1.834-1.255-2.7.8-.911%2C6.691-5.529%2C7.527-6.274-1.507.049-20.906-.984-22.346-.938s-14.806-.6-18.2.831c-.695.291-1.838-.692-1.989-1.275a2.261%2C2.261%2C0%2C0%2C1%2C.671-2.158c.528-.506%2C1.234-.015%2C1.667-.059%2C2.733-.293%2C15.669-.3%2C17.063-.206.927.06%2C22.605%2C1.091%2C23.835.83a19.3%2C19.3%2C0%2C0%2C0-3.439-1.951c-.837-.28-3.578-1.488-4.275-2.323s-.043-3.068%2C1.115-3.161c1.322-.107%2C1.653.944%2C2.138%2C1.208.511.28%2C4.694%2C2.7%2C5.251%2C3.114s3.366%2C2.169%2C4.415%2C2.695C121.7%2C333.3%2C122.118%2C333.53%2C122.3%2C334.412Z%22%20transform%3D%22translate(-72.366%20-325.854)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
    top: 0;
    right: 0;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    width: 50px;
    height: 18px;
    right: calc(7.143vw + 13px);
    background-size: contain;
    background-position: center center;
  }

  #mypage .itemlist .carousel_item .slick-prev {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2219.392%22%20viewBox%3D%220%200%2050%2019.392%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M72.428%2C334.412a2.087%2C2.087%2C0%2C0%2C0%2C.7%2C2.231c.651.372%2C1.1-.242%2C1.859.185a83.829%2C83.829%2C0%2C0%2C1%2C9.713%2C7.157c.5.444.331%2C1.341%2C1.347%2C1.254%2C1.069-.093%2C2.019-1.834%2C1.255-2.7-.8-.911-6.691-5.529-7.527-6.274%2C1.507.049%2C20.906-.984%2C22.346-.938s14.806-.6%2C18.2.831c.695.291%2C1.838-.692%2C1.989-1.275a2.261%2C2.261%2C0%2C0%2C0-.671-2.158c-.528-.506-1.234-.015-1.667-.059-2.733-.293-15.669-.3-17.063-.206-.927.06-22.605%2C1.091-23.835.83a19.3%2C19.3%2C0%2C0%2C1%2C3.439-1.951c.837-.28%2C3.578-1.488%2C4.275-2.323s.043-3.068-1.115-3.161c-1.322-.107-1.653.944-2.138%2C1.208-.511.28-4.694%2C2.7-5.251%2C3.114s-3.366%2C2.169-4.415%2C2.695C73.032%2C333.3%2C72.614%2C333.53%2C72.428%2C334.412Z%22%20transform%3D%22translate(-72.366%20-325.854)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    width: 50px;
    height: 18px;
    left: 7.143vw;
    background-size: contain;
    background-position: center center;
  }

  #mypage .itemlist .carousel_item .slick-arrow[aria-disabled="true"] {
    opacity: .35;
  }
}

#mypage .itemlist .carousel_item .carousel_item_list .slick-list {
  width: 100%;
  padding-left: 0px;
}

#mypage .itemlist .carousel_item .carousel_item_list .slick-track {
  padding-left: 20px;
  min-width: 100%;
}

#mypage .itemlist .carousel_item .carousel_item_list .box {
  padding: 0;
  margin-right: 8px;
}

#mypage .removeBtn {
  bottom: calc(100% - 10px);
	transform: translateY(100%);
  right: 10px;
}

#mypage .p-section--reccomend .p-product-list.p-product-list--carousel .p-product-list__container .p-product-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  width: 52%;
}

@media screen and (min-width: 961px) {
  #mypage .itemlist .carousel_item .inner {
    max-width: 100%;
  }

  #mypage .itemlist .carousel_item .carousel_item_list .slick-list {
    width: 100%;

    padding-top: 17px;
    padding-left: 7.143vw;
  }

  #mypage .removeBtn {
		bottom: calc(100% - 10px);
		transform: translateY(100%);
		right: 10px;
  }

  #mypage .itemlist .carousel_item .carousel_item_list .box {
    padding: 0;
  }

  #mypage .itemlist .viewed_items .inner {
    max-width: 100%;
  }

  #mypage .itemlist .viewed_items {
    margin-top: 25px;
  }

  #mypage .itemlist .carousel_item .carousel_item_list .slick-track {
    padding-left: 0;
  }

  #mypage .p-section--reccomend .p-product-list.p-product-list--carousel .p-product-list__container .p-product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.969vw;
            flex: 0 0 20.969vw;
    width: 20.969vw;
  }

  #mypage .p-product-list__container {
    width: 100%;
    margin-left: 0;
  }
}

#mypage .p-product-label,
#mypage .p-product-label .icons {
  min-height: 0;
}

@media screen and (min-width: 961px) and (max-width: 1400px) {
  #mypage .itemlist .carousel_item .slick-prev {
    left: 3.571vw;
  }

  #mypage .itemlist .carousel_item .slick-next {
    right: 3.571vw;
  }

  #mypage .itemlist .carousel_item .carousel_item_list .slick-list {
    padding-left: 3.571vw;
  }
}