/* Outline -------------------------------------------------*/
#wrapper {
	width: 1160px;
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 1.2rem;
	overflow: hidden;
}
#container {
	position: relative;
	width: 1390px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	left: -230px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#main_clm {
	width: 1160px;
	position: relative;
}
#side_clm {
	width: 230px;
	background-color: #f8f8f8;
	font-size: 1.4rem;
	padding: 50px 0px 30px 0px;
}
/* header -------------------------------------------------*/
#global_header {
	height: 140px;
	width: 100%;
	position: relative;
}
.lookbook_header {
	height: 60px !important;
	position: fixed !important;
	top: 0 !important;
	z-index: 5000;
}
.lookbook_header #menu_trigger {
	margin-left: 20px;
	z-index: 5000;
}
.lookbook_header .cross span {
	background-color: #000000;
}
#global_header h1 {
	width: 90px;
	padding-top: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#global_header ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 1.6rem;
	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;
}
#main_contents {
	width: 1050px;
	margin: 0 auto;
}
#global_footer {
	border-top: 1px solid #d3d6d6;
	padding: 55px 15px 20px 15px;
	margin-top: 80px;
	font-size: 1.1rem;
	letter-spacing: 0px;
}
.menu_on {
	left: 0px !important;
}
#menu_trigger {
	position: relative;
	width: 26px;
	height: 26px;
	margin-left: 10px;
}
#menu_trigger a {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.cross {
	width: 26px;
	height: 26px;
}
.cross span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #9b9b9b;
}
.cross span:nth-of-type(1) {
	top: 7px;
}
.cross span:nth-of-type(2) {
	bottom: 7px;
}
.menu_active .cross span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.menu_active .cross span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

/*sideclm-------------------------------------------------------*/
.side_nav1 {
	line-height: 250%;
	margin: 40px 15px 0 25px;
}
.side_nav1 .haschild img {
	width: 9px;
}
#side_clm ul:first-child {
	margin-top: 0px;
}
#side_search_nav {
	width:185px;
	height:42px;
	border-bottom: #d3d6d6 1px solid;
	padding: 5px;
	font-size: 16px;
	margin: 0px 15px 50px 20px;
}
#side_search_nav input[type="text"] {
	border: none;
	font-size: 1.4rem;
	width: 145px;
	height: 29px;
	background-color: transparent !important;
	padding: 5px;
}
#side_search_nav input[type="image"] {
	width: 17px;
	opacity: 0.5;
}
#side_search_nav input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}
.side_nav2 {
	margin-top: 40px;
	border-top: #d3d6d6 1px solid;
}
.side_nav2 li {
	line-height: 50px;
	border-bottom: #d3d6d6 1px solid;
}
.side_nav2_haschild {
	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;
	padding-left: 25px;
	padding-right: 10px;
	width: 100%;
}
.side_nav2_haschild:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/pc/ico_arrow.gif) center center no-repeat;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.icon_rotate:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.side_nav2 li ul {
	display:none;
	padding-bottom: 15px;
}
.side_nav2 ul li {
	border: none;
    margin-left: 55px;
    line-height: 150%;
    margin-bottom: 10px;
}
.side_nav3 {
	line-height: 250%;
	margin: 30px 15px 0 25px;
}
.side_nav3 a {
	display: inline-block;
	background: url(../images/pc/ico_arrow_s.gif) left center no-repeat;
	font-size: 1.2rem;
	padding-left: 15px;
}
.haschild ul {
	margin-left: 30px;
	line-height: 150%;
	display: none;
}
.haschild ul li {
	margin-bottom: 10px;
}
.haschild img {
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: -webkit-transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.rotate {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#side_clm_btn {
	display: none;
}
/*footer-------------------------------------------------------*/
#footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#foot_nav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#foot_nav01 ul {
	margin-right: 60px;
	line-height: 320%;
}
#foot_nav01 ul li:first-child {
	font-weight: bold;
}
#footer_search_nav {
	width: 273px;
	height: 39px;
	border: 1px solid #d3d6d6;
	padding: 5px 15px;
}
#footer_search_nav input[type="text"] {
	border: none;
	font-size: 1.4rem;
	width: 225px;
	height: 29px;
}
#footer_sns {
	margin-top: 60px;
	margin-right: 10px;
}
#footer_sns p {
	float: right;
	margin-left: 25px;
}
#footer_copy {
	margin-top: 60px;
	letter-spacing: 2px;
	font-size: 9px;
}
.over_img {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
}
.lookbook_footer {
	border-top: none !important;
	padding: 0 15px 15px 15px !important;
}
.lookbook_footer #footer_sns {
	margin-top: 0;
}

.lookbook_footer #footer_sns p {
    float: left;
    margin-right: 25px;
	margin-left: 0px;
}
.lookbook_footer #footer_copy {
    margin-top: 40px;
}
/*アイテムリスト-------------------------------------------------------*/
.item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.item_list li {
	width: 186px;
	margin-right: 30px;
	margin-bottom: 75px;
}
.item_list li:nth-child(5n) {
	margin-right: 0;
}
#top_recommend .item_list li:nth-child(n+6) {
	margin-bottom: 0;
}
#top_comingsoon {
	margin-top: 90px;
}
#top_comingsoon .item_list li {
	margin-bottom: 0;
}
.list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.list_pict:before {
    content:"";
    display: block;
    padding-top: 125%;
}
.list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.list_item_price {
	display: block;
}

/*ランキング、スナップスライダー-------------------------*/
#ranking_slider_outer {
	width: 100%;
	overflow: hidden;
}
#ranking_slider .swiper-slide {
	text-align: center;
	font-size: 1.4rem;
}
#snap_slider_outer {
	width: 100%;
	overflow: hidden;
}

/*TopPage-------------------------------------------------*/
#main_visual {
	width: 1160px;
}
#main_visual img {
	width: 100%;
}
#main_visual_look {
	/*width: 1160px;*/
	/*height: 816px;*/
	margin-top: 50px;
}
#bn_slider_outer {
	width: 1050px;
	margin: 80px auto 0 auto;
	overflow: hidden;
}
#bn_slider .swiper-slide {
	width: 510px;
}
#top_recommend,
#top_ranking_slider,
.LC_Page_Index #top_snap_slider,
#top_news {
	margin-top: 90px;
}
#list_ranking_slider {
	margin-bottom: 40px;
}
#top_snap_slider {
	margin-top: 40px;
}
#news_list {
	font-size: 1.4rem;
}
#news_list li {
	margin-bottom: 22px;
}
#news_list li:last-child {
	margin-bottom: 0px;
}
#news_list li span {
	padding-right: 35px;
}

/*一覧ページ-----------------------------------------------*/
#list_items {
	margin-top: 40px;
	position: relative;
}
#sort_trigger {
	font-size: 1.4rem;
	position: relative;
	width: 50px;
	height: 20px;
}
#sort_trigger .cross {
	position: absolute;
	top: -2px;
	right: 10px;
	display: none;
}
#sort_trigger .cross a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
}
#sort_trigger .cross span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
#sort_trigger .cross span:nth-of-type(2) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
#sort_area {
	display: none;
	width: 100%;
	padding: 10px 0px 50px 0px;
	letter-spacing:normal;
}
#sort_select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.open_sort {
	margin-right: 40px;
	position: relative;
}
.open_sort p {
	height: 15px;
	background: url(../images/pc/ico_arrow_under.gif) no-repeat right center;
	padding-right: 17px;
	line-height: 15px;
	cursor: pointer;
}
.open_sort ul {
	position: absolute;
	width: 130px;
	top: 30px;
	left: 0;
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #d3d6d6;
	display: none;
}
.open_sort ul li {
	border-bottom: 1px solid #d3d6d6;
}
.open_sort ul li:last-child {
	border-bottom: none;
}
.open_sort ul li a {
	display: block;
	padding: 5px 10px;
}
#sort_color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}
#sort_color ul li {
	display: inline-block;
	margin-left: 20px;
	line-height: 13px;
	padding-bottom: 4px;
}
#sort_color ul li.colorselected {
	border-bottom: #CFCFCF 1px solid;
}

/*詳細------------------------------------------------*/
#item_detail {
	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-top: 40px;
}
#pict_area {
	width: 660px;
}
#pict_area li {
	margin-bottom: 40px;
	position: relative;
}
#detail_area {
	width: 335px;
}
#detail_price {
	font-size: 1.8rem;
	margin-top: 30px;
	line-height: 150%;
}
#point_rate_detail {
	font-size: 1.3rem;
}
#detail_base_price, #detail_off_per{
	color: #8e8e8e;
}
#detail_item_info {
	letter-spacing: normal;
	margin-top: 30px;
	line-height: 200%;
}
.detail_cart_item {
	margin-top: 45px;
	letter-spacing: normal;
}
.detail_cart_item_pict{
	border-bottom: 1px solid #d3d6d6;
}
.detail_cart_item_pict ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.detail_item_thumb {
	width: 48px;
	margin-right: 15px;
	font-size: 0;
    height: 48px;
}
.detail_cart_item_outer {
	padding: 13px 0;
	border-bottom: 1px solid #d3d6d6;
}
.detail_cart_item_outer .item_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.detail_item_size {
	width:50px;
	font-size: 1.6rem;
}
.detail_item_status {
	font-size: 1.1rem;
	width: 105px;
}
.detail_cart_btn {
	width: 140px;
	margin-right: 3px;
}
.detail_cart_item_outer .item_bottom {
	font-size: 1.1rem;
	text-align: right;
	margin-top: 5px;
}
#detail_item_spec {
	margin-top: 60px;
	letter-spacing: normal
}
#detail_item_spec p {
	margin-bottom: 30px;
}
.size_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px #d2d2d2 solid;
	border-top: 1px #d2d2d2 solid;
	margin-top: 10px;
}
.size_table ul {
	width: 100%;
}
.size_table li {
	min-height: 39px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.size_table li:first-child{
	background: #f5f5f5;
	text-align: center;
}
.size_table li:nth-child(even){
	background: #fff;
}
#detail_recommend_slider,
#detail_recent_slider {
	margin-bottom: 60px;
}
#snap_list_detail ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#snap_list_detail ul li {
	width: 175px;
}
#inline_content {
	padding: 40px;
}
#float_login {
	margin-bottom: 25px;
}
#float_login li {
	margin-bottom: 10px;
}
#pop_up_txt p {
	margin-bottom: 15px;
	letter-spacing: normal;
}
#pop_up_txt p:last-child {
	margin-bottom: 0px;
}
#mail_itemblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 30px 0;
	margin: 40px 0;
}
#mail_itemphoto {
	width: 20%;
	margin-right: 4.5%;
}
#mail_itemphoto img {
	vertical-align: bottom;
}
#mail_text {
	width: 75.5%;
	letter-spacing: normal;
}
#inline_content2 {
	font-size: 1.2rem;
    line-height: 200%;
    padding: 75px;
    letter-spacing: 2px;
}
#inline_content3 {
	font-size: 1.2rem;
    line-height: 200%;
    padding: 75px;
    letter-spacing: 2px;
}
.detail_video {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.detail_video:before {
    content: "";
    display: block;
    padding-top: 125%;
}
.detail_video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#shop_stock p {
	margin: 50px auto 0 auto;
}
#stock_table {
	border: none;
	margin-bottom: 0;
	font-size: 11px;
}
#stock_table_outer {
	margin-top:30px;
}
#stock_table td {
	border: none;
	text-align: center;
	width: 165px;
}
#stock_table th {
	border: none;
	background-color: #FFF;
	text-align: left;
	width: 205px;
}
#stock_table td, #stock_table th {
	padding: 10px;
	background-color: #f4f4f4;
}
#stock_table tr:nth-child(odd) td, #stock_table tr:nth-child(odd) th {
	background: #fff;
}
.additional_products {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 20px;
}
.additional_products_block {
	padding: 30px;
}
.img_product_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 10px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-top: 30px;
}
.img_product_list li {
	width: calc((100% - 20px) / 3);
}
.img_product_list_photo {
	margin-bottom: 5px;
}
.paidy_price {
	margin-top: 30px;
	font-size: 1rem;
}
.paidy_price strong {
	font-weight: normal;
}
.paidy_price img {
	width: 55px;
	height: auto;
	vertical-align: bottom;
}
.paidy_cart {
	text-align: right;
	margin-top: 20px;
}
.btn_area_wait {
	text-align: center;
	display: none;
}
/*コーデリスト-------------------------------------------------------*/
.code_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.code_list li {
	width: 186px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.code_list li:nth-child(5n) {
	margin-right: 0;
}
.code_list .list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.code_list .list_pict:before {
    content:"";
    display: block;
    padding-top: 133.4%;
}
.code_list .list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*コーディネート------------------------------------------------*/
.coordinate_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.coordinate_list ul li {
	width: 186px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.coordinate_list ul li:nth-child(5n) {
	margin-right: 0;
}
.coordinate_list ul .list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.coordinate_list ul .list_pict:before {
    content:"";
    display: block;
    padding-top: 133.4%;
}
.coordinate_list ul .list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#coordinate_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#coordinate_txt {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #808080;
	position: relative;
}
#coordinate_icon {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#coordinate_icon li {
	margin-left: 15px;
}
#coordinate_date {
	color: #000000;
	margin-bottom: 10px;
}
#coordinate_tit1 {
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: 300;
}
#coordinate_tit2 {
	font-size: 2.0rem;
	font-weight: 300;
	margin-bottom: 40px;
}
#coordinate_items {
	width: 405px;
}
.coordinate_item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.coordinate_item_list li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.coordinate_item_list li:nth-child(3n) {
	margin-right: 0%;
}
#popup_area #coordinate_items {
	width: 100%;
}
#popup_area #coordinate_photo {
	width: 100%;
}
#coordinate_item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#coordinate_item_list li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
#coordinate_item_list li:nth-child(3n) {
	margin-right: 0%;
}
.coordinate_item_list .list_status {
	margin-top: 10px;
}
#coordinate_photo {
	position: relative;
	width: 590px;
	overflow: hidden;
}
.other_coordinate {
	margin-bottom: 0;
}
.other_coordinate .list_pict {
	margin-bottom: 0;
}
.other_coordinate .list_pict:before {
	content: "";
    display: block;
    padding-top: 133.4%;
}
.other_coordinate li {
	margin-bottom: 20px;
}
.coordinate_block_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.coordinate_block_list li {
	width: calc(100% / 6);
}
.coordinate_block_list .list_pict {
	margin: 0;
}
.coordinate_block_list .list_pict:before {
	content: "";
    display: block;
    padding-top: 133.4%;
}
#model_block {
	position: relative;
	margin-bottom: 50px;
}
#model_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#model_info_photo {
	width: 160px;
}
#model_info_photo img {
	vertical-align: bottom;
}
#model_no_images {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	background-color: #ededed;
	color: #808080;
}
#model_info_txt {
	width: calc(100% - 210px);
}
#model_info_name {
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 15px;
}
#model_info_height {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#model_info_comment {
	font-size: 1.1rem;
	color: #808080;
}
#model_icon {
	position: absolute;
	top: 0;
	right: 0;
}
#model_icon ul {
	display: flex;
	gap: 15px;
}
#model_icon ul li {
	width: 25px;
}
/*ルックブックリスト-------------------------------------------------------*/
.tit_lookbook_list {
	margin-bottom: 40px;
}
.look_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 2% 0;
	width: 100%;
	gap:6px;
}
.look_list li {
	width: calc((100% - 6px) / 2);
/*	margin-right: 4px;*/
/*	margin-bottom: 15px;*/
	/*margin-bottom: 30px;*/
}
/*
.look_list li:nth-child(4n) {
	margin-right: 0;
}
*/

.look_list li.snap_L{
	width: 100%;
}
.look_list li img{
	width: 100%;
}
.look_list .list_pict {
	/*margin-bottom: 4px;*/
	position: relative;
	width: 100%;
}
.look_list .list_pict:before {
    content:"";
    display: block;
    /*padding-top: 150%;*/
}
.look_list .list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.lookbook_collection_list {
	margin-top: 50px;
}
.lookbook_collection_list .tit_default {
	margin-bottom: 40px;
}
#look_txt {
	line-height: 250%;
}
#collection_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
}
#collection_list ul:first-child {
	border-top: 1px solid #d5d5d5;
}
#collection_list ul li {
	margin-right: 10px;
}
#collection_list ul li a {
	color:#d5d5d5;
}
#stock_list dl {
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
}
#stock_list dl:first-child {
	border-top: 1px solid #d5d5d5;
}
#stock_list dt {
	font-size: 1.4rem;
	cursor: pointer;
	display: block;
	background: url('../images/pc/ico_arrow_down.gif') center right 10px no-repeat;
}
#stock_list dt.list_open {
	background: url('../images/pc/ico_arrow_up.gif') center right 10px no-repeat;
}
#stock_list dd {
	display: none;
	padding-top: 20px;
}
#stock_list dd li {
	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: 10px;
	font-size: 1rem;
}
#stock_list dd li p:first-child {
	width: 25%;
}
#stock_list dd li p:nth-child(2) {
	width: 60%;
}
#stock_list dd li p:nth-child(3) {
	width: 15%;
	text-align: right;
}
#lookbook_tit {
	position: fixed;
    top: 60px;
    left: auto;
	display:none;
    margin-left: 1080px;
}
/*カート-----------------------------------------------------------------*/
#undercolumn {
	margin-top: 40px;
}
#cart_point_announce {
	background-color: #f7f7f7;
	padding: 25px;
	line-height: 200%;
	margin-bottom: 40px;
}
#cart_totalmoney_area {
	margin-bottom: 40px;
}
#cart_inner_txt {
	line-height: 200%;
	margin-bottom: 30px;
}
#cart_flow {
	width: 100%;
	height: 61px;
	margin-bottom: 50px;
}
.cart_flow1 {
	background: url(../images/pc/cart_flow1.gif) no-repeat;
}
.cart_flow2 {
	background: url(../images/pc/cart_flow2.gif) no-repeat;
}
.cart_flow3 {
	background: url(../images/pc/cart_flow3.gif) no-repeat;
}
#cart_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#cart_flow ul li {
	width: 33.3%;
	line-height: 61px;
	text-align: center;
}
#cart_flow ul li.op40 {
	opacity: 0.3;
}
#quantity_level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#quantity_level li {
	min-width: 11px;
	text-align: center;
}
#quantity_level li:nth-child(2) {
	padding: 0 10px;
}
#quantity_level li a img {
	vertical-align: middle;
}
.cart_item_txt {
	line-height: 250%;
}
#block_login {
	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;
}
#block_login section {
	width: 48%;
}
.block_login_inner {

}
.tit_block_login {
	margin-bottom: 30px;
}
#block_login_form li {
	margin-bottom: 15px;
}
#block_login_form li:last-child {
	margin-bottom: 0px;
}
.logintext {
	margin-bottom: 53px;
}
.cart_btn_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cart_btn_area li {
	margin: 0 10px;
}
#cart_form_input .attention p {
	margin-bottom: 10px;
}
.information {
    background-color: #f7f7f7;
    padding: 25px;
    line-height: 200%;
}
.cart_attention {
	font-size: 1rem;
	line-height: 150%;
	margin-top: 10px;
}
.use_regist_card {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.card_list li {
	border-bottom: 1px dotted #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/*プライバシーポリシー-------------------------------*/
#privacy dt {
	font-weight: 700;
	margin-bottom: 10px;
}
#privacy dd {
	padding-left: 10px;
	margin-bottom: 15px;
}
/*ショッピングガイド-----------------------------------*/
#qlist {
	border: 1px solid #e4e4e4;
	font-size: 1.4rem;
	padding: 30px;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
#qlist dt {
	width: 100%;
}
#qlist dd {
	display: none;
	font-size: 1.2rem;
	text-align: left;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
	padding-top: 30px;
}
#qlist dd div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#qlist dd ul {
	width: 50%;
	list-style-type: square;
	line-height: 200%;
	list-style-position: inside;
}
.shoppingguide {
	letter-spacing: 1px;
}

.shoppingguide a {
	text-decoration: underline !important;
}
/*about-----------------------------------------*/
.whatslifes {
	width: 70%;
	margin: 40px auto 0 auto;
}
.whatslifes .content-title {
	font-size: 2.4rem;
	font-weight: normal;
	font-style: italic;
	margin: 50px 0 70px 0;
}
.whatslifes h2 {
	margin-bottom: 50px;
}
.whatslifes p {
	margin-bottom: 50px;
	line-height: 300%;
	text-align: left !important;
}
/*ショップ----------------------------------------*/
#shop_block {
	
	-ms-flex-wrap: wrap;
	
	flex-wrap: wrap;
}
#shop-title {
	width: 100%;
	margin-bottom: 50px;
}
#shop_left {
	width:660px;
	margin: 0 auto;
}
#storeinfo {
	margin-bottom: 120px;
}
.shop-detail {
	overflow: hidden;
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #e4e4e4;
}
.shop-detail:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.swiper-pagination-thumbs01, 
.swiper-pagination-thumbs02, 
.swiper-pagination-thumbs03{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px !important;
	gap:12px;
}
.swiper-pagination-thumbs01 img, 
.swiper-pagination-thumbs02 img, 
.swiper-pagination-thumbs03 img{
	vertical-align: bottom;
}
.swiper-pagination-thumbs01 div{
	width: 122.4px;
	cursor: pointer;
}
.swiper-pagination-thumbs02 div{
	width: 122.4px;
	cursor: pointer;
}
.swiper-pagination-thumbs03 div{
	width: 122.4px;
	cursor: pointer;
}
.swiper-pagination-thumbs01 div:last-child, 
.swiper-pagination-thumbs02 div:last-child, 
.swiper-pagination-thumbs03 div:last-child{
	margin-right: 0px;
}
.swiper-pagination-thumbs03 div:nth-of-type(5){
	margin-right: 0px;
}
.shop-detail .swiper-pagination-thumb-active img {
	opacity: 0.6;
}
.shop_name {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 210%;
	margin: 30px 0;
}
.shop_name span {
	display: block;
	font-size: 1.3rem;
}
.left-side p {
	line-height: 200%;
}
.left-side p span {
	width: 85px;
	display: inline-block;
}
/*マイページ-------------------------------------------*/
#mypagecolumn {
	margin-top: 40px;
	letter-spacing: normal;
}
#mynavi_area {
	width: 205px;
	padding: 30px;
	background-color: #f8f8f8;
}
#mycontentmain_area {
	width: 780px;
}
#mycontents_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	margin-top: 70px;
}
.mynavi_list li {
	padding: 7px 0;
}
#mycontent_mytop {
	min-height: 400px;
	position: relative;
}
#mytop_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
}
#mytop_inner h3 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 100px;
}
#mytop_point dl {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mycontent_history_top {
	padding: 25px 10px;
	border-top: 1px solid #d3d6d6;
	border-bottom: 1px solid #d3d6d6;
	margin-bottom: 25px;
}
.history_number {
	margin-bottom: 40px;
}
.mycontent_historylist_list {
	margin-bottom: 40px;
}
.mycontent_history_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mycontent_history_list ul li {
	width:calc(78% - 30px);
}
.mycontent_history_list ul li:first-child {
	width: 22%;
}
.mypagecolumn_fontL {
	font-size: 14px;
	margin-bottom: 10px;
}
.mypagecolumn_fontS {
	line-height: 200%;
}
#mypage_order_discription {
	padding: 25px 10px;
	border-top: 1px solid #d3d6d6;
	border-bottom: 1px solid #d3d6d6;
	margin-bottom: 25px;
	line-height: 200%;
}
.tit_gray_bar {
	padding: 15px;
	background-color: #f3f3f3;
}
.delivempty {
	margin-top: 30px;
}
#mypage_favorite_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mypage_favorite_inner_list {
	width: calc((100% - 60px) / 4);
	position: relative;
	margin-bottom: 60px;
}
.favorite_delete {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 30px;
}
.mypage_favorite_inner_image {
	margin-bottom: 15px;
}
.favorite_cart {
	margin-top: 15px;
}
.favorite_cart li {
	width: 100%;
	height: 40px;
}
.favorite_cart li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	height: 100%;
	border: 1px solid #686868;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
}
.mypage_wazzup_btn {
	width: 40%;
	height: 50px;
	margin: 20px auto 0 auto;
}
.mypage_wazzup_btn p {
	width: 100%;
	height: 100%;
}
.mypage_wazzup_btn a {
	display: block;
	text-align: center;
	background-color: #666;
	width: 100%;
	height: 100%;
	color: #FFF;
	line-height: 50px;
}
.mypage_wazzup_btn a:before {
	content: "";
        background: url(/user_data/images/ico_line.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        vertical-align: middle;
}
#refusal_area {
	margin-top: 30px;
	margin-bottom: 30px;
}
#deliv_select_flex {
	padding: 30px 30px 0px 30px;
}
.deliv_select_date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.deliv_select_date p {
	width: 20%;
}
.deliv_select_date .select_n {
	width: 30%;
}
#deliv_select_selector .btn_area{
	margin-top: 30px;
	margin-bottom: 30px;
}
#mycontent_cr {
	padding-top: 20px;
}
#cr_member_qr {
	display: none;
}
.cr_member_name {
	text-align: center;
	color: #FFF;
	margin-bottom: 25px;
}
#cr_bottom_link {
	text-align: center;
	margin-top: 30px;
}
#cr_bottom_link a {
	text-decoration: underline;
}
#cr_member_qr p {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
#cr_data_block {
	border-radius: 30px;
	padding:25px 30%;
	font-size: 1.2rem;
}
#cr_data_block ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	color: #FFF;
}
#cr_data_block ul li:last-child {
	margin-bottom: 0;
}
#cr_data_block ul li p {
	line-height: 130%;
}
.cr_data_tit span {
	display: block;
	font-size: 1rem;
}
#cr_date_bottom_block {
	text-align: center;
	margin-top: 30px;
}
.ico_member{
	display: inline-block;
	color: #FFF;
	font-size: 1rem;
	padding: 0 5px;
	line-height: 140%;
}
.rank_bg4 {
	background-color: #20577f;
}
.rank_bg5 {
	background-color: #2c75b3;
}
.rank_bg6 {
	background-color: #398ccb;
}
.rank_bg7 {
	background-color: #4fa4da;
}
.rank_bg8 {
	background-color: #79c0e8;
}
#cr_date_bottom_block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 5px;
}
#history_shop_select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	gap: 0 20px;
	margin-top: 20px;
}
#history_shop_select li {
	width: 200px;
	height: 50px;
}
#history_shop_select li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
}
.shop_select_active {
	border: 1px solid #000;
	background-color: transparent !important;
	color: #000 !important;
}
.cp_noresult {
	width: 100%;
	height: 250px;
	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;
}

.model_block {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d3d6d6;
}
.model_block:last-child {
	border: none;
}
.model_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.model_info_photo {
	width: 150px;
}
.model_info_photo img {
	vertical-align: bottom;
}
.model_info_outer,
#model_info_outer {
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
}

/* 追加 */
#model_info_outer{
	border-radius: 50%;
}


.model_info_outer a,
#model_info_outer a {
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.model_info_outer img,
#model_info_outer img {
	width: 100%;
	object-fit: cover;
}
.model_no_images {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background-color: #ededed;
	color: #808080;
}
.model_info_txt {
	width: calc(100% - 190px);
}
.model_info_name {
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 15px;
}
.model_info_height {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.model_info_comment {
	font-size: 1.1rem;
	color: #808080;
}
.model_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.model_icon ul {
	display: flex;
	gap: 15px;
}
.model_icon ul li {
	width: 22px;
}
.delete_btn {
	transform: rotate(45deg);
}
#mypage_favorite_tab {
	width: 70%;
	margin: 0 auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0 1px;
}
#mypage_favorite_tab li {
	width: calc((100% - 2px) / 3);
	height: 40px;
}
#mypage_favorite_tab li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}
#mypage_favorite_tab li.active a {
	background-color: #ededed;
}
/*MY PAGE ポイント履歴-----------------------------------------------*/
#point_history_head_block {
	width: calc(100% + 40px);
    margin-left: -20px;
	padding: 20px;
	margin-bottom: 30px;
}
#point_history_head_block ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	margin-bottom: 10px;
}
#point_history_head_block ul li:last-child {
	margin-bottom: 0;
}
.point_history_head_block_point {
	font-size: 1.7rem;
}
#point_history_text {
	margin-bottom: 30px;
}
#point_history_list {
	border-top: 1px solid #d3d6d6;
}
.tit_point_history {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#point_history_list ul li {
	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;
	border-bottom: 1px solid #d3d6d6;
	padding: 20px;
}
.point_history_shop_name {
	margin-bottom: 7px;
}
/*カミングスーン--------------------------------------------*/
.coming_header {
	margin-bottom: 40px;
}
.coming_txt {
	margin-bottom: 40px;
}
.tit_sub_default {
	font-size: 2.0rem;
    font-weight: 300;
	margin-bottom: 30px;
}
.cs_item_list {
	margin-bottom: 50px;
	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;
}
.cs_item_list li {
	width: 30%;
	margin-bottom: 40px;
}

/*コーディネート------------------------------------------------*/
#hiddenproduct_txt {
	margin-top: 20px;
	color: #808080;
	position: relative;
}
#hiddenproduct_tit1 {
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: 300;
	color: #000000;
}

#line_add {
	background-color: #f6f6f6;
	padding: 30px 0;
	font-size: 1rem;
	margin: 50px 0;
}
#line_add div {
	width: 180px;
	margin: 0 auto;
	text-align: center;
}

/*wazzup*/
.w-cart,.w-cart-page,.w-purchase {
	display:none;
}

.request_btn {
	height: 100%;
	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;
	gap: 0 30px;
}

.request_btn a.btn_gray {
    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: 250px;
    color: #FFF;
    height: 48px;
    background-color: #686868;
    line-height: 48px;
    text-align: center;
}

.request_btn_outer {
	height: 100%;
	padding: 75px;
}

#footer_link {
	margin: 120px auto 0 auto;
}

#footer_link ul {
	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;
}
#footer_link ul li {
	width: 15%;
	text-align: center;
}

.btn_under_bar {
	font-size: 1.4rem;
	padding: 0 10px 4px 10px;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin: 0 auto;
}

/*ポップアップ----------------------------------*/
.popup_overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
  	top: 0;
	z-index: 10000;
}

.popup_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
}
.popup_inner div {
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
.popup_image {
	background-color: #FFF;
}
.popup_image a:hover{
	opacity: 1.0;
}
.popup_image a:hover img{
	opacity: 1.0 !important;
}
.popup_content {
	width: 600px;
}
.popup_close {
	text-align: center;
	color: #FFF;
	font-size: 70px;
	font-weight: 100;
	margin-top: 20px;
	cursor: pointer;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow{
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 40px;
}
#cart_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cart_flow ul li {
	width: 33.3%;
	text-align: center;
}
#cart_flow ul li.current {
	text-decoration: underline;
}
#cart_inner_txt {
	margin-bottom: 30px;
}
.cart_area {
	margin-bottom: 100px;
}
.cart_item {
	position: relative;
}
.cart_item_delete_btn {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 200%;
	text-align: center;
}
.cart_item_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.cart_item_photo {
	width: 20%;
	padding: 20px;
}
.cart_item_photo_inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.cart_item_photo_inner:before{
	content: '';
	display: block;
	padding-bottom: 120%;
}
.cart_item_photo_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cart_item_flex_inner {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart_item_name {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}
.cart_item_price {
	width: 20%;
	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;
	gap:0 5px;
}
.cart_item_quantity {
	width: 20%;
	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;
	text-align: center;
}
.cart_item_subtotal {
	width: 20%;
	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;
}
.quantity_level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	gap: 0 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.quantity_level li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.quantity_minus {
	width: 25%;
}
.quantity_plus {
	width: 25%;
}
.quantity_num {
	width: calc(50% - 20px);
}
.cart_sum {
	width: 100%;
	text-align: right;
}

.cart_sum_tit {
	width: 84%;
	text-align: right;
	padding: 20px;
}
.cart_sum_value {
	width: 16%;
	text-align: right;
	padding: 20px;
}
.cart_info_ttl {
	padding: 15px;
	background-color: #f3f3f3;
}
.cart_novelty_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}
.cart_novelty_option p:first-child {
	width: 65px;
}
.cart_novelty_option .select_n {
	width: calc(100% - 65px);
}
.point_add_attention {
	text-align: right;
	font-size: 1rem;
}

.deliv_info {
	margin-top: 40px;
}
.deliv_addb {
	text-align: right;
	margin-top: 20px;
}
.user_info_flex {
	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;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_info_radio {
	width: 10%;
	text-align: center;
}
.user_info_value {
	width: 90%;
	padding: 30px 0;
}
.user_info_value_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.user_info_deliv {
	width: 80%;
}
.user_info_change {
	width: 20%;
}
.user_info_change {
	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;
	gap: 0px 40px;
}
.deliv_addbtn {
	margin-top: 15px;
	text-align: right;
}
.deliv_time {
	margin-top: 40px;
}
.user_deliv_time {
	padding: 30px;
	gap: 0px 40px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_deliv_time .select_n {
	width: 180px;
}
.deliv_date_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.deliv_date_flex .attention {
	width: 100%;
	padding-left: 100px;
	margin-top: 5px;
}
.deliv_date_ttl {
	width: 100px;
}
.payment_block {
	margin-top: 60px;
}
.user_info_payment_image {
	width: 20%;
	margin-left: auto;
}
.point_txt {
	padding: 25px 15px 15px 15px;
}
.point_block {
	margin-top: 60px;
}
.coupon_block {
	margin-top: 60px;
}
.cart_no_error {
	margin-top: 60px;
	text-align: center;
}
#block_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#block_login section {
	width: 48%;
	padding: 30px;
	border: 1px solid rgb(201, 201, 201);
}
#block_login_form li {
	margin-bottom: 10px;
}
#block_login_form li:last-child {
	margin: 0;
}
.logintext {
	margin-bottom: 43px;
}
.cart_login_txt {
	margin: 30px 0 50px 0;
	text-align: center;
}
#cart_form_input {
	padding: 40px 100px;
	border-top: 1px solid rgb(201, 201, 201);
}
.cart_block {
	margin-top: 40px;
}
.cart_block:first-child {
	margin-top: 0px;
}
.black_list {
	margin-top: 30px;
	text-align: center;
}
.cart_sum_total,
.cart_sum_point_txt,
.point_add_attention{
	padding-right: 20px;
}
.cart_sum_total {
	padding-top: 30px;
}
.cart_sum_point_txt,
.point_add_attention{
	padding-top: 10px;
}
/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
.cart_sum_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.confirm_default {
	margin-top: 50px;
}
.confirm_default_inner {
	padding: 30px 30px 20px 30px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.confirm_default_inner li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.confirm_sub_tit {
	width: 15%;
}
#confirm_message {
	background-color: #f3f3f3;
	padding: 2vw;
	margin-bottom: 30px;
}
#confirm_message .btn_fix_w {
	margin: 20px auto 0 auto;
}

/*------------------------------------------------------------
クレジットカード
------------------------------------------------------------*/
.bdr_block {
	padding: 40px 150px;
}
#registered_card, #use_registeredcard_check {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
#registeredcard_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#registeredcard_list li p:first-child {
	padding: 10px;
}
#registered_card_list_delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
#card_input_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.card_input_list_flex_left {
	width: 20%;
	padding-top: 10px;
}
.card_input_list_flex_right {
	width: 80%;
}
#card_expire_list .select_n {
	width: 150px;
}
#card_expire_list {
	gap: 0 6px;
}
#card_input_list li {
	margin-bottom: 15px;
}
.card_sample {
	width: 150px;
}
.card_error {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 30px;
	color: #B50003;
}
#now_execute {
	margin-top: 40px;
}
.flex_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.complete_bottom {
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
}

.ttl_ec_c {
	font-size: 2.0rem;
	font-weight: 300;
}

.default_dl_list dt {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
}
.default_dl_list dd {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(201, 201, 201);
}

.kiyaku_popup_text {
	max-height: 400px;
	line-height: 170%;
	font-size: 1.1rem;
}
#agree_error {
	color: #CF0003;
	padding-top: 20px;
}
.agree_box a {
	text-decoration: underline;
}
.agree_box {
	margin-top: 30px;
}

/****wazzupボタン*********************/
/* ボタンのスタイルを変更 */
button.w_shop_rearrival_button {
	width: 250px !important; /* 幅を250pxに設定 */
	height: 48px !important; /* 高さを48pxに設定 */
	border-radius: 0; /* 角丸なし */
	background-color: #686868 !important; /* 背景色を#686868に設定 */
	font-size: 0 !important; /* 元のテキストを非表示 */
	position: relative; /* 擬似要素の配置に必要 */
	padding: 0; /* 余白をリセット */
	display: inline-block; /* 必要に応じて調整 */
}

/* 擬似要素で内容を置き換える */
button.w_shop_rearrival_button::before {
	content: ""; /* アイコン画像用 */
	background: url('/user_data/images/ico_line.png') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 24px; /* アイコンの幅 */
	height: 24px; /* アイコンの高さ */
	margin-right: 8px; /* テキストとの間隔 */
	vertical-align: middle;
}

/* 擬似要素でテキストを追加 */
button.w_shop_rearrival_button::after {
	content: "LINEで通知する"; /* テキストを追加 */
	color: #ffffff; /* テキスト色を白に設定 */
	font-size: 1rem; /* テキストのフォントサイズ */
	vertical-align: middle;
	display: inline-block;
	line-height: 48px; /* ボタンの高さと揃える */
	font-weight: 700;
}
/* ボタンのスタイルを変更 */
.w-btn-mini button.w_shop_rearrival_button {
	width: 90px !important; /* 幅を250pxに設定 */
	height: 30px !important; /* 高さを48pxに設定 */
	border-radius: 0; /* 角丸なし */
	background-color: #686868 !important; /* 背景色を#686868に設定 */
	font-size: 0 !important; /* 元のテキストを非表示 */
	position: relative; /* 擬似要素の配置に必要 */
	padding: 0; /* 余白をリセット */
	display: inline-block; /* 必要に応じて調整 */
}

/* 擬似要素で内容を置き換える */
.w-btn-mini button.w_shop_rearrival_button::before {
	content: ""; /* アイコン画像用 */
	background: url('/user_data/images/ico_line.png') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 10px; /* アイコンの幅 */
	height: 10px; /* アイコンの高さ */
	margin-right: 5px; /* テキストとの間隔 */
	vertical-align: middle;
}

/* 擬似要素でテキストを追加 */
.w-btn-mini button.w_shop_rearrival_button::after {
	content: "LINEで通知"; /* テキストを追加 */
	color: #ffffff; /* テキスト色を白に設定 */
	font-size: 0.9rem; /* テキストのフォントサイズ */
	vertical-align: middle;
	display: inline-block;
	line-height: 30px; /* ボタンの高さと揃える */
	font-weight: 700;
}
.comp_fav_outer {
	padding: 50px;
}
.add_fav_line {
	text-align: center;
	margin: 0 auto;
}
.tit_comp_fav {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
}
.add_fav_line p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
/* ボタンのスタイルを変更 */
button.w_product_topic_button {
	width: 250px !important; /* 幅を250pxに設定 */
	height: 48px !important; /* 高さを48pxに設定 */
	border-radius: 0; /* 角丸なし */
	background-color: #686868 !important; /* 背景色を#686868に設定 */
	font-size: 0 !important; /* 元のテキストを非表示 */
	position: relative; /* 擬似要素の配置に必要 */
	padding: 0; /* 余白をリセット */
	display: inline-block; /* 必要に応じて調整 */
}

/* 擬似要素で内容を置き換える */
button.w_product_topic_button::before {
	content: ""; /* アイコン画像用 */
	background: url('/user_data/images/ico_line.png') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 24px; /* アイコンの幅 */
	height: 24px; /* アイコンの高さ */
	margin-right: 8px; /* テキストとの間隔 */
	vertical-align: middle;
}

/* 擬似要素でテキストを追加 */
button.w_product_topic_button::after {
	content: "LINEで通知する"; /* テキストを追加 */
	color: #ffffff; /* テキスト色を白に設定 */
	font-size: 1rem; /* テキストのフォントサイズ */
	vertical-align: middle;
	display: inline-block;
	line-height: 48px; /* ボタンの高さと揃える */
	font-weight: 700;
}

/*------------------------------------------------------------
ニュース投稿
------------------------------------------------------------*/
.news_detail_title {
	margin-bottom: 30px;
}
.news_detail_title h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.6rem;
}
.news_detail_content {
	line-height: 220%;
	margin-bottom: 80px;
}
.news_detail_content h1 {
	font-size: var(--fontXXXXL);
}
.news_detail_content h2 {
	font-size: var(--fontXXXL);
}
.news_detail_content h3 {
	font-size: var(--fontXXL);
}
.news_detail_content h4 {
	font-size: var(--fontXL);
}
.news_detail_content p {
	margin-bottom: var(--blog-default-style-spacing);
}
.news_detail_content .image-style-block-align-left,
.news_detail_content .image-style-block-align-right {
	max-width: calc(100% - var(--blog-image-style-spacing))
}

.news_detail_content .image-style-align-left,
.news_detail_content .image-style-align-right {
	clear: none
}

.news_detail_content .image-style-side {
	float: right;
	margin-left: var(--blog-image-style-spacing);
	max-width: 50%
}

.news_detail_content .image-style-align-left {
	float: left;
	margin-right: var(--blog-image-style-spacing)
}

.news_detail_content .image-style-align-center {
	margin-left: auto;
	margin-right: auto;
}
.news_detail_content .image-style-align-center img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.news_detail_content .image-style-align-right {
	float: right;
	margin-left: var(--blog-image-style-spacing)
}

.news_detail_content .image-style-block-align-right {
	margin-left: auto;
	margin-right: 0
}

.news_detail_content .image-style-block-align-left {
	margin-left: 0;
	margin-right: auto
}

.news_detail_content p+.image-style-align-left,
.news_detail_content p+.image-style-align-right,
.news_detail_content p+.image-style-side {
	margin-top: 0
}

.news_detail_content .image-inline.image-style-align-left,
.news_detail_content .image-inline.image-style-align-right {
	margin-bottom: var(--blog-inline-image-style-spacing);
	margin-top: var(--blog-inline-image-style-spacing)
}

.news_detail_content .image-inline.image-style-align-left {
	margin-right: var(--blog-inline-image-style-spacing)
}

.news_detail_content .image-inline.image-style-align-right {
	margin-left: var(--blog-inline-image-style-spacing)
}
.news_detail_content .image figcaption {
	text-align: center;
	background-color: var(--light_gray);
	padding: 5px;
}
.news_detail_content figure.image {
	margin-bottom: var(--blog-image-style-spacing);
}

.news_list_title h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: 40px;
}
.news_dl_list dt {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.news_dl_list dd {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.news_dl_list dd:last-child {
	border-bottom: none;
}

#blog_post_block p:has(iframe[src*="youtube.com"]),
#blog_post_block div:has(iframe[src*="youtube.com"]),
.news_detail_content p:has(iframe[src*="youtube.com"]),
.news_detail_content div:has(iframe[src*="youtube.com"]) {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#blog_post_block iframe[src*="youtube.com"],
.news_detail_content iframe[src*="youtube.com"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.instagram-embed-block {
	width: 100%;
	margin-bottom: 30px;
}
.instagram-centered iframe {
	margin: 0 auto !important;
}


/* 画像横並び(2or3) ----------------------- */


ul.img_flex_ps {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	gap: 20px 10px;
  }
  
  ul.img_flex_ps li img {
	width: 100%;
  }
  
  ul.img_flex_ps li .img_under_comment {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	padding: 0 10px;
  }
  
  ul.img_flex_ps.pc_col2 li{
	width: calc((100% - 10px) / 2);
  }
  
  ul.img_flex_ps.pc_col3 li{
	width: calc((100% - 20px) / 3);
  }
  