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

.miray_a_mv {
	position: relative;
	line-height: 0;
}
#video-miray {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/aqua/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}
@media screen and (max-width: 767px) {
	#video-btn::after {
		width: 13.7vw;
		height: 6.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
   }
	#video-btn.current::after {
		width: 8vw;
		height: 8vw;
		bottom: 2vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
	#video-btn::after {
		width: 13.8vw;
		height: 6.6vw;
   }
	#video-btn.current::after {
		width: 4vw;
		height: 4vw;
   }
	#video-btn.current::after {
		bottom: 2vw;
		right: 2vw;
   }
}
#header {
   /*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
   /*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
main {
	height: 100%;
   /*min-height: 100vh;
	*/
	padding: 0 0px;
	background-color: none;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}
@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 0vw;
   }
}
@media screen and (min-width: 768px) {
	main {
		margin-top: 0vw !important;
   }
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
   }
}
.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
		bottom: 12vw;
		left: 2vw;
		z-index: 10000;
   }
}
@media screen and (min-width: 768px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
   }
}
#pageTop2 img {
	width: 100%;
}
#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop2 a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.splide__arrow--prev {
		left: -7vw !important;
   }
	.splide__arrow--next {
		right: -7vw !important;
   }
	.splide__arrow{
		background: unset !important;
   }
	.splide__pagination {
		bottom: -5vw !important;
   }
	.splide__pagination__page {
		height: 6px;
		margin: 0vw 6px;
		width: 6px;
   }
	.splide__pagination__page.is-active {
		background: #7e7a7a !important;
   }
	#modal-mr1,#modal-mr2,#modal-mr3,#modal-mr4,#modal-mr5{
		background-color: rgba(204, 204, 204, 0.42) !important;
		padding:0vw 2vw;
   }
	#btn-close-modal{
	margin: 0 auto 4vw;
	}
	.modal-content{
		bottom: -10% !important;
/*		top: 5vw !important; */
/*		position: absolute; */
		margin: 0 0vw;
		min-height: 92vw;
		width:100% !important;
   }
	.support_product_spec_area{
		padding: 4vw 2vw;
	}
	.modal_close{
		padding-bottom: 6vw;
   }
}
@media screen and (min-width: 768px) {
	.splide__arrow--prev {
		left: -7vw !important;
   }
	.splide__arrow--next {
		right: -7vw !important;
   }
	.splide__arrow{
		background: unset !important;
   }
	.splide__pagination {
		bottom: -2.2vw !important;
   }
	.splide__pagination__page {
		height: 6px;
		margin: 0vw 6px;
		width: 6px;
   }
	.splide__pagination__page.is-active {
		background: #7e7a7a !important;
   }
	#modal-mr1,#modal-mr2,#modal-mr3,#modal-mr4,#modal-mr5{
		background-color: rgba(204, 204, 204, 0.42) !important;
   }
	#btn-close-modal {
		padding: 0.7vw 1vw;
   }
	.modal-content{
		top: 3vw !important;
		position: absolute;
		margin: 0vw 0vw;
		width: 50vw;
		right: 25%;
		padding: 3vw 0vw;
		min-height: 33vw;
   }
	#btn-close-modal{
		margin: 0 auto 0vw !important;
	}
	.modal_close{
		padding-bottom: 0vw;
   }
}
@media screen and (max-width: 767px) {
	#pd_mr img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
   }
	.pd_mr0 {
		position: fixed;
		bottom: 0;
		z-index: 888;
   }
	.pd_mr2d {
		position: relative;
   }
	.pd_mr2d_a {
		width: 75%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 41.0vw;
   }
	.pd_mr2d_b {
		width: 75%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 11.4vw;
   }
	.pd_mr2e {
		position: relative;
   }
	.pd_mr2e_a {
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 52.8vw;
   }
	.pd_mr4d {
		background-color: #000;
		padding: 0 6.5%;
   }
	.pd_mr4f {
		background-color: #000;
		padding: 0 6.5%;
   }
	.pd_mr5c {
		background-color: #000;
   }
	.pd_mr7b {
		position: relative;
   }
	.pd_mr7b_a {
		position: absolute;
		right: 0;
		top: 42vw;
		width: 50%;
   }
	.pd_mr5c .splide__list li {
		height: 32vw;
   }
	.pd_mr2c {
		position: relative;
   }
	.cp_limit {
		color: #7c745c;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 36.1vw;
		text-align: center;
		font-size: 3.5vw;
		letter-spacing: 0.45vw;
   }
   .cp_limit br.sp {
		display: none;
	}
	.cp_code {
		color: #fff;
		position: absolute;
		right: 11vw;
		bottom: 7.5vw;
		font-size: 4.2vw;
		letter-spacing: .1em;
   }
	.pd_mr_id{
		padding:15vw 0vw 5vw;
   }
}
@media screen and (min-width: 768px) {
	#pd_mr img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
   }
	.pd_mr0 {
		position: fixed;
		bottom: 0;
		z-index: 888;
		width: 50vw;
   }
	.pd_mr2d {
		position: relative;
   }
	.pd_mr2d_a {
		width: 37.6vw;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 20.5vw;
   }
	.pd_mr2d_b {
		width: 37.7vw;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 5.75vw;
   }
	.pd_mr2e {
		position: relative;
   }
	.pd_mr2e_a {
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 26vw;
   }
	.pd_mr4d {
		background-color: #000;
		padding: 0 6.5%;
   }
	.pd_mr4f {
		background-color: #000;
		padding: 0 6.5%;
   }
	.pd_mr5c {
		background-color: #000;
   }
	.pd_mr7b {
		position: relative;
   }
	.pd_mr7b_a {
		position: absolute;
		right: 0;
		top: 21vw;
		width: 50%;
   }
	.pd_mr5c .splide__list li {
		height: 16vw;
   }
	.pd_mr2c {
		position: relative;
   }
	.cp_limit {
		color: #7c745c;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 18.1vw;
		text-align: center;
		font-size: 1.8vw;
		letter-spacing: 0.25vw;
   }
	.cp_code {
		color: #fff;
		position: absolute;
		right: 5.5vw;
		bottom: 3.7vw;
		font-size: 2.2vw;
		letter-spacing: .1em;
   }
	.pd_mr_id{
		padding:5vw 0vw;
   }
}
@media screen and (max-width: 767px) {
	.vd_mr {
		padding: 5vw 0vw;
		background: #000;
   }
	.vd_mr_ttl {
		line-height: 0;
		padding-bottom: 0vw;
   }
	.vd_mr_area {
		padding: 0vw 0vw 55vw;
		position: relative;
   }
	.pd_mr1c{
		position: relative;
   }
	.pd_mr1c2{
		position: absolute;
		bottom: 17.5vw;
		width: 67.5vw;
		left: 16.17vw;
   }
	.pd_mr2a2{
		position: relative;
   }
	.pd_mr2a2a{
		position: absolute;
		top: 0vw;
		width: 50.1vw;
		right: 0vw;
   }
	.pd_mr2a2a iframe{
		height: 190vw;
   }
	.pd_mr2a2b{
		position: absolute;
		top: 108.1vw;
		width: 83.8vw;
		left: 8vw;
   }
	.pd_mr3c{
		position: relative;
   }
	.pd_mr3c{
		position: relative;
   }
	.pd_mr3c2{
		position: absolute;
		bottom: -0.4vw;
		width: 100%;
   }
	.pd_mr3c3{
		position: relative;
   }
	.pd_mr3c3a{
		position: absolute;
		bottom: 18.8vw;
		width: 60.2vw;
		right: 7.2vw;
   }
	.pd_mr3c3b{
		position: absolute;
		top: 23.5vw;
		width: 15.5vw;
		right: 5vw;
   }
	.pd_mr3c3c{
		position: absolute;
		bottom: 29vw;
		width: 3.5vw;
		left: 30.2vw;
   }
	.pd_mr3g{
		position: relative;
   }
	.pd_mr3e{
		position: absolute;
		bottom: 0.2vw;
		width: 100%;
   }
	.pd_mr3h{
		position: relative;
   }
	.pd_mr3h2{
		position: absolute;
		bottom: 1.7vw;
		width: 86.65vw;
		left: 6.6vw;
   }
	.pd_mr3i{
		position: relative;
   }
	.pd_mr3i2{
		position: absolute;
		bottom: 5.8vw;
		width: 86.55vw;
		left: 6.6vw;
   }
	.pd_mr5b2{
		position: relative;
   }
	.pd_mr5b2b{
		position: absolute;
		top: 41.9vw;
		width: 50.1vw;
		right: 0;
   }
}
@media screen and (min-width: 768px) {
	.vd_mr {
		background: #000;
   }
	.vd_mr_ttl {
		font-size: 2vw;
		line-height: 0;
		text-align: center;
   }
	.vd_mr_area {
		padding: 0vw 0vw 33vw;
		position: relative;
   }
	.pd_mr1c{
		position: relative;
   }
	.pd_mr1c2{
		position: absolute;
		bottom: 8.8vw;
		width: 33.9vw;
		left: 8.0vw;
   }
	.pd_mr2a2{
		position: relative;
   }
	.pd_mr2a2a{
		position: absolute;
		top: 14.6%;
		width: 50%;
		right: 0;
   }
	.pd_mr2a2a iframe{
		height: 31.0vw;
   }
	.pd_mr2a2b{
		position: absolute;
		top: 54.1vw;
		width: 41.8vw;
		left: 4vw;
   }
	.pd_mr3c{
		position: relative;
   }
	.pd_mr3c2{
		position: absolute;
		bottom:-0.4vw;
		width: 100%;
   }
	.pd_mr3c3{
		position: relative;
   }
	.pd_mr3c3a{
		position: absolute;
		bottom: 9.455vw;
		width: 30.2vw;
		right: 3.5vw;
   }
	.pd_mr3c3b{
		position: absolute;
		top: 11.5vw;
		width: 8vw;
		right: 2vw;
   }
	.pd_mr3c3c{
		position: absolute;
		bottom: 14.5vw;
		width: 1.7vw;
		left: 15.2vw;
   }
	.pd_mr3g{
		position: relative;
   }
	.pd_mr3e{
		position: absolute;
		bottom: 0.2vw;
		width: 100%;
   }
	.pd_mr3h{
		position: relative;
   }
	.pd_mr3h2{
		position: absolute;
		bottom: 0.8vw;
		width: 43.35vw;
		left: 3.3vw;
   }
	.pd_mr3i{
		position: relative;
   }
	.pd_mr3i2{
		position: absolute;
		bottom: 2.9vw;
		width: 43.35vw;
		left: 3.3vw;
   }
	.pd_mr5b2{
		position: relative;
   }
	.pd_mr5b2b{
		position: absolute;
		top: 21.2vw;
		width: 24.9vw;
		right: 0vw;
   }
}

/* 特典枠追加 */
.privilege_list {
	background-color: #ededed;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 14vw;
	counter-reset: number 0;
}
.privilege_list .accordion {
	position: relative;
	margin-bottom: 3vw;
}
.privilege_list .ac_ttl {
	position: relative;
}
.privilege_list .ac_ttl:after {
	font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
	background-color: #000000;
	color: #fff;
	font-size: 0.5rem;
	width: 20%;
	height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	top: 50%;
	left: -4vw;
    transform: translateY(-50%);
	z-index: 2;
}
.privilege_list1 .ac_ttl:after {
    counter-increment: number;
    content: counter(number);
	content: "特典." counter(number);
	line-height: initial;
}
.privilege_list2 .ac_ttl:after {
    counter-increment: number;
    content: counter(number);
	content: "特典." counter(number);
	line-height: initial;
}
.ac_ttl {
	cursor: pointer;
}
.ac_ttl.is-active {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.ac_ttl.is-active picture {
	opacity: 0;
}
.ac_txt {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 0.2s ease height;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ac_gif {
	width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 21vw;
}
@media screen and (max-width: 767px) {
  .wrapper main {
    margin-top: 0vw !important;
  }
}
@media screen and (min-width: 768px) {
  .wrapper main {
    margin-top: 0vw !important;
  }
	.ac_gif {
		top: 10vw;
	}
}

/* 2 */
.pd_mr1d_1 {
	position: relative;
}
.pd_mr1d_1 .pd_mr5b2b {
	width: 25%;
    height: 9%;
    left: 69%;
    top: 29%;
	background-color: #fff;
}
.pd_mr1d_1 .pd_mr5b2b img {
	width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.pd_mr1a {
	position: relative;
}
.pd_mr1a_1 {
	width: 85%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 16%;
}
.pd_mr1a_1 img {
	width: 49% !important;
}