@charset "Shift_JIS";
/*
 WRAP STYLE
 */
.r2-main img {
  max-width: 100%;
}

.r2-main__header {
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}

.r2-main__header--index {
  padding: 40px 0 39px;
}

.r2-main__header--brand {
  padding: 24px 0 39px;
}

.r2-main__contents {
  margin: 0 auto;
  width: 1180px;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.r2-main__main {
  width: 900px;
  -webkit-flex-basis: 900px;
      -ms-flex-preferred-size: 900px;
          flex-basis: 900px;
}

.r2-main__sidemenu {
  width: 220px;
  -webkit-flex-basis: 220px;
      -ms-flex-preferred-size: 220px;
          flex-basis: 220px;
}

/*
 LEFT MENU CONTENTS
 */
.r2-main__sidemenu img {
  max-width: 100%;
}

.r2-main__sidemenu h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}

.r2-main__sidemenu .r2-searchbox {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.r2-main__sidemenu .r2-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-main__sidemenu .r2-searchbox .r2-form:before, .r2-main__sidemenu .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: 9px;
  right: 9px;
}

.r2-main__sidemenu .r2-searchbox .r2-form:before {
  background-position: -100px -100px;
}

.r2-main__sidemenu .r2-searchbox .r2-form:after {
  background-color: #f7f7f7;
  transition: all 0.2s ease;
  background-position: -100px -80px;
}

.r2-main__sidemenu .r2-searchbox .r2-form.is-active:after {
  opacity: 0;
}

.r2-main__sidemenu .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% - 40px);
  border: none;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  box-shadow: none;
  border-radius: 5px;
  background: #f7f7f7;
}

.r2-main__sidemenu .r2-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-main__sidemenu .menu-list > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.r2-main__sidemenu .menu-list > li.is-last {
  border-bottom: none;
}

.r2-main__sidemenu .menu-list > li > a {
  height: 40px;
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-size: 1.4rem;
  line-height: 2.8571428571;
  font-weight: bold;
}

.r2-main__sidemenu .menu-list > li > a span {
  font-size: 1.2rem;
  line-height: 3.3333333333;
  color: #666666;
}

.r2-main__sidemenu .menu-list > li:first-child > a {
  border-top: none;
}

.r2-main__sidemenu .menu-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.r2-main__sidemenu .menu-list > li .menu-sublist li {
  color: #666666;
}

.r2-main__sidemenu .menu-list > li .menu-sublist li a {
  display: inline-block;
  padding: 6px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666666;
}

.r2-main__sidemenu .menu-list > li .menu-sublist li a:hover {
  text-decoration: underline;
}

.r2-main__sidemenu .bnr-block {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.r2-main__sidemenu .bnr-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.r2-main__sidemenu .bnr-block li {
  margin-bottom: 20px;
}

.r2-main__sidemenu .bnr-block li:last-child {
  margin-bottom: 0;
}

.r2-main__sidemenu .bnr-block li a:hover {
  text-decoration: underline;
}

.r2-main__sidemenu .bnr-block li a:hover img {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-main__sidemenu .bnr-block li p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 2.5;
}

/*
 BREADCRUMB
 */
.r2-breadcrumb {
  margin: 0 auto 15px;
  width: 1180px;
  overflow: hidden;
}

.r2-breadcrumb img {
  max-width: 100%;
}

.r2-breadcrumb ol {
  display: table;
}

.r2-breadcrumb li {
  display: table-cell;
}

.r2-breadcrumb li a {
  position: relative;
  display: block;
  margin-right: 20px;
  white-space: nowrap;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.r2-breadcrumb li a:not([href]) {
  color: #999999;
}

.r2-breadcrumb li a[href]:hover span {
  text-decoration: underline;
}

.r2-breadcrumb li a:after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/r2_common_parts/arrow.svg);
  background-position: 0 -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r2-breadcrumb li a span {
  display: inline-block;
}

.r2-breadcrumb li:last-child a {
  margin-right: 15px;
}

.r2-breadcrumb li:last-child a:after {
  display: none;
}

/*
 MAIN CONTENTS COMMON
 */
.r2-sec {
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "繝EΛ繧E繝手E偵ぁEProN W3", 繝｡繧E繝ｪ繧E, sans-serif;
  color: #000000;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.r2-sec:last-child {
  padding-bottom: 0;
  border: none;
}

.r2-sec--carousel {
  padding-bottom: 42px;
}

.r2-sec--carousel:last-child {
  margin-bottom: 42px;
  padding-bottom: 0;
}

.r2-sec__title {
  margin-bottom: 40px;
}

.r2-sec__title--tab {
  margin-bottom: 30px;
}

.r2-sec__title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.0714285714;
  text-align: center;
}

.r2-sec__title .ja {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: center;
  color: #666666;
  font-weight: normal;
}

.r2-sec .bx-wrapper {
  text-align: center;
}

.r2-sec .bx-controls {
  position: relative;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  display: inline-block;
}

.r2-sec .bx-pager-item {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.r2-sec .bx-pager-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0;
  line-height: 0;
}

.r2-sec .bx-pager-item a:before, .r2-sec .bx-pager-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  box-sizing: border-box;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.r2-sec .bx-pager-item a:before {
  background: #cccccc;
  border: 1px solid #ffffff;
}

.r2-sec .bx-pager-item a:after {
  background: #ffffff;
  border: 2px solid #df2e59;
  opacity: 0;
}

.r2-sec .bx-pager-item a.active:after {
  opacity: 1;
}

.r2-sec .bx-prev, .r2-sec .bx-next {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
}

.r2-sec .bx-prev:before, .r2-sec .bx-prev:after, .r2-sec .bx-next:before, .r2-sec .bx-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/r2_common_parts/arrow.svg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.r2-sec .bx-prev:before, .r2-sec .bx-next:before {
  background-position: 0 -10px;
}

.r2-sec .bx-prev:after, .r2-sec .bx-next:after {
  background-position: 0 0;
}

.r2-sec .bx-prev.disabled:after, .r2-sec .bx-next.disabled:after {
  opacity: 0;
}

.r2-sec .bx-prev {
  top: 0;
  left: -60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.r2-sec .bx-next {
  top: 0;
  right: -60px;
}

.r2-tab-menu {
  margin-top: 30px;
  margin-bottom: 40px;
  overflow: auto;
  background: #f7f7f7;
}

.r2-tab-menu ul {
  margin: 0 auto;
  display: table;
}

.r2-tab-menu li {
  display: table-cell;
  background: #f7f7f7;
  transition: all 0.2s ease;
  font-size: 1.2rem;
  line-height: 3.3333333333;
}

.r2-tab-menu li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}

.r2-tab-menu li.is-active {
  background: #df2e59;
}

.r2-tab-menu li.is-active a {
  color: #fff;
}

.r2-tab-menu li:hover {
  background: #df2e59;
}

.r2-tab-menu li:hover a {
  color: #fff;
}

.r2-tab-contents {
  margin: 0 auto;
}

.r2-tab-contents__item {
  display: none;
}

.r2-tab-contents__item.is-active {
  display: block;
}

.r2-layout1 {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.r2-layout1 .bnr {
  position: relative;
  display: block;
  width: 480px;
  height: 270px;
  -webkit-flex-basis: 480px;
      -ms-flex-preferred-size: 480px;
          flex-basis: 480px;
}

.r2-layout1 .bnr:after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  position: absolute;
  content: "";
  display: block;
  border-top: 10px solid #e6e6e6;
  border-bottom: 10px solid transparent;
  border-left: calc(240px - 10px) solid #e6e6e6;
  border-right: calc(240px - 10px) solid #e6e6e6;
}

.r2-layout1__bnr iframe {
  z-index: 2;
  position: relative;
}

.r2-layout1__bnr:hover img {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-layout1__bnr .bnr {
  z-index: 2;
  position: relative;
  display: block;
  background: #fff;
}

.r2-layout1__context {
  width: 360px;
  -webkit-flex-basis: 360px;
      -ms-flex-preferred-size: 360px;
          flex-basis: 360px;
}

.r2-layout1__context h3, .r2-layout1__context .copy {
  margin: 0 auto;
  max-width: 640px;
  text-align: left;
}

.r2-layout1__context h3 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
}

.r2-layout1__context .copy {
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #666666;
}

.r2-layout2:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-layout2 article {
  text-align: left;
  float: left;
  margin-right: 20px;
  width: 440px;
  position: relative;
}

.r2-layout2 article:nth-child(2n) {
  margin-right: 0;
}

.r2-layout2 article a:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-layout2 article a:hover img {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-layout2 article a:hover h3, .r2-layout2 article a:hover .copy {
  text-decoration: underline;
}

.r2-layout2 article .bnr {
  width: 210px;
  float: left;
}

.r2-layout2 article .meta {
  width: 230px;
  height: 171px;
  float: right;
  border: 1px #e6e6e6 solid;
  border-left: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 20px;
}

.r2-layout2 article .meta .inner {
  height: 129px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.r2-layout2 article h3 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
}

.r2-layout2 article .copy {
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #666666;
}

.r2-bnrlist {
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.r2-bnrlist article {
  margin-right: 20px;
}

.r2-bnrlist article a {
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.r2-bnrlist article a:hover img {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-bnrlist article a:hover h3, .r2-bnrlist article a:hover .copy {
  text-decoration: underline;
}

.r2-bnrlist .bnr {
  margin-bottom: 20px;
}

.r2-bnrlist h3 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
}

.r2-bnrlist .copy {
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #666666;
}

.r2-bnrlist--4column article {
  width: 210px;
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
}

.r2-bnrlist--4column article:nth-child(4n) {
  margin-right: 0;
}

.r2-bnrlist--4column article:nth-child(1) a, .r2-bnrlist--4column article:nth-child(2) a, .r2-bnrlist--4column article:nth-child(3) a, .r2-bnrlist--4column article:nth-child(4) a {
  margin-top: 0;
}

.r2-bnrlist--5column article {
  width: 164px;
  -webkit-flex-basis: 164px;
      -ms-flex-preferred-size: 164px;
          flex-basis: 164px;
}

.r2-bnrlist--5column article:nth-child(5n) {
  margin-right: 0;
}

.r2-bnrlist--5column article:nth-child(1) a, .r2-bnrlist--5column article:nth-child(2) a, .r2-bnrlist--5column article:nth-child(3) a, .r2-bnrlist--5column article:nth-child(4) a, .r2-bnrlist--5column article:nth-child(5) a {
  margin-top: 0;
}

.r2-itemlist ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.r2-itemlist li {
  width: 164px;
  margin-top: 40px;
}

.r2-itemlist li:nth-child(1), .r2-itemlist li:nth-child(2), .r2-itemlist li:nth-child(3), .r2-itemlist li:nth-child(4), .r2-itemlist li:nth-child(5) {
  margin-top: 0;
}
.r2-itemlist li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.r2-itemlist li a:hover img {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-itemlist li a:hover .brand, .r2-itemlist li a:hover .product, .r2-itemlist li a:hover .price {
  text-decoration: underline;
}
.r2-itemlist li h3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: #b3b3b3;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  z-index: 2;
}

.r2-itemlist li img {
  margin-bottom: 20px;
  width: 144px;
}

.r2-itemlist li .brand {
  font-size: 1.2rem;
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.r2-itemlist li .product {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

.r2-itemlist li .price {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}

.r2-itemlist li:nth-child(1) h3 {
  background: #d9b162;
}

.r2-itemlist li:nth-child(2) h3 {
  background: #9595a6;
}

.r2-itemlist li:nth-child(3) h3 {
  background: #c2703a;
}

.r2-more {
  display: block;
  margin: 40px auto 0;
  max-width: 440px;
  height: 50px;
}

.r2-more a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #666666;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.5714285714;
}

.r2-more a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/r2_common_parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r2-more a:hover {
  transition: all .2s ease;
  background: #858585;
}

/*
 FOR INDEX PAGE
 */
.r2-mv {
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "繝EΛ繧E繝手E偵ぁEProN W3", 繝｡繧E繝ｪ繧E, sans-serif;
  color: #000000;
  overflow: visible;
  position: relative;
  margin: 0 auto;
  width: 1180px;
  height: 480px;
}

.r2-mv:after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  position: absolute;
  content: "";
  display: block;
  border-top: 10px solid #d9d9d9;
  border-bottom: 10px solid transparent;
  border-left: calc(590px - 10px) solid #d9d9d9;
  border-right: calc(590px - 10px) solid #d9d9d9;
}

.r2-mv__item {
  position: relative;
  z-index: 2;
  width: 1180px;
  height: 480px;
  background: #f2f2f2;
}

.r2-mv__item li {
  position: absolute;
  width: 295px;
  height: 240px;
}

.r2-mv__item li a {
  display: block;
  width: 100%;
  height: 100%;
}

.r2-mv__item li a:hover img {
  transition: all .2s ease;
  opacity: 0.8;
}

.r2-mv__item li img {
  width: 295px;
  height: 240px;
}

.r2-mv__item li:first-child {
  width: 590px;
  height: 480px;
  top: 0;
  left: 0;
}

.r2-mv__item li:first-child img {
  width: 590px;
  height: 480px;
}

.r2-mv__item li:nth-child(2) {
  top: 0;
  left: 590px;
}

.r2-mv__item li:nth-child(3) {
  top: 0;
  left: 885px;
}

.r2-mv__item li:nth-child(4) {
  top: 240px;
  left: 590px;
}

.r2-mv__item li:nth-child(5) {
  top: 240px;
  left: 885px;
}

.r2-message {
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "繝EΛ繧E繝手E偵ぁEProN W3", 繝｡繧E繝ｪ繧E, sans-serif;
  color: #000000;
  margin: 30px auto 0;
  width: 1180px;
  box-sizing: border-box;
  border: 2px solid #666666;
  text-align: center;
  background: #fff;
}

.r2-message a {
  display: block;
  width: 100%;
  height: 100%;
}

.r2-message a:hover p {
  text-decoration: underline;
}

.r2-message p {
  display: block;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}

/*
 FOR BRAND INDEX PAGE
 */
.r2-brand-header {
  font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "繝EΛ繧E繝手E偵ぁEProN W3", 繝｡繧E繝ｪ繧E, sans-serif;
  color: #000000;
  position: relative;
  margin: 0 auto;
  width: 1180px;
  height: 450px;
  background: #fff;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.r2-brand-header:after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  position: absolute;
  content: "";
  display: block;
  border-top: 10px solid #d9d9d9;
  border-bottom: 10px solid transparent;
  border-left: calc(590px - 10px) solid #d9d9d9;
  border-right: calc(590px - 10px) solid #d9d9d9;
}

.r2-brand-header .mv {
  position: relative;
  width: 800px;
  z-index: 2;
}

.r2-brand-header .intro-copy {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  box-sizing: border-box;
  padding: 40px 0;
  width: 380px;
  position: relative;
  background: #fff;
  z-index: 2;
}

.r2-brand-header .intro-copy p {
  padding: 0 40px;
  max-height: 250px;
  overflow: hidden;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}

.r2-brand-header .intro-copy .links {
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}

.r2-brand-header .intro-copy .links li {
  margin-top: 10px;
}

.r2-brand-header .intro-copy .links li:first-child {
  margin-top: 0;
}

.r2-brand-header .intro-copy .links a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #666666;
  font-size: 1.4rem;
  line-height: 3.4285714286;
  text-align: center;
  color: #000;
  transition: all 0.2s ease;
}

.r2-brand-header .intro-copy .links a:before, .r2-brand-header .intro-copy .links a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../images/r2_common_parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r2-brand-header .intro-copy .links a:before {
  background-position: 0 -10px;
}

.r2-brand-header .intro-copy .links a:after {
  background-color: #fff;
  background-position: 0 -30px;
  transition: all 0.2s ease;
}

.r2-brand-header .intro-copy .links a:hover {
  border-color: #ccc;
  color: #666;
}

.r2-brand-header .intro-copy .links a:hover:after {
  opacity: 0;
}

/*
 EACH CASSET STYLE
 */
.r2-brand-carousel .bx-controls {
  margin-top: 25px;
}

.r2-campaign .r2-layout1 {
  padding-bottom: 10px;
}

.r2-campaign .bx-controls {
  margin-top: 15px;
}

.r2-recommend-brand h3, .r2-recommend-brand .copy {
  font-size: 1.2rem;
  line-height: 1.5;
}

.r2-movie .r2-layout1__bnr .bnr:after {
  content: "";
  display: block;
  width: 100%;
  height: 33.333%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/r2_common_parts/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.r2-information .r2-info {
  margin-top: 40px;
}

.r2-information .r2-info li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.r2-information .r2-info li:last-child {
  border-bottom: none;
}

.r2-information .r2-info li a:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.r2-information .r2-info li a:hover p {
  text-decoration: underline;
}

.r2-information .r2-info li time {
  float: left;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #666666;
  width: 100px;
  min-width: 100px;
}

.r2-information .r2-info li p {
  width: 800px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  clear: none;
}

/*2017.06.30 newarrival max5 Ή */
.r2-sec li:nth-child(6){
  display: none;
}

.r2-ranking li:nth-child(6){
  display: inline-block;
}
.r2-idetail__related li:nth-child(6){
  display: inline-block;
}
.r2-idetail__recommend li:nth-child(6){
  display: inline-block;
}

