/* Outline -------------------------------------------------*/
#wrapper {
	width: 1160px;
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 1.2rem;
	/*overflow: hidden;*/
}
#container {
	position: relative;
	width: 1160px;
	display: flex;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#main_clm {
	width: 1160px;
	position: relative;
}
#side_clm {
	width: 260px;
	background-color: #f8f8f8;
	font-size: 1.4rem;
	padding: 0px 0px 30px 0px;
	order: 1;
	background-color: #FFFFFF;
}
#main_outer {
	display: flex;
	justify-content: space-between;
}
#main_contents {
	width: 870px;
	order: 2;
}
.main_full {
	width: 1050px !important;
	margin: 0 auto;
}
/* header -------------------------------------------------*/
#global_header {
	height: 118px;
	width: 100%;
	position: relative;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#global_header h1 {
	width: 300px;
}
#global_header ul {
	width: 240px;
	height: 100%;
	top: 0;
    left: 11px;
	font-size: 1.6rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_ico_default {
	width: 70px;
    padding: 3px 20px;
	border-left: #DFDFDF solid 1px;
	position: relative;
}
.header_ico_default span {
	display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #A40002;
    font-size: 0.9rem;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    border-radius: 7px;
	font-weight: bold;
}
#global_header ul li:nth-child(3) {
	width: 60px;
    padding: 3px 10px 3px 20px;
}
#global_header ul li:nth-child(1) {
	font-weight: bold;
	padding-right: 20px;
	font-size: 1.8rem;
}
.cross {
	display: none;
	width: 42px;
	height: 42px;
}
.cross span {
	position: absolute;
	width: 70%;
	height: 1px;
	background-color: #9b9b9b;
	left: 30%;
}
.cross span:nth-of-type(1) {
  -webkit-transform: translateY(21px) rotate(-45deg);
  transform: translateY(21px) rotate(-45deg);
}
.cross span:nth-of-type(2) {
  -webkit-transform: translateY(21px) rotate(45deg);
  transform: translateY(21px) rotate(45deg);
}

/*sideclm-------------------------------------------------------*/
.side_nav1 {
	line-height: 250%;
	margin: 40px 15px 0 25px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}
.side_nav1 a {
	display: block;
    background: url(/user_data/packages/default/images/ico_arrow_default.png) center right no-repeat;
    background-size: 1.3rem;
    padding-right: 12%;
}
#side_clm ul:first-child {
	margin-top: 0px;
}
#side_search_nav {
    width: 246px;
    height: 50px;
    background: #efefef;
    padding: 12px 15px 12px 20px;
    font-size: 1.6rem;
    margin-top: 40px;
}
#side_search_nav input[type="text"] {
    border: none;
    font-size: 1.4rem;
    width: 195px;
    height: 29px;
	background: #efefef;
}
.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: flex;
	justify-content: space-between;
	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/ico_arrow.gif) center center no-repeat;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.icon_rotate:after {
	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/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 {
	transition: transform 0.1s ease-out;
}
.rotate {
	transform: rotate(90deg);
}
/*footer-------------------------------------------------------*/
#global_footer {
	border-top: 1px solid #d3d6d6;
	padding: 55px 15px 20px 15px;
	margin-top: 80px;
	font-size: 1.1rem;
	letter-spacing: 0px;
}
#footer_nav {
	display: flex;
	justify-content: space-between;
}
#foot_nav01 {
	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;
}
.over_img {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
}
/*アイテムリスト-------------------------------------------------------*/
.item_list {
	display: flex;
	flex-wrap: wrap;
}
.item_list li {
	width: 195px;
	margin-right: 30px;
	margin-bottom: 45px;
}
.large_list_item li {
	width: 240px;
}
.item_list li:nth-child(4n) {
	margin-right: 0;
}
.item_list li a:hover {
	opacity:1.0;
}
.item_list li a:hover img {
	opacity:1.0;
}
#top_recommend .item_list li:nth-child(n+5) {
	margin-bottom: 0;
}
.list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.list_pict:before {
    content:"";
    display: block;
    padding-top: 148%;
}
.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: 870px;
    height: 560px;
}
#bn_slider_outer {
	width: 1050px;
	margin: 80px auto 0 auto;
	overflow: hidden;
}
#bn_slider .swiper-slide {
	width: 510px;
}
#top_recommend,#top_ranking_slider,#top_snap_slider,#top_news {
	margin-top: 45px;
}
#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: 13px;
	position: relative;
}
#sort_trigger {
	font-size: 1.4rem;
	position: relative;
	width: 50px;
	height: 20px;
}
#sort_trigger .cross {
	position: absolute;
	top: -11px;
	right: 10px;
}
#sort_trigger .cross a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
}
#sort_area {
	display: none;
	width: 100%;
	padding: 10px 0px 50px 0px;
	letter-spacing:normal;
}
#sort_select {
	display: flex;
	flex-wrap: wrap;
}
.open_sort {
	margin-right: 40px;
	position: relative;
}
.open_sort p {
	height: 15px;
	background: url(../images/ico_arrow_under.gif) no-repeat right center;
	padding-right: 17px;
	line-height: 15px;
	cursor: pointer;
}
.open_sort ul {
	position: absolute;
	width: 110px;
	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: flex;
	flex-wrap: wrap;
	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: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 13px;
	margin-bottom: 40px;
}
#pict_area {
	width: 500px;
}
#pict_area li {
	margin-bottom: 40px;
}
#detail_area {
	width: 335px;
}
/*#detail_price {
	font-size: 1.8rem;
	margin-top: 30px;
	line-height: 150%;
}
#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: flex;
	flex-wrap: wrap;
	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: flex;
	flex-wrap: wrap;
	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_outer {
	width: 100%;
	height: auto;
	overflow-x: scroll;
}
.size_table_outer::-webkit-scrollbar {
  display: none;
}
.size_table {
	display: flex;
	border-left: 1px #d2d2d2 solid;
	margin-top: 10px;
}
.size_table ul {
	width: 100%;
}
.size_table li {
	font-size: 10px;
	min-height: 39px;
	min-width: 60px;
	padding: 8px;
	box-sizing: border-box;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.size_table li:first-child{
	background: #f5f5f5;
	text-align: center;
	border-top: 1px #d2d2d2 solid;
}
.size_table li:nth-child(even){
	background: #fff;
}
#size_first li {
	min-width: 90px;
}
#detail_recommend, #detail_recent {
	margin-bottom: 20px;
}
#snap_list_detail ul {
	display: flex;
	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: flex;
	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;
}

#detail_price {
	display: flex;
	align-items: baseline;
	font-weight: 400;
}
#detail_price li {
	margin-right: 10px;
}
#dynamic_price {
	display: none;
}
.detail_tit {
	margin-bottom: 10px;
}
#cart_color, #cart_size {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}
#cart_size {
	margin-top: 20px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
#color_block,
#size_block {
	width: 100%;
}
#color_block ul, #size_block ul {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
}
#color_block ul li {
	width: 75px;
	margin: 5px 10px 5px 0;
}
#color_block ul li a {
	display: block;
	position: relative;
	font-size: 1rem;
	padding: 3px;
	border: 1px solid #e1e1e1;
	transition: none;
	overflow: hidden;
}
#color_block ul li p {
	margin-top: 5px;
	word-break: break-all;
    font-size: 1rem;
    line-height: 1.2rem;
}
#size_block ul li {
	width: 45px;
	height: 34px;
	margin: 5px 10px 5px 0;
}
#size_block ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1px;
	border: 1px solid #e1e1e1;
	position: relative;
	transition: none;
	overflow: hidden;
}
#size_block ul li a span {
	display: table-cell;
	width: 41px;
	height: 30px;
	text-align: center;
	font-size: 0.9rem;
	vertical-align: middle;
	padding: 0 3px;
	line-height: 120%;
}
#size_block ul li .sku_selected span {
	width: 37px;
	height: 26px;
}
.slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#color_block .slash {
	background: url(/user_data/packages/default/images/ico_slash_color.png) no-repeat center center;
    background-size: cover;
}
#size_block .slash {
	background: url(/user_data/packages/default/images/ico_slash_size.png) no-repeat center center;
    background-size: cover;
}
.sku_selected {
	border: 3px solid #000 !important;
	padding: 1px !important;
}
#size_block ul li a.sku_selected {
	outline: none !important;
	background-color: #000;
	color: #FFF !important;
}
#cart_comment {
	position: relative;
	letter-spacing:normal;
	color: #999999;
	margin-top: 20px;
}
#cart_comment a {
	position: absolute;
	top: 0;
}
#cart_btn_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
#cart_btn_block div {
	position: relative;
	height: 60px;
}
#cart_favorite {
	width: 60px;
}
#cart_add {
    width: calc(100% - 60px);
}
#cart_add .fa-shopping-bag {
	font-size: 2rem;
	margin-right: 15px;
}
#cart_btn_block div p {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
}
#cart_btn_block div p a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
#cart_add a {
	background-color: #000;
	color: #FFFFFF;
}
#cart_favorite a {
	background-color: #eee;
	color: #B50003;
	border-left: 1px solid #FFFFFF;
}
#cart_code {
	color: #999999;
	margin-top: 5px;
}
#color_unselected,#size_unselected {
	display: none;
	font-size: 0.8rem;
	color:#B50003;
}
#item_spec_price {
	margin-top: 20px;
}
#AmazonPayButton1 {
	margin: 0 auto !important;
}
/*コーデリスト-------------------------------------------------------*/
.code_list {
	display: flex;
	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_txt {
	margin-top: 20px;
	color: #808080;
	position: relative;
}
#coordinate_icon {
	position: absolute;
	right: 0;
	top: 0;
}
#coordinate_date {
	color: #000000;
	margin-bottom: 10px;
}
#coordinate_tit1 {
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: 300;
}
#coordinate_txt {
	margin-bottom: 30px;
}
#coordinate_tit2 {
	font-size: 2.0rem;
	font-weight: 300;
	margin-bottom: 40px;
}
#coordinate_item_list {
	display: flex;
	flex-wrap: wrap;
}
#coordinate_item_list li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 50px;
}
#coordinate_item_list li:nth-child(3n) {
	margin-right: 0%;
}
/*ルックブックリスト-------------------------------------------------------*/
.look_list {
	display: flex;
	flex-wrap: wrap;
}
.look_list li {
	width: 240px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.look_list li:nth-child(4n) {
	margin-right: 0;
}
.look_list .list_pict {
	margin-bottom: 8px;
	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;
}
#look_txt {
	line-height: 250%;
}
#collection_list ul {
	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/ico_arrow_down.gif') center right 10px no-repeat;
}
#stock_list dt.list_open {
	background: url('../images/ico_arrow_up.gif') center right 10px no-repeat;
}
#stock_list dd {
	display: none;
	padding-top: 20px;
}
#stock_list dd li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
#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;
    margin-left: 1080px;
}
/*カート-----------------------------------------------------------------*/
#undercolumn {
	margin-top: 13px;
}
#cart_point_announce {
	background-color: #f7f7f7;
	padding: 25px;
	line-height: 200%;
	margin-bottom: 30px;
}
#cart_inner_txt {
	line-height: 200%;
	margin-bottom: 30px;
}
#cart_flow {
	width: 100%;
	height: 61px;
	margin-bottom: 50px;
}
.cart_flow1 {
	background: url(../images/cart_flow1.gif) no-repeat;
}
.cart_flow2 {
	background: url(../images/cart_flow2.gif) no-repeat;
}
.cart_flow3 {
	background: url(../images/cart_flow3.gif) no-repeat;
}
#cart_flow ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	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: flex;
	flex-wrap: wrap;
	align-items: center;
	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: 180%;
}
#block_login {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#block_login section {
	width: 48%;
}
.block_login_inner {
	padding: 40px;
	border: 1px solid #e4e4e4;
	height: 284px;
}
#block_login_form li {
	margin-bottom: 15px;
}
#block_login_form li:last-child {
	margin-bottom: 0px;
}
.logintext {
	margin-bottom: 35px;
}
.cart_btn_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: 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;
}
#cart_amazonpay {
	text-align: center;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
	border: 40px solid #f7f7f7;
	margin-bottom: 60px;
}
.amazonpay-button-parent-container {
	margin: 0 auto;
}
/*プライバシーポリシー-------------------------------*/
#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: flex;
	flex-wrap: nowrap;
}
#qlist dd ul {
	width: 50%;
	list-style-type: square;
	line-height: 200%;
	list-style-position: inside;
}
.shoppingguide {
	letter-spacing: 1px;
}
/*about-----------------------------------------*/
.whatslifes {
	width: 70%;
	margin: 40px auto 0 auto;
}
.whatslifes h2 {
	margin-bottom: 50px;
}
.whatslifes p {
	margin-bottom: 50px;
	line-height: 300%;
}
/*ショップ----------------------------------------*/
#shop_block {
	display: flex;
	flex-wrap: wrap;
}
#shop-title {
	width: 390px;
}
#shop_left {
	width:660px;
}
.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: flex;
	flex-wrap: wrap;
	margin-top: 5px !important;
}
.swiper-pagination-thumbs01 div,
.swiper-pagination-thumbs03 div{
	width: 156px;
	margin-right: 12px;
	cursor: pointer;
}
.swiper-pagination-thumbs02 div{
	width: 122.4px;
	margin-right: 12px;
	cursor: pointer;
}
.swiper-pagination-thumbs01 div:last-child, 
.swiper-pagination-thumbs02 div:last-child, 
.swiper-pagination-thumbs03 div:last-child{
	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;
}
/*マイページ-------------------------------------------*/
#mypage_block {
	margin-top: 13px;
}
#mypagecolumn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	letter-spacing: normal;
}
#mynavi_area {
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #f8f8f8;
}
#mycontents_area {
	width: 100%;
}
#mynavi_area header {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.mynavi_list {
	display: flex;
	justify-content: space-between;
}
.mypage_table td, .mypage_table th {
	padding: 15px;
}
.mypage_header {
	padding: 40px 0 35px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.mypage_header h3 {
	font-weight: 700;
	margin-bottom: 20px;
}
#point_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
#point_txt li:first-child span {
	font-size: 3.0rem;
	font-weight: 700;
	padding-right: 10px;
}
#point_txt li:first-child {
	margin-right: 40px;
}
#reserve_date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#reserve_date ul {
	width: 70%;
}
.select_deliv_date {
	display: flex;
	align-items: center;
}
.inline_select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.my_page_orderlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.order_list_img {
	width: 40%;
}
.order_list_txt {
	width: 55%;
}
/*別ウインドウポップアップ----------------------------------*/
#windowcolumn {
	padding: 20px;
}
/*カミングスーン--------------------------------------------*/
.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: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.cs_item_list li {
	width: 30%;
	margin-bottom: 40px;
}
/*トップスライダー-----------------------------------------*/
#top_slider_outer {
	width: 100%;
	overflow: hidden;
}
/*サイドカテゴリ-----------------------------------------*/
#search_category {
	margin-top: 30px;
}
.search_block {
	border-bottom: 1px solid #CFCFCF;
	margin: 0 15px 0 0;
	padding: 5px 0;
}
.search_block:first-child {
	border-top: 1px solid #CFCFCF;
}
.search_block p {
	line-height: 250%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
}
.search_block p a {
    display: block;
    padding-right: 12%;
	background: url(/user_data/packages/default/images/ico_plus_default.png) center right no-repeat;
	background-size: 1.3rem;
}
.search_block p a.ico_min {
	background: url(/user_data/packages/default/images/ico_min_default.png) center right no-repeat;
	background-size: 1.3rem;
}
.search_list {
	text-align: right;
	line-height: 200%;
	display: none;
	width: 100%;
	padding-bottom: 20px;
}
.search_list li a {
	background: url(/user_data/packages/default/images/ico_arrow_mini.png) center right no-repeat;
	background-size: 1.2rem;
}
.search_list li a {
	display: block;
	padding-right: 12%;
}
#lp_link_list {
	font-size: 1.2rem;
}