/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
	font-size: 1.2rem;
	line-height: 2.2rem;
    overflow: hidden;
}
#windowcolumn {
	font-size: 1.2rem;
	line-height: 2.2rem;
}
#container {
	margin-top: 100px;
}
.LC_Page_Index #container {
	margin-top: 0px;
}
.default_block {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
}
#pankz {
    border-bottom: 1px solid #d2d2d2;
}
#breadcrumb {
	display: flex;
	padding: 0 20px;
    line-height: 5rem;
}
#undercolumn, #mypage_block {
	padding: 40px 40px 0 40px;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.default_underculmn {
	max-width: 1200px;
	padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}
#side_clm {
	position: fixed;
	top: 0;
	right: -33vw;
	height: 100vh;
	width: 33vw;
	background-color: #FFFFFF;
	z-index: 10000;
	overflow: auto;
	border-left: 1px solid #d2d2d2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#side_clm.menu_open {
	right: 0;
}
#overlay_black {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.7;
	z-index: 1000;
	top: 0;
	left: 0;
}
.font_black_white {
	display: inline-block;
}
.font_black_white span {
	color: #FFF;
	background-color: #000;
	display: inline-block;
	line-height: 77%;
}
.font_border_bottom::after {
	display: block;
	content: "";
	margin: 18px auto 0 auto;
	height: 3px;
	background-color: #000;
	width: 30px;
}
.font_border_bottom_white {
	color: #FFF !important;
}
.font_border_bottom_white::after {
	display: block;
	content: "";
	margin: 18px auto 0 auto;
	height: 3px;
	background-color: #FFF;
	width: 30px;
}
.btn_norm_center {
	display: block;
	font-size: 1.2rem !important;
	width: 160px;
	height: 38px;
	border: 1px solid #000;
	line-height: 38px;
	margin: 0 auto;
}
.btn_norm_center_white {
	display: block;
	font-size: 1.2rem !important;
	width: 160px;
	height: 38px;
	border: 1px solid #FFF;
	color: #FFF !important;
	line-height: 38px;
	margin: 0 auto;
}

.btn_w_alpha {
	display: block;
    font-size: 3.5rem !important;
    height: 43px;
    color: #FFF !important;
    line-height: 43px;
    margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}
.btn_w_alpha:after {
	display: block;
	content: "";
	margin: 20px auto 0 auto;
	height: 3px;
	background-color: #FFF;
	width: 40px;
}
.btn_b_alpha {
	display: block;
    font-size: 3.5rem !important;
    height: 43px;
    color: #000 !important;
    line-height: 43px;
    margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}
.btn_b_alpha:after {
	display: block;
	content: "";
	margin: 20px auto 0 auto;
	height: 3px;
	background-color: #000;
	width: 40px;
}
/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.item_list, .item_list2 {
	letter-spacing: normal;
}
.item_list a, .item_list2 a, .item_list_s a {
	display: block;
	position: relative;
}
.item_list ul, .item_list2 ul, .item_list_s ul {
	display: flex;
	flex-wrap: wrap;
}
.item_list ul li img, .item_list2 ul li img, .item_list_s ul li img {
	width: 100%;
}
.item_list ul li, .item_list2 ul li {
    width: calc((100% - 90px) / 4);
    margin: 0 30px 0 0;
}
.item_list ul li:nth-child(n+5) {
	margin-top: 55px;
}
.item_list2 ul li:nth-child(n+5) {
	margin-top: 10px;
}
.item_list_s ul li {
	width: calc((100% - 80px) / 5);
	margin: 0 20px 0 0;
}
.item_list_s ul li:nth-child(n+6) {
	margin-top: 40px;
}
.item_list ul li:nth-child(4n), .item_list2 ul li:nth-child(4n) {
	margin-right: 0;
}
.item_list_s ul li:nth-child(5n) {
	margin-right: 0;
}
.item_list .item_icon, .item_list2 .item_icon, .item_list_s .item_icon, .item_icon {
	display: flex;
	flex-wrap:nowrap;
	align-items: center;
	color: #999999;
}
.item_list .item_icon li, .item_list2 .item_icon li, .item_list_s .item_icon li, .item_icon li {
	width: auto;
	margin: 0 8px 0 0;
	font-size: 1.0rem;
	line-height: 1.4rem;
	letter-spacing: normal;
}
.item_list .item_class, .item_list2 .item_class {
	font-size: 1.0rem;
	line-height: 1.4rem;
}
.list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.item_list2 .list_pict {
	margin-bottom: 0;
}
.list_pict:before {
    content:"";
    display: block;
    padding-top: 133.3%;
	background-color: #FFF;
}
.list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.list_pict .list_maker {
	position: absolute;
    right: 0;
	bottom: 0;
	color: #FFF;
	background-color: #000;
	font-size: 1rem;
	padding: 0px 5px;
}
.over_img {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.item_icon5 {
	color: #B50003 !important;
}
.list_info {
	margin-top: 25px;
}
.list_status {
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_status p {
	padding: 0 5px;
	color: #999999;
}
.list_name {
	font-weight: 700;
    text-align: center;
    width: 80%;
    margin: 10px auto 10px auto;
}
.list_sex {
	color: #999999;
	text-align: center;
	font-size: 1rem;
}
.list_price {
	text-align: center;
	color: #999999;
}
/*------------------------------------------------------------
レイアウト カルーセルスライダー
------------------------------------------------------------*/
#carousel_outer {
	overflow: hidden;
}
#snap_outer {
	overflow: hidden;
}
#snap_slider_outer {
	letter-spacing: normal;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#global_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 2000;
	background-color: #FFFFFF;
}
#header_inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
}
#header_inner h1 {
	width: 192px;
}
#header_inner h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#header_inner h1 a img {
	width: 100px;
	vertical-align: middle;
}
#head_btn {
	min-width: 192px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#head_btn p {
	margin-left: 20px;
}
.menu-trigger a {
	display: block;
	width: 100%;
	height: 100%;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 18px;
	height: 18px;
	z-index: 1000;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
}
.menu-trigger span:nth-of-type(1) {
	top: 2px;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 2px;
}
.top_nav_right {
	display: none;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-315deg);
	transform: translateY(6px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(315deg);
	transform: translateY(-6px) rotate(315deg);
}
#btn_favorite, #header_cart, #btn_contact {
    width: 28px;
    height: 28px;
	position: relative;
}
#btn_favorite a, #header_cart a, #btn_contact a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#header_cart span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #B50003;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	line-height: 14px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#global_nav {
	font-size: 1.1rem;
	position: fixed;
	top: 0px;
	right: -300px;
	width: 300px;
	height: 100vh;
	padding: 0px 30px;
	z-index: 1500;
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	overflow: auto;
}
#head_cat ul {
	display: flex;
	justify-content: center;
}
#head_cat ul li {
	margin: 0 12px;
}
#head_cat ul li:nth-child(3),#head_cat ul li:nth-child(4) {
	display:none;
}
#head_cat ul li a {
	display: block;
	padding-left: 13px;
	background: url(../images/ico_arrow_small.png) left center no-repeat;
	background-size: 8px 8px;
}
#global_nav.nav_active {
	right: 0px;
}

#global_nav_inner_list li {
	margin-bottom: 5px;
}
#global_nav_inner_list li:last-child {
	margin-bottom: 0;
}
#global_nav_social {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
#global_nav_social li {
	font-size: 2rem;
	margin-right: 14px;
}
#global_nav_social li a {
	display: block;
	width: 100%;
	height: 100%;
}
#global_nav_outer {
	padding: 80px 10px;
	height: 100%;
}
#global_nav_inner {
	width: 100%;
	padding-bottom: 40px;
}
.menu_child {
	padding-top: 5px;
	padding-left: 10px;
}
#global_nav_inner .menu_child li {
	margin-bottom: 5px;
}
.menu_child a {
	color: #999;
}
#global_nav_account {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
#global_nav_inner_list, #global_nav_plan_list, #global_nav_brand_list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}
#global_nav_category_list li, #global_nav_plan_list li, #global_nav_brand_list li {
	margin-bottom: 5px;
}
#header_news {
	width: 100%;
	height: 30px;
	background-color: #fbe2db;
	position: fixed;
	top: 0;
	z-index: 10000;
}
#header_news_inner {
	height: 100%;
	overflow: hidden;
}
#header_news_inner .swiper-wrapper {
	height: 30px;
	margin: 0 auto;
}
#header_news_inner .swiper-slide {
	margin: 0 auto;
	text-align: center;
	color: #000;
}
#header_news_inner .swiper-slide a {
	color: #000;
	line-height: 30px;
}
/*------------------------------------------------------------
サイドカラム
------------------------------------------------------------*/
.cat_list {
	font-weight: 700;
	padding-bottom: 25px;
}
.cat_list li {
	padding-bottom: 15px;
}
.cat_list li:last-child {
	padding-bottom: 0px;
}
#side_clm_header {
	display: flex;
	justify-content: space-between;
	height: 50px;
	border-bottom: 1px solid #d2d2d2;
}
#side_clm_header h2 {
	line-height: 3rem;
	padding:10px 0 10px 30px;
}
#menu_close {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px;
	position: relative;
	cursor: pointer;
}
#menu_close a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#menu_close span::before,
#menu_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 1px;
	margin: 0 0 0 -42%;
	background: #000;
}
#menu_close span::before {
	transform: rotate(-45deg);
}
#menu_close span::after {
	transform: rotate(45deg);
}
.cat_list_inner {
	display: none;
	margin-left: 20px;
	padding-top: 15px;
}
.cat_list a, .haschild li a {
	display: inline-block;
	background: url(../images/ico_arrow_mini.png) left center no-repeat;
	padding-left: 15px;
}
.haschild a, .cat_list_tit a {
	display: inline-block;
	background: url(../images/ico_plus_mini.png) left center no-repeat;
	padding-left: 15px;
}
.list_open {
	background: url(../images/ico_minus_mini.png) left center no-repeat !important;
}
.haschild ul {
	display: none;
	margin-left: 20px;
	font-weight: 400;
	padding-top: 5px;
    padding-bottom: 3px;
}
.sns_list {
	padding: 30px 20px;
	display: flex;
}
.sns_list li {
	margin-right: 15px;
	width: 20px;
}
#left_culmn nav h1 {
	padding: 0 20px;
	line-height: 5rem;
	border-bottom: 1px solid #d2d2d2;
}
#side_search {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#side_search input[type="text"] {
	width: 90%;
	border: none;
	padding: 0;
	height: 30px;
	font-size: 1.1rem;
}
#side_nav_footer {
	padding-top: 30px;
	margin-top: 5px;
	border-top: 1px solid #d2d2d2;
}
#global_nav_feels {
	width: 120px;
	margin: 0 auto;
}
#global_nav_social {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#global_nav_social li {
	font-size: 2rem;
	margin:0 7px;
}
#global_nav_social li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000 !important;
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
.section-content {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-wrapper {
	transition-timing-function:ease;
}
#top_slider_wrapper {
	margin: 70px auto 30px auto;
	max-width: 100%;
}
#top_slider_outer {
	max-width: 1400px;
	margin: 0 auto 80px auto;
	overflow: hidden;
	position: relative;
}
#top_slider_outer:before {
	display: block;
	content: '';
	padding-top: 66.4%;
}
#top_slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
#top_slider_outer,
#top_slider .swiper-slide {
	background-position: center;
	background-size: cover;
}
.top_slide_link {
	display: block;
	width: 100%;
	height: 100%;
}
.top-swiper-pagination {
	position: absolute;
	bottom: 25px !important;
	z-index: 1000;
}
.top_category_block {
	background-color: #fbf1e8;
	padding: 100px 50px;
}
#top_category_block_inner {
	max-width: 1200px;
	margin: 0 auto;
}
#top_category_block_inner {
	display: flex;
	justify-content: space-between;
}
#top_category_block_inner li {
	position: relative;
	width: 48%;
}
#top_category_block_inner li div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #FFF;
	width: 40%;
}
#top_category_block_inner li div a {
	color: #FFF;
}
#top_category_block_inner li div h2 {
	font-family: 'Bellefair', serif;
	font-weight: normal;
	font-size: 4rem;
	margin-bottom: 70px;
}
/*@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

#top_slider .swiper-slide-active .slide-img,
#top_slider .swiper-slide-duplicate-active .slide-img,
#top_slider .swiper-slide-prev .slide-img,
#top_slider2 .swiper-slide-active .slide-img,
#top_slider2 .swiper-slide-duplicate-active .slide-img,
#top_slider2 .swiper-slide-prev .slide-img{
	animation: zoomUp 12s ease-in-out 0s 1 normal both;  
}
*/
/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
#brand_header {
	width: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 50px;
}
#brand_header:before {
	content: "";
    display: block;
	padding-top: 40%;
}
#brand_txt {
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	padding: 65px 40px 0px 40px;;
	margin: 0 auto;
	line-height: 2.5rem;
}
#sort_trigger {
	font-size: 1.1rem;
	position: relative;
	width: 50px;
	height: 20px;
}
#sort_trigger img {
	vertical-align: baseline;
}
#sort_trigger .cross {
	position: absolute;
	top: -11px;
	right: 10px;
}
#sort_trigger .cross a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
}
#sort_area {
	width: 100%;
	padding: 10px 0px 100px 0px;
	letter-spacing:normal;
}
#sort_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.open_sort {
	margin: 0 20px;
	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;
	min-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;
}
.open_sort ul#select_for_maker {
	min-width: 180px;
}
.list_tit_count {
	margin-top: 15px;
	display: block;
	font-size: 1.3rem;
}
.menu_on {
	left: 0px !important;
}
#menu_trigger {
	position: relative;
	width: 42px;
	height: 42px;
}
#menu_trigger a {
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	line-height: 42px;
}
.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);
}
#sort_color {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
	justify-content: center;
}
#sort_color ul {
	line-height: 1.4rem;
	display: flex;
	align-items: center;
}
#sort_color ul li {
	margin-left: 15px;
	width: 20px;
	height: 20px;
}
#sort_color ul li a {
	display: block;
	width: 20px;
	height: 20px;
	border:solid 1px #EEEEEE;
	border-radius: 10px;
}
#sort_color ul li.colorselected a {
	display: block;
    width: 10px;
    height: 10px;
	border-radius: 5px;
	margin: 5px;
}
#sort_color ul li:last-child,
#sort_color ul li:nth-last-of-type(2) {
	width: auto;
	height: 20px;
}
#sort_color ul li:last-child a,
#sort_color ul li:nth-last-of-type(2) a {
	width: auto;
	height: 20px;
	border: none;
}
.list_archive_sale {
	line-height: 2.1rem;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#item_detail {
	padding:0 3%;
	margin-top: 93px;
	margin-bottom: 100px;
	width: 1380px;
}
#item_detail_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#item_photo {
	width: 53.4%;
	order: 1;
}
#item_photo img {
	width: 100%;
	height: auto;
}
#item_spec {
	width: 40.6%;
    margin-left: 6%;
    order: 2;
}
#item_photo li {
	position: relative;
}
#item_photo li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#item_photo li:before {
	content:"";
    display: block;
    padding-top: 133.3%;
	background-color: #FFF;
}
#item_photo li p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
}
#item_spec_inner {
	padding-top: 50px;
}
#item_spec_tit {
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 10px;
	font-weight: 400;
}
#item_spec_price {
	margin-top: 10px;
}
#item_photo_outer {
	position: relative;
}
#item_photo_outer li {
	position: relative;
	margin-bottom: 1px;
}
#item_photo_outer li:before {
	content: "";
    display: block;
	padding-top: 120%;
}
#item_photo_outer li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#item_photo_outer li p {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#item_photo_outer .swiper-button-next {
	right: -30px !important;
}
#item_photo_outer .swiper-button-prev {
	left: -30px !important;
}
#item_photo_slider {
	overflow: hidden;
}
#item_photo_slider .swiper-slide p{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.item_photo_thumb ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.item_photo_thumb ul li {
	margin: 0 16px 16px 0;
	width: calc((100% - 176px) / 12);
	font-size: 1rem;
	word-break: break-all;
	line-height: 1.2rem;
}
.item_photo_thumb ul li:nth-child(12) {
	margin-right: 0;
}
#detail_price {
	display: flex;
	align-items: baseline;
	font-weight: 400;
}
#detail_price li {
	margin-right: 10px;
}
#dynamic_price {
	display: none;
}

#cart_color, #cart_size {
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
#cart_size {
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
#cart_color .detail_tit, #cart_size .detail_tit {
	width: 15%;
	margin: 0;
}
#color_block,
#size_block {
	width: 85%;
}
#color_block ul, #size_block ul {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
}
#color_block ul li {
	width: 75px;
	margin: 10px 10px 10px 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: 52px;
	height: 34px;
	margin: 10px 10px 10px 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: 48px;
	height: 30px;
	text-align: center;
	font-size: 0.9rem;
	vertical-align: middle;
	padding: 0 3px;
	line-height: 120%;
	white-space: nowrap;
}
#size_block ul li .sku_selected span {
	width: 44px;
	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;
	border-radius: 10px 0 0 10px;
}
#cart_favorite a {
	background-color: #eee;
	color: #B50003;
	border-left: 1px solid #FFFFFF;
	border-radius: 0 10px 10px 0;
}
#cart_code {
	color: #999999;
	margin-top: 5px;
}
.detail_tit {
	margin-bottom: 15px;
}
#size_table {
	display: flex;
	margin-bottom: 10px;
	margin-top: 30px;
}
#size_table ul {
	width: 100%;
	letter-spacing: normal;
}
#size_table li {
	min-height: 30px;
	padding: 4px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#size_table li:first-child{
	background: #f5f5f5;
	text-align: center;
}
#size_table li:nth-child(odd){
	background: #f5f5f5;
}
#item_detail_txt {
	margin-top: 30px;
}
#item_detail_txt p {
	margin-bottom: 15px;
	line-height: 200%;
}
#item_detail_txt p:last-child {
	margin-bottom: 0px;
}
#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;
}
#item_detail_sub {
    margin-top: 30px;
    padding: 20px 25px;
    background-color: #f5f5f5;
}
#item_detail_sub a {
	text-decoration: underline;
}
#item_detail_sub li {
	display: flex;
	line-height: 3rem;
}
#item_detailsub_category p {
	line-height: 180%;
}
#item_detailsub_category {
	margin-bottom: 5px;
}
#color_unselected,#size_unselected {
	display: none;
	font-size: 0.8rem;
	color:#B50003;
}
#item_photo .swiper-button-next:after, 
#item_photo .swiper-button-prev:after {
	font-size: 2rem;
}
#recommend_slider_outer {
	overflow: hidden;
}
.tit_item_detail_inner {
	font-size: 1.4rem;
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
	margin-bottom: 13px;
}
#item_spec_detail {
	border: 1px solid #eeeeee;
	padding: 6px 20px;
}
#item_spec_detail dl {
	display: flex;
	align-items: center;
}
#item_spec_detail dl dt {
	width: 120px;
	font-weight: 700;
}
#item_spec_detail dl {
	margin: 7px 0;
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#global_footer {
	padding: 25px 30px 20px 30px;
	font-size: 1.1rem;
	letter-spacing: 0px;
	height: auto !important;
	border-top: 2px solid #000;
}
#global_footer header {
	top: -43px;
	position: relative;
	width: 180px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}
#global_footer header h1 {
	margin-bottom: 15px;
}
#footer_nav {
	display: flex;
	justify-content: space-between;
}
#foot_nav01 {
	display: flex;
}
#foot_nav01 ul {
	margin-right: 80px;
	line-height: 320%;
}
#foot_nav01 ul li:first-child {
	font-weight: bold;
}
#footer_search_nav {
	width: 273px;
	height: 39px;
	border: 1px solid #FFF;
	padding: 5px 15px;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #eee;
}
#footer_search_nav input[type="text"] {
	border: none;
	font-size: 1.4rem;
	width: 225px;
	height: 29px;
}
#footer_sns {
	margin-top: 40px;
	margin-right: 10px;
}
#footer_sns p {
	float: right;
	margin-left: 25px;
	width: 25px;
}
#footer_copy {
	margin-top: 40px;
	text-align: right;
}
#footer_shop_list {
	width: 100%;
	height: 375px;
	background:url('../images/img_bg_shop.jpg') center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer_shop_list_inner {
	width: 200px;
	text-align: center;
	color: #FFF;
}
#footer_shop_list_inner h2 {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
/*------------------------------------------------------------
コーデリスト
------------------------------------------------------------*/
.code_list {
	display: flex;
	flex-wrap: wrap;
}
.code_list li {
	width: calc((100% - 100px) / 5);
	margin-right: 25px;
	margin-bottom: 35px;
}
.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: 120%;
}
.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: 40px;
}
#coordinate_tit2 {
	font-size: 2.0rem;
	font-weight: 300;
	margin-bottom: 40px;
}
#coordinate_items ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem
}
#coordinate_items ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
#coordinate_items ul li:nth-child(3n) {
	margin-right: 0%;
}
#coordinate_items .item_list .item_icon li, #coordinate_items .item_list_s .item_icon li, #coordinate_items .item_icon li {
    width: auto;
    margin: 0 8px 0 0;
    font-size: 1.0rem;
    line-height: 1.4rem;
    letter-spacing: normal;
}
#coordinate_text {
	margin-top: 20px;
}

/*------------------------------------------------------------
ルックブックリスト
------------------------------------------------------------*/

.look_index, .look_list {
	display: flex;
	flex-wrap: wrap;
}
.look_index li {
	width: calc((100% - 105px) / 4);
	margin-right: 35px;
	margin-bottom: 30px;
}
.look_index li:nth-child(4n) {
	margin-right: 0;
}
.look_list li {
	width: calc((100% - 105px) / 4);
	margin-right: 35px;
	margin-bottom: 30px;
}
.look_list li a, .look_index li a {
	display: block;
}
.look_list li:nth-child(4n) {
	margin-right: 0;
}
.look_list .list_pict, .look_index .list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.look_list .list_pict:before, .look_index .list_pict:before {
    content:"";
    display: block;
    padding-top: 120%;
}
.look_list .list_pict div, .look_index .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;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#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: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #d3d6d6;
	border-bottom: 1px solid #d3d6d6;
}
#cart_flow ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#cart_flow ul li {
	line-height: 50px;
	text-align: center;
}
#cart_flow ul li:after {
	content: ">";
	padding: 0 10px;
}
#cart_flow ul li:last-child:after {
	content: "";
}
#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: 250%;
}
#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: 53px;
}
.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;
}

/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
#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;
}

/*------------------------------------------------------------
アバウト
------------------------------------------------------------*/
.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-thumbs02 div, 
.swiper-pagination-thumbs03 div{
	width: 156px;
	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;
}

/*------------------------------------------------------------
シーズン
------------------------------------------------------------*/
.season_block2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.season_txt {
	order: 2;
	width: 55%;
	min-width: 460px;
	margin-left: 30px;
}
.season_movie {
	order: 1;
	width: 35%;
	min-width: 560px;
}

/*------------------------------------------------------------
マイページ
------------------------------------------------------------*/
#mypagecolumn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
	letter-spacing: normal;
}
#mynavi_area {
	width: 205px;
	padding: 30px;
	background-color: #f8f8f8;
}
#mynavi_area .customer_info {
	display: none;
}
#mycontents_area {
	width: calc(100% - 250px);
}
#mynavi_area header {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.mynavi_list li {
	margin-bottom: 15px;
}
.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: 15px;
}

/*------------------------------------------------------------
カミングスーン
------------------------------------------------------------*/
.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;
}

/*------------------------------------------------------------
ABOUT
------------------------------------------------------------*/
#about_block {
}

#about_block h1 {
	text-align: center;
	width: 50%;
}

#about_block section {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	flex-wrap: wrap;
}

/*------------------------------------------------------------
SHOP LOCATOR
------------------------------------------------------------*/
#official_shop {
	display: flex;
	justify-content:left;
	flex-wrap: wrap;
}
#official_shop dl {
	width: calc((100% - 105px)/4);
}
#official_shop dl {
	margin-right: 35px;
	margin-bottom: 35px;
}
#official_shop dl:nth-child(4n){
	margin-right: 0;
}
#official_shop dl dt {
	font-size: 1.4rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
#official_shop .shopsns {
	display: flex;
	margin-top: 15px;
}
#official_shop .shopsns li {
	font-size: 1rem;
	border-radius: 5px;
	margin-right: 10px;
	padding: 2px 5px;
	background-color: #f5f5f5;
}

/*------------------------------------------------------------
NEWS
------------------------------------------------------------*/

#news_list span {
	margin-right: 15px;
}
#news_list li {
	margin-bottom: 20px;
}

/*------------------------------------------------------------
SLIDER CAROUSEL
------------------------------------------------------------*/
.default_carousel_slider_block {
	padding: 0 40px;
	max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.carousel_slide_block::before {
	display: block;
	content: '';
	width: 100%;
	height: 320px;
	position: absolute;
	background-color: #fce8e1;
}
.tit_carousel_left {
	text-align: left;
	font-family: 'Bellefair', serif;
	font-weight: normal;
	font-size: 4rem;
	position: relative;
	top: -10px;
	left: -25px;
}
.tit_carousel_right {
	text-align: right;
	font-family: 'Bellefair', serif;
	font-weight: normal;
	font-size: 4rem;
	position: relative;
	top: -10px;
	right: -25px;
}
#ranking_slider_outer,
#new_slider_outer,
#snap_slider_outer,
#recent_slider_outer,
#related_slider_outer {
	position: relative;
}

#ranking_slider,
#new_slider,
#snap_slider,
#recent_slider,
#related_slider {
	overflow: hidden;
}
.new-swiper-carousel-button-prev,
.ranking-swiper-carousel-button-prev,
.snap-swiper-carousel-button-prev,
.related-swiper-carousel-button-prev,
.recent-swiper-carousel-button-prev {
	width: 50px;
	height: 50px;
	background: url('../images/ico_slide_arrowL.png') center center no-repeat;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	top: 203px;
	left: -25px;
	z-index: 1000;
}
.new-swiper-carousel-button-next,
.ranking-swiper-carousel-button-next,
.snap-swiper-carousel-button-next,
.related-swiper-carousel-button-next,
.recent-swiper-carousel-button-next {
	width: 50px;
	height: 50px;
	background: url('../images/ico_slide_arrowR.png') center center no-repeat;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	top: 203px;
	right: -25px;
	z-index: 1000;
}
.rank_icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #d3d3d3;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}
.ranking-1 {
	background-color: #e5e34e;
}
.ranking-2 {
	background-color: #eeeeee;
}
.ranking-3 {
	background-color: #d4b36c;
}
.default_none_slide {
	display: flex;
	flex-wrap: wrap;
}
.default_none_slide li {
	position: relative;
	width: calc((100% - 90px)/4);
	margin-right: 30px;
}
.default_none_slide li:nth-child(4) {
	margin-right: 0;
}
#lookgroup_slider_outer {
	width: 100%;
	overflow: hidden;
}
#lookgroup_slider_outer .swiper-slide {
	width: 100%;
	overflow: hidden;
	position:relative;
	background-size: cover;
	background-position: center center;
}
#lookgroup_slider_outer .swiper-slide::before {
	content: "";
    display: block;
    padding-top: 65%;
}
.lookgroup_detail {
	position: absolute;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
	transition-delay: 0.2s;
}
.lookgroup_detail::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FFF;
	opacity: 0.4;
}
.lookgroup_detail_inner {
	width: 100%;
	height: 100%;
	padding: 80px 50px;
	position: absolute;
	top: 0;
	text-align: center;
	display: flex;
	align-items: center;
}
.lookgroup_detail_inner_content {
	width: 100%;
}
.lookgroup_detail_inner h1 {
	font-size: 2rem;
	margin-bottom: 40px;
}
.lookgroup_detail_inner .lookgroup_detail_info {
	margin-bottom: 30px;
}
#lookgroup_slider_outer .swiper-slide-active .lookgroup_detail {
	right: 0px;
}

/*------------------------------------------------------------
SHOPPING GUIDE
------------------------------------------------------------*/
.shopping_guide_block {
	margin-bottom: 30px;
}
.shopping_guide_block a {
	text-decoration: underline;
	color:#B50003;
}
.shopping_guide_block h1 {
	font-size: 1.3rem;
	border-bottom: #eeeeee 1px solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.shopping_guide_block div {
	margin-bottom: 20px;
}
.shopping_guide_block h2 {
	margin-bottom: 10px;
}
.table_small th, .table_small td {
	padding: 10px;
}

/*------------------------------------------------------------
SIZE GUIDE
------------------------------------------------------------*/
#size_guide {
	width: 900px;
	margin: 0 auto;
}
#size_main_nav {
	margin-bottom: 70px;
}
#size_main_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#size_main_nav ul li {
	width: 180px;
	margin: 0 20px;
	text-align: center;
	background-color: #fbf1e8;
	padding: 20px 10px;
	border-radius: 15px;
	box-sizing: border-box;
}
.tit_size_nav {
	font-size: 2.2rem;
	font-family: 'Bellefair', serif;
	display: block;
}
.size_active {
	background-color: #fbe2db !important;
}
#size_area section {
	display: none;
}
#size_area section.size_block_active {
	display: block;
}
.tit_size_main {
	font-size: 2.2rem;
	font-family: 'Bellefair', serif;
	font-weight: 400;
}
#size_header_center {
	text-align: center;
	margin-bottom: 60px;
}
.tit_size_sub {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
}
.size_1_flex {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.size_1_flex li {
	width: 40%;
	text-align: center;
}
.size_1_flex li img {
	width: auto;
	height: 230px;
}
.size_1_flex li p {
	margin-top: 10px;
}
.tit_size_sub2 {
	font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
}
#size_guide table {
	border: none;
	text-align: center;
	margin-bottom: 20px;
}
#size_guide table td,
#size_guide table th {
	padding: 10px;
	border: none;
    vertical-align: middle;
}
#size_guide table th {
	background-color: #fbe2db;
}
#size_guide table tr:nth-child(odd) td {
	background: #fbf1e8;
}
.size_table_block1, .size_table_block2 {
	margin-bottom: 70px;
}
.size_1_flex2 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.size_1_flex2 div:first-child {
	width: 30%;
}
.size_1_flex2 div:last-child {
	width: 60%;
}
.size_1_flex2 div dl {
	margin-bottom: 30px;
}
.size_1_flex2 div dl dt {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.size_1_flex2 div dl dd {
	margin-bottom: 30px;
}
.size_1_flex2 div dl dt span {
	background: #F096BC;
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    width: 22px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    margin-top: -5px;
	margin-right: 10px;
}
.size_table_block3 {
	margin-bottom: 40px;
}


/*サイズブロック2*/
.size_area2_block {
	margin-bottom: 50px;
}
.size_area2_flex {
	display: flex;
	justify-content: space-between;
}
.size_area2_flex li {
	width: 23%;
	text-align: center;
	position: relative;
}
.size_area2_flex li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fbe2db !important;
	font-size: 3rem;
}
.size_area2_flex li:nth-child(1):before {
	content: '1';
}
.size_area2_flex li:nth-child(2):before {
	content: '2';
}
.size_area2_flex li:nth-child(3):before {
	content: '3';
}
.size_area2_flex li:nth-child(4):before {
	content: '4';
}
.size_area2_flex li img {
	width: auto;
	height: 200px;
	margin: 0 auto;
}
.size_area2_flex li .ttx {
	text-align: left;
}
.size_area2_add {
	background-color:#fbf1e8;
	padding: 30px;
}
.size_area2_add p:first-child {
	font-size: 1.8rem;
}

/*サイズブロック3*/
.size_area3_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.size_area3_flex li {
	width: 47%;
} 
.size_area3_flex div p, .size_area3_flex2 div p {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}
.size_area3_flex2 {
	display: flex;
	justify-content: space-between;
}
.size_area3_flex2 li {
	margin-right: 20px;
	min-width: 216px;
}
.size_area3_flex2 li:last-child {
	margin-right: 0px;
}


.other_page_inner_block:first-child {
	margin-top: 0;
}
.other_page_inner_block {
	margin-top: 40px;
}
.other_page_inner_block h1 {
	font-size: 1.5rem;
	border-bottom: #eeeeee 1px solid;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.other_page .title {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.other_page .mt20 {
	margin-top: 25px;
}
.other_page .text_normal {
	margin-bottom: 15px;
}
.other_page .card_list img {
	width: 60px;
}
.other_page a {
	color: #B50003;
	text-decoration: underline;
}
.qa_page .title {
	font-size: 1.4rem;
}

.shop_page .InnerContent {
	display: flex;
	margin-bottom: 30px;
}
.list_shop {
	order:2;
}
.list_shop dt {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.map {
	order:1;
	width: 400px;
	margin-right: 30px;
}
.shop_page .other_page_inner_block h1 {
	margin-bottom: 30px;
}


/*------------------------------------------------------------
LP
------------------------------------------------------------*/
.lp_default {
	max-width: 1280px;
	margin: 0 auto;
}
.lp_default img {
	vertical-align: bottom;
}
.lp2020107_block1 {
	width: 80%;
	text-align: center;
	margin: 0 auto 160px auto;
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 250%;
}
.lp2020107_block1_photo {
	margin: 160px auto 160px auto;
}
.lp2020107_block1_txt {
	margin-bottom: 50px;
}
.lp2020107_block1_txt h2 {
	width: 200px;
	margin: 0 auto 50px auto;
}
.lp2020107_block2 {
	width: 100%;
	margin-bottom: 150px;
}
.lp2020107_block2 ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 100px;
}
.lp2020107_block2 ul li {
	width: 32%;
}
.lp2020107_block2 ul li div {
	width: 50%;
	margin: 0 auto;
}
.lp2020107_block2 ul li div p {
	font-size: 1.8rem;
	margin: 30px auto;
}
.lp2020107_block2_txt {
	text-align: center;
}
.lp2020107_block2_txt h2 {
	width: 200px;
	margin: 0 auto 50px auto;
}
.lp2020107_block2_txt .btn_lp {
	margin: 0 auto 150px auto !important;
}
.btn_lp {
	width: 450px;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	display: block;
	background-color: #000;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
}
.lp2020107_block2_txt_inner {
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 320%;
}
.lp2020107_block3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lp2020107_block3 ul li {
	margin-bottom: 30px;
}
.lp2020107_block3_photo01 {
	width: 100%;
}
.lp2020107_block3_photo02,
.lp2020107_block3_photo03 {
	width: calc((100% - 30px) / 2);
}
.lp2020107_block3_photo05 {
	width: 40%;
}
.lp2020107_block3_photo06 {
	width: calc(60% - 30px);
}
.lp2020107_block3_photo07 {
	margin-bottom: 160px !important;
}
.lp2020107_block4 {
	margin-top: 160px;
}
.lp2020107_block4 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp2020107_block4 ul li:first-child {
	width: 40%;
	margin-right: 90px;
}
.lp2020107_block4 ul li:last-child {
	width: calc(60% - 90px);	
}
.lp2020107_block4 ul li:last-child h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-weight: 400;
}
.lp2020107_block4 ul li:last-child p {
	font-size: 1.3rem;
	line-height: 210%;
}


/*------------------------------------------------------------
LP 21 AUTUMN COLLECTION
------------------------------------------------------------*/
.lp_default#autumn21 {
	max-width: 1060px;
	margin: 0 auto;
}

.lp_default#autumn21 p.text {
	font-size: 11px;
	margin: 10px auto 0;
}

.autumn21_block1 {
	margin: 105px auto 120px;
	width: 100%;
}

.autumn21_block2 {
	margin: 0 auto 200px;
	width: 100%;
}

.autumn21_block2 ul {
	display: flex;
	justify-content: space-between;
}

.autumn21_block2 ul li {
	width: 62.2%;
}

.autumn21_block2 ul li:last-child {
	width: 36.4%;
	padding-top: 17.2%;
	box-sizing: border-box;
}

.autumn21_block2 ul li:last-child img {
	padding-top: 3.0%;
	box-sizing: border-box;
}

.autumn21_block3 {
	margin: 0 auto 300px;
	width: 93.2%;
	padding-left: 4.8%;
	box-sizing: border-box;
}

.autumn21_block3 ul {
	display: flex;
	justify-content: space-between;
}

.autumn21_block3 ul li {
	width: 40.7%;
}

.autumn21_block3 ul li:last-child {
	width: 57.8%;
}

.autumn21_block4 {
	margin: 0 auto 360px;
	width: 62.9%;
}

.autumn21_block5 {
	margin: 0 auto 355px;
	width: 100%;
}

.autumn21_block5 ul {
	display: flex;
	justify-content: space-between;
}

.autumn21_block5 ul li {
	width: 46.4%;
	padding-top: 6.9%;
	box-sizing: border-box;
}

.autumn21_block5 ul li:last-child {
	width: 51.4%;
	padding-top: 0;
}

.autumn21_block5 ul li:last-child img.last {
	padding: 4.4% 21.1% 0 0;
	box-sizing: border-box;
}

.autumn21_block6 {
	margin: 0 auto 190px;
	width: 60.0%;
}

.autumn21_block7 {
	margin: 0 auto 210px;
	width: 93.2%;
}

.autumn21_block7 ul {
	display: flex;
	justify-content: space-between;
}

.autumn21_block7 ul li {
	width: 48.0%;
}

.autumn21_block7 ul li:last-child {
	width: 49.6%;
}

.autumn21_block8 {
	margin: 0 auto 280px;
	width: 51.7%;
	padding-left: 4.9%;
	box-sizing: border-box;
}

.autumn21_block8 .text {
	text-align: right;
}

.autumn21_block9 {
	margin: 0 auto 200px;
	width: 95.1%;
	padding-left: 4.9%;
	box-sizing: border-box;
}

.autumn21_block9 ul {
	display: flex;
	justify-content: space-between;
}

.autumn21_block9 ul li {
	width: 46.4%;
}

.autumn21_block9 ul li:last-child {
	width: 51.6%;
	padding-top: 16.8%;
	box-sizing: border-box;
}

.autumn21_block10 {
	margin: 0 auto 135px;
	width: 95.1%;
	padding-left: 4.9%;
	box-sizing: border-box;
}

.autumn21_block10 ul {
	display: flex;
	justify-content: space-between;
}

.autumn21_block10 ul li {
	width: 54.9%;
}

.autumn21_block10 ul li:last-child {
	width: 43.5%;
	padding-top: 31.0%;
	box-sizing: border-box;
}

.autumn21_block11 {
	margin: 0 auto 140px;
}


/*------------------------------------------------------------
SPECIAL CONTENTS
------------------------------------------------------------*/
.top_special_block {
	background-color: #fbf1e8;
	margin: 0 auto 140px;
    padding: 80px 50px 0;
    position: relative;
}

.top_special_block header {
	text-align: center;
}

.top_special_block .tit {
    text-align: center;
    font-family: 'Bellefair', serif;
    font-weight: normal;
    font-size: 3.4rem;
    margin: 0 auto 70px;
    position: relative;
    display: inline-block;
    padding: 0 125px;
}

.top_special_block .tit:before,
.top_special_block .tit:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 55px;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #333;
}

.top_special_block .tit:before {
    left: 55px;
}

.top_special_block .special_list ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}

.top_special_block .special_list ul li {
	width: 31.5%;
}

.top_special_block .special_list ul li p {
	line-height: 2.8em;
	margin: 20px auto 0;
	text-align: center;
}

.top_special_block .special_btn {
	text-align: center;
	position: relative;
	bottom: -26px;
}


.special_block {
	max-width: 1280px;
	margin: 0 auto 140px;
    padding: 80px 50px 0;
    position: relative;
}

.special_block header {
	text-align: center;
}

.special_block .tit {
    text-align: center;
    font-family: 'Bellefair', serif;
    font-weight: normal;
    font-size: 3.4rem;
    margin: 0 auto 70px;
    position: relative;
    display: inline-block;
    padding: 0 125px;
}

.special_block .tit:before,
.special_block .tit:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 55px;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #333;
}

.special_block .tit:before {
    left: 55px;
}

.special_block .special_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.special_block .special_list ul li {
	width: 31.5%;
	margin: 0 auto 40px;
}

.special_block .special_list ul li p {
	line-height: 2.8em;
	margin: 20px auto 0;
	text-align: center;
}

.special_block .special_list ul:after {
	content: "";
	display: block;
	width: 31.5%;
	height: 0;
}


