:root{
	--ex-main-color: #f9bf1e;
	--ex-main-rgb: 249,191,30;
	--main-color: #55cc88;
	--main-rgb: 85,204,136;
	--light-color: #eefaf3;

	--promise-before-1: url(https://e-carry.axlize.com/ver23/wp-content/themes/luxech/images/furniture_removal-e-carry-promise_1.jpg);
	--promise-before-2: url(https://e-carry.axlize.com/ver23/wp-content/themes/luxech/images/furniture_removal-e-carry-promise_2.jpg);
	--promise-before-3: url(https://e-carry.axlize.com/ver23/wp-content/themes/luxech/images/furniture_removal-e-carry-promise_3.jpg);
}

a:hover{
	color: var(--main-color);
}
.container{
	margin: 0;
	max-width: 100% !important;
}
#core{
	padding: 0;
	margin: 0;
}
#header{
	position: fixed;
	width: 100%;
}
.header-invoice-button{
	display: inline-block !important;
	background: var(--main-color);
	padding: 0.5em 2em !important;
	color: #fff !important;
	border-radius: 99px;
	border: 1px solid var(--main-color);
	transition: .2s;
}
.header-invoice-button:hover{
	color: var(--main-color) !important;
	background: transparent;
}
#main{
	margin: 85px 0 0;
}
.staldia-background-maincolor h2{
	color: #fff;
}
.frontback-w-cv, #footer{
	position: relative;
	z-index: 1;
}
.lp-change-wrap{
    position: fixed;
    bottom: 2em;
    right: 2em;
    margin: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.lp-change-wrap.lp-change-visible{
	visibility: visible;
	opacity: 1;
}
.lp-change-button {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 1em 2em 1em 1.5em;
    border-radius: 99px;
    font-weight: 700;
    background: var(--ex-main-color);
}
.lp-change-button:hover{
    color: #fff;
}
.lp-change-button:before{
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 50%;
    right: 0;
    transform: translate(-1em, -50%) rotate(45deg);
}

/* LP-block */
.block-wrapper-spacer{
	padding: 10%;
}
.custom-block-wrapper{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.staldia-lp-eyecatch{
	height: calc(100vh - 85px);
}
.staldia-lp-eyecatch:before, .staldia-lp-eyecatch:after{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 10;
}
.staldia-lp-eyecatch:before{
	opacity: .5;
	animation: toWidth0 1s ease .3s 1 forwards;
}
.staldia-lp-eyecatch:after{
	animation: toWidth0 1s ease 0s 1 forwards;
}
@keyframes toWidth0{
	0%{}
	100%{
		width: 0;
	}
}
.staldia-indention{
	display: block;
}
.block-inner-relative{
	position: relative;
}
.custom-block-inner{
	counter-reset: h3-count;
}
.custom-block-inner h2{
	font-size: 30px !important;
}
.lp-parts-inner75{
	padding: 2em 0 0;
	margin: 0 0 2em;
}
#plans, #quickInvoice{
	background: #f0f0f0;
}
#promise{
	background: rgba(var(--main-rgb),.1);
}
#flow{
	background: var(--light-color);
}

/* eyecatch */
.staldia-lp-eyecatch-inner{
	z-index: 5;
	height: 100%;
}
.staldia-lp-eyecatch-inner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,.5), transparent 50%);
}
.mv-text-wrap{
	position: absolute;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
}
.mv-text{
	display: table;
	font-weight: 900;
}
.mv-text-small{
	font-size: 2.5vw;
	margin: .5em 0;
}
.mv-text-large{
	font-size: 3.5vw;
	margin: 2vw 0;
}
.mv-under{
	position: relative;
}
.mv-under:before{
	content: "";
	position: absolute;
	width: 100%;
	height: .3em;
	background: rgba(var(--ex-main-rgb),.5);
	bottom: .2em;
	left: 0;
	z-index: -1;
}
.mv-logo{
	width: 20vw;
}
.mv-button{
	display: table;
	margin: auto;
	padding: .5em 2em;
	color: #fff;
	background: var(--main-color);
	border: 2px solid #fff;
	border-radius: 99px;
	text-decoration: none !important;
	font-weight: 700;
}
.mv-button:hover{
	color: var(--main-color);
	background: #fff;
	border-color: var(--main-color);
}
.mv-img-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-72.5deg);
	z-index: -1;
}
.mv-img-wrap:before{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100vw;
	right: 49.5%;
	bottom: calc(100% + 1vw);
	background: var(--main-color);
}
.mv-img-1{
	position: relative;
	width: 500vh;
	height: 50vh;
	overflow: hidden;
}
.mv-img-1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%) rotate(75.5deg) scale(.8);
	height: 125vh;
	width: auto;
}
.mv-img-2{
	position: absolute;
	top: calc(100% + 1vw);
	left: 56%;
	transform: translate(-50%, 0);
	width: 500vh;
	height: 125vh;
	overflow: hidden;
}
.mv-img-2 img{
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-60%, -58%) rotate(72.5deg);
	width: auto;
	height: 100vh;
}
.mv-img-1:before, .mv-img-2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.2);
	z-index: 1;
}

/* plans */
#plans:before, #plans:after{
	position: absolute;
	content: "";
	width: 100vw;
	height: 100vw;
	top: 30%;
	z-index: -1;
}
#plans:before{
	background: #fff;
	left: 50%;
	transform: translate(-50%, -100%) rotate(45deg);
}
#plans:after{
    background: rgba(var(--main-rgb),.5);
    right: 0;
    transform: translate(75%, -25%) rotate(45deg);
}
.plans-list{
	max-width: 500px;
	margin: auto;
}
.plan-list-item{
	border: 1px solid #eee;
	margin: 1vw;
	background: #fff;
	opacity: 0;
	transform: translateY(5em);
}
.plan-list-item.animation-trigger{
	animation: fadeFromBottom 1s ease 0s 1 forwards;
}
@keyframes fadeFromBottom{
	0%{}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}
.plan-list-name{
	text-align: center;
	background: var(--main-color);
	padding: 1em;
	color: #fff;
	font-weight: 700;
}
.plan-desc-span{
	display: block;
	font-weight: 400;
}
.plan-list-price, .plan-list-desc{
	margin: 1.5em 1em;
}
.plan-list-img{
	margin: 1em;
}
.plan-list-content{
	display: grid;
	grid-template-columns: 4.5em calc(100% - 4.5em);
}
.plan-list-title{
	background: var(--main-color);
	color: #fff;
	border-radius: 99px;
	padding: 0 1em;
	margin: 0 .5em 0 0;
	height: 1.9em;
}
.plan-price-value{
	font-weight: 700;
}
.plan-price-tax{
	font-weight: 400;
}

/* options */
#options:before{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100vw;
	background: rgba(var(--main-rgb),.4);
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%) rotate(45deg) ;
}
.options-list-wrap{
	padding: 0 !important;
}
.options-list-item{
	background: #f0f0f0;
	z-index: 1;
	margin: 3em 0;
	padding: 7em 5vw 5vw;
	font-size: 16px;
	overflow: hidden;
}
.options-list-title{
	position: absolute !important;
	top: 1.5em;
	left: 0;
	margin: 0 !important;
	background: var(--main-color);
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em !important;
	width: 9em;
}
.options-list-title:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: var(--main-color);
	transform: translateX(25%) skewX(-30deg);
	z-index: -1;
}
.options-list-title:after{
	content: "";
	position: absolute;
	width: 150%;
	height: 100%;
	background: #f0f0f0;
	top: 0;
	right: -50%;
}
.options-list-title.animation-trigger:after{
	animation: toWidth0 1s ease 0s 1 forwards;
}
.option-item-content{
	transform: translateY(5em);
	opacity: 0;
}
.option-item-content.animation-trigger{
	animation: fadeFromBottom 1s ease 0s 1 forwards;
}
.stairs-option-item, .packing-option-item{
	background: #fff;
	width: 90%;
	margin: 1em auto;
	text-align: center;
}
.stairs-option-item{
	padding: 2em;
}
.packing-option-item{
    position: relative;
}
.packing-option-img{
	position: absolute;
	top: 0;
	left: 0;
	margin: 1em;
}
.stairs-option-key, .packing-option-key{
	font-weight: 700;
	color: var(--main-color);
	margin: .5em 0;
}
.option-value-int{
	font-weight: 700;
	font-size: 1.2em;
}
.option-price-tax{
	font-weight: 400;
	display: block;
	font-size: 16px;
}

/* promise */
.promise-list-wrap{
	counter-reset: promise-count;
}
.promise-list-item{
	position: relative;
	padding: 5vw;
	min-height: 15vw;
	background: rgba(255,255,255,.8);
	margin: 5vw 0;
}
.promise-list-item:before, .promise-list-item:after{
	position: absolute;
	top: 50%;
	width: 22.5vw;
	height: 22.5vw;
	will-change: transform;
}
.promise-list-item:nth-of-type(odd):before, .promise-list-item:nth-of-type(odd):after{
	right: 133.33%;
	transform: translate(50%, -50%) rotateY(360deg);
}
.promise-list-item:nth-of-type(even):before, .promise-list-item:nth-of-type(even):after{
	left: 133.33%;
	transform: translate(-50%, -50%) rotateY(360deg);
}
.promise-list-item:before{
	content: "";
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
.promise-list-item:first-of-type:before{
	background-image: var(--promise-before-1);
}
.promise-list-item:nth-of-type(2):before{
	background-image: var(--promise-before-2);
}
.promise-list-item:nth-of-type(3):before{
	background-image: var(--promise-before-3);
}
.promise-list-item:after{
	counter-increment: promise-count;
	content: counter(promise-count, decimal-leading-zero);
	font-size: 3.5em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 22.5vw;
	border-radius: 50%;
	background: rgba(var(--main-rgb),.8);
}
.promise-list-item.animation-trigger:nth-of-type(odd):before{
	animation: reverseOdd 1s ease 0s 1 forwards, opacity80 1s ease 0s 1 forwards;
}
.promise-list-item.animation-trigger:nth-of-type(odd):after{
	animation: reverseOdd 1s ease 0s 1 forwards, opacity80 1s ease 0s 1 forwards reverse;
}
.promise-list-item.animation-trigger:nth-of-type(even):before{
	animation: reverseEven 1s ease 0s 1 forwards, opacity80 1s ease 0s 1 forwards;
}
.promise-list-item.animation-trigger:nth-of-type(even):after{
	animation: reverseEven 1s ease 0s 1 forwards, opacity80 1s ease 0s 1 forwards reverse;
}
@keyframes reverseOdd{
	0%{}
	100%{
		transform: translate(50%, -50%) rotateY(0);
	}
}
@keyframes reverseEven{
	0%{}
	100%{
		transform: translate(-50%, -50%) rotateY(0);
	}
}
@keyframes opacity80{
	0%{opacity: 0}
	100%{opacity: .8;}
}
.promise-list-title{
	/*
	position: relative;
	padding: 1em;
	*/
	font-size: 1.6em;
	font-weight: 700;
}
.promise-list-title:before, .promise-list-title:after{
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    border: 10px solid;
}
.promise-list-title:before{
	border-color: var(--main-color) transparent transparent var(--main-color);
	top: 0;
	left: 0;
}
.promise-list-title:after{
	border-color: transparent var(--main-color) var(--main-color) transparent;
	bottom: 0;
	right: 0;
}

/* items-subject */
#itemsSubject:before, #itemsSubject:after{
	content: "";
	position: absolute;
	width: 250vw;
	height: 25vw;
	background: rgba(var(--main-rgb), .4);
	z-index: -1;
}
#itemsSubject:before{
	top: 0;
	left: 0;
	transform: translate(-35%, 0) rotate(45deg);
}
#itemsSubject:after{
	bottom: 0;
	right: 0;
	transform: translate(35%, 0) rotate(-45deg);
}
.subject-list-box{
	position: relative;
	padding: 2em;
	margin: 5em 0;
	border: 3px solid;
}
.subject-list-box:nth-of-type(1){
	border-color: var(--main-color);
}
.subject-list-box:nth-of-type(2){
	border-color: var(--ex-main-color);
}
.subject-list-box:nth-of-type(3){
	border-color: #888;
}
.subject-list-title{
	position: absolute !important;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	border-radius: 99px;
	color: #fff;
	padding: .25em 1em .25em 2.5em !important;
	white-space: nowrap;
}
.subject-list-box:nth-of-type(1) .subject-list-title{
	background: var(--main-color);
}
.subject-list-box:nth-of-type(2) .subject-list-title{
	background: var(--ex-main-color);
}
.subject-list-box:nth-of-type(3) .subject-list-title{
	background: #888;
}
.subject-list-box:nth-of-type(1) .subject-list-title:before{
	content: "◎";
	font-size: 1.5em;
	transform: translate(50%, -50%);
}
.subject-list-box:nth-of-type(2) .subject-list-title:before{
	content: "○";
	transform: translate(100%, -50%);
}
.subject-list-box:nth-of-type(3) .subject-list-title:before{
	content: "△";
	transform: translate(100%, -50%);
}
.subject-list-title:before{
	position: absolute;
	left: 0;
	top: 50%;
}
.subject-list{
	padding: 0 !important;
}
.subject-list li{
	position: relative;
	padding: 1em;
	border: 3px solid;
	border-left: 3em solid;
	border-radius: 5px;
	margin: 1em 0;
	display: grid;
	align-items: center;
	font-weight: 700;
	background: #fff;
}
.subject-list-box:nth-of-type(1) li{
	border-color: var(--main-color);
}
.subject-list-box:nth-of-type(2) li{
	border-color: var(--ex-main-color);
}
.subject-list-box:nth-of-type(3) li{
	border-color: #888;
}
.subject-list li:before{
	display: none;
}
.subject-list li:after{
	position: absolute;
	font-size: 1.5em;
	color: #fff;
	top: 50%;
	right: 100%;
	transform: translate(-50%, -50%);
}
.subject-list-box:nth-of-type(1) .subject-list li:after{
	content: "◎";
}
.subject-list-box:nth-of-type(2) .subject-list li:after{
	content: "○";
}
.subject-list-box:nth-of-type(3) .subject-list li:after{
	content: "△";
}
.subject-list-attention{
	margin: 0 0 0 1em;
	font-weight: 400;
}

/* flow */
#flow{
	counter-reset: flow-counter;
}
.reservation-flow-list{
	padding: 0 !important;
	max-width: 800px;
	margin: 2em auto;
}
.reservation-flow-item{
	margin: 2em 0;
	padding-left: 7vw;
	transform: translateY(5em);
	opacity: 0;
}
.reservation-flow-item.animation-trigger{
	animation: fadeFromBottom 1s ease 0s 1 forwards;
}
.reservation-flow-item:before{
	content: "STEP";
	position: absolute;
	color: var(--main-color)!important;
	background: var(--light-color)!important;
	top: 0;
	left: 2.5vw;
	transform: translate(-50%, 0);
	font-size: 1.1vw;
	font-weight: 700;
}
.reservation-flow-item:after{
	counter-increment: flow-counter;
	content: counter(flow-counter);
	position: absolute;
	width: 4vw;
	height: 4vw;
	background: var(--main-color);
	border-radius: 50%;
	font-size: 2vw;
	font-weight: 700;
	left: 2.5vw;
	top: 2vw;
	color: #fff;
	text-align: center;
	line-height: 4vw;
	transform: translateX(-50%);
}
.flow-list-title{
	margin: 0 0 .5em !important;
	padding: 0 !important;
}
.flow-list-title:after{
	display: none;
}
.flow-list-content{
	padding: 1em;
	font-size: 16px;
	background: #fff;
}
.flow-list-content:before{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	border-left: 3px dotted var(--main-color);
	left: 2.5vw;
	top: 0;
	transform: translate(-50%, 35%);
}
.reservation-flow-item:last-of-type .flow-list-content:before{
	height: 75%;
}

/* quickInvoice */
#quickForm{
	counter-reset: invoiceTitle;
	max-width: 800px;
	margin: auto;
}
#quickResult{
	display: none;
}
#switchResult:checked ~ #quickResult{
	display: block;
}
#switchResult:checked ~ #quickError{
	display: none;
}
#quickResultArea{
	background: #fff;
	padding: 1em;
}
#invoicePlansBox, #invoiceBuilding, #invoiceFloor, #invoiceElevator{
	display: flex;
	flex-wrap: wrap;
}
#invoicePlansBox, #invoiceBuilding{
	justify-content: space-evenly;
}
#invoiceFloor, #invoiceElevator{
	justify-content: center;
	align-items: center;
	margin: 1em 0;
}
#invoicePlansBox, #invoiceBuildingBox{
	margin: 0 0 3em;
}
.invoice-title{
	position: relative;
	width: 100%;
	padding: 0 0 0 1.7em;
}
.invoice-title:before{
	counter-increment: invoiceTitle;
	content: counter(invoiceTitle);
	position: absolute;
	background: var(--main-color);
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	top: .2em;
	left: 0;
}
.plans-label, .invoice-elevator, #selectFloor{
	cursor: pointer;
}
.plans-label{
	position: relative;
	background: #fff;
	padding: 0.5em 0em 0.5em 3em;
	width: 13em;
	margin: 1em 0;
}
.plans-label:before, .plans-label:after{
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 1.5em;
	transform: translate(-50%, -50%);
}
.plans-label:before{
	width: 1.2em;
	height: 1.2em;
	border: 2px solid var(--main-color);
}
.plans-label:after{
	visibility: hidden;
	width: .8em;
	height: .8em;
	background: var(--main-color);
}
.plans-input:checked ~ .plans-label:after{
	visibility: visible;
}
.invoice-building-title{
	margin: 0 1em;
	width: 8em;
	text-align: center;
	background: var(--main-color);
	color: #fff;
	border-radius: 99px;
}
.invoice-elevator{
	margin: 0;
	padding: 0 1em;
	background: #ddd;
}
.invoice-elevator-true{
	border-right: 1px solid #eee;
	border-radius: 5px 0 0 5px;
}
.invoice-elevator-false{
	border-radius: 0 5px 5px 0;
}
.elevator-input:checked ~ .invoice-elevator{
	background: var(--main-color);
	color: #fff;
}
.invoice-elevator-buttons{
	display: flex;
	flex-wrap: wrap;
}
#resultPrice{
	position: relative;
	font-weight: 700;
	font-size: 1.5em;
	z-index: 1;
}
#resultPrice:before{
	content: "";
	position: absolute;
	width: 100%;
	height: .5em;
	background: var(--main-color);
	bottom: .25em;
	left: 0;
	z-index: -1;
}
.quick-result-content{
	text-align: center;
}
.invoice-without-tax, .invoice-include-tax{
	display: block;
}
.lp-cv-button-area{
	padding: 10% 0 0;
}

@media (orientation: portrait){
	.mv-img-wrap{
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.mv-img-wrap:before{
		right: 47%;
		bottom: calc(100% + 31vh);
	}
	.mv-img-1{
		height: 40vh;
		margin-top: -30vh;
	}
	.mv-img-1 img{
		transform:  translate(-45%, -40%) rotate(45deg) scale(.625);
	}
	.mv-img-2{
		top: calc(100% + 1vh);
	}
	.mv-img-2 img{
		top: 55%;
		left: 45%;
		transform: translate(-60%, -104%) rotate(45deg) scale(.5);
	}
	.mv-text-wrap{
		width: 100%;
		height: 100%;
		background: linear-gradient(transparent 25%, rgba(147,218,173,.8));
		text-align: center;
		left: 0;
	}
	.mv-text-inner{
		position: absolute;
		width: 100%;
		top: 75%;
		transform: translateY(-50%);
	}
	.mv-text-small{
		margin: .5em auto;
	}
	.mv-text-large{
		margin: 5vw auto;
	}
	.mv-logo{
		width: 50vw;
	}
	#plans:before, #plans:after, #options:before{
		width: 100vh;
		height: 100vh;
	}
}

/* GalaxyFold */
@media (max-width: 359px){
	#invoiceFloor, #invoiceElevator{
		font-size: 15px;
	}
	.invoice-building-title{
		margin: 0 .5em 0 0;
		width: 7em;
	}
	.stairs-option-item{
		padding: 2em 1em;
	}
	.subject-list-title{
		font-size: 1.3rem !important;
	}
	.plan-desc-span{
		font-size: 5vw;
	}
}

/*SP-all*/
@media (max-width: 575px){
	#main{
		margin: 65px 0 0;
	}
	.staldia-lp-eyecatch{
		height: calc(100vh - 65px);
	}
	.custom-block-inner h2{
		font-size: 23px !important;
	}
	.lp-parts-inner75{
		padding: .2em 0;
	}
	/* plans */
	.plans-label{
		margin: .5em 0;
	}
	/* promise */
	.promise-list-item{
		padding: 55vw 2em 2em;
	}
	.promise-list-title{
		font-size: 1.2em;
	}
	/* invoice */
	#invoiceBuilding{
		justify-content: start;
	}
	.promise-list-item{
		margin: 10vw 0;
	}
	.promise-list-item:before, .promise-list-item:after{
		top: 0;
		width: 40vw;
		height: 40vw;
	}
	.promise-list-item:nth-of-type(odd):before, .promise-list-item:nth-of-type(odd):after{
		right: 50%;
		transform: translate(50%, 8vw) rotateY(360deg);
	}
	.promise-list-item:nth-of-type(even):before, .promise-list-item:nth-of-type(even):after{
		left: 50%;
		transform: translate(-50%, 8vw) rotateY(360deg);
	}
	@keyframes reverseOdd{
		0%{}
		100%{
			transform: translate(50%, 8vw) rotateY(0);
		}
	}
	@keyframes reverseEven{
		0%{}
		100%{
			transform: translate(-50%, 8vw) rotateY(0);
		}
	}
	.promise-list-item:after{
		line-height: 40vw;
		font-size: 2em;
	}
	.lp-change-wrap{
		bottom: 1em;
		right: 1em;
	}
}
/* SP(portrait) */
@media (max-width: 575px) and (orientation: portrait){
	.mv-text-small{
		font-size: 7vw;
	}
	.mv-text-large{
		font-size: 9vw;
	}
	.plan-list-item{
		margin: 5vw 0;
	}
	.plan-price-tax{
		display: block;
	}
	.options-list-item{
		padding: 5em 5vw 5vw;
	}
	.item-subject-inner:before{
		content: "";
		position: absolute;
		width: 250vw;
		height: 25vw;
		background: rgba(var(--main-rgb), .4);
		z-index: -1;
	}
	.item-subject-inner:before{
		top: 50%;
		right: 0;
		transform: translateX(35%) rotate(-45deg);
	}
	.subject-list-box{
		padding: 2em 1em;
	}
	.subject-list-box:first-of-type{
		margin-top: 3em;
	}
	.reservation-flow-item{
		padding-left: 14vw;
	}
	.reservation-flow-item:before, .reservation-flow-item:after{
		font-size: 12px;
		left: 5vw;
		transform: translateX(-50%);
	}
	.flow-list-content:before{
		left: 5vw;
		transform: translate(-50%, 15%);
	}
	.reservation-flow-item:last-of-type .flow-list-content:before{
		height: 85%;
	}
	.reservation-flow-item:after{
		width: 10vw;
		height: 10vw;
		font-size: 5vw;
		top: 5vw;
		line-height: 10vw;
	}
}

/* SP without GalaxyFold */
@media (min-width: 360px) and (max-width: 575px){

}

/* SP-landscape(rewrite@Tab) */
@media (orientation: landscape) and (max-width: 991px){

}

/* SP&Tab */
@media (max-width: 991px){
	.header-invoice-button{
		padding: .2em 3.5em !important;
		margin: 2em 0 0;
	}
	.packing-option-item{
		padding: 62.5% 0 1em;
	}
}

/* Tab */
@media (min-width: 576px) and (max-width: 991px){
	.plan-list-item{
		margin: 3vw 0;
	}
}
/* Tab(Portrait) */
@media (min-width: 576px) and (max-width: 991px) and (orientation: portrait){
	.mv-text-small{
		font-size: 5vw;
	}
	.mv-text-large{
		font-size: 7vw;
	}
	.mv-img-2 img{
		transform: translate(-60%, -98%) rotate(45deg) scale(.7);
	}
}

/* PC&Tab */
@media (min-width: 576px){
	.grid-2cols{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.lp-parts-inner75{
		display: inline-block;
		width: 60%;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	/* mv */
	.lp-eyecatch-cv-button{
		font-size: 20px;
		padding: .3em 3em;
	}
	/* plans & promise */
	.plans-introduce, .promise-desc{
		text-align: center;
	}
	/*promise*/
	.promise-list-item{
		width: 60%;
	}
	.promise-list-item:nth-of-type(odd){
		margin-left: 40%;
	}
	/* subject */
	.subject-list{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 2em;
	}
	/* invoice */
	#quickResultArea{
		text-align: center;
	}
}

/* PC */
@media (min-width: 992px){
	.plan-list{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.stairs-option-list{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		justify-items: center;
		align-items: center;
	}
	.packing-option-list{
		display: grid;
	}
	.packing-option-item{
		width: 50%;
		padding: 3em 0;
		overflow: hidden;
	}
	.packing-option-key, .packing-option-value{
		position: relative;
		width: 50%;
		left: 50%;
	}
	.packing-option-img{
		max-width: calc(50% - 2em);
    	height: calc(100% - 2em);
	}
	.packing-option-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.plan-list-item:nth-of-type(2).animation-trigger{
		animation: fadeFromBottom 1s ease .2s 1 forwards;
	}
	.plan-list-item:nth-of-type(3).animation-trigger{
		animation: fadeFromBottom 1s ease .4s 1 forwards;
	}
	.option-item-content:nth-of-type(2).animation-trigger{
		animation: fadeFromBottom 1s ease .2s 1 forwards;
	}
	.option-item-content:nth-of-type(3).animation-trigger{
		animation: fadeFromBottom 1s ease .4s 1 forwards;
	}
}

/* headerMenuItemsOnly */
@media (min-width: 992px) and (max-width: 1150px){
	.header-menu-links:not(.header-invoice-button){
		display: none;
	}
}

@media (min-width: 1310px){
	.container{
		width: 100% !important;
	}
}