/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/rakuno-mat/
Description: MYTREX RAKUNO MAT
Version: 1.0
*/

body{
	font-family: "Noto Sans JP", sans-serif !important;
}
.fs{
	font-family: "Noto Serif JP", serif !important;
}
#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;
}

.seo_only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@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;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.container:first-child {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.container:first-child {
		padding-top: 0;
	}
}

.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 -------------------------------------------------------------- */


/*** ***/
.rkm_a_box1,
.rkm_c_box2a_cnt3_mv,
.rkm_e_box3_ht_step_mv,
.rkm_e_box3_ht_step_mv2
{
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
/*** ***/

/*** 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: #f1f1f1;
	}
	#pd_l2 {
		padding: 10% 0 10%;
	}
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		/* margin-bottom: 15vw; */
	}
}

@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #f5f5f5;
	}
	#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%;
	}
}

/*** b ***/
/*** c ***/
@media screen and (max-width: 767px) {
	.pd_c_slider {
		padding: 0vw 4vw 4vw;
	}
	.pd_c_box {
		padding: 1vw 1vw;
	}
	.pd_c_ttl_sub {
		padding: 2vw 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1.6;
		letter-spacing: .3vw;
	}
	.pd_c_ttl_sub2 {
		padding: 0 4vw;
		font-size: 5.3vw;
		line-height: 1;
		/* letter-spacing: .5vw; */
	}
	.pd_c_nm4 {
		padding: 2vw 0 5vw;
		font-size: 6.4vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .2vw;
		border-bottom: 1px solid #000;
		margin: 4vw;
		transform: scale(1, 0.95);
	}
	.pd_c_nm4 sup {
		font-size: 4.5vw;
		vertical-align: top;
		/* font-weight: 100; */
		letter-spacing: -0.1em;
	}
	.pd_c_text {
		padding: 0 4vw 4vw;
		font-size: 3.5vw;
		line-height: 1.55;
		letter-spacing: 0.1em;
		font-weight: lighter;
	}
	/*
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
	}
	*/
	.pd_c_text small {
		text-align: left;
		display: block;
		font-size: 2vw;
		letter-spacing: 0.1vw;
		padding-top: 3vw;
	}
	.pd_c_price1 {
		padding: 0 4vw 0vw;
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: .1vw;
	}
	.pd_c_price2 {
		padding: 1vw 4vw 4vw;
		font-size: 10vw;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0vw;
	}
	.outofstock_blank {
		padding-bottom: 15% !important;
	}
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 1vw;
		padding-left: 0vw;
	}
}

@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 8vw;
	}
	.pd_c_box {
		padding: 1vw 1vw;
	}
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 0.9vw;
		letter-spacing: 0.09em;
	}
	.pd_c_ttl_sub2 {
		padding: 1vw 0vw 1vw;
		font-size: 1.4vw;
		letter-spacing: -0.01em;
	}
	.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_nm4 sup {
		font-size: 1.3vw;
	}
	.pd_c_text {
		font-size: 1.1vw;
		line-height: 1.7;
		letter-spacing: .025em;
	}
	.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: 0vw 0vw 0vw;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		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_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: 10vw 0 12vw;
	}
	.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_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.9vw;
		line-height: 2.4vw;
		letter-spacing: 0vw;
		color: #231815;
		padding: 1vw 0vw 1.0vw 1vw;
		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 0vw 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: 13vw;
	}
	.pdct_n_a_sp_sub {
		text-align: center;
		font-size: 8.0vw;
		font-weight: bold;
		letter-spacing: 0.15em;
		margin-bottom: 6.5vw;
	}
	.pdct_n_a_sp_sub sup {
		font-size: 1.7vw;
		vertical-align: top;
	}
	.pdct_n_a_sp_sub1 {
		text-align: center;
		font-size: 4.0vw;
		letter-spacing: 0.21em;
		line-height: 1.5;
		margin-bottom: 4vw;
		font-weight: 400;
	}
	.pdct_n_a_sp_sub1 span{
		font-size: 5.5vw;
	}
	.pdct_n_a_sp_ttl {
		text-align: center;
		font-size: 6.4vw;
		letter-spacing: 0.08em;
		margin-bottom: 3vw;
		font-weight: 500;
		transform: scale(1, 0.9);
	}
	.pdct_n_a_sp_ttl sup {
		vertical-align: sub;
	}
	.pdct_n_a_sp_ttl2 {
		padding: 0 0 5vw;
		color: #3f3d3e;
		font-size: 3.5vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .5vw;
		text-align: center;
	}
	.pdct_n_a_sp_bnr{
		padding: 0vw 4vw 7vw;
	}
	.pdct_n_a_sp_bnr picture{
		min-height: unset;
	}
	.pdct_n_a_sp_ttl3 {
		padding: 0 1vw 3vw;
		color: #3f3d3e;
		font-size: 2.5vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .1vw;
		text-align: center;
	}
	.pdct_n_a_sp_img{
		padding: 0vw 10vw 8vw;
	}
	.pdct_n_a_sp_img img{
		width: 100%;
		height: auto;
	}
}

@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          ***/
.pd_wrap {
	color: #323232;
}

@media screen and (max-width: 767px) {
	.sp_column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#pd_o {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.pd_o_area_ttl {
		text-align: center;
		font-size: 5.0vw;
		letter-spacing: 0.18em;
		margin-bottom: 8.5vw;
	}
}

@media screen and (min-width: 768px) {
	#pd_o {
		padding-top: 6.5vw;
		padding-bottom: 4.5vw;
	}
	.pd_o_area_ttl {
		text-align: center;
		font-size: 1.7vw;
		letter-spacing: 0.15em;
		margin-bottom: 3vw;
	}
}

/* 追加２ */
@media screen and (min-width: 768px) {
	.pd_c_price_ev {
		padding-top: 3vw;
		/* width: 23vw; */
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.pd_c_price_ev {
		padding-left: 4%;
		padding-right: 4%;
	}
	.cart_ev {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 3;
	}
	.cart_ev img {
		display: block;
		width: 100%;
		vertical-align: bottom;
	}
	#pageTop2 {
		bottom: 11vw;
	}
}

/* 事前予約 */
@media screen and (min-width: 768px) {
	.advance_form {
		padding-top: 2vw;
	}
	.advance_day {
		font-size: 1.5vw;
		margin-bottom: 1vw;
	}
	.advance_page a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 3.85vw;
		background-color: #222;
		color: #fff;
		font-size: 1.5vw;
		transition: all 0.3s;
	}
	.advance_page a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.advance_form {
		padding: 3vw 3vw 0;
	}
	.advance_day {
		font-size: 4.0vw;
		margin-bottom: 2vw;
	}
	.advance_page a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 12.85vw;
		background-color: #222;
		color: #fff;
		font-size: 4.0vw;
		transition: all 0.3s;
	}
	.advance_page a:hover {
		opacity: 0.7;
	}
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
	color: #c3996d;
}
.pd_t_sup_ttl:before,
.pd_t_sup_ttl:after {
	background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}

@media screen and (min-width: 768px) {
	#pd_t {
		background: #f5f5f5;
	}
}

/***          o          ***/
.pd_o_related_box .splide__arrows {
	display: none;
}
.pd_o_related_box #splide02-list {
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.pd_o_ttl_related{
		font-size: 4vw;
		line-height: 6vw;
		letter-spacing: .5vw;
		font-weight: bold;
		color: #231815;
		padding-bottom: 1vw;
		text-align: center;
	}
	.pd_o_mid_ttl_related{
		font-size: 3vw;
		line-height: 6vw;
		letter-spacing: .5vw;
		text-align: center;
		padding-bottom: 5vw;
	}
	.pd_o_related_flex{
		width: 100%;
		padding: 0 4vw;
	}
	.pd_o_related_flex_inner{
		width: 100%;
	}
	.pd_o_related_flex2{
		width: 100%;
		padding: 4vw 4vw 0;
	}
	.pd_o_related_box{
		width: 100%;
		display: flex;
	}
	.pd_o_related_box_1{
		/* width: 42%; */
		width: 35vw;
	}
	.pd_o_related_box_1 img{
		width: 100%;
	}
	.pd_o_related_box_2{
		/* width: calc(58% - 5vw); */
		width: 50vw;
		margin-left: 5vw;
	}
	.pd_o_related_box_2_ttl{
		font-size: 3.3vw;
		line-height: 1.4;
		font-weight: bold;
		padding-bottom: 2.5vw;
	}
	.pd_o_related_box_3_ttl {
		font-size: 2.66vw;
		letter-spacing: 0.07em;
		line-height: 1.5;
		margin-bottom: 1.5vw;
	}
	.pd_o_related_box_2_txt{
		font-size: 1.8vw;
		line-height: 1.5;
		color: #231815;
		padding-bottom: 3vw;
	}
	.pd_o_related_com{
		font-size: 2.6vw;
		line-height: 4vw;
		letter-spacing: 0.05vw;
		text-align: center;
		padding: 9.4vw 4vw 0;
	}
	.pd_o_related_buy{
		width: 100%;
	}
	.pd_o_related_buy_sell{
		font-size: 2.6vw;
		padding-bottom: 1vw;
	}
	.pd_o_related_buy_price{
		font-size: 6.8vw;
		font-weight: bold;
		padding-bottom: 3vw;
	}
	.pd_o_related_buy_tax{
		font-size: 2.6vw;
	}
	.pd_o_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide {
		width: 14vw !important;
		height: 100% !important;
	}
	.pd_o_related_box .gallery03 .splide__track--nav>.splide__list>.splide__slide {
		width: 14vw !important;
		height: 100% !important;
	}
	.fs_cart_add form span {
		font-size: 2.6vw;
	}
}
@media screen and (min-width: 768px) {
	.pd_o_ttl_related{
		font-size: 1.6vw;
		font-weight: bold;
		line-height: 1.6vw;
		letter-spacing: .4vw;
		color: #231815;
		padding-bottom: 1vw;
		text-align: center;
	}
	.pd_o_mid_ttl_related{
		font-size: 1.05vw;
		letter-spacing: 0.2vw;
		text-align: center;
		padding-bottom: 5vw;
	}
	.pd_o_related_flex{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.pd_o_related_flex_inner{
		width: 35vw;
	}
	.pd_o_related_flex_inner:last-of-type{
		margin-left: 3vw;
	}
	.pd_o_related_flex2{
		padding-top: 5vw;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.pd_o_related_box{
		width: 100%;
		display: flex;
	}
	.pd_o_related_box_1{
		width: 40%;
		width: 10vw;
	}
	.pd_o_related_box_1 img{
		width: 100%;
	}
	.pd_o_related_box_2{
		width: calc(60% - 2vw);
		width: 23vw;
		margin-left: 2vw;
	}
	.pd_o_related_box_2_ttl{
		font-size: 1.0vw;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 0.5vw;
	}
	.pd_o_related_box_2_ttl small {
		font-weight: normal;
		font-size: 0.78vw;
	}
	.pd_o_related_box_3_ttl {
		font-size: 0.93vw;
		letter-spacing: 0.09em;
		line-height: 1.5;
		margin-bottom: 0.5vw;
	}
	.pd_o_related_box_2_txt{
		font-size: 0.625vw;
		line-height: 1.5;
		letter-spacing: -0.07em;
		color: #231815;
		padding-bottom: 1vw;
	}
	.pd_o_related_com{
		font-size: 0.7vw;
		line-height: 1.4vw;
		letter-spacing: 0.05vw;
		text-align: center;
		padding-top: 2.5vw;
	}
	.pd_o_related_buy{
		width: 100%;
	}
	.pd_o_related_buy_sell{
		font-size: 0.8vw;
		padding-bottom: 1vw;
	}
	.pd_o_related_buy_price{
		font-size: 2.2vw;
		font-weight: bold;
		/* padding-bottom: 1.4vw; */
	}
	.pd_o_related_buy_tax{
		font-size: 0.8vw;
	}
	.fs_cart_add form span {
		font-size: .8vw;
		line-height: 1.6vw;
		letter-spacing: .07em;
	}
	.pd_o_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide {
		width: 4vw !important;
	}
	.pd_o_related_box .gallery03 .splide__track--nav>.splide__list>.splide__slide {
		width: 4vw !important;
	}
}
/***          o          ***/

@media screen and (max-width: 767px) {
	.pd_c_text_s2 {
		padding: 3vw 0vw 0vw;
		font-size: 2.3vw;
	}
}
@media screen and (min-width: 768px) {
	.pd_c_text_s2 {
		padding: 1vw 0vw 0vw;
		font-size: 0.7vw;
	}
	
	#pd_review {
		margin-bottom: 13vw;
	}
}



/* RESET NECK
====================================*/
body{
	color: #2d2d2d;
	font-feature-settings: 'palt';
}
img{
	width: 100%;
}
iframe{
	height: 100%;
	width: 100%;
}
main h1{
	text-align: left;
}

/* loop slide */
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	flex-shrink: 0;
	padding: 0;
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 65s linear infinite;
}
.scroll-infinity__item img {
	width: 100%;
}
.scroll-infinity__item--text {
	white-space: nowrap;
}
@media screen and (min-width:768px){
	.pd_b_pc picture{
		min-height: 1px;
	}
	.pd_bnr_authority3 {
		padding: 8% 0 0;
	}
	.rkm_warranty {
		padding: 0 14vw 4vw;
	}
	.rkm_award {
		padding: 0 36vw;
	}
	.pd_c_ttl_sub {
		padding: 0vw 0vw .5vw;
		font-size: 1.5vw;
	}
	.pd_c_nm4 {
		padding: 0vw 0vw 1.5vw;
		border-bottom: .1vw solid #4d4d4d;
		margin-bottom: 1.5vw;
	}
	.pd_c_nm4 h1 {
		font-size: 2.4vw;
	}
	main h1 {
		font-weight: 800;
		letter-spacing: 0.05em;
	}
	.pd_c_ttl_sub2 {
		padding: 0;
		font-size: 1.3vw;
		letter-spacing: .1em;
		font-weight: normal;
	}
	.pd_c_text {
		font-size: 1.05vw;
		line-height: 1.7;
		letter-spacing: .06em;
		margin-bottom: 2vw;
	}
	.rkm_a_box{
		padding: 0% 24%;
	}
	.rkm_a_box1 {
		padding: 0 0vw 0vw;
		aspect-ratio: 16 / 9;
	}
	.rkm_a_box2 {
		background: #ffffff;
		margin: 8% 0%;
	}
	.rkm_a_box2a{
		background: #17181a;
		margin: 0% 17.0%;
	}
	.rkm_a_box2a1{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1vw;
		padding-bottom: 5%;
	}
	.rkm_a_box2a2{
		padding: 9% 10% 0% 7%;
		color: #fff;
		text-align: center;
	}
	.rkm_a_box2a2_ttl1 {
		display: flex;
		align-items: center;
		text-align: center;
		font-size: 1vw;
		font-weight: lighter;
		letter-spacing: 0.1em;
		width: 51%;
		margin: 0 auto;
		padding-bottom: 1vw;
	}
	.rkm_a_box2a2_ttl1::before,
	.rkm_a_box2a2_ttl1::after {
		content: "";
		flex-grow: 1;
		height: 5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.rkm_a_box2a2_ttl1::before {
		margin-right: 0.8em;
	}
	.rkm_a_box2a2_ttl1::after {
		margin-left: 0.8em;
	}
	.rkm_a_box2a2_ttl2{
		font-size: 1.8vw;
		font-weight: lighter;
		padding-bottom: 1.5vw;
		letter-spacing: 0.18em;
	}
	.rkm_a_box2a2_ttl3{
		font-size: 1.2vw;
		letter-spacing: 0.15em;
		font-weight: lighter;
		padding-bottom: 2vw;
	}
	.rkm_a_box2a3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.9vw;
	}
	.rkm_a_box2a3 > div {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		background: #d8c6b5;
		text-align: center;
		font-size: 1.3vw;
		line-height: 1;
		padding: 0.6vw;
		color: #000;
		letter-spacing: 0.08em;
		font-weight: 400;
	}
	.rkm_a_box2a3 > div:nth-child(-n + 3) {
		grid-column: 1 / -1;
	}
	.rkm_a_box2b {
		padding: 0vw;
		position: relative;
		margin: 0% 17.0%;
	}
	.rkm_a_box2b_txt1 {
		font-size: 1.3vw;
		font-weight: lighter;
		text-align: center;
		letter-spacing: .32em;
		position: absolute;
		color: #fff;
		top: 15%;
		margin: 0 auto;
		margin-top: 0px;
		left: 0;
		right: 0;
	}
	.rkm_a_box2b_txt1 span{
		font-size: 1.6vw;
	}
	.rkm_a_box2b_txt2{
		background: #17181a;
		color: #fff;
		font-weight: lighter;
		padding-bottom: 6%;
		margin: 0% 17.0% 15%;
	}
	.rkm_a_box2b_txt3{
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.2em;
		line-height: 1.8;
		padding-bottom: 2vw;
	}
	.rkm_a_box2b_txt4{
		font-size: 0.8vw;
		letter-spacing: 0.1em;
		padding-left: 5%;
	}
	
	
	.rkm_a_box2b_list {
		display: flex;
		justify-content: space-between;
		list-style-type: none;
	}
	.rkm_a_box2b_list li {
		width: calc(33.3% - 3vw);
	}
	.rkm_a_box2b_list_ttl_sub {
		color: #fff;
		font-size: 1.55vw;
		letter-spacing: .06em;
		text-align: center;
		padding: .8vw;
		margin-bottom: 1vw;
	}
	.rkm_a_box2b_list li:first-child .rkm_a_box2b_list_ttl_sub {
		background: linear-gradient(90deg, rgba(172, 197, 176, 1) 0%, rgba(195, 213, 199, 1) 100%);
	}
	.rkm_a_box2b_list li:nth-child(2) .rkm_a_box2b_list_ttl_sub{
		background: linear-gradient(90deg,rgba(125, 169, 218, 1) 0%, rgba(192, 212, 237, 1) 100%);
	}
	.rkm_a_box2b_list li:last-child .rkm_a_box2b_list_ttl_sub{
		background: linear-gradient(90deg,rgba(254, 158, 134, 1) 0%, rgba(253, 200, 186, 1) 100%);
	}
	.rkm_a_box2b_list_note {
		font-size: .8vw;
		font-weight: 600;
		padding: .5vw 0;
		text-align: right;
	}
	.rkm_a_box2b_list_ttl_cnt {
		text-align: center;
	}
	.rkm_a_box2b_list_ttl {
		font-size: 2.2vw;
		font-weight: bold;
		letter-spacing: .13em;
		margin-bottom: 1.1vw;
	}
	.rkm_a_box2b_list li:first-child .rkm_a_box2b_list_ttl{
		color: #94c4ae;
	}
	.rkm_a_box2b_list li:nth-child(2) .rkm_a_box2b_list_ttl{
		color: #638ab1;
	}
	.rkm_a_box2b_list li:last-child .rkm_a_box2b_list_ttl{
		color: #ff6e41;
	}
	.rkm_a_box2b_list_ttl_sub2 {
		font-size: 1.4vw;
		letter-spacing: .06em;
	}
	.rkm_a_box2c_flex {
		display: flex;
		padding: 0 9.5vw 8vw;
	}
	.rkm_a_box2c_img{
		width: 52%;
	}
	.rkm_a_box2c_txt {
		width: 48%;
		background: #fff;
		font-size: 2.2vw;
		font-weight: 600;
		letter-spacing: .08em;
		line-height: 1.5;
		display: flex;
		align-items: center;
		padding-left: 5vw;
	}
	.rkm_a_box3{
		padding: 5% 17%;
	}
	.rkm_a_box3a{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0;
		
	}
	.rkm_a_box3a_txt2{
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 400;
		font-size: 1.4vw;
		text-align: center;
		letter-spacing: 0.4vw;
		line-height: 2;
		padding-left: 16%;
	}
	
	.rkm_b_box {
		padding: 5% 17%;
	}
	.rkm_b_box_ttl{
		color: #968cc8;
		font-size: 1.3vw;
		text-align: center;
		font-weight: lighter;
		letter-spacing: 0.2em;
		line-height: 1;
		padding-bottom: 1vw;
	}
	.rkm_b_box_txt{
		color: #2d2d2d;
		text-align: center;
		font-weight: 400;
		font-size: 1.4vw;
		letter-spacing: 0.3em;
		padding-bottom: 3.0vw;
	}
	.rkm_b_box1a {
		margin-right: 2vw !important;	
	}
	.rkm_b_box1b {
		margin-left: 2vw !important;	
	}
	.rkm_b_box1a iframe,
	.rkm_b_box1b iframe{
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.rkm_b_box2 {
		padding-top: 2vw;
		text-align: center;
	}
	.rkm_b_box2_ttl{
		color: #000;
		font-weight: 400;
		font-size: 1.3vw;
		letter-spacing: 0.2em;
		padding-bottom: 1.5vw;
	}
	.rkm_b_box2_txt {
		font-size: 0.8vw;
		font-weight: 400;
		letter-spacing: .08em;
		text-align: center;
		line-height: 2.2;
		color: #000;
	}
	
	.scroll-infinity__list {
		gap: 2.5vw;
		padding-right: 2.5vw;
	}
	.scroll-infinity__item {
		width: 21.7vw;
	}
	.rkm_b2_box{
		padding: 5% 17%;
	}
	.rkm_b2_box1{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5vw;
		padding-bottom: 1.5vw;
	}
	.rkm_b2_box2{
		padding-bottom: 2.5vw;
	}
	.rkm_b2_box3{
		color: #2d2d2d;
		text-align: center;
		font-weight: 400;
		font-size: 1.4vw;
		letter-spacing: 0.2em;
		line-height: 1.8;
	}
	.rkm_b3_box{
		padding: 5% 17%;
	}
	.rkm_b3_box1{
		background: #fcfcfc;
		padding: 3vw 3vw;
		margin: 0 3vw;
	}
	.rkm_b3_box1a{
		display: grid;
		grid-template-columns: 4.3fr 5.7fr;
		gap: 1vw;
		padding-top: 2vw;
	}
	.rkm_b3_box1a_post{
		color: #2d2d2d;
		padding: 1vw 0vw 1vw 1vw;
		font-weight: lighter;
		font-size: 0.8vw;
		line-height: 1.5;
	}
	.rkm_b3_box1a_nm{
		color: #968cc8;
		padding-left: 1vw;
		font-weight: lighter;
		font-size: 1.15vw;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	.rkm_b3_box1a_ttl{
		color: #262626;
		font-weight: 400;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-bottom: 1.5vw;
		padding-left: 1vw;
	}
	.rkm_b3_box1a_txt{
		color: #262626;
		font-weight: 400;
		text-align: left;
		font-size: 0.7vw;
		letter-spacing: 0.12em;
		line-height: 2;
		padding-bottom: 1.5vw;
		padding-left: 1vw;
	}
	
	.rkm_c_box{
		background: #ffffff;
	}
	.rkm_c_box_ttl_sub{
		font-size: 2.2vw;
		font-weight: 200;
		letter-spacing: .1em;
		color: #262626;
		padding-bottom: 1.5vw;
	}
	.rkm_c_box_ttl {
		font-size: 1.35vw;
		font-weight: 400;
		letter-spacing: 0.3em;
	}
	
	.rkm_c_box1 {
		text-align: center;
		margin-bottom: 6vw;
	}
	.rkm_c_l_nav_sub {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1.5vw;
		margin: 1vw auto 1vw;
		color: #5d6b99;
		font-size: 1.9vw;
		font-weight: 300;
	}
	.rkm_c_l_nav_sub::before,
	.rkm_c_l_nav_sub::after {
		content: "";
		width: 2.5vw;
		height: 1px;
		background: #5d6b99;
		flex-shrink: 0;
	}
	.rkm_c_box2 {
		display: flex;
		align-items: flex-start;
		margin-bottom: 10vw;
		position: relative;
	}
	.rkm_c_l_nav {
		width: 50vw;
		padding: 0vw 9vw 0 8vw;
		position: relative;
	}
	.rkm_c_l_nav.is-fixed {
		position: fixed;
		top: 0;
		z-index: 10;
	}
	.rkm_c_l_nav.is-bottom{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.rkm_c_l_nav_ttl_cnt {
		margin-bottom: 6.5vw;
	}
	.rkm_c_l_nav_ttl {
		width: 80%;
		margin: 0 auto 5%;
	}
	.rkm_c_nav_list {
		list-style-type: none;
	}
	.rkm_c_nav_list li a {
		display: flex;
		gap: 1vw;
		align-items: flex-start;
		position: relative;
		text-decoration: none;
		color: #ffffff;
		background: #968cc8;
		margin-bottom: 2.5vw;
	}
	.rkm_c_nav_list li a.is-active {
		color: #5d6b99;
	}
	
	.rkm_c_nav_r{
		display: grid;
		grid-template-columns: 3% 97%;
		gap: 2vw;
		padding: 2vw 1.7vw;
		width: 100%;
	}
	.rkm_c_nav_list_arrow {
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.rkm_c_nav_list_arrow {
		width: 2vw;
		height: 2vw;
		margin-left: auto;
		border-radius: 50%;
		background: #ffffff;
		position: absolute;
		right: 3%;
		top: 31%;
	}
	
	/* 下向きV字 */
	.rkm_c_nav_list_arrow::before,
	.rkm_c_nav_list_arrow::after {
		content: "";
		position: absolute;
		top: 1vw;
		width: 0.6vw;
		height: 1px;
		background: #8068a8;
	}
	
	.rkm_c_nav_list_arrow::before {
		left: 0.5vw;
		transform: rotate(45deg);
	}
	
	.rkm_c_nav_list_arrow::after {
		right: 0.5vw;
		transform: rotate(-45deg);
	}
	
	.rkm_c_nav_num {
		font-family: "FOT筑紫ゴシック Pro", "筑紫ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
		font-size: 1.1vw;
		letter-spacing: .04em;
		line-height: 1.4;
	}
	.rkm_c_nav_num span {
		font-size: 1.2vw;
		color: #ffffff;
	}
	.rkm_c_nav_menu {
		font-size: 1.35vw;
		font-weight: lighter;
		letter-spacing: 0.08em;
		color: #ffffff;
	}
	/* ドット＋ライン */
	.nav-dot-line {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: .3vw;
	}
	.nav-dot {
		width: 1.5vw;
		height: 1.5vw;
		border-radius: 50%;
	}
	.rkm_c_nav_list li:first-child .nav-dot{
		background: #6e9a76;
	}
	.rkm_c_nav_list li:nth-child(2) .nav-dot{
		background: #648ab1;
	}
	.rkm_c_nav_list li:last-child .nav-dot{
		background: #ff8055;
	}
	.nav-line {
		width: .2vw;
		height: 10vw;
		background: #969696;
		position: relative;
		overflow: hidden;
	}
	.nav-line-fill {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		background: transparent;
		transition: height .1s linear;
	}
	.rkm_c_nav_list li:first-child .nav-line-fill{
		background:#6e9a76;
	}
	.rkm_c_nav_list li:nth-child(2) .nav-line-fill{
		background:#648ab1;
	}
	.rkm_c_nav_list li:last-child .nav-line-fill{
		background:#ff8055;
	}
	
	.rkm_c_r_cnt{
		width: 50vw;
		padding: 0.5vw 16vw 0 0;
		display: flex;
		flex-direction: column;
		row-gap: 8vw;
	}
	.rkm_c_r_cnt.is-shift{
		margin-left: 50vw;
	}
	.rkm_c_box2a_ttl_cnt,
	.rkm_c_box2b_ttl_cnt,
	.rkm_c_box2c_ttl_cnt {
		display: flex;
		flex-direction: column;
	}
	.rkm_c_box2a_fnc,
	.rkm_c_box2b_fnc,
	.rkm_c_box2c_fnc,
	.rkm_c_box2d_fnc{
		color: #968cc8;
		background: #ffffff;
		padding: 1vw;
		text-align: center;
		font-size: 0.9vw;
		font-weight: lighter;
		letter-spacing: .2em;
		margin: 0 auto;
		margin-top: 0px;
		width: 100%;
		display: block;
	}
	.rkm_c_box2a_num, 
	.rkm_c_box2b_num, 
	.rkm_c_box2c_num {
		color: #968cc8;
		font-size: 1.4vw;
		letter-spacing: 0.1em;
		font-weight: 400;
		padding-left: 0.3vw;
	}
	.rkm_c_box2a_ttl,
	.rkm_c_box2b_ttl,
	.rkm_c_box2c_ttl {
		font-size: 1.4vw;
		font-weight: 400;
		letter-spacing: .2em;
		color: #4c4c4c;
		text-align: center;
		padding: 0.5vw 0vw 1.5vw;
		line-height: 1.5;
	}
	.rkm_c_box2a_cnt{
		
	}
	.rkm_c_box2a_txt4a{
		color: #4c4c4c;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.2em;
		padding-top: 2vw;
	}
	.rkm_c_box2a_txt4b{
		color: #4c4c4c;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.2em;
		padding-top: 1vw;
		line-height: 2;
	}
	.rkm_c_box2a_txt4b2{
		color: #4c4c4c;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.2em;
		padding-top: 1vw;
		line-height: 2;
	}
	.rkm_c_box2a_txt4c{
		color: #4c4c4c;
		text-align: center;
		font-size: 0.7vw;
		letter-spacing: 0.1em;
		padding-top: 1vw;
		line-height: 2;
	}
	.rkm_c_box2a_cnt1{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.8vw;
		padding-top: 4vw;
		padding-bottom: 3vw;
	}
	.rkm_c_box2a_cnt1_ttl{
		background: #968cc8;
		color: #fff;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.2em;
		padding: 1vw 0vw;
		margin-bottom: 0.9vw;
	}
	.rkm_c_box2a_cnt1_txt{
		color: #262626;
		font-weight: lighter;
		text-align: center;
		font-size: 0.8vw;
		line-height: 1.7;
		padding-top: 1vw;
	}
	
	.rkm_c_box2a_img1,
	.rkm_c_box2b_img1,
	.rkm_c_box2c_img1 {
		position: relative;
	}
	.rkm_c_box2c_img1 iframe{
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.rkm_c_box2a_txt_cnt,
	.rkm_c_box2c_txt_cnt {
		position: absolute;
		bottom: 7%;
		right: 2%;
	}
	.rkm_c_box2a_txt1,
	.rkm_c_box2a_txt2,
	.rkm_c_box2b_txt1,
	.rkm_c_box2b_txt2,
	.rkm_c_box2c_txt1,
	.rkm_c_box2c_txt2 {
		height: 11vw;
		width: 11vw;
		border-radius: 50%;
		font-size: 1.9vw;
		font-weight: 600;
		letter-spacing: .1em;
		line-height: 1.2;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.rkm_c_box2a_txt1{
		background: rgba(111, 155, 119, .8);
		color: #fff;
		position: absolute;
		bottom: 9.5vw;
		right: 0;
	}
	.rkm_c_box2a_txt2 {
		background: #ebebeb;
		color: #6f9b77;
	}
	.rkm_c_box2a_txt3,
	.rkm_c_box2b_txt3,
	.rkm_c_box2c_txt3 {
		color: #fff;
		font-size: 2.2vw;
		letter-spacing: .13em;
		text-align: center;
		padding: 2.2vw;
	}
	.rkm_c_box2a_txt3{
		background: #bcd1c0;
	}
	.rkm_c_box2a_txt4 {
		font-size: 0.9vw;
		letter-spacing: .09em;
		text-align: center;
		line-height: 1.7;
		padding: 2.0vw 0 0vw;
		color: #405187;
		font-weight: lighter;
	}
	.rkm_c_box2a_txt4 span {
		font-size: 2.2vw;
		font-weight: 600;
		letter-spacing: .1em;
	}
	.rkm_c_box2a_cnt2 {
		background: #fff;
		padding: 2.5vw 2vw 2.3vw;
		border: 1px solid #968cc8;
		margin-bottom: 4vw;
		position: relative;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.15em;
	}
	.rkm_c_box2a_cnt2a{
		position: absolute;
		background: #968cc8;
		color: #fff;
		margin: 0 auto;
		top: -1vw;
		left: 0;
		right: 0;
		width: 19%;
		font-size: 0.8vw;
		padding: 0.5vw;
		letter-spacing: 0.1em;
	}
	
	.rkm_c_box2a_cnt2_ttl,
	.rkm_c_box2b_cnt2_ttl,
	.rkm_c_box2b_cnt3_ttl,
	.rkm_c_box2c_cnt3_ttl {
		font-size: 1.2vw;
		font-weight: 400;
		letter-spacing: .15em;
		width: fit-content;
		margin: 0 auto 2vw;
		margin-top: 0px;
		padding: .5vw 2vw;
		color: #2d2d2d;
	}
	.rkm_c_box2b_cnt3a{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.0vw 1.5vw;
	}
	.rkm_c_box2b_cnt3a_txt{
		text-align: center;
		color: #2d2d2d;
		font-size: 0.9vw;
		letter-spacing: 0.15em;
		padding-top: 1vw;
	}
	.rkm_c_box2a_cnt2_ttl::before,
	.rkm_c_box2a_cnt2_ttl::after,
	.rkm_c_box2b_cnt2_ttl::before,
	.rkm_c_box2b_cnt2_ttl::after,
	.rkm_c_box2b_cnt3_ttl::before,
	.rkm_c_box2b_cnt3_ttl::after,
	.rkm_c_box2c_cnt3_ttl::before,
	.rkm_c_box2c_cnt3_ttl::after {
		display: inline-block;
		content: '';
		height: 3vw;
		width: .1vw;
		background: #333;
		position: absolute;
		top: 0;
	}
	.rkm_c_box2a_cnt2_ttl::before,
	.rkm_c_box2b_cnt2_ttl::before,
	.rkm_c_box2b_cnt3_ttl::before,
	.rkm_c_box2c_cnt3_ttl::before {
		left: 0;
	}
	.rkm_c_box2a_cnt2_ttl::after,
	.rkm_c_box2b_cnt2_ttl::after,
	.rkm_c_box2b_cnt3_ttl::after,
	.rkm_c_box2c_cnt3_ttl::after {
		right: 0;
	}
	.rkm_c_box2a_cnt2_list_dt, 
	.rkm_c_box2c_cnt2_list_dt {
		background: #4b4b4b;
		color: #fff;
		font-size: 1.45vw;
		letter-spacing: .08em;
		text-align: center;
		padding: 1.45vw 0;
	}
	.rkm_c_box2a_cnt2_list_dd {
		font-size: 1.1vw;
		letter-spacing: .06em;
		line-height: 1.6;
		text-align: justify;
	}
	.rkm_c_box2a_cnt2_note {
		font-size: .8vw;
	}
	.rkm_c_box2a_cnt3 {
		background: #f8f8f8;
		color: #4c4c4c;
		padding: 4vw 0vw 4vw;
		text-align: center;
	}
	.rkm_c_box2a_cnt3_ttl {
		color: #968cc8;
		font-size: 1.4vw;
		letter-spacing: .2em;
		margin-bottom: 1.5vw;
	}
	.rkm_c_box2a_cnt3_ttl_sub {
		font-size: 2.1vw;
		font-weight: 600;
		letter-spacing: .1em;
		margin-bottom: 2.3vw;
	}
	.rkm_c_box2a_cnt3_mv {
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
		margin-top: 16% !important;
	}
	.rkm_c_box2a_cnt3_txt {
		font-size: 1.20vw;
		letter-spacing: .18em;
		line-height: 1.6;
		text-align: center;
		padding-bottom: 1.5vw;
		font-weight: 400;
	}
	.rkm_c_box2a_cnt3a{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
	.rkm_c_box2a_cnt3a1{
		position: relative;
		width: 100%;
		aspect-ratio: 16 / 42;
		overflow: hidden;
	}
	.rkm_c_box2a_cnt3a1 iframe{
		position: absolute !important;
		top: 0 !important;
		left: 50% !important;
		
		width: 147.7% !important;
		max-width: none !important;
		
		height: 100% !important;
		max-height: none !important;
		
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		
		transform: translateX(-50%) !important;
	}
	.rkm_c_box2a_cnt3a2{
		width: 100%;
		aspect-ratio: 4.4 / 5;
		overflow: hidden;
	}
	.rkm_c_box2a_cnt3b{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		font-size: 1.1vw;
		font-weight: 400;
		letter-spacing: 0.2em;
	}
	.rkm_c_box2a_cnt4{
		background: #f8f8f8;
		padding-bottom: 5vw;
	}
	.rkm_c_box2a_cnt4_ttl{
		background: #968cc8;
		color: #fff;
		text-align: center;
		width: 18%;
		font-size: 0.9vw;
		letter-spacing: 0vw;
		padding: 0.5vw;
		margin: 0 auto 1.5vw;
	}
	.rkm_c_box2a_cnt4_txt1{
		color: #4c4c4c;
		text-align: center;
		font-size: 1.1vw;
		letter-spacing: 0.2em;
		line-height: 1.7;
		padding-bottom: 1.5vw;
	}
	.rkm_c_box2a_cnt4_txt2{
		color: #4c4c4c;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.15em;
		line-height: 1.7;
		padding-bottom: 1.0vw;
	}
	.rkm_c_box2a_cnt4_txt2b{
		color: #4c4c4c;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.15em;
		line-height: 1.7;
		padding-bottom: 1.0vw;
	}
	.rkm_c_box2a_cnt4a{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.8vw;
		padding: 0 3vw;
	}
	.rkm_c_box2a_cnt4a1{
		
	}
	.rkm_c_box2a_cnt4a1_txt{
		text-align: center;
		color: #4c4c4c;
		font-size: 1.3vw;
		font-weight: 400;
		letter-spacing: 0.1em;
		padding: 1vw 0vw;
	}
	.rkm_c_box2a_cnt4a2{
		padding: 0 3vw 3vw;
	}
	.rkm_c_box2a_cnt4a3{
		margin: 0 3vw 0vw;
		background: #ffffff;
		border-radius: 6px;
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 1vw;
	}
	.rkm_c_box2a_cnt4a3a{
		padding: 3vw 0vw;
	}
	.rkm_c_box2a_cnt4a3a_ttl{
		color: #a69dd0;
		width: 100%;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.2em;
		padding-bottom: 1vw;
	}
	.rkm_c_box2a_cnt4a3a_txt{
		color: #2d2d2d;
		width: 100%;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.1em;
		line-height: 1.7;
	}
	.rkm_c_box2a_cnt4a3b{
		width: 52%;
		padding-top: 1vw;
	}
	.rkm_c_box2b_cnt{
		
	}
	.rkm_c_box2b_cnt1{
		
	}
	.rkm_c_box2b_cnt1a{
		display: grid;
		grid-template-columns: 5.5fr 4.5fr;
		gap: 0;
	}
	.rkm_c_box2b_cnt1a_ttl{
		color: #4c4c4c;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.2em;
		padding-top: 2vw;
	}
	.rkm_c_box2b_cnt1a_txt{
		color: #4c4c4c;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.2em;
		padding-top: 1vw;
		line-height: 2;
	}
	.rkm_c_box2b_cnt2b{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
	.rkm_c_box2b_cnt2 {
		margin-top: 4vw !important;
		background: #fcfcfc;
		padding: 2.5vw 2vw 4.3vw;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.15em;
	}
	.rkm_c_box2b_cnt2a1{
		color: #968cc8;
		font-size: 0.9vw;
		letter-spacing: 0.1em;
		padding: 1vw 0vw 0.7vw;
	}
	.rkm_c_box2b_cnt2a2{
		color: #4c4c4c;
		font-size: 1.3vw;
		letter-spacing: 0.2em;
		padding-bottom: 0.9vw;
	}
	.rkm_c_box2b_cnt2a3{
		color: #4c4c4c;
		font-size: 0.85vw;
		letter-spacing: 0.1em;
		line-height: 1.7;
	}
	.rkm_c_box2b_cnt4a{
		display: grid;
		grid-template-columns: 4fr 2fr;
		gap: 1vw;
		padding-top: 2vw;
	}
	.rkm_c_box2b_cnt4a2{
		width: 56%;
		margin-left: 12%;
	}
	.rkm_c_box2b_cnt4a_txt{
		text-align: center;
		font-size: 0.8vw;
		color: #2d2d2d;
		padding: 2vw 0vw 0vw;
		letter-spacing: 0.2em;
	}	
	.rkm_c_box2b_txt_cnt {
		position: absolute;
		bottom: 5%;
		left: 4%;
	}
	.rkm_c_box2b_txt1 {
		background: rgba(100,137,177,.8);
		color: #fff;
		position: absolute;
		bottom: 10vw;
		left: 0;
	}
	.rkm_c_box2b_txt2 {
		background: #ebebeb;
		color: #75a3d7;
	}
	.rkm_c_box2b_txt3{
		background: #75a3d7;
	}
	.rkm_c_box2b_txt4 {
		font-size: 0.9vw;
		letter-spacing: .09em;
		text-align: center;
		line-height: 1.7;
		padding: 2.0vw 0 0vw;
		color: #405187;
		font-weight: lighter;
	}
	.rkm_c_box2b_cnt2_dl li{
		width: calc(33.3% - 1.5vw);
		display: flex;
		flex-direction: column;
	}
	.rkm_c_box2b_cnt2_list_dt {
		background: #4b4b4b;
		color: #fff;
		font-size: 1.45vw;
		letter-spacing: .08em;
		line-height: 1.4;
		text-align: center;
		padding: 1.2vw 0;
	}
	.rkm_c_box2b_cnt2_list_dt span {
		font-size: 2.1vw;
	}
	.rkm_c_box2b_cnt2_list_dd {
		font-size: 1.45vw;
		letter-spacing: .1em;
		line-height: 1.4;
		text-align: justify;
		padding-top: 1vw;
	}
	.rkm_c_box2b_cnt2_note {
		font-size: .8vw;
		letter-spacing: .1em;
		line-height: 1.6;
		margin-bottom: 2.5vw;
	}
	.rkm_c_box2b_cnt3 {
		background: #fff;
		color: #fff;
		padding: 4vw 0vw 3.5vw;
	}
	.rkm_c_box2b_cnt3_ttl::before,
	.rkm_c_box2b_cnt3_ttl::after,
	.rkm_c_box2c_cnt3_ttl::before,
	.rkm_c_box2c_cnt3_ttl::after{
		background: #fff;
	}
	.rkm_c_box2b_cnt3_flex,
	.rkm_c_box2c_cnt3_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rkm_c_box2b_cnt3_txt,
	.rkm_c_box2c_cnt3_txt {
		width: 30%;
		font-size: 1.7vw;
		letter-spacing: .08em;
		line-height: 1.4;
		text-align: center;
	}
	.rkm_c_box2b_cnt3_img {
		width: 67%;
	}
	.rkm_c_box2c_txt1 {
		background: rgba(255, 108, 69, .7);
		color: #fff;
		position: absolute;
		bottom: 9.5vw;
		right: 0;
	}
	.rkm_c_box2c_txt2 {
		background: #eaeaea;
		color: #ff896b;
	}
	.rkm_c_box2c_txt3a {
		font-size: 0.8vw;
		letter-spacing: .09em;
		text-align: right;
		line-height: 1.7;
		padding: 2.5vw 0.7vw 0vw;
		color: #405187;
		font-weight: lighter;
	}
	.rkm_c_box2c_txt4 {
		font-size: 0.9vw;
		letter-spacing: .09em;
		text-align: center;
		line-height: 1.7;
		padding: 0.0vw 0 2.5vw;
		color: #405187;
		font-weight: lighter;
	}
	.rkm_c_box2d_txt4 {
		font-size: 0.9vw;
		letter-spacing: .09em;
		text-align: center;
		line-height: 1.7;
		padding: 2.0vw 0 0vw;
		color: #405187;
		font-weight: lighter;
	}
	.rkm_c_box2d_txt4b {
		font-size: 0.9vw;
		letter-spacing: .08em;
		text-align: center;
		line-height: 1.7;
		padding: 2.0vw 0 0vw;
		color: #405187;
		font-weight: lighter;
	}
	
	.rkm_c_box2c_cnt2 {
		background: #ffffff;
		padding: 3.0vw 0vw 4.0vw;
		margin-bottom: 5vw;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.0vw;
	}
	.rkm_c_box2c_cnt2_img2 {
		grid-column: 1 / -1;
		justify-self: center;
		width: 100%;
	}
	
	.rkm_c_box2c_cnt2_dl{
		display: flex;
		justify-content: space-between;
	}
	.rkm_c_box2c_cnt2_list_dd {
		font-size: 2.2vw;
		letter-spacing: .04em;
		text-align: center;
		padding-top: .3vw;
	}
	.rkm_c_box2c_cnt2_ttl{
		background: #5d6b99;
		color: #fff;
		font-size: 1.4vw;
		font-weight: lighter;
		line-height: 1;
		letter-spacing: 0.15em;
		text-align: center;
		padding: 1vw 0vw;
	}
	.rkm_c_box2c_cnt2_img{
		
	}
	.rkm_c_box2c_cnt2_txt1{
		padding: 2vw 0vw 1.5vw;
		font-size: 1.17vw;
		font-weight: lighter;
		color: #5d6b99;
		text-align: center;
		line-height: 1.7;
		letter-spacing: 0.1em;	
	}
	.rkm_c_box2c_cnt2_txt2{
		padding: 0vw 0vw 0vw;
		font-size: 0.9vw;
		font-weight: lighter;
		color: #5d6b99;
		text-align: center;
		line-height: 1.7;
		letter-spacing: 0.1em;
	}
	.rkm_c_box2c_cnt3 {
		background: #ff936d;
		color: #fff;
		padding: 2.5vw 2.2vw;
	}
	.rkm_c_box2c_cnt3_img{
		width: 68%;
		display: flex;
		justify-content: space-between;
		gap: 1.2vw;
	}
	.rkm_c_box2c_cnt3_note {
		font-size: .8vw;
		letter-spacing: .06em;
		line-height: 1.6;
		padding-top: 1.8vw;
	}
	.rkm_d_box{
		padding: 5% 0%;
	}
	
	.rkm_e_box{
		padding: 2% 0%;
		background: #fcfcfc;
	}
	.rkm_e_box1 {
		padding: 2.5vw 0vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fcfcfc;
		width: 52%;
		margin: 0 auto;
	}
	.rkm_e_box1_ttl{
		color: #968cc8;
		font-size: 1.3vw;
		font-weight: 100;
		letter-spacing: 0.1em;
	}
	.rkm_e_box1a{
		display: grid;
		grid-template-columns: 4fr 5fr;
		gap: 2vw;
		padding: 0vw 6vw;
	}
	.rkm_e_box1a1{
		padding-top: 5vw;
		color: #262626;
	}
	.rkm_e_box1a1_txt1{
		font-weight: lighter;
		font-size: 0.9vw;
		letter-spacing: 0.1em;
		padding-bottom: 0.8vw;
	}
	.rkm_e_box1a1_txt2{
		font-weight: 500;
		font-size: 1.4vw;
		letter-spacing: 0.15em;
		padding-bottom: 2vw;
	}
	.rkm_e_box1a1_txt3{
		font-weight: 400;
		font-size: 1.3vw;
		letter-spacing: 0.15em;
		line-height: 2;
	}

	.rkm_f_box{
		padding:10% 17% 10%;
	}
	.rkm_f_box1{
		padding-bottom: 10%;
	}
	.rkm_f_box1_sec_ttl {
		text-align: center;
		margin-bottom: 2.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1.1vw;
		color: #5d6b99;
		font-size: 1.3vw;
		font-weight: 400;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.rkm_f_box1_sec_ttl::before,
	.rkm_f_box1_sec_ttl::after {
		content: "";
		width: 1px;
		height: 1.8vw;
		background: currentColor;
		display: block;
		position: relative;
	}
	/* 2本目の線を作る */
	.rkm_f_box1_sec_ttl::before {
		box-shadow: 4px 0 0 currentColor;
	}
	.rkm_f_box1_sec_ttl::after {
		box-shadow: -4px 0 0 currentColor;
	}
	.rkm_f_box1_sub{
		font-size: 2.1vw;
		font-weight: lighter;
		letter-spacing: .13em;
		line-height: 1;
		text-align: center;
		margin-bottom: 4%;
		color: #5d6b99;
	}
	.rkm_f_box1_cnt{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 3vw;
		color: #5d6b99;
		font-weight: lighter;
	}
	.rkm_f_box1_item_txt1{
		text-align: center;
		font-size:1.5vw;
		font-weight: lighter;
		padding:2vw 0vw 1vw;
		letter-spacing: 0.08em;
	}
	.rkm_f_box1_item_txt2{
		text-align: center;
		font-size:1.2vw;
		font-weight: 400;
		line-height: 1.7;
		letter-spacing: 0.1em;
	}
	.rkm_f_box2{
	}
	.rkm_f_box2_cnt{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
		color: #4c4c4c;
		font-weight: lighter;
	}
	.rkm_f_box2_item_txt1{
		text-align: center;
		font-size: 1.4vw;
		font-weight: 400;
		padding: 1.3vw 0vw 0.5vw;
		letter-spacing: 0.1em;
	}
	.rkm_f_box2_item_txt2{
		text-align: center;
		font-size:1.2vw;
		font-weight: lighter;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}
	.rkm_g_box{
		background: #e0e3ec;
		padding:4.5% 22%;
	}
	.rkm_g_box1{
		
	}
	.rkm_g_box1_ttl{
	}
	.rkm_g_box1_ttl_logo{
		display: inline-block;
		width: 43%;
	}
	.rkm_g_box1_ttl h2{
		display: inline-block;
	}
	.rkm_g_box1_ttl1{
		background: #5d6b99;
		color: #ffffff;
		font-weight: lighter;
		font-size: 2.0vw;
		letter-spacing: 0.1em;
		line-height: 1;
		padding: 0.3vw 0.8vw;
		margin-left: 1vw;
	}
	.rkm_g_box1_ttl2{
		color: #5d6b99;
		font-weight: lighter;
		font-size: 2.0vw;
		letter-spacing: 0.15em;
		line-height: 1;
		margin-left: 0.5vw;
	}
	.rkm_g_box1_cnt{
		color: #4c4c4c;
		font-weight: lighter;
		padding: 8% 11% 2%;
	}
	.rkm_g_box1_cnt_in{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
	}
	.rkm_g_box1_item{
		background: #fff;
		padding: 1vw;
	}
	.rkm_g_box1_item_set{
		background: #5d6b99;
		font-size: 1.2vw;
		padding: 0.3vw 1.5vw;
		text-align: center;
		border-radius: 4vw;
		display: table;
		margin: 0 auto;
		color: #fff;
		letter-spacing: 0.05em;
	}
	.rkm_g_box1_item_price1{
		padding: 4% 0vw 1vw;
		color: #4c4c4c;
		font-weight: lighter;
		font-size: 0.85vw;
		line-height: 1;
		letter-spacing: 0.08em;
		text-align: center;
	}
	.rkm_g_box1_item_price2{
		display: grid;
		grid-template-columns: 27% 73%;
		gap: 0vw;
		padding: 0vw 8%;
	}
	.rkm_g_box1_item_price2a{
		background: #ef4f37;
		color: #ffffff;
		border-radius: 50%;
		font-size: 1.3vw;
		line-height: 0.8;
		letter-spacing: 0.08em;
		text-align: center;
		padding: 0.9vw 0vw;
		width: 4vw;
		height: 4vw;
	}
	.rkm_g_box1_item_price2a span{
		font-size:0.9vw;
	}
	.rkm_g_box1_item_price2b{
		position: relative;
		color: #4c4c4c;
		font-size: 3.4vw;
		line-height: 1;
		letter-spacing: 0.0em;
	}
	.rkm_g_box1_item_price2b1{
		font-size:2.0vw;
		line-height: 1;
	}
	.rkm_g_box1_item_price2b2{
		font-size: 0.8vw;
		line-height: 1;
		position: absolute;
		right: 4%;
		top: 11%;
	}	
	.rkm_h_box{
		background: #fff;
		padding: 5% 24%;
	}
	.rkm_h_box1{
		
	}
	.rkm_h_box1_sec_ttl{
		display: table;
		color: #968cc8;
		margin: 0 auto;
		font-size: 1.5vw;
		font-weight: 200;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 2%;
		transform: scaleY(0.9);
	}
	.rkm_h_box1_sec_txt{
		color: #262626;
		font-size: 1.4vw;
		font-weight: 400;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.2em;
	}
	.rkm_h_box1_cnt{
		color: #4c4c4c;
		font-weight: lighter;
		padding: 3vw 0% 0%;
	}
	.rkm_h_box1_item{
		background: #ffffff;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 3.5vw;
		color: #262626;
		font-weight: lighter;
		padding: 0vw 0% 0%;
	}
	.rkm_h_box1_item_no{
		color: #fff;
		font-size: 1vw;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.15em;
		padding: 0.5vw;
		background: #000;
		width: 2vw;
		height: 2vw;
		margin: 2vw auto 1.5vw !important;
	}
	.rkm_h_box1_item_noa{
		color: #5d6b99;
		font-size: 0.6vw;
		position: relative;
		left: 3%;
	}
	.rkm_h_box1_item_txt1{
		color: #262626;
		font-size: 0.86vw;
		font-weight: lighter;
		text-align: center;
		line-height: 1.7;
		letter-spacing: 0.15em;
	}
	.rkm_h_box1_item_txt1 img{
		width: 0.9vw;
		display: inline-block;
		margin: 0vw 0.2vw;
	}
	.rkm_h_box1_item_txt2{
		color: #5d6b99;
		font-size: 0.75vw;
		font-weight: lighter;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.08em;
		padding: 0.5vw 0vw 0.8vw;
	}
	.rkm_h_box1_item_txt3{
		padding: 2.5vw 0vw 4.5vw;
		color: #ffffff;
		font-size: 0.75vw;
		font-weight: lighter;
		text-align: left;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
	
	
}
@media screen and (max-width: 767px) {
	.pd_b {
		margin-bottom: 5vw;
	}
	.pd_bnr_authority3 {
		padding: 0 5vw 10vw;
	}
	.rkm_award {
		padding: 9vw 9vw 0;
	}
	.pd_c_ttl_sub{
		font-size: 3.4vw;
		letter-spacing: .13em;
		font-weight: lighter;
	}
	.pd_c_nm4{
		display: flex;
		flex-direction: column-reverse;
		padding: 0 0 5vw;
		border-bottom: 1px solid #c5c5c5;
	}
	h1.fs {
		font-family: 'Noto Sans Japanese', sans-serif !important;
		font-size: 7vw;
		font-weight: 700;
		letter-spacing: .04em;
	}
	.pd_c_ttl_sub2 {
		padding: 0 0 2vw;
		font-weight: normal;
		letter-spacing: .1em;
	}
	.rkm_a_box{
		padding: 8vw 0vw;
	}
	.rkm_a_box1{
		padding: 0 0vw 0vw;
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.rkm_a_box2 {
		background: #fff;
		padding: 12% 0% 0%;
	}
	.rkm_a_box2a{
		background: #000;
	}
	.rkm_a_box2a1{
		
	}
	.rkm_a_box2a1_ttl{
		text-align: center;
		color: #fff;
		padding: 7vw 0vw 6vw;
		font-size: 4.5vw;
		font-weight: 100;
		letter-spacing: 0.1em;
	}
	.rkm_a_box2a2{
		padding: 9% 8vw;
	    color: #fff;
    	text-align: center;
	    position: absolute;
    	top: 0vw;
	    width: 100%;
	}
	.rkm_a_box2a2_ttl1 {
		display: flex;
    align-items: center;
    text-align: center;
    font-size: 3.5vw;
    font-weight: lighter;
    letter-spacing: 0.1em;
    width: 58%;
    margin: 0 auto;
    padding-bottom: 4vw;
	}
	.rkm_a_box2a2_ttl1::before,
	.rkm_a_box2a2_ttl1::after {
		content: "";
		flex-grow: 1;
		height: 5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.rkm_a_box2a2_ttl1::before {
		margin-right: 0.8em;
	}
	.rkm_a_box2a2_ttl1::after {
		margin-left: 0.8em;
	}
	.rkm_a_box2a2_ttl2{
font-size: 5.5vw;
    font-weight: lighter;
    padding-bottom: 5.5vw;
    letter-spacing: 0.18em;
	}
	.rkm_a_box2a2_ttl3{
		font-size: 3.0vw;
    letter-spacing: 0.1em;
    font-weight: lighter;
    padding-bottom: 5vw;
	}
	.rkm_a_box2a2_ttl3 span{
		font-size: 4.5vw;
		letter-spacing: 0.2em;
		margin-right: 2vw;
	}
	.rkm_a_box2a3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.9vw;
	}
	.rkm_a_box2a3 > h3 {
display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #d8c6b5;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1;
    padding: 2.2vw;
    color: #000;
    letter-spacing: 0.08em;
    font-weight: 400;
	}
	.rkm_a_box2a3 > h3:nth-child(-n + 3) {
		grid-column: 1 / -1;
	}
	.rkm_a_box2b {
		padding: 33vw 0vw 0vw 0vw;
		position: relative;
		margin: 0% 0%;
		background: #000;
	}
	.rkm_a_box2b_txt1 {
		font-size: 1.3vw;
		font-weight: lighter;
		text-align: center;
		letter-spacing: .32em;
		position: absolute;
		color: #fff;
		top: 15%;
		margin: 0 auto;
		margin-top: 0px;
		left: 0;
		right: 0;
	}
	.rkm_a_box2b_txt1 span{
		font-size: 1.6vw;
	}
	.rkm_a_box2b_txt2{
		color: #fff;
    font-weight: lighter;
    position: absolute;
    bottom: 5%;
    width: 100%;
	}
	.rkm_a_box2b_txt3{
		text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.14em;
    line-height: 1.7;
    padding-bottom: 4vw;
    font-weight: lighter;
	}
	.rkm_a_box2b_txt4{
		font-size: 1.9vw;
    letter-spacing: 0.14em;
    padding-left: 7%;
    width: 100%;
    line-height: 1.6;
	}
	.rkm_a_box3{
		
	}
	.rkm_a_box3a{
		position: relative;
	}
	.rkm_a_box3a_txt2{
display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 4.0vw;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 6vw 0vw;
	}

	
	
	
	
	
	.rkm_a_box3b{
		position: absolute;
		bottom: 11%;
		background: #f5f6f9;
		width: 85%;
		margin: 0 auto;
		left: 0;
		right: 0;
		border-radius: 7px;
		padding: 4.5% 6% 2%;
	}
	.rkm_a_box3b_ttl{
		color: #5d6b99;
		text-align: center;
		font-size: 4.0vw;
		font-weight: lighter;
		letter-spacing: 0.2em;
		align-content: center;
		line-height: 1.5;
		padding-bottom: 6%;
	}
	.rkm_a_box3b_txt{
		color: #405187;
		text-align: left;
		font-size: 2.4vw;
		font-weight: lighter;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	.rkm_a_box3b_txt h3{
		font-size: 3.2vw;
		font-weight: lighter;
		letter-spacing: 0.1em;
		display: inline-flex;
		padding-bottom: 4%;
		line-height: 1;
		vertical-align: sub;
		padding-left: 0.5vw;
	}
	
	
	.rkm_a_box2a_bg_img {
		padding-bottom: 58vw;
	}
	.rkm_a_box2a_ttl_cnt {
		width: 100%;
		position: absolute;
		top: 5.5%;
		text-align: center;
	}
	.rkm_a_box2a_sec_ttl {
		font-size: 2.9vw;
		letter-spacing: .04em;
		font-weight: 600;
		line-height: 1.5;
		margin-bottom: 6.5vw;
	}
	.rkm_a_box2a_sec_ttl span {
		font-family: 'FUTURA';
		font-size: 5.8vw;
		letter-spacing: .1em;
	}
	.rkm_a_box2a_sec_ttl2 {
		font-size: 5.7vw;
		font-weight: 600;
	}
	.rkm_a_box2a_img {
		width: 65vw;
		position: absolute;
		bottom: 2%;
		left: 50%;
		transform: translateX(-50%);
	}
	.rkm_a_box2b_txt1 {
		font-size: 3.4vw;
		letter-spacing: .04em;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 12vw;
	}
	.rkm_a_box2b_list {
		list-style-type: none;
		padding: 0 5vw 15vw;
		display: flex;
		flex-direction: column;
		gap: 13vw;
	}
	.rkm_a_box2b_list li{
		display: flex;
		flex-direction: column;
	}
	.rkm_a_box2b_list_ttl_sub {
		order: 1;
		color: #fff;
		font-size: 3.9vw;
		letter-spacing: .06em;
		padding: 2vw 0 2vw 3vw;
	}
	.rkm_a_box2b_list li:first-child .rkm_a_box2b_list_ttl_sub {
		background: linear-gradient(90deg, rgba(172, 197, 176, 1) 0%, rgba(195, 213, 199, 1) 100%);
	}
	.rkm_a_box2b_list li:nth-child(2) .rkm_a_box2b_list_ttl_sub{
		background: linear-gradient(90deg,rgba(125, 169, 218, 1) 0%, rgba(192, 212, 237, 1) 100%);
	}
	.rkm_a_box2b_list li:last-child .rkm_a_box2b_list_ttl_sub{
		background: linear-gradient(90deg,rgba(254, 158, 134, 1) 0%, rgba(253, 200, 186, 1) 100%);
	}
	.rkm_a_box2b_img{
		order: 3;
	}
	.rkm_a_box2b_list_note {
		order: 4;
		font-size: 1.9vw;
		text-align: right;
		padding-top: 1.5vw;
	}
	.rkm_a_box2b_list_ttl_cnt {
		order: 2;
		display: flex;
		align-items: center;
		padding: 3.8vw 0;
	}
	.rkm_a_box2b_list_ttl {
		width: 24vw;
		font-size: 6.5vw;
		letter-spacing: .14em;
		font-weight: 600;
		padding-left: 1vw;
	}
	.rkm_a_box2b_list li:first-child .rkm_a_box2b_list_ttl{
		color: #94c4ae;
	}
	.rkm_a_box2b_list li:nth-child(2) .rkm_a_box2b_list_ttl{
		color: #638ab1;
	}
	.rkm_a_box2b_list li:last-child .rkm_a_box2b_list_ttl{
		color: #ff6e41;
	}
	.rkm_a_box2b_list_ttl_sub2 {
		font-size: 4vw;
		letter-spacing: .1em;
	}
	.rkm_a_box2c {
		background: #fff;
		padding-top: 22vw;
		padding-bottom: 11vw;
	}
	.rkm_a_box2c_txt {
		font-size: 3.8vw;
		font-weight: 600;
		letter-spacing: .04em;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 4vw;
		position: relative;
	}
	.rkm_a_box2c_txt span {
		display: inline-block;
		font-size: 5.5vw;
		padding: 0 3.8vw;
		position: relative;
	}
	.rkm_a_box2c_txt span::before,
	.rkm_a_box2c_txt span::after {
		display: inline-block;
		content: '';
		height: 1px;
		width: 2.3vw;
		background: #969696;
		position: absolute;
		top: 50%;
	}
	.rkm_a_box2c_txt span::before{
		left: 0;
	}
	.rkm_a_box2c_txt span::after{
		right: 0;
	}
	.rkm_a_box3 {
		padding-top: 0vw;
	}
	.rkm_a_box3_txt {
		font-size: 5.5vw;
		font-weight: 600;
		letter-spacing: .06em;
		text-align: center;
		margin-bottom: 8vw;
	}
	.rkm_a_box3_txt span {
		font-size: 7vw;
	}
	.rkm_a_box3_txt2 {
		font-size: 3.7vw;
		letter-spacing: .06em;
		line-height: 1.4;
		text-align: center;
		padding: 6vw 0 0;
	}
	.rkm_b_box {
		padding-top: 12%;
	}
	.rkm_b_box1{
		color: #5d6b99;
		font-size: 5.3vw;
		text-align: center;
		font-weight: lighter;
		letter-spacing: 0.15em;
		line-height: 1.6;
		padding-bottom: 5%;
	}
	.rkm_b_box_ttl{
color: #968cc8;
    font-size: 3.3vw;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0.2em;
    line-height: 1;
    padding-bottom: 4vw;
	}
	.rkm_b_box_txt{
color: #2d2d2d;
    text-align: center;
    font-weight: 400;
    font-size: 3.9vw;
    letter-spacing: 0.25em;
    padding-bottom: 5vw;
    line-height: 1.7;
	}
	.rkm_b_box1a {
		padding: 0vw 4vw !important;
	}
	.rkm_b_box1b {
		padding: 0vw 4vw !important;
	}
	.rkm_b_box1a iframe,
	.rkm_b_box1b iframe{
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.rkm_b_box2 {
		padding: 5vw 0vw 10vw;
		text-align: center;
	}
	.rkm_b_box2_ttl{
		color: #000;
    font-weight: 400;
    font-size: 3.8vw;
    letter-spacing: 0.14em;
    padding-bottom: 4.5vw;
	}
	.rkm_b_box2_txt {
		font-size: 3.0vw;
    font-weight: 400;
    letter-spacing: .08em;
    text-align: center;
    line-height: 2.0;
    color: #000;
	}
	.rkm_b2_box{
		padding-top: 9vw;
	}
	.rkm_b2_box1{
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
    padding: 0vw 4.0vw 1.5vw;
	}
	.rkm_b2_box2{
		padding: 0vw 4.0vw 3.0vw;
	}
	.rkm_b2_box3{
color: #2d2d2d;
    text-align: center;
    font-weight: 400;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding-bottom: 7vw;
	}
	.rkm_b3_box{
		padding: 5% 0% 10%;
	}
	.rkm_b3_box1{
		background: #fcfcfc;
		padding: 9vw 4vw;
	}
	.rkm_b3_box1a{
		padding-top: 2vw;
	}
	.rkm_b3_box1a_post{
color: #2d2d2d;
    padding: 2vw 0vw;
    font-weight: lighter;
    font-size: 3.0vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
		padding-left: 4vw;
	}
	.rkm_b3_box1a_nm{
		color: #968cc8;
    padding-left: 4vw;
    font-weight: 400;
    font-size: 4.3vw;
    line-height: 1;
    letter-spacing: 0.2em;
	}
	.rkm_b3_box1a_ttl{
color: #262626;
    font-weight: 400;
    text-align: center;
    font-size: 4.35vw;
    letter-spacing: 0.25em;
    line-height: 1.6;
    padding-bottom: 0.5vw;
	}
	.rkm_b3_box1a_txt{
color: #262626;
    font-weight: 300;
    text-align: left;
    font-size: 3.0vw;
    letter-spacing: 0.12em;
    line-height: 1.8;
    padding: 5vw 4vw 7vw;
	}
	
	
	.scroll-infinity__list {
		gap: 4vw;
		margin-bottom: 0vw;
	}
	.scroll-infinity__item {
		width: 45vw;
	}
	
	.rkm_c_box{
		padding: 18% 0%;
	}
	.rkm_c_box1 {
		text-align: center;
		margin-bottom: 6vw;
	}
	.rkm_c_box_ttl_sub {
		text-align: center;
    font-size: 4.2vw;
    margin-bottom: 3vw;
    letter-spacing: 0.2em;
    font-weight: 400;
	}
	.rkm_c_box_ttl {
		margin: 0vw auto 1vw;
    color: #2d2d2d;
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: 400;
	}
	.rkm_c_nav {
		padding: 0 9% 8%;
	}
	.rkm_c_nav_list {
		list-style-type: none;
	}
	.rkm_c_nav_list li a {
		display: flex;
		gap: 1vw;
		align-items: flex-start;
		position: relative;
		text-decoration: none;
		color: #fff;
		background: #968cc8;
		margin-bottom: 5.5vw;
	}
	.rkm_c_nav_list li a.is-active {
		color: #5d6b99;
	}
	.rkm_c_nav_r{
		display: grid;
		grid-template-columns: 9% 91%;
		gap: 2vw;
		padding: 2.5vw 3.7vw;
		width: 100%;
	}
	.rkm_c_nav_list_arrow {
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.rkm_c_nav_list_arrow {
		width: 5vw;
		height: 5vw;
		margin-left: auto;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		right: 5%;
		top: 31%;	
	}
	
	/* 下向きV字 */
	.rkm_c_nav_list_arrow::before,
	.rkm_c_nav_list_arrow::after {
		content: "";
		position: absolute;
		top: 2.5vw;
		width: 1.7vw;
		height: 1px;
		background: #8068a8;
	}
	
	.rkm_c_nav_list_arrow::before {
		left: 1.1vw;
		transform: rotate(45deg);
	}
	
	.rkm_c_nav_list_arrow::after {
		right: 1.1vw;
		transform: rotate(-45deg);
	}
	.rkm_c_nav_num {
		font-family: "FOT筑紫ゴシック Pro", "筑紫ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
		font-size: 1.4vw;
		letter-spacing: .04em;
		padding: 2vw 1vw 2vw 0vw;
	}
	.rkm_c_nav_num span {
		font-size: 3.5vw;
		color: #fff;
	}
	.rkm_c_nav_menu {
		font-size: 3.5vw;
		font-weight: lighter;
		letter-spacing: 0.1em;
		color: #fff;
		padding: 2vw 1vw 2vw 1vw;
	}
	/* ドット＋ライン */
	.nav-dot-line {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: .3vw;
	}
	.nav-dot {
		width: 1.5vw;
		height: 1.5vw;
		border-radius: 50%;
	}
	.rkm_c_nav_list li:first-child .nav-dot{
		background: #6e9a76;
	}
	.rkm_c_nav_list li:nth-child(2) .nav-dot{
		background: #648ab1;
	}
	.rkm_c_nav_list li:last-child .nav-dot{
		background: #ff8055;
	}
	.nav-line {
		width: .2vw;
		height: 10vw;
		background: #969696;
		position: relative;
		overflow: hidden;
	}
	.nav-line-fill {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		background: transparent;
		transition: height .1s linear;
	}
	.rkm_c_nav_list li:first-child .nav-line-fill{
		background:#6e9a76;
	}
	.rkm_c_nav_list li:nth-child(2) .nav-line-fill{
		background:#648ab1;
	}
	.rkm_c_nav_list li:last-child .nav-line-fill{
		background:#ff8055;
	}
	/* 
	.rkm_c_nav_list li:first-child .rkm_c_nav_r {
		position: relative;
	} */
	
	.rkm_c_box2{
		background: #ffffff;
	}
	.rkm_c_box2a, 
	.rkm_c_box2c {
		padding-top: 10%;
	}
	.rkm_c_box2a_ttl_cnt,
	.rkm_c_box2b_ttl_cnt,
	.rkm_c_box2c_ttl_cnt {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.rkm_c_box2a_fnc,
	.rkm_c_box2b_fnc,
	.rkm_c_box2c_fnc,
	.rkm_c_box2d_fnc{
color: #968cc8;
    background: #ffffff;
    padding: 0vw 0vw 3vw;
    text-align: center;
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: .2em;
    width: 100%;
    display: block;
	}
	.rkm_c_box2a_num, 
	.rkm_c_box2b_num, 
	.rkm_c_box2c_num {
		color: #968cc8;
		font-size: 4.4vw;
		letter-spacing: 0.1em;
		font-weight: 400;
		padding-left: 1.3vw;
	}
	.rkm_c_box2a_ttl,
	.rkm_c_box2b_ttl,
	.rkm_c_box2c_ttl,
	.rkm_c_box2d_ttl{
		font-size: 4.3vw;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: 4%;
    color: #2d2d2d;
	}
	.rkm_c_box2a_img1,
	.rkm_c_box2b_img1,
	.rkm_c_box2c_img1,
	.rkm_c_box2d_img1{
		position: relative;
		padding: 0 4vw;
	}
	.rkm_c_box2a_txt4a{
color: #4c4c4c;
    text-align: center;
    font-size: 3.7vw;
    letter-spacing: 0.15em;
    padding-top: 5vw;
	}
	.rkm_c_box2a_txt4b{
		color: #4c4c4c;
    font-size: 2.8vw;
    letter-spacing: 0.2em;
    padding: 3vw 11vw;
    line-height: 1.8;
    text-align: left;
	}
	.rkm_c_box2a_txt4b2{
		color: #4c4c4c;
    font-size: 2.8vw;
    letter-spacing: 0.2em;
    padding: 3vw 11vw;
    line-height: 1.8;
    text-align: center;
	}
	.rkm_c_box2a_txt4c{
color: #4c4c4c;
    text-align: center;
    font-size: 2vw;
    letter-spacing: 0.1em;
    padding-top: 0vw;
    line-height: 1;
	}
	.rkm_c_box2a_cnt1{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.8vw;
	    padding: 5vw 4vw 7vw;
	}
	.rkm_c_box2a_cnt1_ttl{
		background: #968cc8;
    color: #fff;
    text-align: center;
    font-size: 3.0vw;
    letter-spacing: 0.2em;
    padding: 2.2vw 0vw;
    margin-bottom: 2.0vw;
	}
	.rkm_c_box2a_cnt1_txt{
		color: #262626;
    font-weight: 400;
    text-align: center;
    font-size: 3.1vw;
    line-height: 1.7;
    padding-top: 3vw;
    letter-spacing: 0.1em;
	}
	
	.rkm_c_box2a_img1,
	.rkm_c_box2b_img1,
	.rkm_c_box2c_img1 {
		position: relative;
	}
	
	
	.rkm_c_box2c_img1 iframe{
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.rkm_c_box2a_txt_cnt,
	.rkm_c_box2b_txt_cnt {
		position: absolute;
		bottom: 10%;
		left: 4.5%;
	}
	.rkm_c_box2a_txt1,
	.rkm_c_box2a_txt2,
	.rkm_c_box2b_txt1,
	.rkm_c_box2b_txt2,
	.rkm_c_box2c_txt1,
	.rkm_c_box2c_txt2,
	.rkm_c_box2d_txt1,
	.rkm_c_box2d_txt2{
		height: 20vw;
		width: 20vw;
		border-radius: 50%;
		font-size: 3.5vw;
		letter-spacing: .1em;
		line-height: 1.3;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.rkm_c_box2a_txt1{
		background: rgba(111, 155, 119, .85);
		color: #fff;
		position: absolute;
		bottom: 18vw;
		left: 0;
	}
	.rkm_c_box2a_txt2 {
		background: #ebebeb;
		color: #6f9b77;
	}
	.rkm_c_box2a_txt3,
	.rkm_c_box2b_txt3,
	.rkm_c_box2c_txt3 {
		color: #fff;
		font-size: 4vw;
		font-weight: 600;
		letter-spacing: .1em;
		text-align: center;
		padding: 5vw 0;
	}
	.rkm_c_box2a_txt3{
		background: #bcd1c0;
	}
	.rkm_c_box2a_txt4 {
		font-size: 3.5vw;
		letter-spacing: .1em;
		line-height: 1.8;
		text-align: center;
		padding: 5vw 0 0;
		color: #405187;
		font-weight: lighter;
	}
	.rkm_c_box2a_txt4 span {
		display: inline-block;
		font-size: 4vw;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 4vw;
	}
	.rkm_c_box2a_cnt2 {
background: #fff;
    padding: 5.5vw 2vw 4.5vw;
    border: 1px solid #968cc8;
    margin: 0vw 11vw 17vw;
    position: relative;
    text-align: center;
    font-size: 3.0vw;
    letter-spacing: 0.15em;
	}
	.rkm_c_box2a_cnt2a{
position: absolute;
    background: #968cc8;
    color: #fff;
    margin: 0 auto;
    top: -3vw;
    left: 0;
    right: 0;
    width: 22%;
    font-size: 2.8vw;
    padding: 1.3vw;
    letter-spacing: 0.1em;
	}
	.rkm_c_box2a_cnt2_ttl,
	.rkm_c_box2b_cnt2_ttl,
	.rkm_c_box2c_cnt3_ttl {
		font-size: 4vw;
		font-weight: 600;
		letter-spacing: .15em;
		width: fit-content;
		margin: 0 auto 6vw;
		padding: .7vw 3vw;
		position: relative;
	}
	.rkm_c_box2b_cnt3_ttl {
		color: #2d2d2d;
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 10vw 0vw 5vw;
		text-align: center;
	}
	.rkm_c_box2c_cnt2_ttl {
		position: relative;
		padding: 3vw 8vw;
		color: #5c6fa3;
		font-size: 4.4vw;
		font-weight: lighter;
		line-height: 1.6;
		letter-spacing: 0.11em;
		margin: 0 auto 5%;
		width: fit-content;
		text-align: center;
	}
	/* 左上・右下 */
	.rkm_c_box2c_cnt2_ttl::before,
	.rkm_c_box2c_cnt2_ttl::after {
		content: "";
		position: absolute;
		width: 4.5vw;
		height: 4.5vw;
	}
	/* 左上 */
	.rkm_c_box2c_cnt2_ttl::before {
		top: 0;
		left: 0;
		border-top: 1px solid #5c6fa3;
		border-left: 1px solid #5c6fa3;
	}
	/* 右下 */
	.rkm_c_box2c_cnt2_ttl::after {
		right: 0;
		bottom: 0;
		border-right: 1px solid #5c6fa3;
		border-bottom: 1px solid #5c6fa3;
	}
	.rkm_c_box2c_cnt2_txt1{
		color: #5d6b99;
		text-align: center;
		line-height: 1.8;
		font-size: 3.6vw;
		font-weight: lighter;
		letter-spacing: 0.3vw;
		padding: 7% 0% 5%;
	}
	.rkm_c_box2c_cnt2_txt2{
		color: #5d6b99;
		text-align: center;
		line-height: 1.8;
		font-size: 3.2vw;
		font-weight: lighter;
		letter-spacing: 0.3vw;
	}
	.rkm_c_box2d_txt4{
		font-size: 3.4vw;
		letter-spacing: .1em;
		line-height: 1.7;
		text-align: center;
		padding: 5vw 0 4vw;
		font-weight: lighter;
		color: #405187;
	}
	.rkm_c_box2d_txt4b{
		font-size: 2.0vw;
		letter-spacing: .1em;
		line-height: 1.7;
		text-align: center;
		padding: 0vw 0 14vw;
		font-weight: lighter;
		color: #405187;
	}
	.rkm_c_box2a_cnt2_list_dt {
		width: 37%;
		background: #4b4b4b;
		color: #fff;
		font-size: 2.7vw;
		letter-spacing: .04em;
		text-align: center;
		padding: 3.2vw 0;
	}
	.rkm_c_box2a_cnt2_list_dd {
		width: 59%;
		font-size: 2.8vw;
		letter-spacing: -.01em;
		line-height: 1.6;
		text-align: justify;
	}

	.rkm_c_box2a_cnt3 {
		background: #f8f8f8;
		color: #4c4c4c;
		padding: 10vw 0vw 13vw;
		text-align: center;
	}
	.rkm_c_box2a_cnt3_ttl {
		color: #968cc8;
    font-size: 4.2vw;
    letter-spacing: .2em;
    margin-bottom: 4.5vw;
	}
	.rkm_c_box2a_cnt3_ttl_sub {
		font-size: 2.1vw;
		font-weight: 600;
		letter-spacing: .1em;
		margin-bottom: 2.3vw;
	}
	.rkm_c_box2a_cnt3_mv {
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
		margin-top: 16% !important;
	}
	.rkm_c_box2a_cnt3_txt {
		font-size: 3.2vw;	
    letter-spacing: .18em;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 5.5vw;
    font-weight: 400;
	}
	.rkm_c_box2a_cnt3a{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
    padding: 0vw 3vw 5vw;
	}
	.rkm_c_box2a_cnt3a1{
		position: relative;
		width: 100%;
		aspect-ratio: 20 / 42;
		overflow: hidden;
	}
	.rkm_c_box2a_cnt3a1 iframe{
position: absolute !important;
    top: 0 !important;
    left: 47% !important;
    width: 171.7% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transform: translateX(-50%) !important;
		
		transform: translateX(-50%) !important;
	}
	.rkm_c_box2a_cnt3a2{
		width: 100%;
		aspect-ratio: 4.5 / 5;
		overflow: hidden;
	}
	.rkm_c_box2a_cnt3b{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		font-size: 3.1vw;
    font-weight: 400;
    letter-spacing: 0.3em;
	}
	.rkm_c_box2a_cnt4{
		background: #f8f8f8;
		padding: 0vw 4vw 14vw;
	}
	.rkm_c_box2a_cnt4_sp{
		background: #ffffff;
		padding: 7vw 4.5vw;
	}
	.rkm_c_box2a_cnt4_ttl{
		background: #968cc8;
    color: #fff;
    text-align: center;
    width: 19%;
    font-size: 2.9vw;
    letter-spacing: 0vw;
    padding: 1.2vw;
    margin: 0 auto 3.5vw;
	}
	.rkm_c_box2a_cnt4_txt1{
		color: #4c4c4c;
		text-align: center;
		font-size: 3.1vw;
		letter-spacing: 0.2em;
		line-height: 1.7;
		padding-bottom: 4.5vw;
	}
	.rkm_c_box2a_cnt4_txt1 span{
		font-size: 4.2vw;
	}
	.rkm_c_box2a_cnt4_txt2{
color: #4c4c4c;
    text-align: center;
    font-size: 3.0vw;
    letter-spacing: 0.15em;
    line-height: 1.8;
    padding-bottom: 10vw;
	}
	.rkm_c_box2a_cnt4_txt2b{
color: #4c4c4c;
    text-align: center;
    font-size: 3.0vw;
    letter-spacing: 0.15em;
    line-height: 1.8;
    padding-bottom: 2vw;
	}
	.rkm_c_box2a_cnt4a{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2.2vw;
		padding: 0px 4vw 0vw;
	}
	.rkm_c_box2a_cnt4a1{
		
	}
	.rkm_c_box2a_cnt4a1_txt{
		text-align: center;
    color: #4c4c4c;
    font-size: 3.3vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 1.5vw 0vw;
	}
	.rkm_c_box2a_cnt4a2{
		padding: 0 4vw 4vw;
	}
	.rkm_c_box2a_cnt4a3{
		margin: 0 9vw 6vw;
    background: #ffffff;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1vw;
	}
	.rkm_c_box2a_cnt4a3a{
		padding: 4vw 0vw;
	}
	.rkm_c_box2a_cnt4a3a_ttl{
		color: #a69dd0;
    width: 100%;
    text-align: center;
    font-size: 4.2vw;
    letter-spacing: 0.2em;
    padding-bottom: 4vw;
	}
	.rkm_c_box2a_cnt4a3a_txt{
		color: #2d2d2d;
    width: 100%;
    text-align: center;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
	}
	.rkm_c_box2a_cnt4a3b{
		width: 48%;
		padding-top: 1vw;
	}
	.rkm_c_box2b_cnt{
		
	}
	.rkm_c_box2b_cnt1{
		padding-bottom: 8vw;
	}
	.rkm_c_box2b_cnt1a{
		display: grid;
    grid-template-columns: 7.8fr 5.0fr;
    gap: 0;
    padding: 0vw 10vw;
	}
	.rkm_c_box2b_cnt1a_ttl{
		color: #4c4c4c;
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: 0.13em;
    padding-top: 4vw;
	}
	.rkm_c_box2b_cnt1a_txt{
		color: #4c4c4c;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    padding-top: 3vw;
    line-height: 1.8;
	}
	.rkm_c_box2b_cnt2b{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 6vw 3vw;
    padding: 0vw 3vw 5vw;
	}
	.rkm_c_box2b_cnt2 {
		margin-top: 4vw !important;
		text-align: center;
		font-size: 1.2vw;
		letter-spacing: 0.15em;
	}
	.rkm_c_box2b_cnt2a{
		background: #968cc8;
		padding: 2vw 1vw;
		margin-bottom: 2vw;
	}
	.rkm_c_box2b_cnt2a1{
		color: #fff;
    font-size: 1.9vw;
    letter-spacing: 0.15em;
    padding-right: 1.5vw;
    font-weight: lighter;
    line-height: 1;
    vertical-align: center;
    display: inline;
	}
	.rkm_c_box2b_cnt2a2{
		color: #fff;
    font-size: 3.3vw;
    letter-spacing: 0.2em;
	}
	.rkm_c_box2b_cnt2a3{
color: #4c4c4c;
    font-size: 2.9vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 400;
    width: 70%;
    float: left;
    padding: 4.0vw 3vw 0vw;
	}
	.rkm_c_box2b_cnt2a3a{
		border-bottom: 1px solid #000;
    font-size: 2.8vw;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
	}
	.rkm_c_box2b_cnt2a_img{
		width: 30%;
  float: left;
	}
	.rkm_c_box2b_cnt4a{
		display: grid;
		grid-template-columns: 6fr 3fr;
		gap: 1vw;
		padding-top: 2vw;
	}
	.rkm_c_box2b_cnt4a2{
		width: 50%;
		margin-left: 24%;
	}
	.rkm_c_box2b_cnt4a_txt{
		text-align: center;
    font-size: 3.0vw;
    color: #2d2d2d;
    padding: 4vw 0vw 0vw;
    letter-spacing: 0.2em;
    line-height: 1.7;
	}
	
	.rkm_c_box2b {
		padding-top: 17%;
	}
	.rkm_c_box2b_txt1 {
		background: rgba(100,137,177,.85);
		color: #fff;
		position: absolute;
		bottom: 18vw;
		left: 0;
	}
	.rkm_c_box2b_txt2 {
		background: #ebebeb;
		color: #6489b1;
	}
	.rkm_c_box2b_txt3{
		background: #75a3d7;
	}
	.rkm_c_box2b_txt4 {
		font-size: 3.4vw;
		letter-spacing: .08em;
		line-height: 1.7;
		text-align: center;
		padding: 5vw 0 13vw;
	}
	.rkm_c_box2b_cnt2 {
		background: #f7f7f7;
		padding: 9vw 5vw 6vw;
	}
	.rkm_c_box2b_cnt2_dl {
		display: flex;
		justify-content: space-between;
		margin-bottom: 6vw;
	}
	.rkm_c_box2b_cnt2_dl li {
		width: calc(33.3% - 2.4vw);
	}
	.rkm_c_box2b_cnt2_list_dt {
		background: #4b4b4b;
		color: #fff;
		font-size: 2.7vw;
		line-height: 1.5;
		text-align: center;
		padding: 1.3vw 0;
	}
	.rkm_c_box2b_cnt2_list_dt span {
		font-size: 2.5vw;
	}
	.rkm_c_box2b_cnt2_list_dd {
		font-size: 2.8vw;
		line-height: 1.5;
		padding-top: 1.5vw;
	}
	.rkm_c_box2b_cnt2_note {
		font-size: 1.9vw;
		letter-spacing: .08em;
		line-height: 1.7;
	}
	.rkm_c_box2b_cnt3 {
		background: #fff;
		color: #fff;
		padding: 4vw 0vw 1.5vw;
	}
	.rkm_c_box2b_cnt3a{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 6vw 4.5vw;
		padding: 0vw 4vw;
	}
	.rkm_c_box2b_cnt3a_txt{
		text-align: center;
    color: #2d2d2d;
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    padding-top: 2.5vw;
	}
	.rkm_c_box2c_cnt3_ttl::before,
	.rkm_c_box2c_cnt3_ttl::after{
		background: #fff;
	}
	.rkm_c_box2b_cnt3_flex,
	.rkm_c_box2c_cnt3_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rkm_c_box2b_cnt3_txt,
	.rkm_c_box2c_cnt3_txt {
		width: 30%;
		font-size: 1.7vw;
		letter-spacing: .08em;
		line-height: 1.4;
		text-align: center;
	}
	.rkm_c_box2b_cnt3_img {
		width: 67%;
	}
	.rkm_c_box2c_txt_cnt {
		position: absolute;
		bottom: 9%;
		right: 3%;
	}
	.rkm_c_box2c_txt1 {
		background: rgba(255, 108, 69, .7);
		color: #fff;
		position: absolute;
		bottom: 18vw;
		right: 0;
	}
	.rkm_c_box2c_txt2 {
		background: #eaeaea;
		color: #ff896b;
	}
	.rkm_c_box2c_txt3 {
		background: #ff9b81;
	}
	.rkm_c_box2c_txt4 {
		font-size: 3.4vw;
		letter-spacing: .1em;
		line-height: 1.7;
		text-align: center;
		padding: 5vw 0 0vw;
		font-weight: lighter;
		color: #405187;
	}
	.rkm_c_box2c_txt3a{
		font-size: 2.0vw;
		letter-spacing: .1em;
		line-height: 1.7;
		text-align: center;
		padding: 1vw 0 11vw;
		font-weight: lighter;
		color: #405187;
	}
	.rkm_c_box2c_cnt2 {
		background: #ffffff;
		padding: 3.0vw 4vw 4.0vw;
		margin-bottom: 5vw;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw 3vw;
	}
	.rkm_c_box2c_cnt2_img2 {
		grid-column: 1 / -1;
		justify-self: center;
		width: 100%;
	}
	.rkm_c_box2c_cnt2_dl{
		display: flex;
		flex-direction: column;
		gap: 3.5vw; 
		margin-bottom: 3vw;
	}
	.rkm_c_box2c_cnt2_dl li {
		display: flex;
		align-items: center;
		gap: 3vw;
	}
	.rkm_c_box2c_cnt2_list_dt {
		width: 28vw;
		background: #4b4b4b;
		color: #fff;
		font-size: 2.7vw;
		letter-spacing: .04em;
		text-align: center;
		padding: 3.2vw 0;
	}
	.rkm_c_box2c_cnt2_list_dd {
		font-size: 4.3vw;
		letter-spacing: .04em;
	}
	.rkm_c_box2c_cnt2_note {
		font-size: 1.9vw;
		letter-spacing: .06em;
		padding-top: 2vw;
	}
	.rkm_c_box2c_cnt3 {
		background: #ff9b81;
		color: #fff;
		padding: 4vw 5vw 7vw;
		margin-bottom: 27vw;
	}
	.rkm_c_box2c_cnt3_ttl {
		margin: 0 auto 2.5vw;
	}
	.rkm_c_box2c_cnt3_txt {
		font-size: 4vw;
		letter-spacing: .1em;
		text-align: center;
		margin-bottom: 5vw;
	}
	.rkm_c_box2c_cnt3_img {
		display: flex;
		justify-content: space-between;
	}
	.rkm_c_box2c_cnt3_img picture {
		width: calc(50% - 1.7vw);
	}
	.rkm_c_box2c_cnt3_note {
		font-size: 1.9vw;
		letter-spacing: .04em;
		line-height: 1.6;
		padding-top: 5vw;
	}
	.rkm_d_box{
		padding: 0% 0% 0%;
	}
	.rkm_d_box_ttl1{
		text-align: center;
		color: #5d6b99;
		font-weight: lighter;
		font-size: 3.0vw;
		letter-spacing: 0.2em;
		background: #fff;
		padding: 5vw;
		margin-bottom: 7%;
	}
	.rkm_d_box_ttl2{
		text-align: center;
		color: #5d6b99;
		font-weight: lighter;
		font-size: 5.5vw;
		letter-spacing: 0.2em;
		padding-bottom: 7%;
		line-height: 1.4;
	}
	
	.rkm_e_box{
		padding: 10% 0%;
		background: #f8f8f8;
	}
	.rkm_e_box1 {
		padding: 2.5vw 0vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.rkm_e_box1_ttl{
		color: #968cc8;
		font-size: 3.6vw;
		font-weight: 100;
		letter-spacing: 0.1em;
	}
	.rkm_e_box1a{
		display: grid;
		grid-template-columns: 4fr 5fr;
		gap: 2vw;
		padding: 0vw 6vw;
	}
	.rkm_e_box1a1{
		padding-top: 13vw;
		color: #262626;
	}
	.rkm_e_box1a1_txt1{
		font-weight: 400;
    font-size: 2.1vw;
    letter-spacing: 0.15em;
    padding-bottom: 2.5vw;
	}
	.rkm_e_box1a1_txt2{
		font-weight: 500;
    font-size: 3.4vw;
    letter-spacing: 0.15em;
    padding-bottom: 6vw;
	}
	.rkm_e_box1a1_txt3{
		font-weight: 400;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 2.3;
	}

	.rkm_f_box{
		padding:22% 0% 7%;
	}
	.rkm_f_box1{
		padding-bottom: 10%;
	}
	.rkm_f_box1_sec_ttl {
		text-align: center;
		margin-bottom: 3.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 3.1vw;
		color: #5d6b99;
		font-size: 4.0vw;
		font-weight: 400;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.rkm_f_box1_sec_ttl::before,
	.rkm_f_box1_sec_ttl::after {
		content: "";
		width: 1px;
		height: 3.8vw;
		background: currentColor;
		display: block;
		position: relative;
	}
	/* 2本目の線を作る */
	.rkm_f_box1_sec_ttl::before {
		box-shadow: 4px 0 0 currentColor;
	}
	.rkm_f_box1_sec_ttl::after {
		box-shadow: -4px 0 0 currentColor;
	}
	.rkm_f_box1_sub{
		font-size: 4.1vw;
		font-weight: lighter;
		letter-spacing: .13em;
		line-height: 1;
		text-align: center;
		margin-bottom: 6%;
		color: #5d6b99;
	}
	.rkm_f_box1_cnt{
		color: #5d6b99;
		font-weight: lighter;
	}
	.rkm_f_box1_item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0vw;
	}
	.rkm_f_box1_item2{
		padding: 16% 13%;
	}
	.rkm_f_box1_item_txt1{
		text-align: left;
		font-size: 3.6vw;
		font-weight: lighter;
		padding-bottom: 8%;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
	.rkm_f_box1_item_txt2{
		text-align: left;
		font-size: 3.2vw;
		font-weight: lighter;
		line-height: 1.7;
		letter-spacing: 0.1em;
	}
	.rkm_f_box2{
		padding: 7% 8%;
	}
	.rkm_f_box2_cnt{
		color: #4c4c4c;
		font-weight: lighter;
		padding-top: 4%;
	}
	.rkm_f_box2_item_txt1{
		text-align: center;
		font-size: 3.6vw;
		font-weight: 400;
		padding: 3.3vw 0vw 2.5vw;
		letter-spacing: 0.1em;
	}
	.rkm_f_box2_item_txt2{
		text-align: center;
		font-size: 3.2vw;
		font-weight: lighter;
		line-height: 1.7;
		letter-spacing: 0.1em;
		padding-bottom: 6%;
	}
	.rkm_g_box{
		background: #fff;
		padding: 0.5% 0% 11%;
	}
	.rkm_g_box1{
		
	}
	.rkm_g_box1_ttl{
		text-align: center;
	}
	.rkm_g_box1_ttl_logo{
		display: inline-block;
		width: 70%;
		padding-bottom: 4%;
	}
	.rkm_g_box1_ttl h2{
		display: inline-block;
		margin-bottom: 7%;
	}
	.rkm_g_box1_ttl1{
		background: #5d6b99;
		color: #ffffff;
		font-weight: lighter;
		font-size: 5vw;
		letter-spacing: 0.1em;
		line-height: 1;
		padding: 0.5vw 3.0vw 1vw;
		margin-right: 0vw;
		display: inherit;
	}
	.rkm_g_box1_ttl2{
		color: #5d6b99;
		font-weight: lighter;
		font-size: 5vw;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	
	.rkm_g_box1_cnt{
		color: #4c4c4c;
		font-weight: lighter;
		padding: 0% 4% 9%;
		background: #e0e3ec;
		position: relative;
		height: 90vw;
	}
	.rkm_g_box1_cnt_in{
		position: relative;
		top: -5%;
	}
	.rkm_g_box1_cnt2{
		padding:0;
	}
	.rkm_g_box1_item{
		background: #fff;
		padding: 7% 4%;
	}
	.rkm_g_box1_item_set{
		background: #5d6b99;
		font-size: 4.0vw;
		padding: 2.0vw 7.5vw;
		text-align: center;
		border-radius: 10vw;
		display: table;
		margin: 0 auto 4%;
		color: #fff;
		letter-spacing: 0.05em;
	}
	.rkm_g_box1_item_price1{
		padding: 4% 0vw 1vw;
		color: #4c4c4c;
		font-weight: lighter;
		font-size: 2.7vw;
		line-height: 1;
		letter-spacing: 0.08em;
		text-align: left;
	}
	.rkm_g_box1_item_price2{
		display: grid;
		grid-template-columns: 25% 25% 50%;
		gap: 0vw;
		padding: 0vw 8%;
	}
	.rkm_g_box1_item_price2a{
		background: #ef4f37;
		color: #ffffff;
		border-radius: 50%;
		font-size: 5.5vw;
		line-height: 0.8;
		letter-spacing: 0.0em;
		text-align: center;
		padding: 2.7vw 0vw;
		width: 15vw;
		height: 15vw;
		font-weight: 400;
		position: relative;
		top: 19%;
	}
	.rkm_g_box1_item_price2a span{
		font-size:3.9vw;
	}
	.rkm_g_box1_item_price2b{
		position: relative;
		color: #4c4c4c;
		font-size: 11.0vw;
		line-height: 1;
		letter-spacing: 0.0em;;
	}
	.rkm_g_box1_item_price2b1{
		font-size: 5.5vw;
		line-height: 1;
		padding-left: 0.8vw;
	}
	.rkm_g_box1_item_price2b2{
		font-size: 1.9vw;
		line-height: 1;
		position: absolute;
		right: 16%;
		top: 35%;
	}
	
	.rkm_h_box{
		background: #fff;
		padding: 10vw 8vw;
	}
	.rkm_h_box1{
		
	}
	.rkm_h_box1_sec_ttl{
		display: table;
		color: #968cc8;
		margin: 0 auto;
		font-size: 3.5vw;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 3vw;
    transform: scaleY(0.9);
	}
	.rkm_h_box1_sec_txt{
		color: #262626;
		font-size: 4.4vw;
		font-weight: 400;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.2em;
	}
	.rkm_h_box1_cnt{
		color: #4c4c4c;
		font-weight: lighter;
		padding: 5vw 0% 0%;
	}
	.rkm_h_box1_item{
		background: #ffffff;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 3.5vw;
		color: #262626;
		font-weight: lighter;
		padding: 0vw 0% 0%;
	}
	.rkm_h_box1_item_no{
		display: none;
	}
	.rkm_h_box1_item_noa{
		color: #5d6b99;
		font-size: 0.6vw;
		position: relative;
		left: 3%;
	}
	.rkm_h_box1_item_txt1{
		color: #262626;
    font-size: 3.0vw;
    font-weight: lighter;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.16em;
    padding: 3vw 0vw;
	}
	.rkm_h_box1_item_txt1 img{
		width: 2.5vw;
		display: inline-block;
		margin: 0vw 0.2vw;
	}
	.rkm_h_box1_item_txt2{
		color: #5d6b99;
		font-size: 0.75vw;
		font-weight: lighter;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.08em;
		padding: 0.5vw 0vw 0.8vw;
	}
	.rkm_h_box1_item_txt3{
		padding: 2.5vw 0vw 4.5vw;
		color: #ffffff;
		font-size: 0.75vw;
		font-weight: lighter;
		text-align: left;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
	
	
}

/* 26/2/24
	===================================*/
@media screen and (min-width:768px){
	.pd_bnr_authority3 {
		padding: 5% 0 0;
	}
	.rkm_award {
		padding: 0;
		display: flex;
	}
	.rkm_award_text {
		padding-left: 5vw;
		position: relative;
	}
	.rkm_award_text::before {
		display: inline-block;
		content: '';
		height: .5vw;
		width: 4.4vw;
		background: #ebecf0;
		position: absolute;
		top: 6%;
		left: 0;
	}
	.rkm_award_ttl {
		font-size: 1.5vw;
		letter-spacing: .1em;
	}
	.rkm_award_sub {
		font-size: .7vw;
		letter-spacing: .08em;
		line-height: 1.5;
		padding-top: .5vw;
	}
	.rkm_award_badge {
		width: 27vw;
		margin-left: 26vw;
	}
	.rkm_color {
		padding-top: 3.5vw;
		display: flex;
		justify-content: center;
	}
	.rkm_color_text {
		width: 25vw;
		background: #eae5e1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.rkm_color_text1 {
		font-size: 1.6vw;
		letter-spacing: .08em;
		padding: 0 2.5vw;
		position: relative;
	}
	.rkm_color_text1::before,
	.rkm_color_text1::after {
		display: inline-block;
		content: '';
		height: .1vw;
		width: 2vw;
		background: #333;
		position: absolute;
		bottom: 35%;
	}
	.rkm_color_text1::before{
		left: 0;
		transform: rotate(55deg);
	}
	.rkm_color_text1::after{
		right: 0;
		transform: rotate(-55deg);
	}
	.rkm_color_text2 {
		display: flex;
		align-items: center;
		gap: .5vw;
		color: #897463;
		font-size: 2.6vw;
		font-weight: 600;
		letter-spacing: .06em;
		padding-top: .8vw;
	}
	.rkm_color_text2 span {
		font-size: 1.4vw;
		font-weight: normal;
		letter-spacing: .08em;
		line-height: 1.5;
		background: #897463;
		color: #fff;
		padding: 0 .8vw;
	}
	.rkm_color_img {
		width: 20vw;
	}
}
@media screen and (max-width:767px){
	.rkm_award_text {
		text-align: center;
		margin-bottom: 6vw;
	}
	.rkm_award_ttl {
		font-size: 3.2vw;
		letter-spacing: .13em;
		margin-bottom: 3vw;
	}
	.rkm_award_sub {
		font-size: 3.3vw;
		letter-spacing: .1em;
	}
	.rkm_color {
		padding: 0 5vw 5vw;
	}
	.rkm_color_text {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 1.5vw;
	}
	.rkm_color_text1 {
		font-size: 3.8vw;
		letter-spacing: .06em;
		padding: 0 7vw;
		position: relative;
	}
	.rkm_color_text1::before,
	.rkm_color_text1::after {
		display: inline-block;
		content: '';
		height: 1px;
		width: 5vw;
		background: #333;
		position: absolute;
		bottom: 45%;
	}
	.rkm_color_text1::before{
		left: 0;
		transform: rotate(55deg);
	}
	.rkm_color_text1::after{
		right: 0;
		transform: rotate(-55deg);
	}
	.rkm_color_text2 {
		display: flex;
		align-items: center;
		gap: 2vw;
		color: #897463;
		font-size: 6.5vw;
		font-weight: 600;
		letter-spacing: .04em;
		padding-top: 2vw;
	}
	.rkm_color_text2 span {
		font-size: 3.2vw;
		font-weight: normal;
		letter-spacing: .08em;
		line-height: 1.6;
		background: #897463;
		color: #fff;
		padding: 0 2vw;
	}
}

/* 26/2/26
	================================*/
@media screen and (min-width: 768px) {
	.rkm_award_badge {
		width: auto;
		margin: 0 14vw 0 7vw;
		display: flex;
		gap: 3vw;
	}
}
@media screen and (max-width: 767px) {
	.rkm_award {
		padding: 9vw 0 0;
	}
	.rkm_award_badge1 {
		padding: 0 9vw 6vw;
	}
	.rkm_award_badge2 {
		padding: 0 3vw;
	}
}



/* 26/4/1
	==================================*/
@media screen and (min-width: 768px) {
	.rkm_a_box2a_img {
		right: 4%;
	}
	.rkm_a_box2b_list li {
		position: relative;
	}
	.rkm_a_box2b_list_sb {
		background: #fff;
		color: #62a66d;
		height: 6.5vw;
		width: 6.5vw;
		border-radius: 100%;
		box-shadow: .1vw .1vw .5vw rgba(0, 0, 0, .15);
		font-size: 1.6vw;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: -6%;
		right: -5%;
	}
	.rkm_a_box2b_list_sb::after {
		display: block;
		content: '';
		border: .6vw solid transparent;
		border-top: 1.8vw solid #fff;
		position: absolute;
		bottom: -19%;
		left: 13%;
		transform: rotate(45deg);
	}
	
	.rkm_b_box3b_txt2 {
		position: relative;
	}
	.rkm_b_box3b_txt2 sup {
		font-size: 1.5vw;
		position: absolute;
		top: 14%;
		right: 8%;
	}
	.rkm_c_nav_list li:first-child .rkm_c_nav_r {
		position: relative;
	}
	.rkm_c_nav_sb {
		width: 4.5vw;
		font-size: .8vw;
		line-height: 1.8;
		text-align: center;
		background: #64a56d;
		color: #fff;
		position: absolute;
		top: -47%;
		left: 50%;
		transform: translateX(-50%);
	}
	.rkm_c_nav_sb::after {
		display: block;
		content: '';
		border: .2vw solid transparent;
		border-top: .5vw solid #64a56d;
		position: absolute;
		bottom: -44%;
		left: 44%;
	}
	.rkm_c_box2b_cnt4 {
		background: #ededed;
		padding: 4vw 3vw 2.5vw;
	}
	.rkm_c_box2b_cnt4_ttl {
		font-size: 1.4vw;
		font-weight: 600;
		letter-spacing: .06em;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 2.5vw;
	}
	.rkm_c_box2b_cnt4_ttl span {
		font-size: 2.5vw;
		letter-spacing: .08em;
	}
	.rkm_c_box2b_cnt4_box {
		background: #fff;
		padding: 2vw 3.5vw 2.5vw 2vw;
		display: flex;
		flex-direction: column;
		gap: 1.5vw;
	}
	.rkm_c_box2b_cnt4_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rkm_c_box2b_cnt4_img {
		width: 32%;
	}
	.rkm_c_box2b_cnt4_txt {
		width: 64%;
	}
	.rkm_c_box2b_cnt4_txt_ttl {
		font-size: 1.7vw;
		font-weight: 600;
		letter-spacing: .04em;
		display: flex;
		align-items: center;
		gap: 1vw;
	}
	.rkm_c_box2b_cnt4_txt_ttl span {
		display: inline-block;
		font-size: 1.2vw;
		font-weight: normal;
		line-height: 1.5;
		text-align: center;
		padding: 0 .5vw;
		background: #333;
		color: #fff;
	}
	.rkm_c_box2b_cnt4_text {
		font-size: 1.35vw;
		letter-spacing: .08em;
		line-height: 1.55;
		padding-top: 1vw;
	}
	.rkm_c_box2b_cnt4_text span {
		background: linear-gradient(transparent 55%, rgba(231, 215, 179, 1) 0%);
	}
	.rkm_c_box2b_cnt4_box2 {
		padding-top: 2.5vw;
		display: flex;
		justify-content: center;
		gap: 1.5vw;
		position: relative;
	}
	.rkm_c_box2b_cnt4_item2 {
		width: 18vw;
	}
	.rkm_c_box2b_cnt4_ttl2 {
		font-size: 1.55vw;
		letter-spacing: .06em;
		line-height: 1.5;
		text-align: center;
		color: #fff;
	}
	.rkm_c_box2b_cnt4_item2:first-child .rkm_c_box2b_cnt4_ttl2 {
		background: #6d6d6d;
	}
	.rkm_c_box2b_cnt4_item2:last-child .rkm_c_box2b_cnt4_ttl2 {
		background: #e29813;
	}
	.rkm_c_box2b_cnt4_txt2 {
		background: #fff;
		display: flex;
		justify-content: center;
		font-size: 1.35vw;
		letter-spacing: .06em;
		line-height: 1.5;
		padding: 1vw 0;
	}
	.rkm_c_box2b_cnt4_arrow {
		content: '';
		height: 1.3vw;
		width: 1.3vw;
		border-top: .13vw solid #757575;
		border-right: .13vw solid #757575;
		position: absolute;
		bottom: 33%;
		left: 48.3%;
		transform: rotate(45deg);
	}
	.rkm_c_box2b_cnt4_arrow::before,
	.rkm_c_box2b_cnt4_arrow::after {
		display: inline-block;
		content: '';
		height: 1.3vw;
		width: 1.3vw;
		border-top: .13vw solid #757575;
		border-right: .13vw solid #757575;
		position: absolute;
	}
	.rkm_c_box2b_cnt4_arrow::before {
		bottom: -.6vw;
		left: -.6vw;
	}
	.rkm_c_box2b_cnt4_arrow::after {
		bottom: .6vw;
		right: -.6vw;
	}
	
	
	#rv_carousel {
		visibility: visible;
		width: 71vw;
		margin: 0 auto;
		padding-top: 3.5vw;
	}
	#rv_carousel .splide__list {
		display: flex;
		justify-content: space-between;
	}
	#rv_carousel .splide__slide {
		width: calc(33.3% - 1vw);
		background: #ededed;
		border-radius: .8vw;
		padding: 2vw 1.5vw 3vw;
	}
	#pd_t_30day {
		padding: 4% 0 4%;
	}
}
@media screen and (max-width: 767px) {
	.rkm_a_box2b_list li {
		position: relative;
	}
	.rkm_a_box2b_list_sb {
		background: #fff;
		color: #62a66d;
		height: 17vw;
		width: 17vw;
		border-radius: 100%;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
		font-size: 4vw;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: -7%;
		right: 2%;
	}
	.rkm_a_box2b_list_sb::after {
		display: block;
		content: '';
		border: 1.3vw solid transparent;
		border-top: 3.5vw solid #fff;
		position: absolute;
		bottom: -16%;
		left: 13%;
		transform: rotate(45deg);
	}
	
	.rkm_b_box3b_txt_cnt1 {
		top: 30%;
	}
	.rkm_b_box3b_txt1 {
		font-size: 4.2vw;
		letter-spacing: .04em;
		line-height: 1.5;
	}
	.rkm_b_box3b_txt1 span:first-child {
		font-size: 5vw;
	}
	.rkm_b_box3b_txt_cnt2 {
		bottom: 25%;
	}
	.rkm_b_box3b_txt2 {
		position: relative;
	}
	.rkm_b_box3b_txt2 sup {
		font-size: 4.3vw;
		position: absolute;
		top: 9%;
		right: 7%;
	}
	.rkm_b_box3b_img2_note {
		font-size: 1.7vw;
		padding: 1.5vw 4vw 0;
		text-align: right;
	}
	.rkm_c_box2b_cnt4 {
		width: 91vw;
		margin: 13vw auto 0 !important;
		background: #ededed;
		padding: 7vw 5vw 6vw;
	}
	.rkm_c_box2b_cnt4_ttl {
		font-size: 3.4vw;
		letter-spacing: .04em;
		line-height: 1.55;
		text-align: center;
		margin-bottom: 4vw;
	}
	.rkm_c_box2b_cnt4_ttl span {
		font-size: 5.8vw;
		font-weight: 600;
		letter-spacing: .1em;
	}
	.rkm_c_box2b_cnt4_box {
		background: #fff;
		padding: 6vw 5vw;
		display: flex;
		flex-direction: column;
		gap: 4vw;
	}
	.rkm_c_box2b_cnt4_img {
		width: 32vw;
	}
	.rkm_c_box2b_cnt4_item:first-child .rkm_c_box2b_cnt4_img {
		float: right;
		margin-left: 3vw;
	}
	.rkm_c_box2b_cnt4_item:last-child .rkm_c_box2b_cnt4_img {
		float: left;
		margin-right: 3vw;
	}
	.rkm_c_box2b_cnt4_item::after {
		content: "";
		display: block;
		clear: both;
	}
	.rkm_c_box2b_cnt4_txt_ttl {
		font-size: 3.6vw;
		letter-spacing: .06em;
		display: flex;
		align-items: center;
		gap: 2vw;
	}
	.rkm_c_box2b_cnt4_txt_ttl span {
		font-size: 2.5vw;
		line-height: 1.5;
		background: #333;
		color: #fff;
		padding: 0 1.5vw;
	}
	.rkm_c_box2b_cnt4_text {
		font-size: 3.1vw;
		letter-spacing: .02em;
		line-height: 1.6;
		text-align: justify;
		padding-top: 2vw;
	}
	.rkm_c_box2b_cnt4_text span {
		background: linear-gradient(transparent 70%, rgba(233, 215, 179, 1) 0%);
	}
	.rkm_c_box2b_cnt4_box2 {
		padding-top: 4vw;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.rkm_c_box2b_cnt4_item2 {
		width: calc(50% - 1.6vw);
	}
	.rkm_c_box2b_cnt4_ttl2 {
		font-size: 3.1vw;
		letter-spacing: .08em;
		line-height: 1.6;
		text-align: center;
		color: #fff;
	}
	.rkm_c_box2b_cnt4_item2:first-child .rkm_c_box2b_cnt4_ttl2 {
		background: #6d6d6d;
	}
	.rkm_c_box2b_cnt4_item2:last-child .rkm_c_box2b_cnt4_ttl2 {
		background: #e29813;
	}
	.rkm_c_box2b_cnt4_txt2 {
		background: #fff;
		display: flex;
		justify-content: center;
		font-size: 2.8vw;
		letter-spacing: .06em;
		line-height: 1.6;
		padding: 2vw 0;
	}
	.rkm_c_box2b_cnt4_arrow {
		content: '';
		height: 3vw;
		width: 3vw;
		border-top: 1px solid #757575;
		border-right: 1px solid #757575;
		position: absolute;
		bottom: 33%;
		left: 47%;
		transform: rotate(45deg);
	}
	.rkm_c_box2b_cnt4_arrow::before,
	.rkm_c_box2b_cnt4_arrow::after {
		display: inline-block;
		content: '';
		height: 3vw;
		width: 3vw;
		border-top: 1px solid #757575;
		border-right: 1px solid #757575;
		position: absolute;
	}
	.rkm_c_box2b_cnt4_arrow::before {
		bottom: -1vw;
		left: -1vw;
	}
	.rkm_c_box2b_cnt4_arrow::after {
		bottom: 1vw;
		right: -1.3vw;
	}
	#rv_carousel {
		padding-top: 5vw;
	}
	#rv_carousel .splide__slide {
		background: #ededed;
		border-radius: 2vw;
		padding: 7vw 8vw 8vw 5vw;
	}
}

/* Bic Camera
	======================================*/
/* Accordion */
.rkm_bc_ac_cnt {
	display: flex;
	justify-content: space-between;
}
.toggle {
	display: none;
}
.rkm_bc_ac_option {
	position: relative;
	margin-bottom: 1em;
}
.rkm_bc_ac_title,
.rkm_bc_ac_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .3s;
}
.rkm_bc_ac_title {
	display: block;
	background: #fa4100;
	color: #fff;
}
.rkm_bc_ac_title::after {
	content: "";
	border: .4vw solid transparent;
	border-top: .7vw solid;
	position: absolute;
	top: 39%;
	right: 9%;
	transition: all .3s;
}
.rkm_bc_ac_content {
	max-height: 0;
	overflow: hidden;
}
.rkm_bc_ac_content p {
	padding-top: .3vw;
	font-size: 1.3vw;
	letter-spacing: .1em;
	line-height: 1.55;
	font-weight: bold;
}
.toggle:checked + .rkm_bc_ac_title + .rkm_bc_ac_content {
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .rkm_bc_ac_title::after {
	transform: rotate(180deg);
	top: 17%;
}
@media screen and (min-width: 768px) {
	.rkm_bc_box {
		background: #f7f7f7;
		padding: 7vw 14vw 0vw;
	}
	.rkm_bc_ttl {
		font-size: 2.7vw;
		font-weight: unset;
		letter-spacing: .06em;
		line-height: 1;
		text-align: center;
		padding-bottom: 2vw;
	}
	.rkm_bc_ttl span {
		display: block;
		width: fit-content;
		margin: 0 auto;
		font-size: 1.45vw;
		letter-spacing: .02em;
		line-height: 1.7;
		border: .1vw solid #d2d4d3;
		padding: 0 4.5vw;
	}
	.rkm_bc_cnt {
		padding-bottom: 4vw;
		display: flex;
		justify-content: space-between;
	}
	.rkm_bc_l {
		width: 45%;
	}
	.rkm_bc_img {
		width: 100%;
	}
	.rkm_bc_note {
		font-size: .75vw;
		padding-top: .8vw;
	}
	.rkm_bc_r {
		width: 49%;
	}
	.rkm_bc_text {
		font-size: 1.55vw;
		font-weight: 600;
		letter-spacing: .07em;
		text-align: center;
		margin-bottom: 2vw;
	}
	.rkm_bc_ac_cnt {
		padding-top: 1.3vw;
	}
	.rkm_bc_accordion {
		width: 48%;
	}
	.rkm_bc_ac_title {
		font-size: 1.25vw;
		letter-spacing: .3em;
		line-height: 1.9;
		padding: 0 1vw;
		border-radius: .3vw;
	}
	.rkm_bc_text2 {
		width: fit-content;
		margin: 4vw auto 0 !important;
		background: #eaeaea;
		font-size: 1.5vw;
		font-weight: 600;
		letter-spacing: .04em;
		line-height: 1.4;
		text-align: center;
		padding: 2vw 4vw;
	}
	.rkm_bc_text2 span {
		border-bottom: .1vw solid;
	}
}
@media screen and (max-width: 767px) {
	.rkm_bc_box {
		background: #f7f7f7;
		padding: 13vw 0 5vw;
	}
	.rkm_bc_ttl {
		font-size: 6.7vw;
		font-weight: unset;
		letter-spacing: .06em;
		line-height: 1;
		text-align: center;
		margin-bottom: 4vw;
	}
	.rkm_bc_ttl span {
		display: block;
		width: fit-content;
		margin: 0 auto 3vw;
		font-size: 3.7vw;
		letter-spacing: .02em;
		line-height: 1.7;
		padding: 0 11vw;
		border: 1px solid #c7c8ca;
	}
	.rkm_bc_l {
		padding-top: 0.5vw;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.rkm_bc_note {
		font-size: 2vw;
		padding: 0 2vw 1vw;
	}
	.rkm_bc_r {
		padding: 5vw 7vw 8vw;
	}
	.rkm_bc_text {
		font-size: 4.2vw;
		font-weight: 600;
		letter-spacing: .04em;
		text-align: center;
		margin-bottom: 5vw;
	}
	.rkm_bc_ac_cnt {
		padding-top: 0vw;
	}
	/* Accordion */
	.rkm_bc_accordion {
		width: 48%;
	}
	.rkm_bc_ac_option {
		margin-bottom: 2.3vw;
	}
	.rkm_bc_ac_title {
		font-size: 3.5vw;
		letter-spacing: .4em;
		line-height: 1.8;
		padding: 0 5vw;
		border-radius: .8vw;
	}
	.rkm_bc_ac_content p {
		padding-top: 1vw;
		font-size: 3.8vw;
	}
	.rkm_bc_ac_title::after{
		border: 1.25vw solid transparent;
		border-top: 2vw solid;
	}
	.rkm_bc_text2 {
		margin: 8vw 7vw 0 !important;
		background: #eaeaea;
		font-size: 3.2vw;
		letter-spacing: .04em;
		line-height: 1.7;
		text-align: center;
		padding: 4vw 0;
	}
	.rkm_bc_text2 span {
		border-bottom: 1px solid;
	}
}
.rkm_c_box2b_cnt2_note span{
	text-decoration: underline;
}


.rkm_bc_box04 {
	font-weight: bold;
}

.rkm_bc_ac_titlf{
	display: block;
	background: #fa4100;
	color: #fff;
	padding: .5vw 2vw;
	border-radius: .2vw;
	letter-spacing: .5vw;
	font-size: 1.2vw;
	width: 50%;
	margin-bottom: 1vw;
}
.rkm_shop-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rkm_shop-list li {
	font-size: 1.3vw;
	letter-spacing: .1em;
	line-height: 1.55;
	font-weight: bold;
}
@media screen and (min-width:768px){
	.rkm_bc_box04 {
		font-size: 2.5vw;
		background: #fff;
		text-align: center;
		padding: 1vw;
		letter-spacing: 0.0em;
		line-height: 1;
		margin-bottom: 3vw;
	}
	.rkm_bc_box04 span{
		font-size: 1.6vw;
		font-weight: lighter;
		letter-spacing: 0.04em;
	}
	.item_sale_price1b {
		font-size: .7vw;
		padding-top: 0vw;
	}
	.item_sale_price2{
		padding-top: 1.5vw;
	}
	.fs_pay_tab_price {
		padding-bottom: 1vw;
	}
	.pdct_st_item_info5{
		padding-bottom: 1vw;
	}
}
@media screen and (max-width: 767px) {
	.rkm_bc_box04 {
		text-align: center;
		letter-spacing: .0vw;
		background: #fff;
		padding: 3vw;
		font-size: 4.5vw;
		margin: 0 7% 3.5vw;
	}
	.rkm_bc_box04 span{
		font-size: 3vw;
		font-weight: lighter;
	}
	
	.rkm_shop-list {
		display: flex;
		flex-wrap: wrap;
		gap: 1vw 0;
		padding: 0% 0%;
	}
	
	.rkm_shop-list li {
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 0;
		font-weight: 600 !important;
		font-size: 3.8vw;
	}
	.rkm_bc_img img{
		padding:0 7%;
	}
	.rkm_bc_ac_titlf {
		display: block;
		background: #fa4100;
		color: #fff;
		padding: 1.7vw 2vw;
		border-radius: .3vw;
		letter-spacing: .5em;
		font-size: 3.8vw;
		width: 100%;
		margin: 4% 0% 2% !important;
		text-align: center;
	}
	.item_sale_price1b {
		font-size: 2.3vw;
		letter-spacing: .1vw;
		margin-bottom: .5vw;
		padding-top: 0vw;
	}
	.item_sale_price2{
		padding-top: 3.5vw;
	}
	.item_sale_price {
		padding: 0 0vw 3vw;
		display: flex;
		gap: 5vw;
	}
	.pdct_st_item_info5{
		padding-bottom: 2vw;
	}
}


@media screen and (max-width: 767px) {
  .support_product_spec_box {
    padding: 5vw 0vw 5vw;
  }
}

#thumbnail-carousel {
    margin-top: 1vw;
}

#thumbnail-carousel .splide__list {
    display: flex;
}

#thumbnail-carousel .splide__slide {
    width: 10vw !important;
    height: auto !important;
    opacity: 0.7;
    cursor: pointer;
}

#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
}

#thumbnail-carousel .splide__slide img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {

    #thumbnail-carousel .splide__slide {
        width: 25vw !important;
    }

}