/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
    font-size: 1.2rem;
    overflow: hidden;
}
#container {
	margin-top: 115px;
	padding-top: 50px;
}
.LC_Page_Index #container {
	padding-top: 0;
}
.default_block {
	max-width: 1500px;
	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: 20px 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;
}
/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.item_list {
	letter-spacing: normal;
}
.item_list a, .item_list_s a {
	display: block;
}
.item_list ul, .item_list_s ul {
	display: flex;
	flex-wrap: wrap;
}
.item_list ul li img, .item_list_s ul li img {
	width: 100%;
}
.item_list ul li {
	width: calc((100% - 135px) / 4);
	margin: 0 45px 0 0;
}
.item_list ul li:nth-child(n+5) {
	margin-top: 45px;
}
.item_list_s ul li {
	width: calc((100% - 120px) / 5);
	margin: 0 30px 0 0;
}
.item_list_s ul li:nth-child(n+6) {
	margin-top: 40px;
}
.item_list ul li:nth-child(4n) {
	margin-right: 0;
}
.item_list_s ul li:nth-child(5n) {
	margin-right: 0;
}
.item_list .item_icon, .item_list_s .item_icon, .item_icon {
	display: flex;
	flex-wrap:nowrap;
	align-items: center;
}
.item_list .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 {
	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%;
}
.list_pict:before {
    content:"";
    display: block;
    padding-top: 120%;
}
.list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.list_pict p {
	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;
}
#brand_block {
	margin-bottom: 60px;
}
#brand_image {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#brand_image:before {
	content: "";
    display: block;
	padding-top: 42.2%;
}
#brand_image img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#brand_info {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#brand_info h2 {
	font-size: 2.4rem;
}
#brand_info h2, #brand_info p {
	width: 50%;
	padding: 30px;
}
/*------------------------------------------------------------
レイアウト カルーセルスライダー
------------------------------------------------------------*/
#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: 55px;
	z-index: 2000;
	background-color: #FFFFFF;
}
#header_inner{
	position: relative;
	width: 100%;
	height: 55px;
}
#header_inner h1 {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header_inner h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#header_inner h1 a img {
	vertical-align: middle;
}
.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: absolute;
	width: 18px;
	height: 18px;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 1000;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.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, #btn_mypage, #header_cart {
	position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	line-height: 100%;
	font-size: 1.4rem;
}
#btn_favorite a, #btn_mypage a, #header_cart a {
	color: #000000;
}
#btn_favorite {
	right: 115px;
}
#btn_mypage {
	right: 155px;
}
#header_cart {
	right: 65px;
}
#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: -5px;
	right: -5px;
}
#global_nav {
	font-size: 1.1rem;
	position: fixed;
	top: 0px;
	left: -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;
	line-height: 2.2rem;
}

#global_nav.nav_active {
	left: 0px;
}
.global_nav_list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}
.global_nav_list li {
	margin-bottom: 5px;
}
.global_nav_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: 100px 10px;
	height: 100%;
}
#global_nav_inner {
	width: 100%;
}
.menu_child {
	padding-top: 5px;
	padding-left: 10px;
}
#global_nav_inner .menu_child li {
	margin-bottom: 5px;
}
.menu_child a {
	color: #999;
}
/*------------------------------------------------------------
メインナビ
------------------------------------------------------------*/
#main_nav {
	width: 100%;
	position: fixed;
	top: 55px;
	z-index: 1000;
}
#main_nav_inner {
	background-color: #181818;
	height: 60px;
}
#main_nav_inner ul {
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
}
#main_nav_inner ul li {
	display: inline-block;
	margin: 0 20px;
}
#main_nav_inner ul li img {
	vertical-align: bottom;
	height:32px
}
#main_nav_content {
	position: absolute;
	width: 100%;
	top: 60px;
	color: #FFFFFF;
}
#main_nav_content a {
	color: #FFFFFF;
}
#content_category, #content_search, #content_brand {
	width: 100%;
	background-color: #181818;
	display: none;
}
#content_category_inner {
	padding: 25px 0 25px 70px;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#content_brand_inner {
	padding: 25px 0 25px 90px;
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#content_category_plan_list {
	margin-right: 30px;
	min-width: 100px;
}
#content_category_category_list {
	min-width: 200px;
}
#content_category_plan_list li,
#content_category_category_list li {
	margin-bottom: 5px;
}
#content_category_plan_list li a,
#content_category_category_list li a {
	display: block;
	background: url('../images/ico_next_w.png') no-repeat left center;
	background-size: 8px;
	padding-left: 12px;
}
#content_category_category_list li.haschild a {
	background: url('../images/ico_plus_w.png') no-repeat left center;
	background-size: 9px;
	padding-left: 12px;
}
#content_category_category_list li.haschild a.list_open {
	background: url('../images/ico_minus_w.png') no-repeat left center;
	background-size: 9px;
	padding-left: 12px;
}
#content_category_category_list li.haschild ul li {
	margin-left: 15px;
}
#content_category_category_list li.haschild ul li a {
	background: url('../images/ico_next_w.png') no-repeat left center;
	background-size: 8px;
	padding-left: 12px;
}
#content_brand,#content_search{
	display: none;
}

#content_search_inner {
	padding: 25px 0;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	color: #000;
}
.content_search_btn {
	width: 33px;
}
#nav_cat_list_outer {
	display: flex;
} 
.nav_cat_list {
	width: 130px;
}
.nav_cat_list_tit {
	margin-bottom: 7px;
}
.nav_cat_list_inner .haschild ul {
	margin-left: 12px
}
.nav_cat_list_inner li {
	line-height: 200%;
}
.nav_cat_list_inner li a {
	display: inline-block;
    background: url('../images/ico_next_w.png') no-repeat left center;
	background-size: 8px;
    padding-left: 15px;
}
.nav_cat_list_inner .haschild a,
.nav_cat_list_inner .cat_list_tit a {
    display: inline-block;
    background: url('../images/ico_plus_w.png') no-repeat left center;
	background-size: 8px;
    padding-left: 15px;
}
.nav_cat_list_inner .list_open {
    background: url('../images/ico_minus_w.png') no-repeat left center !important;
	background-size: 8px !important;
}
.nav_cat_list_inner .cat_list a, .nav_cat_list_inner .haschild li a {
    display: inline-block;
    background: url('../images/ico_next_w.png') no-repeat left center;
	background-size: 8px;
    padding-left: 15px;
}
#content_brand_inner ul {
	display: flex;
	flex-wrap: wrap;

}
#content_brand_inner ul li {
	width: 120px;
	line-height: 240%;
}
#content_brand_inner ul li a {
	display: inline-block;
    background: url('../images/ico_next_w.png') no-repeat left center;
	background-size: 8px;
    padding-left: 15px;
}
.w_search {
    width: 310px !important;
}
.content_search_btn {
	padding-left: 7px;
}
/*------------------------------------------------------------
サイドカラム
------------------------------------------------------------*/
.cat_list {
	font-size: 1.1rem;
	border-bottom: 1px solid #d2d2d2;
	padding:10px 30px;
	font-weight: 700;
	line-height: 3rem;
}
#side_clm_header {
	display: flex;
	justify-content: space-between;
	height: 50px;
	font-size: 1.1rem;
	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;
}
.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%;
}
#top_visual {
	max-width: 1400px;
	padding: 80px;
	margin: 0 auto;
}
/*------------------------------------------------------------
トップページコンセプト
------------------------------------------------------------*/
#top_concept{
	max-width: 1400px;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
#top_concept_img {
	width: 60%;
}
#top_concept_txt {
	width: 70%;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 250%;
	padding-right: 20px;
}
#top_concept_txt h1 {
	font-size: 3.5rem;
	margin-bottom: 30px;
}
#concept_sns_list {
	display: flex;
	justify-content: right;
	gap: 0 15px;
}
#concept_sns_list li {
	width: 35px;
}
/*------------------------------------------------------------
トップページブランドスライダー
------------------------------------------------------------*/
#top_brand_slider {
	margin-top: 120px;
}
#top_slider_outer {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#top_slider_outer .swiper-slide {
	opacity: 0.5;
}
#top_slider_outer .swiper-slide-active {
	opacity: 1;
}
#top_slider_outer .swiper-button-next,
#top_slider_outer .swiper-button-prev {
	background-size: 17px 44px;
}
#top_slider_outer .swiper-button-next {
	right: -55px;
}
#top_slider_outer .swiper-button-prev {
	left: -55px;
}
/*------------------------------------------------------------
トップページブログ
------------------------------------------------------------*/
#top_blog_list {
	width: 100%;
	background-color: #f9f9f9;
}
#top_blog_list ul {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 40px 30px 10px 30px;
}
#top_blog_list ul li {
	width: calc((100% - 90px)/4);
	margin-bottom: 30px;
}
.btn_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_area li {
    margin: 0 8px;
}
.btn_w_short {
	width: 250px;
}
.btn_default {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
	background-color: #000;
	color: #FFF;
	margin-top: 40px;
}
.blog_pict {
	margin-bottom: 10px;
}
/*------------------------------------------------------------
ブログ
------------------------------------------------------------*/
#undercolumn_blog {
	max-width: 1200px;
	margin: 0 auto;
}
#undercolumn_blog .tit_default_center {
	margin-top: 0;
}
#blog_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#blog_list ul li {
	width: calc((100% - 90px)/4);
	margin-bottom: 30px;
}
.blog_paging {
	width: 100%;
    margin-top: 60px;
    border-top: 1px solid #d3d6d6;
    padding: 35px 0 20px 0;
    font-size: 1.2rem;
	color: #999;
}
.blog_paging ul {
	display: flex;
	justify-content: space-between;
}
.blog_page_prev, .blog_page_next {
	width: 20px;
	height: 20px;
}
.blog_page_prev {
	margin-left: 15px;
}
.blog_page_next {
	margin-right: 15px;
}
.blog_paging_info {
	letter-spacing: 2px;
}
.tit_blog_detail {
	margin-bottom: 30px;
}
.tit_blog_detail h1 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#blog_detail_inner p {
	margin-bottom: 15px;
}
/*------------------------------------------------------------
ニュース
------------------------------------------------------------*/
#news_list li {
	border-bottom: 1px solid #d3d6d6;
	padding: 20px 10px;
}
#news_list li span {
	padding-right: 30px;
}
/*------------------------------------------------------------
トップページスライダー
------------------------------------------------------------*/
#top_carousel_outer {
	margin: 0 40px;
}
#top_carousel_slider .swiper-slide img {
	width: 100%;
}
#colection_outer {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
#colection_outer .swiper-wrapper {
	position: relative;
}
#top_colection {
	margin-top: 90px;
}
.caption1, .caption2 {
	position: absolute;
	font-size: 5.0rem;
	overflow: visible;
}
.caption1 {
	top: 40px;
	left: -50px;
}
.caption2 {
	top: 100px;
	left: -20px;
}
#top_colection .swiper-button-prev {
	background: url(../images/ico_arrow_right_m.png);
	width: 27px;
	height: 44px;
	left:-70px;
}

#top_colection .swiper-button-next {
	background: url(../images/ico_arrow_left_m.png);
	width: 27px;
	height: 44px;
	right:-70px;
}

/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
#list_items {
	padding-top: 20px;
}
#brand_header {
	width: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 50px;
}
#brand_header_logo {
	max-width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#brand_header:before {
	content: "";
    display: block;
	padding-top: 35.7%;
}
#brand_txt {
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	padding: 65px 40px 0px 40px;;
	margin: 0 auto;
}
#brand_txt p {
	width: 37%;
}
#brand_txt p.fontLL {
	width: 25%;
	line-height: 3rem;
}
#brand_txt p {
	margin-right: 4.2%;
}
#brand_txt p:nth-child(3) {
	margin-right: 0;
}
#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;
}
/*------------------------------------------------------------
商品一覧ブランド
------------------------------------------------------------*/
#brand_block_image {
	
}
#brand_block_content {
	text-align: center;
	line-height: 240%;
	margin-top: 20px;
}
#brnad_sns_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	margin-top: 30px;
}
#brnad_sns_list li {
	width: 35px;
}
#brand_look_list {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
#brand_look_list .swiper-slide p {
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#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: 65px 40px 0 40px;
    margin: 0 auto;
}
#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 50px;
}
#look_header:before {
    content: "";
    display: block;
    padding-top: 40%;
}
#look_header_txt {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    font-size: 3.4rem;
    font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
}
.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: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: 61px;
	margin-bottom: 50px;
}
.cart_flow1 {
	background: url(../images/cart_flow1.gif) no-repeat;
}
.cart_flow2 {
	background: url(../images/cart_flow2.gif) no-repeat;
}
.cart_flow3 {
	background: url(../images/cart_flow3.gif) no-repeat;
}
#cart_flow ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#cart_flow ul li {
	width: 33.3%;
	line-height: 61px;
	text-align: center;
}
#cart_flow ul li.op40 {
	opacity: 0.3;
}
#quantity_level {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#quantity_level li {
	min-width: 11px;
	text-align: center;
}
#quantity_level li:nth-child(2) {
	padding: 0 10px;
}
#quantity_level li a img {
	vertical-align: middle;
}
.cart_item_txt {
	line-height: 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;
}

/*------------------------------------------------------------
マイページ
------------------------------------------------------------*/
#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;
}

/*------------------------------------------------------------
SHOP LOCATOR
------------------------------------------------------------*/
.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;
}
.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;
}
/*------------------------------------------------------------
ポップアップ
------------------------------------------------------------*/
#pop01,#pop02,#pop04,#pop03,#pop04,#pop05,#pop06,#pop01_a,#pop02_a,#pop04_a,#pop03_a,#pop04_a,#pop05_a,#pop06_a {
	position: fixed;
	z-index: 5000;
	box-shadow:  8px 8px 16px rgba(0,0,0,0.4);
	display: none;
}
#pop01 {
	bottom: 30px;
	right: 198px;
}
#pop02 {
	bottom: 20px;
    right: 320px;
}
#pop04 {
	bottom: 350px;
    right: 27px;
}
#pop03 {
	bottom: 172px;
    right: -25px;
}
#pop05 {
	bottom: 330px;
    right: 47px;
}
#pop06 {
	bottom: 50px;
    right: 70px;
}
#pop01_a {
	top: 100px;
	left: 198px;
}
#pop02_a {
	top: 20px;
    left: 320px;
}
#pop04_a {
	top: 350px;
    left: 27px;
}
#pop03_a {
	top: 172px;
    left: -25px;
}
#pop05_a {
	top: 330px;
    left: 47px;
}
#pop06_a {
	top: 50px;
    left: 70px;
}

#a_pop01,#a_pop02,#a_pop04,#a_pop03,#a_pop04,#a_pop05,#a_pop06 {
	position: fixed;
	z-index: 5000;
	box-shadow:  8px 8px 16px rgba(0,0,0,0.4);
	right: 40px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#a_pop01_a,#a_pop02_a,#a_pop04_a,#a_pop03_a,#a_pop04_a,#a_pop05_a,#a_pop06_a {
	position: fixed;
	z-index: 5000;
	box-shadow:  8px 8px 16px rgba(0,0,0,0.4);
	left: 40px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.pop_move {
	bottom: 20px !important;
}
#a_pop01, #a_pop01_a {
	bottom: -415px;
}
#a_pop02, #a_pop02_a {
	bottom: -205px;
}
#a_pop04, #a_pop04_a {
	bottom: -136px;
}
#a_pop03, #a_pop03_a {
	bottom: -174px;
}
#a_pop05, #a_pop05_a {
	bottom: -136px;
}
#a_pop06, #a_pop06_a {
	bottom: -166px;
}

#b_pop01,#b_pop02,#b_pop04,#b_pop03,#b_pop07,#b_pop05,#b_pop06,#b_pop08,#b_pop09,#b_pop10,#b_pop11,#b_pop01_a,#b_pop02_a,#b_pop04_a,#b_pop03_a,#b_pop07_a,#b_pop05_a,#b_pop06_a,#b_pop08_a,#b_pop09_a,#b_pop10_a,#b_pop11_a {
	position: fixed;
	z-index: 5000;
	box-shadow:  8px 8px 16px rgba(0,0,0,0.4);
	display: none;
}
#b_pop01 img,#b_pop02 img {
	vertical-align: bottom;
}
#b_pop01 {
	bottom: 40px;
    left: 50%;
    margin-left: -330px;
}
#b_pop02 {
	bottom: 95px;
    left: 50%;
    margin-left: -90px;
}
#b_pop01 a:hover img,
#b_pop02 a:hover img,
#b_pop01 a:hover,
#b_pop02 a:hover {
	opacity: 1 !important;
}
#b_pop04 {
	bottom: 90px;
    left: 50%;
    margin-left: -366px;
}
#b_pop03 {
	bottom: 160px;
    left: 50%;
    margin-left: -530px;
}
#b_pop05 {
	bottom: 230px;
    left: 50%;
    margin-left: 150px;
}
#b_pop11 {
	bottom: 250px;
    left: 50%;
    margin-left: 170px;
}
#b_pop06 {
	bottom: -10px;
    left: 50%;
    margin-left: 110px;
}
#b_pop07 {
	bottom: -17px;
    left: 50%;
    margin-left: -400px;
}
#b_pop08 {
	bottom: 53px;
    left: 50%;
    margin-left: -650px;
}
#b_pop09 {
	bottom: 83px;
    left: 50%;
    margin-left: 200px;
}
#b_pop10 {
	bottom: 180px;
    left: 50%;
    margin-left: -510px;
}

#b_pop01_a {
	top: 100px;
	left: 198px;
}
#b_pop02_a {
	top: 20px;
    left: 320px;
}
#b_pop04_a {
	top: 350px;
    left: 27px;
}
#b_pop03_a {
	top: 172px;
    left: -25px;
}
#b_pop05_a {
	top: 330px;
    left: 47px;
}
#b_pop06_a {
	top: 50px;
    left: 70px;
}