/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/2021winter/
Description:MYTREX Xmas CAMPAING
Version: 1.0
*/

/* global */
.fs {font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;}
section img {width: 100%; max-width: 100%;}

#particles-js {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.coupon_data {display: none;}
.coupon_data.activate {display: block;}

/* common */
@media screen and (max-width: 767px) {
	/* SP */
	.pc{display: none !important;}
}
@media screen and (min-width: 768px) {
	/* PC */
	.sp{display: none !important;}
	.container{
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
}


/* section */
@media screen and (max-width: 767px) {
	/* SP */
	.event_end {
		background-color: rgba(0, 0, 0, .3);
		color: #fff;
		padding: 8.6vw 2.6vw;
		text-align: center;
	}
	.event_end > h3 {
		font-size: 4.0vw;
		margin-bottom: 3vw;
	}
	.event_end > p {
		font-size: 2.5vw;
		line-height: 2.0;
		text-decoration: underline;
	}
	
	.sec02.kv figure {
		position: relative;
	}
	.kv1a {
		width: 74vw;
		position: absolute;
		left: 0.9vw;
		top: 54.6vw;
	}
	.kv1b {
		width: 3.8vw;
		position: absolute;
		left: 89.5vw;
		top: 10vw;
	}
	.kv2a {
		width: 74vw;
		position: absolute;
		left: 0.9vw;
		top: 66.6vw;
	}
	.kv2b {
		width: 2.1vw;
		position: absolute;
		left: 76vw;
		top: 54.6vw;
	}
	.kv3 {
		width: 74vw;
		position: absolute;
		left: 0.9vw;
		top: 78.6vw;
	}

	.sec03 {
		padding: 10vw 0;
	}
	.sec03 .ttl {
		font-size: 2.5vw;
		line-height: 2;
		z-index: 1;
		position: relative;
		writing-mode: vertical-rl;
   	 	white-space: nowrap;
		margin: auto;
		letter-spacing: 1vw;
	}
	.sec04 .present1 {
		background-color: #F0F4F7;
		padding: 10vw 8vw 10vw;
		margin-bottom: 25vw;
	}
	.sec04 .present1 h3.ttl {
		text-align: center;
		font-size: 2.5vw;
		font-weight: bold;
		margin-bottom: 5vw;
	}
	.modal-content {
		background-color: #f0f4f7;
	}
	.btn-open-modal {
		margin-top: 11vw !important;
	}
	.btn-open-modal a,
	.close-modal-popup01 {
		width: 66vw;
		height: 8.5vw;
		border: 1px solid #393534;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;
		position: relative;
	}
	.btn-open-modal a::after {
		position: absolute;
		content: '';
		top: 50%;
		/* right:4vw; */
		transform: translate(0%, -50%);
		display: block;
		width: calc(100% - 4vw);
		height: 3vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/icon_popup.png);
		background-position: right;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#btn-close-modal {
		position: relative;
		width: 66vw;
	}
	#btn-close-modal::after {
		position: absolute;
		content: '';
		top: 50%;
		right:4vw;
		transform: translate(0%, -50%)rotate(45deg);
		display: block;
		width: 3vw;
		height: 3vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/icon_popup.png);
		background-position: left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.modal-popup01-on {
		background-color: #f0f4f7 !important;
	}

	.sec05.recommend .item_list {
		padding: 0 8vw;
	}
	.sec05.recommend {
		background-color: #f5f4f2;
		margin-bottom: 25vw;
	}
	.sec05.recommend .item_list.row-1 {
		padding-top: 14vw;
	}
	.sec05.recommend .item_list.row-1 li {
		margin-bottom: 8vw;
		position: relative;
	}
	.sec05.recommend .item_list .icon {
		height: 5vw;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #B6986E;
		background-color: #231815;
		font-size: 2vw;
		width: 21vw;
		text-align: center;
		position: absolute;
		left: 7vw;
		top: -2.5vw;
	}
	.sec05.recommend .item_list.row-2 {
		padding-bottom: calc(7.5vw - 4vw);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec05.recommend .item_list.row-2 li {
		width: 39vw;
		margin-bottom: 8vw;
	}
	.sec06.present2 {
		margin-bottom: 25vw;
		padding: 0 8vw;
	}
	.sec06.present2 .items {
		margin: auto;
		font-size: 2vw;
		line-height: 1.8;
		padding: 0 3vw;
		position: relative;
	}
	.sec06.present2 .items::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		content: '';
		border-left: solid 1px #323232;
	}
	.sec06.present2 .items::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		content: '';
		border-right: solid 1px #323232;
	}
	.sec06.present2 .items dt {
		font-size: 3vw;
		font-weight: bold;
	}
	.sec06.present2 .items dd small {
		text-indent: 1em;
		margin-left: -1em;
		font-size: 2vw;
	}
	.sec06.present2 .items .item_note {
		display: inline-block;
    	margin-left: 2vw;
	}
	.sec07 {
		background-color: #f0f4f7;
		padding: 12.5vw 8vw 18vw;
	}
	.sec07 .note {
		line-height: 1.8;
		font-size: 2.5vw;
	}
	.sec07 .note:not(:last-of-type) {
		border-bottom: 1px solid #585656;
		padding-bottom: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.sec07 .note strong {
		color: #A38348;
	}
	#pageTop a {
		display: block;
		width: 16vw;
		height: 16vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/icon_top.png);
		background-color: transparent;
		background-position: left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#pageTop a img {
		display: none;
	}
	#pageTop a:hover {
		background-color: transparent;
	}
	.float_bnr_wrap{
		position: static;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.float_bnr{
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9000;
		width: 34%;
		max-width: 300px;
		height: auto;
	}
	.float_bnr_wrap.stop{
		position: relative;
		opacity: 0;
	}
	.float_bnr_wrap.stop .float_bnr{
		display: none;
		/* position: absolute;
		bottom: 0; */
	}

}

@media screen and (min-width: 768px) {
	/* PC */
	.event_end {
		background-color: rgba(0, 0, 0, .3);
		color: #fff;
		padding: 10.6vw;
		text-align: center;
	}
	.event_end > h3 {
		font-size: 2.0vw;
		margin-bottom: 2vw;
	}
	.event_end > p {
		font-size: 1.5vw;
		line-height: 2.0;
		text-decoration: underline;
	}

	.sec01.header .logo {text-align: center;}
	.sec02.kv figure {
		position: relative;
	}
	.kv1a {
		width: 51.3vw;
		position: absolute;
		left: 0.5vw;
		top: 47.5vw;
	}
	.kv1b {
		width: 2.3vw;
		position: absolute;
		left: 88.5vw;
		top: 5vw;
	}
	.kv2a {
		width: 51.3vw;
		position: absolute;
		left: 0.5vw;
		top: 55.8vw;
	}
	.kv2b {
		width: 1.5vw;
		position: absolute;
		left: 52.1vw;
		top: 47.8vw;
	}
	.kv3 {
		width: 51.3vw;
		position: absolute;
		left: 0.5vw;
		top: 64.0vw;
	}
	.sec03 {padding: 10.6vw 0;}
	.sec03 .ttl {text-align: center;font-size: 2.18vw; line-height: 2.18;}
	.sec03 .ttl::after {
		position: absolute;
		top: 10vw;
		left: calc(50% - 1px);
		margin: 0 1rem;
		content: "";
		width: 1px;
		height: 7.25vw;
		background-color: #231815;
	}
	.sec04 .present1 {background-color: #F0F4F7;padding: 8.75vw 0 7.5vw;}
	.sec04 .present1 h3.ttl {text-align: center; font-size: 1.75vw; font-weight: bold; margin-bottom: 3.125vw;}
	.sec04 .present1 .plan_present {margin-bottom: 9vw;}
	.sec04 .present1 .sub_ttl {text-align: center;}
	.sec04 .present1 .sub_ttl span {
		font-size: 2.5vw;
		margin-bottom: 6.25vw;
		line-height: 4.3vw;
		position: relative;
		display: inline-block;
		padding: 0 2.5vw;
	}
	.sec04 .present1 .sub_ttl>span::before {
		position: absolute;
		content: '';
		top: 0;
		left:0;
		display: block;
		width: 100%;
		height: 4.3vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/prs1_06.png);
		background-position: left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.sec04 .present1 .sub_ttl>span::after {
		position: absolute;
		content: '';
		top: 0;
		right:0;
		display: block;
		width: 100%;
		height: 4.3vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/prs1_07.png);
		background-position: right;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.sec04 .present1 .plan {
		margin-bottom: 6vw;
		position: relative;
	}
	.sec04 .present1 .plan_list {
		display: flex;
		justify-content: space-between;
	}
	.sec04 .present1 .plan_list > li {
		width: 37.3vw;
		position: relative;
		border: 1px solid #393535;
		padding: 2vw;
	}
	.sec04 .present1 .plan_list.btm > li {
		padding: 1vw;
		background-color: #73797C;
		color: #ffffff;
		text-align: center;
		border: none;
		font-size: 1.3vw;
	}
	.sec04 .present1 .plan_list .ttl {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: -0.5em;
		margin: auto;
		font-size: 2vw;
		font-weight: bold;
		display: inline-block;
		background-color: transparent;
	}
	.sec04 .present1 .plan_list .ttl > span {
		background-color: #F0F4F7;
		padding: 0 2.5vw;
	}
	.sec04 .present1 .plan_list .ttl .color_red {
		color: #C71528;
		font-weight: bold;
	}
	.sec04 .present1 .plan_list .data span {
		display: inline-block;
		width: 100%;
	}
	.sec04 .present1 .plan_list .data img {
		margin-bottom: 1vw;
	}
	.sec04 .present1 .plan_list .data .txt {
		margin-bottom: 1vw;
	}
	.sec04 .present1 .plan_list .data .txt p {
		font-size: 1.25vw;
		line-height: 1.8;
	}
	.sec04 .present1 .plan_list .data strong {
		font-size: 1.3vw;
		font-weight: bold;
		margin-bottom: 1vw;
		display: inline-block;
		position: relative;
	}
	.sec04 .present1 .plan_list .data .icon {
		position: relative;
		padding-left: 2vw;
		color: #B6986E;
	}
	.sec04 .present1 .plan_list .data .icon::before {
		position: absolute;
		content: '';
		top: 0;
		left:0;
		display: block;
		width: 100%;
		height: 1.3vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/prs1_05.png);
		background-position: left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.sec04 .present1 .plan_list .data .info .shop_name {
		width: 100%;
	}
	.sec04 .present1 .plan_list .data .info .shop_name > span {
		position: relative;
		background: #F0F4F7;
		width: auto;
		padding-right: 1vw;
	}
	.sec04 .present1 .plan_list .data .shop_name::before {
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		border-top: solid 1px #323232;
	}
	.sec04 .present1 .plan_list .data ul li {
		font-size: 1vw;
		line-height: 1.8;
	}
	.sec04 .present1 .plan_note {
		font-size: 1vw;
		line-height: 1.8;
	}
	.sec04 .present1 .plan_note:not(:last-of-type) {
		margin-bottom: 3vw;
	}
	.sec04 .present1 .plan_plus {
		width: 5vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.sec05.recommend {
		background-color: #f5f4f2;
		margin-bottom: 15vw;
	}
	.sec05.recommend .item_list.row-1 {
		padding-top: 7.5vw;
	}
	.sec05.recommend .item_list.row-1 li {
		margin-bottom: 4vw;
		position: relative;
	}
	.sec05.recommend .item_list .icon {
		height: 2.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #B6986E;
		background-color: #231815;
		font-size: 1vw;
		width: 11vw;
		text-align: center;
		position: absolute;
		left: 0;
		top: -2.5vw;
	}
	.sec05.recommend .item_list.row-2 {
		padding-bottom: calc(7.5vw - 4vw);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec05.recommend .item_list.row-2 li {
		width: 39vw;
		margin-bottom: 4vw;
	}
	.sec06.present2 {
		background-color: #f5f4f2;
		margin-bottom: 8vw;
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.sec06.present2 .items {
		width: 64vw;
		margin: auto;
		font-size: 1.25vw;
		line-height: 1.8;
		padding: 0 1.5vw;
		position: relative;
	}
	.sec06.present2 .items::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		content: '';
		border-left: solid 1px #323232;
	}
	.sec06.present2 .items::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		content: '';
		border-right: solid 1px #323232;
	}
	.sec06.present2 .items .item_note {
		display: inline-block;
		margin-left: 2vw;
	}
	.sec06.present2 .items dd small {
		text-indent: 1.5em;
		margin-left: -1.5em;
		font-size: 1vw;
	}
	.sec07 {
		background-color: #f0f4f7;
		padding-top: 5vw;
		padding-bottom: 10vw;
	}
	.sec07 .note {
		line-height: 1.8;
		font-size: 1.0vw;
	}
	.sec07 .note:not(:last-of-type) {
		border-bottom: 1px solid #585656;
		padding-bottom: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.sec07 .note strong {
		color: #A38348;
	}
	#pageTop a {
		display: block;
		width: 7vw;
		height: 7vw;
		background-image: url(/wp-content/themes/mytrex/img/page/2021winter/icon_top.png);
		background-color: transparent;
		background-position: left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#pageTop a img {
		display: none;
	}
	#pageTop a:hover {
		background-color: transparent;
	}

	.float_bnr_wrap{
		position: static;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.float_bnr{
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9000;
		width: 22%;
		max-width: 300px;
		height: auto;
	}
	.float_bnr_wrap.stop{
		position: relative;
		opacity: 0;
	}
	.float_bnr_wrap.stop .float_bnr{
		display: none;
		/* position: absolute;
		bottom: 0; */
	}
	
}