/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/miray-one/
Description: MYTREX MiRAY ONE
Version: 1.0
*/

/* 動画 */
#video-hfbe,
#video2-hfbe,
#video3-hfbe {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn,
#video-btn.current,
#video2-btn,
#video2-btn.current,
#video3-btn,
#video3-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after,
#video-btn2::after,
#video2-btn::after,
#video3-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/hfbe/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video2-btn::after,
#video3-btn::after {
	background-image: url(/wp-content/themes/mytrex/img/teaser/hfbe/mv_play.png);
}
#video-btn.current::after,
#video-btn2.current::after,
#video2-btn.current::after,
#video3-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}

@media screen and (max-width: 767px) {
	#video-btn::after,
	#video-btn2::after,
	#video2-btn::after,
	#video3-btn::after {
		width: 7.5vw;
		height: 7.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	#video-btn.current::after,
	#video-btn2.current::after,
	#video2-btn.current::after,
	#video3-btn.current::after {
		width: 7.5vw;
		height: 7.5vw;
		bottom: 2vw;
		right: 2vw;
	}
}

@media screen and (min-width: 768px) {
	#video-btn::after,
	#video-btn2::after,
	#video2-btn::after,
	#video3-btn::after {
		width: 5.5vw;
		height: 5.5vw;
	}
	#video-btn.current::after,
	#video-btn2.current::after,
	#video2-btn.current::after,
	#video3-btn.current::after {
		width: 5.5vw;
		height: 5.5vw;
	}
	#video-btn.current::after,
	#video-btn2.current::after,
	#video2-btn.current::after,
	#video3-btn.current::after {
		bottom: 2vw;
		right: 2vw;
	}
}

#header {
	/*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
	/*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

main {
	height: 100%;
	/*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}

@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
	}
}

@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		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 -------------------------------------------------------------- */
/*** 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: 7.7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		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 9vw;
		font-size: 3.3vw;
		line-height: 1.92;
		letter-spacing: 0.1em;
	}
/*
	.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 3vw;
		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: 8vw;
		letter-spacing: 0vw;
	}
	.outofstock_blank {
		padding-bottom: 15% !important;
	}
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
	}
}

@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 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: 0.9vw;
		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: 5.3vw;
		letter-spacing: 0.21em;
		line-height: 1.45;
		margin-bottom: 4vw;
	}
	.pdct_n_a_sp_ttl {
		text-align: center;
		font-size: 6.4vw;
		/* letter-spacing: 0.08em; */
		margin-bottom: 5vw;
		font-weight: 700;
		transform: scale(1, 0.9);
	}
	.pdct_n_a_sp_ttl sup {
		vertical-align: sub;
	}
	.pdct_n_a_sp_ttl2 {
		padding: 0 0 10vw;
		color: #3f3d3e;
		font-size: 4vw;
		font-weight: 400;
		line-height: 4vw;
		letter-spacing: .5vw;
		text-align: center;
	}
	.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: 20vw;
	}
}

/* 事前予約 */
@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;
	}
}



/* MiRAY ONE
=====================================================*/
img{
    width: 100%;
}

@media screen and (min-width: 768px){
    .pd_c_ttl_sub {
        font-size: 1.25vw !important;
        font-feature-settings: "palt";
        letter-spacing: 0.09em;
        margin-bottom: .75vw;
    }

    .pd_c_ttl_sub sup {
        font-size: .75vw;
    }

    .pd_c_ttl_sub2 {
        font-size: 2.25vw;
        letter-spacing: 0.05em;
    }

    .pd_c_nm4{
        padding: 0vw 0vw 1vw;
        font-size: 2.5vw;
        font-weight: bold;
        margin-bottom: 1.5vw;
    }

    .pd_c_text {
        font-size: 1.15vw;
        font-feature-settings: "palt";
        letter-spacing: .05em;
    }

    .pd_c_text sup {
        font-size: .75vw;
    }

    .pd_c_text_s2 {
        padding: 1vw 0vw 1.5vw;
    }

    .pd_c_price1 {
        font-size: 1vw;
        font-weight: 600;
        line-height: 1;
        letter-spacing: normal;
    }

    .pd_c_price2{
        font-size: 2.75vw;
        font-weight: 900;
        letter-spacing: normal;
    }

    .pd_c_price2b{
        font-size: 1vw;
    }
}

.mro_a_box {
    padding-top: 5vw;
    margin-bottom: 8vw;
}

.mro_a_box1{
    position: relative;
}

.mro_a_box1a {
    font-size: 2.75vw;
    font-weight: 600;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
    background: linear-gradient(90deg, rgba(130, 173, 218, 1) 15%, rgba(234, 158, 186, 1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2.5vw;
}

.mro_a_box1a sup {
    font-size: 1vw;
    background: #b2a6cc;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: super;
}

.mro_a_arrow{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

.mro_a_arrow::before,
.mro_a_arrow::after{
    display: inline-block;
    content: '';
    height: .1vw;
    width: 1.75vw;
    background: #bbb;
    position: absolute;
}

.mro_a_arrow::before{
    transform: rotate(37deg);
    left: -.6vw;
}

.mro_a_arrow::after{
    transform: rotate(-37deg);
    right: -2.5vw;
}

.mro_a_arrow:first-of-type {
    top: 38.5%;
}

.mro_a_arrow:nth-of-type(2) {
    top: 39.5%;
}

.mro_a_arrow:last-of-type {
    top: 40.5%;
}

.mro_a_box2 {
    padding-top: 10vw;
}

@media screen and (min-width: 768px){
    .mro_a_box2 {
        width: 87vw;
        margin: 0 auto;
    }
}

.mro_a_box2a {
    text-align: center;
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
}

.mro_a_box2b {
    text-align: center;
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
}

.mro_a_box3 {
    padding-top: 5vw;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
}

@media screen and (min-width: 768px){
    .mro_a_box3{
        width: 89%;
        margin: 0 auto;
    }
}

.mro_a_box3a {
    display: flex;
}

.mro_a_box3a1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f4f8f9;
    padding: 0 2vw;
}

.mro_a_box3a1a {
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
    font-size: 1.7vw;
    line-height: 1.4;
    margin-bottom: 1vw;
}

.mro_a_box3a1b {
    font-size: 3.5vw;
    margin-bottom: 2vw;
}

.mro_a_box3a1c {
    text-align: center;
    font-size: .7vw;
    line-height: 1.4;
    white-space: nowrap;
    font-feature-settings: "palt";
}

.mro_b_box {
    background: #f4f8f9;
    padding-top: 5vw;
    text-align: center;
}

.mro_b_box1 {
    width: 49vw;
    margin: 0 auto 8vw;
}

.mro_b_box1a {
    font-size: 1.25vw;
    font-weight: bold;
    padding-bottom: .75vw;
    margin-bottom: 2vw;
    position: relative;
}

.mro_b_box1a::after {
    display: block;
    content: '';
    height: .15vw;
    width: 1.5vw;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.mro_b_box1b {
    font-size: 3vw;
    margin-bottom: 1.25vw;
}

.mro_b_box2 {
    background: #fff;
    position: relative;
    padding-bottom: 8vw;
}

.mro_b_box2a {
    width: fit-content;
    font-size: 1.65vw;
    background: #fff;
    padding: 1.5vw 3vw 0;
    position: absolute;
    top: -3vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.mro_b_box2b {
    width: 47vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 5vw;
    padding-top: 3vw;
}

.mro_b_box2b1 {
    width: 11vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
}

.mro_b_box2b2 {
    font-size: 1.2vw;
    white-space: nowrap;
    letter-spacing: .1vw;
    line-height: 1.5;
}

.mro_c_box {
    margin: 8vw 0 !important;
}

.mro_c_box1 {
    text-align: center;
}

.mro_c_box1a {
    font-size: 3vw;
    margin-bottom: 1vw;
}

.mro_c_box1b {
    font-size: 2.75vw;
    font-feature-settings: "palt";
    letter-spacing: .2vw;
    margin-bottom: 3vw;
}

@media screen and (min-width: 768px){
    .mro_c_box1c {
        width: 90%;
        margin: 0 auto 7vw;
    }
}

.mro_c_box1c1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    gap: 2.75vw;
}

.mro_c_box1c1a {
    flex: 1;
}

.mro_c_box1c1a a {
    text-decoration: none;
    display: block;
    font-size: 1.8vw;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
    color: #fff;
    background: #333;
    padding: 1vw 0;
    border-radius: .25vw;
    position: relative;
}

.mro_c_box1c1a a::after {
    display: inline-block;
    content: '';
    border: .6vw solid transparent;
    border-top: .9vw solid #fff;
    position: absolute;
    top: 35%;
    right: 5%;
}

.mro_c_box2 {
    margin-bottom: 4vw;
}

.mro_c_box4 {
    display: flex;
    gap: 5vw;
    margin-bottom: 8vw;
}
@media screen and (min-width: 768px){
    .mro_c_box4{
        width: 89%;
        margin: 0 auto 10vw;
    }
}

.mro_c_box4a {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.mro_c_box4a1 {
    font-size: 1.5vw;
    background: #323232;
    color: #fff;
}

.mro_c_fnc {
    font-size: 1.25vw;
    display: inline-block;
    margin-right: 1.75vw;
    padding: 1vw .3vw 1vw 1vw;
    position: relative;
}

.mro_c_box4a:first-child .mro_c_fnc:first-of-type {
    background: #ef9dc1;
}

.mro_c_box4a:nth-child(2) .mro_c_fnc:first-of-type {
    background: #eea062;
}

.mro_c_fnc::after {
    display: inline-block;
    content: '';
    border: 1.6vw solid transparent;
    border-left: 1vw solid #fff;
    position: absolute;
    top: 0;
    right: -2.5vw;
}

.mro_c_box4a:first-child .mro_c_fnc:first-of-type::after {
    border-left: 1vw solid #ef9dc1;
}

.mro_c_box4a:nth-child(2) .mro_c_fnc:first-of-type::after{
    border-left: 1vw solid #eea062;
}

.mro_c_box4a:nth-child(2) .mro_c_box4a4 {
    padding: 1vw 2vw;
}

.mro_c_sub {
    font-size: 1.25vw;
    vertical-align: middle;
}

.mro_c_box4a2 {
    display: flex;
    gap: .75vw;
    padding: 1.25vw 0;
}

.mro_c_box4a2 li {
    font-size: 1.15vw;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    background: #f4ede5;
    padding: .25vw 1.5vw;
}

.mro_c_box4a4{
    background: #f1f5f8;
    padding: 2vw;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.mro_c_box4a4a {
    text-align: center;
    font-size: 1.4vw;
    line-height: 1.3;
    margin-bottom: 1.5vw;
}

.mro_c_box4a:nth-child(2) .mro_c_box4a4 .mro_c_box4a4a {
    margin-bottom: 0;
}

.mro_c_box4a4b {
    font-size: .75vw;
}

.mro_c_box4a4 picture {
    margin-bottom: .5vw;
}

.mro_c_box4a .mro_c_box4_sp {
    flex: 0 !important;
}

.mro_c_box5 {
    display: flex;
    gap: 5vw;
    margin-bottom: 1.5vw;
}

@media screen and (min-width: 768px){
    .mro_c_box5{
        width: 89%;
        margin: 0 auto 1.5vw;
    }
}

.mro_c_box4b3 {
    text-align: center;
    font-size: 1.25vw;
    letter-spacing: .1vw;
    padding: .5vw;
    border: .05vw solid #333;
    margin-bottom: 10vw;
}

/*
@media screen and (min-width: 768px){
    .mro_c_box4b3{
        width: 89%;
        margin: 0 auto 10vw;
    }
}
*/

.mro_c_box5a,
.mro_c_box5b{
    flex: 1;
}

.mro_c_box5a {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

@media screen and (min-width: 768px){
    .mro_c_box5a{
        width: 35vw;
    }
}

.mro_c_box5 .mro_c_box5a:first-child .mro_c_fnc:first-of-type {
    background: #89a0fd;
}

.mro_c_box5 .mro_c_box5a:first-child .mro_c_fnc:first-of-type::after {
    border-left: 1vw solid #89a0fd;
}

.mro_c_box5a2 {
    display: flex;
    gap: .5vw;
}

.mro_c_box5a2 li {
    font-size: 1.15vw;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    background: #f4ede5;
    padding: .5vw;
}

.mro_c_box5b {
    background: #f1f5f8;
    padding: 1.5vw 3vw;
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

.mro_c_box5b1 {
    text-align: center;
    font-size: 1.5vw;
}

.mro_c_box5b2 {
    font-size: .75vw;
}

.mro_c_box6{
    display: flex;
    gap: 5vw;
}

@media screen and (min-width: 768px){
    .mro_c_box6{
        width: 89%;
        margin: 0 auto 3vw;
    }
}

.mro_c_box6 .mro_c_box4a:first-child .mro_c_fnc:first-of-type {
    background: #7ad3e1;
}

.mro_c_box6 .mro_c_box4a:first-child .mro_c_fnc:first-of-type::after{
    border-left: 1vw solid #7ad3e1;
}

.mro_c_box6 .mro_c_box4a:nth-child(2) .mro_c_fnc:first-of-type {
    background: #79b2dd;
}

.mro_c_box6 .mro_c_box4a:nth-child(2) .mro_c_fnc:first-of-type::after {
    border-left: 1vw solid #79b2dd;
}

.mro_c_box4a5 {
    background: #f1f5f8;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

.mro_c_box4a5a {
    background: #fefefe;
    padding: .5vw 0;
    text-align: center;
    font-size: 1.3vw;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
}

.mro_fwb{
    font-weight: bold;
}

.mro_fwb2{
    font-weight: bold;
    color: #f3be94;
}

.mro_c_box4a5b {
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5;
}

.mro_c_box4a5b span{
    font-weight: bold;
}

.mro_c_box4a5c {
    font-size: .75vw;
    margin-bottom: 2vw;
}

.mro_d_box1 {
    text-align: center;
    font-size: 1.7vw;
    color: #fff;
    background: #323232;
    padding: 1.5vw 0;
}

.mro_d_bg {
    background: #f4f8f9;
    padding: 5vw 0 8vw;
}

.mro_d_box2 {
    display: flex;
    justify-content: space-between;
    gap: 3vw;
    align-items: center;
    margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px){
    .mro_d_box2{
        width: 89%;
        margin: 0 auto 2.5vw;
    }
}

.mro_d_box2a,
.mro_d_box2b{
    flex: 1;
}

.mro_d_box2a1 {
    font-size: 1.15vw;
    white-space: nowrap;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
    line-height: 1.75;
    margin-bottom: 1.5vw;
}

.mro_d_box2a1 span{
    font-weight: bold;
}

.mro_d_box2a2 {
    font-size: 1.6vw;
    font-weight: bold;
}

.mro_d_box3 {
    width: 89%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 3.5vw;
}

.mro_d_box3a {
    display: flex;
    gap: 3vw;
    justify-content: space-between;
    padding: 3vw 3vw 1vw;
}

.mro_d_box3a1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5vw;
    align-items: center;
}

.mro_d_box3a1a {
    font-size: 1.4vw;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
    line-height: 1.4;
}

.mro_d_box3a1a sup {
    font-size: 1vw;
    vertical-align: sub;
}

.mro_d_box3b {
    font-size: .8vw;
    text-align: right;
    padding: 0 1vw 1vw 0;
}

.mro_d_box4 {
    text-align: center;
    font-size: 2vw;
    letter-spacing: .1vw;
    margin-bottom: 1.5vw;
}

.mro_d_box4 span {
    font-size: 5vw;
    letter-spacing: .6vw;
    margin-left: 1vw;
    vertical-align: middle;
}

.mro_d_box5 {
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.8;
}

.mro_d_bg:nth-of-type(3) {
    background: #fff;
    padding: 5vw 0;
}

.mro_d_box6 {
    text-align: center;
    font-size: 1.4vw;
    font-feature-settings: 'palt';
    letter-spacing: .1vw;
    margin-bottom: 1.5vw;
}

.mro_d_box6a{
    width: 85%;
    margin: 0 auto;
}

.mro_d_box7 {
    text-align: center;
    font-size: 3.25vw;
    margin-bottom: 3vw;
}

.mro_d_box8 {
    display: flex;
    justify-content: space-around;
}

.mro_d_box8a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw 4vw 0;
    border-right: .75vw solid #faf5f2;
}

.mro_d_box8a:last-child {
    border-right: none;
}

.mro_d_box8a1 {
    font-size: 1.6vw;
    font-weight: bold;
    font-feature-settings: 'palt';
    letter-spacing: .1vw;
    margin-bottom: 1.25vw;
}

.mro_d_box8a2 {
    font-size: 1vw;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 2vw;
}

.mro_d_box8a:last-child .mro_d_box8a2 {
    margin-bottom: 1vw;
}

.mro_d_box9 {
    display: flex;
}

@media screen and (min-width: 768px){
    .mro_d_box9{
        width: 89%;
        margin: 0 auto 5vw;
    }
}

.mro_d_box9b {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw;
}

.mro_d_box9a1 {
    font-size: 2vw;
    margin-bottom: 1.5vw;
}

.mro_d_box9a2 {
    font-size: 1.25vw;
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 2vw;
}

.mro_d_box9a2 sup {
    font-size: .8vw;
}

.mro_d_box9a3 {
    font-size: .75vw;
}

.mro_d_box9a video {
    display: block;
    object-fit: cover;
}

.mro_d_box10 {
    text-align: center;
    font-size: 2vw;
    letter-spacing: .1vw;
    margin-bottom: 1vw;
}

.mro_d_box11 {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #fff;
    position: relative;
    margin-bottom: 1.25vw;
}

@media screen and (min-width: 768px){
    .mro_d_box11{
        width: 89%;
        margin: 0 auto;
    }
}

.mro_d_box11::before {
    display: block;
    content: '';
    width: 74vw;
    border-bottom: .1vw solid #c8c8c8;
    position: absolute;
    top: 64.3%;
}

.mro_d_box11::after{
    display: inline-block;
    content: '';
    height: 21.5vw;
    border-left: .1vw solid #c8c8c8;
    position: absolute;
    left: 50%;
}

.mro_d_box11b1 {
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: .3vw;
    margin-bottom: .5vw;
}

.mro_d_box11b2 {
    font-size: 3.25vw;
    background: linear-gradient(0deg, rgba(82, 127, 255, 1) 20%, rgba(97, 199, 215, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mro_d_box11c2 {
    font-size: 3.25vw;
    background: linear-gradient(0deg, rgba(255, 59, 21, 1) 20%, rgba(255, 162, 54, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mro_d_box11b2 span,
.mro_d_box11c2 span{
    font-size: 6.5vw;
}

.mro_d_box11e{
    grid-column: span 2;
    padding: 1.25vw 2vw;
}


.mro_d_box11e1 {
    text-align: center;
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: .75vw;
}

.mro_d_box11e2 {
    font-size: .9vw;
    font-feature-settings: "palt";
    letter-spacing: .1vw;
    line-height: 1.5;
}

.mro_d_box11e2 span {
    font-weight: bold;
}

.mro_d_box11e2 sup {
    vertical-align: sub;
}

.mro_d_box12 {
    width: 89%;
    margin: 0 auto;
    font-size: .75vw;
    text-align: right;
}

.mro_d_bg:last-of-type {
    background: #fff;
    padding: 5vw 0;
}

.mro_d_box13 {
    width: 77%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mro_d_box13a {
    font-size: 2vw;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
}

@media screen and (min-width: 768px){
    .mro_d_box13 picture{
        width: 35vw;
    }
}

.mro_e_bg {
    background: #f1f5f8;
    padding: 5vw 0;
}

.mro_e_box1 {
    font-size: 1.25vw;
    text-align: center;
    padding-bottom: .75vw;
    margin-bottom: 1vw;
    position: relative;
}
.mro_e_box1::after {
    display: block;
    content: '';
    height: .15vw;
    width: 1.5vw;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.mro_e_box1 span {
    font-weight: bold;
}

.mro_e_box2 {
    text-align: center;
    font-size: .9vw;
    margin-bottom: 3.5vw;
}

.mro_e_box3 {
    display: flex;
    flex-direction: column;
    gap: 3.5vw;
}

@media screen and (min-width: 768px){
    .mro_e_box3{
        width: 90%;
        margin: 0 auto;
    }
}

.mro_e_box3a{
    position: relative;
}

.mro_e_box3a1 {
    text-align: center;
    font-size: 1.4vw;
    font-weight: bold;
    margin-bottom: 1.25vw;
}

.mro_e_box3a2 {
    font-size: .7vw;
    font-feature-settings: "palt";
    position: absolute;
    top: .8vw;
    right: 0;
}

.mro_e_step {
    display: flex;
    list-style-type: none;
    gap: 1vw;
}

.mro_e_step li {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mro_e_step_dtl {
    flex-grow: 1;
    background: #525252;
    color: #fff;
    padding: 1vw 1.25vw;
}

.mro_e_step_ttl {
    font-size: 1.25vw;
    font-feature-settings: 'palt';
    white-space: nowrap;
    letter-spacing: .1vw;
    padding-bottom: .75vw;
    border-bottom: .05vw solid;
    margin-bottom: .5vw;
}

.mro_e_step_ttl span {
    font-size: 1vw;
    margin-right: .3vw;
}

.mro_e_step_dtl p {
    font-size: .75vw;
    text-align: justify;
    line-height: 1.5;
}

.mro_e_step_dtl p span {
    font-size: .6vw;
}

.mro_e_box4 {
    padding: 3.5vw 0;
}

@media screen and (min-width: 768px){
    .mro_e_box4{
        width: 77%;
        margin: 0 auto;
    }
}

.mro_e_box4a {
    text-align: center;
    font-size: 1.4vw;
    letter-spacing: .2vw;
    margin-bottom: 1.5vw;
}

.mro_e_box4b {
    padding-top: .75vw;
    font-size: .75vw;
    font-feature-settings: 'palt';
    line-height: 1.4;
}

.mro_e_box5 {
    display: flex;
    gap: 1.75vw;
    margin-bottom: 5vw;
}

.mro_e_box5b {
    background: #f4f8f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
     padding: 5vw 8vw 5vw 5vw;
}

.mro_e_box5b picture {
    width: 13vw;
    margin-bottom: .75vw;
}

.mro_e_box5b1 {
    font-size: 1.7vw;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 2vw;
}

.mro_e_box5b2 {
    font-size: 1.1vw;
    white-space: nowrap;
    line-height: 2.25;
}

.mro_e_box6 {
    display: flex;
    align-items: center;
    gap: 2.5vw;
}

@media screen and (min-width: 768px){
    .mro_e_box6{
        width: 87%;
        margin: 0 auto;
    }
}

.mro_e_set {
    background: #fafcfb;
    border: .05vw solid;
    font-size: 1vw;
    font-feature-settings: 'palt';
    margin-bottom: 1vw;
}

.mro_e_set tr th {
    text-align-last: justify;
    white-space: nowrap;
    vertical-align: middle;
        padding: 0 2vw;
    border: .05vw solid;
    position: relative;
}

.mro_e_set tr th span{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.mro_e_set tr td {
    padding: .75vw 1vw;
    white-space: nowrap;
    border-top: .05vw solid;
    border-right: .05vw dashed;
}

.mro_e_set tr td sup {
    font-size: .75vw;
    vertical-align: text-bottom;
}

.mro_e_set tr td:last-child {
    text-align: center;
}

.mro_e_box6a1 {
    font-size: .7vw;
    line-height: 1.5;
}

#pd_o {
    padding-top: 5vw;
    padding-bottom: 0;
}

.pd_o_related_flex_inner {
    width: 40vw;
}

.pd_o_related_flex_inner:last-of-type {
        margin-left: 0;
    }

.pd_o_related_box_1{
    width: 45%;
}

.pd_o_related_box_2_ttl{
    font-size: 1.2vw;
}

.pd_o_related_box_3_ttl {
    font-size: 1vw;
    font-feature-settings: 'palt';
    letter-spacing: 0.09em;
    line-height: 1.5;
    margin-bottom: 1vw;
}

.pd_o_related_buy_sell {
    font-size: 0.9vw;
    font-weight: bold;
    padding-bottom: .25vw;
}

.pd_o_related_buy_price{
    font-size: 2vw;
}

@media screen and (min-width: 768px){
    .w2_cart{
        margin-bottom: 0;
        margin-top: 0;
    }

    .w2_cart .cart-quantity_input {
/*        width: 2.5vw; */
    }

    .w2_cart .cart-add_button {
/*        width: 13vw; */
    }

    .w2_cart .cart-add_button button[type=submit]{
/*        height: 2.85vw; */
    }

    #pd_l{
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    .pdct_n_a_sp_sub1{
        font-feature-settings: 'palt';
        letter-spacing: 0.5vw;
    }
    .pdct_n_a_sp_ttl2{
        font-size: 3.5vw;
        letter-spacing: .1vw;
    }
    .pd_c_ttl_sub {
        font-feature-settings: 'palt';
        padding: 2vw 4vw;
    }
    .pd_c_ttl_sub sup {
        font-size: 2vw;
    }
    .pd_c_nm4{
        font-size: 8vw;
        padding: 1.5vw 0 4vw;
        margin: 3vw 4vw;
    }
    .pd_c_text {
        padding: 0 4vw 11vw;
        font-size: 3.6vw;
        font-feature-settings: 'palt';
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    .pd_c_text sup {
        font-size: 2vw;
        vertical-align: middle;
    }
    .pd_c_text_s2 {
        padding: 3.5vw 0vw 0vw;
        font-size: 1.75vw;
        font-feature-settings: 'palt';
    }
    .pd_c_price1{
        padding: 0 4vw 2.5vw;
    }
    .pd_c_price2{
        font-size: 11.5vw;
    }
    .mro_a_box1a{
        font-size: 6vw;
        font-weight: 500;
        letter-spacing: .3vw;
        line-height: 1.4;
        margin-bottom: 5vw;
    }
    .mro_a_box1a span {
        font-size: 8.75vw;
    }
    .mro_a_box1a sup {
        font-size: 2vw;
        font-weight: 900;
    }
    .mro_a_box1a2.sp {
        font-size: 2vw;
        text-align: right;
        margin: 0 2vw 3vw;
    }
    .mro_a_box2{
        padding-top: 0;
    }
    .mro_a_box3{
        padding-top: 8vw;
    }
    .mro_a_box3a {
        display: block;
    }
    .mro_a_box3a1{
        background: #fff;
    }
    .mro_a_box3a1a{
        font-size: 5vw;
        letter-spacing: .5vw;
    }
    .mro_a_box3a1b {
        font-size: 10vw;
        margin-bottom: 3vw;
    }
    .mro_a_box3a1c{
        padding-top: 2.25vw;
        font-size: 2vw;
    }
    .mro_a_box3b1 {
        text-align: center;
        font-size: 5.25vw;
        padding-top: 17vw;
        margin-bottom: 2.75vw;
    }
    .mro_a_box3b2 {
        padding-top: 3vw;
        font-size: 2vw;
        text-align: center;
        line-height: 1.75;
        margin-bottom: 11vw;
    }
    .mro_a_box3c {
        margin-bottom: 10vw;
    }
    .mro_a_box3c1 {
        text-align: center;
        font-size: 5vw;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        margin-bottom: 3.5vw;
    }
    .mro_b_box{
        padding-top: 10vw;
    }
    .mro_b_box1a{
        font-size: 3.25vw;
        font-weight: 500;
        letter-spacing: .1vw;
        margin-bottom: 3vw;
    }
    .mro_b_box1b {
        font-family: 'Noto Sans Japanese' !important;
        font-weight: 300;
        font-size: 5.5vw;
        margin-bottom: 5vw;
    }
    .mro_b_box1{
        width: 100%;
        margin: 0 auto 16vw;
    }
    .mro_b_box1 video {
        display: block;
        background: #fff;
        padding: 3.5vw 4vw;
    }
    .mro_b_box2a {
        width: 100%;
        font-size: 4.5vw;
        background: none;
        padding: 1.5vw 3vw 0;
        position: absolute;
        top: -11vw;
    }
    .mro_b_box2 {
        background: #fff;
        width: 90vw;
        margin: 0 auto;
        position: relative;
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .mro_b_box2b {
        width: 80vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 3vw;
    }
    
    .mro_b_box2b1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        position: relative;
    }
    .mro_c_box {
        margin: 8vw 0 20vw !important;
    }
    .mro_c_box1a {
        font-size: 6.5vw;
        margin-bottom: 2.5vw;
    }
    .mro_c_box1b {
        font-size: 5vw;
        font-feature-settings: "palt";
        letter-spacing: .5vw;
        margin-bottom: 6vw;
    }
    .mro_c_box1c {
        margin-bottom: 15vw;
    }
    .mro_c_box1c1 {
        width: 85%;
        justify-content: space-between;
        gap: 1.5vw;
    }
    .mro_c_box1c1a a {
        font-size: 4vw;
        letter-spacing: .5vw;
        padding: 3vw 0 6vw;
        border-radius: 1vw;
    }
    .mro_c_box1c1a a::after {
        border: 1.25vw solid transparent;
        border-top: 1.5vw solid #fff;
        top: 14vw;
        right: 50%;
        transform: translate(50%, 0);
    }
    .mro_c_box2a {
        text-align: center;
        font-size: 6.25vw;
        background: #323232;
        color: #fff;
        padding: 3.5vw;
    }
    .mro_c_box2b {
        text-align: center;
        padding-top: 2.75vw;
        font-size: 5.5vw;
        line-height: 1.25;
        margin-bottom: 8vw;
    }
    .mro_c_box4{
        flex-direction: column;
        gap: 13vw;
    }
    .mro_c_box4a{
        gap: 4vw;
    }
    
    .mro_c_box4a1{
        font-size: 4.25vw;
        letter-spacing: .3vw;
        margin-bottom: 3vw;
    }
    .mro_c_fnc {
        font-size: 2.9vw;
        letter-spacing: .3vw;
        margin-right: 3.5vw;
        padding: 2.5vw 1vw 2.5vw 2.5vw;
    }
    .mro_c_fnc::after {
        border: 4vw solid transparent;
        right: -5.5vw;
    }
    .mro_c_box4a:first-child .mro_c_fnc:first-of-type::after {
        border-left: 1.75vw solid #ef9dc1;
    }
    .mro_c_sub{
        font-size: 3.25vw;
    }
    .mro_c_box4a2{
        gap: 2vw;
        padding: 0;
        margin-bottom: 5vw;
    }
    .mro_c_box4a2 li {
        font-size: 3.25vw;
        font-weight: normal;
        padding: .5vw 3vw;
    }
    .mro_c_box4_sp {
        width: 85vw;
        margin: 0 auto;
    }
    .mro_c_box4a4,
    .mro_c_box4a:nth-child(2) .mro_c_box4a4{
        padding: 3vw 7vw 4.5vw;
    }
    .mro_c_box4a4a{
        font-size: 4.25vw;
    }
    .mro_c_box4a4b {
        font-size: 2vw;
        padding-top: 1.5vw;
    }
    .mro_c_box4a:nth-child(2) .mro_c_fnc:first-of-type::after {
        border-left: 1.75vw solid #eea062;
    }
    .mro_c_box4a:nth-child(2) .mro_c_box4a4 .mro_c_box4a4a {
        padding-top: 3vw;
        margin-bottom: 2.5vw;
    }
    .mro_c_box4a:nth-child(2) .mro_c_box4a4 {
        margin-bottom: 21vw;
    }
    .mro_c_box5{
        width: 89%;
        margin: 0 auto;
        flex-direction: column;
        gap: 3vw;
    }
    .mro_c_box5 .mro_c_box5a:first-child .mro_c_fnc:first-of-type::after {
        border-left: 1.75vw solid #89a0fd;
    }
    .mro_c_box5a2{
        gap: 2vw;
        margin-bottom: 3vw;
    }
    .mro_c_box5a2 li {
        font-size: 3vw;
        font-weight: normal;
        padding: .5vw 2vw;
    }
    .mro_c_box5b{
        padding: 5vw 7vw 7vw;
        margin-bottom: 30vw;
    }
    .mro_c_box5b1{
        font-size: 4.75vw;
        margin-bottom: 2vw;
    }
    .mro_c_box5b2 {
        font-size: 2vw;
        padding-top: 1.75vw;
        margin-bottom: 6vw;
    }
    .mro_c_box4b3 {
        font-size: 3.25vw;
        letter-spacing: .3vw;
        line-height: 1.5;
        padding: 2vw 0;
        margin-bottom: 0;
    }
    .mro_c_box6{
        flex-direction: column;
        gap: 8vw;
    }
    .mro_c_box6 .mro_c_box4a:first-child .mro_c_fnc:first-of-type::after {
        border-left: 1.75vw solid #7ad3e1;
    }
    .mro_c_box4a5{
        padding: 7vw;
        gap: 1vw;
    }
    .mro_c_box4a5a{
        padding: 1.75vw 0;
        font-size: 3.85vw;
    }
    .mro_c_box6 .mro_c_box4a:last-child {
        gap: 0;
    }
    .mro_c_box6 .mro_c_box4a:nth-child(2) .mro_c_fnc:first-of-type::after {
        border-left: 1.75vw solid #79b2dd;
    }
    .mro_c_box4a5b {
        font-size: 3.75vw;
        margin-bottom: 1vw;
    }
    .mro_c_box4a5c {
        font-size: 2vw;
        padding-top: 1.5vw;
        margin-bottom: 9vw;
    }
    .mro_d_box1 {
        font-size: 4.5vw;
        letter-spacing: .4vw;
        padding: 3.5vw 0;
    }
    .mro_d_bg {
        padding: 0 2.5vw;
    }
    .mro_d_box2{
        background: #fff;
        padding: 5vw 3vw 7vw;
        flex-direction: column;
        margin-bottom: 0;
    }
    .mro_d_box2a1 {
        text-align: center;
        font-size: 3vw;
    }
    .mro_d_box2a1 span{
        font-weight: 500;
    }
    .mro_d_box2a2 {
        font-size: 4.5vw;
        text-align: center;
        font-weight: 500;
        margin-bottom: 3vw;
    }
    .mro_d_box3a{
        flex-direction: column;
        padding: 3vw 7vw 5vw;
        gap: 8vw;
    }
    .mro_d_box3a1a{
        font-size: 4.5vw;
        letter-spacing: .4vw;
        margin-bottom: 2vw;
    }
    .mro_d_box3a1a sup{
        font-size: 3.75vw;
    }
    .mro_d_box4 {
        padding-top: 6vw;
        font-size: 4.25vw;
        line-height: 2;
        letter-spacing: .5vw;
        font-weight: 200;
        margin-bottom: 1.5vw;
    }
    .mro_d_box4 span {
        font-size: 16vw;
        letter-spacing: 2vw;
        margin-left: 0;
    }
    .mro_d_box4_sp {
        text-align: center;
        font-size: 16vw;
        letter-spacing: 2vw;
        position: relative;
        z-index: 3;
    }
    .mro_d_box4_sp_bd{
        position: relative;
        z-index: 1;
    }
    .mro_d_box4_sp_bd span {
        display: block;
        height: 2.5vw;
        width: 35vw;
        background: #fff;
        position: absolute;
        bottom: .5vw;
        left: 8vw;
    }
    .mro_d_box4_sp_bd span:nth-child(2) {
        left: 55vw;
    }
    .mro_d_box5 {
        padding-top: 5vw;
        font-size: 3.5vw;
        letter-spacing: .2vw;
        font-weight: 200;
        margin-bottom: 5vw;
    }
    .mro_d_box5_bb {
        border-bottom: .3vw solid;
    }
    .mro_d_box5_sp {
        text-align: center;
        font-size: 7.5vw;
        margin-bottom: 10vw;
    }
    .mro_d_bg:nth-of-type(3) {
        background: #f4f8f9;
        padding: 15vw 0 6vw;
        margin-top: 20vw !important;
    }
    .mro_d_box6{
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }
    .mro_d_box7{
        font-size: 9vw;
        line-height: 1.25;
        position: relative;
        z-index: 3;
    }
    .mro_d_box7_bd {
        position: relative;
        z-index: 1;
    }
    .mro_d_box7_bd span {
        display: block;
        height: 2.5vw;
        width: 36vw;
        background: #fff;
        position: absolute;
        bottom: 15.5vw;
        left: 27vw;
    }
    .mro_d_box8 {
        flex-direction: column;
        background: #fff;
        padding: 7vw 3vw 5vw;
        gap: 13vw;
    }
    .mro_d_box8a{
        padding: 0;
        border-right: none;
    }
    .mro_d_box8a1 {
        font-size: 4.5vw;
        font-weight: normal;
        margin-bottom: 4vw;
    }
    .mro_d_box8a2{
        font-size: 3vw;
    }
    .mro_d_box8a2 span{
        font-weight: 500;
    }
    .mro_d_box9 {
    flex-direction: column-reverse;
    margin-bottom: 0;
    background: #fff;
    padding: 16vw 7vw 15vw;
}
    .mro_d_bg {
        padding: 0;
    }
    .mro_d_box9a1 {
        text-align: center;
        font-size: 5.5vw;
        margin-bottom: 4.5vw;
    }
    .mro_d_box9a2 {
        text-align: center;
        font-size: 3.25vw;
        line-height: 1.8;
        margin-bottom: 1vw;
    }
    .mro_d_box9a2 sup {
        font-size: 2vw;
    }
    .mro_d_box9a3 {
        font-size: 1.75vw;
        text-align: right;
        padding-top: 2vw;
    }
    .mro_d_box10 {
        font-size: 5vw;
        background: #fff;
        margin-bottom: 0;
        padding-bottom: 7vw;
    }
    .mro_d_box11 {
        padding: 0 5vw;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
        align-items: start;
    }
    .mro_d_box11a {
        order: 3;
    }
    .mro_d_box11b {
        padding-top: 3vw;
        order: 5;
    }
    .mro_d_box11c {
        padding-top: 3vw;
        order: 6;
    }
    .mro_d_box11d {
        order: 4;
    }
    .mro_d_box11e {
        grid-column: auto;
        order: 1;
    }
    .mro_d_box11e:last-child {
        order: 2;
    }
    .mro_d_box11e1 {
        font-size: 3.5vw;
        font-weight: normal;
    }
    .mro_d_box11e2{
        font-size: 3vw;
    }
    .mro_d_box11e2 sup {
        font-size: 2vw;
    }
    .mro_d_box11b1 {
        font-size: 4.5vw;
        margin-bottom: 0;
    }
    .mro_d_box11b2,
    .mro_d_box11c2{
        font-size: 7.25vw;
    }
    .mro_d_box11b2 span,
    .mro_d_box11c2 span {
        font-size: 18vw;
    }
    .mro_d_box11::before{
        display: none;
    }
    .mro_d_box11::after{
        height: 88vw;
        border-left: .1vw solid #333;
    }
    .mro_d_box12 {
        background: #fff;
        font-size: 1.75vw;
        text-align: center;
        padding: 5vw;
    }
    .mro_d_bg:last-of-type{
        padding: 15vw 0 20vw;
    }
    .mro_d_box13 {
        width: 90vw;
        margin: 0 auto;
        flex-direction: column;
    }
    .mro_d_box13a {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    .mro_e_box1 {
        font-size: 3.5vw;
        padding-bottom: 2.75vw;
        margin-bottom: 3vw;
    }
    .mro_e_box1::after {
        height: .3vw;
        width: 4vw;
    }
    .mro_e_box2 {
        font-size: 2.25vw;
        line-height: 1.75;
    }
    .mro_e_bg {
        padding: 8vw 0 20vw;
        margin-bottom: 3vw;
    }
    .mro_e_box3a1 {
        font-size: 4vw;
        font-weight: 400;
        margin-bottom: 5vw;
    }
    #image-carousel01,
    #image-carousel02{
        padding: 0 17vw;
    }
    .splide__arrow{
        background: none!important;
    }
    #image-carousel01 .splide__pagination,
    #image-carousel02 .splide__pagination{
        bottom: -7vw!important;
        gap: 2vw!important;
    }
    #image-carousel01 .splide__pagination__page,
    #image-carousel02 .splide__pagination__page {
        background: #fff!important;
        border: .1vw solid!important;
        height: 2.5vw!important;
        width: 2.5vw!important;
        opacity: 1!important;
        transition: none!important;
    }
    #image-carousel01 .splide__pagination__page.is-active,
    #image-carousel02 .splide__pagination__page.is-active {
        background: #525252!important;
        transform: scale(1)!important;
    }
    .mro_e_box3a2 {
        font-size: 2vw;
        position: relative;
        top: 12vw;
        left: 18vw;
    }
    .mro_e_box4 {
        padding: 10vw 0 15vw;
    }
    .mro_e_box4a {
        font-size: 4.25vw;
        font-weight: 500;
        letter-spacing: 0.5vw;
        margin-bottom: 5vw;
    }
    .mro_e_box4 picture {
        display: block;
        width: 95vw;
        margin: 0 auto;
    }
    .mro_e_box4b {
        padding-top: 3vw;
        margin-left: 3vw;
        font-size: 1.75vw;
        line-height: 1.5;
    }
    .mro_e_box5 {
        flex-direction: column;
        gap: 3vw;
    }
    .mro_e_box5a picture {
        display: block;
        width: 95vw;
        margin: 0 5vw;
    }
    .mro_e_box5b picture {
        width: 38vw;
        margin-bottom: 3vw;
    }
    .mro_e_box5b1 {
        font-size: 5vw;
        font-weight: 500;
        margin-bottom: 3vw;
    }
    .mro_e_box5b {
        padding: 10vw;
        margin-right: 3vw;
    }
    .mro_e_box5b2 {
        font-size: 3.5vw;
        line-height: 2;
    }
    .set_sp_bg {
        background: none;
        padding: 13vw 0 10vw;
    }
    .mro_e_box6sp {
        text-align: center;
        font-size: 4.25vw;
        font-weight: 500;
        margin-bottom: 3vw;
    }
    .mro_e_box6 {
        width: 90vw;
        margin: 0 auto;
        flex-direction: column;
        gap: 5vw;
    }
    .mro_e_set {
        font-size: 2.25vw;
        margin-bottom: 3vw;
    }
    .mro_e_set tr th {
        padding: 5.25vw;
    }
    .mro_e_set tr td {
        padding: 2vw 3vw;
    }
    .mro_e_set tr td sup {
        font-size: 2vw;
    }
    .mro_e_box6a1 {
        font-size: 1.65vw;
    }
    #pd_o {
        background: #f4f8f9;
        padding: 10vw 0 15vw;
    }
    .pd_o_related_box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pd_o_related_flex_inner {
        width: 100%;
    }
    .pd_o_area_ttl {
        font-size: 4.25vw;
        margin-bottom: 5vw;
    }
    .pd_o_related_box_1 {
        width: 60%;
    }
    .pd_o_related_box_2 {
        width: 60%;
        margin-left: 0;
        padding-top: 5vw;
    }
    .pd_o_related_box_2_ttl {
        font-size: 3.5vw;
        font-weight: 500;
    }
    .pd_o_related_box_3_ttl {
        font-size: 2.75vw;
        white-space: nowrap;
        margin-bottom: 5vw;
    }
    .pd_o_related_buy_sell {
        font-size: 2vw;
    }
    .pd_o_related_buy_price {
        font-size: 7vw;
    }
    #pd_t_30day {
        padding: 8vw 0 15vw;
    }
/*
    .support_product_qa_ttl{
        margin-bottom: 5vw;
    }
*/
    #pageTop2{
        bottom: 10vw;
        right: 2vw;
    }
    
    /*  Support  */
    .support_product_spec td{
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
    }
}

@media screen and (min-width: 768px){
   
}


/* ラッピング */
@media screen and (min-width: 768px){
  .pdct_st_item_info3 {
    margin-top: 1vw !important;
    padding: 0 0vw;
  }

}
@media screen and (max-width: 767px){
  .pdct_st_item_info3 {
    margin-top: 0vw !important;
    padding: 0 3vw;
  }
}


/* 先行販売 */
@media screen and (min-width: 768px){
    .mro_pre_box {
        padding-top: 5vw;
    }
}
@media screen and (max-width: 767px){
    .mro_pre_box {
        margin-bottom: 15vw;
    }
}

/* 発売記念特典 */
@media screen and (min-width: 768px){
    .pdct_event_area{
        padding-bottom: 0;
    }
    .mro_offer_box {
        padding-top: 2vw;
    }
}

@media screen and (max-width: 767px){
    .pdct_event_area {
        padding: 0 3vw 2vw;
    }
}

/* 個別修正 */

@media screen and (min-width: 768px){
  .menu_pc_list.login, .menu_pc_list.logout {
    width: 1.15vw;
    height: 1.6vw;
  }
 .menu_pc_list.cart {
    width: 1.15vw;
    height: 1.6vw;
  }
}

/* */
@media screen and (max-width: 767px){
.footer_logo img {
margin: 0 auto;
}
}

/* 25/3/14 修正
==========================================*/
main h1 {
    text-align: left;
}


/* 25/4/24 修正
==========================================*/
@media screen and (min-width: 768px){
    .mro_a_box3d {
        padding: 8vw 0 10vw;
    }
    .mro_a_box3d1 {
        width: fit-content;
        margin: 0 auto 2vw;
        font-size: 1.2vw;
        letter-spacing: .1vw;
        color: #fff;
        background: #333;
        padding: .6vw 4.5vw;
    }
    .mro_a_box3d2 {
        text-align: center;
        font-size: 1.6vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        margin-bottom: 2vw;
    }
    .mro_a_box3d3 {
        position: relative;
    }
    .mro_a_box3d3 picture {
        width: 42vw;
    }
    .mro_a_box3d3a {
        width: 45%;
        position: absolute;
        top: 50%;
        right: 3vw;
        transform: translateY(-50%);
    }
    .mro_a_box3d3a1 {
        font-size: 2vw;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        margin-bottom: 1.5vw;
    }
    .mro_a_box3d3a1 span {
        font-size: 3.5vw;
        margin-right: 1vw;
    }
    .mro_a_box3d3a2 {
        font-size: 1.4vw;
        letter-spacing: .05vw;
        position: relative;
    }
    .mro_a_box3d3a2::after {
        display: inline-block;
        content: '';
        width: 75%;
        border-top: .12vw solid;
        position: absolute;
        top: 50%;
        right: 1vw;
        transform: translateY(-50%);
    }
    .mro_a_box3d3a3 {
        padding-top: 1vw;
        font-size: 1.05vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        line-height: 1.5;
    }
    .mro_a_box3d4 {
        display: flex;
        flex-direction: column;
        gap: 3vw;
        padding: 3vw 0 0;
    }
    .mro_a_box3d4a {
        display: flex;
        flex-direction: column;
        gap: 1.2vw;
    }
    .mro_a_box3d4a1 {
        font-size: 1.8vw;
        font-weight: bold;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
    }
    .mro_a_box3d4a1 span {
        font-size: 1.5vw;
    }
    .mro_a_box3d4a2 {
        font-size: 1.2vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        line-height: 1.7;
        text-align: justify;
    }
    .mro_a_box3d4a2 span {
        background: linear-gradient(145deg, rgba(240, 188, 216, 0.5) 0%, rgba(128, 173, 222, 0.5) 50%, rgba(205, 255, 255, 0.5) 100%);
        padding: .2vw;
    }
    .mro_a_box3d5 {
        text-align: right;
        font-size: .7vw;
        font-weight: bold;
    }
    .mro_d_box9 {
        justify-content: space-between;
        gap: 4vw;
    }
    .mro_d_box9c {
        width: 47%;
        display: flex;
        flex-direction: column;
    }
    .mro_d_box9c1 {
        background: #fff;
        padding: 2vw 3vw;
        flex-grow: 1;
    }
    .mro_d_box9a1 {
        margin-bottom: 1vw;
    }
    .mro_d_box9a2 {
        margin-bottom: 1vw;
    }
    .mro_d_box11 {
        margin: 0 auto 1vw;
    }
    .mro_d_bg {
        padding: 5vw 0;
    }
    .mro_e_box3{
        gap: 4vw;
    }
    .mro_e_box3a1 {
        display: flex;
        align-items: flex-end;
        gap: 1.3vw;
    }
    .mro_e_box3a1a, 
    .mro_e_box3a1b, 
    .mro_e_box3a1c, 
    .mro_e_box3a1d, 
    .mro_e_box3a1e {
        font-size: 1.2vw;
        font-weight: normal;
        font-feature-settings: 'palt';
        position: relative;
    }
    .mro_e_box3a1a,
    .mro_e_box3a1c{
        margin-left: 1vw;
    }
    .mro_e_box3a1a::before, 
    .mro_e_box3a1b::before, 
    .mro_e_box3a1c::before, 
    .mro_e_box3a1d::before, 
    .mro_e_box3a1e::before {
        display: inline-block;
        content: '';
        height: .8vw;
        width: .8vw;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -.9vw;
        transform: translateY(-50%);
    }
    .mro_e_box3a1a::before {
        background: #e0778d;
    }
    .mro_e_box3a1b::before {
        background: #e7822f;
    }
    .mro_e_box3a1c::before {
        background: #8499e6;
    }
    .mro_e_box3a1d::before {
        background: #6acfdd;
    }
    .mro_e_box3a1e::before {
        background: #62a6d7;
    }
}

@media screen and (max-width:767px){
    .mro_a_box3d {
        padding: 15vw 0;
    }
    .mro_a_box3d1 {
        width: fit-content;
        margin: 0 auto 3.5vw;
        font-size: 2.9vw;
        letter-spacing: .1vw;
        color: #fff;
        background: #333;
        padding: 1.5vw 13vw;
    }
    .mro_a_box3d2 {
        text-align: center;
        font-size: 4vw;
        line-height: 1.4;
        margin-bottom: 3.5vw;
    }
    .mro_a_box3d4 {
        padding: 8.5vw 5vw 2.5vw;
        display: flex;
        flex-direction: column;
        gap: 8vw;
    }
    .mro_a_box3d4a1 {
        color: #1f2c5c;
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: .3vw;
        line-height: 1.5;
        padding-bottom: 3vw;
        border-bottom: .3vw solid;
        margin-bottom: 3vw;
    }
    .mro_a_box3d4a1 span {
        font-size: 3.7vw;
    }
    .mro_a_box3d4a2 {
        font-size: 3.2vw;
        line-height: 1.8;
    }
    .mro_a_box3d4a2 span {
        background: linear-gradient(145deg, rgba(240, 188, 216, .3) 0%, rgba(128, 173, 222, .3) 50%, rgba(205, 255, 255, .3) 100%);
        padding: .2vw;
    }
    .mro_a_box3d5 {
        padding-left: 5vw;
        font-size: 1.9vw;
        margin-bottom: 9vw;
    }
    .mro_a_box3d6 {
        margin: 0 5vw;
        padding: 5vw;
        border: .3vw solid #1f2c5c;
        border-radius: 2vw;
        position: relative;
    }
    .mro_a_box3d6a {
        position: absolute;
        top: -1.5vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.5vw;
        letter-spacing: .2vw;
        background: #fff;
        padding: 0 7vw;
        border-left: .3vw solid;
        border-right: .3vw solid;
    }
    .mro_a_box3d6b {
        font-size: 2.8vw;
        line-height: 1.6;
    }
    .mro_d_box9 {
        flex-direction: column;
    }
    .mro_d_box9c {
        display: flex;
        flex-direction: column-reverse;
    }
    .mro_d_box9c:first-child {
        margin-bottom: 15vw;
    }
    .mro_d_box9a1 {
        margin-bottom: 3vw;
    }
    .mro_d_box9a2 {
        font-size: 3.1vw;
        margin-bottom: 3vw;
    }
    .mro_e_bg {
        padding: 7vw 0 20vw;
    }
    .mro_e_box3a1 {
        font-weight: normal;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        margin-bottom: 2vw;
    }
    .mro_e_box3a3 {
        display: flex;
        justify-content: center;
        gap: 2.5vw;
        font-size: 2.6vw;
        font-feature-settings: 'palt';
        margin-bottom: 2vw;
    }
    .mro_e_box3a1a, 
    .mro_e_box3a1b, 
    .mro_e_box3a1c, 
    .mro_e_box3a1d, 
    .mro_e_box3a1e {
        position: relative;
    }
    .mro_e_box3a1a::before, 
    .mro_e_box3a1b::before, 
    .mro_e_box3a1c::before, 
    .mro_e_box3a1d::before, 
    .mro_e_box3a1e::before {
        display: inline-block;
        content: '';
        height: 1.8vw;
        width: 1.8vw;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -2.1vw;
        transform: translateY(-50%);
    }
    .mro_e_box3a1a::before {
        background: #e0778d;
    }
    .mro_e_box3a1b::before {
        background: #e7822f;
    }
    .mro_e_box3a1c::before {
        background: #8499e6;
    }
    .mro_e_box3a1d::before {
        background: #6acfdd;
    }
    .mro_e_box3a1e::before {
        background: #62a6d7;
    }
    #image-carousel01, 
    #image-carousel02 {
        padding: 0 18vw;
    }
    #image-carousel01 .splide__arrow--prev,
    #image-carousel02 .splide__arrow--prev {
        left: 6vw !important;
    }
    #image-carousel01 .splide__arrow--next,
    #image-carousel02 .splide__arrow--next{
        right: 6vw !important;
    }
}



/* 25/5/12 修正
=================================*/
@media screen and (min-width: 768px) {
    main {
        margin-top: 5vw !important;
    }
}
.mro_youtube{
    width: 100%;
    aspect-ratio: 16 / 9;   
}
.mro_youtube iframe {
  width: 100%;
  height: 100%;
}



/* 25/5/30 修正
===================================*/
.mro_e_box7a {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.mro_e_box7a iframe {
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .mro_a_box3d {
        padding: 8vw 0 7vw;
    }
    .mro_a_box3e1 {
        width: fit-content;
        margin: 0 auto 2vw;
        background: #213861;
        color: #fff;
        font-size: 1.2vw;
        padding: .7vw 7vw;
    }
    .mro_a_box3e2 {
        text-align: center;
        font-size: 3vw;
        color: #213861;
        letter-spacing: .2vw;
        margin-bottom: 2.3vw;
    }
    .mro_c_box4 {
        margin: 0 auto 2vw;
    }
    .mro_c_box5 {
        margin: 0 auto 12vw;
    }
    .mro_c_box7 {
        width: 89%;
        margin: 0 auto 13vw;
        position: relative;
    }
    .mro_c_box7a {
        font-size: 1.25vw;
        font-weight: bold;
        position: absolute;
        top: -.5vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .mro_c_box4b3 {
        width: 100%;
        padding: 1.5vw 0;
        font-feature-settings: 'palt';
        line-height: 1.5;
    }
    .mro_c_box5b2 {
        font-size: .7vw;
        margin-bottom: 1.3vw;
    }
    .mro_c_box5b3 {
        font-size: 1.3vw;
        text-align: center;
        background: #fff;
        padding: .7vw;
    }
    .mro_e_box4{
        width: 75%;
    }
    .mro_e_box7 {
        padding: 0 20vw;
        margin: 0 auto 6vw;
    }
}

@media screen and (max-width:767px){
    #image-carousel03 {
        padding: 8vw 10vw 9vw;
        margin-bottom: 5vw;
    }
    #image-carousel03 .splide__arrow--prev {
        top: 45% !important;
        left: 2vw !important;
    }
    #image-carousel03 .splide__arrow--next {
        top: 45% !important;
        right: 2vw !important;
    }
    #image-carousel03 .splide__pagination{
        bottom: 0 !important;
        gap: 2.7vw;
    }
    #image-carousel03 .splide__pagination__page{
        height: 2.8vw;
        width: 2.8vw;
        border: .2vw solid;
        opacity: .8;
        padding: 0;
        background: #fff;
    }
    #image-carousel03 .splide__pagination__page.is-active{
        transform: scale(1);
    }
    #image-carousel03 li:last-child .mro_a_box3d4a1 {
        letter-spacing: 0;
    }
    .mro_a_box3d5 {
        text-align: right;
        padding-left: 0;
        padding-right: 5vw;
    }
    .mro_a_box3d6{
        padding: 5vw 5vw 3vw;
    }
    .mro_a_box3e {
        background: #f1f5f8;
        padding: 8vw 7vw;
    }
    .mro_a_box3e1 {
        font-size: 3vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 4vw;
    }
    .mro_a_box3e2 {
        font-size: 5.5vw;
        text-align: center;
        letter-spacing: .4vw;
        margin-bottom: 3vw;
    }
    .mro_a_box3e3 {
        font-size: 2vw;
        line-height: 1.5;
        padding-top: 2vw;
    }
    .mro_a_box3c {
        margin-bottom: 8vw;
    }
    .mro_c_box4a:nth-child(2) .mro_c_box4a4 {
        margin-bottom: 6vw;
    }
    .mro_c_box7 {
        position: relative;
        margin-bottom: 24vw;
    }
    .mro_c_box7a {
        font-size: 3vw;
        font-weight: 500;
        position: absolute;
        top: -1.5vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .mro_c_box5{
        width: 100%;
    }
    .mro_c_box5b{
        margin-bottom: 24vw;
    }
    .mro_c_box5b2{
        margin-bottom: 9vw;
    }
    .mro_c_box5b5 {
        text-align: center;
        font-size: 3.3vw;
        font-weight: 500;
        margin-bottom: 2vw;
    }
    .mro_c_box5b3 {
        text-align: center;
        font-size: 3.8vw;
        background: #fff;
        padding: 2vw 0;
    }
    .mro_c_box5b3 span {
        font-weight: 500;
    }
    .mro_c_box5b4 {
        margin-bottom: 5vw;
    }
    .mro_c_box4b3 {
        font-size: 3vw;
        padding: 1vw 0;
        margin-bottom: 5vw;
    }
    .mro_e_box7 {
        margin-bottom: 18vw;
    }
}


/* 25/6/6 amb
=====================================*/
.mro_g_box2{
    width: 100%;
    aspect-ratio: 16/9;
}
.mro_g_box2 iframe{
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .pd_b_pc picture {
        min-height: 0;
    }
    #pd_review {
        margin-bottom: 0;
    }
    .mro_f_box {
        padding: 0 22vw 8vw;
    }
    .pd_bnr_authority2 {
        padding: 10vw 0 1vw;
    }
    .pd_badge {
        justify-content: center;
    }
    .mro_g_box,
    .mro_h_box {
        padding: 0 12vw;
    }
    .mro_g_box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mro_g_box1 {
        width: fit-content;
        font-size: 1.15vw;
        letter-spacing: .05vw;
        margin-bottom: 1.7vw;
        padding: 0 1vw;
        position: relative;
    }
    .mro_g_box1::before,
    .mro_g_box1::after{
        display: inline-block;
        content: '';
        height: 1.1vw;
        width: .15vw;
        background: #333;
        position: absolute;
    }
    .mro_g_box1::before{
        left: 0;
    }
    .mro_g_box1::after{
        right: 0;
    }
    .mro_g_box3 {
        font-size: 2.7vw;
        padding: 4vw 0 1vw;
    }
    .mro_g_box4 {
        font-size: 1.3vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
    }
    .mro_g_box5 {
        background: #f4f4f4;
        margin: 4vw 6vw 7vw!important;
        padding: 3vw 5vw;
    }
    .mro_g_box5a {
        text-align: center;
        font-size: 1.2vw;
        padding-bottom: .8vw;
        margin-bottom: 1vw;
        position: relative;
    }
    .mro_g_box5a::after {
        display: block;
        content: '';
        height: .15vw;
        width: 1.7vw;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }  
    .mro_g_box5b {
        font-size: .9vw;
        font-feature-settings: 'palt';
        letter-spacing: .05vw;
        line-height: 1.7;
        text-align: justify;
    }
}
@media screen and (max-width: 767px) {
/*
    .pd_b{
        margin-bottom: 0;
    }
*/
    .pd_b_sp picture{
        min-height: 0;
    }
    .mro_amb {
        margin-bottom: 12vw;
    }
    .pd_bnr_authority2 {
        padding: 18vw 0 0vw;
    }
    .mro_h_box {
        padding: 0 5vw 10vw;
    }
    .mro_g_box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mro_g_box1 {
        width: fit-content;
        font-size: 3.1vw;
        letter-spacing: .1vw;
        margin-bottom: 4vw;
        padding: 0 2.5vw;
        position: relative;
    }
    .mro_g_box1::before, .mro_g_box1::after {
        display: inline-block;
        content: '';
        height: 3.3vw;
        width: .2vw;
        background: #333;
        position: absolute;
    }
    .mro_g_box1::before{
        left: 0;
    }
    .mro_g_box1::after{
        right: 0;
    }
    .mro_g_box3 {
        font-size: 6.3vw;
        padding: 7vw 0 2.5vw;
    }
    .mro_g_box4 {
        font-family: sans-serif;
        font-size: 2.6vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
    }
    .mro_g_box5 {
        background: #f4f4f4;
        margin: 7vw 8vw 28vw!important;
        padding: 7vw;
    }
    .mro_g_box5a {
        text-align: center;
        font-size: 3.2vw;
        padding-bottom: 2.3vw;
        margin-bottom: 4vw;
        position: relative;
    }
    .mro_g_box5a::after {
        display: block;
        content: '';
        height: .2vw;
        width: 4vw;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .mro_g_box5b {
        font-family: sans-serif;
        font-size: 2.5vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        text-align: justify;
        line-height: 1.8;
    }
}