/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/rebive-air/
Description:MYTREX REBIVE AIR
Version: 1.0
*/

/*フェイスライン*/
#video-rba {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/aqua/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}
@media screen and (max-width: 767px) {
	#video-btn::after {
		width: 13.7vw;
		height: 6.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;

		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
   }
	#video-btn.current::after {
		width: 8vw;
		height: 8vw;
		bottom: 2vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after {
		width: 13.8vw;
		height: 6.6vw;
	}
	#video-btn.current::after {
		width: 4vw;
		height: 4vw;
   }
	#video-btn.current::after {
		bottom: 2vw;
		right: 2vw;
   }
}
#header {
   /*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
   /*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
main {
	height: 100%;
   /*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}
@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
   }
}
@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
   }
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
   }
}
.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
		bottom: 12vw;
		left: 2vw;
		z-index: 10000;
   }
}
@media screen and (min-width: 768px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
   }
}
#pageTop2 img {
	width: 100%;
}
#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop2 a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
/* pagetop -------------------------------------------------------------- */
/*** menu sub ***/
@media screen and (max-width: 767px) {
	.menu_sp_list_logo {
		padding: 18px 0vw 18px 0vw;
		text-align: center;
		width: 100%;
		background: #ffffff;
		z-index: 999;
		position: fixed;
   }
	.menu_sub {
		background: #d9e5da;
		padding: 0.5vw 0.5vw;
		width: 100%;
		position: fixed;
		top: 11vw;
		z-index: 999;
   }
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 0.5vw 0.5vw;
		text-align: center;
   }
	.menu_sub_item_link {
		font-size: 3vw;
		font-weight: normal;
		letter-spacing: 0.1vw;
		line-height: 3vw;
		color: #b5b5b6;
		padding: 2.5vw 0.5vw;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
   }
	.menu_sub_item_link a {
		color: #231815;
		display: inline-block;
		list-style: none;
		padding: 0vw 3vw;
   }
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
   }
	#mt_pc_top_buy_cartin {
		position: fixed;
		bottom: 0px;
		right: 0px;
		background: #0000004f;
		padding: 4px 0px 0px;
   }
	.mt_pc_top_buy {
		padding: 0 12vw;
   }
   /* state */
	.menu_sub.is-fixed {
		width: 86%;
		position: absolute;
		top: 0;
		transition-duration: 0.2s;
   }
	.is-fixed .menu_sub_item_link {
		padding: 4vw 0.5vw;
   }
}
@media screen and (min-width: 768px) {
	.menu_sub {
		background: #d9e5da;
		padding: 0vw;
		position: fixed;
		z-index: 999;
		top: 7.02vw;
		width: 100%;
		height: 3vw;
   }
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 1.0vw 0.5vw;
		text-align: center;
   }
	.menu_sub_item_link {
		font-size: 0.75vw;
		font-weight: normal;
		letter-spacing: 0.08vw;
		line-height: 1vw;
		color: #b5b5b6;
		padding: 1.0vw 0vw;
		overflow-x: auto;
		white-space: nowrap;
   }
	.menu_sub_item_link::-webkit-scrollbar {
		display: none;
   }
	.menu_sub_item_link a {
		color: #231815;
   }
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
   }
	#mt_pc_top_buy_cartin {
		padding: 0;
   }
	.mt_pc_top_buy {
		padding: 0vw 0vw !important;
   }
}
/*** menu sub ***/
/*** section ***/
@media screen and (max-width: 767px) {
	#pd_c {
		padding: 0% 0 10%;
   }
	#pd_l {
		padding: 0 0 10%;
	   /* background: #f1f5f7;
		*/
   }
	#pd_l2 {
		padding: 10% 0 10%;
   }
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		margin-bottom: 33vw;
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5vw 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #f3f4f4;
   }
	#pd_l2 {
		padding: 5% 0 5%;
   }
	#pd_mv {
		padding: 0% 0 0%;
		background: #ffffff;
		z-index: 1;
		/* padding-top: 8vw; */
   }
}
/*** section ***/
/*** b ***/
@media screen and (max-width: 767px) {
	.pd_b_sp {
		padding: 0vw;
   }
	.pd_b_pc {
		display: none;
   }
	.pd_b {
		width: 100%;
   }
	.pd_b img {
		width: 100%;
		height: auto;
   }
}
@media screen and (min-width: 768px) {
	.pd_b_sp {
		display: none;
   }
	.pd_b_pc {
		padding: 0vw;
   }
	.pd_b {
		width: 100%;
   }
	.pd_b img {
		width: 100%;
		height: auto;
   }
}
/*** b ***/
/*** c ***/
@media screen and (max-width: 767px) {
	.pd_c_slider {
		padding: 4vw 4vw 4vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 2vw 4vw 4vw;
		font-size: 3.2vw;
		line-height: 1;
		letter-spacing: .4vw;
   }
	.pd_c_ttl_sub2 {
		padding: 0 3vw;
	    font-size: 5.1vw;
		line-height: 1.4;
		letter-spacing: .02em;
   }
	.pd_c_nm4 {
		padding: 2vw 0 6.5vw;
		font-size: 7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		border-bottom: 1px solid #000;
		margin: 4vw 4vw 7vw;
		transform: scale(1,0.95);
   }
	.pd_c_text {
		padding: 0 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1.7;
		letter-spacing: .4vw;
   }
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
   }
	.pd_c_text small {
		display: inline-block;
		padding-top: 4.5vw;
		font-size: 2vw;
		letter-spacing: 0.1vw;
   }
	.pd_c_price1 {
		padding: 0 4vw 2vw;
		font-size: 3.2vw;
		line-height: 1;
		letter-spacing: .1vw;
   }
	.pd_c_price2 {
		padding: 3vw 4vw 4vw;
    font-size: 7vw;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0vw;
   }
	.outofstock_blank {
		padding-bottom: 15% !important;
   }
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
   }
}
@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 4vw 0vw 0vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 0.9vw;
		line-height: 1;
		letter-spacing: 0.05vw;
   }
	.pd_c_ttl_sub2 {
		padding: 0.5vw 0vw 1vw;
		font-size: 1.2vw;
		line-height: 1.4;
		letter-spacing: 0.15vw;
   }
	.pd_c_nm4 {
		padding: 0vw 0vw 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 2vw;
   }
	.pd_c_text {
		font-size: 1.1vw;
	    line-height: 1.7;
    	letter-spacing: .05vw;
   }
	.pd_c_text small{
		padding: 1vw 0 0;
		font-size: .9vw;
		line-height: 1.5vw;
		letter-spacing: .05vw;
   }
	.pd_c_price1 {
		padding: 0;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: .1vw;
   }
	.pd_c_price2 {
		padding-top: 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0.1vw;
   }
	.pd_c_price2b {
		font-size: 1.2vw;
		line-height: 4vw;
   }
}
/*** c ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
   }
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
   }
	.pd_l_area_ttl2 {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 4vw;
   }
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
   }
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
   }
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 3vw;
		line-height: 5.0vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 1.0vw 0.0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 2vw 1.0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 15vw 0 15vw;
		/* background-color: #f2f2f2; */
   }
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: left;
		display:none;
   }
}
@media screen and (min-width: 768px) {
	.pd_l_area {
		padding: 4vw 0vw;
   }
	.pd_l_area_ttl {
		font-size: 1.8vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding-bottom: 1.5vw;
		text-align: center;
   }
	.pd_l_area_ttl2 {
font-size: 2.3vw;
line-height: 1;
letter-spacing: 0.45vw;
color: #231815;
padding-bottom: 6.3vw;
text-align: center;
padding-top: 1vw;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 0vw;
   }
	.pd_l_box1 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
   }
	.pd_l_box2 {
		float: left;
		width: 66%;
		padding: 0.5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
   }
	.pd_l_icon {
		padding: 1vw 1vw 1vw 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 0.7vw;
		line-height: 1.7;
		letter-spacing: 0vw;
		color: #231815;
		padding: 3vw 0vw 1.0vw 0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 1.0vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding: 0.5vw 1.0vw 0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 0 5vw 1vw;
   }
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: center;
   }
}
/*** l ***/
/*** btm ***/
#cartin_sp {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #d9e5dade;
	;
	padding: 0px 0px 0px;
	height: 10vw;
}
.mytrex_buy {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mytrex_buy_item {
		float: left;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		color: #231815;
		padding: 1vw 3vw 1vw 3vw;
		letter-spacing: 0.1vw;
		min-width: 30vw;
   }
	.mytrex_buy {
		padding: 0 12vw;
   }
}
@media screen and (min-width: 768px) {
	.mytrex_buy {
		padding: 0 1vw;
   }
}
/*** btm ***/
/*** modal ***/
@media screen and (max-width: 767px) {
	#btn-close-modal {
		width: 23vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 3.5vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 1.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 3.5vw;
		margin: 0 auto 10vw;
   }
	.modal-content {
		width: 94%;
   }
}
@media screen and (min-width: 768px) {
	#btn-close-modal {
		width: 7vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 1vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 0.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 1vw;
		margin: 0 auto 5vw;
   }
	.modal-content {
		width: 80%;
   }
}
.modal-content {
	margin: 60px auto 80px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
}
/*** modal ***/
/*** modal e1 ***/
@media screen and (max-width: 767px) {
	#pd_md_1 {
		padding: 15% 0% 0%;
   }
}
@media screen and (min-width: 768px) {
	#pd_md_1 {
		padding: 8% 0%;
   }
	.support_product_qa_ttl {
		text-align: left !important;
   }
}
/*** modal e1 ***/
/*** modal e5 ***/
@media screen and (min-width: 768px) {
	.support_product_qa_ttl {
		text-align: left !important;
   }
}
/*** modal e5 ***/


/***          cmn          ***/
.pd_wrap {
color: #1a1a1a;
}

@media screen and (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
min-height: 0;
}
.full-width,
.sp-full-width {
display: block;
margin: 0 calc(50% - 50vw);
}
.pd_wrap img {
width: 100%;
display: block;
vertical-align: bottom;
}
.pd_b {
margin-bottom: 6.5vw;
}
.pdct_n_a_sp_sub {
text-align: center;
font-size: 10.1vw;
letter-spacing: 1.1vw;
margin-bottom: 4vw;
}
.pdct_n_a_sp_sub {
text-align: center;
}
.pdct_n_a_sp_ttl {
text-align: center;
font-size: 5.3vw;
letter-spacing: 0.8vw;
margin-bottom: 5vw;
font-weight: 700;
transform: scale(1,0.9);
}
.pdct_n_a_sp_ttl2 {
text-align: center;
font-size: 2.8vw;
letter-spacing: 0.1em;
margin-bottom: 12vw;
}
}

@media screen and (min-width: 768px) {
.pd_wrap img {
width: 100%;
display: block;
vertical-align: bottom;
}
.full-width {
display: block;
margin: 0 calc(50% - 50vw);
}
}
/***          cmn          ***/

/*** REBIVE AIR pre ***/
@media screen and (max-width: 767px) {
.rakuten_pre_open {
font-size: 4.3vw;
line-height: 1;
padding: 2vw 4vw 0vw;
font-weight: 800;
letter-spacing: 0.4vw;
}
.rakuten_pre_open2 {
font-size: 5.0vw;
line-height: 1;
padding: 3vw 4vw;
margin-bottom: 2vw;
font-weight: 800;
letter-spacing: 0.2vw;
}
.rakuten_cart a {
display: flex;
justify-content: center;
align-items: center;
padding: 0 4vw;
margin: 0 4vw;
padding: 10px;
border: 1px solid #000;
position: relative;
}
.rakuten_cart a:after {
content: '';
width: 7px;
height: 7px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: .3s ease-in-out;
}
.rakuten_cart_icon {
width: 20vw;
}
.rakuten_cart_add {
padding: 0 6vw;
}
.rakuten_cart_add a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 4vw;
}
button.mt_pc_top_buy_cart_menu a {
display: block;
color: #fff;
}
}

@media screen and (min-width: 768px) {
.rakuten_cart a {
display: inline-flex;
align-items: center;
padding: 10px;
border: 1px solid #000;
position: relative;
padding-right: 4vw;
}
.rakuten_cart a:after {
content: '';
width: 7px;
height: 7px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: .3s ease-in-out;
}
.rakuten_cart_icon {
width: 5vw;
}
.rakuten_cart_add {
width: calc(100% - 5vw);
padding: 0 0 0 1vw;
}
.line_arrow {
width: 20vw;
height: 0.7vw;
border-bottom: 1px solid #1a1a1a;
border-right: 1px solid #1a1a1a;
transform: skew(45deg);
position: relative;
left: -0.5vw;
}
.rakuten_cart_add a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.2vw;
padding: 0 1vw;
}
button.mt_pc_top_buy_cart_menu a {
display: block;
color: #fff;
}
.rakuten_pre_open {
font-size: 1.3vw;
line-height: 1.2;
margin-bottom: 0.5vw;
font-weight: 800;
letter-spacing: 0.2vw;
}
.rakuten_pre_open2 {
font-size: 1.5vw;
line-height: 1;
margin-bottom: 1.5vw;
font-weight: 800;
}
}

/*** REBIVE AIR ***/
@media screen and (min-width: 768px) {
#rba_d, #rba_e, #rba_f, #rba_g, #rba_h, #rba_i, #rba_j, #rba_k {
	color: #333;
}
.rba_d_box1 {
	padding-bottom: 1.0vw;
}
.rba_d_box1a {
	padding-bottom: 2.0833333333vw;
}
.rba_d_box1b {
	font-size: 0.7vw;
    letter-spacing: 0.06em;
    padding-left: 1.5vw;
	}
.rba_d_box2 {
	padding-bottom: 10.4166666667vw;
}
.rba_d_box2a {
	width: 9.6875vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.6041666667vw;
}
.rba_d_box2b {
	font-size: 1.8229166667vw;
	letter-spacing: 0.09em;
	text-align: center;
	margin-bottom: 3.6458333333vw;
}
.rba_d_box2c {
	width: 61.875vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4.6875vw;
}
.rba_d_box2d {
	font-size: 0.6770833333vw;
	letter-spacing: 0.06em;
}
.rba_d_box3a {
	font-size: 1.75vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 3.0vw;
}
.rba_d_box3 {
	padding-bottom: 9.8958333333vw;
}
.rba_d_box3b {
	padding-bottom: 4.4270833333vw;
}
.rba_d_box3c {
	display: flex;
	justify-content: center;
}
.rba_d_box3c > span {
	display: inline-block;
	font-size: 1.3020833333vw;
	letter-spacing: 0.02em;
	margin: 0 2.6041666667vw;
	position: relative;
}
.rba_d_box3c > span::before {
	content: "";
	display: block;
	width: 2.7083333333vw;
	height: 2.7083333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.0416666667vw;
	background-color: #000000;
	border-radius: 50%;
}
.rba_d_box3c .green::before {
	background-color: #a1d5be;
}
.rba_d_box3c .yellow::before {
	background-color: #f4de6e;
}
.rba_d_box3c .pink::before {
	background-color: #ef426f;
}
.rba_d_box3c .blue::before {
	background-color: #9bcbeb;
}
.rba_d_box3c .white::before {
	background-color: #edeeec;
}
.rba_d_box3b .img-wrapper {
	display: grid;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.rba_d_box3b picture {
	display: contents;
}
.rba_d_box3b .img {
	grid-area: 1/1;
}
.rba_d_box3b .img--highlight {
	-webkit-clip-path: circle(13.5416666667vw at 65.1041666667vw 30.2083333333vw);
			clip-path: circle(13.5416666667vw at 65.1041666667vw 30.2083333333vw);
}
.rba_d_box3b .img-layer {
	background: rgba(0, 0, 0, 0.7);
	grid-area: 1/1;
}
.rba_d_box4 {
	background-color: #f7f7f7;
	padding: 5.2083333333vw 0 5.2083333333vw;
	position: relative;
}
.rba_d_box4a {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.09em;
	margin-bottom: 3.125vw;
}
.rba_d_box4b {
	display: flex;
	justify-content: space-between;
	width: 59.1145833333vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_d_box4b_1 {
	display: flex;
	width: 34.375vw;
}
.rba_d_box4b_2 {
	width: 23.9583333333vw;
}
.rba_d_box4b_1a2 {
	font-size: 1.6145833333vw;
	letter-spacing: 0.08em;
	height: 5.46875vw;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rba_d_box4b_1a2 > span {
	border-bottom: 2px solid #ffffff;
	padding-bottom: 0.2604166667vw;
}
.rba_d_box4b_1a2 {
	background-color: #a1d5be;
}
.rba_d_box4b_1b .rba_d_box4b_1a2 {
	background-color: #9bcbeb;
}
.rba_d_box4c {
	width: 3.8020833333vw;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2.34375vw;
}
.rba_d_box5 {
	width: 62.2916666667vw;
	margin-left: auto;
	margin-right: auto;
	padding: 7.8125vw 0 8.3333333333vw;
}
.rba_d_box5a {
	text-align: center;
	font-size: 2.6041666667vw;
	letter-spacing: 0.04em;
	margin-bottom: 3.3854166667vw;
}
.rba_d_box5a span:nth-of-type(1) {
	display: inline-block;
	transform: rotate(45deg);
}
.rba_d_box5a span:nth-of-type(2) {
	display: inline-block;
	transform: rotate(-45deg);
}
.rba_d_box6 {
	background-color: #f7f7f7;
	padding: 5.7291666667vw 0 6.7708333333vw;
}
.rba_d_box6a {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.02em;
	margin-bottom: 2.6041666667vw;
}
.rba_d_box6a span:nth-of-type(1) {
	display: inline-block;
	transform: rotate(45deg);
}
.rba_d_box6a span:nth-of-type(2) {
	display: inline-block;
	transform: rotate(-45deg);
}
.rba_d_box6b {
	text-align: center;
	font-size: 2.6041666667vw;
	letter-spacing: 0.06em;
	margin-bottom: 2.34375vw;
}
.rba_d_box6c {
	display: flex;
	justify-content: space-between;
	width: 56.7708333333vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_d_box6c_1 {
	width: 16.9270833333vw;
}
.rba_d_box6c_1a {
	background: url(img/product/rba-kr/icon_pop_pc.png) no-repeat left top;
	background-size: cover;
	height: 9.1666666667vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.1979166667vw;
	letter-spacing: -0.06em;
	line-height: 1.7391304348;
	margin-bottom: 2.0833333333vw;
	padding-bottom: 1vw;
}
.rba_d_box6c_1a2 {
	background: url(img/product/rba-kr/icon_pop_pc.png) no-repeat left top;
	background-size: cover;
	height: 9.1666666667vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.1979166667vw;
	letter-spacing: -0.06em;
	line-height: 1.7391304348;
	margin-bottom: 2.0833333333vw;
	padding-bottom: 0.7vw;
}
.rba_d_box6c_1b {
	width: 12.65625vw;
	margin-left: auto;
	margin-right: auto;
}
#rba_e {
	padding-top: 6.25vw;
}
.rba_e_box1 {
	margin-bottom: 1.5vw;
}
.rba_e_box1a {
	text-align: center;
	font-size: 1.1979166667vw;
	letter-spacing: 0.06em;
	margin-bottom: 1.8vw;
}
.rba_e_box1a strong {
	color: #a1d5be;
	font-weight: bold;
}
.rba_e_box1b {
	text-align: center;
}
.rba_e_box1b > span {
	display: inline-block;
	width: 59.8958333333vw;
	background-color: #a1d5be;
	color: #ffffff;
	text-align: center;
	padding: 1.2vw;
	font-size: 1.8229166667vw;
	letter-spacing: 0.02em;
	font-weight: bold;
	margin-bottom: 2.0833333333vw;
}
.rba_e_box1c {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.07em;
	line-height: 1.6;
	margin-bottom: 2.0833333333vw;
}
.rba_e_box1d {
	display: flex;
	justify-content: space-between;
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_e_box1d_1 {
	width: 29.9479166667vw;
}
.rba_e_box1d_2 {
	width: 28.3854166667vw;
}
.rba_e_box1d_2d{
text-align: center;
font-size: 1.4vw;
font-weight: normal;
line-height: 1.8;
padding: 3.5vw 0vw;
letter-spacing: 0.2vw;
}
.rba_e_box1d_1a {
	margin-bottom: 1.0416666667vw;
}
.rba_e_box1d_1b {
	display: flex;
	justify-content: space-between;
}
.rba_e_box1d_1b > div {
	width: 12.8645833333vw;
}
.rba_e_box1d_1b_1a {
background-color: #9FA1A1;
color: #fff;
text-align: center;
padding: .4166666667vw;
border-radius: 5px;
font-size: 0.9vw;
letter-spacing: -.03em;
margin-bottom: 0.5vw;
}
.rba_e_box1d_1b_1b {
text-align: center;
font-size: 0.9vw;
letter-spacing: 0.05vw;
line-height: 1.6;
}
.rba_e_box1d_1b_2 .rba_e_box1d_1b_1a {
	background-color: #A1D5BE;
}
.rba_e_box1d_2a {
	margin-bottom: 3.125vw;
}
.rba_e_box1d_2b {
	display: flex;
	align-items: center;
}
.rba_e_box1d_2b_1 {
	width: 6.1979166667vw;
	margin-right: 1.5625vw;
}
.rba_e_box1d_2b_2 {
	font-size: 1.1979166667vw;
	letter-spacing: 0.02em;
}
.rba_e_box2a {
	text-align: center;
}
.rba_e_box2a > span {
	display: inline-block;
	width: 59.8958333333vw;
	background-color: #a1d5be;
	color: #ffffff;
	text-align: center;
	padding: 1.3416666667vw;
	font-size: 1.8529166667vw;
	letter-spacing: 0.08em;
	font-weight: bold;
	margin-bottom: 2.0833333333vw;
}
.rba_e_box3a {
	text-align: center;
}
.rba_e_box3a > span {
	display: inline-block;
	width: 59.8958333333vw;
	background-color: #a1d5be;
	color: #ffffff;
	text-align: center;
	padding: 1.3416666667vw;
	font-size: 1.8529166667vw;
	letter-spacing: 0.08em;
	font-weight: bold;
	margin-bottom: 2.0833333333vw;
}
.rba_e_box2 {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.5104166667vw;
}
.rba_e_box2b {
	text-align: center;
	font-size: 1.8vw;
	letter-spacing: 0.04em;
	margin-bottom: 2.6041666667vw;
}
.rba_e_box2c {
	display: flex;
	justify-content: space-between;
}
.rba_e_box2c_1 {
	width: 29.375vw;
}
.rba_e_box2c_2 {
	width: 26.9791666667vw;
}
.rba_e_box2c_2a {
	margin-bottom: 2.6041666667vw;
}
.rba_e_box2c_2b {
	font-size: 0.6770833333vw;
	letter-spacing: 0.04em;
}
.rba_e_box3a sup {
	font-size: 0.6770833333vw;
	vertical-align: top;
	line-height: 2;
}
.rba_e_box3 {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_e_box3b {
	text-align: center;
	font-size: 1.8vw;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 1.8229166667vw;
}
.rba_e_box3c {
	display: flex;
	justify-content: space-between;
	margin-bottom: 11.9791666667vw;
}
.rba_e_box3c_1 {
	width: 30.5vw;
}
.rba_e_box3c_1a {
	margin-bottom: 1.8229166667vw;
}
.rba_e_box3c_1b {
	font-size: 0.6770833333vw;
	letter-spacing: 0.02em;
}
.rba_e_box3c_2 {
	width: 27.6041666667vw;
}
.rba_e_box3c_2a {
	background-color: #b1b7ad;
	color: #ffffff;
	padding: 0.8vw 0;
	text-align: center;
	font-size: 1.1979166667vw;
	letter-spacing: 0.06em;
	margin-bottom: 1.3020833333vw;
}
.rba_e_box3c_2b {
	text-align: center;
	font-size: 1.09375vw;
	letter-spacing: -0.04em;
	margin-bottom: 2.6041666667vw;
}
.rba_f_box {
	margin-bottom: 10.4166666667vw;
}
.rba_f_box1a {
	text-align: center;
	font-size: 1.2020833333vw;
	letter-spacing: 0.09em;
	margin-bottom: 2.34375vw;
}
.rba_f_box1a strong {
	color: #9bcbeb;
}
.rba_f_box1b {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.01em;
	margin-bottom: 3.6458333333vw;
}
.rba_f_box1c {
	margin-bottom: 4.6875vw;
}
.rba_f_box2 {
	width: 40vw;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	padding: 3.125vw 2.0833333333vw 2.0833333333vw;
}
.rba_f_box2a {
	display: flex;
	margin-bottom: 2.6041666667vw;
}
.rba_f_box2a_1 {
	width: 8.0208333333vw;
	margin-right: 2.0833333333vw;
}
.rba_f_box2a_2 {
	font-size: 1.3020833333vw;
	letter-spacing: 0.1em;
	line-height: 1.92;
}
.rba_f_box2b {
	font-size: 0.6770833333vw;
	line-height: 2;
}
.rba_g_box {
	margin-bottom: 14vw;
}
.rba_g_box1a {
	text-align: center;
	font-size: 1.2020833333vw;
	letter-spacing: 0.09em;
	margin-bottom: 2.6041666667vw;
}
.rba_g_box1a strong {
	color: #fbdb65;
}
.rba_g_box1b {
	text-align: center;
    font-size: 2.05vw;
    letter-spacing: 0.01em;
    margin-bottom: 3.6458333333vw;
}
.rba_g_box1c {
	margin-bottom: 6.0vw;
}
.rba_g_box2 {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.8vw;
}
.rba_g_box2a {
	width: 19.4vw;
	margin-bottom: 3.2vw;
}
.rba_g_box2a_1 {
	margin-bottom: 1.8229166667vw;
}
.rba_g_box2a_2 {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.06em;
	margin-bottom: 1.2vw;
}
.rba_g_box2a_3 {
	text-align: center;
    font-size: 1.15vw;
    letter-spacing: 0.04em;
    line-height: 1.55;
}
.rba_h_box1 {
	margin-bottom: 9.1145833333vw;
}
.rba_h_box1a {
	text-align: center;
	font-size: 1.1979166667vw;
	letter-spacing: 0.09em;
	margin-bottom: 2.0833333333vw;
}
.rba_h_box1a strong {
	color: #ef426f;
}
.rba_h_box1b {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.04em;
	margin-bottom: 2.8645833333vw;
}
.rba_h_box1c {
	width: 59.4791666667vw;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.1979166667vw;
}
.rba_h_box1c_1 {
	width: 19.0104166667vw;
}
.rba_h_box1c_1a {
	margin-bottom: 0.6vw;
}
.rba_h_box1c_1b {
	text-align: center;
	font-size: 1.1979166667vw;
	color: #ffffff;
	letter-spacing: 0.16em;
	padding: 1.5625vw 0;
}
.rba_h_box1c_1:nth-child(1) .rba_h_box1c_1b {
	background-color: #bbd5cc;
}
.rba_h_box1c_1:nth-child(2) .rba_h_box1c_1b {
	background-color: #b9b1a8;
}
.rba_h_box1c_1:nth-child(3) .rba_h_box1c_1b {
	background-color: #b9dbf1;
}
.rba_h_box {
	margin-bottom: 8.8vw;
}
.rba_h_box2a {
	text-align: center;
	font-size: 1.1979166667vw;
	letter-spacing: 0.02em;
	margin-bottom: 2.34375vw;
	color: #a8a9a9;
}
.rba_h_box2b {
	text-align: center;
    font-size: 1.75vw;
    letter-spacing: 0.13em;
    line-height: 1.8;
    margin-bottom: 3.6458333333vw;
}
.rba_h_box2c {
	margin-bottom: 5.2083333333vw;
}
.rba_h_box3 {
	position: relative;
	width: 60.1041666667vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_h_box3a {
	text-align: center;
	font-size: 2.0833333333vw;
	letter-spacing: 0.32em;
	margin-bottom: -0.5em;
}
.rba_h_box3b {
	background-color: #f7f7f7;
	padding: 3.5vw 5.0vw 4.0vw 2.0vw;
}
.rba_i_box {
	margin-bottom: 14.84375vw;
}
.rba_i_box1 {
	width: 60.1041666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16.3vw;
}
.rba_i_box1a {
	margin-bottom: 4.5vw;
	text-align: center;
}
.rba_i_box1a span {
	display: inline-flex;
	align-items: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.06em;
	padding: 0 2.0833333333vw;
	/* margin-bottom: 2.8645833333vw; */
	position: relative;
	height: 3.125vw !important;
}
.rba_i_box1a > span:before,
.rba_i_box1a > span:after {
	content: "";
	display: inline-block;
	width: 0.6770833333vw;
	height: 3.125vw;
	background: url(img/product/rba-kr/icon_bracket_pc.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.is-webp .rba_i_box1a > span:before,
.is-webp .rba_i_box1a > span:after {
	background: url(img/product/rba-kr/icon_bracket_pc.png.webp) no-repeat left top;
	background-size: cover;
}
.rba_i_box1a > span:after {
	transform: rotate(-180deg);
	left: auto;
	right: 0;
}
.rba_i_box1b {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.125vw;
}
.rba_i_box1b_1 {
	width: 18.7vw;
}
.rba_i_box1b_1a {
	margin-bottom: 1.3vw;
}
.rba_i_box1b_1b {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.01em;
	line-height: 1.4857142857;
	margin-bottom: 1.8vw;
}
.rba_i_box1b_1b sup {
	font-size: 0.6770833333vw;
	vertical-align: text-top;
}
.rba_i_box1b_1c {
	font-size: 1.1vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
}
.rba_i_box1b_1c sup {
	font-size: 0.6770833333vw;
	vertical-align: text-top;
}
.rba_i_box1c {
	font-size: 0.6770833333vw;
	letter-spacing: 0.17em;
}
.rba_i_box2 {
	display: flex;
}
.rba_i_box2a {
	width: 56.3541666667vw;
	margin-right: 4.4270833333vw;
}
.rba_i_box2b {
	padding-top: 9vw;
}
.rba_i_box2b_1 {
	font-size: 1.8vw;
    letter-spacing: .1em;
    line-height: 1.8285714286;
    margin-bottom: 1.3vw;
}
.rba_i_box2b_2 {
font-size: 1.3020833333vw;
letter-spacing: .04em;
line-height: 2.25;
margin-bottom: 6.552vw;
}
.rba_i_box2b_3 {
	font-size: 1.8229166667vw;
	letter-spacing: 0.12em;
	line-height: 1.8285714286;
}
.rba_j_box1 {
	margin-bottom: 11.4583333333vw;
}
.rba_j_box1b {
	text-align: center;
    font-size: 1.8vw;
    letter-spacing: 0.01em;
    margin-bottom: 4.5vw;
}
.rba_j_box1c {
	display: flex;
	justify-content: space-between;
	width: 44.4270833333vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_j_box1c_1 {
	width: 19.4791666667vw;
}
.rba_j_box1c_2 {
	width: 22.0833333333vw;
}
.rba_j_box1c_2a {
	font-size: 1.6145833333vw;
	letter-spacing: 0em;
	line-height: 1.4193548387;
	margin-bottom: 1.5vw;
}
.rba_j_box1c_2b {
	font-size: 0.9375vw;
	letter-spacing: 0.12em;
	line-height: 1.8888888889;
}
.rba_j_box2 {
	margin-bottom: 7.2916666667vw;
}
.rba_j_box2a {
	text-align: center;
	font-size: 1.8229166667vw;
	letter-spacing: 0.11em;
	margin-bottom: 3.3854166667vw;
}
.rba_j_box2b {
	width: 60.1041666667vw;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	gap: 0 1.3020833333vw;
	flex-wrap: wrap;
}
.rba_j_box2b_1 {
	width: 19.165vw;
	margin-bottom: 4.6875vw;
}
/*  */

/*  */
.rba_j_box3 {
	width: 59.7916666667vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13.0208333333vw;
}
.rba_j_box4 {
	margin-bottom: 11.4583333333vw;
}
.rba_j_box4a span {
	display: inline-block;
	padding-top: 0.5208333333vw;
}
.rba_i_box1a .rba_j_box4a_1 {
	display: block;
	font-size: 0.6770833333vw;
	letter-spacing: 0.139em;
	/* bottom: 3.7vw; */
}
.rba_j_box4a span {
	/* height: 4.3229166667vw; */
}
.rba_j_box4a > span:before,
.rba_j_box4a > span:after {
	width: 0.9375vw;
	height: 4.3229166667vw;
}
.rba_j_box4b {
	width: 53.125vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_j_box4b {
	margin-bottom: 2.6041666667vw;
}
.rba_j_box4b > table {
border-top: 1px solid #5957575c;
border-left: 1px solid #5957575c;
border-right: 1px solid #5957575c;
}
.rba_j_box4b > table tr:nth-child(1) th {
	background-color: #eaeaeb;
}
.rba_j_box4b > table tr:nth-child(2) th {
	background-color: #d7d8d8;
}
.rba_j_box4b > table tr th {
	width: 13.6979166667vw;
	padding: 0.5208333333vw 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.40625vw;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #5957575c;
	border-right: 1px solid #5957575c;
}
.rba_j_box4b > table tr td {
	font-size: 1.40625vw;
	letter-spacing: 0.05em;
}
.rba_j_box4b > table tr:nth-child(1) td {
	padding: 0.5208333333vw 0;
	padding-left: 2.0833333333vw;
	border-bottom: 1px solid #5957575c;
}
.rba_j_box4b > table tr table td {
	padding: 0.5208333333vw 0;
	padding-left: 2.0833333333vw;
	border-bottom: 1px solid #5957575c;
}
.rba_j_box4c {
	width: 53.125vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.6770833333vw;
	letter-spacing: 0.04em;
}
.rba_k_box {
	margin-bottom: 9.375vw;
}
.rba_k_box1 {
	text-align: center;
}
.rba_k_box1 span {
	display: inline-block;
	background-color: #666666;
	color: #ffffff;
	padding: 1.8229166667vw 3.6458333333vw;
	font-size: 1.1979166667vw;
	letter-spacing: 0.19em;
	text-align: center;
	margin-bottom: 3.2vw;
}
.rba_k_box2 {
	width: 61.8229166667vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6.7708333333vw !important;
	margin-bottom: 2.6041666667vw;
	margin-left: 11.71875vw;
	position: relative;
}
.rba_k_box3 {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5625vw;
	margin-top: 2.6041666667vw !important;
}
.rba_k_box4 {
	display: flex;
	justify-content: space-between;
	width: 58.125vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.5104166667vw;
}
.rba_k_box4a {
	width: 16.54vw;
}
.rba_k_box4b {
	width: 39vw;
}
.rba_k_box4b_1 {
	padding-top: 1.5625vw;
	font-size: 1.8229166667vw;
	letter-spacing: 0.16em;
	margin-bottom: 2.0833333333vw;
}
.rba_k_box4b_1 sup {
	font-size: 0.6770833333vw;
	vertical-align: top;
}
.rba_k_box4b_2 {
font-size: 1.1179166667vw;
line-height: 1.9565217391;
margin-bottom: 2.34375vw;
letter-spacing: 0.02vw;
}
.rba_k_box4b_3 {
	font-size: 0.78125vw;
	letter-spacing: 0.06em;
}
.rba_k_box4.rba_k_box4_separately {
	justify-content: center;
	margin-bottom: 6.5104166667vw;
}
.rba_k_box4.rba_k_box4_separately .rba_k_box4b_3 {
	text-align: center;
}
.rba_k_box5 {
	display: flex;
	justify-content: center;
}
.rba_k_box5a {
	width: 17.34375vw;
	margin-right: 7.2916666667vw;
}
.rba_k_box5b {
	width: 33.59375vw;
	color: #231815;
}
.rba_k_box5b_1a {
	font-size: 0.9375vw;
	letter-spacing: 0.07em;
	margin-bottom: 1.0416666667vw;
}
.rba_k_box5b_1b {
	font-size: 2.03125vw;
	letter-spacing: 0.09em;
	padding-bottom: 2.0833333333vw;
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 0.78125vw;
}
.rba_k_box5b_1c {
	font-size: 0.9375vw;
	letter-spacing: 0.05em;
	margin-bottom: 1.0416666667vw;
}
.rba_k_box5b_1d {
	font-size: 3.0208333333vw;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.rba_k_box5b_1d span {
	font-size: 0.9375vw;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.rba_k_box5b_3 {
	font-size: 0.8854166667vw;
	letter-spacing: 0.08em;
	line-height: 1.7058823529;
}
#rba_k img {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
#rba_d, #rba_e, #rba_f, #rba_g, #rba_h, #rba_i, #rba_j, #rba_k {
	color: #666666;
}
.rba_d_box2 {
	width: 74.9333333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14.6666666667vw;
	margin-top: 10vw !important;
}
.rba_d_box1a {
	margin-bottom: 27vw;
}
.rba_d_box3 {
	padding-bottom: 10.5vw;
}
.rba_d_box3a {
	text-align: center;
    font-size: 5.3vw;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 7.7vw;
}
.rba_d_box3b {
	padding-bottom: 6vw;
}
.rba_d_box3c {
	display: flex;
	justify-content: center;
}
.rba_d_box3c > span {
	display: inline-block;
	font-size: 2.4vw;
	letter-spacing: 0.02em;
	margin: 0 2vw;
	position: relative;
}
.rba_d_box3c > span::before {
	content: "";
	display: block;
	width: 7.3333333333vw;
	height: 7.3333333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2vw;
	background-color: #000000;
	border-radius: 50%;
}
.rba_d_box3c .green::before {
	background-color: #a1d5be;
}
.rba_d_box3c .yellow::before {
	background-color: #f4de6e;
}
.rba_d_box3c .pink::before {
	background-color: #ef426f;
}
.rba_d_box3c .blue::before {
	background-color: #9bcbeb;
}
.rba_d_box3c .white::before {
	background-color: #edeeec;
}
.rba_d_box3b .img-wrapper {
	display: grid;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.rba_d_box4 {
	background-color: #f7f7f7;
	padding: 12vw 0 12vw;
	position: relative;
}
.rba_d_box4a {
text-align: center;
font-size: 4.8vw;
line-height: 1.5;
margin-bottom: 8vw;
letter-spacing: 0.8vw;
}
.rba_d_box4b_1 {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 10vw;
}
.rba_d_box4b_1a {
	display: flex;
	align-items: center;
}
.rba_d_box4b_1a1 {
	width: 50.4vw;
}
.rba_d_box4b_1a2 {
	height: 23.2vw;
	width: 49.6vw;
	background-color: #9bcbeb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 5.3333333333vw;
	letter-spacing: 0.08em;
}
.rba_d_box4b_1a2 span {
	font-weight: bold;
	padding-bottom: 0.6666666667vw;
	border-bottom: 1px solid #ffffff;
	margin-left: 2.6666666667vw;
}
.rba_d_box4b_1b {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 6.6666666667vw;
}
.rba_d_box4b_1a .rba_d_box4b_1a2 {
	background-color: #a1d5be;
}
.rba_d_box4b_2 {
	width: 68.9333333333vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_d_box4c {
	width: 9.7333333333vw;
	height: 9.7333333333vw;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -4.6666666667vw;
}
.rba_d_box5 {
	padding-top: 11.3333333333vw;
}
.rba_d_box5a {
	text-align: center;
	font-size: 5.3333333333vw;
	letter-spacing: 0.4vw;
	margin-bottom: 9.3333333333vw;
}
.rba_d_box5a span:nth-of-type(1) {
	display: inline-block;
	transform: rotate(45deg);
	padding: 0vw 1.2vw;
}
.rba_d_box5a span:nth-of-type(2) {
	display: inline-block;
	transform: rotate(-45deg);
	padding: 0vw 1.2vw;
}
.rba_d_box5b_1.sp {
text-align: center;
font-size: 5.1vw;
line-height: 1.5;
margin-bottom: 6.6666666667vw;
letter-spacing: 0.2vw;
}
.rba_d_box5b_3.sp {
	text-align: center;
}
.rba_d_box5b_3.sp span {
	display: inline-block;
	background-color: #666666;
	padding: 5.3333333333vw 2.6666666667vw;
	color: #ffffff;
	font-size: 3.3333333333vw;
	letter-spacing: -0.06em;
	margin-bottom: 8vw;
}
.rba_d_box6 {
	padding: 15vw 0 11.5vw;
}
.rba_d_box6a {
	text-align: center;
    font-size: 3.1vw;
    letter-spacing: 0.1em;
    margin-bottom: 4vw;
    color: #666;
}
.rba_d_box6a span:nth-of-type(1) {
	display: inline-block;
	transform: rotate(45deg);
	padding: 0vw 2vw;
}
.rba_d_box6a span:nth-of-type(2) {
	display: inline-block;
	transform: rotate(-45deg);
	padding: 0vw 2vw;
}
.rba_d_box6b {
	text-align: center;
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
    margin-bottom: 7.5vw;
}
.rba_d_box6b span {
	padding-bottom: 1vw;
	border-bottom: 4px dotted #b1b7ad;
}
.rba_d_box6c {
	display: flex;
	justify-content: space-between;
	width: 84vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_d_box6c_1 {
	width: 25.4666666667vw;
}
.rba_d_box6c_1a {
	background: url(img/product/rba-kr/icon_pop_sp.png) no-repeat left top;
	background-size: contain;
	height: 17.3333333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.4vw;
	letter-spacing: -0.1em;
	line-height: 1.5;
	margin-bottom: 2.333vw;
    padding-bottom: 1.2vw;
    padding-top: 0;
}
.is-webp .rba_d_box6c_1a {
	background: url(img/product/rba-kr/icon_pop_sp.png.webp) no-repeat left top;
	background-size: contain;
}
.rba_d_box6c_1a2 {
	background: url(img/product/rba-kr/icon_pop_sp.png) no-repeat left top;
	background-size: contain;
	height: 17.3333333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.4vw;
	letter-spacing: -0.1em;
	line-height: 1.5;
	margin-bottom: 3.3333333333vw;
	padding-bottom: 1.2vw;
	padding-top: 0;
}
.is-webp .rba_d_box6c_1a2 {
	background: url(img/product/rba-kr/icon_pop_sp.png.webp) no-repeat left top;
	background-size: contain;
}
.rba_e_box1a {
	text-align: center;
	font-size: 3.3333333333vw;
	letter-spacing: 0.08em;
	margin-bottom: 9.3333333333vw;
}
.rba_e_box1a strong {
	color: #a1d5be;
}
.rba_e_box1b {
	text-align: center;
}
.rba_e_box1c {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 2vw;
	font-size: 5.2vw;
letter-spacing: 0.2vw;
}
.rba_e_box1c small {
	display: inline-block;
	font-size: 3.3333333333vw;
	letter-spacing: 0.07em;
	line-height: 5;
}
.rba_e_box1d {
	padding: 0 0 8vw;
}
.rba_e_box1d_1b {
	display: flex;
	justify-content: space-between;
/* 	width: 90.8vw; */
	padding: 3.5vw 0 6vw;
    margin: 0 7vw;
}
.rba_e_box1d_1b_1 {
	width: 39.0666666667vw;
}
.rba_e_box1d_1b_2 {
	width: 39.0666666667vw;
}
.rba_e_box1d_1b_1a {
	text-align: center;
    background-color: #9FA1A1;
    padding: 1.9vw 0;
    color: #fff;
    font-size: 3.2vw;
    letter-spacing: .05em;
    margin-bottom: 1.5vw;
    border-radius: 4px;
}
.rba_e_box1d_1b_1b {
	text-align: center;
    font-size: 3.1vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.rba_e_box1d_1b_2 .rba_e_box1d_1b_1a {
	background-color: #A1D5BE;
}
	.rba_e_box1d_2{
		padding: 0 7vw;
	}
.rba_e_box1d_2a {
/*	margin-left: 5.3333333333vw;
	margin-right: 5.3333333333vw;
	margin-bottom: 10.6666666667vw; */
}
.rba_e_box1d_2b {
	display: flex;
	align-items: center;
	width: 52.6666666667vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.3333333333vw;
}
.rba_e_box1d_2b_1 {
	width: 15.2vw;
	margin-right: 4vw;
}
.rba_e_box1d_2b_2 {
	font-size: 4.9333333333vw;
	letter-spacing: 0.02em;
	line-height: 1.4054054054;
}
.rba_e_box1d_2c {
	text-align: center;
	font-size: 1.7333333333vw;
	letter-spacing: 0.06em;
}
.rba_e_box2 {
	width: 82.9333333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13vw;
}
.rba_e_box2d {
	text-align: center;
	margin-bottom: -2vw;
}
.rba_e_box2d span {
	display: inline-block;
	font-size: 3.3333333333vw;
	color: #a1d5be;
	letter-spacing: 0.08em;
	background-color: #ffffff;
	padding: 0 4vw;
}
.rba_e_box2d_2 {
font-size: 5.2vw !important;
padding: 0vw !important;
}
.rba_e_box2a {
	text-align: center;
    font-size: 4.9333333333vw;
    line-height: 1.7027027027;
    padding: 6.0vw 0 4.5vw;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin: 0 0vw 7.5vw;
}
.rba_e_box2c_1 {
	margin-bottom: 13.3333333333vw;
}
.rba_e_box2b {
	text-align: center;
    font-size: 3.3vw;
    letter-spacing: 0.08em;
    margin-bottom: 6.5vw;
}
  .rba_e_box2c_2a {
    padding: 0vw 2vw 4vw;
  }
.rba_e_box2c_2b {
	text-align: center;
	font-size: 1.7333333333vw;
	letter-spacing: 0.04em;
}
.rba_e_box1d_2d {
	font-size: 4.9vw;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 4.5vw;
}
.rba_e_box3c {
	background-color: #f7f7f7;
	padding: 10.6666666667vw 8vw 13.3333333333vw;
}
.rba_e_box3c_1a {
	margin-bottom: 7.3333333333vw;
}
.rba_e_box3a {
	font-size: 4.9vw;
    letter-spacing: 0.2vw;
    margin-bottom: 5vw;
    text-align: center;
    font-weight: 100;
}
.rba_e_box3a sup {
	font-size: 2.733333333vw;
	vertical-align: top;
	line-height: 2;
}
.rba_e_box3b {
	width: 66.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    line-height: 1.9;
    margin-bottom: 3.5vw;
    letter-spacing: 0.3vw;
}
.rba_e_box3c_1b {
	width: 66.6666666667vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8666666667vw;
	letter-spacing: 0.02em;
	margin-bottom: 12vw;
}
.rba_e_box3c_2 {
	width: 66.6666666667vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_e_box3c_2a {
	background-color: #a1d5be;
    color: #ffffff;
    padding: 2.2vw 0;
    text-align: center;
    font-size: 3.5vw;
    letter-spacing: 0.06em;
    line-height: 1;
}
.rba_e_box3c_2b {
	background-color: #ffffff;
    padding: 4vw 0 4vw;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0.08em;
    line-height: 1.8;
}
.rba_e_box3c_2b {
	margin-bottom: 7.0vw;
}
.rba_e_box3c_2b:last-of-type {
	margin-bottom: 0;
}
.rba_f_box {
	padding: 21.3333333333vw 0 0;
}
.rba_f_box1a {
	text-align: center;
	font-size: 3.3333333333vw;
	letter-spacing: 0.06em;
	margin-bottom: 6vw;
}
.rba_f_box1a strong {
	color: #9bcbeb;
}
.rba_f_box1b {
	margin-bottom: 5.5vw;
	font-size: 5.3333333333vw;
	line-height: 1.5;
	letter-spacing: 0.1vw;
	font-weight: 200;
	text-align: center;
}
.rba_f_box1c {
	margin-bottom: 10.5vw;
}
.sp .rba_f_box1b {
	text-align: center;
	margin-left: auto;
}
.rba_f_box2 {
	background-color: #fafcfe;
    padding: 9vw 6.6666666667vw 10vw 6.6666666667vw;
}
.rba_f_box2a_2 {
	text-align: center;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.9;
    margin-bottom: 7.5vw;
}
.rba_f_box2a {
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
}
.rba_f_box2a_1 {
	width: 23.2vw;
}
.rba_f_box2a_2 {
	width: 60.8vw;
	font-size: 4.1333333333vw;
	letter-spacing: -0.03em;
	line-height: 1.6774193548;
}
.rba_f_box2b {
	font-size: 1.7333333333vw;
    letter-spacing: .02em;
    line-height: 2;
    padding-left: 8vw;
}
.rba_g_box {
	padding-top: 30vw;
	width: 82.8vw;
	margin-left: auto;
	margin-right: auto;
}
.rba_g_box1a {
	text-align: center;
    font-size: 3.3333333333vw;
    letter-spacing: 0.04em;
    margin-bottom: 5.667vw;
    font-weight: 100;
}
.rba_g_box1a strong {
	color: #fbdb65;
}
.rba_g_box1b {
	text-align: center;
    font-size: 5.0vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.rba_g_box1c {
	width: 82.8vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10.6666666667vw;
}
.rba_g_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rba_g_box2a {
	width: 41.0vw;
	margin-bottom: 6.6666666667vw;
}
.rba_g_box2a_1 {
	margin-bottom: 4vw;
}
.rba_g_box2a_2 {
	text-align: center;
	font-size: 5.6vw;
	margin-bottom: 3.3333333333vw;
}
.rba_g_box2a_3 {
	text-align: center;
	font-size: 2.8vw;
	letter-spacing: -0.05em;
	line-height: 1.4761904762;
}
.rba_h_box {
	padding-top: 20vw;
}
.rba_h_box1a {
	text-align: center;
	font-size: 3.3333333333vw;
	letter-spacing: 0.02em;
	margin-bottom: 6.6666666667vw;
}
.rba_h_box1a strong {
	color: #ef426f;
}
.rba_h_box1b {
	text-align: center;
	font-size: 5.3333333333vw;
	line-height: 1.5;
	margin-bottom: 8.6666666667vw;
}
.rba_h_box1c_1 {
	display: flex;
	align-items: center;
	margin-bottom: 10vw;
}
.rba_h_box1c_1:nth-child(2) {
	flex-direction: row-reverse;
}
.rba_h_box1c_1a {
	width: 65.4666666667vw;
}
.rba_h_box1c_1b {
	width: 44.1333333333vw;
	padding: 2.6666666667vw 0;
	margin-right: 4vw;
	position: absolute;
	right: 0;
	font-size: 3.3333333333vw;
	letter-spacing: 0.08em;
	color: #ffffff;
	text-align: center;
}
.rba_h_box1c_1:nth-child(2) .rba_h_box1c_1b {
	right: auto;
	left: 0;
	margin-right: 0vw;
	margin-left: 4vw;
}
.rba_h_box1c_1:nth-child(1) .rba_h_box1c_1b {
	background-color: #bbd5cc;
}
.rba_h_box1c_1:nth-child(2) .rba_h_box1c_1b {
	background-color: #b9b1a8;
}
.rba_h_box1c_1:nth-child(3) .rba_h_box1c_1b {
	background-color: #9bcbeb;
}
.rba_h_box2 {
	padding-top: 18vw;
	margin-bottom: 12.5vw;
}
.rba_h_box2a {
	text-align: center;
	font-size: 3.3333333333vw;
	letter-spacing: 0.02em;
	margin-bottom: 3.5vw;
}
.rba_h_box2b {
	text-align: center;
    font-size: 4.7vw;
    line-height: 1.8;
    margin-bottom: 9vw;
    font-weight: 200;
}
.rba_h_box2c {
	margin-bottom: 7.5vw;
}
.rba_h_box2d {
	text-align: center;
    font-size: 3vw;
    letter-spacing: 0.09em;
    line-height: 1.9;
    font-weight: 200;
}
.rba_h_box3 {
	background-color: #f0f0f0;
	padding: 13.3333333333vw 6.6666666667vw 9.3333333333vw;
	position: relative;
}
.rba_h_box3a {
	display: inline-block;
	width: 62.1333333333vw;
	background-color: #a8a9a9;
	padding: 4vw 0;
	color: #ffffff;
	text-align: center;
	font-size: 3.3333333333vw;
	letter-spacing: 0.12em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5.3333333333vw !important;
}
.rba_h_box3c {
	text-align: center;
	font-size: 4.6666666667vw;
	letter-spacing: 0.04em;
	margin-bottom: 6.6666666667vw;
}
.rba_i_box {
	padding-top: 26.6666666667vw;
}
.rba_i_box1 {
	margin-bottom: 26.6666666667vw;
}
.rba_i_box1a {
	text-align: center;
	font-size: 4.9333333333vw;
	letter-spacing: 0.04em;
	margin-bottom: 8vw;
	font-weight: 200;
}
.rba_i_box1b {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 7.3333333333vw;
}
.rba_i_box1b_1 {
	width: 38vw;
	margin-bottom: 8vw;
}
.rba_i_box1b_1a {
	margin-bottom: 2.5vw;
}
.rba_i_box1b_1b {
	text-align: center;
	font-size: 3.6vw;
	line-height: 1.6;
	margin-bottom: 3vw;
	font-weight: 200;
}
.rba_i_box1b_1b sup {
font-size: 2vw;
vertical-align: middle;
}
.rba_i_box1b_1c {
	font-size: 2.8vw;
	letter-spacing: -0.05em;
	line-height: 1.4761904762;
	font-weight: 200;
}
.rba_i_box1b_1c sup {
font-size: 1.7vw;
vertical-align: middle;
}
.rba_i_box1c {
	margin-left: 8vw;
	margin-right: 8vw;
	font-size: 2vw;
	letter-spacing: -0.02em;
	line-height: 1.6;
}
.rba_i_box2a {
	margin-bottom: 5vw;
}
.rba_i_box2b {
	margin-left: 8vw;
	margin-right: 8vw;
	margin-bottom: 31vw;
}
.rba_i_box2b_1 {
	font-size: 6.8vw;
    line-height: 1.85;
    margin-bottom: 3.667vw;
    font-weight: 300;
}
.rba_i_box2b_2 {
	font-size: 3.3vw;
    line-height: 1.9;
    margin-bottom: 5vw;
    letter-spacing: 0.08em;
    font-weight: 200;
}
.rba_i_box2b_3 {
	font-size: 5.5vw;
    letter-spacing: 0.06em;
    line-height: 1.7857142857;
    font-weight: 200;
}
.rba_j_box1 {
	margin-left: 7.3333333333vw;
	margin-right: 7.3333333333vw;
}
.rba_j_box1a {
	font-size: 3.3333333333vw;
	letter-spacing: 0.08em;
	margin-bottom: 4vw;
	font-weight: 100;
}
.rba_j_box1b {
	text-align: center;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 7.3333333333vw;
    font-weight: 300;
}
.rba_j_box1c_1 {
	margin-bottom: 6.6666666667vw;
}
.rba_j_box1c_2 {
	margin-bottom: 33.3333333333vw;
}
.rba_j_box2 {
	margin-left: 7.3333333333vw;
	margin-right: 7.3333333333vw;
	margin-bottom: 22.5vw;
}
.rba_j_box1c_2a {
	text-align: center;
    font-size: 5vw;
    margin-bottom: 4.2vw;
    font-weight: 200;
}
.rba_j_box1c_2b {
	font-size: 3.3333333333vw;
	letter-spacing: 0.09em;
	line-height: 1.8;
}
.rba_j_box2c {
	text-align: center;
    font-size: 3.3333333333vw;
    letter-spacing: 0.15em;
    margin-bottom: 6.5vw;
    font-weight: 100;
}
.rba_j_box2a {
	text-align: center;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 13.3333333333vw;
    font-weight: 200;
}
.rba_j_box2b_1:not(:last-of-type) {
	margin-bottom: 14vw;
}
.rba_j_box3a {
	text-align: center;
    font-size: 4.7333333333vw;
    line-height: 1.8;
    margin-bottom: 6vw;
    letter-spacing: 0.4vw;
    font-weight: 300;
}
.rba_j_box3b {
	margin-bottom: 20vw;
}
.rba_j_box4 {
	margin-bottom: 26.6666666667vw;
}
.rba_j_box4a {
	font-size: 3.5333333333vw;
	letter-spacing: 0.1em;
}
.rba_j_box4a_1 {
	display: inline-block;
	font-size: 2vw;
	letter-spacing: 0.139em;
	padding-top: 2.6666666667vw;
}
.rba_j_box4d.sp {
	margin-bottom: 12vw;
}
.rba_j_box4b {
	margin-left: 7.3333333333vw;
	margin-right: 7.3333333333vw;
	margin-bottom: 5.3333333333vw;
}
.rba_j_box4b > table {
	border-top: 1px solid #5957575c;
	border-left: 1px solid #5957575c;
	border-right: 1px solid #5957575c;
}
.rba_j_box4b > table tr:nth-child(1) th {
	background-color: #eaeaeb;
	font-weight: 100;
}
.rba_j_box4b > table tr:nth-child(2) th {
	background-color: #d7d8d8;
	font-weight: 100;
}
.rba_j_box4b > table tr th {
	width: 21.2vw;
	padding: 1.3333333333vw 0;
	text-align: center;
	vertical-align: middle;
	font-size: 3.3333333333vw;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #5957575c;
	border-right: 1px solid #5957575c;
}
.rba_j_box4b > table tr td {
	font-size: 2.2vw;
    letter-spacing: 0.01em;
    font-weight: 200;
}
.rba_j_box4b > table tr:nth-child(1) td {
	padding: 1.0vw 0;
	padding-left: 2vw;
	border-bottom: 1px solid #5957575c;
}
.rba_j_box4b > table tr table td {
	padding: 1.3333333333vw 0;
	padding-left: 2vw;
	border-bottom: 1px solid #5957575c;
}
.rba_j_box4c {
	margin-left: 7.3333333333vw;
    margin-right: 7.3333333333vw;
    font-size: 1.9vw;
    letter-spacing: -0.02em;
    line-height: 1.7;
}
.rba_k_box1 {
	text-align: center;
}
.rba_k_box1 span {
	display: inline-block;
	background-color: #666666;
	color: #ffffff;
	padding: 4.6666666667vw 9.3333333333vw;
	font-size: 3.3333333333vw;
	letter-spacing: 0.19em;
	text-align: center;
	margin-bottom: 8vw;
}
.rba_k_box6.sp {
text-align: center;
font-size: 4.9vw;
letter-spacing: 0.04em;
line-height: 1.5;
margin-bottom: 10.6666666667vw;
}
.rba_k_box4 {
	padding-left: 7.3333333333vw;
	padding-right: 7.3333333333vw;
	padding-top: 10.6666666667vw;
	padding-bottom: 8vw;
	background-color: #9bcbeb;
	color: #ffffff;
}
.rba_k_box4.bg_white {
	background-color: #ffffff;
	color: #666666;
}
.rba_k_box4b_1 {
	text-align: center;
	font-size: 5.3333333333vw;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: 7.3333333333vw;
}
.rba_k_box4b_1 sup {
	font-size: 2.733333333vw;
	vertical-align: top;
	line-height: 3.5;
}
.rba_k_box4b_2 {
	font-size: 3.3333333333vw;
	letter-spacing: 0.09em;
	line-height: 1.8;
	margin-bottom: 8.6666666667vw;
}
.rba_k_box4b_3 {
	font-size: 2vw;
	letter-spacing: 0.024em;
}
.rba_k_box5_separately {
	padding-top: 13.3333333333vw;
	display: flex;
	flex-flow: row-reverse;
	justify-content: start;
	margin-left: 7.3333333333vw;
	margin-right: 7.3333333333vw;
	margin-bottom: 10vw;
	color: #000000;
}
.rba_k_box5_separately .fs_cart_add form {
	padding-left: 0;
}
.rba_k_box5a {
	width: 20.8vw;
	padding-top: 12.666666666vw;
}
.rba_k_box5b_1a {
	font-size: 2.8vw;
	letter-spacing: 0.12em;
	margin-bottom: 2vw;
}
.rba_k_box5b_1b {
	font-size: 4.4vw;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4242424242;
	margin-bottom: 4.6666666667vw;
}
.rba_k_box5b_1c {
	font-size: 2.8vw;
	letter-spacing: 0.05em;
	margin-bottom: 2vw;
}
.rba_k_box5b_1d {
	font-size: 8.8vw;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 6.6666666667vw;
}
.rba_k_box5b_1d span {
	font-size: 2.5333333333vw;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.rba_k_box5b_3.sp {
	margin-left: 7.3333333333vw;
	margin-right: 7.3333333333vw;
	font-size: 2.2666666667vw;
	letter-spacing: 0.08em;
	line-height: 1.7058823529;
}
#rba_k img {
	width: 100%;
}
#rba_k {
	padding-bottom: 15vw;
}
}

/*** REBIVE AIR KV ***/
.splide__pagination--custom .splide__pagination__page {
	opacity: 1;
}
.splide__pagination--custom .splide__pagination__page.is-active {
	transform: scale(1.0);
	background-color: transparent;
}
.splide__pagination--custom .splide__pagination__page {
	background: #efefef;
}
.splide__pagination--custom li:nth-child(1) .splide__pagination__page.is-active {
	background-color: #fbdb65;
	position: relative;
}
.splide__pagination--custom li:nth-child(1) .splide__pagination__page.is-active:after {
	background-color: #a1d5be;
}
.splide__pagination--custom li:nth-child(1) .splide__pagination__page.is-active + .splide__pagination__page {
	background-color: #a1d5be;
}
.splide__pagination--custom li:nth-child(2) .splide__pagination__page.is-active {
	background-color: transparent;
	border: 1px solid #606060;
}
.splide__pagination--custom li:nth-child(2) .splide__pagination__page.is-active:after {
	background-color: #9bcbeb;
}
.splide__pagination--custom li:nth-child(2) .splide__pagination__page.is-active + .splide__pagination__page {
	background-color: #9bcbeb;
}
.splide__pagination--custom li:nth-child(3) .splide__pagination__page.is-active {
	background-color: #2d2926;
}
.splide__pagination--custom li:nth-child(3) .splide__pagination__page.is-active:after {
	background-color: #ef426f;
}
.splide__pagination--custom li:nth-child(3) .splide__pagination__page.is-active + .splide__pagination__page {
	background-color: #ef426f;
}
@media screen and (min-width: 768px) {
	#kv-carousel {
		padding-bottom: 4.5vw;
	}
	#kv-carousel .splide__list {
		height: 49.479166666vw;
	}
	.splide__pagination--custom li {
		width: 7.0vw;
	}
	.splide__pagination--custom .splide__pagination__page {
		margin: 0 0;
	}
	.splide__pagination--custom li .splide__pagination__page:after {
		content: '';
		display: inline-block;
		border-radius: 50%;
		height: 8px;
		width: 8px;
		position: absolute;
		left: 3.5vw;
		top: 0;
		background-color: #efefef;
	}
}
@media screen and (max-width: 767px) {
	#kv-carousel {
		padding-bottom: 6.5vw;
		margin-bottom: 8vw;
	}
	.splide__pagination--custom li {
		width: 12vw;
	}
	.splide__pagination--custom .splide__pagination__page {
		margin: 0 0;
	}
	.splide__pagination--custom li .splide__pagination__page:after {
		content: '';
		display: inline-block;
		border-radius: 50%;
		height: 8px;
		width: 8px;
		position: absolute;
		left: 6.0vw;
		top: 0;
		background-color: #efefef;
	}
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
    color: #c3996d;
}
.pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}
@media screen and (min-width: 768px)  {
	#pd_t {
		background: #e9e9e950;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #e9e9e950;
	}
}

/* tsuika */
@media screen and (max-width: 767px) {
.rba_e_box1{
padding: 5vw 0vw 3vw;
}
.rba_e_box4{
padding: 0vw 7vw 13vw;
}
.rba_e_box4_ttl1a{
background: #f4f4f4;
text-align: center;
padding: 2vw;
font-size: 4.0vw;
letter-spacing: 0.8vw;
color: #666;
}
.rba_e_box4_ttl1b{
color: #f4f4f4;
text-align: center;
font-size: 3.2vW;
transform: scaleX(1.6);
line-height: .5vw;
}
.rba_e_box4_ttl2{
text-align: left;
font-size: 5.2vw;
padding: 5.2vw 0vw 3vw 1.5vw;
letter-spacing: .15vw;
line-height: 1.5;
}
.rba_e_box4_txt{
	font-size: 3.0vw;
    line-height: 2.0;
    letter-spacing: .2vw;
    padding-bottom: 8vw;
    padding-left: 1.5vw;
}
.rba_e_box4_txta{
font-weight: 700;
}
.rba_e_box4_img{
font-size: 1.0vw;
line-height: 1.7;
letter-spacing: 0.12vw;
padding-bottom: 2vw;
padding: 0vw 0.5vw 6vw;
}
}
@media screen and (min-width: 768px)  {
.rba_e_box4{
padding: 0vw 11vw;
}
.rba_e_box4_ttl1a{
background: #F4F4F4;
text-align: center;
padding: 1.0vw;
font-size: 1.6vw;
letter-spacing: 0.4vw;
color: #666;
}
.rba_e_box4_ttl1b{
color: #F4F4F4;
text-align: center;
font-size: 1.1vw;
transform: scaleX(1.6);
line-height: 0.5vw;
}
.rba_e_box4_ttl2{
	text-align: center;
    font-size: 2.0vw;
    padding: 3.0vw 0vw 2.5vw;
    letter-spacing: 0.15vw;
}
.rba_e_box4_txt{
	font-size: 1.15vw;
    line-height: 1.8;
    letter-spacing: 0.02vw;
    padding-bottom: 3vw;
}
.rba_e_box4_txta{
font-weight: 700;
}
.rba_e_box4_img{
font-size: 1.0vw;
line-height: 1.7;
letter-spacing: 0.12vw;
padding-bottom: 2vw;
padding: 0vw 0.5vw 6vw;
}
}

/* 多言語対応 */
@media screen and (max-width: 767px) {
	.rba_e_box4a_1:not(:last-child) {
		margin-bottom: 10vw;
	}
	.rba_e_box4a_1a {
		border: 1px solid #3d3736;
		border-radius: 3px;
		padding: 1.3vw 4vw 1.5vw;
		display: table;
		margin: 0 auto 6vw;
		font-size: 3.4vw;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.02em;
	}
	.rba_e_box4a_1b {
		margin-bottom: 5vw;
	}
	.rba_e_box4a_1c {
		font-size: 3.7vw;
		letter-spacing: 0.06em;
		line-height: 1.5;
		text-align: center;
		font-weight: bold;
		position: relative;
	}
	.rba_e_box4a_1c::before {
		content: '';
		width: 1px;
		height: 100%;
		display: block;
		border-left: 1px solid #595657;
		position: absolute;
		left: 0;
		top: 0;
	}
	.rba_e_box4a_1c::after {
		content: '';
		width: 1px;
		height: 100%;
		display: block;
		border-left: 1px solid #595657;
		position: absolute;
		right: 0;
		top: 0;
	}

	.rba_j_box2b_1a {
		margin-bottom: 4.5vw;
	}
	.rba_j_box2b_2a {
		display: flex;
		align-items: center;
		position: relative;
		margin-bottom: 3vw;
	}
	.rba_j_box2b_2a::before {
		content: '';
		display: block;
		width: 78vw;
		height: 15.5vw;
		background-color: #666666;
		color: #fff;
		border-radius: 23px;
		position: absolute;
		right: 0;
	}
	.rba_j_box2b_2 .rba_j_box2b_2a::before {background-color: #ef426f;}
	.rba_j_box2b_3 .rba_j_box2b_2a::before {background-color: #fbdb65;}
	.rba_j_box2b_4 .rba_j_box2b_2a::before {background-color: #9bcbeb;}
	.rba_j_box2b_5 .rba_j_box2b_2a::before {background-color: #a1d5be;}
	.rba_j_box2b_2a picture {
		width: 33vw;
		z-index: 1;
	}
	.rba_j_box2b_4a {
		width: 100%;
		font-size: 5.0vw;
		letter-spacing: 0.27em;
		text-align: center;
		color: #fff;
		z-index: 1;
		font-weight: 500;
	}
	.rba_j_box2b_5a {
		font-size: 5.3vw;
	    letter-spacing: 0.05em;
		text-align: center;
		font-weight: 200;
	}
	.rba_j_box2b_1b {
		font-size: 3.0vw;
		letter-spacing: 0.06em;
		text-align: center;
		margin-bottom: 5.5vw;
	}
	.rba_j_box2b_1c {
		margin-bottom: 8.5vw;
	}
	.rba_j_box2b_2c {
		margin-bottom: 2.5vw;
	}
	.rba_j_box2b_3c {
		font-size: 3.3vw;
		text-align: center;
		font-weight: 200;
	}
	.rba_j_box2b_1d {
		display: flex;
		justify-content: space-between;
	}
	.rba_j_box2b_2d {
		width: 40vw;
	}
	.rba_j_box2b_3d {
		margin-bottom: 4vw;
		letter-spacing: 0.02em;
	}
	.rba_j_box2b_4d {
		font-size: 3.3vw;
		letter-spacing: 0.02em;
		text-align: center;
	}
}

@media screen and (min-width: 768px)  {
	.rba_e_box4a {
		display: flex;
		justify-content: space-between;
		margin-bottom: 7.5vw;
	}
	.rba_e_box4a_1 {
		width: 29.5vw;
	}
	.rba_e_box4a_1a {
		border: 1px solid #3d3736;
		border-radius: 2px;
		padding: 0.5vw 1.0vw;
		display: table;
		margin: 0 auto 1.0vw;
		font-size: 1.2vw;
		font-weight: bold;
	}
	.rba_e_box4a_1b {
		margin-bottom: 2vw;
	}
	.rba_e_box4a_1c {
		font-size: 1.2vw;
		letter-spacing: 0.06em;
		line-height: 1.5;
		text-align: center;
		font-weight: bold;
		position: relative;
	}
	.rba_e_box4a_1c::before {
		content: '';
		width: 1px;
		height: 100%;
		display: block;
		border-left: 1px solid #595657;
		position: absolute;
		left: 0;
		top: 0;
	}
	.rba_e_box4a_1c::after {
		content: '';
		width: 1px;
		height: 100%;
		display: block;
		border-left: 1px solid #595657;
		position: absolute;
		right: 0;
		top: 0;
	}

	.rba_j_box2b_1a {
		height: 8vw;
		background-color: #666;
		padding: 1vw;
		color: #fff;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 2.0vw;
	}
	.rba_j_box2b_2 .rba_j_box2b_1a {background-color: #ef426f;}
	.rba_j_box2b_3 .rba_j_box2b_1a {background-color: #fbdb65;}
	.rba_j_box2b_4 .rba_j_box2b_1a {background-color: #9bcbeb;}
	.rba_j_box2b_5 .rba_j_box2b_1a {background-color: #a1d5be;}
	.rba_j_box2b_2a {
		width: calc(100% - 5.6vw);
		margin-left: auto;
		text-align: center;
	}
	.rba_j_box2b_3a {
		width: 5.6vw;
		position: absolute;
		left: 1.0vw;
		top: 1.0vw;
	}
	.rba_j_box2b_4a {
		font-size: 1.8vw;
		letter-spacing: 0.20em;
		margin-bottom: 0.5vw;
	}
	.rba_j_box2b_5a {
		width: calc(100% - 5.6vw);
		margin-left: auto;
		text-align: center;
		font-size: 1.2vw;
		/* letter-spacing: 0.09em; */
		line-height: 1.4;
	}
	.rba_j_box2b_1b {
		font-size: 1.15vw;
	    letter-spacing: 0.03em;
	    line-height: 1.4;
	    text-align: center;
	    margin-bottom: 2vw;
	}
	.rba_j_box2b_1c {
		margin-bottom: 1.5vw;
	}
	.rba_j_box2b_2c {
		margin-bottom: 0.8vw;
	}
	.rba_j_box2b_3c {
		font-size: 1.2vw;
		letter-spacing: 0.02em;
		text-align: center;
	}
	.rba_j_box2b_1d {
		display: flex;
		justify-content: space-between;
	}
	.rba_j_box2b_2d {
		width: 9.0vw;
	}
	.rba_j_box2b_3d {
		margin-bottom: 0.7vw;
	}
	.rba_j_box2b_4d {
		font-size: 1.0vw;
		letter-spacing: 0.02em;
		text-align: center;
	}
}

/* 多言語対応(フランス語,英語) */
font + br {
	display: none;
}
@media screen and (min-width: 768px) {
	html:lang(en) .rba_d_box6c_1a,
	html:lang(fr) .rba_d_box6c_1a {
		display: block;
	}
	html:lang(en) .rba_d_box6c_1a2,
	html:lang(fr) .rba_d_box6c_1a2 {
		display: block;
	}
	html:lang(en) .rba_f_box2a_2,
	html:lang(fr) .rba_f_box2a_2 {
		width: calc(100% - 10vw);
	}
	html:lang(en) .rba_i_box2b,
	html:lang(fr) .rba_i_box2b {
		width: calc(100% - 60vw);
		padding-top: 0;
	}
	html:lang(en) .rba_j_box2b_1a,
	html:lang(fr) .rba_j_box2b_1a {
		height: 10vw;
	}
	html:lang(en) .rba_j_box2b_1b,
	html:lang(fr) .rba_j_box2b_1b {
		min-height: 6em;
	}
}
@media screen and (max-width: 767px) {
	html:lang(en) .rba_d_box6c_1a,
	html:lang(fr) .rba_d_box6c_1a {
		display: block;
	}
	html:lang(en) .rba_d_box6c_1a2,
	html:lang(fr) .rba_d_box6c_1a2 {
		display: block;
	}
}

/**/
@media screen and (max-width: 767px) {
	.pd_badge_num{
		padding: 0vw;
	}
	.rba_d_box5b_2a{
		
	}
	.rba_d_box5b_2b{
		
	}

}
@media screen and (min-width: 768px) {
	.rba_d_box5b_2a {
		position: absolute;
	    width: 12vw;
    	right: -2.0vw;
	    top: 15vw;
	}
	.rba_d_box5b_2b {
		position: absolute;
		right: 1.5vw;
		bottom: 1vw;
		width: 8.5vw;
	}
	.rba_k_box3a{
		position: relative;
	    width: 60vw;
    	margin: 0 auto;
		margin-top: 1vw !important;
	}
	.rba_k_box3a1{
		position: absolute;
	    width: 11vw;
    	right: -2vw;
	    top: -7.5vw;
	}
	.rba_k_box3a2{
		position: absolute;
	    width: 8.2vw;
    	right: 1.5vw;
	    bottom: 1.5vw;
	}

}

/**/
@media screen and (max-width: 767px) {
	.fs_cart_add_size2 {
		width: 39vw !important;
	}
	.fs_cart_add_size2_add{
		font-size: 2.4vw !important;
		letter-spacing: 0.1vw !important;
	}
}
@media screen and (min-width: 768px) {
	.fs_cart_add_size2 {
		width: 9vw !important;
		font-size: .8vw !important;
		float: left;
	}
	.fs_cart_add_size2_add{
		font-size: .7vw !important;
		letter-spacing: 0.05vw !important;
	}
}


/* 25/6/5 Attachment
==============================*/
#rba_color01 .splide__pagination li:first-child .splide__pagination__page,
#rba_color02 .splide__pagination li:first-child .splide__pagination__page,
#rba_color03 .splide__pagination li:first-child .splide__pagination__page,
#rba_color04 .splide__pagination li:first-child .splide__pagination__page,
#rba_color05 .splide__pagination li:first-child .splide__pagination__page {
    background: #333!important;
    opacity: .8;
}
#rba_color01 .splide__pagination li:nth-child(2) .splide__pagination__page,
#rba_color02 .splide__pagination li:nth-child(2) .splide__pagination__page,
#rba_color03 .splide__pagination li:nth-child(2) .splide__pagination__page,
#rba_color04 .splide__pagination li:nth-child(2) .splide__pagination__page,
#rba_color05 .splide__pagination li:nth-child(2) .splide__pagination__page{
    background: #9acbeb!important;
}
#rba_color01 .splide__pagination li:nth-child(3) .splide__pagination__page,
#rba_color02 .splide__pagination li:nth-child(3) .splide__pagination__page,
#rba_color03 .splide__pagination li:nth-child(3) .splide__pagination__page,
#rba_color04 .splide__pagination li:nth-child(3) .splide__pagination__page,
#rba_color05 .splide__pagination li:nth-child(3) .splide__pagination__page{
    background: #a1d5be!important;
}
#rba_color01 .splide__pagination li:nth-child(4) .splide__pagination__page,
#rba_color02 .splide__pagination li:nth-child(4) .splide__pagination__page,
#rba_color03 .splide__pagination li:nth-child(4) .splide__pagination__page,
#rba_color04 .splide__pagination li:nth-child(4) .splide__pagination__page,
#rba_color05 .splide__pagination li:nth-child(4) .splide__pagination__page{
    background: #ef426f!important;
}
#rba_color01 .splide__pagination li:nth-child(5) .splide__pagination__page,
#rba_color02 .splide__pagination li:nth-child(5) .splide__pagination__page,
#rba_color03 .splide__pagination li:nth-child(5) .splide__pagination__page,
#rba_color04 .splide__pagination li:nth-child(5) .splide__pagination__page,
#rba_color05 .splide__pagination li:nth-child(5) .splide__pagination__page{
    background: #fff!important;
    border: 1px solid #333;
}
#rba_color01 .splide__pagination li:last-child .splide__pagination__page,
#rba_color02 .splide__pagination li:last-child .splide__pagination__page,
#rba_color03 .splide__pagination li:last-child .splide__pagination__page,
#rba_color04 .splide__pagination li:last-child .splide__pagination__page,
#rba_color05 .splide__pagination li:last-child .splide__pagination__page {
    background: #f4de6e!important;
}
#xs2_color01 .splide__pagination__page.is-active,
#xs2_color02 .splide__pagination__page.is-active,
#xs2_color03 .splide__pagination__page.is-active,
#xs2_color04 .splide__pagination__page.is-active,
#xs2_color05 .splide__pagination__page.is-active{
    background: none!important;
}

@media screen and (min-width:768px){
    .rba_l_box {
        padding: 0 10vw 10vw;
    }
    .rba_l_ttl {
        font-size: 2.5vw;
        letter-spacing: .4vw;
        text-align: center;
        margin-bottom: 2vw;
    }
    .rba_l_box1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 3vw;
    }
    .rba_l_box1a {
        width: 25%;
        padding: 0 1.5vw 1.5vw;
        border-right: 1px solid #ccc;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rba_l_box1a img {
        width: 100%;
    }
    .rba_l_box1a:nth-child(4){
        border-right: none;
    }
    .rba_l_box1a_1 {
        font-size: 1vw;
        letter-spacing: .1vw;
        margin-bottom: .5vw;
    }
    .rba_l_box1a_2 {
        font-size: 1.2vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }
    .rba_l_box1a_3 {
        font-size: 1vw;
        line-height: 1.5;
        margin-bottom: 2vw;
    }
    .rba_l_box1a_4 {
        font-size: .8vw;
        margin-bottom: .5vw;
    }
    .rba_l_box1a_5 {
        font-size: 1.7vw;
        font-weight: bold;
    }
    .rba_l_box1a_5 span {
        font-size: 1vw;
        padding-left: .3vw;
    }
    
    /* Color variation */
    #rba_color01 .splide__pagination__page,
    #rba_color02 .splide__pagination__page,
    #rba_color03 .splide__pagination__page,
    #rba_color04 .splide__pagination__page,
    #rba_color05 .splide__pagination__page{
        height: 13px;
        width: 13px;
        margin: 6px;
    }
    
    /* カート内カラー選択 */
    .rba_l_box1a_6 .w2_cart .cart-radio_list {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
}

@media screen and (max-width:767px){
    .rba_l_box {
        padding: 8vw 4vw;
    }
    .rba_l_ttl {
        font-size: 5.7vw;
        letter-spacing: 1vw;
        text-align: center;
        margin-bottom: 5vw;
    }
    .rba_l_box1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rba_l_box1a {
        width: 50%;
        padding: 0 3vw;
    }
    .rba_l_box1a img {
        width: 100%;
    }
    .rba_l_box1a_1 {
        font-size: 2.8vw;
        letter-spacing: .1vw;
        margin-bottom: 1vw;
    }
    .rba_l_box1a_2 {
        font-size: 3.3vw;
        letter-spacing: .1vw;
        font-weight: 500;
        white-space: nowrap;
        margin-bottom: 3vw;
    }
    .rba_l_box1a_3 {
        font-size: 3vw;
        line-height: 1.5;
        margin-bottom: 3vw;
    }
    .rba_l_box1a_4 {
        font-size: 2.3vw;
        margin-bottom: 1vw;
    }
    .rba_l_box1a_5 {
        font-size: 6vw;
        font-weight: bold;
    }
    .rba_l_box1a_5 span {
        font-size: 2vw;
        padding-left: 1vw;
    }
    .rba_l_box1a_6 .w2_cart.js_w2_cart {
        padding: 0;
    }
    .rba_l_box1a_6 .w2_cart .cart-select_list select {
        width: 100%;
    }
    #rba_color01,
    #rba_color02,
    #rba_color03,
    #rba_color04,
    #rba_color05 {
        margin-bottom: 3vw;
    }
    #rba_color01 .splide__pagination,
    #rba_color02 .splide__pagination,
    #rba_color03 .splide__pagination,
    #rba_color04 .splide__pagination,
    #rba_color05 .splide__pagination{
        bottom: 1vw !important;
    }
    
    /* カート内カラー選択 */
    .rba_l_box1a_6 .js_vid {
        display: flex;
        flex-wrap: wrap;
    }
    .rba_l_box1a_6 .w2_cart .cart-radio_list .item_name{
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
	.pd_badge_num, .pd_badge_num2, .pd_badge_num3 {
		padding: 0vw 0vw !important;
	}
	.pd_bnr_authority2 {
		padding: 2vw 0 6vw !important;
	}
	.pd_award{
		margin-bottom: 9vw !important;
	}
	.pd_badge, .pd_badge2, .pd_badge3 {
		width: 65.3vw;
	}
	.pd_market_rank {
		padding: 0vw 13vw 0vw;
	}
	.pd_medical_group{
		padding-top: 5vw;
	}
}
@media screen and (min-width: 768px) {
	.pd_bnr_authority2{
		padding: 0vw 0 10vw !important;
	}
	.cmn_amb_prf_area{
		margin: 0vw auto 6vw !important;
	}
	.pdct_event_area {
		padding-bottom: 1vw !important;
	}
}



/* KR
=================================*/
@media screen and (min-width:768px){
    .rb_series_amb_cm_box {
        background: #f5f4f9;
        padding: 4vw 0 5.5vw;
        text-align: center;
    }
    .rb_series_amb_cm_txt1 {
        font-size: 2.2vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    .rb_series_amb_cm_txt1 span {
        font-size: 2.7vw;
        font-weight: 500;
    }
    .rb_series_amb_cm_btn {
        background: #ec5631;
        font-size: 1.65vw;
        padding: 1.3vw 4.5vw;
        border-radius: 3vw;
        position: relative;
    }
    .rb_series_amb_cm_btn:link,
    .rb_series_amb_cm_btn:visited {
        color: #fff;
    }
    .rb_series_amb_cm_btn::after {
        display: inline-block;
        content: '';
        height: 1vw;
        width: 1vw;
        border-top: .2vw solid #fff;
        border-right: .2vw solid #fff;
        position: absolute;
        top: 38%;
        right: 7%;
        transform: rotate(45deg);
    }
    .rb_series_award {
        background: #f9f8f4;
        padding: 6vw 9vw 3vw;
    }
    .rb_series_award_ttl {
        font-size: 2.6vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1.5vw;
    }
    .rb_series_award_cnt {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2vw;
    }
    .rb_series_award_cnt li {
        width: 33.3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 3vw 0 4vw;
        border-left: .15vw solid #d9c9b0;
    }
    .rb_series_award_cnt li:last-child {
        border-right: .15vw solid #d9c9b0;
    }
    .rb_series_award_cnt_txt1 {
        font-size: 1.75vw;
        line-height: 1.4;
        margin-bottom: 2vw;
    }
    .rb_series_award_cnt_txt2 {
        font-size: 3.2vw;
        font-weight: 500;
        line-height: 1.3;
        color: #b8986f;
    }
    .rb_series_award_cnt_txt2 sup {
        font-size: 1.5vw;
        vertical-align: middle;
    }
    .rb_series_award_sup {
        font-size: .8vw;
        text-align: right;
    }
    .rba_d_box1 {
        padding-bottom: 3.5vw;
    }
    .rba_d_box1a {
        padding-bottom: 1vw;
    }
    .rba_d_box1b {
        text-align: right;
        padding-right: 1.5vw;
    }
    .rba_d_box2 {
        padding-bottom: 3vw;
    }
    .rba_d_box3 {
        padding-bottom: 0;
    }
    .rba_d_box3a {
        font-size: 2.9vw;
        line-height: 1.5;
        margin-bottom: 1.5vw;
    }
    .rba_d_box3b {
        padding-bottom: 0;
    }
    .rba_d_box4{
        padding: 5.2vw 0 6.3vw;
    }
    .rba_d_box4a {
        font-size: 2.2vw;
        letter-spacing: .03em;
        margin-bottom: 2vw;
    }
    .rba_d_box4b_1a2{
        gap: .5vw;
    }
    .rba_d_box4b_1a2 > span{
        border-bottom: .15vw solid #fff;
    }
    .rba_d_box5 {
        width: 60vw;
        padding: 7vw 0;
    }
    .rba_d_box5a {
        font-size: 2.05vw;
        margin-bottom: 1.8vw;
    }
    .rba_d_box5a span:nth-of-type(1){
        transform: rotate(65deg);
    }
    .rba_d_box5a span:nth-of-type(2){
        transform: rotate(-65deg);
    }
    .rba_d_box5b_2a{
        width: 10.5vw;
    }
    .rba_d_box6 {
        padding: 5.7vw 0 5vw;
    }
    .rba_d_box6a {
        font-size: 1.9vw;
        margin-bottom: 1.5vw;
    }
    .rba_d_box6c_1a,
    .rba_d_box6c_1a2 {
        font-size: 1.27vw;
        letter-spacing: .02em;
    }
    #rba_e {
        padding-top: 11vw;
    }
    .rba_e_box1b {
        background: #a1d5be;
        color: #fff;
        width: 74%;
        margin: 0 auto 1.2vw;
        font-size: 2.1vw;
        padding: 1.2vw 0;
    }
    .rba_e_box1d{
        margin-bottom: 2vw;
    }
    .rba_e_box1d_1 {
        width: 54%;
    }
    .rba_e_box1d_2 {
        width: 43%;
    }
    .rba_e_box1d_1b {
        justify-content: center;
        gap: 3vw;
    }
    .rba_e_box1d_1b > div {
        width: 12vw;
    }
    .rba_e_box1d_1b_1a {
        font-size: 1.2vw;
        border-radius: .2vw;
    }
    .rba_e_box1d_1b_1b {
        font-size: .95vw;
        line-height: 1.4;
    }
    .rba_e_box1d_2d {
        font-size: 1.95vw;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .04em;
        padding: 4vw 0 5vw;
    }
    .rba_e_box4_ttl1a {
        font-size: 1.8vw;
        letter-spacing: .04em;
    }
    .rba_e_box4_ttl2 {
        font-size: 2.1vw;
        padding: 2.5vw 0 2vw;
        letter-spacing: .02em;
    }
    .rba_e_box4_txt {
        text-align: center;
        font-size: 1.25vw;
        line-height: 1.6;
    }
    .rba_e_box3a {
        background: #a1d5be;
        color: #fff;
        font-size: 2.1vw;
        padding: 1.2vw 0;
        margin-bottom: 1.3vw;
    }
    .rba_e_box3c {
        margin-bottom: 5.5vw;
    }
    .rba_e_box3c_2b{
        font-size: 1.15vw;
    }
    .rba_f_box1a {
        font-size: 1.3vw;
        letter-spacing: .04em;
        margin-bottom: 2vw;
    }
    .rba_f_box1b {
        font-size: 2.4vw;
        line-height: 1.6;
        margin-bottom: 2vw;
    }
    .rba_f_box2a {
        justify-content: center;
        margin-bottom: 0;
    }
    .rba_f_box2a_1 {
        width: 11vw;
        margin-right: 2vw;
    }
    .rba_f_box2a_2 {
        letter-spacing: .04em;
        line-height: 1.6;
    }
    .rba_f_box2b {
        font-size: .7vw;
        line-height: 1.5;
        padding-top: 1.3vw;
    }
    .rba_g_box {
        margin-bottom: 5.5vw;
    }
    .rba_g_box1a {
        font-size: 1.3vw;
        letter-spacing: .06em;
    }
    .rba_g_box1b {
        font-size: 2.5vw;
        margin-bottom: 3.5vw;
    }
    .rba_g_box2a_2{
        margin-bottom: 1vw;
    }
    .rba_g_box2a_3 {
        font-size: 1.25vw;
        line-height: 1.5;
    }
    .rba_h_box1 {
        background: #f7f7f7;
        padding: 5vw 0;
        margin-bottom: 10.5vw;
    }
    .rba_h_box1b {
        font-size: 2vw;
        margin-bottom: 2.5vw;
    }
    .rba_h_box1c_1b {
        font-size: 1.1vw;
        letter-spacing: .06em;
        line-height: 1.2;
        padding: .7vw 0 1vw;
    }
    .rba_h_box2a {
        font-size: 1.2vw;
        margin-bottom: 1.5vw;
    }
    .rba_h_box2b {
        font-size: 2.4vw;
        letter-spacing: .04em;
        line-height: 1.7;
        margin-bottom: 2vw;
    }
    .rba_h_box3b {
        padding: 3.5vw 4.0vw;
    }
    .rba_i_box {
        margin-bottom: 0;
    }
    .rba_i_box1a {
        margin-bottom: 3vw;
    }
    .rba_i_box1a span{
        font-size: 2vw;
        padding: 0 3vw;
    }
    .rba_i_box1a span::before,
    .rba_i_box1a span::after {
        display: inline-block;
        content: '';
        border-top: .1vw solid #333;
        border-left: .1vw solid #333;
        border-bottom: .1vw solid #333;
        position: absolute;
        top: 0;
    }
    .rba_i_box1a span::before{
        left: 0;
    }
    .rba_i_box1a span::after{
        right: 0;
    }
    .rba_i_box1b_1c{
        font-size: 1.2vw;
    }
    .rba_i_box1c {
        font-size: .8vw;
        letter-spacing: .02em;
    }
    .rba_i_box2a {
        width: 56%;
        margin-right: 4.5vw;
    }
    .rba_i_box2b {
        padding-top: 5vw;
    }
    .rba_i_box2b_1 {
        font-size: 1.85vw;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.7;
        margin-bottom: 2.3vw;
    }
    .rba_i_box2b_2{
        margin-bottom: 0;
    }
    .rba_j_box1 {
        margin-bottom: 0;
        background: #f7f7f7;
        padding: 7vw 0 9vw;
    }
    .rba_j_box1a {
        font-size: 1.6vw;
        font-weight: 500;
        letter-spacing: .04em;
        text-align: center;
        margin-bottom: 3vw;
    }
    .rba_j_box1b {
        font-size: 2vw;
        margin-bottom: 2vw;
    }
    .rba_j_box1c_2a{
        font-size: 1.8vw;
        padding-top: 1.5vw;
    }
    .rba_j_box1c_2b {
        font-size: 1vw;
        letter-spacing: .02em;
        line-height: 1.8;
    }
    .rba_j_box2 {
        background: #f7f7f7;
        margin-bottom: 7vw;
        padding-bottom: 6.5vw;
    }
    .rba_j_box2b{
        width: 81vw;
        justify-content: space-between;
        gap: 0;
    }
    .rba_j_box2b_1 {
        width: calc(20% - .8vw);
        margin-bottom: 0;
    }
    .rba_j_box2b_1a{
        height: 6.5vw;
    }
    .rba_j_box2b_3a{
        width: 5vw;
        top: .8vw;
        left: .5vw;
    }
    .rba_j_box2b_2a {
        width: calc(100% - 6vw);
        text-align: left;
    }
    .rba_j_box2b_4a {
        font-size: 1.5vw;
        letter-spacing: .1em;
        margin-bottom: .3vw;
    }
    .rba_j_box2b_5a{
        width: calc(100% - 6vw);
        text-align: left;
        font-size: .8vw;
    }
    .rba_j_box2b_1b {
        font-size: .95vw;
        margin-bottom: 1vw;
    }
    .rba_j_box2b_1c {
        margin-bottom: 1.3vw;
    }
    .rba_j_box2b_2d {
        width: 48%;
    }
    .rba_j_box2b_3c{
        font-size: 1vw;
    }
    .rba_j_box3{
        margin-bottom: 9vw;
    }
    .rba_i_box1a {
        font-size: 1.9vw;
        letter-spacing: .04em;
        margin-bottom: 2.5vw;
    }
    .rba_j_box4 {
        margin-bottom: 9vw;
    }
    .rba_j_box4b {
        margin-bottom: 1.8vw;
    }
    .rba_j_box4b > table {
        border-top: .1vw solid #d5d5d5;
        border-left: .1vw solid #d5d5d5;
        border-right: .1vw solid #d5d5d5;
    }
    .rba_j_box4b > table tr th{
        font-size: 1.5vw;
        letter-spacing: .02em;
        border-bottom: .1vw solid #d5d5d5;
        border-right: .1vw solid #d5d5d5;
    }
    .rba_j_box4b > table tr:nth-child(1) td,
    .rba_j_box4b > table tr table td {
        font-size: 1.5vw;
        letter-spacing: .01em;
        padding: .7vw 2vw;
        border-bottom: .1vw solid #d5d5d5;
    }
    .rba_k_box3{
        margin-top: 0 !important;
    }
    .rba_k_box4a {
        width: 21vw;
    }
    .rba_k_box4b {
        width: 34vw;
    }
    .rba_k_box4b_1 {
        font-size: 1.85vw;
        letter-spacing: 0;
        margin-bottom: 1.5vw;
    }
    .rba_k_box4b_2 {
        font-size: 1.3vw;
        line-height: 1.75;
    }
}
@media screen and (max-width:767px){
    .pdct_n_a_sp_sub {
        text-align: center;
        font-size: 4.7vw;
        letter-spacing: .04em;
        line-height: 1.5;
        margin-bottom: 3vw;
    }
    .rb_series_amb_cm_box {
        background: #f5f4f9;
        padding: 10vw 0 18vw;
        text-align: center;
    }
    .rb_series_amb_cm_txt1 {
        font-size: 5vw;
        letter-spacing: .03em;
        line-height: 1.5;
        margin-bottom: 10vw;
    }
    .rb_series_amb_cm_txt1 span {
        font-size: 6vw;
        font-weight: 500;
    }
    .rb_series_amb_cm_btn {
        background: #ec5631;
        font-size: 4vw;
        padding: 3.8vw 11vw;
        border-radius: 6vw;
        position: relative;
    }
    .rb_series_amb_cm_btn:link,
    .rb_series_amb_cm_btn:visited {
        color: #fff;
    }
    .rb_series_amb_cm_btn::after {
        display: inline-block;
        content: '';
        height: 2.5vw;
        width: 2.5vw;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 38%;
        right: 7%;
        transform: rotate(45deg);
    }
    .rb_series_award {
        background: #f9f8f4;
        padding: 9vw 6vw;
        text-align: center;
    }
    .rb_series_award_ttl {
        font-size: 5.5vw;
        font-weight: 500;
        line-height: 1.35;
        margin-bottom: 3vw;
    }
    .rb_series_award_cnt {
        margin-bottom: 4vw;
    }
    .rb_series_award_cnt li {
        padding: 4vw 0;
        border-top: 1px solid #d9c9b0;
    }
    .rb_series_award_cnt li:last-child {
        border-bottom: 1px solid #d9c9b0;
    }
    .rb_series_award_cnt_txt1 {
        font-size: 4.3vw;
        margin-bottom: 2vw;
    }
    .rb_series_award_cnt_txt2 {
        font-size: 7.4vw;
        color: #b8986f;
    }
    .rb_series_award_cnt_txt2 sup {
        font-size: 2.3vw;
        vertical-align: super;
    }
    .rb_series_award_sup {
        font-size: 1.8vw;
    }
    
    #rba_d, #rba_e, #rba_f, #rba_g, #rba_h, #rba_i, #rba_j, #rba_k {
        color: #333;
    }
    .rba_d_box1a {
        margin-bottom: 6vw;
    }
    .rba_d_box3a {
        font-size: 6.2vw;
        letter-spacing: .03em;
        line-height: 1.5;
        margin-bottom: 6vw;
    }
    .rba_d_box3 {
        padding-bottom: 0;
    }
    .rba_d_box3b {
        padding-bottom: 0;
    }
    .rba_d_box4a {
        font-size: 5.5vw;
        line-height: 1.4;
        margin-bottom: 7vw;
        letter-spacing: .03em;
    }
    .rba_d_box5 {
        padding-top: 14vw;
    }
    .rba_d_box5a {
        font-size: 4.2vw;
        letter-spacing: .02em;
        margin-bottom: 3.5vw;
    }
    .rba_d_box5a span:nth-of-type(1) {
        transform: rotate(65deg);
    }
    .rba_d_box5a span:nth-of-type(2) {
        transform: rotate(-65deg);
    }
    .rba_d_box5b_1 {
        font-size: 4vw;
        line-height: 2.1;
        margin-bottom: 2vw;
        letter-spacing: .02em;
    }
    .rba_d_box5b_1 span {
        font-size: 6.3vw;
        line-height: 1.2;
    }
    .rba_d_box6 {
        padding: 14vw 0 10vw;
    }
    .rba_d_box6a {
        font-size: 4.3vw;
        letter-spacing: .04em;
        margin-bottom: 4vw;
        color: #333;
    }
    .rba_d_box6b {
        font-size: 6vw;
        letter-spacing: .03em;
        margin-bottom: 6vw;
    }
    .rba_d_box6c{
        width: 90vw;
    }
    .rba_d_box6c_1 {
        width: calc(33.3% - 2vw);
    }
    .rba_d_box6c_1a,
    .rba_d_box6c_1a2 {
        background-size: cover;
        height: 12.8vw;
        font-size: 2.3vw;
        letter-spacing: .01em;
        line-height: 1.6;
        margin-bottom: 3vw;
    }
    .rba_d_box6c_1b {
        padding: 0 1.5vw;
    }
    .rba_e_box2d{
        margin-bottom: 4vw;
        position: relative;
    }
    .rba_e_box2d::before,
    .rba_e_box2d::after {
        display: inline-block;
        content: '';
        height: 1px;
        width: 28vw;
        background: #333;
        position: absolute;
        top: 45%;
    }
    .rba_e_box2d::before{
        left: 9vw;
    }
    .rba_e_box2d::after{
        right: 9vw;
    }
    .rba_e_box1b {
        width: 82vw;
        margin: 0 auto 9vw;
        font-size: 6vw;
        letter-spacing: .02em;
        line-height: 1.4;
        padding-bottom: 5vw;
        border-bottom: 1px solid;
    }
    .rba_e_box1d_1b{
        padding: 3.5vw 0 5vw;
    }
    .rba_e_box1d_2d {
        font-size: 4.3vw;
        letter-spacing: .03em;
        margin-bottom: 4vw;
    }
    .rba_e_box1d_1b_1a {
        padding: 1.5vw 0;
        font-size: 3.6vw;
        letter-spacing: .03em;
        margin-bottom: 2vw;
        border-radius: 3px;
    }
    .rba_e_box1d_1b_1b{
        letter-spacing: .02em;
        line-height: 1.3;
    }
    .rba_e_box4_ttl1a {
        padding: 1.5vw 0 2vw;
        font-size: 4.4vw;
        letter-spacing: .04em;
        color: #333;
    }
    .rba_e_box4_ttl2 {
        font-size: 5.5vw;
        letter-spacing: .02em;
        line-height: 1.3;
    }
    .rba_e_box4_txt{
        line-height: 1.6;
        padding-bottom: 10vw;
    }
    .rba_e_box4a_1a{
        border: 1px solid #9f9b9a;
        margin: 0 auto 3vw;
    }
    .rba_e_box4a_1c {
        font-size: 3.4vw;
        letter-spacing: .02em;
        font-weight: normal;
    }
    .rba_e_box2 .rba_e_box2d::before,
    .rba_e_box2 .rba_e_box2d::after{
        width: 29vw;
    }
    .rba_e_box2 .rba_e_box2d::before{
        left: 0;
    }
    .rba_e_box2 .rba_e_box2d::after{
        right: 0;
    }
    .rba_e_box2a {
        font-size: 6.2vw;
        line-height: 1.3;
        padding: 0 0 4.5vw;
        border-top: none;
    }
    .rba_e_box2c_1 {
        margin-bottom: 7vw;
    }
    .rba_e_box2b {
        font-size: 4.5vw;
        letter-spacing: .02em;
        line-height: 1.45;
        margin-bottom: 5vw;
    }
    .rba_e_box2c_2a {
        padding: 0 2vw;
    }
    .rba_e_box3c_1a {
        margin-bottom: 5vw;
    }
    .rba_e_box3a {
        font-size: 5.5vw;
        letter-spacing: .02em;
        white-space: nowrap;
        margin-bottom: 4.5vw;
        font-weight: 500;
    }
    .rba_e_box3b {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 3.3vw;
        line-height: 1.8;
        margin-bottom: 5vw;
        letter-spacing: .04em;
    }
    .rba_e_box3c{
        padding: 10vw 8vw 3vw;
    }
    .rba_e_box3c_1b {
        width: 100%;
        font-size: 1.8vw;
        margin-bottom: 8vw;
    }
    .rba_e_box3c_2{
        width: 100%;
    }
    .rba_e_box3c_2a{
        font-size: 4.6vw;
        letter-spacing: .02em;
    }
    .rba_e_box3c_2b {
        font-size: 4.4vw;
        letter-spacing: .02em;
        line-height: 1.5;
        padding: 4vw 0 5vw;
    }
    .rba_e_box4 {
        padding: 0 7vw 28vw;
    }
    .rba_f_box {
        padding: 23vw 0 0;
    }
    .rba_f_box1a{
        margin-bottom: 5vw;
    }
    .rba_f_box1b {
        font-size: 6vw;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 3.5vw;
    }
    .rba_f_box1c {
        margin-bottom: 0;
    }
    .rba_f_box1b_1 {
        padding: 4vw 0 6vw;
        font-size: 4.7vw;
        text-align: center;
        line-height: 1.6;
    }
    .rba_f_box2 {
        background-color: #f0f0f0;
        padding: 5.5vw 6.6vw 9vw 6.6vw;
    }
    .rba_f_box2a{
        justify-content: space-between;
        margin-bottom: 6vw;
    }
    .rba_f_box2a_2 {
        width: 57vw;
        font-size: 3.9vw;
        letter-spacing: .02em;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 0;
    }
    .rba_f_box2b{
        padding-left: 5vw;
    }
    .rba_g_box {
        padding-top: 18vw;
        width: 85vw;
    }
    .rba_g_box1a {
        font-size: 3.6vw;
        letter-spacing: .02em;
        margin-bottom: 5vw;
    }
    .rba_g_box1b {
        font-size: 6vw;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.4;
        margin-bottom: 3.5vw;
    }
    .rba_g_box1c {
        width: 100%;
        margin-bottom: 5vw;
    }
    .rba_g_box2a_1 {
        margin-bottom: 2vw;
    }
    .rba_g_box2a_2 {
        font-size: 3.8vw;
        letter-spacing: .05em;
        font-weight: 500;
        margin-bottom: 1vw;
    }
    .rba_g_box2a {
        margin-bottom: 4vw;
    }
    .rba_h_box {
        padding-top: 25vw;
    }
    .rba_h_box1b {
        font-size: 5.5vw;
        line-height: 1.5;
        margin-bottom: 5vw;
    }
    .rba_h_box1c_1{
        margin-bottom: 8vw;
    }
    .rba_h_box2 {
        padding-top: 23vw;
    }
    .rba_h_box2a {
        color: #898989;
        font-size: 3.5vw;
    }
    .rba_h_box2b {
        font-size: 5.5vw;
        font-weight: 500;
        line-height: 1.56;
        margin-bottom: 5vw;
    }
    .rba_i_box {
        padding-top: 12vw;
    }
    .rba_i_box1 {
        margin-bottom: 18vw;
    }
    .rba_i_box1a {
        font-weight: 500;
    }
    .rba_i_box1b {
        display: block;
        padding: 0 7vw;
    }
    .rba_i_box1b_1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4vw;
    }
    .rba_i_box1b_1:nth-child(2) {
        flex-direction: row-reverse;
    }
    .rba_i_box1b_1a {
        width: 47%;
        margin-bottom: 0;
    }
    .rba_i_box1b_1 .sp {
        width: 48%;
    }
    .rba_i_box1b_1b {
        text-align: left;
        font-size: 3.7vw;
        line-height: 1.5;
        margin-bottom: 2vw;
        font-weight: 500;
    }
    .rba_i_box1c {
        padding-top: 5vw;
    }
    .rba_i_box2a {
        margin-bottom: 7vw;
    }
    .rba_i_box2b{
        margin-bottom: 22vw;
    }
    .rba_i_box2b_1 {
        font-size: 6.6vw;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 5vw;
    }
    .rba_i_box2b_2 {
        font-size: 3.6vw;
        line-height: 1.85;
        margin-bottom: 5vw;
        letter-spacing: .04em;
        font-weight: normal;
    }
    .rba_j_box1 {
        margin: 0;
        background: #f7f7f7;
        padding: 14vw 10vw 0;
    }
    .rba_j_box1a {
        font-size: 3.6vw;
        letter-spacing: .02em;
        text-align: center;
        margin-bottom: 3vw;
    }
    .rba_j_box1b {
        font-size: 6vw;
        font-weight: 500;
        letter-spacing: .04em;
        margin-bottom: 4vw;
    }
    .rba_j_box1c_2a {
        font-size: 5.3vw;
        font-weight: 500;
        margin-bottom: 4vw;
    }
    .rba_j_box1c_2b {
        letter-spacing: .03em;
        line-height: 1.7;
        text-align: center;
    }
    .rba_j_box1c_2 {
        margin-bottom: 0;
    }
    .rba_j_box2 {
        margin: 0;
        background: #f7f7f7;
        padding: 23vw 8vw 13vw;
    }
    .rba_j_box2c{
        letter-spacing: .03em;
        margin-bottom: 4.5vw;
    }
    .rba_j_box2a {
        font-size: 5.4vw;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.4;
        margin-bottom: 8vw;
    }
    .rba_j_box2b_1a {
        margin-bottom: 4vw;
    }
    .rba_j_box2b_4a{
        font-size: 5.5vw;
    }
    .rba_j_box2b_1b {
        font-size: 3.3vw;
        letter-spacing: .04em;
        line-height: 1.3;
        margin-bottom: 2.5vw;
    }
    .rba_j_box2b_1c {
        margin-bottom: 7vw;
    }
    .rba_j_box2b_5a {
        font-weight: 500;
    }
    .rba_j_box3 {
        padding-top: 18vw;
    }
    .rba_j_box3a {
        font-size: 5.5vw;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.6;
        margin-bottom: 3vw;
    }
    .rba_j_box3b {
        margin-bottom: 14vw;
    }
    .rba_i_box1a {
        font-size: 4.8vw;
        letter-spacing: .04em;
        margin-bottom: 6vw;
    }
    .rba_j_box4 {
        margin-bottom: 18vw;
    }
    .rba_j_box4b{
        margin-bottom: 4vw;
    }
    .rba_j_box4b > table tr th{
        width: 31vw;
        font-size: 3.6vw;
    }
    .rba_j_box4b > table tr:nth-child(1) th,
    .rba_j_box4b > table tr:nth-child(2) th {
        font-weight: normal;
    }
    .rba_j_box4b > table tr td{
        font-size: 3.3vw;
    }
    .rba_j_box4b > table tr:nth-child(1) td{
        padding: 1.5vw 0;
        padding-left: 4.5vw;
    }
    .rba_j_box4b > table tr table td{
        padding-left: 4.5vw;
    }
    .rba_j_box4c{
        font-size: 1.8vw;
    }
}