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

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

/*** 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: 2.5vw;
    font-weight: normal;
    border: 1px solid #3e3c3d;
    padding: 1.5vw 0.2vw !important;
    border-radius: 10vw;
    line-height: 1;
	}
	.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: 5% 0% 0%;
	}
	#pd_md_2 {
		padding: 5% 0% 0%;
	}
	#pd_md_3 {
		padding: 5% 0% 0%;
	}
	#pd_md_4 {
		padding: 5% 0% 0%;
	}
	#pd_md_5 {
		padding: 5% 0% 0%;
	}
}

@media screen and (min-width: 768px) {
	#pd_md_1 {
		padding: 8% 0%;
	}
	#pd_md_2 {
		padding: 8% 0%;
	}
	#pd_md_3 {
		padding: 8% 0%;
	}
	#pd_md_4 {
		padding: 8% 0%;
	}
	#pd_md_5 {
		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;
	}
}

@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;
	}
	#cnt-lp {
		padding-top: 0vw;
		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) {
	#cnt-lp {
		padding-top: 0vw;
		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 (max-width: 767px) {
	.cart_ev {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 3;
	}
	.cart_ev img {
		display: block;
		width: 100%;
		vertical-align: bottom;
	}
	#pageTop2 {
		bottom: 20vw;
	}
}

/* 返品保証 */
.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;
	}
}

@media screen and (min-width: 768px) {
	#pd_review {
		margin-bottom: 13vw;
	}
}



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

@media screen and (min-width: 768px){
#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) {
    #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){
  .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/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%;
}


/* CPN BNR top */
@media screen and (max-width: 767px) {
	#pageTop2 {
		bottom: 19vw;
		left: 2vw;
	}
}
	
	
	
@media screen and (max-width: 767px) {
  .wrapper main {
    margin-top: 0vw !important;
  }
	.cnt-area{
		padding: 0;
	}
	.cnt-area img{
		width: 100%;
		height: auto;
	}
	.cnt-buy{
		position: fixed;
		bottom: 0vw;
		z-index: 888;
		width: 100%;
	}
	
	#modal-mro1 {
		background-color: rgba(204, 204, 204, 0.42) !important;
	}

	#btn-close-modal {
		padding: 0.8vw 1vw;
		margin: 0vw auto;
	}

	.modal-content {
		top: 5vw !important;
    position: absolute;
    margin: 0vw 0vw;
    width: 88vw;
    right: 0;
    left: 0;
    margin: 0 auto;
	}
  .support_product_qa_ttl {
    font-size: 5vw;
    letter-spacing: 0.5vw;
    line-height: 5vw;
    text-align: center;
    padding-bottom: 4vw;
  }
	.modal_close {
		padding: 1.5vw 0vw 4vw;
	}
	.js_switch_privilege_img{
		position: relative;
	}
	.countdown2{
		position: absolute;
		z-index: 1111;
		bottom: 9.6vw;
		right: 14%;
		font-size: 4.0vw;
		color: #df0148;
		letter-spacing: 0.11em;
		font-weight: 800;
	}
	.cnt-cd-kv{
		position: relative;
		text-align: center;
	}
	.countdown{
		position: absolute;
		z-index: 1111;
		bottom: 1.5vw;
		font-size: 9.5vw;
		color: #df0148;
		letter-spacing: 0.2em;
		font-weight: 800;
		width: 100%;
	}
	.cnt-buy2{
		position: relative;
	}
	.cnt-buy2-link{
		position: absolute;
		width: 92%;
		height: 19.7vw;
		bottom: 6.6%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.cnt-02{
		position: relative;	
	}
	.cnt-02-mv{
		position: absolute;
		top: 22.8%;
		width: 100%;		
	}
	.cnt-02-mv iframe{
		height: 51.5vw;
		width: 100%;		
	}
	.cnt-04-bg{
		background: #f1f5f7;
		padding: 9% 8% 13%;
	}
	.cnt-04{
		position: relative;	
	}
	.cnt-04-mv{
		position: absolute;
		bottom: 9.5%;
		width: 42.9%;
		left: 3.9%;
	}
	.cnt-04-txt{
		color: #2f2c2c;
		font-size: 1.7vw;
		text-align: right;
		padding: 0.5vw 1vw;
	}
	
	.splide__arrow.cnt-04-prev {
		background: none !important;
	}
	.splide__arrow.cnt-04-next {
		background: none !important;
	}
	.splide__arrow--prev.cnt-04-arrow {
		left: 2vw !important;
	}
	.splide__arrow--next.cnt-04-arrow {
		right: 2vw !important;
	}
	.cnt-05-bg{
		background: #ffffff;
		padding: 1% 10%;
	}
	.cnt-05{
		padding:0vw 0vw;
	}
	.cnt-05-ttl{
		color: #1f2c5c;
    font-size: 4.0vw;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid #1f2c5c;
    padding-bottom: 3vw;
	}
	.cnt-05-txt{
		color: #000000;
    font-size: 3vw;
    line-height: 1.7;
    padding-top: 3vw;
    margin-bottom: 1vw;
    letter-spacing: 0.05em;
	}
	.cnt-05-txt2{
		color: #2f2c2c;
		font-size: 1.7vw;
		text-align: right;
		padding: 0.5vw 1.0vw;
	}
	.splide__arrow.cnt-05-prev {
		background: none !important;
	}
	.splide__arrow.cnt-05-next {
		background: none !important;
	}
	.splide__arrow--prev.cnt-05-arrow {
		left: 2vw !important;
	}
	.splide__arrow--next.cnt-05-arrow {
		right: 2vw !important;
	}
	.splide__pagination.cnt-05-pagination {
		bottom: 3% !important;
	}
	.splide__pagination__page.is-active.cnt-05-page {
		background: #fff;
		transform: scale(1.4);
		z-index: 1;
		border: solid 0.5px #666;
	}
	.cnt-06{
		position: relative;
	}
	.cnt-06-2{
		position: absolute;
		bottom: 0%;
		width: 87%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.cnt-06-3{
		position: absolute;
		bottom: 0%;
		width: 87%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.cnt-06-4{
		position: absolute;
		bottom: 0%;
		width: 87.5%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
  .wrapper main {
    margin-top: 0vw !important;
  }
	.cnt-area{
		padding: 0;
	}
	.cnt-area img{
		width: 100%;
		height: auto;
	}
	.cnt-buy{
		position: fixed;
		bottom: 0vw;
		z-index: 888;
		width: 33.33vw;
	}
	
	#modal-mro1 {
		background-color: rgba(204, 204, 204, 0.42) !important;
	}

	#btn-close-modal {
		padding: 0.8vw 1vw;
		margin: 0vw auto;
	}

	.modal-content {
		/* bottom: 10vw !important; */
		top: 3vw !important;
		position: absolute;
		margin: 0vw 0vw;
		width: 50vw;
		right: 25%;
	}
	.modal_close {
		padding: 1.5vw 0vw 4vw;
	}
	.js_switch_privilege_img{
		position: relative;
	}
	.countdown2{
		position: absolute;
		z-index: 1111;
		bottom: 3.15vw;
		right: 14%;
		font-size: 1.5vw;
		color: #df0148;
		letter-spacing: 0.1em;
		font-weight: 800;
	}
	.cnt-cd-kv{
		position: relative;
		text-align: center;
	}
	.countdown{
		position: absolute;
		z-index: 1111;
		bottom: 0.15vw;
		font-size: 3.5vw;
		color: #df0148;
		letter-spacing: 0.2em;
		font-weight: 800;
		width: 100%;
	}
	.cnt-buy2{
		position: relative;
	}
	.cnt-buy2-link{
		position: absolute;
		width: 92%;
		height: 6.7vw;
		bottom: 6.6%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.cnt-02{
		position: relative;	
	}
	.cnt-02-mv{
		position: absolute;
		top: 22.8%;
		width: 100%;		
	}
	.cnt-02-mv iframe{
		height: 17.3vw;
		width: 100%;		
	}
	.cnt-04-bg{
		background: #f1f5f7;
		padding: 9% 8% 13%;
	}
	.cnt-04{
		position: relative;	
	}
	.cnt-04-mv{
		position: absolute;
		bottom: 9.5%;
		width: 42.9%;
		left: 3.9%;
	}
	.cnt-04-txt{
		color: #2f2c2c;
		font-size: 0.7vw;
		text-align: right;
		padding: 0.2vw 0.5vw;
	}
	
	.splide__arrow.cnt-04-prev {
		background: none !important;
	}
	.splide__arrow.cnt-04-next {
		background: none !important;
	}
	.cnt-05-bg{
		background: #ffffff;
		padding: 1% 10%;
	}
	.cnt-05{
		padding:0vw 0vw;
	}
	.cnt-05-ttl{
		color: #1f2c5c;
		font-size:1.3vw;
		font-weight: 600;
		line-height: 1.5;
		border-bottom: 1px solid #1f2c5c;
		padding-bottom:1vw;		
	}
	.cnt-05-txt{
		color: #000000;
    font-size: 1.0vw;
    line-height: 1.5;
    padding-top: 1vw;
    margin-bottom: 1vw;
	}
	.cnt-05-txt2{
		color: #2f2c2c;
		font-size: 0.7vw;
		text-align: right;
		padding: 0.2vw 0.5vw;
	}
	.splide__arrow.cnt-05-prev {
		background: none !important;
	}
	.splide__arrow.cnt-05-next {
		background: none !important;
	}
	.splide__pagination__page.is-active.cnt-05-page {
		background: #fff;
		transform: scale(1.4);
		z-index: 1;
		border: solid 0.5px #666;
	}
	.cnt-06{
		position: relative;
	}
	.cnt-06-2{
		position: absolute;
		bottom: 0%;
		width: 87%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.cnt-06-3{
		position: absolute;
		bottom: 0%;
		width: 87%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.cnt-06-4{
		position: absolute;
		bottom: 0%;
		width: 87.5%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}
