@charset "UTF-8";

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

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

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

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

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

a {
  color: inherit;
  cursor: pointer;
}

.container.page-content-wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
  overflow: hidden;
}

#Contents{
	width: 100%;
}
#Contents .Contents_inner {
	width: 1100px;
	margin: 0 auto;
}

#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 {
	vertical-align: middle;
}


/* ログイン画面 */

/* カート画面 */
.cartOrder .subcartOrder input {
	width: 100%;
	height: 40px;
}
.cartOrder .more_btn {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	padding-right: 15px;
	background-color: #555;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center right 6px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

/*注文情報入力画面*/
.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: bold;
	position: absolute!important;
	margin: 1.2em 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{
	border: 2px solid #555;
	padding: 14px;
	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;
}

.OrderPage .selectWrap {
	width: 320px;
}

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

.OrderPage .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;
}

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

.OrderPage input {
	padding: 14px 50px 14px 14px;
}
.OrderPage 	.button_wrap input {
	padding: 14px;
}
.OrderPage .form-inline span {
	float: left;
}
.OrderShipping #view-billing-information .table-bordered tr:nth-child(3) td span {
	float: left;
	margin-top: 10px;
}
.OrderShipping #view-billing-information .table-bordered tr:nth-child(3) td .formErrorContent {
	margin-left: 3.6em!important;
	
}




/*ボタン周り*/
.button_wrap{
	width: 320px;
	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;
	padding-left: 30px;
	overflow: visible;
	text-decoration: none !important;
}
.back_btn a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%) rotate(45deg);
	transform : translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}

.btn_radius {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 24px 10px;
	background: #2e2e2e;
	border-radius: 32px;
	font-size: 16px;
	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: 64px;
	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: 20px;
	color: #fff;
}
.btn_radius span::after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 6px;
	height: 11px;
	background: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.white_btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 30px;
	background: #fff;
	border: solid 1px #aaa8a9;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
}
.white_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform : translateY(-50%) rotate(45deg);
	transform : translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
}
.receipt-button {
	/*float: right;*/
	margin: -50px auto 0;
	max-width: 1230px;
	width: 100%;
	text-align: right;
}
.receipt-button .receipt-issue {
	width: 359px; 
	padding: 8px; 
	border: none; 
	background-color: #8f8f8f; 
	color: #ffffff; 
	letter-spacing: 0.1em; 
	font-size: 15px;
}
.receipt-button p {
	width: 29%;
    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;
}

/* 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: 14px;
	font-weight: 500;
	color: #222;
}
.base_cont * {
	box-sizing: border-box;
}

.base_page {
	padding-top: 75px;
}
.base_inner {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}

/* 見出し */
.base_cont .headline2 {
	margin-bottom: 60px;
}
.base_cont .headline3 {
	margin-bottom: 50px;
}
.base_cont .headline2 span,
.base_cont .headline3 span {
	display: inline-block;
	vertical-align: baseline;
}
.base_cont .headline2 .en {
	margin-right: 24px;
	font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 48px;
}
.base_cont .headline2 .ja {
	font-size: 16px;
	font-weight: 700;
}
.base_cont .headline3 .en {
	margin-right: 20px;
	font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 32px;
}
.base_cont .headline3 .ja {
	font-size: 14px;
	font-weight: 700;
}
.base_cont .band_headline3 {
	width: 100%;
	margin-bottom: 55px;
	padding: 22px;
	background: #dedede;
	font-size: 20px;
	font-weight: 700;
}

.base_cont .txt_box {
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.alert {
	/*background-color: #ccc;*/
	padding: 16px 24px;
	margin-bottom: 24px;
	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 !important;
	left: 0 !important;
	width: 100%;
	margin: 0 !important;
	padding: 2px 0 0 !important;
	font-size: 11px;
	color: #ff0000;
	transform: translateY(100%);
}
.formErrorContent {
    position: absolute!important;
    margin: 30px 0 0!important;
}
.contents_section .formErrorContent {
	line-height: 1.2 !important;
	margin: 0!important;
	top: 35%;
    left: 3%;
}
.form_alert_message {
	display: none;
	margin-top: 5px;
	color: #ff0000;
}


/* フォーム */
.base_cont .form_inner {
	max-width: 660px;
	margin: 0 auto;
}
.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: 10px;
	border: solid 1px #dedede;
	background: #fff;
	font-size: 18px;
	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: 50px;
}
.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;
}

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

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

.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: 30px;
}
.checkboxWrap .checkbox_parts {
  display: inline-block;
}
.checkboxWrap input[type=checkbox] {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
.checkboxWrap label { margin-left: 0;}
.checkboxWrap label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  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: 14px;
  height: 14px;
  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: 15px;
	font-size: 16px;
	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: 40px;
}
.base_cont .form-horizontal .col-xs-3 {
	width: 20% !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;
}
.base_cont .table-responsive table {
	width: 100%;
}
.base_cont .table-responsive table th {
	width: auto;
	padding: 5px 2px;
	background: #fcfafb;
	font-size: 18px;
	font-weight: 700;
}
.base_cont .table-responsive table thead th {
	padding-bottom: 15px;
}
.base_cont .table-responsive table tbody {
	background: #fff;
	border: solid 1px #dedede;
}
.base_cont .table-responsive table tbody tr {
	border-bottom: solid 1px #dedede;
}
.base_cont .table-responsive table td {
	height: 60px;
	padding: 5px 2px;
	font-size: 16px;
	text-align: center;
}
.base_cont .table-responsive table .more_btn {
	display: block;
	width: 140px;
	margin: 0 auto;
	padding: 12px 25px;
	background-color: #2e2e2e;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center right 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}
.base_cont .table-responsive table .more_btn._delete {
	margin-top: 5px;
}
.base_cont .info_item_box {
	margin-bottom: -30px;
}
.base_cont .info_item_box .info_item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom: 30px;
	font-size: 16px;
}
.base_cont .info_item_box .info_item > dt {
	min-width: 208px;
	width: 208px;
	font-weight: 700;
}
.base_cont .info_item_box .info_item > dd {
	width: 100%;
}

.base_cont .nav-tabs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.base_cont .nav-tabs a {
	display: block;
	position: relative;
	width: 230px;
	padding: 20px 10px;
	color: #8f8f8f;
}
.base_cont .nav-tabs a::after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #b2b2b2;
}
.base_cont .nav-tabs a span {
	display: inline-block;
	position: relative;
	padding: 0 30px;
}
.base_cont .nav-tabs a span::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
}
.base_cont .nav-tabs li.active a {
	color: #fa7091;
}
.base_cont .nav-tabs li.active a::after {
	height: 2px;
	background: #fa7091;
}
.base_cont .nav-tabs li.active a span::after {
	border-color: #fa7091;
}


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

.last_section {
	padding-bottom: 100px;
}
.base_grid {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.mypage_section .base_grid {
	margin-bottom: 40px;
}
.base_grid .side_wrap {
	width: 29%;
}
.base_grid .main_wrap {
	width: 71%;
}
.side_nav_wrap {
	width: 250px;
	min-width: 250px;
	margin-right: 6%;
}
.side_nav_wrap .wrapSide img {
	/* width: 100%; */
	width: 250px;
}
.side_nav_item {
	/*display: none!important;*/
	border-bottom: solid 1px #b3b3b3;
	font-weight: 500;
}
.productsSearch .btn_wrap {
	display: none!important;
}
.side_nav_item.last_item {
	border-bottom: none;
	margin-bottom: 50px;
}
.side_nav_item > dt {
	position: relative;
	padding-top: 30px;
	padding-bottom: 17px;
	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: 2px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 20px;
	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 {
	font-size: 13px;
}
.side_nav_item > dd.aco_cont {
	display: none;
	padding-bottom: 30px;
}
.side_nav_item > dd select {
	width: 100%;
	height: 40px;
}
/* iOSでのデフォルトスタイルをリセット */
.btn_wrap {
	margin-bottom: -15px;
}
.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: 100%;
	height: 40px;
	margin-bottom: 15px;
	background: #2e2e2e;
	border-radius: 20px;
	font-size: 12px;
	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: 40px;
	padding: 10px;
	border: solid 1px #b3b3b3;
	background: #fff;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_search_gray.png);
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 21px;
	font-size: 13px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.side_nav_wrap input[type="search"]:focus {
	box-shadow: none;
}

.main_wrap {
	width: 74%;
}
.icon_chevron {
	display: inline-block;
	padding-right: 15px;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron_black.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: right center;
}

.purchase_history {
	padding: 20px 3.24%;
	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: 20px 0;
}
.purchase_history .item .img_box {
	width: 70px;
	height: 70px;
	margin-right: 30px;
}
.purchase_history .item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.purchase_history .item .detail_box {
	font-size: 16px;
	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: 120px;
}
.purchase_history .item .detail_box .quantity {
	display: inline-block;
}
.total_box {
	padding: 20px 5%;
	background: #f5f5f5;
	border: 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: 12px 0;
	background: #ffc7d3;
}
.breadcrumb_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.breadcrumb_list > li:not(:last-child) {
	position: relative;
	padding-right: 17px;
	margin-right: 15px;
}
.breadcrumb_list > li:not(:last-child)::after {
	display: block;
	content: " ";
	position: absolute;
	top: 2px;
	right: 0;
	width: 6px;
	height: 10px;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.breadcrumb_list > li img {
	width: 16px;
}
.breadcrumb_list a {
	color: #fff;
}

/* ページネーション */
.pagination_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.pagination {
	margin-top: 40px !important;
	font-size: 20px;
	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(https://image.lululun.com/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 .name_txt {
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.5;
}
.mypage_section .name_txt span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.mypage_section .point {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 15px 10px 12px;
	background: #b3b3b3;
	border-radius: 4px;
	font-weight: 700;
	color: #fff;
}
.mypage_section .point span {
	display: inline-block;
	margin-left: 12px;
	margin-right: 0.1em;
	font-size: 20px;
}
.mypage_section .point_btn {
	font-size: 13px;
}
.mypage_nav {
	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;
}
.mypage_nav > li {
	width: 47%;
	border-bottom: solid 1px #dedede;
	font-size: 16px;
	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: 25px 0;
	padding-right: 10px;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron_black.png);
	background-size: 6px;
	background-position: center right;
	background-repeat: no-repeat;
}
.mypage_nav > li a img {
	width: auto;
	margin-right: 16px;
}

/* LINE連携 */
.lineconnect_section {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 60px 20px 0;
	background: #fcfafb;
	line-height: 1.8;
}
.lineconnect_section .outline_txt {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
.lineconnect_section .line_img01 {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 80px;
}
.lineconnect_section .line_box {
	max-width: 870px;
	margin: 0 auto 80px;
	padding-top: 20px;
	/*background: #e4edde;*/
	color: #839a74;
	line-height: 2;
}
.lineconnect_section .line_box > p {
	margin: 0 20px;
}
.lineconnect_section .line_box > ul {
	margin: 5px 20px 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: 30px;
	background: #fcfafb;
	color: #222;
}
.lineconnect_section .line_box .point_box .point_item {
	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: 48%;
	height: 120px;
	background: #f5f5f5;
	text-align: center;
}
.lineconnect_section .line_box .point_box .point_item .line_point01 {
	max-width: 60px;
	margin-right: 15px;
}
.lineconnect_section .line_box .point_box .point_item .line_point02 {
	max-width: 70px;
	margin-right: 20px;
}
.line-token-set-btn {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 3px;
	background: #555;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.line-token-set-btn:hover {
	font-size: 16px;
}
.line-token-set-btn span {
	display: inline-block;
	padding: 0 18px;
	background-image: url(https://image.lululun.com/contents/imagespkg/common/icon_chevron.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 6px;
	padding: 20px;
}

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

/* 商品一覧 */
/* 3列 */
.product_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.15%;
	margin-bottom: -20px;
}
.product_list > li {
	position: relative;
	width: 31.18%;
	margin-left: 2.15%;
	margin-bottom: 20px;
	border: solid 1px #dedede;
	background: #fff;
}
.product_list > li .favorite {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 18px;
	font-size: 10px;
	white-space: nowrap;
}
.product_list > li .favorite img {
	width: 100%;
}
.product_list > li a {
	display: block;
	padding: 45px 25px 23px;
}
/* 4列 */
.recommend_section .product_list {
	margin-left: -2.48%;
}
.recommend_section .product_list > li {
	width: 22.51%;
	margin-left: 2.48%;
	border: none;
	background: transparent;
}
.recommend_section .product_list > li a {
	padding: 0;
}

.product_list .thumb {
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
	text-align: center;
}
.recommend_section .product_list .thumb {
	height: 284px;
	padding: 55px 40px 40px;
	margin-bottom: 25px;
	background: #fff;
}
.product_list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_list .name {
	min-height: 38px;
	margin-bottom: 8px;
	line-height: 1.5;
	font-size: 13px;
	font-weight: 500;

	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product_list .price {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
.product_list .price span {
	display: inline-block;
	font-size: 15px;
}
.recommend_section .product_list > li a.cart_btn {
	padding: 14px 10px;
}
.product_list .more_btn,
.product_list .cart_btn {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 14px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
.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(https://image.lululun.com/contents/imagespkg/common/icon_chevron.png);
}

/* 商品検索 */
.refined_search_title {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	background: #b3b3b3;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
/*絞り込みアイコン非表示*/
.refined_search_title {
	display: none!important;
}

.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: -20px;
}
.productsCategory h3 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
}
.productsCategory .categoryImg {
	margin-bottom: 10px;
}

/* 商品詳細 */
.product_show_view {

}
.product_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1238px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.product_inner .detail_image {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/*width: 70%;*/
	width: 64%;
}
.product_inner #sub-images-view {
	width: auto;
	margin-right: 34px;
}
.product_inner #sub-images-view img {
	width: 100%;
}
.product_inner #sub-images-view .img-wrap {
	width: 64px;
	display: none;
}
.product_inner #sub-images-view .img-wrap:first-child {
	display: block;
}
.product_inner #sub-images-view .img-wrap li {
	position: relative;
	width: 100% !important;
	margin-bottom: 8px;
	overflow: hidden;
}
.product_inner #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: 4px;
	border: solid 1px #e8aeba;
	pointer-events: none;
	box-sizing: border-box;
}
.product_inner #sub-images-view .img-wrap li:hover::after {
	border: solid 2px #F76380;
}
.product_inner #main-img {
	width: auto;
}
.product_inner .detail_info {
	position: relative;
	/*width: 30%;*/
	width: 36%;
}
.product_inner .detail_sub {
	width: 100%;
}
.product_show_view .page-header {
	margin-bottom: 55px;
	padding-right: 25px;
	font-size: 32px;
	font-weight: 500;
	color: #F76380;
	line-height: 1.3;
}
.product_show_view .favorite {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	white-space: nowrap;
}
.product_show_view .detail_info h3 {
	font-size: 14px;
	font-weight: 500;
	color: #F76380;
}
.size_select_box h3 {
	margin-bottom: 10px;
}
#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 1% 9px 2%;
  font-size: 13px;
	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: 44%;
	margin-right: 5%;
}
.product_show_view .size_select_box {
	padding-bottom: 40px;
	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: -4.21%;
	margin-bottom: -10px;
}
.product_show_view .size_select > li {
	position: relative;
	width: 29%;
	margin-left: 4.21%;
	margin-bottom: 10px;
	overflow: hidden;
}
.product_show_view .size_select > li::after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: solid 1px #e8aeba;
	pointer-events: none;
}
.product_show_view .size_select > li:hover::after {
	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: 20px;
	margin-top: 20px;
	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: 13px;
	font-weight: 500;
	text-align: center;
}
.product_show_view .shipping-wrapper .shipping-detail {
	font-size: 12px;
	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 {
	/* appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; */
	width: 100%;
	height: 24px;
	font-size: 13px;
  font-weight: 500;
	background-color: #fff;
	border: solid 1px #e8aeba;
	border-radius: 4px;
	color: #F76380;
}
.product_show_view .cartin {
	width: 78%;
}
.product_show_view .cartin_btn,
.product_show_view .cartin_btn_tanpin,
.product_show_view .cartin_btn_teiki,
.product-tracking .cartin_btn,
.product-tracking .cartin_btn_tanpin,
.product-tracking .cartin_btn_teiki {
	display: flex;
	width: 100%;
	height: 56px;
	border-radius: 28px;
	background: #F76380;
	border: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.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: 20px 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: 20px;
	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: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.mypage_section .main_wrap aside a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

/*定期購入説明　レイアウト*/
.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 10px;
  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
}

.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_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;
}
.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;
}
/*追加*/
.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);
}

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

.product_show_view .cartin_btn#btn-add-scl {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 278px;
  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;
}

/*========Mypage調整========*/
.line-token-set-btn {
  background: #00b900;
}
.line-token-set-btn span {
  padding: 10px 20px 24px;
}
.line-token-set-btn img {
  width: 36px;
  margin-right: 4px;
  font-size: 0;
  transform: translateY(10px);
}

/*========定期購入ボタン========*/
.product_show_view .cartin2 #cart-subscription {
  position: fixed;
  right: 20px;
  bottom: 90px;
  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;
}

/*========カテゴリー一覧変更========*/
.category_product_list > li a {
  padding-bottom: 15px;
}
.category_product_list .cart_btn {
  width: calc(100% - 50px);
  margin: 0 auto 15px;
}
.category_product_list .more_btn {
  width: calc(100% - 50px);
  margin: 0 auto 23px;
}

/*========フォーム調整========*/
.form-inline {
  position: relative;
}
.OrderPage .formErrorContent {
  top: 24px;
  width: 220px;
  margin: 0 !important;
  transform: translateX(100%)translateY(-50%);
}
.birth_select {
  display: flex;
  justify-content: space-between;
}
.birth_select select {
  width: 32%;
}

/*========プロダクトシリーズ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: 90px;
	min-width: 90px;
	padding: 16px 0;
	font-weight: 700;
}
.cart-modal-wrap .cb-modal-products table th p {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 300;
}
.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,
.cart-modal-wrap a.t-cb-cart.cartin_btn,
.cart-modal-wrap .cb-modal-products td > 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;*/
}

/*========購入フォーム調整ーログインしたユーザーに請求先閉める========*/
.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 + .table,
.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: 480px;
    max-width: 100%;
    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;
    left: 0;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    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;
    font-size: 12px;
    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;
    line-height: 1.5;
    vertical-align: text-top;
}
.detail_sub .cb-modal-products table th p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}
.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;
}
.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: 12px;
  line-height: 1;
  padding: 3px 8px;
  margin-left: 10px;
  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 {
  color: #333;
  border-color: #ddd;
}
.product_show_view .cartin {
  max-width: 380px;
}
.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;
}

/*=================================================
                  購入画面確認情報
===================================================*/
.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 .detail_image {
  margin-bottom: 26px;
}
.detail_beginning {
  margin: 20px 0;
  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 .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(https://image.lululun.com/contents/imagespkg/common/size_band_bg.png) 50% 0 / 100% 100% no-repeat;
}
.bandInner.gray {
	background: url(https://image.lululun.com/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;
}

.product_inner {
  padding-top: 0;
}
.product_show_view {
  margin-top: -30px;
}

.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: 90px;
    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: 30%;
  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;
  opacity: 0;
  pointer-events: none;
}

.detail_info .fieldset .stock {
  font-size: 14px;
}

.canpaign_banner {
	margin-top: 80px;
}

#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,
#AmazonPayButtonWallet .amazon_pay_not_use_message {
  white-space: normal;
}

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

/*==========================No difference ↓==========================*/
/*カートボタンに送料ノート追加*/
.product_show_view .cartin_box {
  align-items: flex-start;
}
.product_show_view .cartin_box .select_box {
  padding-top: 2.8%;
}
.cartin-postage-note {
  padding: 6px 10px 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
.cartin-postage-note sub {
  font-size: smaller;
  vertical-align: text-top;
}
/*==========================No difference ↑==========================*/

/*==========================No difference ↓==========================*/
/*注文完了クロスセール*/
#Contents .order_thanks {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
}
#Contents .order_thanks .cross-sale {
  width: 360px;
  min-width: 360px;
  margin-left: 40px;
}
.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: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: 10px;
  background: url('https://image.lululun.com/ec_assets/common/images/icon-arrow-next.svg') 50% 50% / contain no-repeat;
}

/*お問合せ追記注意文*/
.mail-attention {
  padding: 20px;
  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;
}
#important-info-archive .info-img {
	min-width: 230px;
}
.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 ↓==========================*/

/*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;
}
.form-inline .selectWrap {
  margin-right: 20px;
}

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

/*サンクスセール調整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;
}
.post-fee-note.postage-note {
	top: 82px;
}
.payment-hidden .selectWrap {
  display: none !important;
}
.payment-hidden.open {
	display: table;
}

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

/*サンクスセール　確認*/
.xsell-confirm-view {
  max-width: 1100px;
  margin: 0 auto;
}
.xsell-confirm-view .preview-content {
  margin-bottom: 40px;
  background: #f3f3f3;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.xsell-confirm-view .preview-content .payment-preview-title {
  padding: 20px;
  margin: 0 0 20px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  background: #f8f9fa;
}
.xsell-confirm-view .preview-content .payment-note {
  padding: 0 20px;
  border: none;
}
.xsell-confirm-view .preview-content.payment-note b {
  color: inherit;
}
.xsell-confirm-view .preview-content table.product-order-preview {
  width: calc(100% - 40px);
  margin: 0 20px 40px;
  font-weight: 500;
}
.xsell-confirm-view .preview-content table.product-order-preview th {
  height: 32px;
  padding: 8px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  background: #f8f9fa;
  border: solid 1px #e2e2e2;
}
.xsell-confirm-view .preview-content table.product-order-preview  td {
  background: #fff;
  margin-left: 180px;
  padding: 15px 30px;
  border: solid 1px #e2e2e2;
}
.xsell-confirm-view .preview-content table.product-order-preview th:first-child {
  width: calc(100% - 240px);
}
.xsell-confirm-view .preview-content table.product-order-preview th:nth-child(2) {
  width: 80px;
}
.xsell-confirm-view .preview-content table.product-order-preview th:last-child {
  width: 160px;
}
.xsell-confirm-view .preview-content table td.order-item_cot {
  text-align: center;
}
.xsell-confirm-view .preview-content table td.order-item_price {
  text-align: right;
}
.xsell-confirm-view .ir-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.xsell-confirm-view .ir-item {
  min-width: 134px;
  text-align: right;
}
.xsell-confirm-view .discount .ir-flex {
  color: #f38382;
}
.xsell-confirm-view .plan-point .ir-flex > p {
  font-size: 12px;
  font-weight: 300;
}
.xsell-confirm-view .delivery-preview-point {
  display: block;
  margin-bottom: 20px;
  color: #ff4b4b;
}
.xsell-confirm-view .delivery-preview-title {
  position: relative;
  padding: 20px;
  font-size: 16px;
  background: #eee;
  pointer-events: none;
}
.xsell-confirm-view .btn-area button {
  margin: 20px auto;
}

.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;
}

.payment-item-list[data-hide="21"] li.payment-item[data-value="21"],
.payment-item-list[data-hide="5"] li.payment-item[data-value="5"],
.payment-item-list[data-hide="16"] li.payment-item[data-value="16"],
.payment-item-list[data-hide="14"] li.payment-item[data-value="14"] {
  display: none;
}

/*Order error*/
.OrderPage #Contents .form-inline {
  display: block;
}
.OrderPage #Contents .form-inline.birth_select {
  display: flex;
}
.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----------*/
.pp-cont-t {
  padding: 10px;
  background: #f8f9fa;
}
.payment-preview-content.pp-cont-info > div {
  display: flex;
}
.payment-preview-content > div label {
  width: 320px;
  background: transparent;
  border: none;
}
.payment-preview-content > div > span,
.payment-preview-content > div > div {
  padding: 10px 0;
  border: none;
}
/*==========================base only ↑==========================*/

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

#order-items-edit-view .form-horizontal {
  margin-bottom: 40px;
}
#order-items-edit-view .form-horizontal label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
#order-items-edit-view .form-horizontal select {
  height: 40px;
  padding: 0 20px;
  margin-bottom: 14px;
  font-size: 13px;
}
#order-items-edit-view .form-horizontal input[type="submit"] {
  display: block;
  width: 120px;
  height: 36px;
  margin-left: auto;
  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;
}
.edit-link {
  margin-left: 20px;
  color: #fa7091;
  text-decoration: underline;
}

#order-items-edit-view .form-horizontal .note {
  padding: 20px;
  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;
}

.lock-note .red {
  color: #ff5858;
}

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

/*マイページ情報変更定期便反映*/
.add_cut_order_table table {
  width: 100%;
  margin-bottom: 40px;
  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;
}
/*==========================No difference ↑==========================*/

/*==========================base only ↓==========================*/
.soldout-note {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #df667e;
}
/*==========================base only ↑==========================*/

/*==========================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;
}
#expired_cv_xsell {
	display: none;
}
/*サンクスクロスセール　リニューアル*/
#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;
}
#view-input-card-name label.label,
#view-input-card-cvv label.label {
  display: none;
}

#Contents table td.order-item_name div {
  display: flex;
  align-items: center;
}
.item_name-img {
  margin-right: 20px;
}

/*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;
}

.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;
}

.table tr td .original_payment--select {
	margin-bottom: 0;
}

/*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 {
  padding: 10px;
  text-align: center;
  visibility: hidden;
}
#cv-xsells-view #variant-option-types .row label {
  margin: 0 7px 0 0;
  font-weight: 400;
}
#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;
	}
}

/*マイページにポイント交換追加*/
.point_call {
  margin-top: 10px;
  font-size: 13px;
  cursor: pointer;
}

.modal-teiki-order {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  z-index: 99;
}
.modal-teiki-order.active {
	opacity: 1;
	pointer-events: auto;
}
.modal-teiki-order > .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  background: #000;
  border-radius: 0;
  opacity: 0.3;
  cursor: pointer;
}
.modal-teiki-order > div {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 480px;
  padding: 32px;
  font-size: 12px;
  background: #FFF;
  border-radius: 4px;
  overflow-y: auto;
}
.modal-teiki-order > div h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.modal-teiki-order .note {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.teiki-order-list {
  width: 100%;
}
.teiki-order-list th {
  padding: 8px 10px;
  color: #FFF;
  background: #000;
  border-right: 1px solid #fff;
}
.teiki-order-list td {
  padding: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.teiki-order-list td:not(:first-child) {
  white-space: nowrap;
  border-left: 1px solid #000;
}
.teiki-order-list td:last-child {
  padding: 4px 10px;
}
.teiki-order-list td a {
  display: block;
  padding: 6px 8px;
  text-align: center;
  color: #FFF;
  background: #000;
}

/*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 ↓==========================*/
/*サンクスクロースセール本番微調整*/
div#converted-items {
  display: none !important;
}
#Contents .order_thanks .cross-sale {
  margin-top: 40px;
}
#xsell-empty-message {
  display: none !important;
}
#form_cv_xsell table {
  margin: 10px auto;
}
/*==========================base only ↑==========================*/

/*==========================No difference ↓==========================*/
/*240522 商品詳細*/
.send-data {
  position: relative;
  max-width: 400px;
  padding: 10px;
  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;
}

.product_show_view .price_box .sp {
  display: none;
}

/*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: 9;
}
.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;
}

.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;
  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: 10px;
  right: 25px;
  font-size: 20px;
  cursor: pointer;
}
.pointet-inner {
  padding: 40px;
  height: 100%;
  font-weight: 400;
  line-height: 1.6;
  overflow-y: auto;
}
/*==========================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: 0.6%;*/
  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 + .column {
  margin-top: -20px;
}
/*==========================No difference ↑==========================*/

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

.lind_friend {
  display: block;
  max-width: 480px;
  margin: 40px auto;
  font-size: 0;
}
.lind_friend a {
  display: block;
  font-size: 0;
}
/*==========================No difference ↑==========================*/