@charset "UTF-8";
/*
 ワコールウェブストア NEW TEMPLATE '17
---------------------------- */
/*
 ワコールウェブストア NEW TEMPLATE '17
---------------------------- */
html,
body {
	color: #000; 
	font-size: 62.5%;
	font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

html,
img {
	line-height: 1;
}

body {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body,
h1,
h2,
h3,
ul,
ol,
p {
	margin: 0;
}

ol,
ul {
	padding-left: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

.modal_num {
	font-weight: 400; 
	font-family: "Lato", sans-serif;
}

.modal_num_bold {
	font-weight: 700; 
	font-family: "Lato", sans-serif;
}

.modal_header {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 20px;
	height: 51px;
	border-bottom: 1px solid #e6e6e6;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;
}
.modal_header .modal_sitename img {
	display: block; 
	width: 240px;
}
.modal_header .btn_close_modal_header {
	width: 16px;
	height: 16px;
}
.modal_header .btn_close_modal_header a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../images/r2_common_parts/icons_tool.svg);
	background-position: -102px -2px; 
	background-size: 140px 146px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.modal_ttl {
	padding: 43px 0; 
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
}

.modal_content {
	margin: 0 auto; 
	width: calc(100vw - 40px);
}

.modal_txt {
	margin-bottom: 22px; 
	font-size: 1.4rem;
	line-height: 1.57143;
}

.btn_close_modal,
.aboutrename_sp .btn_contact {
	margin-right: auto; 
	margin-left: auto;
	max-width: 290px;
	width: 100%;
	height: 50px;
}

.btn_close_modal a,
.aboutrename_sp .btn_contact a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.btn_close_modal a:before,
.aboutrename_sp .btn_contact a:after {
	position: absolute;
	display: block;
	background-repeat: no-repeat; 
	content: "";
}

.btn_close_modal {
	margin-bottom: 40px; 
	background-color: #666;
}
.btn_close_modal a {
	font-size: 1.4rem;
}
.btn_close_modal a:before {
	top: 18.5px;
	left: 105px; 
	width: 12px;
	height: 12px;
	background-image: url(../images/r2_common_parts/icons_tool.svg);
	background-position: -124px -4px;
	background-size: 140px 146px;
	background-repeat: no-repeat;
}

.security_code .security_code_img,
.aboutrename .aboutrename_img {
	max-width: 540px;
	width: 100%;
}

/* footer */
.modal_footer {
	padding: 15px 0;
	width: 100%;
	background-color: #666;
}
.modal_footer .modal_copy {
	color: #fff;
	text-align: center; 
	font-weight: 400;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	line-height: 2;
}

.zaiko .stock_list {
	margin-bottom: 40px;
	border-top: 1px solid #e6e6e6;
}
.zaiko .stock_list li {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.zaiko .stock_list .ico_stock {
	margin-right: 20px;
	width: 124px;
	border: 1px solid #666;
	border-radius: 5px;
	color: #666;
	text-align: center; 
	font-size: 1.4rem;
	line-height: 1.57143;
}
.zaiko .stock_list .modal_txt {
	margin-bottom: 0;
	width: calc(100% - 146px);
}
.zaiko .stock_list .ico_stock_atten {
	border-color: #be3f36; 
	color: #be3f36;
}
.zaiko .stock_list .ico_stock_disabled {
	border-color: #e6e6e6;
	background-color: #f7f7f7;
}

.zaiko .txt_atten {
	margin-bottom: 41px; 
	color: #be3f36;
	font-size: 1.4rem;
	line-height: 1.57143;
}

.security_code .security_code_txt {
	font-size: 1.4rem;
	line-height: 1.57143;
}

.security_code p + p {
	margin-bottom: 46px;
}

.security_code .security_code_img {
	margin: 0 auto 40px;
}

.explanation .modal_txt.last {
	margin-bottom: 41px;
}

.explanation .explanation_cpntact {
	margin-bottom: 40px;
	padding: 20px;
	width: calc(100% - 40px);
	background-color: #f7f7f7;
}
.explanation .explanation_cpntact .explanation_cpntact_ttl {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.57143;
}
.explanation .explanation_cpntact .tel,
.explanation .explanation_cpntact .address {
	font-weight: bold;
}
.explanation .explanation_cpntact .modal_txt.address {
	margin-bottom: 0;
}

.aboutrename .aboutrename_img {
	margin: 40px auto;
}

.aboutrename_sp .btn_contact {
	margin-top: 40px;
	margin-bottom: 10px; 
	background-color: #cf3e59;
}
.aboutrename_sp .btn_contact a {
	font-weight: bold; 
	font-size: 1.6rem;
}
.aboutrename_sp .btn_contact a:after {
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */

	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: .67em 0; 
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	/* 1 */
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	/* 1 */
	font-size: 1em;
	font-family: monospace, monospace;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	/* 1 */
	font-size: 1em;
	font-family: monospace, monospace;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0; 
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	/* 2 */
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 1 */
	max-width: 100%;
	/* 1 */
	color: inherit;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	/* 1 */
	font: inherit;

	-webkit-appearance: button;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

html,
body {
	color: #000; 
	font-size: 62.5%;
	font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

html,
img {
	line-height: 1;
}

body {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

body,
h1,
h2,
h3,
ul,
ol,
p {
	margin: 0;
}

ol,
ul {
	padding-left: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

.modal_num {
	font-weight: 400; 
	font-family: "Lato", sans-serif;
}

.modal_num_bold {
	font-weight: 700; 
	font-family: "Lato", sans-serif;
}

.explanation .modal_txt.last {
	margin-bottom: 41px;
}

.explanation .explanation_cpntact {
	margin-bottom: 40px;
	padding: 20px;
	width: calc(100% - 40px);
	background-color: #f7f7f7;
}

.explanation .explanation_cpntact .explanation_cpntact_ttl {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5714285714;
}

.explanation .explanation_cpntact .tel,
.explanation .explanation_cpntact .address {
	font-weight: bold;
}

.explanation .explanation_cpntact .modal_txt.address {
	margin-bottom: 0;
}

.aboutrename .aboutrename_img {
	margin: 40px auto;
}

.aboutrename_sp .btn_contact {
	margin-top: 40px;
	margin-bottom: 10px; 
	background-color: #cf3e59;
}

.aboutrename_sp .btn_contact a {
	font-weight: bold; 
	font-size: 1.6rem;
}

.aboutrename_sp .btn_contact a:after {
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.size .modal_content {
	width: 100%;
}

.size .modal_subttl {
	margin-bottom: 40px;
	text-align: center;
}

.size .modal_subttl .ja {
	display: block;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5454545455;
}

.size .modal_subttl .en {
	display: block;
	color: #666;
	font-weight: 400;
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4285714286;
}

.size .acc {
	overflow: hidden;
	border-bottom: 2px solid #e5e5e5;
}

.size .acc:first-of-type {
	border-top: 2px solid #e5e5e5;
}

.size .acc .accHead {
	position: relative;
	display: block;
	padding: 28px 20px;
	padding: 28px 40px 28px 20px;
	border: none;
	font-weight: bold; 
	font-size: 1.8rem;
	line-height: 1.3333333333;
}

.size .acc .accHead:before,
.size .acc .accHead:after {
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	display: block;
	margin: 0;
	width: 14px;
	height: 2px;
	border: none;
	background: #666;
	content: "";
	-webkit-transition: all .2s ease;
	transition: all .2s ease; 
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

.size .acc .accHead:after {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.size .acc .accHead.is-active:after {
	margin: 0;
	width: 10px;
	height: 2px;
	border: none;
	opacity: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.size .acc .accContent {
	margin: 0 20px;
	padding: 0;
}

.size .acc .accContent div {
	clear: both;
	overflow: hidden;
}

.size .acc .accContent div:after {
	display: block;
	clear: both;
	height: 0; 
	content: "";
}

.size .acc .accContent .sizeTable {
	margin-top: 16px;
}

.size .acc .accContent .ttl,
.size .acc .accContent .unit,
.size .acc .accContent .textTtl,
.size .acc .accContent .textContent {
	font-size: 1.6rem;
	line-height: 1.5;
}

.size .acc .accContent .ttl,
.size .acc .accContent .unit {
	margin-top: 0;
	margin-bottom: 0;
}

.size .acc .accContent .ttl {
	word-break: break-all;
}

.size .acc .accContent .sample img {
	max-width: 100%;
	width: auto;
}

.size .acc .accContent .inner {
	padding: 30px 0;
}

.size .acc .accContent .inner > div {
	width: 100% !important;
}

.size .btn_close_modal,
.size .btn_return_modal {
	margin-top: 40px;
}

.size--maternity .acc .sizeTable {
	border: none;
}

.size--maternity .acc .sizeTable tr {
	border: none;
}

.size--maternity .acc .sizeTable td,
.size--maternity .acc .sizeTable th {
	padding: 12px 0; 
	border: none;
}

.size--maternity .acc .sizeTable tbody th {
	width: 40px;
}

.size--maternity .acc .sizeTable tbody th img {
	max-width: 100%;
	width: auto;
}

.size--maternity .acc .sizeTable tbody td {
	padding-left: 20px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.5;
}

.size--maternity .acc .sizeTable tbody a {
	color: #191919;
	text-decoration: none;
}

@media screen and (max-width: 414px){
	/* ==== common ======= */
	.modal_header{
		padding-right: 15px;
		padding-left: 15px;
	}
	.modal_content{
		width: calc(100vw - 30px);
	}
	.modal_ttl{
		padding: 39px 0 42px;
		font-size: 2.2rem;
		line-height: 1.54545;
	}
	.zaiko .stock_list li{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.zaiko .stock_list .ico_stock{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.zaiko .stock_list .modal_txt{
		width: 100%;
	}
	.size .modal_subttl{
		margin-bottom: 20px;
	}
	.size .modal_subttl .ja{
		font-size: 2rem;
		line-height: 1.7;
	}
	.size .modal_subttl .en{
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
	.size .acc .accHead{
		padding: 20px 34px 20px 15px;
	}
	.size .acc .accHead:before,
	.size .acc .accHead:after{
		right: 15px;
	}
	.size .acc .accContent{
		margin: 0 15px;
	}
	.size .acc .accContent .ttl,
	.size .acc .accContent .unit,
	.size .acc .accContent .textTtl,
	.size .acc .accContent .textContent{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.size .acc .accContent .inner{
		padding: 15px 0 20px;
	}
	.size--maternity .acc .sizeTable tbody td{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	/* ==== common ======= */
	.modal_header{
		padding-right: 15px;
		padding-left: 15px;
	}
	.modal_content{
		width: calc(100vw - 30px);
	}
	.modal_ttl{
		padding: 39px 0 42px;
		font-size: 2.2rem;
		line-height: 1.5454545455;
	}
	.zaiko .stock_list li{
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.zaiko .stock_list .ico_stock{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.zaiko .stock_list .modal_txt{
		width: 100%;
	}
}

@media screen and (min-width: 415px){
	.size--maternity .acc .sizeTable tbody a:hover{
		color: #191919;
		text-decoration: underline;
	}
}


.btn_return_modal {
    background-color: #666666;
    margin-bottom: 40px;
}

.btn_return_modal {
  max-width: 290px;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.btn_return_modal a {
    font-size: 1.4rem;
}
.btn_return_modal a{
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 50px;
}
.btn_return_modal a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.btn_return_modal a:before {
    top: 50%;
    left: 25px;
    width: 10px;
    height: 10px;
    background-image: url(../images/r2_common_parts/arrow.svg);
    background-position: 0 -20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

h5 {
    padding: 1.4em 0;
}