/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#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: 140px;
}
.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 #eeeeee;
	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;
}
.tit_gray {
    font-size: 1.4rem;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
	background-color: #f7f7f7;
}
/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.item_list, .item_list2 {
	letter-spacing: normal;
}
.item_list a, .item_list2 a, .item_list_s a {
	display: block;
}
.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% - 180px) / 4);
    margin: 0 60px 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% - 40px) / 5);
	margin: 0 10px 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;
}
.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;
}
.item_icon5 {
	background-color: #B50003;
	padding: 0 5px;
	color: #FFF;
}
.list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.item_list2 .list_pict {
	margin-bottom: 0;
}
.list_pict:before {
    content:"";
    display: block;
    padding-top: 120%;
}
.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 {
	background-color: #B50003 !important;
	padding: 0 5px;
	color: #FFF;
}
.list_status {
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.list_status li {
	width: auto !important;
	margin: 0 0 0 1px !important;
	background-color: #000000;
	padding: 0 5px;
	color: #FFF;
}
.list_name {
	font-weight: 700;
    text-align: center;
    width: 80%;
    margin: 25px auto 10px auto;
}
.list_price {
	text-align: center;
	color: #999999;
}
/*------------------------------------------------------------
レイアウト カルーセルスライダー
------------------------------------------------------------*/
#carousel_outer {
	overflow: hidden;
}
#snap_outer {
	overflow: hidden;
}
#snap_slider_outer {
	letter-spacing: normal;
}
#recent_slider_outer {
	letter-spacing: normal;
	overflow: hidden;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#global_header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #FFF;
}
.header_color_none {
	background-color: transparent !important;
}
.header_color_none .fa-shopping-cart,
.header_color_none .fa-heart {
	color: #FFFFFF;
}
#header_inner {
	height: 140px;
	align-items: center;
	display: flex;
	padding: 0 40px;
	max-width: 1800px;
	margin: 0 auto;
}
#header_inner h1 {
	width: 125px;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header_inner ul {
	width: 33.3%;
}
#header_inner >:last-child {
  	margin-left: auto;
}
#top_nav {
	display: flex;
	align-items: center;
}
#top_nav li {
	margin-right: 15px;
}
#top_nav_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#top_nav_right li {
	margin-left: 15px;
	width: 22px;
	height: 22px;
}
#header_cart {
	position: relative;
}
#header_cart span {
	display: block;
	position: absolute;
	right: -5px;
    bottom: -2px;
	background-color: #A40002;
	font-size: 0.9rem;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}
#menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#menu_btn a span {
	display: block;
	background-color: #000000;
	height: 2px;
	width: 85%;
	left: 7.5%;
	position: absolute;
}
.white_bar a span {
	background-color: #FFFFFF !important;
}
#menu_btn a span:nth-child(1){
	top: 20%;
}
#menu_btn a span:nth-child(2){
	top: 50%;
	transform: translateY(-50%);
}
#menu_btn a span:nth-child(3){
	bottom: 20%;
}
.ico_region{
	width: 44px;
	position: relative;
}
/*------------------------------------------------------------
サイドカラム
------------------------------------------------------------*/
.cat_list {
	border-bottom: 1px solid #eeeeee;
	padding:10px 30px;
	font-weight: 700;
	line-height: 3.4rem;
}
#side_clm_header {
	display: flex;
	justify-content: space-between;
	height: 50px;
	border-bottom: 1px solid #eeeeee;
}
#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;
}
.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-bottom: 10px;
}
.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 input[type="text"] {
	width: 90%;
	border: none;
	padding: 0;
	height: 30px;
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
.top_recommend {
	width: 95%;
	margin: 0 2.5%;
}
#image_bloc45 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 60px;
}
#image_bloc45 img {
	width: 100%;
}
#image_bloc45 li {
	position: relative;
	width: calc((100% - 60px) / 2);
	margin-right: 60px;
}
#image_bloc45 li:nth-child(2n) {
	margin-right: 0px;
}
#image_bloc45 li p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10000;
	border: solid 2px #000;
	padding: 12px 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	width: 250px;
	text-align: center;
	line-height: 140%;
}
/*------------------------------------------------------------
トップビジュアルスライダー
------------------------------------------------------------*/
#top_visual {
	margin-top: 140px;
	max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}
#top_slider_outer, #top_slider {
	width: 100%;
	overflow: hidden;
	
}
#top_slider .swiper-slide {
	width: 100%;
	background-position: center;
	background-size: cover;
}
.slide-img{
	position: relative;
}
.slide-img img {
	width: 100%;
	display: block;
}
#top_btn {
	width: 22%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
#top_btn a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 2px #FFF;
	padding: 12px 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	font-weight: 700;
	color: #FFF;
}
/*------------------------------------------------------------
トップページスライダー
------------------------------------------------------------*/
#top_carousel_outer {
	margin: 0 40px;
}
#top_carousel_slider .swiper-slide img {
	width: 100%;
}
#top_recommend_outer {
	min-width: 1024px;
	max-width: 85%;
	overflow: hidden;
	margin: 0 auto;
}
#top_recommend_slider .swiper-slide img {
	width: 100%;
}
#top_collections_outer {
	max-width: calc(100% - 100px);
	margin: 0 auto;
	position: relative;
}
#top_collections_outer .swiper-wrapper {
	position: relative;
}
#top_collections {
	overflow: hidden;
}
#top_collections_outer .swiper-button-next {
	margin-right: -40px;
}
#top_collections_outer .swiper-button-prev {
	margin-left: -40px;
}
#top_collections_outer .swiper-button-next,
#top_collections_outer .swiper-button-prev{
	margin-top:-13px;
}
#top_collections .swiper-slide p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    border: solid 2px #000;
    padding: 12px 20px;
    font-size: 1.6rem;
    font-weight: 700;
	color: #000;
	width: 300px;
    max-width: 60%;
    text-align: center;
    line-height: 150%;
}

/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
#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 {
	display: none;
	width: 100%;
	padding: 10px 0px 60px 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;
	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;
}
.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: 30px;
}
#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;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#item_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 5%;
	margin-top: 93px;
}
#item_photo {
	width: 53.4%;
	order: 1;
}
#item_spec {
	width: 40.6%;
    margin-left: 6%;
    order: 2;
}
#item_spec_inner {
	padding-top: 50px;
}
#item_spec_tit {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
#item_spec_price {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 15px;
}
#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(12n) {
	margin-right: 0;
}
#detail_price {
	display: flex;
	align-items: baseline;
	font-weight: 700;
}
#detail_price li {
	margin-right: 10px;
}
#cart_color, #cart_size {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #D6D6D6;
}
#color_block ul, #size_block ul {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
}
#color_block ul li {
	width: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#color_block ul li a {
	display: block;
	position: relative;
	font-size: 1rem;
	padding: 3px;
	border: 1px solid #e1e1e1;
	transition: none;
}
#color_block ul li p {
	margin-top: 5px;
	word-break: break-all;
    font-size: 1rem;
    line-height: 1.2rem;
}
#size_block ul li {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#size_block ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1px;
	border: 1px solid #e1e1e1;
	position: relative;
	transition: none;
}
#size_block ul li a span {
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 0.9rem;
}
.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;
    background-size: cover;
}
#size_block .slash {
	background: url(/user_data/packages/default/images/ico_slash_size.png) no-repeat;
    background-size: cover;
}
.sku_selected {
	outline: 2px solid #333333 !important;
	border: 1px solid #333333 !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: 15px;
}
#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;
	width: 50%;
	height: 60px;
}
#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: #000000;
	color: #FFFFFF;
}
#cart_favorite a {
	background-color: #b7b7b7;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.detail_tit {
	margin-bottom: 15px;
}
#size_table {
	display: flex;
	margin-bottom: 10px;
	margin-top: 40px;
}
#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;
    letter-spacing: 2px;
}
#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_detail_sub li p:first-child {
	min-width: 60px;
}
#item_detail_sub li p {
	line-height: 250%;
}
#color_unselected,#size_unselected {
	display: none;
	font-size: 0.8rem;
	color:#B50003;
}

.cart_box {
	margin-top: 40px;
}
.cart_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.cart_item_photo {
	width: 15%;
}
.cart_item_photo p {
	text-align: center;
	margin-top: 5px;
	letter-spacing: normal;
    font-size: 1.0rem;
}
.cart_item_list {
	width: 82%;
}
.cart_item_detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart_item_info {
	letter-spacing: normal;
	width: 140px;
}
.cart_item_deliv {
	font-size: 1.0rem;
	color: #999999;
	display: block;
}
.cart_btn {
	width:calc(100% - 190px);
}
.cart_item_list .cart_item_detail {
	margin-bottom: 15px;
}
.cart_item_list .cart_item_detail:last-child {
	margin-bottom: 0;
}
.cart_favorite_btn {
	width: 40px;
	margin-left: 10px;
}
#item_spec_detail {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 30px;
}
.color_images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.color_images li {
	width: 60px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: center;
	font-size: 1.0rem;
}
/*------------------------------------------------------------
トップページフッターバナー
------------------------------------------------------------*/
#footer_content ul {
	display: flex;
	width: 100%;
}
#footer_content li {
	width: 50%;
}
#footer_content li img {
	width: 100%;
}
#footer_content {
	margin-top: 90px;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#global_footer {
    border-top: 1px solid #d3d6d6;
    padding: 55px 30px 20px 30px;
    margin-top: 0px;
    font-size: 1.1rem;
    letter-spacing: 0px;
}
#footer_header {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #d3d6d6;
	align-items: center;
	margin-top: 100px;
	height: 55px;
	padding: 0 20px;
}
#footer_header p {
	height: 100%;
	line-height: 55px;
}
#footer_header p:last-child {
	border-left: 1px solid #d3d6d6;
	padding-left: 20px;
}
#footer_header a img {
	vertical-align: middle;
}
#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;
	margin-left: auto;
}
#footer_search_nav input[type="text"] {
	border: none;
	font-size: 1.4rem;
	width: 225px;
	height: 29px;
}
#footer_brand {
	margin-top: 30px;
	text-align: right;
}
#footer_brand li {
	display: inline;
	margin-left: 15px;
}
#footer_sns {
	margin-top: 30px;
	text-align: right;
}
#footer_sns li {
	display: inline;
	margin-left: 15px;
}
#footer_copy {
	margin-top: 50px;
    letter-spacing: 1px;
    font-size: 1.0rem;
}

/*------------------------------------------------------------
コーデリスト
------------------------------------------------------------*/
.code_list {
	display: flex;
	flex-wrap: wrap;
}
.code_list li {
	width: calc((100% - 100px) / 5);
	margin-right: 20px;
	margin-bottom: 25px;
}
.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.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: 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;
}

/*------------------------------------------------------------
ルックブックリスト
------------------------------------------------------------*/
#look_txt {
    max-width: 1500px;
    padding: 100px 80px 0 80px;
	margin: 0 auto;
	line-height: 250%;
	text-align: center;
}
#look_txt h2 {
	font-weight: normal;
}
#look_txt div p {
	margin-bottom: 15px;
	line-height: 220%;
}
#look_txt div p:last-child {
	margin-bottom: 0;
}
#look_header {
    width: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 00px;
}
#look_header:before {
    content: "";
    display: block;
    padding-top: 38%;
}
.tit_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border: solid 2px #000;
    padding: 12px 18px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    width: auto;
    text-align: center;
	line-height: 140%;
	white-space: nowrap;
}
.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% - 140px) / 5);
	margin-right: 35px;
	margin-bottom: 30px;
}
.look_list li:nth-child(5n) {
	margin-right: 0;
}
.look_list .list_pict, .look_index .list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.look_list .list_pict img {
	width: 100%;
}
.look_list .list_pict:before, .look_index .list_pict:before {
    content:"";
    display: block;
    padding-top: 125%;
}
.look_list .list_pict div, .look_index .list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#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: 100%;
	text-align: center;
}
.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;
}
#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: 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;
}

/*------------------------------------------------------------
ABOUT
------------------------------------------------------------*/
.about_block_01 {
	width: 50%;
}
.about_block_02 {
	width: 50%;
	padding: 0 80px;
}
.about_block_02 {
	font-size: 1.3rem;
	line-height: 170%;
}
.about_block_02 h1,
.about_block_02 h2 {
	font-size: 4.0rem;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

/*------------------------------------------------------------
STOCK LIST
------------------------------------------------------------*/
.shop_all {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.shop_all .world_area {
	font-size: 2.4rem;
	width: 35%;
	font-weight: normal;
}
.shop_all .country {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.shop_all .store {
	width: 65%;
}
.shopInfo {
	margin-bottom: 50px;
}
.shopInfo li {
	margin-bottom: 40px;
}
.shopInfo li dl {
	display: flex;
	flex-wrap: wrap;
}
.shopInfo li dl dt {
	width: 30%;
	padding-right: 20px;
	padding-top: 20px;
	border-top: 2px solid #666666;
}
.shopInfo li dl dd {
	word-wrap: break-word;
	width: calc(70% - 20px);
	padding-top: 20px;
	border-top: 1px solid #666666;
}
.official.shopInfo li dl dt {
	width: 30%;
	padding-right: 20px;
	padding-top: 0px;
	border-top: none;
}
.official.shopInfo li dl dd {
	word-wrap: break-word;
	width: calc(70% - 20px);
	padding-top: 0px;
	border-top: 1px none;
}

.shopInfo li dl dd p {
	margin-bottom: 5px;
}
.shopInfo li dl dd p:last-child {
	margin-bottom: 0px;
}
.store .anchor {
	margin-bottom: 25px;
}
.store .anchor a {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
}
.store .anchor a.select {
	color: #FFF;
	background-color: #666666;
}

/*------------------------------------------------------------
コンセプト
------------------------------------------------------------*/
#concept_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#concept_img {
	width: 50%;
}
#concept_txt {
	width: 50%;
	text-align: center;
}
.tit_concept {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 1.6rem;
}
#concept_txt p {
	margin-bottom: 15px;
}
#concept_txt p.eng {
	color: #666666;
}

/*------------------------------------------------------------
recruit
------------------------------------------------------------*/
.recruite_section {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #EEEEEE;
}
.recruite_section h1 {
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.recruite_section dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.recruite_section dt {
	width: 120px;
}

/*------------------------------------------------------------
デリバリーエリア
------------------------------------------------------------*/
#delivery_area dl {
	margin-bottom: 20px;
}
#delivery_area dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#delivery_area dd a {
	text-decoration: underline !important;
}

/*決済画面でヘッダーなどを消去*/
.LC_Page_Mdl_YFCApi_Helper #container {
	margin-top: 20px;
	margin-bottom: 40px;
}
.LC_Page_Mdl_YFCApi_Helper #global_header,
.LC_Page_Mdl_YFCApi_Helper #footer_header,
.LC_Page_Mdl_YFCApi_Helper #global_footer {
	display: none !important;
}

.sub_comment {
	line-height: 200%;
	margin-top: 10px;
	text-align: center;
}

/*------------------------------------------------------------
吹き出し
------------------------------------------------------------*/
/* 吹き出し・全共通 */
.balloon {
	position: absolute;
	transform-style: preserve-3d;
	min-width: 220px;
	min-height: 60px; /* 最小の高さ */
	padding: 15px; /* 内側の余白 */
	border-radius: 3px; /* 角の丸め方　*/
	top: 40px;
    left: 8px;
	font-size: 1rem;
	display: none;
}
.baloon_active {
	display: block;
}
.balloon::before,
.balloon::after {
	content: '';
	position: absolute;
	width: 20px; height: 20px; /* 吹き出しサイズ */ 
}
.balloon,
.balloon::before {
	background: #fff; /* 背景色（linear-gradientもこの色と統一する必要がある）*/
	box-shadow: 0 0 5px 0 rgba(163,163,163,0.50); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}
.balloon h3 {
	font-weight: 400;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px #eeeeee solid;
	color: #999;
}
.balloon p {
	font-size: 1.2rem;
	line-height: 220%;
}
/* 吹き出し・上辺共通 */
.balloon--top_left::after,
.balloon--top_center::after,
.balloon--top_right::after {
	background: linear-gradient(135deg, #fff 51%, transparent 51%); /* 第2引数にbackgroundと共通の背景色を指定 */
}
/* 吹き出し・上辺左側 */
.balloon--top_left::before,.balloon--top_left::after {
	top: -5px; left: 20px; /* 位置 */
	transform: rotate(45deg) skew(20deg,20deg) translateZ(-1px); /* 傾斜角(skew) */
}
.balloon--top_left::after {
	transform: rotate(45deg) skew(20deg,20deg) translateZ(1px); /* 傾斜角(skew) */
}