@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-narrow.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");

.rb4l {
  --rb4l-winh: 100vh;
  --rb4l-maxW: 1280px;
  --rb4l-areaW: 1180px;

  --rb4l-26: 6.04vw; 
  --rb4l-30: 6.97vw; 
  --rb4l-40: 9.30vw; 

  --rb4l-text: var(--rb4l-color-text);
  --rb4l-bg: var(--rb4l-color-base0);

  --rb4l-color-black: #000;
  --rb4l-color-white: #ffffff;
  --rb4l-color-text: #625B54;
  ;
  --rb4l-color-base0: var(--rb4l-color-white);
  --rb4l-color-base1: #F6F5F1;
  --rb4l-color-base2: #F5F2EA;
  --rb4l-color-base3: #E3D8B9;

  --rb4l-color-pgreige: #B8AA9B;
  --rb4l-color-pblack: #747474;
  --rb4l-color-pbluegray: #C8C3B9;
  --rb4l-color-polive: #879978;

  --rb4l-color-pgreige_bg: #C8C0BB;
  --rb4l-color-pblack_bg: #F1E1CF;
  --rb4l-color-pbluegray_bg: #96A1B8;
  --rb4l-color-polive_bg: #D1D1D1;

  --rb4l-color-red: #E7380D;
  --rb4l-color-blue: #58B1C8;
  --rb4l-color-yellow: #FFE500;
  --rb4l-color-brown: #625B54;

  --rb4l-color-pigeongreige: #E1D7D7;
  --rb4l-color-pigeonred: #E65550;
  --rb4l-color-shoplink_red: #F66153;

  letter-spacing: -0.005em;
  background-color: var(--rb4l-color-base0);
}
@media screen and (max-width: 1024px) {
  .rb4l {
    --rb4l-maxW: 650px;
    --rb4l-areaW: 540px;
  }
}

main {
  width: 100%;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-smooth: always;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main a, main abbr, main acronym, main address, main applet, main article, main aside, main audio, main b, main big, main blockquote, main body, main canvas, main caption, main center, main cite, main code, main dd, main del, main details, main dfn, main div, main dl, main dt, main em, main embed, main fieldset, main figcaption, main figure, main footer, main form, main h1, main h2, main h3, main h4, main h5, main h6, main header, main hgroup, main html, main i, main iframe, main img, main ins, main kbd, main label, main legend, main li, main mark, main menu, main nav, main object, main ol, main output, main p, main pre, main q, main ruby, main s, main samp, main section, main small, main span, main strike, main strong, main sub, main summary, main sup, main table, main tbody, main td, main tfoot, main th, main thead, main time, main tr, main tt, main u, main ul, main var, main video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
main article, main aside, main details, main figcaption, main figure, main footer, main header, main hgroup, main menu, main nav, main section {
  display: block;
}
main ol, main ul {
  list-style: none;
}
main blockquote, main q {
  quotes: none;
}
main blockquote::after, main blockquote::before, main q::after, main q::before {
  content: "";
  content: none;
}
main table {
  border-spacing: 0;
  border-collapse: collapse;
}
main img {
  width: 100%;
  z-index: 1;
}
main *, main *::before, main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
main *::before, main *::after {
  pointer-events: none;
}
.rb4l a:link {
  color: var(--rb4l-text);
  scroll-behavior: smooth;
}
.rb4l a:hover {
  opacity: 0.7;
}
.rb4l a:visited {
  color: var(--rb4l-text);
}
.rb4l .text {
  font-size: 14px;
  line-height: 1.75;
}
.rb4l ._lead {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .rb4l .text {
    font-size: 12px;
  }
}
.rb4l ._bold {
  font-weight: 900;
}
.rb4l ._mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.rb4l ._kome {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 10px;
}
.rb4l ._uetsuki {
  font-size: 0.8em;
  vertical-align: top;
}
.rb4l h2  {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: var(--rb4l-color-brown);
}
.rb4l h2 img {
  width: auto;
  display: block;
}
.rb4l h2.function-title span {
  font-weight: 900;
  color: var(--rb4l-color-brown);
  /* font-size: ; */
}
.rb4l h3._img {
margin-top: 30px;
}
.rb4l h3 ._big {
  font-size: 36px;
}
.rb4l h4 {
  margin-top: 10px;
  font-weight: 900;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rb4l h4 {
    font-size: 14px;
  }
}
.rb4l h4._mincho {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rb4l h4._mincho {
    font-size: 15px;
  }
}
.rb4l ._fontnormal {
  font-weight: normal;
}
.rb4l .text_block {
  padding-left: 10px;
  padding-right: 10px;
  color: var(--rb4l-color-brown);
}
.rb4l .img_block {
  margin-top: 20px;
  text-align: center;
}

.rb4l .img_block._portrait {
  width: 65%;
  margin: 20px auto 0;
}
.rb4l ._mt0 {
  margin-top: 0px;
}
.rb4l ._mt10 {
  margin-top: 10px;
}
.rb4l ._mt20 {
  margin-top: 20px;
}
.rb4l ._mt30 {
  margin-top: 30px;
}
.rb4l ._mt40 {
  margin-top: 40px;
}
.rb4l ._mt50 {
  margin-top: 50px;
}
.rb4l ._mt60 {
  margin-top: 60px;
}
.rb4l ._mb30 {
  margin-bottom: 30px;
}
.rb4l ._mb40 {
  margin-bottom: 40px;
}
.rb4l ._mb50 {
  margin-bottom: 50px;
}
.rb4l ._mb60 {
  margin-bottom: 60px;
}

.rb4l ._mtminus10 {
  margin-top: -10px;
}
.rb4l ._mtminus20 {
  margin-top: -20px;
}
.rb4l ._mbminus10 {
  margin-bottom: -10px;
}
.rb4l ._inlineblock {
  display: inline-block;
}
.rb4l ._tar {
  text-align: right;
}
.rb4l ._tac {
  text-align: center;
}
.rb4l ._imgbig {
  margin-left: -3.3333333333vw;
  margin-right: -3.3333333333vw;
  }
.rb4l ._ml5 {
    margin-left: 5px;
  }
.rb4l ._f-end {
  display: flex;
  justify-content: flex-end;
}
.rb4l ._f-start {
  display: flex;
  justify-content: flex-start;
}
.rb4l ._f-rr {
  flex-direction: row-reverse;
}
.rb4l .enclosed-txt {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #625B54;
  padding: 2px 7px;
  margin-top: 10px;
  letter-spacing: 0.15em;
}

#links {
  padding: 30px 0 50px;
}

@font-face {
  font-family: brandon-grotesque;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/brandon-grotesque.woff) format("woff");
  font-display: swap;
}

/* Slider */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }
}

.sp_view {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }
}

.wrapper {
  /* padding-top: 138px; */
  overflow: hidden;
  color: var(--rb4l-color-brown);
}
.wrapper sup {
  font-size: 50%;
  vertical-align: revert;
}
.wrapper .hover:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .wrapper .hover:hover {
    opacity: 1;
  }
}
.wrapper .loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: var(--rb4l-color-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.wrapper .loading-cursor {
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 2px solid #999;
  border-top-color: rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  -webkit-animation: loading 700ms linear 0s infinite;
          animation: loading 700ms linear 0s infinite;
}
@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes pathlife {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes pathlife {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.wrapper .rb4l-lineup__title, .wrapper .rb4l-spec__title {
	text-decoration: underline;
  align-items: center;
	text-align: center;
	padding: 30px 0;
	max-width: 1250px;
  margin: auto;    
}

@media screen and (max-width: 768px) {
  .rb4l-lineup__title img {
     max-width: 150px;
  }
  .rb4l-spec__title img {
    max-width: 109px;
  }
}
.wrapper .lineup {
  background: var(--rb4l-color-base0);
  padding-bottom: 1vw;
}

.wrapper .lineup-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 680px;
  width: 86.1%;
  margin: 60px auto;
}
.wrapper .lineup-grid div:nth-child(3){
  grid-column: 1 / 3;
}
@media screen and (max-width: 768px) {
  .wrapper .lineup-grid{
    padding: 0 3.3333333333vw;
    width: 100%;
  }
}


/* .wrapper .lineup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 800px;
  margin: 60px auto;
	flex-wrap: wrap;
  margin: 0 auto;
    max-width: 680px;
    width: 86.1%;
}
@media screen and (max-width: 768px) {
  .wrapper .lineup-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 0 auto;
  }
}
@media screen and (min-width: 1480px) {
}
.wrapper .lineup-flex-child {
  width: 23vw;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .wrapper .lineup-flex-child {
    width: 42.1333333333vw;
  }
}
.wrapper .lineup-flex-child-img {
  line-height: 0;
  padding-top: 16px;
}
.wrapper .lineup-flex-child-img:last-child {
  padding: 0
}
.wrapper .lineup-flex-child-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #a59c8f !important;
  text-align: center;
  letter-spacing: 0.04em;
  border: 3px solid #a59c8f;
  border-radius: 50px;
}
.wrapper .lineup-flex-child-btn::after {
  position: absolute;
  top: 1.5em;
  right: 1.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.8em;
  content: "";
  border-top: 2px solid #a59c8f;
  border-right: 2px solid #a59c8f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .wrapper .lineup-flex-child-btn {
    width: 100%;
    margin-top: 3.3333333333vw;
    font-size: 3.3333333333vw;
    letter-spacing: 0;
    border-width: 2px;
  }
  .wrapper .lineup-flex-child-btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.wrapper .lineup-flex-child-btn.gray {
  color: #717171 !important;
  border-color: #717171;
}
.wrapper .lineup-flex-child-btn.gray::after {
  border-top-color: #717171;
  border-right-color: #717171;
} 
.wrapper .lineup-limited {
  position: relative;
  width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .lineup-limited {
    width: 76vw;
  }
}*/
.wrapper .rb4_linkbtn {
  width: 280px;
  margin: 30px auto;
  text-align: center;
}
.rb4l-shoplinks_list {
  display: block;
}
.rb4l-shoplinks_item {
  display: block;
  position: relative;
  margin-bottom: 10px;
    
}
.shoplinks_text {
  color: var(--rb4l-color-brown);
  padding: 22px 20px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: var(--rb4l-color-white);
    border-radius: 200px;
    border: 1px solid var(--rb4l-color-brown);
}
.shoplinks_text::after {
  position: absolute;
  top: 1.5em;
  right: 22px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.8em;
  content: "";
  border-top: 2px solid var(--rb4l-color-brown);
  border-right: 2px solid var(--rb4l-color-brown);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .rb4_linkbtn {
    width: 59.7014925373%;
  }
  .shoplinks_text {
    padding: min(4.2666666667vw, 23.04px) min(2.6666666667vw, 14.4px);
    font-size: min(3.2vw, 17.28px);
    letter-spacing: 0;
  }
}
.wrapper .ah_set {
  background-color: var(--rb4l-color-brown);
  text-align: center;
  padding: 40px 40px 10px;
    margin: auto;
}
.wrapper .ah_set > p {
  color: var(--rb4l-color-white);
}

.campaign-banners_sec {
	background-color: #f2f2f2;
    max-width: 1250px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.sitebnr img.banner {
	z-index: 1;	
}
    
@media screen and (max-width: 768px) {
	.campaign-banners_sec {
	padding: 0 0 60px;	
	}
	
	.pgadm-bnr-img {
	display: block;
    width: 89.3333333333vw;
    margin-right: auto;
    margin-left: auto;	
	}
}

.rb4l-product {
  display: block;
  position: relative;
  background: var(--rb4l-color-base0);
}
.rb4l-product_kv {
  margin: 0 auto;
  padding: 60px;
  max-width: 680px;
  width: 86.1%;
}
.rb4l-product__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .rb4l-product__container {
    width: 95%;
    max-width: var(--rb4l-areaW);
  }
}
@media screen and (max-width: 1024px) {
  .rb4l-product__container {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .rb4l-product_kv {
  width: 100%;
  padding: 0 0 9.3vw;
  }
}
.rb4l-product__header {
  display: block;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .rb4l-product__header {
    margin-bottom: 7.4626865672%;
  }
}
.rb4l-product__title {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 38px;
  letter-spacing: 4px;
  font-family: "Inter Tight", YakuHanJP_Narrow, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .rb4l-product__title {
    font-size: min(8vw,43.2px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 2px;
  }
}
.rb4l-product__inner {
  display: block;
  position: relative;
}
.rb4l-product__lineup {
  display: block;
  position: relative;
  margin: 86px auto 0;
}
@media screen and (min-width: 1025px) {
  .rb4l-product__lineup {
    width: 95%;
    max-width: var(--rb4l-areaW);
    margin-top: 14.9253731343%;
  }
}
.rb4l-product__lineup:first-child {
  margin-top: 0;
}
.rb4l-product__spec {
  display: block;
  position: relative;
  margin: 92px auto 0;
}
@media screen and (max-width: 1024px) {
  .rb4l-product__spec {
    width: 90%;
    max-width: var(--rb4l-areaW);
    margin-top: 14.9253731343%;
  }
}
.rb4l-product__spec:first-child {
  margin-top: 0;
}
.rb4l-product__series {
  display: block;
  position: relative;
  margin: 100px auto 0;
}
@media screen and (max-width: 1024px) {
  .rb4l-product__series {
    width: 90%;
    max-width: var(--rb4l-areaW);
    margin-top: 14.9253731343%;
  }
}
.rb4l-product__series:first-child {
  margin-top: 0;
}

.rb4l-lineup {
  display: block;
  position: relative;
}
.rb4l-lineup__header {
  margin: 0 auto;
  max-width: 680px;
  width: 86.1%;
  display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__header {
    width: 100%;
    max-width: var(--rb4l-areaW);
    top: 7%;
  }
}
.rb4l-lineup__title {
  display: block;
  position: relative;
  font-size: 20px;
  font-family: "Inter Tight", YakuHanJP_Narrow, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
  color: var(--rb4l-lineup-color);
  transition: color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__title {
    left: 2%;
    font-size: min(4.8vw,25.92px);
    letter-spacing: 1px;
  }
}
[data-rb4l-lineup="1"] .rb4l-lineup__title {
  color: var(--rb4l-color-greige);
}
[data-rb4l-lineup="2"] .rb4l-lineup__title {
  color: var(--rb4l-color-lightbeige);
}
[data-rb4l-lineup="3"] .rb4l-lineup__title {
  color: var(--rb4l-color-navy);
}
[data-rb4l-lineup="4"] .rb4l-lineup__title {
  color: var(--rb4l-color-charcalgray);
}
.rb4l-lineup__inner {
  width: calc(100% - 110px);
  max-width: 980px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__inner {
    width: 100%;
    max-width: var(--rb4l-areaW);
  }
}
.rb4l-lineup__list {
  display: block;
  position: relative;
  z-index: 0;
}
.rb4l-lineup__list-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition-duration: 0s !important;
}
.rb4l-lineup__list-item.is-rb4l-current {
  position: relative;
  z-index: 1;
}
.rb4l-lineup__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .rb4l-lineup__pagination {
    top: calc(50% + 50px);
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__pagination {
    top: 8.85%;
    right: 5%;
  }
}
.rb4l-lineup__pagination-item {
  width: 11px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__pagination-item {
    width: min(2.16666666665vw,15.84px);

  }
}
.rb4l-lineup__pagination-item + .rb4l-lineup__pagination-item {
  margin-left: 30px;
}
/* .rb4l-lineup__pagination-item + .rb4l-lineup__pagination-item:nth-child(2n) {
  margin-left: 0;
  display: none;
} */
@media screen and (max-width: 1024px) {
  .rb4l-lineup__pagination-item + .rb4l-lineup__pagination-item {
    margin-left: min(5.3333333333vw,28.8px);
    margin-left: min(4.3333333333vw,28.8px)

  }
}
.rb4l-lineup__badge {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__badge {
    width: min(5.3333333333vw,28.8px);
    height: min(5.3333333333vw,28.8px);
  }
}
.rb4l-lineup__badge::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__badge::before {
    width: min(4.2666666667vw,23.04px);
    height: min(4.2666666667vw,23.04px);
  }
}
.-lineup1 .rb4l-lineup__badge::before {
  background: var(--rb4l-color-pgreige);
}
.-lineup2 .rb4l-lineup__badge::before {
  background: var(--rb4l-color-pblack);
}
.-lineup3 .rb4l-lineup__badge::before {
  background: var(--rb4l-color-pbluegray);
}
.rb4l-lineup__badge::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: transparent 1px solid;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.-lineup1 .rb4l-lineup__badge::after {
  border-color: var(--rb4l-color-pgreige);
}
.-lineup2 .rb4l-lineup__badge::after {
  border-color: var(--rb4l-color-pblack);
}
.-lineup3 .rb4l-lineup__badge::after {
  border-color: var(--rb4l-color-pbluegray);
}
.is-rb4l-current .rb4l-lineup__badge::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .rb4l-lineup__badge:hover::after {
    opacity: 1;
  }
}
.rb4l-lineup__pager {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--rb4l-color-brown);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-rb4l-lineup="1"] .rb4l-lineup__pager {
  background-color: var(--rb4l-color-pgreige);
}
[data-rb4l-lineup="2"] .rb4l-lineup__pager {
  background-color: var(--rb4l-color-pblack);
}
[data-rb4l-lineup="3"] .rb4l-lineup__pager {
  background-color: var(--rb4l-color-pbluegray);
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup__pager {
    width: min(9.6vw,51.84px);
    height: min(9.6vw,51.84px);
    top: 40%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .rb4l-lineup__pager:hover {
    opacity: 0.8;
  }
}
.rb4l-lineup__pager.-prev {
  left: 0;
}
.rb4l-lineup__pager.-next {
  right: 0;
}
.rb4l-lineup__pager-arrow {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.rb4l-lineup__pager.-prev .rb4l-lineup__pager-arrow {
  transform: translate(-60%, -50%) rotate(90deg);
}
.rb4l-lineup__pager.-next .rb4l-lineup__pager-arrow {
  transform: translate(-40%, -50%) rotate(-90deg);
}
.rb4l-lineup__pager-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--rb4l-color-white);
}
@media (hover: hover) and (pointer: fine) {
  .rb4l-lineup__pager:hover .rb4l-lineup__pager-svg {
    animation: rb3_arrow_b 1s linear;
  }
}

.rb4l-lineup_data {
  --rb4l-lineup-color: var(--rb4l-color-brown);
  display: block;
  position: relative;
}
.-lineup1 .rb4l-lineup_data {
  --rb4l-lineup-color: var(--rb4l-color-pgreige);
}
.-lineup2 .rb4l-lineup_data {
  --rb4l-lineup-color: var(--rb4l-color-pblack);
}
.-lineup3 .rb4l-lineup_data {
  --rb4l-lineup-color: var(--rb4l-color-pbluegray);
}

.rb4l-lineup_data::before {
  content: "";
  width: 50vw;
  display: block;
  position: absolute;
  background: var(--rb4l-lineup-color);
  opacity: 0.45;
}
@media screen and (min-width: 1025px) {
  .rb4l-lineup_data::before {
    height: 0;
    top: 0;
    left: 50%;
    transition: height 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .is-rb4l-current .rb4l-lineup_data::before {
    height: 100%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data::before {
    width: 0;
    height: 55%;
    display: block;
    position: absolute;
    top: 40%;
    right: -2.5%;
    transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
@media screen and (max-width: 1024px) and (min-width: 560px) {
  .rb4l-lineup_data::before {
    right: calc(-50vw + 270px);
  }
}
@media screen and (max-width: 1024px) {
  .is-rb4l-current .rb4l-lineup_data::before {
    width: 100vw;
    left: -2.5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 560px) {
  .is-rb4l-current .rb4l-lineup_data::before {
    left: calc(-50vw + 270px);
  }
}
.rb4l-lineup_data__header {
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 1025px) {
  .rb4l-lineup_data__header {
    bottom: calc(50% - 20px);
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__header {
    top: 5.6%;
    left: 2%;
  }
}
.is-rb4l-current .rb4l-lineup_data__header {
  opacity: 1;
}
.rb4l-lineup_data__cap {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Inter Tight", YakuHanJP_Narrow, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: var(--rb4l-lineup-color);
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__cap {
    margin-bottom: min(0.5333333333vw,2.88px);
    font-size: min(5.3333333333vw,28.8px);
    letter-spacing: 1px;
  }
}
.rb4l-lineup_data__title {
  display: block;
  position: relative;
}
.rb4l-lineup_data__title-main {
  display: block;
  position: relative;
  font-size: 56px;
  font-family: "Inter Tight", YakuHanJP_Narrow, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  color: var(--rb4l-lineup-color);
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__title-main {
    font-size: min(10.1333333333vw,54.72px);
    letter-spacing: 1px;
  }
  .rb4l-lineup_data__title-main {
    font-size: min(10.1333333333vw,54.72px);
  }
}
.rb4l-lineup_data__title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb4l-lineup-color);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__title-sub {
    margin-top: min(0.5333333333vw,2.88px);
    font-size: min(3.7333333333vw,20.16px);
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.rb4l-lineup_data__inner {
  /* width: 35.9183673469%; */
  width: calc(300 / 980 * 100%);
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__inner {
    width: calc(300 / 400 * 100%);
    height: min(174.88vw,1080px);

  }
}
.rb4l-lineup_data__visual {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 1025px) {
  .rb4l-lineup_data__visual {
    top: 1.8%;
    left: -2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__visual {
    top: -4%;
  }
}
.is-rb4l-current .rb4l-lineup_data__visual {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.rb4l-lineup_data__visual-img {
  display: block;
  position: relative;
  transform: translateY(20px);
  transition: transform 0s linear 0.5s;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__visual-img {
    transform: translateX(-20px);
  }
}
.is-rb4l-current .rb4l-lineup_data__visual-img {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .is-rb4l-current .rb4l-lineup_data__visual-img {
    transform: translateX(0);
  }
}
.rb4l-lineup_data__footer {
  width: 280px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 1025px) {
  .rb4l-lineup_data__footer {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__footer {
    width: 59.7014925373%;
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-rb4l-current .rb4l-lineup_data__footer {
  opacity: 1;
}
.rb4l-lineup_data__link {
  display: block;
  position: relative;
}
.rb4l-lineup_data__link-item {
  display: block;
  position: relative;
}
.rb4l-lineup_data__link-item + .rb4l-lineup_data__link-item {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__link-item + .rb4l-lineup_data__link-item {
    margin-top: min(2.6666666667vw,14.4px);
  }
}
.rb4l-lineup_data__btn {
  display: block;
  position: relative;
}
.-lineup2 .rb4l-lineup_data__btn {
  --rb4l-lineup-color: #9a948f;
}
.rb4l-lineup_data__btn-text {
  display: block;
  position: relative;
  padding: 22px 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: var(--rb4l-lineup-color);
  background-color: var(--rb4l-color-white);
  border-radius: 200px;
  border: 1px solid var(--rb4l-lineup-color);
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__btn-text {
    padding: min(4.2666666667vw,23.04px) min(2.6666666667vw,14.4px);
    font-size: min(3.2vw,17.28px);
    letter-spacing: 0;
  }
}
.rb4l-lineup_data__btn.-fill .rb4l-lineup_data__btn-text {
  color: var(--rb4l-color-white);
  background-color: var(--rb4l-lineup-color);
}
@media (hover: hover) and (pointer: fine) {
  .rb4l-lineup_data__btn-text {
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .rb4l-lineup_data__btn:hover .rb4l-lineup_data__btn-text {
    opacity: 0.8;
  }
}
.rb4l-lineup_data__btn-arrow {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .rb4l-lineup_data__btn-arrow {
    width: min(3.2vw,17.28px);
    right: min(3.2vw,17.28px);
  }
}
.rb4l-lineup_data__btn-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--rb4l-lineup-color);
}
@media (hover: hover) and (pointer: fine) {
  .rb4l-lineup_data__btn:hover .rb4l-lineup_data__btn-svg {
    animation: rb3_arrow 1s linear;
  }
}
.rb4l-lineup_data__btn.-fill .rb4l-lineup_data__btn-svg {
  fill: var(--rb4l-color-white);
}
.wrapper .spec {
  background-color: var(--rb4l-color-base2);
  margin: auto;
  padding-bottom: 40px;

}
.wrapper .spec .shop-link {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .wrapper .spec .shop-link {
    margin: 14.6666666667vw auto 0;
  }
}

.wrapper .spec-inner {
  width: 538px;
  margin: auto;
	padding: 170px 0 130px;
}
@media screen and (max-width: 768px) {
  .wrapper .spec-inner {
    width: 72vw;
	padding: 14.6666666667vw 0 14vw;
  }
}
.wrapper .spec-label-text {
  font-size: 22px;
  margin-top: 6.97vw;
  text-align: center;
  font-weight: 900;
  color: var(--rb4l-color-brown);
}
@media screen and (max-width: 768px){
.wrapper .spec-label-text {
  font-size: 14px;
}
}
.wrapper .spec-detail-inner dl {
     font-size: 14px; 
}

.spec-detail-inner, .spec-detail-inner dd+dt {
	padding-top: 1.8em;
}
.spec-detail-inner {
  padding-top: 20px;
    font-size: 14px;
    width: 86.1%;
    margin: auto;
    line-height: 1.75;
    color: var(--rb4l-color-brown);
}
@media screen and (max-width: 768px){
	.spec-detail-inner, .spec-detail-inner dd+dt {
	padding-top: 20px;
}
}
.spec-img .img_block {
  padding-top: 10px;
  padding-bottom: 10px;
}
.spec-img .img_block.img01 {
  width: 81%;
}
.spec-img .img_block.img02 {
  width: 56%;
}

.wrapper .section-inner {
  padding: 60px;
  margin: 0 auto;
  max-width: 680px;
  width: 86.1%;
}
@media screen and (max-width: 768px) {
  .wrapper .section-inner {
    padding: 0 3.3333333333vw;
    width: 100%;
  }
}
.wrapper .kv {
  background-color: var(--rb4l-color-base1);
}
.kv_wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;

}
.wrapper .kv-title_wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4.2%;
  margin-left: 5.4%;
}
@media screen and (max-width: 768px) {
  .wrapper .kv-title_wrap {
    margin-top: 10.6666666667vw;
    margin-left: 5.733333333299999vw;
    text-align: center;
  }
}
.wrapper .kv-title {
  width: 359px;
}
@media (max-width: 1250px) {
  .wrapper .kv-title {
	  width: 25.439999999999998vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .kv-title {
    width: 48.400000000000006vw
  }
}
.wrapper .kv {
  background-color: var(--rb4l-color-base1);
  background: linear-gradient(90deg, var(--rb4l-color-base3) 0%,  var(--rb4l-color-base3) 70%,  var(--rb4l-color-base1) 70%,  var(--rb4l-color-base1) 100%);

}

@media screen and (max-width: 768px) {
  .wrapper .kv-title_wrap {
    margin-top: 10.6666666667vw;
    margin-left: 5.733333333299999vw;
    text-align: center;
  }
}

.rb4l-intro__container {
  max-width: 1160px;
  margin: auto;
}
.rb4l-intro__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 86.1%;
}
@media screen and (max-width: 768px) {
  .rb4l-intro__inner {
    flex-direction: column;
    width: 100%;
  }
}
.rb4l-intro__lead {
  width: 80%;
}
.rb4l-intro__lead .img_block {
  margin-top: 6.97vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.rb4l-intro__thumb.-img1 {
  display: flex;
  justify-content: center;
}
figure.rb4l-intro__thumb-img {
  width: 80%;
  margin-top: 4.65vw; 
}
@media screen and (max-width: 768px) {
  .rb4l-intro__lead { 
    width: 100%;
    margin-top: 0;
  }
  figure.rb4l-intro__thumb-img {
    width: 100%;
  }
}

.wrapper .function {
  position: relative;
  margin-top: 10px;
  margin: auto;
  color: var(--rb4l-color-brown);
}
@media screen and (max-width: 768px) {
  .wrapper .function {
  padding-bottom: 6.97vw;
  }
}
.wrapper .function01 {
  padding-bottom: 0;
}
.wrapper .function01 .section-inner {
  padding-bottom: 0;
}
.__function_bg_l {
  background: linear-gradient(90deg, var(--rb4l-color-base1) 0%,  var(--rb4l-color-base1) 29%,  var(--rb4l-color-base0) 29%,  var(--rb4l-color-base0) 100%);
}
.__function_bg_r {
  background: linear-gradient(90deg, var(--rb4l-color-base0) 0%,  var(--rb4l-color-base0) 71%,  var(--rb4l-color-base1) 71%,  var(--rb4l-color-base1) 100%);
}
@media screen and (max-width: 768px) {
  .__function_bg_l {
    background: linear-gradient(90deg, var(--rb4l-color-base1) 0%,  var(--rb4l-color-base1) 30%,  var(--rb4l-color-base0) 30%,  var(--rb4l-color-base0) 100%);
  }
  .__function_bg_r {
    background: linear-gradient(90deg, var(--rb4l-color-base0) 0%,  var(--rb4l-color-base0) 70%,  var(--rb4l-color-base1) 70%,  var(--rb4l-color-base1) 100%);
  }
}
.title_bg {
  width: 100%;
  height: 180px;
  background-color: var(--rb4l-color-base1);
  position: absolute;
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  .title_bg {
    height: 140px;
  }
}
.rb4l-function01, .rb4l-function02, .rb4l-function03, .rb4l-spec {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .rb4l-function01, .rb4l-function02, .rb4l-function03, .rb4l-spec {
    padding-top: 16.65vw;
  }
}
.rb4l .function h3 img {
  width: 68.75%;
}
.rb4l .function h3._fullimg img {
  width: 100%;
}
.rb4l .function .callout img {
  width: 42.5%;
}
.rb4l .function .funcion-img img {
width: 81.25%;
}
.function_item {
  margin-top: 20px;
}
.function_item h3 {
  font-size: 18px;
}
.function_item .text_block {
  width: 63%;
}
.function_item .text_block._fulltxt {
  width: 100%;
}
.function_item .text_block > .text {
  margin-top: 10px;
}
.function_item .step_list {
  margin-top: 20px;
}
.function_item .step_list-ttl {
  color: var(--rb4l-color-blue);
  font-weight: 600;
  font-size: 24px;
  margin-top: 5px;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.parapara_block {
  display: flex;
  color: var(--rb4l-color-brown);
}
.parapara_block > .img_block {
  width: 45%;
}
.optional {
  background-color: var(--rb4l-color-base2);
}
.optional .parapara_block  > .img_block {
  width: 43%;
}
.optional .parapara_block .text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}  
.hr {
  margin-top: 40px;
  height: 10px;
  border-top: 1px solid #625B54;
  border-bottom: 1px solid #625B54;
}
.function-list {
  color: var(--rb4l-color-brown);
  font-size: 14px;
}
.function-list_item {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
  margin-top: 0.8em;
}
.function-list_item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--rb4l-color-yellow);
}
.function03 .function-list {
  background-image: url(../img/rb4l/function03-01-ttl-bg.webp);
  background-position: center;
  background-size: contain;
  height: 200px;
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  .function03 .function-list {
    padding: 40px 30px;
  }
}

.block_left {
  width: 50%;
}
.block_right {
  width: 50%;
}
.optional {
  padding-bottom: 20px;
}
.optional .section-inner {
  border: 1px solid var(--rb4l-color-brown);
  padding: 40px 10px 10px;
  padding: 40px 2.5vw 10px;
  margin: 0 auto;
  width: calc(100% - (3.3333333333vw * 2)) ;
}

.optional-title {
  width: 51%; 
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.optional-title {
  width: 71%; 
}
}
.optional-kv {
  width: 81%;
  margin: 0 auto;
}

  .wrapper .kv.__inview .kv-title {
    opacity: 1;
	-webkit-transition: opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
  transition: opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
  transition: transform 0.7s 0.4s ease, opacity 0.7s 0.4s ease;
  transition: transform 0.7s 0.4s ease, opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;  
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.wrapper .fade_in {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .wrapper .fade_in {
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.wrapper .fade_in.__inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.rb4l,
.rb4l-modal {
  font-size: 16px;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .rb4l .is-sp,
  .rb4l-modal .is-sp {
    display: none !important;
  }
  .rb4l .is-sp-inline,
  .rb4l-modal .is-sp-inline {
    display: none !important;
  }
  .rb4l .sp,
  .rb4l-modal .sp {
    display: none !important;
  }
  .rb4l .sp-inline,
  .rb4l-modal .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .rb4l .is-pc,
  .rb4l-modal .is-pc {
    display: none !important;
  }
  .rb4l .is-pc-inline,
  .rb4l-modal .is-pc-inline {
    display: none !important;
  }
  .rb4l .pc,
  .rb4l-modal .pc {
    display: none !important;
  }
  .rb4l .pc-inline,
  .rb4l-modal .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .rb4l .is-port,
  .rb4l-modal .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .rb4l .is-land,
  .rb4l-modal .is-land {
    display: none !important;
  }
}
.rb4l img,
.rb4l-modal img {
  max-width: 100%;
  display: block;
  /* vertical-align: middle; */
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.rb4l img::-moz-selection, .rb4l-modal img::-moz-selection {
  background: none;
}
.rb4l img::selection,
.rb4l-modal img::selection {
  background: none;
}
.rb4l img[height],
.rb4l-modal img[height] {
  height: auto !important;
}
.rb4l [data-prefix],
.rb4l-modal [data-prefix] {
  text-indent: -1em;
  padding-left: 1em;
}
.rb4l [data-prefix]::before,
.rb4l-modal [data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}
.rb4l [data-suffix],
.rb4l-modal [data-suffix] {
  text-indent: -1em;
  padding-left: 1em;
}
.rb4l [data-suffix]::after,
.rb4l-modal [data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}
.rb4l a,
.rb4l-modal a {
  position: relative;
  text-decoration: none;
}
.rb4l .clearfix:after,
.rb4l-modal .clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.rb4l *,
.rb4l-modal * {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .rb4l *,
  .rb4l-modal * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.rb4l *::before, .rb4l *::after,
.rb4l-modal *::before,
.rb4l-modal *::after {
  box-sizing: border-box;
}
.rb4l *:focus-visible,
.rb4l-modal *:focus-visible {
  outline: 1px solid var(--rb3-color-black) !important;
}

@keyframes rb4l_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rb4l_arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rb4l_arrow_r {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-10px, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(10px, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(10px, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes rb4l_arrow_b {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  26% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -10px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rb4l_arrow_b_r {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  26% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  50% {
    opacity: 0;
    transform: translate(0, 10px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rb4l_arrow_blank {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px) rotate(-45deg);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 10px) rotate(-45deg);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes rb4l_arrow_blank_r {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-10px, 0) rotate(-45deg) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(10px, 0) rotate(-45deg) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(10px, 0) rotate(-45deg) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg) scale(-1, 1);
  }
}
.rb4l [data-rb4l-anchor] {
  cursor: pointer;
}

.rb4l-main {
  min-height: 100vh;
  display: block;
  position: relative;
  margin: 0 auto;
}
.rb4l-main__loader {
  height: 60px;
  width: 60px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .rb4l-main__loader {
    height: 30px;
    width: 30px;
  }
}
.is-rb4l-load .rb4l-main__loader {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.rb4l-main__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid var(--rb4l-color-base1);
  border-top: 3px solid var(--rb4l-color-black);
  animation: rb4l_rotate 0.6s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .rb4l-main__loader::before {
    border-width: 1px;
  }
}