:root {
	--content_width: 100vw;
}

#kakurenbocp2025 * {
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fefee4;
}

#kakurenbocp2025 img {
	max-width: 100%;
	height: auto;
}

#kakurenbocp2025 h1,
#kakurenbocp2025 h2,
#kakurenbocp2025 h3 {
	padding: 0;
	margin: 0;
}

#kakurenbocp2025 ol,
#kakurenbocp2025 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#kakurenbocp2025 .content_wrapper {
	color: #000;
}


/* kv ---------------------------- */

#kakurenbocp2025 .kv-wrapper {
	background:#9CD2EE;
	position: relative;
}

#kakurenbocp2025 .kv-wrapper::after {
    display: block;   
	content: '';
	background: url(../img/dot_pattern.png) repeat center top; 
	background-size: 57px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#kakurenbocp2025 .kv {
	position: relative;
	z-index: 2;
}

#kakurenbocp2025 .kv-image img {
	width: 100%;
}

#kakurenbocp2025 .bg-green {
	background: #A2C31E;
	margin-top: -1.4vw;
	position: relative;
	z-index: 2;
}

#kakurenbocp2025 .bg-green::after {
    display: block;   
	content: '';
	background: url(../img/dot_pattern.png) repeat center top; 
	background-size: 57px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/* howto ---------------------------- */

#kakurenbocp2025 .howto {
	padding: 0 40px 65px;
	position: relative;
	z-index: 2;
}

#kakurenbocp2025 .howto-inner {
	max-width: 960px;
	margin: 0 auto;
}

#kakurenbocp2025 .howto-block {
	background: url(../img/bg_campaign01.png) no-repeat center bottom;
	background-size: cover;
	border-radius: 20px;
	border: 4px solid #2e693a;
	position: relative;
	z-index: 4;
	top: -3.9vw;
	padding: 17px 40px 52px;
	margin-bottom: calc(-3.9vw + 63px);
}

#kakurenbocp2025 .howto-step {
	margin-bottom: 11px;
}

#kakurenbocp2025 .howto-step-image {
	text-align: left;
}

#kakurenbocp2025 .howto-step-image img {
	max-width: 100%;
}

#kakurenbocp2025 .howto-title {
	margin-bottom: 13px;
}

#kakurenbocp2025 .howto-title img {
	max-width: 100%;
}

#kakurenbocp2025 .howto-image {
	margin-bottom: 18px;
	text-align: left;
}

#kakurenbocp2025 .howto-image img {
	max-width: 100%;
}

#kakurenbocp2025 .howto-bnr {
	border-radius: 10px;
}

#kakurenbocp2025 .howto-bnr img {
	max-width: 100%;
	filter: drop-shadow(5.3px 5.3px 5.3px rgba(0, 0, 0, 0.4));
}

#kakurenbocp2025 .howto-notice {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.7;
	text-align: right;
}

#kakurenbocp2025 .howto-btn {
	display: inline-block;
	transition: all 0.3s ease-in-out !important;
	box-shadow: 4.3px 4.3px 4.3px rgba(0, 0, 0, 0.4);
	border-radius: 100px;
}

#kakurenbocp2025 .howto-btn:hover {
	transform: scale(1.05, 1.05);
}

#kakurenbocp2025 .howto-btn img {
	max-width: 100%;
}


/* term ---------------------------- */

#kakurenbocp2025 .term {
	padding: 0 40px 48px;
	position: relative;
	z-index: 2;
}

#kakurenbocp2025 .term-inner {
	max-width: 960px;
	margin: 0 auto;
}

#kakurenbocp2025 .term-block {
	border-radius: 10px;
	overflow: hidden;
}

#kakurenbocp2025 .term-head {
	background: #007D3B;
	padding: 11px 122px 1px 60px;
	position: relative;
}

#kakurenbocp2025 .term-head::before {
	display: inline-block;
	content: '';
	background: url('../img/icon_arrow01.png') no-repeat center center;
	background-size: 45px;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 71px;
	top: 50%;
	border-radius: 50%;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
	transform: translateY(-50%) scaleY(1);
	transition: all 0.3s ease-in-out;
}

#kakurenbocp2025 .term-head.is-open::before {
	transform: translateY(-50%) scaleY(-1);
	filter: drop-shadow(3px -3px 3px rgba(0, 0, 0, 0.4));
}

#kakurenbocp2025 .term-title {
	text-align: center;
}

#kakurenbocp2025 .term-title img {
	max-width: 100%;
}

#kakurenbocp2025 .term-body {
	padding: 0 40px;
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#kakurenbocp2025 .term-body.is-open {
	padding: 31px 44px 35px;
	max-height: 3000px;
}

#kakurenbocp2025 .term-body-block {
	margin-bottom: 45px;
}

#kakurenbocp2025 .term-body-block-contact {
	margin-bottom: 0;
}

#kakurenbocp2025 .term-body-title {
	font-size: 24px;
	font-weight: bold;
	color: #2e693a;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 7px;
	letter-spacing: 0.08em;
}

#kakurenbocp2025 .term-body-text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

#kakurenbocp2025 .term-body-text b {
	font-weight: 700;
}

#kakurenbocp2025 .term-body-q {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 8px;
}

#kakurenbocp2025 .term-body-a {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 38px;
}

#kakurenbocp2025 .term-body-a+.term-body-text {
	margin-top: 42px;
}

#kakurenbocp2025 .term-body-text+.term-body-text {
	margin-top: 30px;
}

#kakurenbocp2025 .term-body-text-l {
	font-size: 19px;
}

#kakurenbocp2025 .term-body-dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 24px;
}

#kakurenbocp2025 .term-body-dl-title {
	white-space: nowrap;
	/* width: 200px; */
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
}

#kakurenbocp2025 .term-body-dl-text {
	/* width: calc(100% - 220px); */
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
}

#kakurenbocp2025 .term-body-list li {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.9;
	position: relative;
}

#kakurenbocp2025 .term-body-list li::before {
	display: inline-block;
	content: '・';
	vertical-align: middle;
	width: 1em;
	line-height: 1.4;
	height: 1em;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -5px;
}

#kakurenbocp2025 .term-body-text a {
	color: #3c8cd2;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#kakurenbocp2025 .term-body-text a:hover {
	text-decoration: underline;
}

#kakurenbocp2025 .term-body-subtitle {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
	letter-spacing: 0.08em;
}

#kakurenbocp2025 .term-body-block-contact .term-body-subtitle {
	letter-spacing: 0.13em;
	margin-bottom: 8px;
}

#kakurenbocp2025 .term-block-notice {
	/* display: none; */
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.7;
	text-align: right;
}

/* #kakurenbocp2025 .term-block-notice.is-open {
	display: block;
} */

#kakurenbocp2025 .bg-orange {
	background: #EEB127;
	position: relative;
	z-index: 1;
}

#kakurenbocp2025 .bg-orange::after {
    display: block;   
	content: '';
	background: url(../img/dot_pattern.png) repeat center top; 
	background-size: 57px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* buy ---------------------------- */

#kakurenbocp2025 .buy {
	padding: 135px 40px 54px;
	position: relative;
	z-index: 2;
}

#kakurenbocp2025 .buy-inner {
	max-width: 960px;
	margin: 0 auto;
}

#kakurenbocp2025 .buy-block {
	background: #f0f7dd;
	border-radius: 21px;
	border: 4px solid #824337;
}

#kakurenbocp2025 .buy-title {
	width: calc(100% + 2px);
	position: relative;
	top: -1px;
	left: -1px;
}

#kakurenbocp2025 .buy-title::after {
    display: block;   
	content: '';
	background: url('../img/ttl_entry01_ribbon.png') no-repeat center center; 
	background-size: 100%;
	width: 740px;
	max-width: 77.73%;
	height: 127px;
	position: absolute;
	left: 50%;
	top: -73px;
	transform: translateX(-50%);
}

#kakurenbocp2025 .buy-title img {
	width: 100%;
}

#kakurenbocp2025 .buy-block-inner {
	padding: 0 50px 48px;
}

#kakurenbocp2025 .buy-block-btn-wrapper {
	margin-bottom: 45px;
}

#kakurenbocp2025 .buy-block-btn {
	display: inline-block;
	transition: all 0.3s ease-in-out !important;
    box-shadow: 4.3px 4.3px 4.3px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
}

#kakurenbocp2025 .buy-block-btn:hover {
	transform: scale(1.05, 1.05);
}

#kakurenbocp2025 .buy-block-item {
	padding: 34px 35px 40px;
	background: #fff;
	border-radius: 20px;
}

#kakurenbocp2025 .buy-block-item-title {
	margin-bottom: 27px;
}

#kakurenbocp2025 .buy-block-item-step {
	margin-bottom: 28px;
}

#kakurenbocp2025 .buy-block-item-step img {}

#kakurenbocp2025 .buy-block-item-subtitle {
	text-align: center;
	margin-bottom: 17px;
}

#kakurenbocp2025 .buy-block-item-notice-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 22px;
	gap: 10px;
}

#kakurenbocp2025 .buy-block-item-notice-list li {
	width: calc(25% - 7.5px);
}

#kakurenbocp2025 .buy-block-item-notice-message {
	margin-bottom: 12px;
}

#kakurenbocp2025 .buy-block-item-notice-text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.9;
	margin-bottom: 23px;
}

#kakurenbocp2025 .buy-block-item-image {
	padding: 0 1px;
}

#kakurenbocp2025 .buy-block-item-image+.buy-block-item-image {
	margin-top: 28px;
}

#kakurenbocp2025 .buy-block-item-image img {
	max-width: 100%;
}


/* buyterm ---------------------------- */

#kakurenbocp2025 .buyterm {
	padding: 0 40px 135px;
	position: relative;
	z-index: 2;
}

#kakurenbocp2025 .buyterm-inner {
	max-width: 960px;
	margin: 0 auto;
}

#kakurenbocp2025 .buyterm-block {
	border-radius: 10px;
	overflow: hidden;
}

#kakurenbocp2025 .buyterm-head {
	background: #824337;
	padding: 11px 124px 3px 86px;
	position: relative;
}

#kakurenbocp2025 .buyterm-head::before {
	display: inline-block;
	content: '';
	background: url('../img/icon_arrow02.png') no-repeat center center;
	background-size: 45px;
	width: 45px;
	height: 45px;
	position: absolute;
	border-radius: 50%;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
	right: 76px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

#kakurenbocp2025 .buyterm-head.is-open::before {
	transform: translateY(-50%) scaleY(-1);
	filter: drop-shadow(3px -3px 3px rgba(0, 0, 0, 0.4));
}

#kakurenbocp2025 .buyterm-title {
	text-align: center;
}

#kakurenbocp2025 .buyterm-title img {
	max-width: 100%;
}

#kakurenbocp2025 .buyterm-body {
	padding: 0 40px;
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#kakurenbocp2025 .buyterm-body.is-open {
	padding: 52px 60px 65px;
	max-height: 3000px;
}

#kakurenbocp2025 .buyterm-body-block {
	margin-bottom: 45px;
}

#kakurenbocp2025 .buyterm-body-block-contact {
	margin-bottom: 0;
}

#kakurenbocp2025 .buyterm-body-title {
	font-size: 24px;
	font-weight: bold;
	color: #74453a;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 7px;
}

#kakurenbocp2025 .buyterm-body-text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.8;
}

#kakurenbocp2025 .buyterm-body-text+.buyterm-body-text {
	margin-top: 32px;
}

#kakurenbocp2025 .buyterm-body-text b {
	font-weight: 700;
}

#kakurenbocp2025 .buyterm-body-text a {
	color: #3c8cd2;
	text-decoration: none;
	letter-spacing: 0.045em;
}

#kakurenbocp2025 .buyterm-body-text a:hover {
	text-decoration: underline;
}

#kakurenbocp2025 .buyterm-body-list li {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.9;
	position: relative;
}

#kakurenbocp2025 .buyterm-body-list li::before {
	display: inline-block;
	content: '・';
	vertical-align: middle;
	width: 1em;
	line-height: 1.4;
	height: 1em;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -5px;
}

#kakurenbocp2025 .buyterm-body-dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 20px;
}

#kakurenbocp2025 .buyterm-body-dl-title {
	white-space: nowrap;
	width: 180px;
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
}

#kakurenbocp2025 .buyterm-body-dl-text {
	width: calc(100% - 200px);
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
}

#kakurenbocp2025 .buyterm-body-q {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 8px;
}

#kakurenbocp2025 .buyterm-body-a {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 38px;
}

#kakurenbocp2025 .buyterm-body-a+.buyterm-body-text {
	margin-top: 42px;
}

#kakurenbocp2025 .buyterm-body-subtitle {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}

#kakurenbocp2025 .buyterm-body-block-contact .buyterm-body-subtitle {
	letter-spacing: 0.13em;
	margin-bottom: 8px;
}

#kakurenbocp2025 .fixed-btn {
	display: none;
}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1440px) {

	/* #kakurenbocp2025 .kv-wrapper {
		background: url(../img/bg_kv01.jpg) no-repeat center bottom;
		background-size: cover;
	}

	#kakurenbocp2025 .kv {
		position: relative;
	} */

	#kakurenbocp2025 .kv-image {
		height: 770px;
	}

	#kakurenbocp2025 .kv-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 767px) {


	/* kv ---------------------------- */

	#kakurenbocp2025 .kv-wrapper::after {
		/* background: url(../img/dot_pattern.png) repeat center top;  */
		background-size: 26px;
	}
	
	#kakurenbocp2025 .bg-green::after {
		background-size: 26px;
	}

	/* howto ---------------------------- */

	#kakurenbocp2025 .howto {
		padding: 0 10px 37px;
	}

	#kakurenbocp2025 .howto-inner {
		max-width: 960px;
		margin: 0 auto;
	}

	#kakurenbocp2025 .howto-block {
		background: url(../img/bg_campaign01_sp.png) no-repeat center bottom;
		background-size: cover;
		border-radius: 14px;
		border: 2.6px solid #2e693a;
		top: -3.5vw;
		padding: 6px 7px 12px;
		margin-bottom: calc(-3.5vw + 31px);
	}

	#kakurenbocp2025 .howto-step {
		margin-bottom: 6px;
	}

	#kakurenbocp2025 .howto-step-image {
		max-width: 86%;
		margin: 0 auto;
		text-align: center;
	}

	#kakurenbocp2025 .howto-step-image img {
		max-width: 100%;
	}

	#kakurenbocp2025 .howto-title {
		margin-bottom: 8px;
	}

	#kakurenbocp2025 .howto-title img {
		max-width: 100%;
	}

	#kakurenbocp2025 .howto-image {
		max-width: 84.5%;
		margin: 0 auto 25px;
		text-align: center;
	}

	#kakurenbocp2025 .howto-image img {
		max-width: 100%;
	}

	#kakurenbocp2025 .howto-bnr {
		max-width: 96%;
		border-radius: 10px;
		margin: 0 auto;
	}

	#kakurenbocp2025 .howto-bnr img {
		max-width: 100%;
		filter: drop-shadow(2.7px 2.7px 2.7px rgba(0, 0, 0, 0.3));
	}

	#kakurenbocp2025 .howto-notice {
		max-width: 96%;
		margin: 0 auto;
		margin-top: 8px;
		font-size: 9px;
		text-align: right;
	}

	#kakurenbocp2025 .howto-btn-wrapper {
		max-width: 88.45%;
		margin: 0 auto;
	}

	#kakurenbocp2025 .howto-btn {
		display: inline-block;
		transition: all 0.3s ease-in-out !important;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
		border-radius: 100px;
	}

	#kakurenbocp2025 .howto-btn:hover {
		transform: scale(1, 1);
	}

	#kakurenbocp2025 .howto-btn img {
		max-width: 100%;
	}


	/* term ---------------------------- */

	#kakurenbocp2025 .term {
		padding: 0 13px 25px;
	}

	#kakurenbocp2025 .term-inner {
		max-width: 960px;
		margin: 0 auto;
	}

	#kakurenbocp2025 .term-block {
		border-radius: 4px;
		overflow: hidden;
	}

	#kakurenbocp2025 .term-head {
		padding: 7px 40px 4px 14px;
		position: relative;
	}

	#kakurenbocp2025 .term-head::before {
		background-size: 22px;
		width: 22px;
		height: 22px;
		right: 13px;
	}

	#kakurenbocp2025 .term-title {
		text-align: left;
	}

	#kakurenbocp2025 .term-title img {
		max-width: 97.62%;
	}

	#kakurenbocp2025 .term-body {
		padding: 0 20px;
		background: #fff;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	#kakurenbocp2025 .term-body.is-open {
		padding: 16px 18px;
		max-height: 10000px;
	}

	#kakurenbocp2025 .term-body-block {
		margin-bottom: 17px;
	}

	#kakurenbocp2025 .term-body-block-contact {
		margin-top: 31px;
		margin-bottom: 0;
	}

	#kakurenbocp2025 .term-body-title {
		font-size: 15px;
		margin-bottom: 0;
		letter-spacing: 0;
	}

	#kakurenbocp2025 .term-body-text {
		font-size: 14px;
		line-height: 1.65;
		letter-spacing: 0;
	}

	#kakurenbocp2025 .term-body-text+.term-body-text {
		margin-top: 24px;
	}

	#kakurenbocp2025 .term-body-text-l {
		font-size: 13px;
	}

	#kakurenbocp2025 .term-body-q {
		font-size: 14px;
		line-height: 1.65;
		letter-spacing: 0.02em;
		margin-bottom: 0;
	}

	#kakurenbocp2025 .term-body-a {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 23px;
		margin-bottom: 0;
	}

	#kakurenbocp2025 .term-body-a+.term-body-text {
		margin-top: 27px;
	}

	#kakurenbocp2025 .term-body-dl {
		display: block;
		margin-top: 2px;
	}

	#kakurenbocp2025 .term-body-dl-title {
		white-space: unset;
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0.07em;
	}

	#kakurenbocp2025 .term-body-dl-text {
		width: 100%;
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: 0.07em;
	}

	#kakurenbocp2025 .term-body-list li {
		font-size: 14px;
		line-height: 1.65;
	}

	#kakurenbocp2025 .term-body-list li::before {
		width: 0.8em;
		line-height: 1.65;
		font-size: 14px;
		top: -7px;
	}

	#kakurenbocp2025 .term-body-text a {
		text-decoration: underline;
		letter-spacing: 0.1em;
	}

	#kakurenbocp2025 .term-body-text a:hover {
		text-decoration: underline;
	}

	#kakurenbocp2025 .term-body-subtitle {
		font-size: 15px;
		margin-top: 3px;
		margin-bottom: 1px;
		letter-spacing: 0.05em;
	}

	#kakurenbocp2025 .term-body-block-contact .term-body-subtitle {
		font-size: 12.5px;
		letter-spacing: 0.02em;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	#kakurenbocp2025 .term-body-block-contact .term-body-text {
		font-size: 13px;
	}

	#kakurenbocp2025 .term-block-notice {
		margin-top: 8px;
		font-size: 9px;
		text-align: center;
		letter-spacing: -0.1em;
	}

	#kakurenbocp2025 .bg-orange::after {
		background-size: 26px;
	}


	/* buy ---------------------------- */

	#kakurenbocp2025 .buy {
		padding:16.54vw 10px 12px;
	}

	#kakurenbocp2025 .buy-inner {
		max-width: 960px;
		margin: 0 auto;
	}

	#kakurenbocp2025 .buy-block {
		background: #f0f7dd;
		border-radius: 2.2vw;
		border: 2px solid #824337;
	}

	#kakurenbocp2025 .buy-title {
		width: calc(100% + 2px);
		margin-bottom: 0;
		top: -1px;
		left: -1px;
	}

	#kakurenbocp2025 .buy-title img {
		width: 100%;
	}

	#kakurenbocp2025 .buy-title::after {
		background: url('../img/ttl_entry01_ribbon_sp.png') no-repeat center center; 
		background-size: 100%;
		width: 84.4%;
		max-width: 100%;
		height: 14vw;
		top: -7vw;
	}

	#kakurenbocp2025 .buy-block-inner {
		padding: 0 15px 34px;
	}

	#kakurenbocp2025 .buy-block-btn-wrapper {
		max-width: 81%;
		margin: 0 auto 28px;
	}

	#kakurenbocp2025 .buy-block-btn {
		display: inline-block;
		transition: all 0.3s ease-in-out !important;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
		border-radius: 100px;
	}

	#kakurenbocp2025 .buy-block-btn:hover {
		transform: scale(1, 1);
	}

	#kakurenbocp2025 .buy-block-item {
		padding: 11px 9px 15px;
		background: #fff;
		border-radius: 10px;
	}

	#kakurenbocp2025 .buy-block-item-title {
		margin-bottom: 12px;
		padding: 0 12px;
	}

	#kakurenbocp2025 .buy-block-item-step {
		margin-bottom: 24px;
		padding: 0 12px;
	}

	#kakurenbocp2025 .buy-block-item-subtitle {
		text-align: center;
		max-width: 68%;
		margin: 0 auto 15px;
	}

	#kakurenbocp2025 .buy-block-item-notice-list {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 11px 20px;
		margin-bottom: 17px;
		padding: 0 12px;
	}

	#kakurenbocp2025 .buy-block-item-notice-list li {
		width: 43.2%;
	}

	#kakurenbocp2025 .buy-block-item-notice-message {
		max-width: 90%;
		margin: 0 auto 10px;
	}

	#kakurenbocp2025 .buy-block-item-notice-text {
		font-size: 14px;
		letter-spacing: -0.02em;
		line-height: 1.42;
		margin-bottom: 22px;
		padding: 0 12px;
	}

	#kakurenbocp2025 .buy-block-item-image+.buy-block-item-image {
		margin-top: 12px;
	}

	#kakurenbocp2025 .buy-block-item-image img {
		max-width: 100%;
		width: 100%;
	}


	/* buyterm ---------------------------- */

	#kakurenbocp2025 .buyterm {
		padding: 0 11px 40px;
	}

	#kakurenbocp2025 .buyterm-inner {
		max-width: 960px;
		margin: 0 auto;
	}

	#kakurenbocp2025 .buyterm-block {
		border-radius: 8px;
		overflow: hidden;
	}

	#kakurenbocp2025 .buyterm-head {
		padding: 7px 50px 4px 18px;
	}

	#kakurenbocp2025 .buyterm-head::before {
		background-size: 22px;
		width: 22px;
		height: 22px;
		right: 13px;
	}

	#kakurenbocp2025 .buyterm-title {
		text-align: center;
	}

	#kakurenbocp2025 .buyterm-title img {
		max-width: 85.6%;
	}

	#kakurenbocp2025 .buyterm-body {
		padding: 0 40px;
		background: #fff;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	#kakurenbocp2025 .buyterm-body.is-open {
		padding: 16px 18px;
		max-height: 20000px;
	}

	#kakurenbocp2025 .buyterm-body-block {
		margin-bottom: 17px;
	}

	#kakurenbocp2025 .buyterm-body-block-contact {
		margin-top: 31px;
		margin-bottom: 0;
	}

	#kakurenbocp2025 .buyterm-body-title {
		font-size: 15px;
		margin-bottom: 0;
	}

	#kakurenbocp2025 .buyterm-body-text {
		font-size: 14px;
		line-height: 1.65;
	}

	#kakurenbocp2025 .buyterm-body-text+.buyterm-body-text {
		margin-top: 24px;
	}

	#kakurenbocp2025 .buyterm-body-text-l {
		font-size: 13px;
	}

	#kakurenbocp2025 .buyterm-body-text a {
		text-decoration: underline;
		letter-spacing: 0.1em;
	}

	#kakurenbocp2025 .buyterm-body-text a:hover {
		text-decoration: underline;
	}

	#kakurenbocp2025 .buyterm-body-list li {
		font-size: 14px;
		line-height: 1.65;
	}

	#kakurenbocp2025 .buyterm-body-list li::before {
		width: 0.8em;
		line-height: 1.65;
		font-size: 14px;
		top: -7px;
	}

	#kakurenbocp2025 .buyterm-body-dl {
		display: block;
		margin-top: 2px;
	}

	#kakurenbocp2025 .buyterm-body-dl-title {
		white-space: unset;
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0.07em;
	}

	#kakurenbocp2025 .buyterm-body-dl-title:not(:first-child) {
		margin-top: 5px;
	}

	#kakurenbocp2025 .buyterm-body-dl-text {
		width: 100%;
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: 0.07em;
	}

	#kakurenbocp2025 .buyterm-body-subtitle {
		font-size: 15px;
		margin-top: 3px;
		margin-bottom: 1px;
		letter-spacing: 0.05em;
	}

	#kakurenbocp2025 .buyterm-body-a+.buyterm-body-subtitle {
		margin-top: 24px;
	}

	#kakurenbocp2025 .buyterm-body-a+.buyterm-body-text {
		margin-top: 27px;
	}

	#kakurenbocp2025 .buyterm-body-block-contact .buyterm-body-subtitle {
		font-size: 12.5px;
		letter-spacing: 0.02em;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	#kakurenbocp2025 .buyterm-body-block-contact .buyterm-body-text {
		font-size: 13px;
	}

	#kakurenbocp2025 .buyterm-body-q {
		font-size: 14px;
		line-height: 1.65;
		letter-spacing: 0.02em;
		text-align: left;
		font-weight: bold;
	}

	#kakurenbocp2025 .buyterm-body-a {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 23px;
		text-align: left;
	}

	#kakurenbocp2025 .fixed-btn {
		display: inline-block;
		position: fixed;
		top: 95vw;
		right: 1vw;
		z-index: 5;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	#kakurenbocp2025 .fixed-btn-link {
		display: block;
		width: 16vw;
		height: 16vw;
		position: relative;
	}

	#kakurenbocp2025 .fixed-btn-link img {
		width: 100%;
		filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
	}

	#kakurenbocp2025 .fixed-btn-link::after {
		display: block;   
		content: '';
		background: url('../img/icon_arrow_fixed.png') no-repeat center center; 
		background-size: 100%;
		width: 5.5vw;
		height: 5.5vw;
		position: absolute;
		left: 50%;
		bottom: -6.5vw;
		transform: translateX(-50%);
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
		transition: all 0.3s ease-in-out;
	}

	#kakurenbocp2025 .fixed-btn-link.arrow-flipped::after {
		transform: translateX(-50%) rotate(180deg);
		filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.4));
	}

}