:root {
  --model-main-color: #daaa7f;
}

body {
	color:#ffffff;
}

/*====== SECTION CONTENT ====== */
.section .content-top {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	vertical-align:middle;
	padding-bottom:2vh;
}

.content-top-masc {
	border-radius:35px;
}

.section .content-top .logo-img {
	display:block;
	max-width:10vw;
	margin:0 auto;
}

.section .content-top h1 {
	font-weight: 500;
	font-size: 36px;
	text-align:center;
	margin-top:2vh;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.section .content-top .stmp {
	width:120px;
	top:50%;
	bottom:auto;
	translate:0 -50%;
}

.section .content-top .top-content {
	width: calc(100% - (7vw * 2));
    margin: 0 auto;
    text-align: right;
}

.section .content-top .section_ttl {
	margin-top:5vh;
	background:#000000;
	border:1px solid #ffffff;
	color:var(--model-main-color);
	font-weight:400;
	font-size:36px;
}

.section .content-top .bot-content {
	padding:0 2vw;
}
.section .content-top .bot-content .bot-text1 {
	display:block;
	color:var(--model-main-color);
	font-size:46px;
	line-height:1;
	font-weight:500;
}
.section .content-top .bot-content .bot-text2 {
	display:block;
	color:#ffffff;
	font-size:34px;
	line-height:1;
	font-weight:400;
}
.section .content-top .bot-content .bot-text3 {
	display:block;
	width:100%;
	margin-top:2vh;
	text-align:left;
	padding-left:1vw;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
}

.section .content-float {
	max-width:50%;
	bottom: -50px;
}

@media (max-width: 1024px) {
	.section .content-top {
		padding-bottom:1vh;
	}
	.section .content-top .bot-content .bot-text1 {
		font-size:42px;
	}
	.section .content-top .bot-content .bot-text2 {
		font-size:5.5vw;
		margin-bottom:1vh;
	}
	.section .content-top .bot-content .bot-text3 {
		font-size:10px;
		line-height:1;
		padding:0 3vw;
		margin-top:0;
		text-align:right;
	}
}

@media (max-width: 1024px) {
	.section .content-top .stmp {
		width:80px;
		top:16vh;
	}
}



/*====== CUSTOM ======*/
.section.sec1 {
	height:97vh;
}
.section.sec1 .content-top {
	background-image:url("../assets/img/plugin/pageBG.jpg");
	background-position: center;
	border-radius:35px;
	padding-top:3vh;
}

@media (max-width: 1024px) {
	.section.sec1 {
        height: 60vh;
        min-height: unset;
    }
	.section.sec1 .content-top {
		height:60vh;
		background-image: url('../assets/img/plugin/pageBG.jpg');
		background-size: auto calc(100% + 20px);
	}
}

.section.sec4:after {
	background:#cfcecd;
}


/*======= PRICE ========*/
.section .price_wrap {
	position:relative;
}

.section .price-txt {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    margin-top: -3px;
    padding: 0 3px;
    align-self: center;
    width: fit-content;
	font-size: 17px;
    font-weight: 500;
    line-height: 1;
    z-index: 1;
    background: #ffffff;
}

.section .price {
	margin-right:3px;
	font-weight:900;
	color:#3b3b3b;
	font-size:92px;
	padding:2vh 0;
}

.section .price-cur {
    font-size: 24px;
}

.section .price .small {
	font-size:40%;
}

/*===== sub-price =====*/
.sub-price {
	display: block;
    background: #000000;
    color: #ffffff;
    border-radius: 100vh;
    padding: 2px 15px;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1024px) {
	.sub-price {
		font-size:16px;
	}
	.section .price-cur {
		font-size: 18px;
		line-height: 2.5;
	}
}

/*===== PLUSIM =====*/
.plusim {
	display: flex;
    border: 1px solid #4762a2;
    border-radius: 4px;
    padding: 10px;
    gap: 5px;
    line-height: 1;
    font-size: 18px;
}
.plusim .plusim-data {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
}
.plusim .plusim-data.ver {
	flex-direction:row;
	gap:4px;
}
.plusim .sep {
	position:relative;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.plusim .sep:before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:1px;
	background:#000000;
	z-index:0;
}
.plusim .sep i {
	font-size: 14px;
    font-style: normal;
    font-weight: 300;
    background: #ffffff;
	z-index:1;
}

.note {
	font-size:14px;
}


/*====== SECTION CONTENT ====== */
.section .content-mid {
	color:#000000;
	flex-direction:column;
	align-items:center;
	gap:1vh;
	margin:5vh auto 5vh 0
}

.slider-section:before {
	border-radius:15px;
}


/*=============================//
//===== SLIDER SECTION ========//
//=============================*/
.slider-section {
	margin-top:auto;
}


/*=============================//
//======= CARD SECTION ========//
//=============================*/
.cardSection {
	flex-direction:row;
	height: auto;
	color: #000000;
	min-height:45vh;
}

.cardSection .textDiv {
	width:40%;
	background:var(--model-main-color);
	border-radius: 0 15px 15px 0;
}

.cardSection .textDiv p {
	padding:5vh;
	font-size:18px;
	padding-top:2.5vh;
	padding-bottom:
}

.cardSection .imgDiv {
	width:60%;
	background-size:cover;
	background-position:center;
	border-radius:15px 0 0 15px;
	display:flex;
	align-items:flex-end;
}

.cardSection.card1 .imgDiv {
	background-image:url("../assets/img/plugin/plugin_pic1.png");
	background-position:bottom 30px center;
}
.cardSection.card2 .imgDiv {
	background-image:url("../assets/img/plugin/plugin_pic2.png");
}
.cardSection.card3 .imgDiv {
	background-image:url("../assets/img/plugin/plugin_pic3.png");
}
.cardSection.card4 .imgDiv {
	background-image:url("../assets/img/plugin/plugin_pic4.png");
}
.cardSection.card5 .imgDiv {
	background-image:url("../assets/img/plugin/plugin_pic5.png");
}
.cardSection.card6 .imgDiv {
	background-image:url("../assets/img/plugin/plugin_pic6.png");
}

.cardSection .listItems {
	display: flex;
    justify-content: space-evenly;
    color: #000000;
    width: 100%;
    padding: 2vh;
    margin: 0 auto;
    background: #cfcecd;
}
.cardSection .listItems .itemData {
	border-right:2px solid #000000;
	padding:0 5px;
	width:100%;
}
.cardSection .listItems .itemData .line1 {
	display:block;
	font-size:28px;
	line-height:1;
}
.cardSection .listItems .itemData .line2 {
	display:block;
	font-size:12px;
	white-space:nowrap;
}
@media (max-width: 1024px) {
	.cardSection .listItems .itemData .line2 {
		white-space:normal;
	}
}


/*===================//
//===== FORM ========//
//===================*/
#formTop {
	background-image:url('../assets/img/plugin/formBG.jpg');
	color:#ffffff;
}
#formTop .form_top {
	border-bottom: 1px solid #ffffff;
}

#formTop #submit {
	background:var(--model-main-color);
	color:#000000;
}

.select-selected:before {
	background:#ffffff;
}
.select-selected:after {
	border-color: #000000 transparent transparent transparent;
}

@media (max-width: 1024px) {
	.container .content {
		gap:3vh;
	}
	.section .content-top .logo-img {
		max-width:30vw;
	}
	.section.sec1 .content-top {
		padding-top:1vh;
	}
	.section .content-top h1 {
		font-size: 24px;
		margin-top:1vh;
	}
    .section .content-mid {
        margin: 5vh 0 0 0;
    }
	.section .price_wrap {
		margin-right: auto;
	}
	.section .price-txt {
		top: 0;
		margin-top: 0;
		translate: 0 -20%;
		margin-right: 0;
	}
	.section .price {
		letter-spacing: -2.5px;
		font-size:36px;
	}
	.plusim {
		width: 80%;
        margin-right: auto;
        justify-content: center;
        font-size: 16px;
        padding: 5px;
	}
	.section .content-float {
		max-width: 62%;
		right:0;
		bottom: -10px;
	}

	.cardSection {
		flex-direction: column;
		min-height: auto;
	}
	.cardSection .textDiv {
		width: 100%;
		border-radius: 0 0 15px 15px;
		order: 1;
	}
	.section .content-top .section_ttl {
		margin-top: 5vw;
		margin-right: -2vw;
		font-size:26px;
	}
	.cardSection .textDiv p {
		padding:5vw;
	}
	.cardSection .imgDiv {
		width: 100%;
		border-radius: 15px 15px 0 0;
		min-height: 30vh;
	}
	.cardSection .listItems {
		padding:1vw;
	}
	.cardSection .listItems .itemData .line1 {
		font-size:18px;
	}
	.cardSection .listItems .itemData .line2 {
		font-size:12px;
		line-height:1;
	}
}



/*===== summer 08 2025 =====
.days2025-img {
	max-width: 320px;
}

.section .content-top .stmp {
	translate: -50% -50%;
    right: 400px;
}

.summer25 {
	display:block;
}

#formTop.summer0825 .form_top {
	width:70%;
	padding-bottom:0;
}

@media (max-width: 1024px) {
	.section .content-top .stmp {
		translate: 0;
		right: 2vw;
	}
	.days2025-img {
		max-width: 165px;
		width:80%;
	}
}*/