.description-title{
	max-width: 100%;
    margin: 91px auto 97px;
    position: relative;
    background-color: #efefef;
    overflow: hidden;
}

.description-title--container {
    display: flex;
    position: relative;
	padding: 118px 0 85px 32px;
    align-items: baseline;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}


.description-title--container > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 100%;
    margin: auto;
}


.description-title--heading {
    width: 47.6%;
    font-family: "Cormorant Garamond", serif;
    color: #B49A6D;
    position: relative;
}



.description-title--heading h2{
    font-size: .50rem;
    letter-spacing: 0.21em;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
    color: #B49A6D;
}

.description-title--heading h2::before{
	position: absolute;
    content: "";
    height: 4px;
    left: -41px;
    top: 0;
    bottom: 0;
    background-color: #B49A6D;
    margin: auto;
    padding-left: 100vw;
    margin-left: -100vw;
}

.description-title--heading p{
    font-size: .22rem;
}

.description-title > img{
    position: absolute;
    right: -791px;
	top: -141px;
    margin: auto;
    width: 100%;
}
.plan-c-soon{
	pointer-events: none;
}
.plan-c-soon::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    height: 98.4%;
    vertical-align: middle;
}
.plan-c-soon::after {
    content: "COMING SOON";
    display: block;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: fit-content;
    font-size: .28rem;
    letter-spacing: .07em;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3px;
    margin: auto;
    box-sizing: border-box;
    font-family: adobe-garamond-pro, serif;
    line-height: 1;
}

@media screen and (max-width: 1250px){
    .description-title--heading h2 {
        font-size: .50rem;
    }

    .description-title--heading p {
        font-size: .20rem;
    }
}


@media screen and (min-width:801px) and (max-width:1000px) {
    .description-title > img{
        right: -555px;

    }
}

@media screen and (max-width: 800px){


    .description-title--heading{
        width: 100%;
    }

    .description-title{
        margin: 60px auto 60px;
    }

	.description-title--container {
		padding: 95px 0 76px 40px;
	}

    .description-title--container__right{
        margin: 0px auto -37px 72px;
        width: 53%;
        position: relative;
        z-index: -2;
		display: none;
    }

    .description-title--heading p{
        font-size: .12rem;
    }

    .description-title--heading h2{
        font-size: .28rem;
        letter-spacing: 0.14em;
        /* z-index: 3; */
		    margin-bottom: 3px;
			padding-left: 8px;
            color: #000;
    }


    .description-title > img{
        right: 0;
        width: 66%;
        top: -49px;
    }

    .description-title--heading::before{
        left: -20px;
        right: initial;
        width: 34%;
        height: 65%;
        top: 7px;
        /* z-index: 1; */
    }

    .description-title--heading h2::before {
    	left: -11px;
    }
	

}




.plan-contents__top {
    width: 1100px;
    max-width: calc(100% - 20px);
    margin: 0 auto 145px;
}

.plan-detail__contents p {
    font-size: .16rem;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-top: 50px;
    margin-bottom: 63px;
}


.plan-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.plan-box::after{
    content: '';
    display: block;
    width: 29.8%;
  }

.plan-box a {
    width: 29.8%;
    margin-bottom: 55px;
    position: relative;
}



@media screen and (max-width:800px){
    .plan-contents__top {
    max-width: 83%;
    margin: 0 auto 83px;
}


.plan-contents .common-heading h2 {
    font-size: .40rem;
    margin-bottom: 6px;
    line-height: 1.2;
}

.plan-contents .common-heading {
    margin-bottom: 0px;
}

.plan-detail__contents p {
    margin-top: 37px;
    margin-bottom: 60px;
    line-height: 2;
}

.plan-box a {
    width: 71%;
    margin: 0 auto 27px;
}
.plan-c-soon::before {
    height: 97.7%;
}
.plan-detail__contents .plan-c-soon::before {
    height: 97.3%;
}
.plan-c-soon::after{
    font-size: .23rem;
}
}
