@charset "UTF-8";
/*==========================No difference ↓==========================*/
/*共通*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
	background-color: #fff;
	color: #555;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	letter-spacing: .03em;
}

legend{
	font-size: 18px;
	/*border-bottom: 1px solid #dcdcdc;*/
	padding: 30px 0 10px 0;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

.container.page-content-wrap {
	max-width: 100%;
}

#Wrap {
	width: 100%;
}
#Contents{
	width: 100%;
}

#Contents table{
	max-width: 100%;
	width: 100%;
	border: solid 1px #e2e2e2;
	line-height: 1.5;
}

#Contents table th{
	border: solid 1px #e2e2e2;
	vertical-align: middle;
	font-weight: normal;
	background-color: #eee;
	padding: 1%;
}
#Contents table td{
	border: solid 1px #e2e2e2;
	vertical-align: middle;
	font-weight: normal;
	padding: 1%;
}
#Contents .amazonpay-button-inner-image {
	margin-top: 10px;
}

#Contents .order_group {
	line-height: 1.5;
}
#Contents .order_group > dt {
	padding: 10px;
	background-color: #eee;
	border: solid 1px #e2e2e2;
}
#Contents .order_group > dd {
	padding: 10px 10px 20px;
	border: solid 1px #e2e2e2;
}
.order_checkbox_agree input[type="checkbox"],
.table-responsive input[type="checkbox"] {
	width: 13px;
	background-color: initial;
	cursor: default;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: initial;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
.order_checkbox_agree a {
	text-decoration: underline;
}
.fred {
	color: #e60012;
}

/* ログイン画面 */
.OrderPage .alert {
	margin-top: 20px;
	color: #ff0000;
}

/* カート画面 */
.cart-unit-footer .panel-body {
	margin-bottom: 20px;
}
.cart-unit-footer input {
	width: 100%;
	height: 30px;
	margin: 5px 0;
}
.cart-unit-footer .more_btn {
	display: block;
	width: 100%;
	margin: 10px 0 20px;
	padding: 15px 10px;
	padding-right: 15px;
	background-color: #555;
	background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center right 6px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.cart-table .product-image img {
	object-fit: contain;
}

/*注文情報入力画面*/
.OrderPage {
	float: none;
	width: 100%;
}

.submain div.column{
	margin-bottom: 40px;
	line-height: 1.7 !important;
}

.OrderPage .form-inline span{
	font-size: 16px;
	margin-right: 10px;
}

.OrderPage .formError {
	display: contents!important;
}

.OrderPage .formErrorContent{
	color: red;
  font-weight: normal;
  margin: 1em 0 0 1em!important;
  font-size: 10px;
  line-height: 1.3em;
}

.OrderPage th{
	width: 320px;
}

.OrderPage td{
	background: #fff;
	margin-left: 180px;
	padding: 15px 30px;
	border-left: 1px solid #dcdcdc;
}

.OrderPage input{
	width: 100%;
	border: 2px solid #555;
	padding: 10px;
	box-sizing: border-box;
}

.OrderPage select {
	height: 50px !important;
	font-size: 16px;
	border: 2px solid #555 !important;
}
.OrderPage select {
	width: 100%;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	position: relative;
	height: 40px;
	background-image: none;
	color: #555;
}

.table-bordered th{
	width: 320px;
}

/*ボタン周り*/
.button_wrap{
	max-width: 320px;
	width: 100%;
	text-align: center;
	padding: 30px;
	margin:  0 auto;
}

.btn-primary{
	width: 100%;
	font-size: 18px;
	padding: 0;
	background-color: #555 !important;
	color: #fff !important;
	border: none;
	height: 70px;
	border-radius: 3px;
	font-size: 18px;
	padding: 0;
	letter-spacing: .1em;
	text-indent: .1em;
	font-weight: normal;
	margin-bottom: 30px;
}

.btn-primary::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 10px;
}

.btn-prev::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #555;
	border-bottom: 2px solid #555;
	border-radius: 1px;
	transform: rotate(45deg);
	vertical-align: 1px;
	margin-right: 5px;
}

/* ボタン */
.back_btn._center {
	text-align: center;
}
.back_btn a {
	display: inline-block;
	position: relative;
	overflow: visible;
	text-decoration: none !important;
}
.back_btn a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	transform: rotate(45deg);
	vertical-align: 1px;
	margin-right: 5px;
}
.btn_radius {
	display: block;
	width: 230px;
	margin: 0 auto;
	padding: 18px 10px;
	background: #2e2e2e;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
}
input.btn_radius,
button.btn_radius {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	height: 50px;
	padding: 10px;
}
input.btn_radius::-webkit-search-decoration,
button.btn_radius::-webkit-search-decoration {
	display: none;
}
input.btn_radius:focus,
button.btn_radius:focus {
	outline-offset: -2px;
	outline: none;
}
.btn_radius span {
	display: inline-block;
	position: relative;
	/*padding-right: 5.333vw;*/
	padding-right: 20px;
  padding-left: 20px;
	color: #fff;
}
.btn_radius span::after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 1.6vw;
	max-width: 5px;
	height: 2.667vw;
	margin-top: 1px;
	background: url(../../../contents/imagespkg/common/icon_chevron.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.white_btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 25px;
	padding-left: 10px;
	background: #fff;
	border: solid 1px #aaa8a9;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}
.white_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform : translateY(-50%) rotate(45deg);
	transform : translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
}
.receipt-button {
	margin: -30px auto 40px!important;
	width: 100%;
}
.receipt-button .receipt-issue {
	width: 100%;
	border: none;
	padding: 10px; 
	color: #fff;
	font-size: 15px;
	background-color: #8f8f8f;
	font-weight: 700; 
	letter-spacing: 0.1em;
}
.receipt-button p {
	width: 100%;
  padding-top: 10px;
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 11px;
  line-height: 1.3em;
  color: #8f8f8f;
}
.receipt-button p span {
	text-decoration: underline;
}

/* orders-detail-view */
.orders-number {
	display: none;
}
#orders-detail-view .back_btn._center {
	padding-top: 40px;
}

/* margin */
.mb_sm {
	margin-bottom: 20px !important;
}
.mb_md {
	margin-bottom: 40px !important;
}
.mb_lg {
	margin-bottom: 60px !important;
}
.mb_xl {
	margin-bottom: 80px !important;
}

/* 新規デザイン */
.base_cont {
	background: #fcfafb;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #222;
}
.base_cont._top {
	font-size: 3.2vw;
}

.base_cont * {
	box-sizing: border-box;
}

.base_page {
	padding-top: 40px;
}
.base_inner {
	width: 87.2%;
	margin: 0 auto;
}
/* 見出し */
.base_cont .headline2 {
	margin-bottom: 30px;
	text-align: center;
}
.base_cont .headline3 {
	margin-bottom: 12px;
	text-align: center;
}
.base_cont .headline2 span,
.base_cont .headline3 span {
	display: block;
}
.base_cont .headline2 .en {
	margin-bottom: 7px;
	font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 30px;
}
.base_cont .headline2 .ja {
	font-size: 13px;
	font-weight: 700;
}
.base_cont .headline3 .en {
	margin-bottom: 14px;
	font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 26px;
}
.base_cont .headline3 .ja {
	font-size: 13px;
	font-weight: 700;
}
.base_cont .band_headline3 {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 10px;
	background: #dedede;
	font-size: 16px;
	font-weight: 700;
}

.base_cont .txt_box {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.alert {
	background-color: #ccc;
	padding: 10px 12px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.alert p {
	margin-bottom: 0 !important;
}
.alert-success {
	background-color: #B5EFB6;
	color: #224422;
}
.alert-danger {
	background-color: #Ef8586;
	color: #b42222;
}
.base_cont .alert .text {
	margin-bottom: 30px;
	line-height: 1.5;
}
.formError {
	display: none !important;
}
.formError_cont {
	position: relative;
	display: inline-block;
	width: 100%;
}
.formError_cont .formError {
	display: block !important;
	position: absolute !important;
	top: auto !important;
  bottom: -3px;
	left: 0 !important;
	width: 100%;
	margin: 0 !important;
	padding: 2px 0 0 !important;
	font-size: 10px;
	color: #ff0000;
}
.formErrorContent {
	position: absolute!important;
	margin: 25px 0 0!important;
}
.contents_section .formErrorContent {
	line-height: 1.2 !important;
	margin: 0!important;
	top: 33%;
	left: 4%;
}
.form_alert_message {
	display: none;
	margin-top: 5px;
	color: #ff0000;
}

/* フォーム */
.base_cont .form-horizontal input[type="text"],
.base_cont .form-horizontal input[type="email"],
.base_cont .form-horizontal input[type="tel"],
.base_cont .form-horizontal select,
.base_cont .form-horizontal textarea,
.base_cont .form-horizontal .input {
	outline: none;
	width: 100%;
	padding: 5px 8px;
	border: solid 1px #dedede;
	background: #fff;
	font-size: 15px;
	font-weight: 500;
}
.base_cont .form-horizontal input[type="text"],
.base_cont .form-horizontal input[type="email"],
.base_cont .form-horizontal input[type="tel"],
.base_cont .form-horizontal select,
.base_cont .form-horizontal textarea,
.base_cont .form-horizontal .input {
	width: 100%;
}
.base_cont .form-horizontal input[type="text"],
.base_cont .form-horizontal input[type="email"],
.base_cont .form-horizontal input[type="tel"],
.base_cont .form-horizontal select,
.base_cont .form-horizontal .input {
	height: 40px;
}
.base_cont .form-horizontal input[type="text"]:focus,
.base_cont .form-horizontal input[type="number"]:focus,
.base_cont .form-horizontal input[type="email"]:focus,
.base_cont .form-horizontal input[type="tel"]:focus,
.base_cont .form-horizontal textarea:focus,
.base_cont .form-horizontal .input:focus {
	box-shadow: none;
}
.base_cont .form-horizontal textarea {
	resize: none;
	min-height: 200px;
}

.disabled-input-shop {
	pointer-events: none;
	background-color: #ccc !important;
	opacity: 0.7;
	border: 2px solid #c8c8c8;
	border-radius: 2px;
}

.selectWrap {
	width: 100%;
	position: relative;
	display: inline-block;
}

.selectWrap select {
	width: 100%;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	position: relative;
	height: 40px;
	background-image: none;
	color: #555;
}

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

.selectWrap::before {
	content: '';
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

.selectWrap::after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	transform: rotate(135deg);
	top: 50%;
	right: 15px;
	margin-top: -6px;
	pointer-events: none;
}

.selectWrap select {
	height: 50px !important;
	font-size: 16px;
}
.radioWrap label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 13px;
	height: 13px;
	margin-top: -6px;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 50%;
}

.radioWrap input[type=radio] { display: none; }
.radioWrap input:checked+label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: 7px;
	height: 7px;
	margin-top: -2px;
	background-color: #555;
	border-radius: 50%;
}

.checkboxWrap {
	position: relative;
	padding-left: 25px;
}
.checkboxWrap .checkbox_parts {
	display: inline-block;
}
.checkboxWrap input[type=checkbox] {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.checkboxWrap label { margin-left: 0;}
.checkboxWrap label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background-color: #fff;
	border: 2px solid #555;
	border-radius: 3px;
}
.checkboxWrap input[type="checkbox"]:checked+ .checkbox_parts::after,
.checkboxWrap input:checked+label::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background-color: #555;
	border-radius: 3px;
}
.checkboxWrap .disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.checkboxWrap .disabled::before {
	background-color: #ccc;
}

.base_cont .form-horizontal .form-group {
	margin-bottom: 40px;
}
.base_cont .form-horizontal .control-label {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 700;
}
.attention {
	color: #ff0000 !important;
}
.base_cont .form-horizontal .row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.base_cont .form-horizontal .btn_radius {
	margin-bottom: 20px;
}
.base_cont .form-horizontal .col-xs-3 {
	width: 28% !important;
}
.base_cont .form-horizontal .col-xs-6 {
	width: 48% !important;
}
.base_cont .form-horizontal .col-xs-12 {
	width: 100% !important;
}

/* 表 */
.base_cont .table-responsive {
	width: 100%;
	margin-bottom: 15px;
	border-top: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-left: solid 1px #dedede;
	overflow: scroll;
}
.base_cont .table-responsive table {
	width: 100%;
}
.base_cont .table-responsive table th {
	padding: 15px 5px;
	background: #fcfafb;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
.base_cont .table-responsive table thead th {
	padding-bottom: 15px;
}
.base_cont .table-responsive table tbody {
	background: #fff;
}
.base_cont .table-responsive table tr {
	border-bottom: solid 1px #dedede;
}
.base_cont .table-responsive table td {
	min-width: 120px;
	padding: 15px 5px;
	font-size: 13px;
	text-align: center;
}
.base_cont .table-responsive table .more_btn {
	display: block;
	width: 80px;
	margin: 0 auto;
	padding: 9px 15px;
	background-color: #2e2e2e;
	background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center right 10px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}
.base_cont .table-responsive table .more_btn._delete {
	margin-top: 5px;
}

.base_cont .info_item_box .info_item {
	margin-bottom: 25px;
	font-size: 14px;
}
.base_cont .info_item_box .info_item > dt {
	margin-bottom: 10px;
	font-weight: 700;
}
.base_cont .info_item_box .info_item > dd {
	padding-left: 1em;
	min-height: 14px;
}

.base_cont .nav-tabs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
.base_cont .nav-tabs > li {
	width: 47.82%;
	margin-bottom: 15px;
}
.base_cont .nav-tabs a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px;
	border: solid 1px #aaa8a9;
	background: #fff;
	border-radius: 5px;
	color: #8f8f8f;
}
.base_cont .nav-tabs a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border-right: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
}
.base_cont .nav-tabs li.active a {
	border-color: #fa7091;
	background: #fa7091;
	color: #fff;
}
.base_cont .nav-tabs li.active a::after {
	border-color: #fff;
}


.lululun_shindan {
	max-width: 968px;
	margin: auto;
}
.lululun_shindan a {
	display: block;
}
.lululun_shindan img {
	width: 100%;
}

.last_section {
	padding-bottom: 40px;
}
.base_grid {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.side_nav_wrap {
	width: 100%;
	margin-bottom: 48px;
}
.productlist .side_nav_wrap {
	margin-bottom: 22px;
}
.side_nav_wrap .wrapSide img {
	width: 100%;
}
.side_nav_item {
	font-weight: 500;
}
.side_nav_item > dt {
	position: relative;
	padding: 24px 20px;
	border-bottom: solid 1px #b3b3b3;
	font-size: 18px;
}
.side_nav_item > dt.aco_title {
	cursor: pointer;
}
.side_nav_item > dt.aco_title::before,
.side_nav_item > dt.aco_title::after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 10px;
	height: 1px;
	background: #222;
	transition-duration: 0.3s;
}
.side_nav_item > dt.aco_title::after {
	-webkit-transform : rotate(-90deg) translateY(-50%);
	transform : rotate(-90deg) translateY(-50%);
}
.side_nav_item > dt.aco_title.active::after {
	display: none;
}
.side_nav_item > dt.aco_title.active::after {
	-webkit-transform : rotate(0) translateY(-50%);
	transform : rotate(0) translateY(-50%);
}
.side_nav_item > dd {
	padding: 20px 20px 40px;
	border-bottom: solid 1px #b3b3b3;
	font-size: 13px;
}
.side_nav_item > dd.aco_cont {
	display: none;
}
.side_nav_item > dd select {
	width: 100%;
	height: 45px;
}
.side_nav_item.last_item > dd {
	border-bottom: none;
}
/* iOSでのデフォルトスタイルをリセット */
.btn_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}
.btn_wrap button,
.btn_wrap .resetBtn,
button.favorite {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
}
.btn_wrap button,
.btn_wrap .resetBtn {
	width: 47.6%;
	height: 32px;
	margin-bottom: 15px;
	background: #2e2e2e;
	border-radius: 16px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}
.btn_wrap .resetBtn {
	background: #fff;
	border: solid 1px #b3b3b3;
	color: #2e2e2e;
}
.btn_wrap button::-webkit-search-decoration,
.btn_wrap .resetBtn::-webkit-search-decoration,
button.favorite::-webkit-search-decoration {
	display: none;
}
.btn_wrap button:focus,
.btn_wrap .resetBtn:focus,
button.favorite:focus {
	outline-offset: -2px;
	outline: none;
}

.side_nav_wrap input[type="search"] {
	outline: none;
	width: 100%;
	height: 45px;
	padding: 5px;
	padding-right: 20px;
	border: solid 1px #b3b3b3;
	background: #fff;
	background-image: url(../../../contents/imagespkg/common/icon_search_gray.png);
	background-repeat: no-repeat;
	background-position: center right 14px;
	background-size: 19px;
	font-size: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.side_nav_wrap input[type="search"]:focus {
	box-shadow: none;
}
.main_wrap {
	width: 100%;
}
.icon_chevron {
	display: inline-block;
	padding-right: 15px;
	background-image: url(../../../contents/imagespkg/common/icon_chevron_black.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: right center;
}

.purchase_history {
	padding: 20px 6.52%;
	background: #fff;
	border: solid 1px #dedede;
}
.delivery_txt {
	padding: 10px 3%;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background: #f5f5f5;
}
.purchase_history .item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 14px 0;
}
.purchase_history .item .img_box {
	width: 23.76%;
	min-width: 23.76%;
	height: 20.66vw;
	margin-right: 3.52%;
}
.purchase_history .item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.purchase_history .item .detail_box {
	font-size: 13px;
	font-weight: 500;
}
.purchase_history .item .detail_box .name {
	display: block;
	margin-bottom: 5px;
}
.purchase_history .item .detail_box .price {
	display: inline-block;
	min-width: 108px;
}
.purchase_history .item .detail_box .quantity {
	display: inline-block;
}
.total_box {
	padding: 20px 5%;
	background: #f5f5f5;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	line-height: 1.8;
}
.total_box .total {
	padding-bottom: 8px;
	border-bottom: solid 1px #222;
}
.total_box .t_total {
	padding-top: 8px;
	font-weight: 700;
}
.total_box dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.total_box dl > dt {
	min-width: 200px;
	width: 200px;
}
.total_box dl > dd {
	width: 100%;
	text-align: right;
}

/* パンくずリスト */
.breadcrumb {
	width: 100%;
	padding: 10px 0;
	background: #ffc7d3;
}
.breadcrumb_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 87.2%;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
}
.breadcrumb_list > li:not(:last-child) {
	position: relative;
	padding-right: 10px;
	margin-right: 7px;
}
.breadcrumb_list > li:not(:last-child)::after {
	display: block;
	content: " ";
	position: absolute;
	top: 2px;
	right: 0;
	width: 5px;
	height: 9px;
	background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.breadcrumb_list > li img {
	width: 13px;
}
.breadcrumb_list a {
	color: #fff;
}

/* ページネーション */
.pagination_wrap {
	width: 87.2%;
	margin: 0 auto;
}
.pagination {
	margin-top: 25px !important;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
.pagination a {
	display: inline-block;
	margin: 0 5px;
	color: #b3b3b3;
	vertical-align: middle;
}
.base_cont .pagination a {
	color: #b3b3b3;
}
.pagination > li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.pagination > li a {
	display: block;
	margin: 0;
}
.pagination .current {
	color: #222 !important;
}
.pagination .active a {
	color: #222 !important;
}
.pagination .prev,
.pagination .next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #2e2e2e;
	background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.pagination .prev {
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/* マイページ */
.mypage_section {
	padding-top: 75px;
	margin-bottom: 40px;
}
.mypage_section .name_txt {
	margin-bottom: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.mypage_section .name_txt span {
	display: block;
	margin-top: 13px;
	font-size: 16px;
}
.mypage_section .point_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
	text-align: center;
}
.mypage_section .point {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 14px 2px;
	background: #b3b3b3;
	font-weight: 700;
	color: #fff;
}
.mypage_section .point span {
	display: inline-block;
	margin-left: 7%;
	margin-right: 0.1em;
	font-size: 16px;
}
.mypage_section .point_btn {
	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: 50%;
	padding: 14px 2px;
	font-weight: 700;
}
.mypage_nav {
	border-top: solid 1px #dedede;
}
.mypage_nav > li {
	width: 100%;
	border-bottom: solid 1px #dedede;
	font-size: 14px;
	font-weight: 700;
}
.mypage_nav > li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 16px 0;
	padding-right: 10px;
	background-image: url(../../../contents/imagespkg/common/icon_chevron_black.png);
	background-size: 6px;
	background-position: center right;
	background-repeat: no-repeat;
}
.mypage_nav > li a img {
	width: 40px;
	margin-right: 11px;
}

/* LINE連携 */
.lineconnect_section {
	width: 100%;
	margin-bottom: 40px;
	padding-top: 30px;
	/*background: #fff;*/
	line-height: 1.8;
}
.lineconnect_section .outline_txt {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.lineconnect_section .line_img01 {
	display: block;
	width: 92%;
	margin: 0 auto;
}
.lineconnect_section .line_box {
	margin-bottom: 30px;
	padding-top: 10px;
	/*background: #e4edde;*/
	color: #839a74;
	line-height: 2;
}
.lineconnect_section .line_box > p {
	margin: 0 15px;
}
.lineconnect_section .line_box > ul {
	margin: 5px 15px 20px;
	padding-left: 2.5em;
}
.lineconnect_section .line_box > ul > li {
	position: relative;
	list-style: disc;
	line-height: 1.5;
}
.lineconnect_section .line_box .point_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #fcfafb;
	color: #222;
}
.lineconnect_section .line_box .point_box .point_item {
	width: 47%;
	padding: 20px 4px;
	background: #f5f5f5;
	text-align: center;
	line-height: 1.5;
}
.lineconnect_section .line_box .point_box .point_item .line_point01 {
	display: block;
	max-width: 32px;
	margin: 0 auto 8px;
}
.lineconnect_section .line_box .point_box .point_item img {
	display: block;
	margin: 0 auto 8px;
}
.lineconnect_section .line_box .point_box .point_item .line_point02 {
	max-width: 37px;
}
.line-token-set-btn {
	display: block;
	width: 100%;
	/*max-width: 300px;*/
	margin: 0 auto;
	padding: 15px 10px;
	border-radius: 3px;
	background: #00b900;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.line-token-set-btn span {
	display: inline-block;
	padding: 0 18px;
	background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 6px;
}

/* おすすめ商品 */
.recommend_section .product_list {
	margin-bottom: 80px;
}

/* 商品一覧 */
.product_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -15px;
}
.product_list > li {
	position: relative;
	width: 47.82%;
	margin-bottom: 15px;
	font-size: 0;
	border: solid 1px #dedede;
	background: #fff;
}
.recommend_section .product_list > li {
	width: 46.33%;
	margin-bottom: 40px;
	border: none;
	background: transparent;
}
.product_list > li .favorite {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 16px;
	font-size: 8px;
	white-space: nowrap;
}
.product_list > li .favorite img {
	width: 100%;
}
.product_list > li a {
	display: block;
	padding: 10px 7px 15px;
}
.recommend_section .product_list > li a {
	padding: 0;
}

.product_list .thumb {
	width: 100%;
	height: 128px;
	margin: 10px 0;
	text-align: center;
}
.recommend_section .product_list .thumb {
	height: 150px;
	margin-bottom: 25px;
	padding: 24px;
	background: #fff;
}
.product_list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_list .name {
	min-height: 32px;
	margin-bottom: 8px;
	line-height: 1.5;
	font-size: 11px;
	font-weight: 500;

	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product_list .price {
	min-height: 38px;
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
}
.product_list .price span {
	display: inline-block;
	margin-left: 0.05em;
	font-size: 13px;
}
.product_list .more_btn,
.product_list .cart_btn {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 10px;
	border-radius: 16px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}
.recommend_section .product_list > li a.cart_btn {
	padding: 10px;
}
.product_list .more_btn {
	border: solid 1px #b3b3b3;
}
.product_list .cart_btn {
	background: #2e2e2e;
	color: #fff !important;
}
.product_list .cart_btn .icon_chevron {
	background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
}

/* 商品検索 */
.refined_menu_wrap {
	position: fixed;
	top: 9px;
	left: 93vw;
	width: 21px;
	height: 21px;
	z-index: 101;
	cursor: pointer;
	transition: transform .3s;
	display: none;
}
.refined_menu_wrap.active {
	display: block;
}
.refined_menu_wrap .menu_line_top {
	top: 10px;
	transform: rotate(45deg);
	background: #fff;
}
.refined_menu_wrap .menu_line_bottom {
	bottom: 10px;
	transform: rotate(135deg);
	background: #fff;
}
.refined_btn {
	position: fixed;
	bottom: 5%;
	right: 20px;
	width: 60px;
	height: 60px;
	padding: 12px 3px 3px;
	background: #222;
	border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 96;
}
.refined_btn img {
	display: block;
	width: 23px;
	margin: 0 auto 7px;
}
/*絞り込みアイコン 非表示*/
.refined_btn {
	display: none!important;
}
.refined_search_title {
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #b3b3b3;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.side_nav_wrap .refined_search_title img {
	display: inline-block;
	width: 28px;
	margin-right: 15px;
	vertical-align: middle;
}
.productsCount {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.productsCount span {
	display: inline-block;
	font-size: 27px;
	color: #fa7091;
}
.productsSearch {
	position: fixed;
	top: 0;
	left: -100vw;
	bottom: 0;
	width: 90.4vw;
	height: 100vh;
	background: #fff;
	z-index: 100;
	transition: all .5s;
	overflow: scroll;
}
.productsSearch.open {
	left: 0;
}
.productsCategory {
	margin-bottom: -30px;
}
.productsCategory h3 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
}
.productsCategory .categoryImg {
	margin-bottom: 10px;
}

/* 商品検索 */
.refined_search_title {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	background: #b3b3b3;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.side_nav_wrap .refined_search_title img {
	display: inline-block;
	width: 28px;
	margin-right: 15px;
	vertical-align: middle;
}
.productsCount {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}
.productsCount span {
	display: inline-block;
	font-size: 34px;
	color: #fa7091;
}
.productsCategory {
	margin-bottom: 30px;
}

/* 商品詳細 */
.product_show_view {
	padding-top: 16px;
}
.product_show_view .detail_title {
	position: relative;
	padding: 0 6.4%;
}
.product_show_view img {
	max-width: 100%;
}
.product_show_view .detail_image {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
	padding: 0 6.4%;
}
.product_show_view #sub-images-view {
	width: 7.33%;
}
.product_show_view #sub-images-view img {
	width: 100%;
}
.product_show_view #sub-images-view .img-wrap {
	margin-top: 12px;
	display: none;
}
.product_show_view #sub-images-view .img-wrap:first-child {
	display: block;
}
.product_show_view #sub-images-view .img-wrap li {
	position: relative;
/*	width: 12px !important;*/
/*	height: 12px;*/
	margin-bottom: 12px;
	border-radius: 50%;
	overflow: hidden;
}
.product_show_view #sub-images-view .img-wrap li::before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ffe8ec;
	pointer-events: none;
	z-index: 1;
}
.product_show_view #sub-images-view .img-wrap li::after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	pointer-events: none;
}
.product_show_view #sub-images-view .img-wrap li:hover::after {
	background: #F76380;
	z-index: 2;
}
.product_show_view #main-img {
	width: 92.67%;
}
.product_show_view .detail_info {
	position: relative;
	width: 100%;
	padding: 0 6.4% 40px;
}
.product_show_view .detail_sub {
	width: 100%;
}
.product_show_view .page-header {
	margin-bottom: 45px;
	padding-right: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #F76380;
	line-height: 1.3;
}
.product_show_view .favorite {
	position: absolute;
	top: 0;
	right: 6.4%;
	width: 17px;
	white-space: nowrap;
}
.product_show_view .detail_info h3 {
	font-size: 13px;
	font-weight: 500;
	color: #F76380;
}
.size_select_box h3 {
	margin-bottom: 12px;
}
#sizeImageBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left: -2.24%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #F76380;
}
#sizeImageBox > div {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31.09%;
	margin-left: 2.24%;
	margin-bottom: 5px;
	padding: 9px 2.75%;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
}
#sizeImageBox > div::after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: solid 1px #e8aeba;
	pointer-events: none;
}
#sizeImageBox > div.active::after {
	border: solid 2px #F76380;
}
#sizeImageBox > div:hover::after {
	border: solid 2px #F76380;
}
#sizeImageBox img {
	display: block;
	max-width: 100%;
	width: 47%;
	margin-right: 5.88%;
}
.product_show_view .size_select_box {
	padding-bottom: 32px;
	border-bottom: solid 2px #F76380;
}
.product_show_view .size_select {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.24%;
	margin-bottom: -10px;
}
.product_show_view .size_select > li {
	position: relative;
	width: 31.09%;
	margin-left: 2.24%;
	margin-bottom: 10px;
	border-radius: 6px;
	border: solid 1px #e8aeba;
	overflow: hidden;
}
.product_show_view .size_select > li:hover::after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: solid 2px #F76380;
}
.product_show_view .size_select > li img {
	width: 100%;
}
.product_show_view .price_box {
	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-bottom: 16px;
	margin-top: 16px;
	font-weight: 500;
	color: #F76380;
}
.product_show_view .price_box > dt {
	font-size: 18px;
}
.product_show_view .price_box > dd {
	font-size: 14px;
}
.product_show_view .price_box .price {
	font-size: 20px;
}
.product_show_view .shipping-wrapper {
	margin: 20px 0;
	padding: 15px 5%;
	color: #F76380;
	line-height: 1.5;
}
.product_show_view .shipping-wrapper .shipping-title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #F76380;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}
.product_show_view .shipping-wrapper .shipping-detail {
	font-size: 10px;
	font-weight: 400;
}
.product_show_view .cartin_box {
	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;
}
.product_show_view .select_box .option_type .control-label {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #F76380;
}
.product_show_view .select_box {
	width: 100%;
}
.product_show_view .cartin_box .select_box {
	width: 19%;
}
.product_show_view .select_box input {
	outline: none;
	width: 100%;
}
.product_show_view .select_box select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 20px;
	border: solid 1px #e8aeba;
	border-radius: 4px;
	color: #F76380;
}
.product_show_view .cartin {
	width: 75%;
}
.product_show_view .cartin_btn,
.product_show_view .cartin_btn_tanpin,
.product_show_view .cartin_btn_teiki,
.cart-modal-wrap a.t-cb-cart.cartin_btn,
.cart-modal-wrap .cb-modal-products td > a,
.product-tracking a.cartin_btn,
.product-tracking a.cartin_btn_tanpin,
.product-tracking a.cartin_btn_teiki {
	display: flex;
	width: 100%;
	height: 46px;
	border-radius: 28px;
	background: #F76380;
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.cart-modal-wrap a.t-cb-cart.cartin_btn,
.cart-modal-wrap .cb-modal-products td > a {
	height: 32px;
	font-size: 12px;
}
.product_show_view .cartin_btn a {
	color: #FFF;
}
.product_show_view a.cartin_btn,
.product_show_view a.cartin_btn_tanpin,
.product_show_view a.cartin_btn_teiki,
.product-tracking a.cartin_btn,
.product-tracking a.cartin_btn_tanpin,
.product-tracking a.cartin_btn_teiki {
	padding: 10px;
}
.product_show_view .cartin_btn.default {
	background: #2e2e2e;
	color: #fff;
}
.product_show_view .cartin_btn .icon_cartin,
.product_show_view .cartin_btn_tanpin .icon_cartin,
.product_show_view .cartin_btn_teiki .icon_cartin,
.product-tracking .cartin_btn .icon_cartin,
.product-tracking .cartin_btn_tanpin .icon_cartin,
.product-tracking .cartin_btn_teiki .icon_cartin {
	display: inline-flex;
	margin-right: 10px;
	width: 18px;
	vertical-align: middle;
}

/*生年月日 レイアウト調整*/
.form-group .birthday01 {
	width: 7em!important;
	margin-right: 5px;
	vertical-align: sub;
	display: inline-block;
}
.form-group .birthday02 {
	width: 5em!important;
	margin-right: 5px;
	vertical-align: sub;
	display: inline-block;
}

.mypage_section .main_wrap aside {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.mypage_section .main_wrap aside a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.search_nav {
  font-size: 14px;
  text-align: left;
}
.search_nav_title {
  position: relative;
  padding: 10px 40px 10px 10px;
  font-weight: 600;
  background: #FFF;
  border: 1px solid #dedede;
  cursor: pointer;
}
.search_nav_title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.search_nav_title.close::after {
  content: "-";
}
.search_nav_slide {
  padding: 10px;
  /* margin-bottom: 20px; */
  background: #FFF;
}
.search_nav_title + .search_nav_slide {
  display: none;
}
.search_category {
  margin-bottom: 20px;
}
.other_search {
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #ffc7d3;
}
.search_nav_slide ul li {
  margin-bottom: 10px;
}
.search_nav_slide ul li:last-child {
  margin-bottom: 0;
}
.search_nav_slide label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.search_nav_slide label input {
  display: none;
}
.search_nav_slide label span {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: inherit;
}
.search_nav_slide label span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #dedede;
}
.search_nav_slide label span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #fa7091;
  transform: scale(0);
}
.search_nav_slide label input:checked + span::after {
  transform: scale(1);
}
.search_nav_slide label.radio span::before,
.search_nav_slide label.radio span::after {
  border-radius: 50%;
}
.search_others {
  margin-top: 20px;
}
.search-input {
  margin-bottom: 20px;
}
.search-input input {
  border-radius: 40px;
}
.side_nav_wrap .search-input input[type="search"] {
  height: 36px;
  padding: 4px 10px 3px;
  line-height: 1.1;
}

/*追加*/
.search_nav_title.other_search {
  border: none;
}
.search_nav_slide {
	padding: 0;
}
.search_nav_slide ul li {
  margin: 0;
}
.search_nav_slide ul li a {
	position: relative;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.search_nav_slide ul li:last-child a {
  border-bottom: 0;
}
.search_nav_slide ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 10px;
  color: #ffc7d3;
  transform: translateY(-50%)scale(1,1.5);
}
.search_nav_title.other_search {
  border: none;
}

/*=============================*/

.product_show_view .cartin_btn#btn-add-scl {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}
.product_show_view .cartin_btn#btn-add-scl.active {
  opacity: 1;
  pointer-events: auto;
}

/*いいねボタン調整*/
.detail_main_top {
  position: relative;
}
.product_show_view .favorite {
  top: 50%;
  right: 0;
  width: 20px;
  font-size: 0;
  transform: translateY(-50%);
}
.product_show_view .favorite img {
  width: 100%;
  height: auto;
}
.product_show_view .page-header {
  padding-right: 24px;
}

/*定期購入説明　レイアウト*/
.recurring_explanation {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.8;
  color: #F76380;
  border: 2px dashed;
  border-width: 2px 0;
}
.recurring_t {
  display: flex;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.recurring_t span {
  position: relative;
  width: 10px;
  min-width: 10px;
  height: 2px;
  margin-left: 8px;
  background: #F76380;
}
.recurring_t span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #F76380;
  transform: translate(-50%,-50%)rotate(90deg);
  transition: 0.2s;
}
.recurring_t.active span::after {
  transform: translate(-50%,-50%)rotate(0);
}
.recurring_explanation > div {
  display: none;
}
.recurring_explanation > div p {
  padding: 0 10px 16px
}

/*========Mypage調整========*/
.mypage_section {
  padding-top: 60px;
}
.mypage_section .name_txt {
  font-size: 0;
}
.mypage_section .name_txt span {
	margin: 0;
}
.side_nav_wrap {
  margin-bottom: 32px;
}
.lineconnect_section .line_box .alert {
  display: none;
}
.lineconnect_section .outline_txt {
  margin-bottom: 0;
}

.line-token-set-btn img {
  width: 24px;
  margin-right: 4px;
  font-size: 0;
  transform: translateY(5px);
}

/*商品詳細スライド調整*/
.product_show_view .detail_image {
  flex-wrap: wrap;
}
.product_show_view #main-img {
  width: 100%;
}
.product_show_view #sub-images-view {
  width: 100%;
  order: 1;
}
.product_show_view #sub-images-view .img-wrap:first-child {
  display: flex;
  justify-content: center;
}
.product_show_view #sub-images-view .img-wrap li {
/*  width: 40px !important;*/
/*  height: 40px;*/
/*  margin: 0 10px;*/
  border-radius: 2px;
}
.product_show_view #sub-images-view .img-wrap li::before {
	content: none;
}
.product_show_view #sub-images-view .img-wrap li:hover::after {
  background: transparent;
  border: 2px solid #F76380;
  border-radius: 0;
}

/*商品詳細スライド対応*/
.product_detail_slider li:nth-child(n+6) {
  display: none;
}
.product_show_view #main-img {
  display: none;
}

/*========定期購入ボタン========*/
.product_show_view .cartin2 #cart-subscription {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 278px;
  background: #9e9d65;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}
.product_show_view .cartin2 #cart-subscription.active {
  opacity: 1;
  pointer-events: auto;
}

.product_show_view .cartin2.flex_btns #cart-subscription {
  right: auto;
  left: 20px;
  bottom: 20px;
  width: calc(48% - 15px);
}
.product_show_view .cartin2.flex_btns #btn-add-scl {
  width: calc(48% - 15px);
}
.product_show_view .cartin2.only_btns #cart-subscription {
  bottom: 80px;
  width: 100%;
  max-width: calc(100% - 40px);
}

/*========プロダクトシリーズTOPモーダル========*/
.call-cartmol {
  cursor: pointer;
}
.cart-modal-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 320px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 99;
}
.cart-modal-wrap.active {
	transform: none;
	opacity: 1;
}
.cart-modal-wrap .cart-btn-modal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-align: left;
  background: #fffaef;
  border: 3px solid #c69a26;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.cart-modal-wrap .cart-btn-modal.active {
	opacity: 1;
	pointer-events: auto;
}
.cart-modal-wrap .cb-modal-close {
  width: 44px;
  margin: 0 0 0 auto;
  font-size: 13px;
  text-align: right;
  cursor: pointer;
}
.cart-modal-wrap .cb-modal-close:hover {
	color: #000;
}
.cart-modal-wrap .cb-modal-products table {
	width: 100%;
}
.cart-modal-wrap .cb-modal-products table tr:not(:last-child) {
	border-bottom: 1px solid #d5d5d5;
}
.cart-modal-wrap .cb-modal-products table th {
	width: 80px;
	min-width: 80px;
	padding: 16px 0;
	font-weight: 700;
	line-height: 1.5;
}
.cart-modal-wrap .cb-modal-products table th p {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
}
.cart-modal-wrap .cb-modal-products table td {
  width: 100%;
  padding: 16px 10px 16px 16px;
}
.cart-modal-wrap .select-area {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.cart-modal-wrap .select-area select {
  width: 48%;
  height: 24px;
  font-size: 12px;
  background: #FFF;
}
.cart-modal-wrap .t-cb-cart.cartin_btn a {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 30px;
  color: #FFF;
  background: #ff9d9d;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cart-modal-wrap .cb-modal-products-name {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #c69a26;
}
.cart-modal-wrap .cb-modal-products-name span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width:768px) {
	.cart-modal-wrap .cart-btn-modal {
		left: 20px;
		right: 20px;
	}
}

/*========購入フォーム調整ーログインしたユーザーに請求先閉める========*/
.user-information-input p {
  position: relative;
  padding: 20px;
  font-size: 16px;
  background: #eee;
  cursor: pointer;
}
.user-information-input p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border: 3px solid #adadad;
  border-radius: 2px;
  border-width: 0 3px 3px 0;
  transform: translateY(-50%)rotate(45deg);
  transition: 0.3s ease-in-out;
}
.user-information-input.active p::after {
  top: 55%;
  transform: translateY(-50%)rotate(-135deg);
}
.user-information-input + .order_group_wrap {
  display: none;
}

/*========詳細ページモーダル========*/
.detail_sub .cart-fl-btn {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.detail_sub .cart-btn-c {
  display: flex;
  width: 100%;
  max-width: 320px;
  height: 48px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #F76380;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.detail_sub .cart-btn-modal {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px 16px;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
  border: 1px solid #9e9d65;
  border-radius: 4px;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
.detail_sub .cart-btn-modal.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.detail_sub .cb-modal-close {
  display: block;
  width: 38px;
  margin-left: auto;
  margin-bottom: 10px;
  cursor: pointer;
}

.detail_sub .cb-modal-products table {
  width: 100%;
}
.detail_sub .cb-modal-products tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.detail_sub .cb-modal-products table th {
  width: 120px;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  vertical-align: text-top;
}
.detail_sub .cb-modal-products table th p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
}
.detail_sub .cb-modal-products table td {
  padding: 10px 0 10px 10px;
}
.detail_sub .cb-modal-products table td .select-area {
  display: flex;
  margin-bottom: 10px;
}
.detail_sub .cb-modal-products table td .select-area select:not(:last-child) {
  margin-right: 10px;
}
.detail_sub .cb-modal-products table td .select-area select {
  width: 100%;
  height: 32px;
  border-color: #ddd;
}
.detail_sub .cb-modal-products table td .select-area select.lock {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}
.detail_sub .cb-modal-products table td .t-cb-cart,
.detail_sub .cb-modal-products table td .select-area + a {
  height: 38px;
  font-size: 14px;
}
.detail_sub .cb-modal-products table tr:nth-child(2) td .t-cb-cart,
.detail_sub .cb-modal-products table tr:nth-child(2) td .select-area + a {
  background: #9e9d65;
}

@media screen and (max-width: 339px) {
  .detail_sub .cart-fl-btn {
    left: 10px;
  }
  .detail_sub .cart-btn-c {
    width: 100%;
  }
}

.detail_sub .cart-fl-btn {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.detail_sub .cart-fl-btn.active {
	opacity: 1;
	pointer-events: auto;
}

.detail_sub .product-sub p.t-note {
	width: calc(100% - 20px);
  max-width: 640px;
  padding: 10px;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 1.25;
  color: #FFF;
  text-align: left;
  font-weight: 300;
  border: 1px dotted #fff;
  border-width: 1px 0;
}
.pure-products .pure-guidance .t-note-title {
  position: relative;
  width: calc(100% - 20px);
  max-width: 640px;
  padding: 10px 40px;
  margin: 20px auto 0;
  font-size: 14px;
  border-top: 1px solid #FFF;
  border-bottom: 1px dotted #FFF;
  cursor: pointer;
}
.pure-products .pure-guidance .t-note-title + .t-note {
	display: none;
  margin-top: -1px;
}

.pure-products .pure-guidance .t-note-title::before,
.pure-products .pure-guidance .t-note-title::after,
.pure-products .pure-guidance .t-note-title.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #FFF;
  transform: translateY(-50%);
  transition: 0.3s;
}
.pure-products .pure-guidance .t-note-title::after {
  right: 14px;
  width: 1px;
  height: 10px;
}

/*定期購入ボタン*/
.product-sub .product-sub-subscription .product-sub-subscription__btn {
  position: relative;
}
.product-sub .product-sub-subscription .product-sub-subscription__btn svg {
  display: block;
  margin-top: 17px;
}
.product-sub .product-sub-subscription .product-sub-subscription__btn span small {
  margin-left: -35px;
  font-size: 80%;
}

/*詳細ページ編集*/
.product_show_view .size_select_box {
  display: none;
}
.product_show_view .price_box {
  display: block;
	padding-top: 20px;
	color: #222;
	border-top: 1px solid #eee;
	overflow: hidden;
}
.product_show_view .price_box dt {
  display: block;
  margin-bottom: 16px;
  font-size: 17px;
}
.product_show_view .price_box > dd {
  font-size: 12px;
  font-weight: 300;
}
.product_show_view .price_box dt span {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 3px 5px;
  margin-left: 6px;
  color: #9e9d65;
  border: 1px solid #9e9d65;
  border-radius: 2px;
  vertical-align: top;
}
.product_show_view .price_box > dd #sales-price {
  font-weight: 500;
}
.product_show_view .select_box select {
  height: 36px;
  padding: 0 10px;
  color: #333;
  border-color: #ddd;
}
.product_show_view .cartin {
  max-width: 280px;
}
.product_show_view .detail_info .cartin_btn,
.product_show_view .detail_info .cartin_btn_tanpin,
.product_show_view .detail_info .cartin_btn_teiki {
  height: 48px;
  font-weight: 400;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
/*=================================================
                  購入画面確認情報
===================================================*/
.payment-preview-title {
  padding: 10px 0;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  background: #fa7091;
}
.payment-note {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6;
  border: 1px dotted #fa7091;
}
.payment-note b {
  font-size: 13px;
  color: #fa7091;
  letter-spacing: 1px;
}

.payment-preview-content:not(:last-child) {
  margin-bottom: 30px;
}
.pp-cont-t {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
}
.payment-preview-content > div label {
  display: block;
  padding: 10px;
  background-color: #eee;
  border: solid 1px #e2e2e2;
}
.payment-preview-content > div > span,
.payment-preview-content > div > div {
  display: block;
  min-height: 36px;
  padding: 10px;
  margin: -1px 0;
  line-height: 1.4;
  background: #FFF;
  border: 1px solid #e2e2e2;
}

#payment-preview-view {
  margin-bottom: 30px;
}

.pp-shipping_address > div:not(.pp-shipping-note) {
  display: none;
}
.pp-shipping_address.has-change > div {
  display: block;
}
.pp-shipping_address.has-change > div.pp-shipping-note {
  display: none;
}

#Contents div.submain {
  width: 100%;
  max-width: 780px;
}
#Contents div.column {
  width: 100%;
}

/*商品詳細改造*/
.top-band {
  display: flex;
  width: 100%;
  height: 36px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  background: #F76380;
  align-items: center;
  justify-content: center;
}
.product_show_view .page-header {
  padding: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.product_show_view .favorite {
  position: relative;
  top: auto;
  left: auto;
  width: 22px;
  height: 20px;
  transform: none;
}
.product_show_view .favorite img {
  height: 100%;
}
.product-credit {
  display: flex;
  margin-bottom: 3px;
  align-items: center;
  justify-content: space-between;
}
.product-credit-list {
  display: flex;
  margin-right: 40px;
}
.creadit-icon {
  width: 56px;
  margin-right: 10px;
}
.creadit-icon img {
  width: 100%;
	max-height: 56px;
	object-fit: contain;
}

.product_show_view #main-img {
  display: none !important;
}

.product_show_view #sub-images-view .img-wrap li {
  opacity: 0;
  transition: 0.2s;
}
.product_show_view #sub-images-view .img-wrap .slick-active li,
.product_show_view #sub-images-view .img-wrap li.slick-active {
  opacity: 1;
}

.product_show_view .detail_image {
  margin-bottom: 26px;
}
.detail_beginning {
  padding: 0 6.4% 18px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.detail_beginning sub {
  font-size: 10px;
  vertical-align: text-top;
}
.detail_beginning small {
  display: block;
  margin-top: 1em;
  font-size: 12px;
}

.product_show_view #sub-images-view .img-wrap .slick-dots {
  bottom: -15px;
  z-index: 1;
}

.product_show_view #sub-images-view .img-wrap .slick-dots li {
	width: auto;
  height: auto;
	margin: 0 5px;
  opacity: 1;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #DB5A73;
  border-radius: 50%;
}
.product_show_view #sub-images-view .img-wrap .slick-dots li.slick-active button {
  background: #DB5A73;
}
.product_show_view #sub-images-view .img-wrap > li:only-child {
	width: 64% !important;
  opacity: 1;
}
.product_show_view #sub-images-view .img-wrap .slick-track li:only-child,
.product_show_view #sub-images-view .img-wrap .slick-slide li:only-child {
	width: 100% !important;
}
.product_show_view #sub-images-view .img-wrap .slick-dots li:only-child {
  width: auto !important;
}

.product_show_view .price_box dd {
  display: flex;
  align-items: flex-end;
}
.product-point {
  padding: 3px 8px;
  font-size: 12px;
  color: #F76380;
  font-weight: 500;
  border: 1px dashed #F76380;
}

.bandInner {
  padding-bottom: 12px;
  margin-bottom: 8px;
  background: url(../../../contents/imagespkg/common/size_band_bg.png) 50% 0 / 100% 100% no-repeat;
}
.bandInner.gray {
	background: url(../../../contents/imagespkg/common/size_band_bg_gray.png) 50% 0 / 100% 100% no-repeat;
}
.bandInner span {
  display: flex;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.top-band.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 99;
  animation: fadeIn 0.5s ease-in-out 0.1s 1 forwards;
}
.top-band.is_fixed + main {
	display: block;
	padding-top: 36px;
}

@keyframes fadeIn{
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 56px;
    opacity: 1;
  }
}

.related-list[data-child="1"] .related-pros {
  justify-content: center;
}
.related-list[data-child="1"] .related-pros::before,
.related-list[data-child="1"]  .related-pros::after {
	content: none;
}
.related-list[data-child="1"] .related-pro {
  width: 60%;
  max-width: 200px;
}
.related-list[data-child="1"] .related-pro img {
  width: 100%;
}
.UserPage #Contents .related-list[data-child="1"] .related-pro-name {
  font-size: 16px;
}
.related-list[data-child="0"] {
  display: none;
}

/*商品詳細購入ボタン色変更*/
.product_show_view .cartin_btn {
  background: #F76380;
}
.product-point {
  color: #F76380;
  border-color: #F76380;
}
.product_show_view .price_teiki_box .price_box dt span {
  color: #FFF;
  background: #009E6D;
  border: none;
}
.product_show_view .price_teiki_box .cartin_box .cartin a {
  background: #009E6D !important;
}

.detail_sub .cart-btn-c {
  background: #F76380;
}
.detail_sub .cb-modal-products table tr:nth-child(2) td .t-cb-cart {
  background: #009E6D;
}

/*シリーズTOPボタン変更*/
.cart-modal-wrap .t-cb-cart.cartin_btn a,
.cart-modal-wrap a.t-cb-cart.cartin_btn,
.cart-modal-wrap .cb-modal-products td > a {
  background: #F76380;
}
.cart-modal-wrap tr:nth-child(2) .t-cb-cart.cartin_btn a,
.cart-modal-wrap tr:nth-child(2) a.t-cb-cart.cartin_btn,
.cart-modal-wrap .cb-modal-products tr:nth-child(2) td > a {
  background: #009E6D;
}

.cart-modal-wrap tr .t-cb-cart.cartin_btn.hidden a,
.cart-modal-wrap tr a.t-cb-cart.cartin_btn.hidden,
.cart-modal-wrap .cb-modal-products td > a.hidden {
/*  visibility: hidden;*/
}

.t-cb-cart.cartin_btn.hidden {
  position: inherit;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: auto;
  height: auto;
  overflow: inherit;
/*  visibility:hidden;*/
}

.price_teiki_box {
  transition: 0.1s;
}
.price_teiki_box.hide,
.price_teiki_box.hide + .recurring_explanation {
  visibility: hidden;
  display: none;
  opacity: 0;
  pointer-events: none;
}

.OrderPage .formErrorContent {
  position: relative !important;
  top: auto;
  left: auto;
  margin: 0 0 10px !important;
}

.product_show_view .detail_info button.cartin_btn {
  padding: 0;
  background: transparent;
}

#customers-card-index-view .formErrorContent {
	margin-top: 0 !important;
}

.cart-amazonpay img {
  width: 100%;
}

.sign-box + .cart-amazonpay {
  display: block;
  margin-top: 17px;
}

#AmazonPayButtonWallet  {
  padding: 20px;
  margin: 0;
  text-align: center;
  border: 2px solid #ddd;
}
#AmazonPayButtonWallet input {
  display: none;
}
#AmazonPayButtonWallet .amazon_pay_message {
  margin-bottom: 20px;
  font-size: 12px;
}

#AmazonPayOneClickOrderArea .amazon_pay_not_use_message,
#AmazonPayOneClickOrderArea .amazon_pay_title,
#AmazonPayOneClickOrderArea .amazon_pay_subtitle,
#AmazonPayButtonWallet .amazon_pay_not_use_message,
#AmazonPayButtonWallet .amazon_pay_title,
#AmazonPayButtonWallet .amazon_pay_subtitle {
	height: auto;
  white-space: normal;
}

.main_wrap + .side_nav_wrap .productsCount {
  margin: 0;
}
.main_wrap + .side_nav_wrap {
	margin-top: 40px;
}

/*カートボタンに送料ノート追加*/
.product_show_view .cartin_box {
  align-items: flex-start;
}
.product_show_view .cartin_box .select_box {
  padding-top: 1.6%;
}
.cartin-postage-note {
	width: calc(100% + 35%);
  margin: 0 0 0 -35%;
  padding: 6px 10px 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  text-align: right;
  white-space: nowrap;
}
.cartin-postage-note sub {
  font-size: smaller;
  vertical-align: text-top;
}


/*注文完了クロスセール*/
#Contents .order_thanks .cross-sale {
  width: 87.2%;
  margin: 0 auto;
}
.cross-title {
  padding: 8px 10px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  background: #fa7091;
}
.cross-pro {
  text-align: center;
}
.cross-img {
  position: relative;
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 10px auto 0;
  overflow: hidden;
}
.cross-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.cross-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.cross-name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #fa7091;
}
.cross-price {
	margin-bottom: 18px;
  font-weight: 500;
}
.cross-note {
  display: inline-block;
  margin: 20px auto 30px;
  font-weight: 500;
  color: #fa7091;
}
.cross-pro a {
  position: relative;
  display: flex;
  max-width: 240px;
  margin: 0 auto;
  height: 56px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  background: #fa7091;
  border: 2px solid #fa7091;
  border-width: 2px;
  border-radius: 28px;
  align-items: center;
  justify-content: center;
}
.cross-pro a::before {
  content: '';
	position: absolute;
  display: block;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url('https://image.lululun.com/ec_assets/common/images/icon-arrow-next.svg') 50% 50% / contain no-repeat;
}

/*お問合せ追記注意文*/
.mail-attention {
  padding: 20px 10px;
  margin-top: 40px;
  font-size: 90%;
  border: 1px solid #dcdcdc;
}
.mail-attention ul li::before {
  content: "・";
}
.mail-attention ul li {
  position: relative;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.mail-attention ul {
  margin-bottom: 10px;
}
.at-inner {
  margin-top: 20px;
}
.mail-attention .red {
  color: red;
}

.contents_section p small,
.contents_section span.red {
  display: block;
  margin-top: 10px;
  color: red;
}

.event-end {
  padding: 20px 0;
  text-align: center;
}

.cartin.soldOut {
  pointer-events: none;
}
.cartin.soldOut #btn-stock-waiting-list {
  font-size: 0;
  background: transparent;
}
.cartin.soldOut #btn-stock-waiting-list::before {
  content: "SOLD OUT";
  font-size: 16px;
  color: #2e2e2e;
}
.cartin.soldOut .cartin-postage-note {
  display: none;
}

.detail_info .fieldset .stock {
	color: #333;
	background: #FFF;
}

.detail-teiki_note {
  display: block;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #df667e;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
/*サンクスクロースセール*/
.cross-pro a::before {
  content: none;
}
#cv-xsells-view .cross-img {
	margin-bottom: 10px;
}
#expired_cv_xsell {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
}

/*サンクスクロースセール*/
#countdown-timer {
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background: #fa7091;
}
.count--timer {
  display: flex;
  margin: 5px 0;
  font-size: 18px;
  justify-content: center;
}
#xsell-select-view {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.cv_xsell_variant_detail {
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  color: #FFF;
  background: #fa7091;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
#converted-items.conver-porducts {
  display: none !important;
}
#product_details_modal.modal-scrollable {
  position: fixed;
  top: 10vh;
  left: 10%;
  width: 80%;
  height: 80vh;
  padding: 20px;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0,0,0,0.13);
  z-index: 99999;
}
#product_details_modal.modal-scrollable .modal.modal_position {
  left: 0 !important;
}
#product_details_modal.modal-scrollable #sub-images-view {
  display: none !important;
}
#product_details_modal.modal-scrollable .modal-body {
  display: flex;
}
.modal-product_infor {
  width: 100%;
  height: calc(80vh - 64px);
  padding-top: 40px;
  overflow-y: auto;
}
.modal-product_infor #product-name {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #fa7091;
}
.modal-product_infor .product_more {
  margin-bottom: 50px;
}
#variant-option-types {
  margin-bottom: 20px;
}
#variant-option-types .control-label {
  display: block;
  margin-bottom: 10px;
}
#variant-option-types select {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 36px;
  padding: 0 12px;
}
.variant-option-cart {
  display: flex;
  align-items: center;
}
.variant-option-cart select {
  margin: 0 10px;
}
#cv_xsell_variant_add {
  width: 120px;
  height: 32px;
  color: #FFF;
  background: #fa7091;
  border: none;
  border-radius: 50px;
  box-shadow: none;
}
#cv_xsell_variant_add[disabled] {
  background: #eee;
}
#form_cv_xsell .form_group_ec {
  margin-bottom: 14px;
}
#cv-xsell-table p {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
#form_cv_xsell table {
  display: block;
  margin-bottom: 10px;
  border: none;
}
#form_cv_xsell table th {
  width: 14%;
}
#form_cv_xsell table td {
  font-size: 12px;
}
#form_cv_xsell table th:first-child,
#form_cv_xsell table td:first-child {
  width: 160px;
}
#form_cv_xsell table td:nth-child(2),
#form_cv_xsell table td:nth-child(4) {
  white-space: nowrap;
}
.cv_xsell_variant_remove {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  color: #ff2b2b;
  background: #fff;
  border: none;
}
#form_cv_xsell > #submit_btn {
  width: 100%;
  height: 40px;
  max-width: 280px;
  padding-top: 2px;
  margin: 0 calc((100% - 280px)/2);
  color: #FFF;
  font-weight: 500;
  background: #fa7091;
  border: none;
  border-radius: 40px;
}
#form_cv_xsell table th {
  width: 60px;
}
#form_cv_xsell table td {
  font-size: 11px;
}
.cv_xsell_variant_remove {
  font-size: 11px;
}
#expired_cv_xsell {
  display: none;
}
@media screen and (max-width: 767px) {
  #product_details_modal.modal-scrollable {
    display: none;
    top: 10vh;
    left: 5%;
    width: 90%;
    height: 85vh;
    padding: 20px 10px;
  }
  .thanks_inner {
    margin-bottom: 40px;
  }
  .cv_xsell_product_img {
    margin-bottom: 10px;
  }
  #xsell-select-view {
    margin-bottom: 40px;
  }
  #product_details_modal.modal-scrollable .modal-body {
    display: block;
    padding: 0 10px;
    height: calc(80vh - 44px);
    overflow-y: auto;
  }
  .modal-product_infor {
    height: auto;
    padding-top: 10px;
  }
  .modal-product_infor #product-name {
    margin-bottom: 16px;
  }
  .modal-product_infor .product_more {
    margin-bottom: 20px;
  }
  #product_details_modal.modal-scrollable #main-thumbnail {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/*サンクスクロスセール　リニューアル*/
#Contents .order_thanks .cross-sale {
	padding: 10px 20px;
	background: #f5f5f5;
}
.xsells-pop-txt {
  margin-bottom: 20px;
}
.xsells-pop-txt img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
.xsells-pop-txt p {
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
}
.xsells-pop-txt p b {
  display: block;
  color: #fa7091;
}
#countdown-timer {
  display: none !important;
}
#xsell-select-view {
  padding: 0;
  text-align: center;
}
#product_details_modal.modal-scrollable #sub-images-view {
  display: block !important;
  width: 64px;
  min-width: 64px;
  margin: 40px 40px 0 10px;
}
#product_details_modal.modal-scrollable #sub-images-view ul li {
  width: 100% !important;
  margin: 0 0 5px;
}
#product_details_modal.modal-scrollable .modal-body {
  align-items: flex-start;
}
#cv_xsell_variant_add {
  display: block !important;
}
#form_cv_xsell .form_group_ec {
  margin-top: 20px;
}
#form_cv_xsell table {
  background: #FFF;
}
#cv-xsell-table p {
  font-size: 12px;
}
.modal-scrollable #main-thumbnail {
  max-width: 480px;
}
.cv_xsell_product_img-box {
  position: relative;
}
.cv_xsell_product-credit {
  position: absolute;
  display: flex;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  padding: 5px;
  border-radius: 50%;
  background: #FFF;
  transform: translateY(-50%);
  overflow: hidden;
}
.cv_xsell_product_description {
  display: block;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}
/*sp Only*/
@media screen and (max-width: 767px) {
	.cv_xsell-wrap {
    padding: 20px;
    background: #ddd;
	}
	#Contents .order_thanks .cross-sale {
    width: 100%;
    padding: 0;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
	}
	.cv_xsell_variant_detail {
    width: 80%;
    margin: 20px auto;
	}
	#xsell-select-view {
    margin-bottom: 20px;
	}
	#form_cv_xsell .form_group_ec {
    padding: 0 10px;
    margin-bottom: 20px;
	}
	.cv_xsell_note {
    text-align: center;
	}
	#product_details_modal.modal-scrollable #sub-images-view {
    width: 100%;
    margin: 0;
	}
	.img-wrap {
    display: flex;
	}
	#product_details_modal.modal-scrollable #sub-images-view ul li {
    width: 20% !important;
    margin: 0;
	}
	#form_cv_xsell > #submit_btn {
    margin-bottom: 20px;
	}
}

#view-input-card-name label.label,
#view-input-card-cvv label.label {
  display: none;
}

/*230804*/
#Contents .order_thanks {
	display: block;
}
.cv_xsell-form {
  width: 100%;
  margin-bottom: 40px;
}
.cv_xsell-wrap {
  width: 100%;
}
#Contents .order_thanks .cross-sale {
  width: 100%;
  max-width: 660px;
  padding: 0 0 40px;
  margin: 0 auto;
  text-align: center;
  background: #ffffe3;
  border-radius: 16px;
  overflow: hidden;
}
.cv_xsell_product_img-box {
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
}
.cv_xsell_variant_detail {
  max-width: 280px;
  margin: 20px auto 0;
}
.cv_xsell_note {
  display: none;
}
.order_group_wrap {
  display: none;
}
#perform-view.thanks_inner .ut-legend {
  position: relative;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
#perform-view.thanks_inner .ut-legend::after {
	content: "▼";
	margin-left: 40px;
}
.thanks_inner .base_inner > p small {
  position: relative;
  display: block;
}
.callpop {
  cursor: pointer;
}
/*.back_btn._center {
	display: none;
}*/
.inner-pop {
  position: absolute;
  display: none;
  bottom: -10px;
  left: 0;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  background: #000;
  transform: translateY(100%);
  z-index: 11;
}
.inner-pop::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 12em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000 transparent;
  transform: translateY(-100%);
}
.inner-pop a {
  display: inline-block;
  margin-left: 1em;
  color: #FFF;
}
#product_details_modal.modal-scrollable {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  padding: 0 20px;
  background: transparent;
  box-shadow: none;
  z-index: 1;
}
.modal-header.ui-draggable-handle {
  display: none;
}
#product_details_modal.modal-scrollable .modal-body {
  display: block;
}
#product_details_modal.modal-scrollable #sub-images-view {
  width: 100%;
  max-width: 480px;
  margin: 10px auto;
}
.img-wrap {
  display: flex;
}
#product_details_modal.modal-scrollable #sub-images-view ul li {
  margin: 0 10px 0 0;
}
#product_details_modal.modal-scrollable #sub-images-view ul li:last-child {
  margin-right: 0;
}
.modal-product_infor #product-name,
.modal-product_infor #product_description,
.modal-product_infor .product_more {
  display: none;
}
.modal-product_infor #variant-option-types .row {
  display: flex;
  align-items: center;
}
.modal-product_infor #variant-option-types .control-label {
  margin: 0 10px 0 0;
  font-weight: 400;
}
.modal-product_infor {
  height: auto;
}
.cv_xsell_variant_detail span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cv-xsell-variant-row.default-hide {
  display: none;
}
#form_cv_xsell table {
  width: 100%;
  background: transparent;
}
#form_cv_xsell table th {
  width: 16%;
}
#form_cv_xsell table td {
  background: #FFF;
}
#form_cv_xsell table th:first-child,
#form_cv_xsell table td:first-child {
  width: 240px;
}
#form_cv_xsell #view-payment-schedule table td {
  width: 70%;
}
#form_cv_xsell .attention {
  font-size: 70%;
  line-height: 1;
  vertical-align: middle;
}
#Contents .cv_xsell-form .order_group > dt {
  padding: 20px 0 0;
  margin-bottom: 5px;
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
	.cv_xsell-wrap {
    padding: 0;
    background: transparent;
	}
	#product_details_modal.modal-scrollable .modal-body {
    padding: 0;
    height: auto;
	}
	#form_cv_xsell #view-payment-schedule {
    padding: 0 10px;
	}
	#form_cv_xsell #view-payment-schedule table th:first-child {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    background: transparent;
    border: none;
	}
	#form_cv_xsell #view-payment-schedule table td {
    display: flex;
    width: 100%;
	}
	#form_cv_xsell #view-payment-schedule tr {
    display: block;
    text-align: left;
	}
	#form_cv_xsell #view-payment-schedule table td {
    display: flex;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
	}
	#form_cv_xsell #view-payment-schedule .form-inline {
    width: 100%;
	}
	#form_cv_xsell #view-payment-schedule .form-inline .selectWrap:not(:last-child) {
    margin-right: 10px;
	}
	#form_cv_xsell #view-payment-schedule tbody {
    display: block;
    width: 100%;
	}
}

.xsell-confirm-view {
  padding: 40px 10px;
}
.xsell-confirm-view .confirm-info {
  display: flex;
  margin-bottom: 10px;
}
.xsell-confirm-view .confirm-info dt {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  white-space: nowrap;
  background: #f4f4f4;
}
.xsell-confirm-view .confirm-info dd {
  padding: 0 8px;
  font-size: 12px;
}
.xsell-confirm-view .confirm-sub-info {
  margin: 24px 0;
}
.xsell-confirm-view .confirm-sub-info dl {
  display: flex;
}
.xsell-confirm-view .confirm-sub-info dt {
  display: block;
  min-width: 200px;
}
.xsell-confirm-view .confirm-sub-info dd::before {
  content: ":";
  margin-right: 10px;
}
.xsell-confirm-view .confirm-sub-info dl {
  display: flex;
  margin-bottom: 10px;
}
.confirm-info-user {
  margin-bottom: 24px;
}
.confirm-info-user dt,
.confirm-info-dates dt {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}
.confirm-info-user dd,
.confirm-info-dates dd {
  display: block;
  margin-bottom: 20px;
}
.xsell-confirm-view .btn-area button {
  display: flex;
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin: 20px auto 0;
  color: #FFF;
  background: #fa7091;
  border: none;
  border-radius: 50px;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}

/*OrderPage調整*/
.original_payment--select > ul {
  position: relative;
  bottom: auto;
  margin-top: -1px;
  background: #FFF;
  border: 1px solid #ddd;
  transform: none;
}
.original_payment--select > ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.payment-item--select::after {
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-color: #333;
}
.payment-item--select.open::after {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.form-inline {
	align-items: center;
}
.OrderPage .form-inline .selectWrap + span {
  display: block;
  margin: 0 0 0 6px;
  font-size: 12px;
  white-space: nowrap;
}

#view-billing-information .eac-input-wrap {
  width: 100%;
}

.payment-preview-content > div label {
	display: inline-block;
}
.payment-preview-content > div > #custom_shipping_delivery_time {
  display: inline-block;
  width: calc(100% - 125px);
}

#discount_point_amount_include_tax .ir-flex {
	color: #f38382;
}

@media screen and (max-width: 767px) {
  .cartin-postage-note {
  	padding: 6px 0 0;
  }

  .OrderPage #Contents div.column small {
    font-size: 12px;
    font-weight: 600;
  }
  _::-webkit-full-page-media, _:future, :root .OrderPage #Contents div.column small {
    font-size: 0.5em;
  }
  .OrderPage #Contents .signedOut div.column {
  	margin-top: 12px;
    margin-bottom: -17px;
  }

  .OrderPage .alert.alert-success {
    margin: 48px 0 -30px;
	}
}

/*サンクスセール調整0810*/
.modal-scrollable #main-thumbnail {
	display: none;
}
#product_details_modal.modal-scrollable #sub-images-view .img-wrap {
  flex-wrap: wrap;
}
#product_details_modal.modal-scrollable #sub-images-view ul li {
  margin: 0;
}
#cv_xsell_variant_add {
  display: flex;
  width: 100%;
  max-width: 280px;
  height: 40px;
  color: #FFF;
  background: #fa7091;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
#product_details_modal[data-pruductid="1092"] .img-box:first-child,
#product_details_modal[data-pruductid="1092"] .img-box:nth-child(3) {
	display: none;
}
#cv-xsell-table {
  padding: 0 10px;
}
.modal-product_infor #variant-option-types {
	display: none !important;
}
.modal-product_infor .variant-option-cart {
	font-size: 0;
}
.modal-product_infor #quantity-area {
	display: none;
}
#cv_xsell_variant_add {
	margin: 10px auto;
}
.payment-hidden.open {
	display: block;
}
.payment-hidden .selectWrap {
  display: none !important;
}
@media screen and (max-width: 767px) {
	.variant-option-cart {
	  flex-wrap: wrap;
	}
	#product_details_modal.modal-scrollable #sub-images-view ul li {
	  width: 100% !important;
	}
	#cv-xsell-table {
		padding: 0;
	}
}

.cartin-postage-note.teiki-note {
  text-align: right;
  color: #f76380;
}

.detail_sub .cb-modal-products table tr:nth-child(3) td .t-cb-cart,
.detail_sub .cb-modal-products table tr:nth-child(3) td .select-area + a {
	background: #009e6d;
}

.user-information-input + table.table.table-bordered {
  display: none;
}

/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
/*Order error*/
.OrderPage #Contents .form-inline {
  display: block;
}
.OrderPage td .form-inline .formError .formErrorContent {
  position: relative !important;
  display: block;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  margin-bottom: 6px !important;
  transform: none !important;
}
.OrderShipping #view-billing-information .table-bordered tr:nth-child(3) td span {
	display: none !important;
}
.OrderShipping #view-billing-information .table-bordered tr:nth-child(3) td .formErrorContent {
  margin-left: 0 !important;
}

.post-fee-note.postage-note:empty {
  display: none;
}
#AmazonPayOneClickOrderArea {
	display: none !important;
}
/*==========================No difference ↑==========================*/

/*==========================base only ↓==========================*/
/*---------231016----------*/
.form-horizontal .order_group_wrap {
	display: block;
}
.payment-preview-content > div label {
	display: block;
}
.user-information-input + .order_group_wrap {
  display: none;
}
/*==========================base only ↑==========================*/

/*==========================No difference ↓==========================*/
/*定期商品変更*/
#order-items-edit-view blockquote {
  display: block;
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 600;
}
#order-items-edit-view .table-responsive {
  margin-bottom: 48px;
}
#order-items-edit-view .table-responsive .table th {
  width: 100px;
  padding: 10px 4px;
  font-size: 14px;
}
#order-items-edit-view .table-responsive .table td {
  height: 40px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}
#order-items-edit-view .alert {
  padding: 0;
  background: transparent;
}

#order-items-edit-view .form-horizontal {
  margin-bottom: 40px;
}
#order-items-edit-view .form-horizontal label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}
#order-items-edit-view .form-horizontal select {
  height: 40px;
  padding: 0 10px;
  margin-bottom: 14px;
  font-size: 13px;
}
#order-items-edit-view .form-horizontal input[type="submit"] {
  display: block;
  width: 160px;
  height: 36px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #FFF;
  background: #000;
  border: none;
  border-radius: 50px;
}
#order-items-edit-view .btn {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}

.btn_cancel.lock {
  background: #ddd;
  pointer-events: none;
}

/*---------------------------------------*/
.lock-note {
  max-width: 400px;
  margin: 10px auto;
  font-size: 12px;
  line-height: 1.2;
}
.lock-note .red {
  color: #ff5858;
}

.edit-link {
  display: inline-block;
  margin-top: 10px;
  color: #fa7091;
  text-decoration: underline;
}

#order-items-edit-view .form-horizontal .note {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background: #fdfe9b;
}
#order-items-edit-view .form-horizontal .note b {
	font-weight: 600;
}

#Contents .order_group > dt .note {
  display: block;
  padding-left: 1em;
  margin-top: 3px;
  font-size: 12px;
  text-indent: -1.1em;
}

/*マイページ情報変更定期便反映*/
.add_cut_order_table {
	width: 100%;
  margin-bottom: 40px;
	overflow-x: auto;
}
.add_cut_order_table table {
  width: 100%;
  min-width: 660px;
  margin-bottom: 8px;
  font-size: 13px;
  background: #FFF;
}
.add_cut_order_table table th {
  padding: 6px 8px;
  white-space: nowrap;
  border: 1px solid #dedede;
}
.add_cut_order_table table td {
  padding: 6px 8px;
  font-size: 12px;
  border: 1px solid #dedede;
}
.add_cut_order_table table td:nth-child(2) {
  white-space: nowrap;
}
.add_cut_order_table table tr:nth-child(2n) td {
  background: #f9f9f9;
}

.side-note.red {
  font-size: 13px;
  line-height: 1.1;
  color: #ff7070;
}

/*1130 サンクスクロースセール*/
#countdown-timer {
  margin: 20px auto;
  border: none;
}
.countdown-inner .flex {
  display: flex;
  margin: 10px;
  justify-content: center;
}
.cv_xsell-wrap {
	margin-top: 40px;
}
#suggestion {
	margin-bottom: 24px;
}
#cv-xsells-view #product_details_modal.default-hide {
  display: none;
}
#cv-xsells-view #sub-images-view .img-box:first-child {
  display: none;
}
#cv-xsells-view #sub-images-view .img-box {
  font-size: 0;
}
#cv-xsells-view .modal-product_infor {
  display: none;
}
#cv-xsells-view #variant-option-types .row {
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}
#cv-xsells-view .variant-option-cart {
  max-width: 380px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.cv_xsell-wrap #suggestion {
	display: none;
  padding: 10px;
  text-align: center;
  visibility: hidden;
}
#perform-view.thanks_inner .order_group > dd {
  padding: 0;
  border: none;
}
.cv_xsell-wrap {
  width: 87.2%;
  margin: 40px auto;
}
.xsells-pop-txt img {
  width: 90%;
}
#expired_cv_xsell {
  padding: 0 5%;
}
#cv-xsells-view #variant-option-types .row label {
  margin: 0 7px 0 0;
  font-weight: 400;
}
.xsell-confirm-view .product-order-preview {
	margin-bottom: 20px;
  font-size: 12px;
}
.xsell-confirm-view .product-order-preview th {
  white-space: nowrap;
}
.OrderPage .base_inner {
  width: 100%;
}
#product_details_modal.modal-scrollable #sub-images-view ul li:nth-child(4) {
  display: none;
}

/*ポイント交換*/
.base_cont .point_e_bnr {
  position: fixed;
  display: flex;
  left: auto;
  right: auto;
  bottom: 10px;
  width: 100%;
  max-width: 1230px;
  padding: 10px 24px;
  margin: 0;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  background: #fa7091;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.base_cont .point_e_bnr p {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.point_exchangeable_title {
  display: block;
  padding: 20px 24px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  background: #ededed;
  border-radius: 8px;
}
.point_exchangeable_list {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point_exchangeable_list::before,
.point_exchangeable_list::after {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}
.point_exchangeable_box {
  width: 24%;
  margin-bottom: 16px;
  background: #ededed;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #ddd;
  overflow: hidden;
}
.point_e_img {
  padding: 30px;
  font-size: 0;
  background: #FFF;
}
.point_e_info {
	padding: 16px 16px 20px;
}
.point_e_title {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.point_e_case {
  margin-bottom: 12px;
  font-size: 14px;
}
.point_e_txt {
  display: block;
  height: 60px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.2;
  overflow-y: auto;
}
.point_e_pi {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #fa7091;
}
.point_e_pi small {
  margin-left: 6px;
  font-size: 12px;
}
.point_e_btns .btn-primary {
  height: 48px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  background: #fa7091 !important;
  box-shadow: 3px 3px #c95773;
}
@media screen and (max-width: 767px) {
	.point_exchangeable_box {
    width: 49%;
	}
	.point_e_img {
    padding: 10px;
	}
}
@media screen and (max-width: 520px) {
	.point_exchangeable_box {
		width: 100%;
	}
	.point_e_pi {
    margin-bottom: 20px;
	}
}

/*231222*/
#xsell-select-view .product-sub-thumbnail {
  margin: 56px 0;
  font-size: 0;
}
#product_details_modal.default-hide {
	display: none !important;
}
#form_cv_xsell .form_group_ec {
  padding-top: 100px;
  margin-top: -80px;
}
.cv_xsell_variant_detail {
  position: relative;
  z-index: 9;
}

/*231226*/
.note.sch_red {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #ef607c;
}

/*240405*/
p.tinputchk {
	margin-top: 2px;
	color: red;
	font-size: 10px;
}
/*==========================No difference ↑==========================*/

/*==========================base only ↓==========================*/
.soldout-note {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #df667e;
}
div#converted-items {
  display: none !important;
}
#Contents .order_thanks .cross-sale {
  width: 87.2%;
  margin: 28px auto;
}
#form_cv_xsell #view-payment-schedule .form-inline {
  display: block;
  width: 100%;
  text-align: right;
  white-space: normal;
}
/*==========================base only ↑==========================*/

/*==========================No difference ↓==========================*/
/*240522 商品詳細*/
.send-data {
  position: relative;
  max-width: 400px;
  padding: 10px 8px;
  margin-top: 15px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #f76380;
  text-align: center;
 	background: #FFF;
  border: 2px solid #f76380;
  border-radius: 10px;
}
.send-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 0;
  height: 0;
  border: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -3px 0 #f76380);
  transform: translateY(-80%);
}
.send-data p {
  position: relative;
  z-index: 2;
}
.send-data p span {
  font-size: 128%;
  letter-spacing: -0.4px;
}
.send-data::after {
  content: "※上記日程は購入時に指定いただいた場合の最短到着日目安となります。\A※指定がない場合には到着日が前後する可能性がございます。";
  position: absolute;
  left: 0;
  bottom: -6px;
  font-size: 10px;
  text-align: left;
  font-weight: 400;
  color: #000;
	white-space: pre;
  transform: translateY(100%);
}

.send-data.teiki {
  color: #009e6d;
  border-color: #009e6d;
}
.send-data.teiki::before {
  filter: drop-shadow(0 -3px 0 #009e6d);
}

.detail_info .about-teiki {
  max-width: 408px;
  margin: 50px auto 0;
}
.detail_info .about-teiki p {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-end;
}
.detail_info .about-teiki p a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.detail_info .about-teiki p a img {
	max-width: 15px;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.send-data p {
    font-size: 12px;
	}
	.send-data.teiki::before {
		border-width: 0 6px 8px 6px;
	}
	.send-data::after {
		/*padding-left: 1em;*/
		/*text-indent: -1em;*/
    letter-spacing: -0.2px;
	}
	.detail_info .about-teiki p a {
    font-size: 12px;
	}
	.detail_info .about-teiki p a img {
    max-width: 12px;
    margin: 1px 6px -1px 0;
	}
}

.product_show_view .price_box .sp {
  display: none;
}
@media screen and (max-width: 767px) {
	.product_show_view .price_box .sp {
	  display: block;
	}
}

/*240531*/
.product_show_view .price_box dd {
  display: block;
}
.product-point {
  position: relative;
  display: block;
  padding: 0;
  margin-top: 10px;
  color: #000;
  font-weight: 300;
  border: none;
  z-index: 1;
}
.product_show_view .price_box {
  margin-bottom: 16px;
}
.detail_info .fieldset {
  font-size: 0;
}
.detail_info .about-teiki p {
	margin-bottom: 10px;
	font-size: 12px;
  font-weight: 500;
}

/*240626*/
#btn-stock-waiting-list {
	font-size: 16px;
	font-weight: 600;
}

/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
.scl-chat_btn {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 74px;
  text-align: center;
  z-index: 29;
}
.scl-chat_btn a:hover {
	opacity: 0.8;
}

.send-data-case {
  padding: 10px 10px 12px;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #f76481;
  border: 1px solid #f76481;
  border-radius: 8px;
}
.send-data-case span {
  font-size: 18px;
}
.price_send-data .note {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}
.teiki-note {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  font-weight: 500;
}
.teiki-note .red {
  color: red;
}
.detail_info .about-teiki {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.send-data-case {
    padding: 9px 6px 11px;
    font-size: 12px;
	}
	.send-data-case span {
    font-size: 15px;
    letter-spacing: -0.3px;
	}
	.teiki-note {
    font-size: 11px;
    font-weight: 400;
	}
}

.detail-teiki_note.hide {
  visibility: hidden;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
/*最短発送区間*/
.shipping_note {
  display: flex;
  font-weight: 500;
  color: #ea7a92;
  letter-spacing: 2px;
}
.shipping_icon {
  width: 23px;
  margin-right: 7px;
}
.shipping_icon img {
  width: 100%;
  margin-top: -5px;
}
.shipping_note .note {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}

/*一覧ページラベル*/
.lb_onlyshop + .lb_soldout {
	display: none;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
.price-flex {
  display: flex;
  justify-content: space-between;
}
.call-pointet {
  padding-bottom: 3px;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid;
  cursor: pointer;
}

.cart-addfrom {
  position: relative;
}
.pointet-modal {
  position: absolute;
  top: 50px;
  left: 6.4%;
  right: 6.4%;
  height: 100%;
  background: #FFF;
  border: 1px solid #ddd;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.pointet-modal.open {
	opacity: 1;
	pointer-events: auto;
}
.pointet-close {
  position: absolute;
  top: 3px;
  right: 8px;
  font-size: 18px;
  cursor: pointer;
}
.pointet-inner {
  padding: 24px;
  height: 100%;
  font-weight: 400;
  line-height: 1.6;
  overflow-y: auto;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
.product_show_view #sub-images-view .img-wrap .slick-list {
  padding: 0 !important;
}
.product_show_view #sub-images-view .img-wrap li:hover::after {
	border: none;
}
/*==========================No difference ↑==========================*/
/*==========================No difference ↓==========================*/
.swiper-inner-link {
	position: relative;
}
.swiper-inner-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  pointer-events: none;
}
.swiper-slide-active .swiper-inner-link::before {
	background: rgba(0, 0, 0, 0);
}
.lululun_topv3--main .kv .swiper-slide a {
	/*padding-top: 1.9%;*/
  transform: scale(0.85);
  transition: 0.8s;
}
.lululun_topv3--main .kv .swiper-slide.swiper-slide-active a {
  padding-top:0;
  transform: scale(1);
}

#Contents div.column {
  padding: 0 10px;
  font-size: 12px;
}
#Contents div.column + .column {
  margin-top: -20px;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
.top_banner {
  padding: 20px;
  font-size: 0;
}
.top_banner a {
  display: block;
  max-width: 680px;
  margin: 0 auto;
}

.lind_friend {
  display: block;
  max-width: 480px;
  margin: 40px auto;
  font-size: 0;
}
.lind_friend a {
  display: block;
  font-size: 0;
}

@media screen and (max-width: 767px) {
	.lululun_topv3--main .kv .swiper-slide a {
  	transform: scale(1);
	}
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
/*==========================No difference ↑==========================*/

/*==========================base only ↓==========================*/
/*==========================base only ↑==========================*/