#pageJcustom {
	scroll-behavior: smooth;
}
#pageJcustom .purple {
	background: #a9aab9;
}
#pageJcustom .purple2 {
	background: #8c849d;
}
#pageJcustom .purple3 {
	background: #c0bac7;
}
#pageJcustom .darkblue {
	background: #4c7396;
}
#pageJcustom .darkblue2 {
	background: #304c65;
}
#pageJcustom .main_wrap {
	text-align: center;
	position: relative;
}
#pageJcustom .main_wrap .com-content {
	padding: 5% 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 750px) {
	#pageJcustom .main_wrap .com-content {
		padding: 20% 0 10%;
	}
}
#pageJcustom .main_wrap .main_ttl {
	font-size: 26px;
	color: #241a16;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	#pageJcustom .main_wrap .main_ttl {
		font-size: clamp(10px, 4.799999988vw, 26px);
	}
}
#pageJcustom .main_wrap .main_lead {
	font-size: 90px;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	#pageJcustom .main_wrap .main_lead {
		font-size: clamp(10px, 13.3333333vw, 90px);
	}
}
#pageJcustom .main_wrap .main_sub {
	font-size: 15px;
	font-weight: 700;
	line-height: 2.3;
	color: #5b5a5c;
}
@media screen and (max-width: 750px) {
	#pageJcustom .main_wrap .main_sub {
		font-size: clamp(10px, 2.66666666vw, 15px);
		letter-spacing: 0.05em;
	}
}
#pageJcustom .main_wrap .decor {
	position: absolute;
}
#pageJcustom .main_wrap .decor .decor_shape {
	width: 100%;
	height: 100%;
	will-change: clip-path;
	-webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
	transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
	-webkit-transition-duration: 600ms;
	transition-duration: 600ms;
}
#pageJcustom .main_wrap .decor_wrap-1 {
	width: 30%;
	height: 57%;
	top: 0;
	left: 0;
	-webkit-filter: drop-shadow(7px 2px 4px rgba(35, 24, 21, 0.45));
	filter: drop-shadow(7px 2px 4px rgba(35, 24, 21, 0.45));
}
@media screen and (max-width: 750px) {
	#pageJcustom .main_wrap .decor_wrap-1 {
		width: 41%;
		height: 30%;
		-webkit-filter: drop-shadow(3px 1px 2px rgba(35, 24, 21, 0.45));
		filter: drop-shadow(3px 1px 2px rgba(35, 24, 21, 0.45));
	}
}
#pageJcustom .main_wrap .decor_wrap-1 .decor_shape {
	background: #e9e8e7;
	clip-path: polygon(0 0, 0 100%, 0 0);
}
#pageJcustom .main_wrap .decor_wrap-2 {
	width: 25%;
	height: 60%;
	top: 0;
	left: 0;
	-webkit-filter: drop-shadow(7px -3px 3px rgba(35, 24, 21, 0.45));
	filter: drop-shadow(7px -3px 3px rgba(35, 24, 21, 0.45));
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
@media screen and (max-width: 750px) {
	#pageJcustom .main_wrap .decor_wrap-2 {
		width: 31.2%;
		height: 34.6%;
		-webkit-filter: drop-shadow(3px -1px 1px rgba(35, 24, 21, 0.45));
		filter: drop-shadow(3px -1px 1px rgba(35, 24, 21, 0.45));
	}
}
#pageJcustom .main_wrap .decor_wrap-2 .decor_shape {
	background: #a9aab9;
	clip-path: polygon(0 0, 0 100%, 0 0);
}
#pageJcustom .main_wrap.active .decor_wrap-1 .decor_shape,
#pageJcustom .main_wrap.active .decor_wrap-2 .decor_shape {
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
#pageJcustom .banner_wrap {
	overflow: visible;
}
#pageJcustom .banner_wrap .banner_box {
	max-width: 700px;
}
#pageJcustom .banner_wrap .banner_box a {
	display: block;
	-webkit-filter: drop-shadow(3px 5px 2px rgba(10, 1, 3, 0.45));
	filter: drop-shadow(3px 5px 2px rgba(10, 1, 3, 0.45));
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media screen and (max-width: 750px) {
	#pageJcustom .banner_wrap .banner_box a {
		-webkit-filter: drop-shadow(2px 3px 1px rgba(10, 1, 3, 0.45));
		filter: drop-shadow(2px 3px 1px rgba(10, 1, 3, 0.45));
	}
}
#pageJcustom .banner_wrap .banner_box a:hover {
	opacity: 0.7;
}
#pageJcustom .banner_wrap .banner_box a.cumtom {
	position: relative;
}
#pageJcustom .banner_wrap .banner_box a.cumtom .icon {
	position: absolute;
	width: 9.3%;
	right: -10px;
	top: -10px;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(10, 1, 3, 0.45));
	filter: drop-shadow(2px 2px 2px rgba(10, 1, 3, 0.45));
}
@media screen and (max-width: 750px) {
	#pageJcustom .banner_wrap .banner_box a.cumtom .icon {
		width: 11%;
		-webkit-filter: drop-shadow(1px 1px 1px rgba(10, 1, 3, 0.45));
		filter: drop-shadow(1px 1px 1px rgba(10, 1, 3, 0.45));
	}
}
#pageJcustom .tab_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	max-width: 1000px;
	padding: 100px 0 0;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#pageJcustom .tab_nav {
		padding: 70px 0 0;
	}
}
#pageJcustom .tab_nav .tab_link {
	width: 28%;
	text-align: center;
	border-top-right-radius: 24px;
	color: #fff;
	font-size: 20px;
	padding: 0.8em 0 0.6em;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	#pageJcustom .tab_nav .tab_link {
		font-size: clamp(10px, 3.99999999vw, 20px);
		border-top-right-radius: 12px;
	}
}
#pageJcustom .tab_nav .tab_link::before {
	width: 8%;
	height: 100%;
	background: inherit;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	-webkit-transform: translateX(calc(-100% + 1px));
	transform: translateX(calc(-100% + 1px));
}
#pageJcustom .tab_nav .tab_link.active {
	z-index: 1;
	opacity: 1;
}
#pageJcustom .tab_nav .tab_link.active::before {
	width: 4%;
}
#pageJcustom .tab_content {
	padding-bottom: 10%;
}
@media screen and (max-width: 750px) {
	#pageJcustom .tab_content {
		padding-bottom: 16%;
	}
}
#pageJcustom .product_nav1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_nav1 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#pageJcustom .product_nav1 .js_tab-link {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 1px solid currentColor;
	text-align: center;
	color: #fff;
	border-bottom-right-radius: 12px;
	font-size: 18px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 0.8em 0;
	position: relative;
	letter-spacing: 0;
}
#pageJcustom .product_nav1 .js_tab-link::after {
	position: absolute;
	width: 7px;
	height: 6px;
	content: '';
	background: #fff;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	top: 54%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_nav1 .js_tab-link {
		font-size: clamp(10px, 3.733333324vw, 18px);
		width: 30%;
	}
}
#pageJcustom .product_nav1 .js_tab-link:hover,
#pageJcustom .product_nav1 .js_tab-link.active {
	background: rgba(255, 255, 255, 0.2);
}
#pageJcustom .product .btn_customvote {
	display: block;
	width: 100%;
	max-width: 350px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin: 50px auto 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}
#pageJcustom .product .btn_customvote::after {
	position: absolute;
	width: 19px;
	height: 19px;
	content: '';
	background: url(../img/custom/common_play.svg) center/cover no-repeat;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pageJcustom .product .btn_customvote:hover {
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product .btn_customvote {
		font-size: clamp(10px, 4.266666656vw, 22px);
		margin: 10px auto 30px;
	}
}
#pageJcustom .product_ttl {
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin: 40px 0 20px;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_ttl {
		font-size: clamp(10px, 4.799999988vw, 26px);
	}
}
#pageJcustom .product_contentname {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_contentname {
		font-size: clamp(10px, 3.733333324vw, 18px);
	}
}
#pageJcustom .product_contentname + .product_content {
	margin-top: 20px;
}
#pageJcustom .product_content {
	background: #f2f1e6;
	padding: 0 0 30px;
}
#pageJcustom .product_content-head {
	padding-top: 30px;
	max-width: 92%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content-head {
		padding-top: 10px;
	}
}
#pageJcustom .product_content-head .float_nav .js_tab-link {
	color: #231f20;
	font-size: 15px;
	position: absolute;
	top: 18%;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content-head .float_nav .js_tab-link {
		top: 14%;
		font-size: clamp(10px, 2.66666666vw, 15px);
	}
}
#pageJcustom .product_content-head .float_nav .js_tab-link::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
}
#pageJcustom .product_content-head .float_nav .js_tab-link:first-child {
	padding-left: 15px;
	left: 0;
}
#pageJcustom .product_content-head .float_nav .js_tab-link:first-child::before {
	left: 0;
	content: url(../img/custom/prev_play.svg);
}
#pageJcustom .product_content-head .float_nav .js_tab-link:last-child {
	padding-right: 15px;
	right: 0;
}
#pageJcustom .product_content-head .float_nav .js_tab-link:last-child::before {
	right: 0;
	content: url(../img/custom/next_play.svg);
}
#pageJcustom .product_content-head.withtypenav .float_nav .js_tab-link {
	top: 48%;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content-head.withtypenav .float_nav .js_tab-link {
		top: 29%;
	}
}
#pageJcustom .product_content-ttl {
	text-align: center;
	color: #414042;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content-ttl {
		font-size: clamp(10px, 4.533333322vw, 24px);
	}
}
#pageJcustom .product_content-ttl + .product_content-sub {
	margin-top: 6.15em;
}
#pageJcustom .product_content-sub {
	font-weight: 700;
	font-size: 15px;
	color: #5b5a5c;
	text-align: center;
	font-weight: 700;
	line-height: 1.7;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content-sub {
		font-size: clamp(10px, 2.66666666vw, 15px);
	}
}
#pageJcustom .product_content .type_nav {
	width: 58%;
	max-width: 500px;
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content .type_nav {
		margin: 9vw auto 5.25vw;
	}
}
#pageJcustom .product_content .type_nav .js_tab-link {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0.5em 0;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_content .type_nav .js_tab-link {
		font-size: clamp(10px, 2.933333326vw, 16px);
	}
}
#pageJcustom .product_content + .product_contentname {
	margin-top: 2em;
}
#pageJcustom .product_banner {
	margin: 30px 0;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_banner {
		margin: 3vw 0;
	}
}
#pageJcustom .product .flexsys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product .flexsys {
		-webkit-column-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px;
	}
}
#pageJcustom .product .flexsys > * {
	width: calc(25% - 16px);
}
@media screen and (max-width: 750px) {
	#pageJcustom .product .flexsys > * {
		width: calc(33.3333333333% - 5.3333333333px);
	}
}
#pageJcustom .product .flexsys .w100 {
	width: 100%;
}
#pageJcustom .product .flexsys .w90 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#pageJcustom .product .flexsys .w60 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#pageJcustom .product_list {
	padding: 20px;
	width: 90%;
	margin: 0 auto;
	row-gap: 40px;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_list {
		row-gap: 25px;
		padding: 8px;
	}
}
#pageJcustom .product_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#pageJcustom .product_label {
	color: #fff;
	background: #58595b;
	text-align: center;
	font-size: 15px;
	padding: 0.5em 0;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_label {
		font-size: 2.133333328vw;
	}
}
#pageJcustom .product_detail {
	color: #231f20;
	font-size: 12px;
	line-height: 1.8333333333;
	margin: 0.8em 0;
	letter-spacing: 0;
}
#pageJcustom .product_detail.lh13 {
	line-height: 1.3333;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_detail {
		font-size: 1.866666662vw;
	}
}
#pageJcustom .product_detail .ls_014 {
	letter-spacing: -0.14em;
}
#pageJcustom .product_price {
	color: #231f20;
	font-size: 17px;
	margin-top: auto;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_price {
		font-size: 2.66666666vw;
	}
}
#pageJcustom .product_price.right {
	text-align: right;
}
#pageJcustom .product.purple .product_content .type_nav .js_tab-link {
	background: #c0bac7;
}
#pageJcustom .product.purple .product_content .type_nav .js_tab-link.active,
#pageJcustom .product.purple .product_content .type_nav .js_tab-link:hover {
	background: #8c849d;
}
#pageJcustom .product.darkblue .product_content-head .float_nav .js_tab-link::before {
	-webkit-filter: invert(45%) sepia(46%) saturate(416%) hue-rotate(166deg) brightness(85%)
		contrast(90%);
	filter: invert(45%) sepia(46%) saturate(416%) hue-rotate(166deg) brightness(85%) contrast(90%);
}
#pageJcustom .floatBtns {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
#pageJcustom .floatBtns .com-content {
	-webkit-filter: drop-shadow(4px 4px 1px rgba(35, 31, 32, 0.45));
	filter: drop-shadow(4px 4px 1px rgba(35, 31, 32, 0.45));
	padding-bottom: 30px;
}
#pageJcustom .floatBtns .com-content .js_tab-link {
	margin-left: auto;
	width: 76px;
	height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.05em;
	font-weight: 500;
	border-radius: 50%;
}
#pageJcustom .floatBtns .com-content .js_tab-link:first-child {
	margin-bottom: -10px;
	position: relative;
	z-index: 1;
}
#pageJcustom .outtro_wrap {
	margin-top: 5rem;
}
#pageJcustom .outtro_wrap .outtro_request {
	border: none;
}
#pageJcustomVote main {
	margin-top: 20rem;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote main {
		margin-top: 13rem;
	}
}
#pageJcustomVote button.newiine_btn {
	border: none;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: #fdf2f4;
	min-width: 45px;
	min-height: 45px;
	padding: 0;
	aspect-ratio: 1/1;
	margin: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 0.2rem;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote button.newiine_btn {
		min-width: 5.5rem;
		min-height: 5.5rem;
	}
}
#pageJcustomVote button.newiine_btn svg {
	width: 12px;
	margin-right: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote button.newiine_btn svg {
		width: 1.6rem;
	}
}
#pageJcustomVote button.newiine_btn .newiine_count {
	font-size: 15px;
	color: #ed7b90;
	line-height: 0.7;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote button.newiine_btn .newiine_count {
		font-size: 2rem;
	}
}
#pageJcustomVote button.newiine_btn:disabled {
	cursor: initial;
	background: #f4f4f4;
}
#pageJcustomVote button.newiine_btn:disabled svg path {
	fill: #8e8e8e !important;
}
#pageJcustomVote button.newiine_btn:disabled .newiine_count {
	color: #8e8e8e;
}
#pageJcustomVote .intro_wrap .intro_lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}
#pageJcustomVote .intro_wrap .intro_lead .t1 {
	font-size: 2rem;
	line-height: 1.9210526316;
	letter-spacing: 0;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .intro_wrap .intro_lead .t1 {
		font-size: 3rem;
	}
}
#pageJcustomVote .intro_wrap .intro_lead .t2 {
	font-size: 3.8rem;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .intro_wrap .intro_lead .t2 {
		font-size: 4.8rem;
	}
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .intro_wrap .intro_lead {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		margin: 0 -3.5rem;
	}
}
#pageJcustomVote .intro_wrap .intro_lead-1 {
	background: #348184;
	padding: 0.5rem 0;
}
#pageJcustomVote .intro_wrap .intro_lead-1 p {
	color: #fff;
}
#pageJcustomVote .intro_wrap .intro_lead-1 .letvote {
	width: 5.6rem;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .intro_wrap .intro_lead-1 .letvote {
		width: 6.6rem;
	}
}
#pageJcustomVote .intro_wrap .intro_lead-2 {
	padding: 1.5rem 0;
}
#pageJcustomVote .intro_wrap .intro_lead-2 .t2 {
	color: #348184;
}
#pageJcustomVote .intro_wrap .intro_lead-3 {
	background: #b5b5b6;
	padding: 1rem 0;
}
#pageJcustomVote .intro_wrap .intro_lead-3 .t1 {
	color: #fff;
}
#pageJcustomVote .intro_wrap .intro_sub {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2.3;
	color: #595857;
	margin-top: 2em;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .intro_wrap .intro_sub {
		font-size: 2rem;
	}
}
#pageJcustomVote .iine_wrap {
	margin-top: 8rem;
}
#pageJcustomVote .iine_wrap .iine_lead {
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 1.5rem 0;
	font-weight: 700;
	margin-bottom: 4rem;
}
#pageJcustomVote .iine_wrap .iine_lead.style {
	background: #90859e;
}
#pageJcustomVote .iine_wrap .iine_lead.concept {
	background: #426e94;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .iine_wrap .iine_lead {
		font-size: 3.5rem;
	}
}
#pageJcustomVote .iine_wrap .btn_customvote {
	display: block;
	width: 100%;
	max-width: 350px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin: 50px auto 50px;
	font-size: 16px;
	background: #8c849d;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}
#pageJcustomVote .iine_wrap .btn_customvote::after {
	position: absolute;
	width: 19px;
	height: 19px;
	content: '';
	background: url(../img/custom/common_play.svg) center/cover no-repeat;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pageJcustomVote .iine_wrap .btn_customvote:hover {
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .iine_wrap .btn_customvote {
		font-size: clamp(10px, 4.266666656vw, 22px);
		margin: 10px auto 30px;
	}
}
#pageJcustomVote .iine_wrap .btn_customvote.btn_2 {
	background: #304c65;
}
#pageJcustomVote .iine_wrap .iine_list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 3rem;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .iine_wrap .iine_list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
#pageJcustomVote .iine_wrap .iine_item-ttl {
	color: #231815;
	font-size: 2.4rem;
	letter-spacing: 0;
	text-align: center;
	margin: 0.4em 0;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .iine_wrap .iine_item-ttl {
		font-size: 3.4rem;
	}
}
#pageJcustomVote .iine_wrap .iine_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
#pageJcustomVote .iine_wrap .iine_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#pageJcustomVote .iine_wrap .iine_btn p {
	font-size: 1.5rem;
	margin-right: 0.5rem;
	letter-spacing: 0;
}
@media screen and (max-width: 750px) {
	#pageJcustomVote .iine_wrap .iine_btn p {
		font-size: 2.4rem;
	}
}

/* MEDIUM追加 */

body {
	background: linear-gradient(0deg, rgb(0, 19, 49) 0%, rgb(0, 30, 73) 100%);
}

#pageJcustom .main_wrap * {
	color: #fff !important;
}

#pageJcustom .purple {
	background: #879396;
}

#pageJcustom .purple2 {
	background: #6a777a;
}

#pageJcustom .product.purple .product_content .type_nav .js_tab-link {
	background: #879396;
}

#pageJcustom .product.purple .product_content .type_nav .js_tab-link.active,
#pageJcustom .product.purple .product_content .type_nav .js_tab-link:hover {
	background: #6a777a;
}

#pageJcustom .product.purple .product_content .type_nav .js_tab-link {
	background: #879396;
}

#pageJcustom .darkblue {
	background: #002c3b;
}

#pageJcustom .darkblue2 {
	background: #244a57;
}

#pageJcustom .product_content {
	background: #f5f5f5;
}

#pageJcustom .product_ttl_sub {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	#pageJcustom .product_ttl_sub {
		font-size: 12px;
	}
}

/* 投票ページ */

#pageJcustomVote .com-content * {
	color: #fff !important;
}

#pageJcustomVote .intro_wrap .intro_lead-1 {
	background: #a2926a;
}

#pageJcustomVote .intro_wrap .intro_lead-3 {
	background: #a2926a;
}

#pageJcustomVote .iine_wrap .iine_lead.style {
	background: #879396;
}

#pageJcustomVote .iine_wrap .btn_customvote {
	background-color: #879396;
}

#pageJcustomVote .iine_wrap .iine_lead.concept {
	background: #304c65;
}

#pageJcustomVote .iine_wrap .btn_customvote.btn_2 {
	background: #304c65;
}

#pageJcustomVote button.newiine_btn {
	background: #f5f5f5;
}

#pageJcustomVote button.newiine_btn .newiine_count {
	color: #333 !important;
}

#pageJcustomVote .product_ttl_sub {
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 750px) {
	#pageJcustomVote .product_ttl_sub {
		font-size: 12px;
		margin-bottom: 20px;
	}
}
