@charset "UTF-8";
.r2-share li a:before,
.r2-gfooter .r2-form:before,
.r2-gfooter .r2-form:after,
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li a:before,
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li span:before,
.r2-gfooter__credit .r2-snslist--a li a:before,
.r2-gfooter__credit .r2-snslist--b li span:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-size: 800px 220px;
	background-repeat: no-repeat;
}

.r2-share {
	position: relative;
	padding: 25px 0 20px;
	background: #fff;
	color: #000;
	font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.r2-share h3 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.38889;
}
.r2-share h3 span {
	font-weight: 400;
}
.r2-share ul {
	margin: 0 auto;
	width: 220px;
}
.r2-share ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-share li {
	float: left;
	overflow: hidden;
	margin-right: 35px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.r2-share li:last-child {
	margin-right: 0;
}
.r2-share li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
}
.r2-share li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r2-share li.tw {
	background: #50aaf0;
}
.r2-share li.tw a:before {
	background-position: 0 -90px;
}
.r2-share li.fb {
	background: #3a579a;
}
.r2-share li.fb a:before {
	background-position: -30px -90px;
}
.r2-share li.li {
	background: #00c500;
}
.r2-share li.li a:before {
	background-position: -90px -90px;
}

.r2-gfooter {
	overflow: hidden;
	color: #000;
	font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.r2-gfooter--order {
	border-top: solid 10px #e6e6e6;
}
.r2-gfooter img {
	max-width: 100%;
}
.r2-gfooter__head {
	border-top: solid 10px #e5e5e5;
	background: #fff;
}
.r2-gfooter__head__inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	min-height: 110px;
}
.r2-gfooter__main {
	border-top: solid 1px #e5e5e5;
}
.r2-gfooter__main__inner {
	position: relative;
	margin: 0 auto;
	background-color: #f2f2f2;
}
.r2-gfooter__pagetop {
	position: relative;
	display: block;
	width: 100%;
	background-color: #666;
}
.r2-gfooter__pagetop:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	display: block;
	border-top: 10px solid #ccc;
	border-right: calc(50vw) solid transparent;
	border-bottom: 10px solid transparent;
	border-left: calc(50vw) solid transparent;
	content: "";
}
.r2-gfooter--integra .r2-gfooter__pagetop:after {
	display: none;
}
.r2-gfooter__pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 4.16667;
}
.r2-gfooter__pagetop a:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #666;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.r2-gfooter__pagetop a:after {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	background: url();
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: -10px 0;
	background-repeat: no-repeat;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.r2-gfooter__pagetop span {
	position: relative;
	display: inline-block;
	margin-left: -20px;
	padding-left: 20px;
}
.r2-gfooter__pagetop span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: -10px 0;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-gfooter__useful {
	padding: 30px 0 20px;
	background-color: #e6e6e6;
}
.r2-gfooter__useful ul {
	position: relative;
	padding: 0 15px;
}
.r2-gfooter__useful ul:after {
	display: block;
	margin: -10px 10px 0;
	border-top: 10px solid #ccc;
	border-right: calc(50vw - 41px) solid #ccc;
	border-bottom: 10px solid transparent;
	border-left: calc(50vw - 41px) solid #ccc;
	content: "";
}
.r2-gfooter__useful ul li {
	position: relative;
	background-color: #fff;
}
.r2-gfooter__useful ul li:nth-child(even) {
	background: #f7f7f7;
}
.r2-gfooter__useful ul li:nth-child(1) a:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: 0 -180px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
}
.r2-gfooter__useful ul li:nth-child(2) a:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: -50px -180px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
}
.r2-gfooter__useful ul li:nth-child(3) a:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: -100px -180px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
}
.r2-gfooter__useful ul li:nth-child(4) a:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: -150px -180px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
}
.r2-gfooter__useful ul li:nth-child(5) a:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: -200px -180px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
}
.r2-gfooter__useful ul li:nth-child(6) a:before {
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: -250px -180px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
}
.r2-gfooter__useful ul li a {
	position: relative;
	display: block;
	padding: 15px 15px 15px 70px;
}
.r2-gfooter__useful ul li a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin: auto;
	width: 40px;
	height: 40px;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.r2-gfooter__useful ul li h3 {
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__useful ul li p {
	color: #666;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__useful ul li:nth-child(1):after {
	right: 0;
	border-right: 142.5px solid transparent;
	border-left: 142.5px solid #d9d9d9;
}
.r2-gfooter__useful ul li:nth-child(2):after {
	right: 0;
	border-right: 142.5px solid #d9d9d9;
	border-left: 142.5px solid transparent;
}
.r2-gfooter__useful ul li:nth-child(3):after {
	left: 0;
	border-right: 147.5px solid transparent;
	border-left: 147.5px solid #d9d9d9;
}
.r2-gfooter__useful ul li:nth-child(4):after {
	left: 0;
	border-right: 142.5px solid #d9d9d9;
	border-left: 142.5px solid transparent;
}
.r2-gfooter__search {
	padding: 30px 0 10px;
	background-color: #fff;
}
.r2-gfooter__link {
	padding: 20px 15px 18px;
	border-top: solid 1px #fff;
	background-color: #666;
}
.r2-gfooter__link > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row wrap;

	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.r2-gfooter__link > ul > li {
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__link > ul > li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #808080;
	content: "";
}
.r2-gfooter__link > ul > li > a {
	display: block;
	padding: 6px 0;
	color: #fff;
}
.r2-gfooter .r2-searchbox {
	margin: 0 0 10px;
	padding: 0 15px;
}
.r2-gfooter .r2-searchbox--pc {
	display: none;
}
.r2-gfooter .r2-form {
	position: relative;
	width: 100%;
	height: 40px;
	border: #e6e6e6 solid 1px;
	border-radius: 4px;
	background: #f7f7f7;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;
}
.r2-gfooter .r2-form:before,
.r2-gfooter .r2-form:after {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 20px;
	height: 20px;
	content: "";
}
.r2-gfooter .r2-form:before {
	background-position: -120px -150px;
}
.r2-gfooter .r2-form:after {
	background-position: -120px -120px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.r2-gfooter .r2-form.is-active:after {
	opacity: 0;
}
.r2-gfooter .r2-form input[type="text"] {
	position: absolute;
	top: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 8px 10px;
	min-height: 0;
	width: calc(100% - 40px);
	border: none;
	border-radius: 5px;
	background: #f7f7f7;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.6rem;
	line-height: 1.375;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;
}
.r2-gfooter .r2-form .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	padding: 10px;
	width: 38px;
	height: 38px;
	border: none;
	background: none;
	text-indent: 101%;
	text-indent: 200%;
	white-space: nowrap;
	word-wrap: normal;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;
}
.r2-gfooter .r2-sitemap {
	display: none;
}
.r2-gfooter .r2-sitemap__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(96.61017% - 220px);

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row wrap;

	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.r2-gfooter .r2-sitemap__main h4 .ja {
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.85714;
}
.r2-gfooter .r2-sitemap__main h4 .ja:after {
	display: inline;
	content: "\a0";
}
.r2-gfooter .r2-sitemap__main h4 .en {
	color: #666;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 3.33333;
}
.r2-gfooter .r2-sitemap__main .block {
	position: relative;
	padding-top: 29px;
	padding-bottom: 30px;
	width: 100%;
}
.r2-gfooter .r2-sitemap__main .block:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 91.30435%;
	height: 1px;
	background: #d9d9d9;
	content: "";
}
.r2-gfooter .r2-sitemap__main .block:nth-child(odd):before {
	left: 0;
}
.r2-gfooter .r2-sitemap__main .block:nth-child(1) {
	padding-top: 0;
}
.r2-gfooter .r2-sitemap__main .block:nth-child(1):before {
	display: none;
}
.r2-gfooter .r2-sitemap__main .block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 300px;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-flow: column wrap;

	flex-flow: column wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.r2-gfooter .r2-sitemap__main .block li {
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter .r2-sitemap__main .block li a {
	display: block;
	padding: 6px 1em 6px 0;
	color: #666;
}
.r2-gfooter .r2-sitemap__main .block:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.r2-gfooter .r2-sitemap__main .block:last-of-type:after {
	display: none;
}
.r2-gfooter .r2-sitemap__aside .block:first-child {
	margin-bottom: 29px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}
.r2-gfooter .r2-sitemap__aside h4 {
	padding: 6px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.55556;
}
.r2-gfooter .r2-sitemap__aside h4 span {
	font-weight: 400;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist li a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a {
	margin: 0 auto 10px;
	width: 200px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li {
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 40px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li.tw a:before {
	background-position: 0 -60px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li.fb a:before {
	background-position: -30px -60px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li.in a:before {
	background-position: -60px -60px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--a li.li a:before {
	background-position: -90px -60px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b {
	margin: 0 auto;
	max-width: 290px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li.mm span:before {
	background-position: -120px -60px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li.ap span {
	padding-left: 24px;
}
.r2-gfooter .r2-sitemap__aside .r2-snslist--b li.ap span:before {
	background-position: -150px -60px;
}
.r2-gfooter .r2-sitemap__aside .helpguide li {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter .r2-sitemap__aside .helpguide li a {
	display: block;
	padding: 6px 0;
}
.r2-gfooter .r2-sitemap__item--2 {
	padding-left: 39px;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.r2-gfooter__wgroup {
	position: relative;
	display: none;
	background: #666;
}
.r2-gfooter__wgroup__inner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.r2-gfooter__wgroup__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;
}
.r2-gfooter__wgroup__row + .r2-gfooter__wgroup__row {
	margin-top: 12px;
}
.r2-gfooter__wgroup h4 {
	color: #b9b9b9;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.5;
}
.r2-gfooter__wgroup h4 span {
	font-weight: normal;
}
.r2-gfooter__wgroup ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter__wgroup li {
	position: relative;
	float: left;
	padding-left: 40px;
	height: 20px;
}
.r2-gfooter__wgroup li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #808080;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r2-gfooter__wgroup li:first-child {
	margin-left: 24px;
	padding-left: 20px;
}
.r2-gfooter__wgroup li:first-child::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 1px;
	height: 14px;
	background: #808080;
	content: "";
}
.r2-gfooter__wgroup li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../images/r2_common_parts/logo-group.svg);
	background-size: 148px 132px;
	background-repeat: no-repeat;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.r2-gfooter__wgroup li.lecien {
	width: 88px;
}
.r2-gfooter__wgroup li.lecien a {
	background-position: center 0;
}
.r2-gfooter__wgroup li.pj {
	width: 144px;
}
.r2-gfooter__wgroup li.pj a {
	background-position: center -20px;
}
.r2-gfooter__wgroup li.house {
	width: 162px;
}
.r2-gfooter__wgroup li.house a {
	background-position: center -40px;
}
.r2-gfooter__wgroup li.ai {
	width: 76px;
}
.r2-gfooter__wgroup li.ai a {
	background-position: center -60px;
}
.r2-gfooter__wgroup li.spiral {
	width: 92px;
}
.r2-gfooter__wgroup li.spiral a {
	background-position: center -80px;
}
.r2-gfooter__wgroup li.wacoal-web-store {
	width: 174px;
}
.r2-gfooter__wgroup li.wacoal-web-store a {
	background-position: center -100px;
}
.r2-gfooter__wgroup li.spoon {
	width: 180px;
}
.r2-gfooter__wgroup li.spoon a {
	background-position: center -116px;
}
.r2-gfooter__global {
	display: none;
	background: #4d4d4d;
}
.r2-gfooter__global__inner {
	position: relative;
	margin: 0 auto;
}
.r2-gfooter__global__inner:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter__global .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 150px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r2-gfooter__global .logo:before {
	background-position: 0 0;
}
.r2-gfooter__global .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
}
.r2-gfooter__global .logo a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/r2_common_parts/logo-wacoal2_wh.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.r2-gfooter__global .block-left {
	float: left;
	width: 50%;
}
.r2-gfooter__global .block-left .copy {
	color: #ccc;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	line-height: 4.4;
}
.r2-gfooter__global .block-right {
	float: right;
	width: 50%;
	width: 40.67797%;
}
.r2-gfooter__global .block-right ul {
	text-align: right;
}
.r2-gfooter__global .block-right li {
	position: relative;
	display: inline-block;
	padding: 2px 0;
	padding-right: 22px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__global .block-right li a {
	color: #ccc;
}
.r2-gfooter__global .block-right li:after {
	position: absolute;
	top: 50%;
	right: 11px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #808080;
	content: "";
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.r2-gfooter__global .block-right li:last-child {
	padding-right: none;
}
.r2-gfooter__global .block-right li:last-child:after {
	display: none;
}
.r2-gfooter__credit {
	background: #666;
	color: #fff;
}
.r2-gfooter__credit a {
	color: #fff;
}
.r2-gfooter__credit > div {
	margin: 0 15px;
	padding: 25px 0 20px;
	border-top: 1px solid #808080;
}
.r2-gfooter__credit > div:first-child {
	border-top: none;
}
.r2-gfooter__credit > div:last-child {
	padding-top: 0;
	border-top: none;
}
.r2-gfooter__credit h3 {
	margin-bottom: 5px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.38889;
}
.r2-gfooter__credit h3 span {
	font-weight: 400;
}
.r2-gfooter__credit h4 {
	margin-bottom: 5px;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.42857;
}
.r2-gfooter__credit h4 span {
	font-weight: 400;
}
.r2-gfooter__credit .r2-snslist--a {
	margin: 0 auto;
	width: 200px;
}
.r2-gfooter__credit .r2-snslist--a:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter__credit .r2-snslist--a li {
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 40px;
}
.r2-gfooter__credit .r2-snslist--a li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
}
.r2-gfooter__credit .r2-snslist--a li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r2-gfooter__credit .r2-snslist--a li.tw a:before {
	background-position: 0 -90px;
}
.r2-gfooter__credit .r2-snslist--a li.fb a:before {
	background-position: -30px -90px;
}
.r2-gfooter__credit .r2-snslist--a li.in a:before {
	background-position: -60px -90px;
}
.r2-gfooter__credit .r2-snslist--a li.li a:before {
	background-position: -90px -90px;
}
.r2-gfooter__credit .r2-snslist--b {
	margin: 0 auto;
	max-width: 290px;
}
.r2-gfooter__credit .r2-snslist--b:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter__credit .r2-snslist--b li {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 40px;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__credit .r2-snslist--b li a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 0 11px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.r2-gfooter__credit .r2-snslist--b li span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.r2-gfooter__credit .r2-snslist--b li span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-gfooter__credit .r2-snslist--b li.mm span:before {
	background-position: -120px -90px;
}
.r2-gfooter__credit .r2-snslist--b li.ap span {
	padding-left: 24px;
}
.r2-gfooter__credit .r2-snslist--b li.ap span:before {
	background-position: -150px -90px;
}
.r2-gfooter__helpguide ul {
	margin: 10px auto 5px;
	max-width: 290px;
	text-align: center;
}
.r2-gfooter__helpguide li {
	position: relative;
	display: inline-block;
	padding: 6px 22px 6px 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__helpguide li:after {
	position: absolute;
	top: 50%;
	right: 11px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #808080;
	content: "";
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.r2-gfooter__helpguide li:nth-child(3) {
	padding-right: 0;
}
.r2-gfooter__helpguide li:nth-child(3):after {
	display: none;
}
.r2-gfooter__helpguide li:nth-child(6) {
	padding-right: 0;
}
.r2-gfooter__helpguide li:nth-child(6):after {
	display: none;
}
.r2-gfooter--integra .r2-gfooter__company {
	padding: 20px 20px 14px;
	border-top: solid 1px #fff;
	background-color: #666;
}
.r2-gfooter__company p {
	padding-top: 5px;
	text-align: center;
}
.r2-gfooter__company p a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter--integra .r2-gfooter__company p a {
	padding-top: 0;
}
.r2-gfooter__company p a:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 138px;
	height: 19px;
	background-image: url(../images/r2_common_parts/logo-wacoal2_wh.svg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.r2-gfooter--integra .r2-gfooter__company p a:before {
	display: none;
}
.r2-gfooter__company ul {
	margin: 8px auto 5px;
	max-width: 290px;
	text-align: center;
}
.r2-gfooter--integra .r2-gfooter__company ul {
	margin: 0 auto;
}
.r2-gfooter__company li {
	position: relative;
	display: inline-block;
	padding: 6px 22px 6px 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.r2-gfooter__company li:after {
	position: absolute;
	top: 50%;
	right: 11px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #808080;
	content: "";
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.r2-gfooter__company li:nth-child(2),
.r2-gfooter__company li:nth-child(4),
.r2-gfooter__company li:last-child {
	padding-right: 0;
}
.r2-gfooter__company li:nth-child(2):after,
.r2-gfooter__company li:nth-child(4):after,
.r2-gfooter__company li:last-child:after {
	display: none;
}
.r2-gfooter--integra .r2-gfooter__company li:nth-child(2),
.r2-gfooter--integra .r2-gfooter__company li:nth-child(4) {
	padding-right: 22px;
}
.r2-gfooter--integra .r2-gfooter__company li:nth-child(2):after,
.r2-gfooter--integra .r2-gfooter__company li:nth-child(4):after {
	display: block;
}
.r2-gfooter--integra .r2-gfooter__company li a {
	display: block;
	padding-top: 0;
	color: #fff;
	font-weight: 700;
}
.r2-gfooter__groupstite__row + .r2-gfooter__groupstite__row {
	margin-top: 12px;
}
.r2-gfooter__groupstite__row > ul:not(class) {
	max-width: 324px;
}
.r2-gfooter__groupstite h4 {
	padding-top: 5px;
}
.r2-gfooter__groupstite ul {
	margin: 8px auto 2px;
	max-width: 296px;
}
.r2-gfooter__groupstite ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.r2-gfooter__groupstite li {
	float: left;
	padding: 7px 0 8px;
	width: 50%;
}
.r2-gfooter__groupstite li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../images/r2_common_parts/logo-group.svg);
	background-size: 148px 132px;
	background-repeat: no-repeat;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 1.4;
}
.r2-gfooter__groupstite li.lecien a {
	background-position: 0 0;
}
.r2-gfooter__groupstite li.pj a {
	background-position: 0 -20px;
}
.r2-gfooter__groupstite li.house a {
	background-position: 0 -40px;
}
.r2-gfooter__groupstite li.ai a {
	background-position: 0 -60px;
}
.r2-gfooter__groupstite li.spiral a {
	background-position: 0 -80px;
}
.r2-gfooter__groupstite li.wacoal-web-store a {
	background-position: center -100px;
}
.r2-gfooter__groupstite li.spoon a {
	background-position: center -116px;
}
.r2-gfooter__other .pcview {
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #808080;
	border-radius: 20px;
}
.r2-gfooter__other .pcview a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 3.16667;
}
.r2-gfooter__other .pcview span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
.r2-gfooter__other .pcview span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/r2_common_parts/icons.svg);
	background-position: -180px -90px;
	background-size: 800px 220px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-gfooter__other .copy {
	margin-bottom: 8px;
	text-align: center;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	line-height: 2.4;
}

.r2-sponly {
	padding: 40px 0;
	background: #4d4d4d;
}
.r2-sponly a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1172px;
	border: solid 4px #666;
	border-radius: 80px;
	color: #fff;
	text-align: center;
	font-size: 4.8rem;
	line-height: 3.16667;
}
.r2-sponly a span {
	position: relative;
	display: inline-block;
	padding-left: 110px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
.r2-sponly a span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../images/r2_parts/icons_sp.svg);
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 769px){
	.r2-share{
		padding: 30px 0;
	}
	.r2-share h3{
		position: absolute;
		top: 50%;
		left: calc(50% - 268px);
		font-size: 1.8rem;
		line-height: 2.77778;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.r2-share ul{
		width: 190px;
	}
	.r2-share li{
		margin-right: 20px;
	}
	.r2-share li.tw a:hover{
		background: #73bbf3;
	}
	.r2-share li.fb a:hover{
		background: #7589b8;
	}
	.r2-share li.li a:hover{
		background: #66dc66;
	}
	.r2-gfooter--order{
		border-top: none;
	}
	.r2-gfooter__head{
		border-top: solid 1px #e5e5e5;
	}
	.r2-gfooter__head__inner{
		padding: 0 3.90625% 0;
		max-width: 1280px;
	}
	.r2-gfooter__main{
		background: #f2f2f2;
	}
	.r2-gfooter__main__inner{
		padding: 60px 3.90625% 0;
	}
	.r2-gfooter__pagetop{
		position: absolute;
		top: 50%;
		right: 3.90625%;
		width: 224px;
		height: 50px;
		background-color: transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.r2-gfooter__pagetop:after{
		display: none;
	}
	.r2-gfooter__pagetop a{
		position: relative;
		color: #666;
	}
	.r2-gfooter__pagetop a:hover:before{
		background: #858585;
	}
	.r2-gfooter__pagetop a:before,
	.r2-gfooter__pagetop a:after{
		display: block;
		content: "";
	}
	.r2-gfooter__pagetop span{
		font-style: italic;
		font-size: 1.4rem;
		line-height: 3.57143;
	}
	.r2-gfooter__pagetop span:before{
		display: none;
	}
	.r2-gfooter__useful{
		margin-bottom: 60px;
		padding: 0;
		background-color: transparent;
	}
	.r2-gfooter__useful ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		padding: 0;
		max-width: 680px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.r2-gfooter__useful ul:after{
		display: block;
		clear: both;
		height: 0;
		content: "";
	}
	.r2-gfooter__useful ul:after{
		display: none;
	}
	.r2-gfooter__useful ul li{
		margin-top: 4px;
		width: calc(50% - 2px);
	}
	.r2-gfooter__useful ul li:nth-child(even){
		background: #fff;
	}
	.r2-gfooter__useful ul li:nth-child(1),
	.r2-gfooter__useful ul li:nth-child(2){
		margin-top: 8px;
	}
	.r2-gfooter__useful ul li a{
		z-index: 2;
		padding: 26px 28px 26px 98px;
		width: 100%;
		height: 100%;
		color: #bebebe;
	}
	.r2-gfooter__useful ul li a:hover:before{
		opacity: .8;
	}
	.r2-gfooter__useful ul li a:hover h3,
	.r2-gfooter__useful ul li a:hover p{
		text-decoration: underline;
	}
	.r2-gfooter__useful ul li a:before{
		top: 0;
		bottom: 0;
		left: 29px;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	.r2-gfooter__useful ul li h3{
		margin-bottom: 6px;
		color: #000;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.57143;
	}
	.r2-gfooter__useful ul li p{
		color: #666;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.r2-gfooter__search{
		display: none;
	}
	.r2-gfooter .r2-searchbox{
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 585px;
	}
	.r2-gfooter .r2-searchbox--sp{
		display: none;
	}
	.r2-gfooter .r2-searchbox--pc{
		display: block;
	}
	.r2-gfooter .r2-form{
		height: 50px;
		border: #e6e6e6 solid 2px;
		background: #fff;
	}
	.r2-gfooter .r2-form:before,
	.r2-gfooter .r2-form:after{
		top: 13px;
		right: 19px;
	}
	.r2-gfooter .r2-form input[type="text"]{
		background: #fff;
		font-size: 1.8rem;
		line-height: 1.66667;
	}
	.r2-gfooter .r2-form .btn-submit{
		overflow: hidden;
		padding: 0;
		width: 59px;
		height: 46px;
		white-space: nowrap;
		word-wrap: normal;
		cursor: pointer;
	}
	.r2-gfooter .r2-sitemap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		padding: 60px 0;
		max-width: 680px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.r2-gfooter .r2-sitemap__main .block{
		padding-right: 4.34783%;
	}
	.r2-gfooter .r2-sitemap__main .block li{
		min-width: 180px;
		width: 50%;
	}
	.r2-gfooter .r2-sitemap__main .block li a:hover{
		text-decoration: underline;
	}
	.r2-gfooter .r2-sitemap__aside{
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		padding-left: 3.38983%;
		width: 220px;
		border-left: 1px solid #d9d9d9;
	}
	.r2-gfooter .r2-sitemap__aside .r2-snslist li a:hover{
		opacity: .8;
	}
	.r2-gfooter .r2-sitemap__aside .r2-snslist--b li a:hover span{
		text-decoration: underline;
	}
	.r2-gfooter .r2-sitemap__aside .helpguide li a:hover{
		text-decoration: underline;
	}
	.r2-gfooter__wgroup{
		display: block;
	}
	.r2-gfooter__wgroup__inner{
		padding: 20px 3.90625% 20px;
		max-width: 1280px;
	}
	.r2-gfooter__wgroup li a:hover{
		opacity: .8;
	}
	.r2-gfooter__global{
		display: block;
	}
	.r2-gfooter__global__inner{
		padding: 28px 3.90625% 28px;
		max-width: 1280px;
	}
	.r2-gfooter__global .logo a:hover{
		opacity: .8;
	}
	.r2-gfooter__global .block-right li a:hover{
		text-decoration: underline;
	}
	.r2-gfooter__credit{
		display: none;
	}
	.r2-gfooter--integra .r2-gfooter__credit{
		display: block;
	}
	.r2-gfooter__helpguide{
		display: none;
	}
	.r2-gfooter__company{
		display: none;
	}
	.r2-gfooter__groupstite{
		display: none;
	}
	.r2-gfooter__other{
		display: none;
	}
}
@media screen and (min-width: 1280px){
	.r2-gfooter__head__inner{
		padding: 0 50px;
	}
	.r2-gfooter__useful ul{
		max-width: 100%;
		width: 1036px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.r2-gfooter__useful ul li{
		margin-top: 0;
		width: 340px;
	}
	.r2-gfooter__useful ul li:nth-child(1),
	.r2-gfooter__useful ul li:nth-child(2){
		margin-top: 0;
	}
	.r2-gfooter__useful ul li:not(:nth-child(3n+3)){
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.r2-gfooter .r2-sitemap{
		padding: 60px 10px;
		max-width: 1200px;
	}
	.r2-gfooter .r2-sitemap__main .block{
		width: 50%;
	}
	.r2-gfooter .r2-sitemap__main .block:nth-child(odd){
		border-right: solid 1px #d9d9d9;
	}
	.r2-gfooter .r2-sitemap__main .block:nth-child(even){
		padding-left: 4.34783%;
	}
	.r2-gfooter .r2-sitemap__main .block:nth-child(even):before{
		left: 8.69565%;
		width: 82.6087%;
	}
	.r2-gfooter .r2-sitemap__main .block:nth-child(2){
		padding-top: 0;
	}
	.r2-gfooter .r2-sitemap__main .block:nth-child(2):before{
		display: none;
	}
	.r2-gfooter__wgroup__inner{
		padding: 20px 50px 20px;
	}
	.r2-gfooter__global__inner{
		padding: 28px 50px 28px;
	}
}
@media screen and (max-width: 768px){
	.r2-gfooter--integra .r2-gfooter__head__inner,
	.r2-gfooter--mypage .r2-gfooter__head__inner{
		min-height: auto;
	}
	.r2-gfooter__useful ul li:first-child a{
		padding-top: 20px;
	}
	.r2-gfooter__useful ul li:last-child a{
		padding-bottom: 20px;
	}
}
