@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
#others img{
  width: 100%;
}
/*-----------------------------------------------

countdown[js]

-----------------------------------------------*/
.countdownArea {
  position: relative;
  background-color: #ef6d3e;
  width: 100%;
  padding-top: 48px;
}
.countdownArea .countdownWrap {
  width: 960px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform:translateX(-50%);
  display: flex;
  align-items: center;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_pc/img/20250702/countdown_bg.png);
  background-repeat: no-repeat;
}
.countdownArea .timeWrap {
  display: flex;
}
.countdownArea .timeImage {
  display: flex;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  position: absolute;
  top: 8px;
  margin: auto;
  align-items: center;
}
.countdownArea .timeImage.day {
  left: 428px;
}
.countdownArea .timeImage.hour {
  left: 490px;
}
.countdownArea .timeImage.minute {
  left: 594px;
}
.countdownArea .timeImage.second {
  left: 680px;
}
/*-----------------------------------------------

pre_top

-----------------------------------------------*/
.pre_top{
  background-color: #00781f;
  text-align: center;
  margin: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*-----------------------------------------------

rc-kanban[ecm]

-----------------------------------------------*/
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.kanban {
  background-color: #ffd78a;
}
.kanban_area{
  position: relative;
}
.kanban_area[data-layout=korea] .rl-width960{position: relative;}

/* 看板内縦スライダー */
/*.kanban_area[data-layout=korea] .rc-kanban__sliderBox {
  position: absolute;
  right: -274px;
  bottom: 137px;
  width: 131px;
  height: 164px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.rc-kanban__loopSlide:first-child {
  animation: slide1 18s -9s linear infinite;
  height:645px;
}
.rc-kanban__loopSlide:last-child {
  animation: slide2 18s linear infinite;
  height:645px;
}
.rc-kanban__loopSlide img {
  width: 100%;
}

@keyframes slide1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}*/

.loopSwiper{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffd78a;
}
.loopSwiper .loopSwiper_box{
  position: relative;
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: none;
}
.loopSwiper .loopSwiper_box::before {
  display: block;
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 215, 138, 1), rgba(234, 255, 199, 0));
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}
.loopSwiper .loopSwiper_box::after {
  display: block;
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 215, 138, 1), rgba(234, 255, 199, 0));
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（* 6）を変更*/
  width: calc((132px + 8px) * 10);
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 60s linear infinite;
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  width: auto;
  width: 132px;
  height: auto;
  margin-right: 8px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*-----------------------------------------------

rn-floatingNavi[ecm]

-----------------------------------------------*/
.floatingBnr:hover{
  opacity: .8;
}
.floating_box{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
  border-radius: 16px;
  top: 5px!important;
  border-bottom: none!important;
}
.floating_area{
  height: 56px;
  font-weight: bold;
}
.ecm-floating-navi-item{
  font-size: 13px;
}
._honban .ecm-floating-navi-item{
  padding: 0 10.5px;
}
._pre .ecm-floating-navi-item{
  padding: 0 22.3px;
}
.ecm-floating-navi-item + *:before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #b8dbb5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.ecm-floating-navi-item:hover{
  border-color: transparent;
  color: #00781f;
}

.floating_bottom_area{
  bottom: 0;
  top: auto!important;
}
.floating_bottom_box{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* floating_navi02 */
.floating_navi02.ecm-floating-navi-container{
  background: transparent;
}
.floating_navi02 .ecm-floating-navi{
  height: 56px;
  font-weight: bold;
}
.floating_navi02 .ecm-floating-navi-item{
  background-color: #fff;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  font-size: 13px;
  padding: 11.3px;
}
.floating_navi02 .ecm-floating-navi-item:hover{
  color: #31b53d;
}
.floating_navi02 .ecm-floating-navi>*:first-child{
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  border: 1px solid #383838;
  border-right: none;
}
.floating_navi02 .ecm-floating-navi>*:last-child{
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border: 1px solid #383838;
  border-left: none;
}
.floating_navi02 .ecm-floating-navi-item::before{
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #b8dbb5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floating_navi02 .ecm-floating-navi>*:first-child::before{
  content: none;
}
.floating_navi02 .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  color: #31b53d;
}
/*-----------------------------------------------

section[section]

-----------------------------------------------*/
.section[data-layout=default] {
  padding: 88px 0;
  border-bottom:solid 1px #383838;
}
#a01.section{
  border-top:solid 1px #383838;
}
#others.section{
  border-top:solid 1px #383838;
  border-bottom: none;
}

.section-bgc-ecbfd5 {
  background-color: #ffd78a;
}

.section-bgc-ffdcb7 {
  background-color: #ffdcb7;
}

.section-bgc-edc5eb {
  background-color: #feeeaf;
}

.section-bgc-edcec4 {
  background-color: #e4f4c8;
}

.section-bgc-eec5d4 {
  background-color: #ffd78a;
}

.section-bgc-eec6ec {
  background-color: #ffd78a;
}

.section-bgc-d7a1b5 {
  background-color: #dcffd9;
}

.section-bgc-c5fa6c {
  background-color: #e4f4c8;
}

.section-bgc-ebd0da {
  background-color: #ffd78a;
}
.section-bgc-fff1a5{
  background-color: #dcffd9;
}
.section-bgc-fc9651{
  background-color: #31944a;
}
.ru-bgc-f7f7f7{
  background-color: #f7f7f7;
}
.section__paragragh {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
}
/*-----------------------------------------------

rc-noTransitionCoupon[ecm]

-----------------------------------------------*/
.rc-noTransitionCoupon[data-layout=coupon]{
  width: 307px;
  margin: 0 auto 30px!important;
}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__link{padding: 3px 0;}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__container::before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px, #262626 11px), radial-gradient(circle at center right, transparent 0px, transparent 10px, #262626 11px);
}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #fff 12px), radial-gradient(circle at center right, transparent 0, transparent 11px, #fff 12px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__discount {
  color: #e64000;
  font-size: 26px;
}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__discount em{font-size: 50px;}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__text {
  color: #ffffff;
  background-color: #e64000;
  margin: 0 1px 1px;
}
.rc-noTransitionCoupon[data-layout=coupon] .rc-noTransitionCoupon__text .rex-icon{color: #fff!important;}


.rc-headline[data-layout=entry]{
  padding: 0;
  letter-spacing: -2px;
}
.rc-headline[data-layout=entry] .rc-headline__headline {
  line-height: 1;
  margin: 0 0 17px;
}
.rc-headline[data-layout=entry] .rc-headline__headline .rc-headline__headline--text {
  font-size: 40px;
  color: #383838;
  padding-left: 5px;
}
.rc-headline[data-layout=entry] .rc-headline__headline em {
  font-size: 54px;
  color: #31b53d;
}
.rc-headline[data-layout=entry_mobile] .rc-headline__headline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 14px;
}
.rc-headline[data-layout=entry_mobile] .rc-headline__headline .rc-headline__headline--text {
  font-size: 24px;
  line-height: 1;
}
.rc-headline[data-layout=entry_mobile] .rc-headline__headline--more{
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  width:calc(65 / var(--vw));;
  height:calc(28 / var(--vw));;
  background:#FFF5D6;
  padding:0px;
  text-align:center;
  border:2px solid #00B5D5;
  border-right: 3px solid #00B5D5;
  border-bottom: 3px solid #00B5D5;
  color:#00B5D5;
  font-size:calc(15 / var(--vw));;
  font-weight:bold;
  border-radius:calc(5 / var(--vw));;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin-right: calc(8 / var(--vw));;
  margin-bottom: calc(8 / var(--vw));;
}
.rc-headline[data-layout=entry_mobile] .rc-headline__headline--more:after,
.rc-headline[data-layout=entry_mobile] .rc-headline__headline--more:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  top:100%;
  left:62%;
}
.rc-headline[data-layout=entry_mobile] .rc-headline__headline--more:after{
  border-color: rgba(255, 245, 214, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 5px;
  border-right-width: 1px;
  margin-left: 0px;
  border-top-color: #FFF5D6;
}
.rc-headline[data-layout=entry_mobile] .rc-headline__headline--more:before{
  border-color: rgba(0, 181, 213, 0);
  margin-left: 0;
  margin-top: 3px;
  border-top-color: #00B5D5;
  border-top-width: 6px;
  border-bottom-width: 9px;
  border-left-width: 6px;
  border-right-width: 2px;
}
/*-----------------------------------------------

rc-headline[ecm]

-----------------------------------------------*/
.rc-headline__headline{
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.rc-headline[data-layout=default] .rc-headline__headline {
  width: 764px;
  height: 96px;
  margin: 0 auto 56px;
  font-size: 44px;
  color: #00781f;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px dashed #00781f;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rc-headline[data-layout=coupon] .rc-headline__headline {
  margin: 0 0 19px;
  font-size: 32px;
  color: #e64000;
}
.rc-headline[data-layout=coupon] .rc-headline__headline em {
  font-size: 44px;
  font-style: normal;
}
.rc-headline[data-layout=coupon] .rc-headline__headline .rc-headline__headline--text {
  font-size: 32px;
  color: #383838;
}
.rc-headline[data-layout=coupon] .rc-headline__headline--icon {
  font-weight: normal;
}

.rc-headline[data-layout=ad] {
  width: 762px;
  margin: 0 auto 20px;
}
.pre .rc-headline[data-layout=ad] {
  margin-bottom: 50px;
}
.rc-headline[data-layout=ad] .rc-headline__inner {
  border-radius: 16px;
  border: 1px solid #333333;
  /* overflow: hidden; */
}
.rc-headline[data-layout=ad] .rc-headline__paragragh {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #ef6d3e;
  padding: 8px 0;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.rc-headline[data-layout=ad] .rc-headline__paragragh::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 12px;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_cmn/img/20251002/dec01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.rc-headline[data-layout=ad] .rc-headline__paragragh::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_cmn/img/20251002/dec02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.rc-headline[data-layout=ad] .rc-headline__headline {
  margin: 0 0;
  font-size: 44px;
  color: #333333;
  background-color: #ffffff;
  padding: 5px 0 8px;
  position: relative;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rc-headline[data-layout=sub] .rc-headline__headline {
  margin: 0 0 24px;
  font-size: 32px;
  color: #383838;
}
.rc-headline[data-layout=sub] .rc-headline__headline .bold{
  color: #00781f;
}
#a05 .rc-headline[data-layout=sub] .rc-headline__headline{
  color: #00781f;
}
#search .rc-headline[data-layout=sub] .rc-headline__headline .bold,
.modal_search01 .rc-headline[data-layout=sub] .rc-headline__headline .bold{
  color: #e64000;
}

/*-----------------------------------------------

note[BEM]

-----------------------------------------------*/
.note[data-layout] {
  width: 750px;
  margin: 32px auto 0;
}
#coupon .note[data-layout]{margin: 0 auto 50px!important;}
.note[data-layout] .note__inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 35px 54px 32px;
}
.note[data-layout] .note__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.note[data-layout] .note__paragragh {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#entry .note[data-layout] .note__paragragh {
  font-size: 12px;
  text-align: center;
}
.note[data-layout] .note__paragragh a:hover{
  text-decoration: underline;
}
#coupon .note[data-layout] .note__paragragh{
  font-size: 12px;
  text-align: center;
}

.note-edc5eb .note__inner::before {
  border-top-color: #feeeaf;
  border-right-color: #feeeaf;
}

.note-ffdcb7 .note__inner::before {
  border-top-color: #ffdcb7;
  border-right-color: #ffdcb7;
}

.note-ecbfd5 .note__inner::before {
  border-top-color: #ffd78a;
  border-right-color: #ffd78a;
}

.note-edcec4 .note__inner::before {
  border-top-color: #e4f4c8;
  border-right-color: #e4f4c8;
}

.note-eec5d4 .note__inner::before {
  border-top-color: #ffd78a;
  border-right-color: #ffd78a;
}

.note-eec6ec .note__inner::before {
  border-top-color: #ffd78a;
  border-right-color: #ffd78a;
}

.note-c5fa6c .note__inner::before {
  border-top-color: #c5fa6c;
  border-right-color: #c5fa6c;
}

.note-ebd0da .note__inner::before {
  border-top-color: #ffd78a;
  border-right-color: #ffd78a;
}
.note-fff1a5 .note__inner::before {
  border-top-color: #dcffd9;
  border-right-color: #dcffd9;
}

.note__paragragh--period {
  font-size: 18px;
  text-align: center;
  margin-bottom: 9px!important;
}

.note__anchorList {
  width: 608px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.note__anchorList span:hover {
  text-decoration: underline;
}
.note__anchorList > * {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1em;
}
.note__anchorList > *:nth-child(2n) {
  border-left: solid 1px #333333;
}
.note__anchorList > *:nth-child(3n) {
  border-left: solid 1px #333333;
}

.note[data-layout=live] .note__inner {
  background-color: #fffbe7;
  padding: 60px 16px
}
.note[data-layout=live] .note__inner::before {
  border-top-color: #c8ddff;
  border-right-color: #c8ddff;
  border-left-color: #ffe66b;
  border-bottom-color: #ffe66b;
}
.note[data-layout=live] .note__inner .note__paragragh {
  padding-left: 0;
  text-indent: 0;
}
.note[data-layout=live] .note__inner .note__paragragh+.note__paragragh{
  padding-left: 116px;
}

/*-----------------------------------------------

rc-noTransitionCoupon[ecm]

-----------------------------------------------*/
/* coupon01 */
.coupon01{
  width: 304px;
  margin: 0 auto 30px;
}
/* コメントアウト部分はモジュールデフォルト値なので、削除してもＯＫ。削除してもレイアウトそのままです。 */
.coupon01 .rc-noTransitionCoupon__title{
  color: #00781f;
}
.coupon01 .coupon_list_text{
  border-color: #00781f;
  background-color: #00781f;
  color: #fff;
  padding: 12px 0;/*「クーポンを獲得する」の帯色高さ調整*/
  width: 99.7%;
}
.coupon01 .coupon_list_title{
  color: #333;/*「●,000円(税込)以上のご購入で利用可」の色調整*/
  margin-bottom: 8px;/*「●,000円(税込)以上のご購入で利用可」の下マージン調整*/
}
.coupon01 .coupon_list_discount em{
  font-size: 40px;/*「<em>●●</em>」の調整*/
}
.coupon01 .coupon_list_filled{
  color: #fff;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #333 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #333 11px);
    height: 102%;
}
.coupon01 .ecm-coupon-cover:before {
    height: 102%;
}
.coupon01 .coupon_list_link {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 8px 0 0;/*クーポン背景上部の余白調整*/
}
.coupon01 .coupon_list_link::before {
  width: 99.7%;
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
}
.coupon01 .coupon_list_discount{
  color: #00781f;
  font-size: 20px;/*「●●円OFF」フォントサイズ*/
  margin-bottom: 4px;/*「●●円OFF」下マージン調整*/
}
.coupon01 .coupon_list_note{
  font-size: 12px;
  margin-top: 9px;
}



/* special_area */
.special_area{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  margin-top: 41px;
  gap: 14px;
}
.special_box{
  position: relative;
}
.special_box._02 .special_link{
  margin-left: 50%;
  bottom: 15px;
}
.special_link{
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
  bottom: 44px;
  font-size: 16px;
}
.special_link span{
  position: relative;
  padding-right: 11px;
}
.special_link span:hover{
  text-decoration: underline;
}
.special_link span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: -1px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
  transform: rotate(135deg);
}
/* .index01 */
.index01 .index_box{
  display: flex;
  flex-wrap: wrap;
  gap: 17px 17px;
}
.index01 .anchorNav__menuList{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.index_box[data-layout="honban"]{
  width: 960px;
}
.index_box[data-layout="pre"]{
  width: 765px;
  margin: 0 auto
}
.index01 .anchorNav__menuItem{
  width: 178px;
}
.index01 .anchorNav__menuItem{
  width: 178px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 72px;
  border-radius: 4px;
  padding: 0 0 8px;
  background: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #333;
  box-shadow: 2px 2px 0 0px rgba(0,0,0);
}
.index01 a.anchorNav__menuLink:hover{
  text-decoration: none;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(136deg);
}
.index01 ._imgBox a.anchorNav__menuLink{
  height: 48.438vw;
  padding: 0 0 7.813vw;
}
.index01 a.anchorNav__menuLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 12px;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
  color: #fff;
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
}

/*-----------------------------------------------

rc-button[ecm]

-----------------------------------------------*/
.rc-button[data-layout=default] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #383838;
  box-shadow: 1px 2px 0px 1px #383838;
  height: 48px;
  border-radius: 4px;
  color: #333;
  width: 344px;
  margin: 0 auto;
  font-size: 14px;
}
.rc-button[data-layout=default]:hover{
  text-decoration: none;
  opacity: .8;
}
.rc-button[data-layout=default] .rc-button__rightIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.3333333333%;
  margin: auto;
  display: flex;
  align-items: center;
}
.category .rc-button[data-layout=default]::before,
#a08 .rc-button[data-layout=default]::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  transform: rotate(45deg);
}
.live_box._honban .rc-button[data-layout=default]{
  width: 100%;
}

/*-----------------------------------------------

ad_box[rasta]

-----------------------------------------------*/
/* .ad_box[data-layout=card] {
  padding: 0 5vw;
} */
.ad_box[data-layout=card] .ad_list {
  border: 1px solid #333333;
  background-color: #fff;
  padding: 7px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.ad_box[data-layout=card] .ad_price {
  white-space: normal;
}
.ad_box._02[data-layout=card] .ad_list {
  padding: 7px;
}
.ad_box[data-layout=card] .ad_body{
  padding: 7px;
}

/*-----------------------------------------------

rc-searchForm[ecm]

-----------------------------------------------*/
/* search01 */
.search01{
  width: 640px;
  margin: 0 auto 64px;
}
.search01 .search_box{
  border-radius: 0;
  border: 1px solid #333;
  height: 58px;
  border-radius: 4px;
  box-shadow: 1px 2px 0px 1px #383838;
}
.search01 .search_box_submit{
  width: 57px;
  background-color: #333;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search01 .search_input{
  padding-left: 18px;
  font-size: 18px;
}
.search01 .search_box_ic{
  font-size: 36px;
  margin-left: 3px;
}
/* keyword01 */
.keyword01{
  margin-bottom: 64px;
}

.keyword01:last-of-type{
  margin-bottom: 40px;
}
.keyword01 .keyword_list > a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 3px;
  height: 64px;
  /* min-width: 60px; */
  background: #fff;
  border-radius: 32px;
  border: 1px solid #383838;
  box-shadow: 1px 1px 0px 1px #383838;
}


/*中央寄せ*/
/* .keyword01 .keyword_list > a:nth-of-type(5){
  grid-column-start: 2;
}
.keyword01 .keyword_list > a:nth-of-type(6){
  grid-column-start: 3;
} */


.keyword01 .ecm-pill:hover::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .04);
  border-radius: 32px;
}

/*
ambassador
======================================================= */
.ambassador .note[data-layout] .note__inner {
  background-color: #fff7d7;
}
.ambassador_ttl{
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #e64000;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.ambassador_ttl::before{
  position: absolute;
  content: "";
  width: 100px;
  height: 20px;
  background: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_sp/img/20251002/dec_01.png);
  background-size: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.ambassador_text{
  text-align: center;
  font-size: 16px;
}
.ambassador_about{
  margin-bottom: 51px !important;
}
.ambassador_member_ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #e64000;
  margin-bottom: 25px;
}

.ambassador_member_area{
  gap: 26px;
  width: 890px;
  margin: 0 auto;
}
.ambassador_member_box{
  position: relative;
}
.ambassador_member_list{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #383838;
  box-shadow: 2px 2px 0px 1px #383838;
  color: #e64000!important;
  height: 72px;
  border-radius: 8px;
  position: relative;
  padding-left: 27px;
}
.ambassador_member_list:hover{
  text-decoration: none;
  opacity: .8;
  color: #e64000;
}
.ambassador_member_box::before{
  width: 26px;
  height: 95%;
  background-color: #fc9157;
  content: "";
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* category_box */
.category_box{
  display: flex;
  flex-wrap: wrap;
}

.category_box > *{
  width: calc((100% - 60px) / 6) !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 44px;
}
.category_box > *:hover{
  text-decoration: none;
}
.category_box > *:nth-of-type(6n){
  margin-right: 0;
}
.category_box .rb-banner a{
  display: block;
}
.category_list:hover{
  opacity: .8;
}
.rb-banner a:hover{
  opacity: .8;
}
.category_box ._text{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-top: 12px;
  text-align: center;
  line-height: 1.1;
}
.category .rc-headline[data-layout=sub] .rc-headline__headline{
  color: #00781f;
}
/*-----------------------------------------------

rn-tab[ecm]

-----------------------------------------------*/
.rn-tab[data-layout=default] {
  padding: 0 0;
}
.rn-tab[data-layout=default] .rn-tab__menuContainer {
  padding: 0 5vw;
}
.rn-tab[data-layout=default] .rn-tab__itemContainer {
  padding: 0;
  background-color: transparent;
}
.rn-tab[data-layout=default] .rl-itemCarousel {
  background-color: #fff;
  padding: calc(28 / var(--vw)) 0 calc(20 / var(--vw));
  margin-bottom: calc(28 / var(--vw));
}
.rn-tab[data-layout=default] .rc-itemRankingAlcor {
  padding: 1.867vw 0 2.667vw;
}
.rn-tab[data-layout=default] .rc-itemRankingAlcor .rl-itemCarousel__scroller.rl-column3 {
  height: 94.933vw;
}
.rn-tab[data-layout=default] .rn-tab__menuItem {
  border-radius: 1.067vw 1.067vw 0 0;
  margin: 0 0 0 4vw;
  font-size: calc(14 / var(--vw));
  padding: 0 0.25em;
  min-height: 4.143em;
  font-weight: bold;
  border-bottom: none;
}
.rn-tab[data-layout=default] .rn-tab__menuItem .rn-tab__textBox {
  font-size: calc(14 / var(--vw));
  color: #4b4b4b;
  line-height: 1.5;
}
.rn-tab[data-layout=default] .rn-tab__menuItem.-active .rn-tab__textBox {
  color: #31b53d;
}
.rn-tab[data-layout=default] .rn-tab__menuItem.-active::before {
  content: "";
  position: absolute;
  left: calc(-8 / var(--vw));
  bottom: -0.267vw;
  display: inline-block;
  width: calc(8 / var(--vw));
  height: calc(8 / var(--vw));
  border-color: transparent transparent transparent;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_sp/img/20240222/tab_active_before.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.rn-tab[data-layout=default] .rn-tab__menuItem.-active::after {
  content: "";
  position: absolute;
  left: inherit;
  right: calc(-8 / var(--vw));
  bottom: -0.267vw;
  display: inline-block;
  width: calc(8 / var(--vw));
  height: calc(8 / var(--vw));
  border-color: transparent transparent transparent;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_sp/img/20240222/tab_active_after.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.rn-tab[data-layout=default].-ranking .rn-tab__menuItem {
  flex-wrap: wrap;
  background-color: #f68f4a;
  border: none;
}
.rn-tab[data-layout=default].-ranking .rn-tab__menuItem.-active {
  background-color: #fff;
}
.rn-tab[data-layout=default].-ranking .rn-tab__textBox {
  color: #fff;
}
.rn-tab[data-layout=default].-ranking .rn-tab__icon {
  width: 20.2666666667vw;
}
.rn-tab[data-layout=default].-ranking .rn-tab__icon img {
  width: 100%;
  height: auto;
}
.ranking_more_area{
  margin-bottom: 6.4vw;
}

.tab02 .ecm-tab[aria-selected=true]{
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #ef6d3e;
}
.tab02 .ecm-tab[aria-selected=true]:hover{
  opacity: 1;
}
.tab02 .tab_menuList{
  gap: 16px;
  padding: 0 104px;
}
.tab02 .rn-tab__icon{
  width: 94px;
  height: 100px;
  margin-bottom: 3px;
}
.tab02 .rn-tab__icon img{
  width: 100%;
  height: auto;
}
.tab02 .ecm-tab{
  border-radius: 16px 16px 0 0;
  /* margin: 0 0 0 4vw; */
  font-size: 18px;
  padding: 4px 0.25em 4px;
  min-height: 112px;
  font-weight: bold;
  position: relative;
  background-color: #ef6d3e;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab02 .ecm-tab:hover{
  opacity: .8;
}
.tab02 .ecm-tab[aria-selected=true]::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-color: transparent transparent transparent;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_pc/img/20240222/tab_active_before.png);
  background-repeat: no-repeat;
}
.tab02 .ecm-tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: inherit;
  right: -16px;
  bottom: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-color: transparent transparent transparent;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_pc/img/20240222/tab_active_after.png);
  background-repeat: no-repeat;
}

.tab03{
  justify-content: center;
  padding: 24px 0 0;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
}
.tab03 .ecm-tab{
  width: 148px;
  min-height: 40px;
  background-color: #fff6c6;
  color: #333;
  font-weight: normal;
  border-radius: 6px;
  margin-left: 8px;
  font-size: 14px;
}
.tab03 .ecm-tab:last-of-type{
  margin-right: 8px;
}
.tab03 .ecm-tab:hover{
  opacity: .8;
}
.tab03 .ecm-tab[aria-selected=true]{
  background-color: #ffee8e;
  font-weight: bold;
  color: #333;
  border-bottom: none;
}
.tab03 .ecm-tab[aria-selected=true]::before {
  content: none;
}
.tab03 .ecm-tab[aria-selected=true]::after {
  content: none;
}
._ranking_inner{
  background: #fff;
  padding: 16px 0 37px;
  border-radius: 0 0 16px 16px;
}
._ranking_inner .ecm-ranking-alcor-updatedate{
  margin-right: 17px;
}
._ranking_inner .ecm-slider-container .ecm-slider{
  padding: 0 16px;
}
.ranking_btn_more{
  width: 347px;
  margin: 56px auto 0;
}
#outerTabColPanel3 ._ranking_inner{
  border-radius: 16px;
}
.ranking_btn_more_img{
  display: block;
}
.ranking_btn_more_img:hover{
  opacity: .8;
}


/* tab01 */
.tab01 .tab_menuList{
  width: 780px;
  margin: 0 auto;
}
.tab01 .tab_menuItem{
  width: 240px;
  border-radius: 16px 16px 0 0;
  margin: 0 auto;
  font-size: 18px;
  padding: 0 0.25em;
  min-height: 56px;
  font-weight: bold;
  border-bottom: none;
  position: relative;
  background-color: #ef6d3e;
  border: none;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.tab01 .tab_menuItem:hover{
  opacity: .8;
}
.tab01 .tab_menuItem[aria-selected=true]:hover{
  opacity: 1;
}
.tab01 .tab_menuItem[aria-selected=true] {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #ef6d3e;
}
.tab01 .tab_menuItem[aria-selected=true]::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-color: transparent transparent transparent;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_pc/img/20240222/tab_active_before.png);
  background-repeat: no-repeat;
}
.tab01 .tab_menuItem[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: inherit;
  right: -16px;
  bottom: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-color: transparent transparent transparent;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_pc/img/20240222/tab_active_after.png);
  background-repeat: no-repeat;
}
.tab01 .tab_con{
  background-color: #fff;
  padding: 24px 22px;
  margin-bottom: 57px;
  border-radius: 16px;
}
.tab01 .tab_menuItem .rn-tab__icon img {
  width: 100%;
  height: auto;
}
.tab01 .tab_menuItem .rn-tab__icon{
  width: 20.2666666667vw;
  height: 22.1333333333vw;
}


/* tab02 */
.tab02 .tab-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab02 .tab-item{
  color: #f77599;
  box-sizing: border-box;
  width: 116px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  margin-bottom: 12px;
  border-radius: 4px;
  background-color: #f7e9c4;
  color: #333;
}
.tab02 .rn-tab__textBox{
  width: calc(100% - 110px);
  text-align: center;
  padding-left: 13px;
}

.tab02 .tab-item[for="na"]{
  margin-right: 0!important;
}
/* tab-content */
.tab02 .tab-content {
  display: none;
  padding-top: 23px;
  overflow: hidden;
  clear: both;
  font-size: 16px;
}
.tab02 input[name="tab-item"] {
  display: none;
}
#all:checked ~ #all-content,
#con01:checked ~ #con01-content,
#con02:checked ~ #con02-content ,
#con03:checked ~ #con03-content ,
#con04:checked ~ #con04-content ,
#con05:checked ~ #con05-content {
  display: block;
}
.tab02 .tab-container input:checked + .tab-item {
  background-color: #f77599;
  color: #333;
  border: none;
}



.sweepstakes .rc-headline[data-layout=ad] .rc-headline__paragragh{
  background-color: #00781f;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.sweepstakes .rc-headline[data-layout=ad] .rc-headline__headline ._bold{
  color: #e64000;
}
.sweepstakes .rc-headline[data-layout=ad] .rc-headline__headline ._small{
  font-size: 32px;
}
.sweepstakes .rc-headline[data-layout=ad] .rc-headline__headline::before{
  position: absolute;
  content: "";
  width: 74px;
  height: 59px;
  background: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_cmn/img/20240823/ic_01.png);
  background-size: 100%;
  top: -17px;
  left: -17px;
}
/* .sweepstakes .rc-headline[data-layout=ad] .rc-headline__paragragh::before,
.sweepstakes .rc-headline[data-layout=ad] .rc-headline__paragragh::after{
  top: -5.333vw;
} */
.conditions_box{
  width: 930px;
  margin: 30px auto 40px;
  display: flex;
  gap: 37px;
}
.conditions_list{
  display: flex;
  justify-content: center;
}
.conditions_img{
  width: 91px;
  /* flex: 1; */
  margin-right: 17px;
}
.conditions_text{
  flex: 3.7;
  font-size: 22px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.conditions_text p{
  font-weight: bold;
}
.conditions_text p ._bold{
  font-size: 31px;
}
.conditions_text a{
  font-size: 18px;
  padding-top: 5px;
}
.conditions_text a{
  position: relative;
}
.conditions_text a:hover{
  text-decoration: underline;
}
.conditions_text a span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
  transform: rotate(45deg);
}
.sweepstakes_period_box{
  background: url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_pc/img/20251002/sweepstakes_bg.png) no-repeat;
  background-size: 100%;
  width: 608px;
  height: 192px;
  margin: 21px auto 40px;
  font-size: 16px;
  padding: 27px 48px;
  box-sizing: border-box;
  text-align: right;
  line-height: 1.5;
}
.sweepstakes_period_box p{
  text-align: left;
}
.sweepstakes_period_box a{
  padding-right: 24px;
  position: relative;
  font-size: 18px;
}
.sweepstakes_period_box a span:hover{
  text-decoration: underline;
}
.sweepstakes_period_box a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
  transform: rotate(135deg);
}
.sweepstakes_period_box ._br{
  display: block;
  margin-left: 113px;
}
.sweepstakes_period_box ._sp{
  display: none;
}


/* accordion */
.accordion {
  position: relative;
  width: 762px;
  margin: 0 auto 43px;
}
.toggle {
  display: none;
}
.option {
  margin: 0;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 1px 2px 0px 1px #383838;
}
.accordion_title,
.accordion_content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion_title {
  font-size: 14px;
  text-align: center;
  padding: 13px 0;
  display: block;
  color: #333;
  line-height: 1.3;
}
.accordion_title:hover{
  opacity: .8;
  cursor: pointer;
}
.accordion_title span{
  position: relative;
  display: inline-block;
  width: 100%;
}
.accordion_title span::after,
.accordion_title span::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 18px;
  margin: auto 0;
  background-color: #333;
  transition: all 0.5s;
}
.accordion_title span::after {
  transform: rotate(90deg);
}
.accordion_content {
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
}
.toggle:checked + .accordion_title + .accordion_content {
  max-height: 227.75vw;
  transition: all 0.6s;
}
.toggle:checked + .accordion_title span::before {
  transform: rotate(90deg);
}
.title_box{
  background-color: #e4f4c8;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  height: 40px;
}
.title_box ._left{
  background-color: #00781f;
  font-size: 18px;
  display: flex;
  justify-content: center;
  width: 154px;
  height: 100%;
  align-items: center;
  color: #fff;
}
.title_box ._right{
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 3;
}
.accordion .step + .step{
  margin-top: 36px;
  position: relative;
}
.accordion .step ._text{
  font-size: 14px;
}
/* aboutLink */
.aboutLink{
  text-align: right;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 195px;
}
.aboutLink a{
  display: inline-block;
  color: #143e88!important;
  font-size: 14px;
}
.aboutLink a:hover{
  text-decoration: underline;
}
.aboutLink a > span::before{
  vertical-align: middle;
}
.step02_img01{
  width: 706px;
  margin: 0 auto;
  position: relative;
}
.accordion .note{
  margin-top: 30px;
  padding-bottom: 40px;
}
.accordion .note li{
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.travel_bnr{
  width: 632px;
  margin: 0 auto;
}
.travel_bnr .rb-banner img{
  display: block;
  border-radius: 16px;
  border: 1px solid #383838;
  box-sizing: border-box;
  overflow: hidden;
}


[data-layout=shop] .rb-banner{
  border: 1px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
[data-layout=shop] .rb-banner img{
  width: 100%;
  padding: 4px;
  background: #ffffff;
}

.other_list01 a{
  display: block;
  border-radius: 16px;
  border: 1px solid #383838;
  box-sizing: border-box;
  overflow: hidden;
}
.other_list01 a:hover{
  opacity: .8;
}

/*-----------------------------------------------

RJSFloatingNotification[rjs]

-----------------------------------------------*/
.RJSFloatingNotification {
  position: fixed;
  z-index: 100;
  border: 0;
  display: block;
  bottom: 190px;
  right: 13px;
  width: 154px;
  height: 132px;
  opacity: 1;
  transition: all 0.25s 0s ease;
}
.RJSFloatingNotification._01 {
  position: fixed;
  z-index: 100;
  border: 0;
  display: block;
  bottom: 500px;
  right: 37px;
  width: 110px;
  height: 158px;
  opacity: 1;
  transition: all 0.25s 0s ease;
}
.RJSFloatingNotification._02 {
  position: fixed;
  z-index: 100;
  border: 0;
  display: block;
  bottom: 350px;
  right: 26px;
  width: 142px;
  height: 125px;
  opacity: 1;
  transition: all 0.25s 0s ease;
}
.RJSFloatingNotification.invisible {
  opacity: 0;
}
.RJSFloatingNotification .randomBanners:hover{opacity:.8;}

/*-----------------------------------------------

JSFloatingBanner[rjs]

-----------------------------------------------*/
#JSFloatingBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 10;
  transition: all 0.25s 0s ease;
}
#JSFloatingBanner.invisible {
  opacity: 0;
}
#JSFloatingBanner .keywordArea {
  padding: 10px 0;
  background: #51b1b3;
  box-shadow: 0 -8px 10px 0 #51b1b32b;
}
#JSFloatingBanner .search01 {
  padding-bottom: 0;
}


.top_btn{
  background-color: #fff;
}
.top_btn:hover{
  background-color: #fff;
}
.top_btn .top_btn_ic{
  color: #00781f;
}
.top_btn_area{
  bottom: 32px;
}


#entry{
  padding-bottom: 90px;
}
#entry .rc-headline[data-layout=coupon] .rc-headline__headline ._red {
  color: #e64000;
}

.live_area{
  gap: 40px;
  width: 638px;
  margin: 0 auto;
}
#inline-frame-rdragon{
  border: none;
  border-radius: 16px;
}

/*-----------------------------------------------

liveshopping__column[BEM]

-----------------------------------------------*/
.liveshopping__column{align-items: center;}
.liveshopping__column > *{margin-right: 49px !important;}
.liveshopping__column > :nth-child(2n){margin-right: 0!important;}
.liveshopping__column > .liveshopping__figure{width:450px!important;}
.liveshopping__column > .note{width: 454px!important;}




/*-----------------------------------------------

figure[figure]

-----------------------------------------------*/
.liveshopping__column{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 835px;
  margin: 36px auto 10px;
  padding-left: 7px;
}
.figure[data-layout=live] {
  position: relative;
  width: 303px;
  margin: 0;
  margin-right: 31px;
}
.figure[data-layout=live] .figure__loading {
  bottom: -11px;
  right: -15px;
  position: absolute;
  width: 93px;
  height: 98px;
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* pre_cosme */
.pre_cosme_box {
  background-color: #fff;
  padding:40px 22px 16px;
  border: 1px solid #000;
  border-radius: 16px;
  box-sizing: border-box;
}
.pre_ic_comingsoon {
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #ef6d3e;
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #ffffff;
  padding: 4px 0 3px;
  margin: 3px 0 0 0;
}
.pre_cosme.rl-column2 li {
  width: calc((100% - 24px) / 2) !important;
  margin-right: 24px !important;
  margin-bottom: 42px !important;
}
.pre_cosme a:hover {
  opacity: 0.8;
}
.pre_cosme.rl-column2 li:nth-of-type(2n) {
  margin-right: 0 !important;
}
.pre_cosme.rl-column2 li:nth-child(n+5){margin-bottom: 20px!important;}
.pre_cosme_text {
  margin-top: 16px;
  font-size: 18px;
  color: #717171;
  text-align: center;
}
.pre_itemColumn{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
.pre_itemColumn > .pre_cosme_img{width: 264px;}
.pre_itemColumn > .pre_cosme_text{width:calc(100% - 264px);}

/* ad_area */
.ad_area{
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 31px; */
}
.ad_area .ad_box{
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 7px;
  border: 1px solid #383838;
  border-radius: 8px;
}
.ad_area .ad_box:nth-of-type(2n){
  margin-right: 0;
}
.ad_area .ad_title{
  width: 234px;
  margin: 0 auto 8px;
}
/* ad_area02 */
.ad_area02{
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 31px; */
}
.ad_area02 .ad_box{
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 7px;
  border: 1px solid #333333;
  border-radius: 8px;
}
.ad_area02 .ad_box:nth-of-type(3n){
  margin-right: 0;
}
.ad_area02 .ad_title{
  margin: 0 auto 4px;
}


#a08 .note[data-layout] .note__paragragh{
  font-size: 16px;
}
#a08 .note__paragragh:first-of-type{
  text-align: center;
  font-weight: bold;
  font-size: 26px!important;
  margin-bottom: 20px;
}
#a08 .note[data-layout] .note__inner{
  padding: 43px 26px 43px;
  line-height: 1.5;
  margin-bottom: 23px;
}

.Nps_wrapper__HNXwu{
  right: 14% !important;
}


/*-----------------------------------------------

entry

-----------------------------------------------*/
.rcEntryButton{
  margin-top: 31px;
  margin-bottom: 15px;
}
.rcEntryButton .rcEntryButton-button{
  width: 365px !important;
  height: 64px !important;
  font-size: 18px;
}
.rcEntryButton .rcEntryButton-button:hover{
  opacity: .8;
}
/* button01 */
.button01{
  position: absolute;
  bottom: 48px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #ff008c;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .2);
}
.button01 a:hover{
  text-decoration: none;
  opacity: 0.8;
}
/* .index01 */
.index01 .index_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 765px;
  margin: 0 auto;
}
.index01 .index_box[data-layout=pre]{
  width: 100%;
}
.index01 .index_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 765px;
  margin: 0 auto;
}
.index01 .anchorNav__menuList{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
/* .index01 .anchorNav__menuItem{
  width: calc((100% - 13px) / 2);
  margin-bottom: 12px;
  margin-right: 13px;
}
.index01 .anchorNav__menuItem:nth-of-type(2n){
  margin-right: 0;
}
.index01 .anchorNav__menuItem:nth-last-of-type(-n+2){
  margin-bottom: 0;
} */
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 72px;
  border-radius: 4px;
  padding: 0 0 8px;
  background: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #333;
  box-shadow: 2px 2px 0 0px rgba(0,0,0);
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(136deg);
}
.index01 ._imgBox a.anchorNav__menuLink{
  height: 48.438vw;
  padding: 0 0 7.813vw;
}
.index01 a.anchorNav__menuLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 12px;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
  color: #fff;
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
}


.pick_alcor{
  padding: 23px 16px 31px;
  background-color: #fff;
  border: 1px solid #383838;
  border-radius: 8px;
  margin-bottom: 56px;
}

.alcor_list{
  border: 1px solid #333333;
  background-color: #fff;
  padding: 7px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box
}

.main[data-layout=close]{
  background-color: #ffd78a;
  padding-top: 40px;
}
.main[data-layout=close] #others.section{
  border-bottom: solid 1px #383838;
  border-top: none;
}
.main[data-layout=close] .ambassador.section{
  border-top: solid 1px #383838;
}
.main[data-layout=close] .close_area{
  width: 700px;
  margin: 0 auto 88px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #383838;
  overflow: hidden;
}
.main[data-layout=close] .top_box{
  background-color: #ef6d3e;
  padding: 15px 10px 17px;
}
.main[data-layout=close] .top_box ._title{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.main[data-layout=close] .top_box ._note{
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.main[data-layout=close] .close_area p + p{
  margin-top: 10px;
}
.main[data-layout=close] .bottom_box p + p{
  margin-top: 14px;
}
.main[data-layout=close] .bottom_box{
  font-size: 16px;
  text-align: center;
  padding: 19px 28px;
  line-height: 1.5;
}
.main[data-layout=close] ._note{
  text-align: center;
}
.main[data-layout=close] .bottom_box ._note{
  margin-top: 8px;
}

/* modal_button01 */
.modal_button01{
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 50%;
  background-color: #00781f;
  box-shadow: 0 1.25px 6px #0003;
}
.modal_button01:hover {
  background-color: #00781f!important;
  opacity: .8!important;
}
@media (hover: hover) {
  .modal_button01:hover {
    background-color: #00781f!important;
    opacity: .8!important;
  }
}
.modal_button01 > .modal_button_icon{
  color: #fff;
  font-size: 36px;
}
.modal_content_wrapper{
  width: 1024px;
  max-width: 1024px;
}
.modal_content{
  position: relative;
  border: 1px solid #000;
  padding: 60px 32px 16px;
  background-color: #feeeaf;
}
.modal_ttl{
  margin-bottom: 24px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
.modal_search01{
  width: 840px;
  margin: 0 auto;
}
.modal_content .search01{
  width: 560px;
  margin-bottom: 56px;
}
.modal_content .search01 .search_box{
  height: 50px;
}
.modal_content .search01 .search_box_submit{
  width: 52px;
}
.modal_content .search01 .search_box_ic{
  font-size: 32px;
}
.modal_content .keyword01{
  margin-bottom: 56px;
}
.modal_content .rc-headline[data-layout=sub] .rc-headline__headline{
  font-size: 28px;
  margin-bottom: 20px
}
.modal_content .keyword01 .keyword_list > a{
  font-size: 16px;
  height: 56px;
}
.modal_close01{
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 28px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  box-shadow: none;
}
.modal_close01:hover{
  opacity: .8;
}
