/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
    font-size: 1.2rem;
	overflow: hidden;
	position: relative;
}
#container {
	margin-top: 85px;
}
.LC_Page_Index #container {
	margin-top: 0px;
}
.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: 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;
}
.attention {
	color: #A40002 !important;
}
/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------
レイアウト カルーセルスライダー
------------------------------------------------------------*/
#carousel_outer {
	overflow: hidden;
}
#snap_outer {
	overflow: hidden;
}
#snap_slider_outer {
	letter-spacing: normal;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#global_header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #FFF;
}
.header_color_none {
	background-color: transparent !important;
	color: #FFF;
}
.header_color_none a {
	color: #FFF !important;
}
.header_open .country_select a,
.header_color_none .country_select a {
	color: #afafaf !important;
}
#header_inner {
	height: 50px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
#global_header:before {
	position: absolute;
	top: -50px;
	content: '';
	width: 100%;
	height: 50px;
	display: block;
	background-color: #FFFFFF;
	z-index: -1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#global_header.header_open {
	color: #000 !important;
}
#global_header.header_open:before {
	top: 0px;
}
#header_inner h1 {
	width: auto;
    position: relative;
}
#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:first-child {
	margin-left: 15px;
	width: auto;
	height: 22px;
}
#top_nav_right li {
	margin-left: 15px;
	width: 22px;
	height: 22px;
}
.country_select a {
	color: #7a7a7a;
}
#header_cart {
	position: relative;
}
#header_cart span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	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%;
}
/*------------------------------------------------------------
サイドカラム
------------------------------------------------------------*/
.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_content{
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#top_content p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -98px;
	margin-left: -80px;
}
#top_content ul {
	display: flex;
}
#top_content ul li:after{
	position: absolute;
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
	z-index: -1;
	filter:brightness(40%);
}
.womens_bg0:after{
	background: url(/user_data/packages/default/images/top02.jpg) no-repeat center center;
}
.womens_bg01:after{
	background: url(/user_data/packages/default/images/top_visual/w01.jpg) no-repeat center center;
}
.womens_bg02:after{
	background: url(/user_data/packages/default/images/top_visual/w02.jpg) no-repeat center center;
}
.womens_bg03:after{
	background: url(/user_data/packages/default/images/top_visual/w03.jpg) no-repeat center center;
}
.womens_bg04:after{
	background: url(/user_data/packages/default/images/top_visual/w04.jpg) no-repeat center center;
}
.womens_bg05:after{
	background: url(/user_data/packages/default/images/top_visual/w05.jpg) no-repeat center center;
}
.mens_bg0:after{
	background: url(/user_data/packages/default/images/top01.jpg) no-repeat center center;
}
.mens_bg01:after{
	background: url(/user_data/packages/default/images/top_visual/m01.jpg) no-repeat center center;
}
.mens_bg02:after{
	background: url(/user_data/packages/default/images/top_visual/m02.jpg) no-repeat center center;
}
.mens_bg03:after{
	background: url(/user_data/packages/default/images/top_visual/m03.jpg) no-repeat center center;
}
.mens_bg04:after{
	background: url(/user_data/packages/default/images/top_visual/m04.jpg) no-repeat center center;
}
.mens_bg05:after{
	background: url(/user_data/packages/default/images/top_visual/m05.jpg) no-repeat center center;
}
#top_content ul li.bnover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	filter:brightness(100%);
}
#top_content ul li {
	width: 50vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#top_content ul li a {
	display: block;
	font-size: 1.5rem;
	width: 150px;
	height: 44px;
	border: 2px solid #FFF;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 50%;
	margin-left: -75px;
}

/*------------------------------------------------------------
トップページスライダー
------------------------------------------------------------*/
#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;
}

/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
#brand_header {
	width: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 85px;
}
#brand_header_logo {
	max-width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.brand_1 {
	max-width: 20% !important;
}
.brand_4 {
	max-width: 18% !important;
}
.brand_7 {
	max-width: 35% !important;
}
.brand_9 {
	max-width: 20% !important;
}
#brand_header:before {
	content: "";
    display: block;
	padding-top: 35.7%;
}
.general_bn {
	margin-top: 40px;
	width: 100% !important;
	max-width: 1500px;
	padding: 65px 40px 0px 40px;
    margin: 0 auto;
}
#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 50px 0px;
	letter-spacing:normal;
}
#sort_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 40px;
}
.open_sort {
	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: 171px;
	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;
	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;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#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: 10px;
}
#item_spec_price {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D6D6D6;
}
#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: 700;
}
#detail_price li {
	margin-right: 10px;
}
#cart_color, #cart_size {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #D6D6D6;
}
#cart_size {
	margin-bottom: 15px;
}
#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: 40px;
	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;
}
#color_unselected,#size_unselected {
	display: none;
	font-size: 0.8rem;
	color:#B50003;
}
/*------------------------------------------------------------
トップページフッターバナー
------------------------------------------------------------*/
#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% - 80px) / 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;
}
#snap_brand_select {
	margin-bottom: 50px;
}
#snap_brand_select ul {
	margin: 0 auto;
	display: flex;
	gap: 40px;
	justify-content: center;
}
#snap_brand_select ul li {
	width: 100px;
}
#snap_brand_select ul li .small_line {
	width: 25px;
	height: 3px;
	background-color: #000;
	display: block;
	margin: 15px auto 0px auto;
}
/*------------------------------------------------------------
コーディネート
------------------------------------------------------------*/
#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: 166.6%;
}
.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;
}
#cart_amazonpay {
	text-align: center;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
	border: 40px solid #f7f7f7;
	margin-bottom: 60px;
}
.amazonpay-button-parent-container {
	margin: 0 auto;
}
#AmazonPayButton1 {
	margin: 0 auto;
}
#cart_check {
	margin-top: 20px;
	text-align: center;
}
#cart_check p {
	margin-bottom: 10px;
}
#cart_confirm {
	display: none;
}
/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
#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;
}

/*------------------------------------------------------------
STORE 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;
}
/*------------------------------------------------------------
シーズン
------------------------------------------------------------*/
.season_block2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.season_txt {
	order: 2;
	width: 55%;
}
.season_movie {
	order: 1;
	width: 35%;
}
.season_movie iframe {
	width: 100%;
}
/*------------------------------------------------------------
ブログ
------------------------------------------------------------*/
.blog_index {
	display: flex;
	flex-wrap: wrap;
	align-items: top;
}
.blog_index li {
    width: calc((100% - 135px) / 4);
    margin: 0 45px 30px 0;
}
.blog_index li:nth-child(4n) {
	margin-right: 0;
}
.blog_pict {
	position: relative;
	margin-bottom: 10px;
}
.blog_index a {
	display: block;
	width: 100%;
	height: 100%;
}
.blog_pict::before {
	content: "";
    display: block;
    padding-top: 100%;
}
.blog_pict img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#blog_detail_inner {
	font-size: 1.4rem;
	line-height: 3rem;
}
#blog_detail_inner p {
	margin-bottom: 10px;
}
#blog_detail_inner p a{
	text-decoration: underline;
}
#blog_detail_inner img {
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	vertical-align: bottom;
}
#blog_slider_outer {
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 40px;
	margin-top: 130px;
}
#blog_slider {
	overflow: hidden;
}
#blog_detail_inner iframe {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*------------------------------------------------------------
ポップアップ
------------------------------------------------------------*/
#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_pop03 a:hover img,
#b_pop04 a:hover img,
#b_pop05 a:hover img,
#b_pop01 a:hover,
#b_pop02 a:hover,
#b_pop03 a:hover,
#b_pop04 a:hover,
#b_pop05 a:hover {
	opacity: 1 !important;
}
#b_pop03 {
	top: 140px;
    /* left: 50%; */
	margin-left: 20px;
}
#b_pop04 {
	top: 20px;
    /* left: 50%; */
    margin-left: 130px;
}
#b_pop05 {
    top: 60px;
    /* left: 50%; */
    /* margin-left: 78px; */
	right: 20px;
	width: 350px;
}
#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;
}

#coupon_lp {
	display:flex;
	justify-content: space-between;
}
#coupon_lp_img {
	width: 55%;
}
#coupon_lp_txt {
	padding-left: 35px;
	width: 45%;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 200%;
}
#coupon_lp_txt p {
	margin-bottom: 15px;
}
#coupon_lp_txt p strong{
	color: #d93243;
}

#coupon_header{
	background-color: #dcdcdc;
	color: #000;
	height: 35px;
	padding: 0 20px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
#coupon_header a {
	color: #000;
}
#coupon_header span {
	display: inline-block;
    padding: 1px 5px;
    font-weight: 700;
    border: #AF970E solid 2px;
    margin: 0 5px;
    line-height: 17px;
}
#lp_box {
	font-size: 13px;
	line-height: 200%;
}
#lp_box_img {
	margin-bottom: 25px;
}
.lp_border_bloc {
	margin-top: 60px;
	padding-top: 60px;
	border-top: #ededed 1px solid;
}
.lp_border_bloc h1 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 400;
}
.lp_border_pict {
	margin-bottom: 30px;
}
.lp_border_pict img {
	width: 100%;
	border: #ededed 1px solid !important;
	box-sizing: border-box;
}

/*-------------------------------------------
GS
-------------------------------------------*/
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50px);
	transition: 1s;
  }
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_stay {
	opacity: 0;
	transition: 1s;
  }
.fadeIn_stay.is-show {
	opacity: 1;
}



.fadeBorder {
	transition: 0.5s;
	border: #FFF solid 100px;
}
.fadeBorder.is-border {
	border: #FFF solid 1px;
}
.zoomImg {
	transition: 1s;
	transform: scale(1.2);
	transform-origin: center;
}
.zoomImg.is-zoom {
	transform: scale(1);
	transform-origin: center;
}
.tit_L {
	font-size: 4.2rem;
	line-height: 200%;
}
.tit_M {
	font-size: 2.8rem;
	line-height: 200%;
}
.tit_S {
	font-size: 1.6rem;
	line-height: 200%;
}
.gray_text {
	color: #535353;
}
.img_block {
	overflow: hidden;
	position: relative;
}
.img_block_cover {
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}



#gs_top {
	background: url(../images/gs/top_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_top::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/gs/bg_dot.gif) center center repeat;
	background-size: 6px 6px;
	background-attachment: fixed;
}
#gs_top header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_top header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_top header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}

.main_tit {
	font-size: 4rem;
	color: #FFF;
}
.main_tit_black {
	font-size: 4rem;
	color: #000;
}
#main_tit::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 15%;
	bottom: 0px;
	height: 3px;
	background-color: #FFF;
}
#gs_content_list {
	padding: 30px;
}
#gs_content_list_inner .swiper-slide {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
#gs_content_list_inner .swiper-slide:last-child {
	margin-right: 0px;
}
#gs_content_list_inner .swiper-slide .content_list {
	position: relative;
	width: 100%;
	background-size: cover;
	border-radius: 20px;
}
#gs_content_list_inner .swiper-slide .content_list::before {
    content: "";
    display: block;
    padding-top: 138%;
}
.top_sub_tit {
	color: #FFF;
	font-size: 3rem;
}
.top_sub_tit_black {
	color: #000;
	font-size: 3rem;
}
#gs_content_list_inner .swiper-slide .content_list .top_sub_tit {
	position: absolute;
	top: 50%;
	transform: translateY(-300%);
	left: 8%;
	font-weight: 400;
}
#gs_content_list_inner .swiper-slide .content_list p {
	position: absolute;
	bottom: 6%;
	right: 8%;
	width: 150px;
	height: 45px;
}
.btn_white_s {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	line-height: 45px;
	border-radius: 10px;
	color: #000;
} 
.btn_black_s {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	line-height: 45px;
	border-radius: 10px;
	color: #FFF;
}
.btn_black_m {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	line-height: 65px;
	border-radius: 10px;
	color: #FFF;
}
#gs_foot_content{
	background: url(../images/gs/top_05.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
	width: 100%;
	height: 70vh;
}
#gs_foot_content div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_foot_content div p {
	width: 150px;
	margin: 30px auto 0 auto;
}
#gs_footer {
	width: 100%;
	padding: 50px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
	border-top: #d2d2d2 solid 1px;
}
#gs_footer h3 {
	font-size: 2rem;
}
#gs_footer ul li {
	margin-bottom: 7px;
}
#gs_footer ul li:last-child {
	margin-bottom: 0px;
}



.gs_default {
	margin: 0 50px;
}
.gs_section {
	font-weight: 700;
	text-align: center;
}
.mg_bSS{
	margin-bottom: 35px;
}
.mg_bS{
	margin-bottom: 55px;
}
.mg_bM{
	margin-bottom: 95px;
}
.mg_bL{
	margin-bottom: 115px;
}
#gs_mat {
	background: url(../images/gs/mat_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_mat header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_mat header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_mat header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}
#gs_pr {
	background: url(../images/gs/pr_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_pr header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_pr header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_pr header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}
#gs_sn {
	background: url(../images/gs/sn_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_sn header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_sn header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_sn header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}
.left_img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
}
.left_img .img_block {
	width: 50%;
}
.left_img p {
	width: 45%;
	text-align: center;
}
.item_block {
	padding: 0 100px;
}
.item_block ul {
	margin: 0 auto;
	display: flex;
	max-width: 1300px;
	min-width: 1100px;
	justify-content: space-between;
	align-items:flex-start;
}
.item_block ul li {
	width: 30%;
	margin-right: 5%;
}
.item_block ul li:last-child {
	margin-right: 0px;
}

.item_random_bloc {
	width: 1100px;
	margin: 0 auto 95px auto;
	position: relative;
}
.itemL {
	position: relative;
	text-align: left;
}
.itemL img, .itemR img {
	width: 55%;
}
.itemR {
	position: relative;
	text-align: right;
}
.itemC {
	position: relative;
}

.payment_img {
	width:270px;
	border-left: none;
}

#popup_edit li {
	position: fixed;
	box-shadow: 0px 0px 16px rgb(0 0 0 / 50%);
	display: none;
}
.pop_up_inner {
	position: relative;
	color: #FFF;
	padding: 25px 3px 3px 3px;
	border-radius: 3px;
	background: rgb(5,115,217);
	background: linear-gradient(180deg, rgba(5,115,217,1) 0%, rgba(5,19,159,1) 100%);
	box-shadow: 0px 1px 3px 0px rgba(255,255,255,0.5) inset,0px -5px 3px 0px rgba(0,0,0,0.3) inset;
}
.popup_txt {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 1rem;
}
.popup_btn {
	position: absolute;
	top: 6px;
	right: 5px;
	display: flex;
	gap: 0 8px;
}
.popup_btn li {
	width: 14px !important;
	height: 14px !important;
	border-radius: 7px;
	cursor: pointer;
	display: block !important;
}
.pop_up_inner ul li {
	position: relative !important;
	box-shadow: none !important;
}
.pop_up_0 {
	top: 20px;
	margin-left: 130px;
	z-index: 50000;
}
.pop_up_1 {
	top: 140px;
    margin-left: 20px;
	z-index: 40000;
}
.pop_up_2 {
	bottom: 95px;
    left: 50%;
    margin-left: -90px;
	z-index: 30000;
}
.pop_up_3 {
	bottom: 40px;
    left: 50%;
    margin-left: -330px;
	z-index: 20000;
}
.pop_up_4 {
	top: 60px;
    right: 20px;
    width: 350px;
	z-index: 10000;
}

/*KAMIYA*/
body.in_kamiya {
	background: url('/user_data/packages/default/images/kamiya/bg_kamiya.png') center center repeat;
	background-attachment: fixed;
}
#kamiya_head img {
	vertical-align: bottom;
}
#kamiya_slide_block {
	max-width: 1640px;
	margin: 0 auto 30px auto;
}
#kamiya_slide_block_inner {
	margin: 0 100px;
	padding: 0 120px 50px 120px;
	background-color: #c30d23;
}
#kamiya_slide_outer {
	width: 100%;
	margin: -150px auto 0 auto;
	overflow: hidden;
	-webkit-filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
	-moz-filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
	-ms-filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
	filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
}
#kamiya_slid img {
	vertical-align: bottom;
}
#kamiya_txt {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 220%;
	text-align: center;
	margin-top: 40px;
}
.in_kamiya .default-swiper-pagination {
	margin-top: 30px;
}
.in_kamiya .swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
.in_kamiya .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #b0b0b0;
	opacity: 1;
	border: none;
}
.in_kamiya .swiper-pagination-bullet-active {
	background-color: #000;
	border: none;
}
.look_list_kamiya {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3px;
}
.kamiya_collection_left .look_list_kamiya {
	justify-content: flex-start;
}
.kamiya_collection_right .look_list_kamiya {
	justify-content: flex-end;
}
.look_list_kamiya li {
	width: calc((100% - 9px) / 4.5);
}
.look_list_kamiya .list_pict:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.look_list_kamiya .list_pict {
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}
.kamiya_collection_left, .kamiya_collection_right {
	margin-bottom: 80px;
}
.default_block_kamiya {
	max-width: 1440px;
	margin: 0 auto;
}
.in_kamiya #coupon_header {
	display: none;
}
.in_kamiya #container {
	margin-top: 0px;
}
.in_kamiya .tit_default,
.in_kamiya .tit_default_center,
.in_kamiya #item_spec_tit,
.in_kamiya #item_spec_price,
.in_kamiya #cart_color,
.in_kamiya #cart_size,
.in_kamiya #cart_btn_block,
.in_kamiya #item_photo {
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	letter-spacing: 1px;
}
.in_kamiya .tit_default span {
	padding-left: 10px;
}
.in_kamiya .item_list {
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	letter-spacing: 0.5px;
	font-size: 1.3rem !important;
}
.btn_kamiya_head {
	width: 350px;
	height: 50px;
	margin: 30px auto 0 auto;
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	letter-spacing: 1px;
}
.btn_kamiya_head a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #FFF;
	font-size: 18px;
}
#kamiya_footer {
	text-align: center;
	padding: 50px;
	background-color: #c30d23;
	color: #FFF;
	margin-top: 40px;
	font-size: 1.3rem;
	line-height: 200%;
}
#kamiya_bn {
	margin: 0 auto 100px auto;
    padding: 0 100px 50px 100px;
	max-width: 1640px;
}
#kamiya_bn ul {
	display: flex;
	gap: 0 30px;
	justify-content: space-between;
}