@charset "utf-8";
/* CSS Document */


.redwing_feature .wrapper {
	margin: 0 auto;
}

main h2 {
	font-family: "bely-display", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-style: normal;
	font-size: 4rem;
	font-weight: 400;
	margin: 15% 0 0;
	color: #252525;
}

main h3 {
	font-family: "bely-display", serif;
	font-style: normal;
	font-size: 3.2rem;
	font-weight: 200;
	text-align: center;
	color: #252525;
	margin: 10px 0;
	padding: 0;
}

h3 {
	padding: 0;
}

main p {
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "serif";*/
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	word-break: normal;
	color: #252525;
}

main .rightside,
main .leftside {
	width: 100%;
	margin: 10% 0;
	padding: 5% 0;
	/*border-bottom: 1px solid #f0f0f0;*/
}

.feature_top {
	text-align: center;
}

.brand_explanation {
	width: 80%;
	margin: 0 auto;
	padding: 5% 0;
	background-color: #EDE8DD;
}


.top_image {
	width: 60%;
	margin: 0 auto 7%;
}

.redwing_logo {
	width: 200px;
	z-index: 2;
	margin: 0 0 0 auto;
}

.story {
	width: 80%;
	text-align: center;
	line-height: 3rem;
	margin: 0 auto;
}

.newarrival .description {
	max-width: 600px;
    margin: 10% auto;	
}

.newarrival .description p {
    letter-spacing: 0.1rem;
    line-height: 2;
}

.leftside .series {
	width: 70%;
	height: 330px;
	background-color: #EDE8DD;
	display: flex;
	flex-direction: row;
	position: relative;
	margin: 0 auto;
	border: 1px solid #fff;
}

.rightside .series {
	width: 70%;
	height: 330px;
	background-color: #EDE8DD;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	margin: 0 auto;
	border: 1px solid #fff;
}


.leftside .series  .description h3 {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 10px 30px 7px 0;
	/*border-bottom: 1px solid #000;*/
}

.rightside .series  .description h3 {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 10px 30px 7px 0;
	/*border-bottom: 1px solid #000;*/
}


.rightside .series .series_image {
	max-width: 250px;
	position: absolute;
	bottom: 25px;
	right: -10px;
}


.leftside .series .series_image {
	max-width: 250px;
	position: absolute;
	bottom: 25px;
	left: -10px;
}



.leftside .series .description {
	width: 60%;
	margin: 10% -5% 10% auto;
}

.rightside .series .description {
	width: 60%;
	margin: 10% auto 10% -5%;
}

section .series .description p {
	letter-spacing: 0.1rem;
	line-height: 2;
	color: #000;
}


.item {
	width: 100%;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.item li {
	width: calc(100%/4);
	padding: 15px;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

.item p {
	font-size: 1.2rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo;
	font-weight: 600;
	letter-spacing: 0.2rem;
	background-color: #fff;
}

.link_btn .soldout {
	border: 1px solid #EDE8DD;
	background-color: #fff !important;
	padding: 0.5rem 1rem !important;
}

.link_btn {
	margin-top: 30px;
}

.link_btn .size_link {
	text-align: center;
	margin: 1rem 0 0;
	font-weight: 900 !important;
	padding: 0;
	background-color: #EDE8DD;
}

.link_btn .size_link a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
}

.sold_out{
	background-color: #d3d3d3 !important;
	padding: 0.5rem 1rem !important;
	text-align: center;
	margin-top: 30px;
	font-weight: 900 !important;
	padding: 0;
}
.sold_out p{
		background-color: #d3d3d3 !important;
		padding: 0.5rem;
}
.item_image {
	margin: 0  0 20% 0;
	width: 100%;
	height: auto;
	background-color: #000;
}

.notsquare {
	margin: 17%  0 37% 0;
}

.view_all {
	width: 250px;
	height: 50px;
	margin: 5%auto;
	color:#EDE8DD;
	background-color:#252525 !important;
	position: relative;
}

.view_all a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	font-weight: 200;
	font-size: 1.4rem;
	color: #252525;
	padding: 0;
	  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.view_all a p {
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #EDE8DD;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}

.view_all a:hover{
	box-shadow: 10px 5px 0 #777777;
}


@media screen and (max-width: 900px)
{
	
.leftside .series {
	width: 80%;
}

.rightside .series {
	width: 80%;
}

}

@media screen and (max-width: 600px)
{
	
	
main {
		width: 100%;
}

.wrapper {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
	
main .section {
	margin: 15%;
	}
	
.brand_explanation {
	width: 90%;
	margin: 10% auto 0 0;
	background-color: #EDE8DD;
}

	
.top_image {
	width: 90%;
	margin: 0 -5% 10% auto;
}

.redwing_logo {
	width: 150px;

}

.story {
	width: 90%;
	text-align: left;
	line-height: 2.5rem;
}	

main h2 {
	font-size: 2.4rem;
	margin: 15% 0 0;
}

main h3 {
	font-size: 2rem;
	font-weight: 900;
	text-align: left;
	color: #000;
	margin: 10px 0;
}	
	
.leftside .series {
	width: 80%;
	height: 500px;
	/*background-color: #f0f0f0;*/
	background-color: #EDE8DD;
	flex-direction: row;
	position: relative;
	margin: 10% 0 10% auto;
	border: 1px solid #fff;
}
	
.bigsize .series {
	height: 400px;
}

.rightside .series {
	width: 80%;
	height: 500px;
	/*background-color: #f0f0f0;*/
	background-color: #EDE8DD;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	margin: 10% auto 10% 0;
	border: 1px solid #fff;
}

.leftside .series  .description h3 {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 10px 30px 7px 0;
}

.rightside .series  .description h3 {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 10px 30px 7px 0;
}

.rightside .series .series_image {
	max-width: 200px;
	position: absolute;
	bottom: 55%;
	right: -10px;
}
	
.bottom60 {
	position: absolute;
	bottom: 50% !important;	
}

.leftside .series .series_image {
	max-width: 200px;
	position: absolute;
	bottom: 50% !important;
	left: -10px;
}
	
.leftside .series .series_image {
	max-width: 200px;
	position: absolute;
	bottom: 50% !important;
	left: -10px;
}
	
#icon {
	bottom: 35% !important;	
}
	
	
#modern {
	bottom: 45% !important;	
}
	
#dressboot {
	bottom: 35% !important;	
}
	

.leftside .series .description {
	width: 100%;
	margin: auto auto 5% 0;
	position: relative;
	left: -25px;
}

.rightside .series .description {
	width: 80%;
	margin: auto 0 5% auto;
	position: relative;
	left: -25px;
}

section .series .description p {
	letter-spacing: 0.1rem;
	line-height: 2;
	color: #000;
}
	
.item {
	width: 90%;
	margin: 5% auto;
}

.item li {
	width: calc(100%/2);
	margin: 0;
	padding: 3%;
}

.item p {
	font-size: 1rem;
	font-family: sans-serif;
	font-weight: 400;
	background-color: #fff;
}

/*.item_image {
	margin: 0  0 10% 0;
	width: 100%;
	height: auto;
}*/
	
.notsquare {
	margin: 25%  0 35% 0;
}
	
}
	
/*big_luxury_collection*/

.big_luxury_collection main h2 {
	margin: 0;
}

.big_luxury_collection main h2 img {
	width: 60%;
}	
	
.big_luxury_collection main section  {
	width: 100%;
	margin: 5% 0;
	padding: 5% 0;
	border-bottom: 1px solid #f0f0f0;
}

/*big_businessshoes*/

.tr{
  vertical-align: bottom;
  border-top: 50px solid #c7002a;
  border-right: 480px solid #fff;
  border-bottom: 50px solid #fff;
  border-left: 480px solid #c7002a;
  z-index: 2;
}

.big_businessshoes h2 {
	font-size: 2.4rem;
}

.big_businessshoes .wrapper p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.4rem;
	line-height: 3rem;
	/*font-weight: 600;*/
}

.big_businessshoes .item p {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.big_businessshoes main section {
	margin: 0;
}

.big_businessshoes img {
	width: 100%;
}

.big_businessshoes main section {
	padding: 0 0 2% !important;
}

.big_businessshoes main section .series {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.big_businessshoes .series .description {
	width: 80% !important;
	height: auto;
	display: flex;
	overflow: hidden;
	margin: 0 auto 5%;
}

/*テクシーリュクスパート1*/

.big_businessshoes .leftside .series .description {
	background-color: #c7002a;
}

.big_businessshoes .leftside .series .description .top_image {
	width: 50%;
	height: 100%;
	margin: 0;
}


.big_businessshoes  .series .description .about {
	width: 50%;
	height: auto !important;
	position: relative;
}

.big_businessshoes .leftside .series .description .about img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) !important;	
}

/*テクシーリュクスパート2*/

.big_businessshoes .rightside .series .description {
	background-color: #002855;
	height: 420px;
}


.big_businessshoes .rightside .series .description .top_image {
	background-color: #fff !important;
	height: auto;
	position: relative;
	margin:0;
}

.big_businessshoes .rightside .series .description .top_image img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) !important;	
}


.big_businessshoes  .series .description .top_image  {
	width: 50%;
	height: auto;
	position: relative;
}

.big_businessshoes .rightside .series .description {
	width: 90%;
}

.big_businessshoes h3 {
	margin: 0 !important;
	border: none;
}

.big_businessshoes .leftside .series  .description h3 {
	border-bottom: none;
}

.big_businessshoes .rightside .series  .description h3 {
	border-bottom: 0;
	margin-bottom: 10px !important;
}

.big_businessshoes .texy_catch {
	margin-bottom: -5%;
}

.big_businessshoes .function {	
	width: 100% !important;
}

.texy_function2 {
	background-color: #B59469 !important;
}
.big_businessshoes .function ul {
	width: 100%;
	display: flex;
	height: auto;
	overflow: hidden;
}

.big_businessshoes .function ul li:first-child {
	width: 68%;
	height: 100%;
}

.big_businessshoes .function ul li:nth-child(2n){
	width: 33%;
}

/*.big_businessshoes .function li:first-child {
	width: 80%;
}*/

.big_businessshoes .function_main {
	width: 100% !important;
}

.big_businessshoes .function_main img {
	width: 100%;
}

.big_businessshoes h4 {
	font-size: 3rem;
	text-align: center;
	letter-spacing: 1rem;
}

.big_businessshoes h4:first-child {
	color: #C70029;
}

.big_businessshoes h4:nth-child(2n) {
	color: #C70029;
}

.item_section {
	margin: 10% 0;
}

.big_businessshoes .item {
	width: 100%;
	margin: 0;
}

.big_businessshoes .item li,
.big_luxury_collection .item li {
	width: calc(84%/4);
	margin: 2%;
	overflow-wrap: break-word;
}



/*バランスワークス*/

.big_businessshoes .rightside  {
	background-color: #EFF3F5;
	padding: 5% 0 0 !important;
}

.big_businessshoes .rightside .series {
	background-color: #EFF3F5;		
}

.movie {
	width: 100%;
	max-width: 640px;
	max-height: 360px;
	margin: 10% auto;
}

.function_section h2 {
	text-align: left;
	margin: 0 0 2%;
	color: #1b57ac;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 800;
}
.function1 h2,
.function3 h2 {
	display: inline-block;
	border-bottom: 1px solid #1b57ac;
}

.function_section p {
	font-size: 1.5rem;
	line-height: 3rem;
}

.function_section .small {
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.function_section .small2 {
	font-size: 2.4rem;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.function-inner {
	width: 92%;
	padding: 4%;
}

.function_section ul {
	display: flex;
}

.function2,
.function4 {
	width: 84%;
	margin: 4%;
	background-color: #fff;
	border: 1px dashed#000;
}

.function2 h2,
.function4 h2 {
	border-bottom: 1px dashed#000;
}

.function2 ul li:first-child {
	width: 65%;
	margin-right: 5%;
}

.function2 ul li:nth-child(2n) {
	width: 30%;
	padding: 2%;
	background-color: #fff;
}
.function4 .function4-inner1 {
	width: 100%;
}

.function4 .function4-inner1 li:first-child {
	width: 65%;
}

.function4 .function4-inner1 li {
	width: 35%;
}

.function4 .function4-inner1 li:first-child {
	margin-right: 5% !important;	
}

.function4 .function4-inner2 {
	width: 100%;
	flex-direction: column !important;
	justify-content: space-between !important;
}

.function4 .function4-inner2 li {
	width: 96% !important;
	height: auto;
	margin-right: 0 !important;
	padding: 2%;
	background-color: #fff;
}

.function4 .function4-inner2 li:first-child {
	margin: 0 0 4% 0;	
}

.function4 .function4-inner2 li img {
	width: 100% !important;
	height: 100% !important;
}

.rightside .item_section {
	background-color: #fff;
	margin: 0;
	padding: 5% 0;
}

.rightside .item_section h4 {
	color: #002854;
}

.leftside .item:first-child {
	justify-content: flex-start !important;
}

.leftside .flex_center {
	justify-content: center;
}

/*その他おすすめアイテム*/

.big_businessshoes .sonota .item {
	width: 100% !important;
	margin: 2% 0;
}

.big_businessshoes .sonota .item:first-child {
	margin: 4% 0 !important;
}

.big_businessshoes .sonota .item li:first-child {
	width: 20% !important;
	margin: 0 5% 0 0;
}

.big_businessshoes .sonota .item li:nth-child(2n) {
	width: 75% !important;
	margin: 0;
	position: relative;
}

.big_businessshoes .sonota .item li:nth-child(2n) p {
	text-align: left;
	font-size: 1.5rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 3rem;
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	border-left: 1px solid #000;
	padding:0  3%;
}


@media screen and (max-width: 900px)
{
	
br {
	display: block !important;
}
	

/*テクシーリュクスパート1*/
	
.big_businessshoes .series .description {
	height: auto;
	overflow: visible;
	position: relative;
	box-sizing: border-box;
	}
	
.big_businessshoes .leftside .series .description .top_image {
	width: 50%;
	height: 100%;
	margin: 0;
}
	
.big_businessshoes .sonota .item {
	width: 90% !important;
	margin: 10% 5% !important;
	padding: 0 !important;
}
	
}

@media screen and (max-width: 600px)
{
	
.tb_pc_only {
	display: none !important;
}
	
.big_businessshoes h4 {
	font-size: 2rem;
}
	
	
.newarrival .description {
    margin: 10% 5%;	
}

.big_businessshoes main section .series {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
	
.big_businessshoes .series .description {
	width: 100% !important;
	height: 100%;
	min-height: 500px; 
	position: static !important;
	left: 0;
	flex-direction: column;
	background-color: #fff !important;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 0 5%;
}

.big_businessshoes .leftside .series {	
	background-color: #98A7C6;
}

.big_businessshoes .lefttside .series .description {
	height: 100%;
	background-color: #98A7C6 !important;
}


.big_businessshoes  .series .description .about {
	width: 80%;
	height: auto;
	position: static;
	margin: 10% auto 0;
}

.big_businessshoes .leftside .series .description .about img {
	width: 100%;
	position: static;
	top: 0;
	transform: translate(0, 0) !important;	
}

.big_businessshoes .series .description .top_image  {
	width: 100%;
	height: auto;
	position: relative;
}
	
.big_businessshoes .leftside .series .description .top_image {
	width: 100%;
	height: 100%;
	margin: 0;
}
	
/*バランスワークス*/
	
	
.big_businessshoes .rightside .series .description {
	height: 100%;
	margin-bottom: 20%;
	flex-direction: column-reverse;
	background-color: #EFF3F5 !important;	
}

.big_businessshoes .rightside .series .description .top_image img {
	width: 100%;
	height: 100%;
	position: static;
	top: 0;
	transform: none !important;	
	padding: 10% 0;
}

.big_businessshoes  .series .description .top_image  {
	width: 100%;
	height: auto;
	position: static;
}

.big_businessshoes .rightside .series .description {
	width: 100%;
}

.big_businessshoes .rightside .series .description .about {
	width: 80%;
	height: 100%;
	margin: auto;
	background-color: #EFF3F5;	
}


.big_businessshoes .function ul li:first-child {
	width: 67%;
}

.big_businessshoes .function ul li:nth-child(2n){
	width: 33%;
}

/*.big_businessshoes .function li:first-child {
	width: 80%;
}*/

.big_businessshoes .function_main {
	width: 100% !important;
}

.big_businessshoes .function_main img {
	width: 100%;
}
	
.big_businessshoes .item {
	width: 90%;
	margin: 0 5% !important;
}
	
.big_businessshoes .item li,
.big_luxury_collection .item li {
	width: calc(88%/2);
	margin: 0;
	padding: 3%;
}
	
.big_businessshoes .function {	
	width: 100% !important;
}

.big_businessshoes .function ul {
	width: 100%;
	display: flex;
	height: auto;
	overflow: hidden;
	
	flex-direction: column;
}

.big_businessshoes .function ul li:first-child {
	width: 100%;
	height: 100%;
}

.big_businessshoes .function ul li:nth-child(2n){
	width: 70%;
}
	

.big_businessshoes .function ul li:first-child {
}

.big_businessshoes .function {
	background-color: #98A7C6;
}
	
	
/*バランスワークス*/
.movie {
	display: block;
	width: 320px;
	margin: auto;
}

.function_section br {
	display: block;
}
	
.function_section p {
	font-size: 1.2rem;
	line-height: 2rem;
}

.function_section .small {
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	line-height: 0;
	color: #000;
}

.function_section .small2 {
	font-size: 2.4rem;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.function-inner {
	width: 80%;
	margin: 5%;
	padding: 4% 5%;
}

.function_section ul {
	display: flex;
	flex-direction: column;
}

/*.function2,
.function4 {
	background-color: #eff3f5;
}*/

.function2 ul li:first-child {
	width: 100%;
	margin-right: 0;
}

.function2 ul li:nth-child(2n) {
	width: 86%;
	padding: 5%;
	background-color: #fff;
}
.function4 .function4-inner1 {
	width: 100%;
}

.function4 .function4-inner1 li {
	width: 100% !important;
}

.function4 .function4-inner1 li:first-child {
	margin-right: 0% !important;	
}

.function4 .function4-inner2 {
	width: 100%;
	flex-direction: column !important;
}

.function4 .function4-inner2 li {
	width: 96% !important;
	height: auto;
	margin-right: 0 !important;
	padding: 2%;
}

.function4 .function4-inner2 li:first-child {
	margin: 0 0 4% 0;	
}

.function4 .function4-inner2 li img {
	width: 100% !important;
	height: 100% !important;
}
	
.item br {
	display: block;
}

/*その他おすすめアイテム*/
	
.big_businessshoes .sonota a {
	display: block;
	width: 100%;
	height: 100%;
}

/*.big_businessshoes .sonota .item {
	width: 100% !important;
	height: 100%;
	height: 500px !important;
	margin: 2% 0;
}
	
.big_businessshoes .sonota .item li {
	width: 100%;
	height: 100%;
	margin: 0;
}
	
.big_businessshoes .sonota .item li p {
	width: 100%;
}

.big_businessshoes .sonota .item:first-child {
	margin: 4% 0 !important;
}

.big_businessshoes .sonota .item li:first-child {
	width: 40% !important;
	height: auto;
	margin: 0 auto 0;
}

.big_businessshoes .sonota .item li:nth-child(2n) {
	width: 100% !important;
	heigh: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

.big_businessshoes .sonota .item li:nth-child(2n) p {
	text-align: left;
	font-size: 1.5rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 3rem;
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	border-left: none;
	padding: 0;
}*/

/*その他おすすめアイテム*/

.big_businessshoes .sonota .item {
	width: 100% !important;
	height: 100%;
	min-height: 350px;
	margin: 2% 0 !important;
	flex-direction: column !important;
	justify-content: space-between;
}

.big_businessshoes .sonota .item:first-child {
	margin: 4% 0 !important;
}

.big_businessshoes .sonota .item li:first-child {
	width: 50% !important;
	margin: 0 auto 0;
}

.big_businessshoes .sonota .item li:nth-child(2n) {
	display: block ;
	width: 90% !important;
	height: auto;
	margin: 0;
	position: static;
	padding: 5%;
}
	
.big_businessshoes .sonota .item li:nth-child(2n) p {
	font-size: 1.2rem;
	line-height: 2rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	position: static !important;
	top: 0 !important;
	display: block;
	height: 100%;
	margin: 0 ;
	/*transform: translate(0, 0) !important;*/
	transform: none !important;
	border-left: 0px solid #fff !important;
}
	
.big_businessshoes .sonota br {
	display: none !important;
}
	
}