@charset "Shift_JIS";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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: push-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 {
  border-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: push-button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img, iframe {
  vertical-align: top;
}

em {
  font-style: italic;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

body > iframe {
  position: absolute;
  bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  margin: 0 auto;
  min-width: 1180px;
}

a {
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

img {
  vertical-align: top;
  font-size: 1em;
  line-height: 1;
}

.r2-gwrapper {
  width: 100%;
}

.r2-main {
  background: #fff;
}

#container {
  margin-bottom: 60px;
}

/*
 計測タグ 対応
 */
#deqwas-collection-k {
  height: 0;
  font-size: 0;
  line-height: 0;
}

.r2-sheader {
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #000000;
  position: relative;
  z-index: 100;
}

.r2-sheader img {
  max-width: 100%;
}

.r2-sheader a {
  color: #000;
}

.r2-sheader a:link {
  color: #000;
  text-decoration: none;
}

.r2-sheader a:visited {
  color: #000;
  text-decoration: none;
}

.r2-sheader__inner {
  margin: 0 auto;
  width: 1180px;
}

.r2-sheader__inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-sheader__head {
  float: left;
  width: 240px;
}

.r2-sheader__head a {
  box-sizing: border-box;
  display: block;
  padding-top: 17px;
  width: 100%;
  height: 50px;
}

.r2-sheader__head h1 img {
  height: 16px;
}

.r2-sheader__usermenu {
  float: right;
}

.r2-sheader__usermenu:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-sheader__usermenu li {
  position: relative;
  padding-right: 20px;
  float: left;
}

.r2-sheader__usermenu li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r2-sheader__usermenu li:last-child {
  padding-right: 0;
}

.r2-sheader__usermenu li:last-child:after {
  display: none;
}

.r2-sheader__usermenu li a {
  color: #666666;
  font-size: 1.2rem;
  line-height: 4.1666666667;
}

.r2-sheader__usermenu li a:hover {
  text-decoration: underline;
}

.r2-gheader {
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #000000;
  position: relative;
  z-index: 100;
}

.r2-gheader a {
  color: #000;
}

.r2-gheader a:link {
  color: #000;
  text-decoration: none;
}

.r2-gheader a:visited {
  color: #000;
  text-decoration: none;
}

.r2-gheader img {
  max-width: 100%;
}

.r2-gheader__inner {
  margin: 0 auto;
  width: 1180px;
}

.r2-gheader__inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gheader__head {
  float: left;
  width: 310px;
  margin-top: 30px;
}

.r2-gheader__head h1 {
  margin-bottom: 12px;
  height: 18px;
}

.r2-gheader__head p {
  padding-left: 2px;
  height: 12px;
}

.r2-gheader__head .logo {
  margin-bottom: 12px;
  padding-left: 0;
  height: 18px;
}

.r2-gheader__search {
  float: left;
  margin-right: 30px;
}

.r2-gheader__search:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gheader__search li {
  float: left;
  width: 90px;
  height: 100px;
}

.r2-gheader__search li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.r2-gheader__search li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #df2e59;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  transition: all 0.2s ease;
  transition-timing-function: ease-out;
}

.r2-gheader__search li a span {
  display: block;
  text-align: center;
  transition: all 0.2s ease;
}

.r2-gheader__search li a span.en {
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

.r2-gheader__search li a span.ja {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.r2-gheader__search li a:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.r2-gheader__search li a:hover span.en {
  color: #666666;
}

.r2-gheader__search li a:hover span.ja {
  color: #a3a3a3;
}

.r2-gheader__usermenu {
  float: left;
}

.r2-gheader__usermenu:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gheader__usermenu > li {
  float: left;
  width: 60px;
  height: 100px;
}

.r2-gheader__usermenu > li > a {
  position: relative;
  display: block;
  padding-top: 55px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-indent: 101%;
  color: #666666;
}

.r2-gheader__usermenu > li > a:link, .r2-gheader__usermenu > li > a:visited {
  color: #666666;
}

.r2-gheader__usermenu > li > a:hover {
  color: #df2e59;
}

.r2-gheader__usermenu > li > a:before, .r2-gheader__usermenu > li > a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/r2_common_parts/icons.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.2s ease;
}

.r2-gheader__usermenu > li > a:after {
  background-color: #fff;
}

.r2-gheader__usermenu > li:hover a:after {
  opacity: 0;
}

.r2-gheader__usermenu > li.login > a:before {
  background-position: 0 -20px;
}

.r2-gheader__usermenu > li.login > a:after {
  background-position: 0 0;
}

.r2-gheader__usermenu > li.mypage {
  cursor: pointer;
  position: relative;
}

.r2-gheader__usermenu > li.mypage > a:before {
  background-position: -20px -20px;
}

.r2-gheader__usermenu > li.mypage > a:after {
  background-position: -20px 0;
}

.r2-gheader__usermenu > li.mypage .mypage-menu {
  opacity: 0;
  display: none;
  position: absolute;
  top: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.r2-gheader__usermenu > li.mypage .mypage-menu:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e5e5e5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
}

.r2-gheader__usermenu > li.mypage .mypage-menu ul {
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 110px;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  z-index: 3;
}

.r2-gheader__usermenu > li.mypage .mypage-menu ul:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f7f7f7;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
}

.r2-gheader__usermenu > li.mypage .mypage-menu a {
  font-size: 1.2rem;
  line-height: 2.5;
}

.r2-gheader__usermenu > li.mypage .mypage-menu a:link, .r2-gheader__usermenu > li.mypage .mypage-menu a:visited {
  color: #666666;
}

.r2-gheader__usermenu > li.mypage .mypage-menu a:hover {
  text-decoration: underline;
}

.r2-gheader__usermenu > li.like > a:before {
  background-position: -40px -20px;
}

.r2-gheader__usermenu > li.like > a:after {
  background-position: -40px 0;
}

.r2-gheader__usermenu > li.history > a:before {
  background-position: -60px -20px;
}

.r2-gheader__usermenu > li.history > a:after {
  background-position: -60px 0;
}

.r2-gheader__usermenu > li.cart > a:before {
  background-position: -340px -20px;
}

.r2-gheader__usermenu > li.cart > a:after {
  background-position: -340px 0;
}

.r2-gheader__usermenu > li.cart .cartNum {
  position: absolute;
  top: 22px;
  right: 12px;
  display: block;
  background: #df2e59;
  border-radius: 50%;
  color: #fff;
  width: 16px;
  height: 16px;
  text-indent: 0;
  text-align: center;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
}

.r2-gheader__searchbox {
  float: right;
  margin-top: 30px;
  width: 200px;
}

.r2-gheader__searchbox .r2-form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: #e6e6e6 solid 1px;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  height: 40px;
  background: #f7f7f7;
}

.r2-gheader__searchbox .r2-form:before, .r2-gheader__searchbox .r2-form:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/r2_common_parts/icons.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  right: 9px;
}

.r2-gheader__searchbox .r2-form:before {
  background-position: -100px -100px;
}

.r2-gheader__searchbox .r2-form:after {
  background-color: #f7f7f7;
  transition: all 0.2s ease;
  background-position: -100px -80px;
}

.r2-gheader__searchbox .r2-form.is-active:after {
  opacity: 0;
}

.r2-gheader__searchbox input[type='text'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  display: block;
  box-sizing: border-box;
  padding: 8px 0 8px 10px;
  width: calc(100% - 40px);
  border: none;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  box-shadow: none;
  border-radius: 5px;
  background: #f7f7f7;
}

.r2-gheader__searchbox .btn-submit {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
  text-indent: 200%;
  background: none;
  border: none;
  z-index: 2;
}

.r2-share {
  background: #fff;
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #000000;
  padding: 30px 0;
  position: relative;
}

.r2-share h3 {
  font-size: 1.8rem;
  line-height: 2.7777777778;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 324px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r2-share h3 span {
  font-weight: 400;
}

.r2-share ul {
  width: 190px;
  margin: 0 auto;
}

.r2-share ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-share li {
  transition: all 0.2s ease;
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.r2-share li:last-child {
  margin-right: 0;
}

.r2-share li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
}

.r2-share li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/r2_common_parts/icons.svg);
  background-repeat: no-repeat;
}

.r2-share li.tw {
  background: #50aaf0;
}

.r2-share li.tw a:before {
  background-position: 0 -60px;
}

.r2-share li.tw:hover {
  background: #73bbf3;
}

.r2-share li.fb {
  background: #3a579a;
}

.r2-share li.fb a:before {
  background-position: -20px -60px;
}

.r2-share li.fb:hover {
  background: #7589b8;
}

.r2-share li.li {
  background: #00c500;
}

.r2-share li.li a:before {
  background-position: -60px -60px;
}

.r2-share li.li:hover {
  background: #66dc66;
}

.r2-gfooter {
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #000000;
}

.r2-gfooter img {
  max-width: 100%;
}

.r2-gfooter__head {
  border-top: solid 1px #e6e6e6;
  background: #ffffff;
}

.r2-gfooter__head__inner {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  min-height: 110px;
}

.r2-gfooter__main {
  border-top: solid 1px #e6e6e6;
  background: #f2f2f2;
}

.r2-gfooter__main__inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 1180px;
}

.r2-gfooter__pagetop {
  position: absolute;
  width: 124px;
  height: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r2-gfooter__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #666666;
}

.r2-gfooter__pagetop a:before, .r2-gfooter__pagetop a:after {
  content: "";
  display: block;
}

.r2-gfooter__pagetop a:before {
  background: #666666;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease;
}

.r2-gfooter__pagetop a:after {
  width: 10px;
  height: 10px;
  background: url();
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../images/r2_common_parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: -10px 0;
}

.r2-gfooter__pagetop a:hover:before {
  background: #858585;
}

.r2-gfooter__pagetop span {
  font-size: 1.4rem;
  line-height: 3.5714285714;
  font-style: italic;
}

.r2-gfooter__useful {
  margin-bottom: 60px;
}

.r2-gfooter__useful ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gfooter__useful ul li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 295px;
  height: 150px;
}

.r2-gfooter__useful ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  border-top: 5px solid #d9d9d9;
  border-bottom: 5px solid transparent;
}

.r2-gfooter__useful ul li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 20px 40px 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #bebebe;
}

.r2-gfooter__useful ul li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/r2_common_parts/icons.svg);
  transition: all 0.2s ease;
}

.r2-gfooter__useful ul li h3 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 6px;
  text-align: center;
  color: #000000;
}

.r2-gfooter__useful ul li p {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #666666;
}

.r2-gfooter__useful ul li:nth-child(2n-1) {
  background: #ffffff;
}

.r2-gfooter__useful ul li:nth-child(2n-1) a {
  background: #ffffff;
}

.r2-gfooter__useful ul li.free a:before {
  background-position: 0 -120px;
}

.r2-gfooter__useful ul li.merit a:before {
  background-position: -40px -120px;
}

.r2-gfooter__useful ul li.mailmag a:before {
  background-position: -80px -120px;
}

.r2-gfooter__useful ul li.size a:before {
  background-position: -120px -120px;
}

.r2-gfooter__useful ul li:nth-child(2n) {
  background: #f7f7f7;
}

.r2-gfooter__useful ul li:nth-child(2n) a {
  background: #f7f7f7;
}

.r2-gfooter__useful ul li:nth-child(1):after {
  border-left: 142.5px solid #d9d9d9;
  border-right: 142.5px solid transparent;
  right: 0;
}

.r2-gfooter__useful ul li:nth-child(2):after {
  border-left: 142.5px solid transparent;
  border-right: 142.5px solid #d9d9d9;
  right: 0;
}

.r2-gfooter__useful ul li:nth-child(3):after {
  border-left: 147.5px solid #d9d9d9;
  border-right: 147.5px solid transparent;
  left: 0;
}

.r2-gfooter__useful ul li:nth-child(4):after {
  border-left: 142.5px solid transparent;
  border-right: 142.5px solid #d9d9d9;
  left: 0;
}

.r2-gfooter__useful ul li a:hover:before {
  opacity: 0.8;
}

.r2-gfooter__useful ul li a:hover h3, .r2-gfooter__useful ul li a:hover p {
  text-decoration: underline;
}

.r2-gfooter .r2-searchbox {
  position: relative;
  margin: 0 auto;
  width: 585px;
}

.r2-gfooter .r2-searchbox .r2-form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: #e6e6e6 solid 2px;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  height: 50px;
  background: #ffffff;
}

.r2-gfooter .r2-searchbox .r2-form:before, .r2-gfooter .r2-searchbox .r2-form:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/r2_common_parts/icons.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: 19px;
}

.r2-gfooter .r2-searchbox .r2-form:before {
  background-position: -80px -100px;
}

.r2-gfooter .r2-searchbox .r2-form:after {
  background-color: #ffffff;
  transition: all 0.2s ease;
  background-position: -80px -80px;
}

.r2-gfooter .r2-searchbox .r2-form.is-active:after {
  opacity: 0;
}

.r2-gfooter .r2-searchbox input[type='text'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  display: block;
  box-sizing: border-box;
  padding: 8px 0 8px 10px;
  width: calc(100% - 60px);
  border: none;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  box-shadow: none;
  border-radius: 5px;
  background: #ffffff;
}

.r2-gfooter .r2-searchbox .btn-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
  text-indent: 200%;
  background: none;
  border: none;
  z-index: 2;
  padding: 0;
  width: 59px;
  height: 46px;
  cursor: pointer;
}

.r2-gfooter .r2-sitemap {
  padding: 60px 0;
}

.r2-gfooter .r2-sitemap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gfooter .r2-sitemap__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666666;
}

.r2-gfooter .r2-sitemap__item a:hover {
  text-decoration: underline;
}

.r2-gfooter .r2-sitemap__item--1,
.r2-gfooter .r2-sitemap__item--2 {
  float: left;
  width: 440px;
  border-right: 1px solid #d9d9d9;
}

.r2-gfooter .r2-sitemap__item--1 h4 .ja,
.r2-gfooter .r2-sitemap__item--2 h4 .ja {
  font-size: 1.4rem;
  line-height: 2.8571428571;
  font-weight: bold;
  color: #000;
}

.r2-gfooter .r2-sitemap__item--1 h4 .ja:after,
.r2-gfooter .r2-sitemap__item--2 h4 .ja:after {
  content: '\a0';
  display: inline;
}

.r2-gfooter .r2-sitemap__item--1 h4 .en,
.r2-gfooter .r2-sitemap__item--2 h4 .en {
  font-size: 1.2rem;
  line-height: 3.3333333333;
  font-weight: normal;
  color: #666666;
  font-style: italic;
}

.r2-gfooter .r2-sitemap__item--1 .block:first-child,
.r2-gfooter .r2-sitemap__item--2 .block:first-child {
  position: relative;
  margin-bottom: 29px;
  padding-bottom: 30px;
}

.r2-gfooter .r2-sitemap__item--1 .block:first-child:after,
.r2-gfooter .r2-sitemap__item--2 .block:first-child:after {
  content: "";
  width: 400px;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.r2-gfooter .r2-sitemap__item--1 .block:first-child ul,
.r2-gfooter .r2-sitemap__item--2 .block:first-child ul {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 300px;
}

.r2-gfooter .r2-sitemap__item--1 .block:first-child li,
.r2-gfooter .r2-sitemap__item--2 .block:first-child li {
  width: 180px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.r2-gfooter .r2-sitemap__item--1 .block:first-child li a,
.r2-gfooter .r2-sitemap__item--2 .block:first-child li a {
  display: block;
  padding: 6px 0;
}

.r2-gfooter .r2-sitemap__item--1 {
  margin-right: 39px;
}

.r2-gfooter .r2-sitemap__item--3 {
  float: right;
  width: 220px;
}

.r2-gfooter .r2-sitemap__item--3 .block:first-child {
  margin-bottom: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.r2-gfooter .r2-sitemap__item--3 h4 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  padding: 6px 0;
  font-weight: 700;
  text-align: center;
}

.r2-gfooter .r2-sitemap__item--3 h4 span {
  font-weight: 400;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist li a:hover {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a {
  margin: 0 auto 10px;
  width: 200px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li {
  float: left;
  margin: 0 5px;
  width: 40px;
  height: 40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/r2_common_parts/icons.svg);
  background-repeat: no-repeat;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li.tw a:before {
  background-position: 0 -40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li.fb a:before {
  background-position: -20px -40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li.in a:before {
  background-position: -40px -40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--a li.li a:before {
  background-position: -60px -40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b {
  margin: 0 auto;
  max-width: 290px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li {
  box-sizing: border-box;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  height: auto;
  padding: 6px 0;
  width: 100%;
  text-align: center;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/r2_common_parts/icons.svg);
  background-repeat: no-repeat;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li.mm span:before {
  background-position: -80px -40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li.ap span {
  padding-left: 24px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li.ap span:before {
  background-position: -100px -40px;
}

.r2-gfooter .r2-sitemap__item--3 .r2-snslist--b li a:hover span {
  text-decoration: underline;
}

.r2-gfooter .r2-sitemap__item--3 .helpguide li {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.r2-gfooter .r2-sitemap__item--3 .helpguide li a {
  display: block;
  padding: 6px 0;
}

.r2-gfooter__wgroup {
  background: #666666;
}

.r2-gfooter__wgroup__inner {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 1180px;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.r2-gfooter__wgroup h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.r2-gfooter__wgroup h4 span {
  font-weight: normal;
}

.r2-gfooter__wgroup ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gfooter__wgroup li {
  position: relative;
  float: left;
  padding-left: 40px;
  height: 20px;
}

.r2-gfooter__wgroup li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #808080;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.r2-gfooter__wgroup li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
  background-image: url(../images/r2_common_parts/logo-group.svg);
}

.r2-gfooter__wgroup li a:hover {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-gfooter__wgroup li.lecien {
  width: 60px;
}

.r2-gfooter__wgroup li.lecien a {
  background-position: center 0;
}

.r2-gfooter__wgroup li.pj {
  width: 104px;
}

.r2-gfooter__wgroup li.pj a {
  background-position: center -20px;
}

.r2-gfooter__wgroup li.house {
  width: 122px;
}

.r2-gfooter__wgroup li.house a {
  background-position: center -40px;
}

.r2-gfooter__wgroup li.ai {
  width: 36px;
}

.r2-gfooter__wgroup li.ai a {
  background-position: center -60px;
}

.r2-gfooter__global {
  background: #4d4d4d;
}

.r2-gfooter__global__inner {
  position: relative;
  margin: 0 auto;
  padding: 28px 0;
  width: 1180px;
}

.r2-gfooter__global__inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-gfooter__global .logo {
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.r2-gfooter__global .logo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
}

.r2-gfooter__global .logo a:before {
  content: "";
  width: 50px;
  height: 40px;
  background-image: url(../images/r2_common_parts/logo-wacoal.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.r2-gfooter__global .logo a:before {
  background-position: 0 0;
}

.r2-gfooter__global .logo a:hover {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-gfooter__global .block-left {
  float: left;
  width: 50%;
}

.r2-gfooter__global .block-left .copy {
  color: #cccccc;
  font-size: 1rem;
  line-height: 4.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.r2-gfooter__global .block-right {
  float: right;
  width: 50%;
}

.r2-gfooter__global .block-right ul {
  text-align: right;
}

.r2-gfooter__global .block-right li {
  position: relative;
  padding: 2px 0;
  padding-right: 22px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}

.r2-gfooter__global .block-right li a {
  color: #cccccc;
}

.r2-gfooter__global .block-right li a:hover {
  text-decoration: underline;
}

.r2-gfooter__global .block-right li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #808080;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(50%, -50%);
      -ms-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-sponly {
  padding: 40px 0;
  background: #4d4d4d;
}

.r2-sponly a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 1172px;
  border: solid 4px #666666;
  border-radius: 80px;
  font-size: 4.8rem;
  line-height: 3.1666666667;
  color: #fff;
  text-align: center;
}

.r2-sponly a span {
  position: relative;
  padding-left: 110px;
  display: inline-block;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.r2-sponly a span:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../images/r2_parts/icons_sp.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
