/* =============================================
 既存CSS調整
============================================= */
.pageTop {
	z-index: 10;
}

/* =============================================
 おか天クイズ
============================================= */

.contents{
	padding-top: 70px;
}

/*	okaten_header
------------------------------------ */
.okaten_header {
	margin: 0 auto min(8vw, 48px);
}

.okaten_header_logo {
	display: flex;
	justify-content: center;
	margin-bottom: min(4vw, 24px);
	text-align: center;
}

.okaten_header_lead {
	font-size: clamp(1.125em, 2.81vw, 1.25em);
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.okaten_header_lead span {
	display: inline-block;
}

.segment_desc {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e36f17;
	font-size: min(5vw, 2em);
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.segment_desc .img_segment_desc {
	height: 2.5em;
	margin: 0 0.5em;
	display: inline-block;
}


/*	okaten-present
------------------------------------ */
.okaten-present {
	padding: 5px;
	/* margin: min(8vw, 48px) auto; */
	background: linear-gradient(146deg, #FF7C94 20.41%, #FFD28B 82.88%);
	border-radius: 5px;
}

.okaten-present__inner {
	padding: min(5vw, 30px) min(6vw, 36px) min(6vw, 36px);
	background: url(../img/bg_gradient.webp) center center;
	background-size: cover;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.okaten-present__title {
	margin-bottom: min(6vw, 36px);
	position: relative;
	z-index: 1;
	color: #ff667a;
	font-size: clamp(1.75em, 4.37vw, 2.25em);
	font-weight: bold;
	text-align: center;
}

.okaten-present__title::before {
	content: "";
    width: 13em;
    height: 13em;
	background: url(../img/okaten_quiz/bg_cloud.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	z-index: -1;
}

.okaten-present__title span {
	font-size: 1.25em;
	margin-right: 0.05em;
	position: relative;
	top: 0.05em;
}

.okaten-present__list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: min(6vw, 36px) 3%;
	position: relative;
	z-index: 1;
}

.okaten-present__item {
	width: 90%;
	max-width: 400px;
	background: #fff;
	box-shadow: 0 0 0 2px #fff100, 0 0 0 4px #ec9b00;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.okaten-present__item::before {
	content: "";
	width: 20%;
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.okaten-present__item.prize_a::before {
	background: url(../img/okaten_quiz/icon_a.png) top left no-repeat;
	background-size: contain;
}

.okaten-present__item.prize_b::before {
	background: url(../img/okaten_quiz/icon_b.png) top left no-repeat;
	background-size: contain;
}

.okaten-present__item.prize_c::before {
	background: url(../img/okaten_quiz/icon_c.png) top left no-repeat;
	background-size: contain;
}

.okaten-present__img{
	position: relative;
	text-align: center;
}

.okaten-present__img .point {
	padding: 0.3em 0.75em;
	background: #fad277;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-weight: bold;
	line-height: 1;
}

.okaten-present__txt {
	padding: 0.75em 1em;
	text-align: center;
	line-height: 1.3;
}

.okaten-present__name {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.okaten-present__name span {
	display: inline-block;
}

.okaten-present__name:last-child {
	margin-bottom: 0;
}

.okaten-present__note {
	font-size: 0.625em;
}

.okaten-present__note li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

@media print,
screen and (min-width:641px) {
	.okaten-present__item {
		width: 45%;
	}
}

@media print,
screen and (min-width:1001px) {
	.okaten-present__item {
		width: 30%;
	}
}



/*	okaten__section
------------------------------------ */
.okaten__section {
	line-height: 1.5;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 64px;
}

.okaten__section+.okaten__section {
	margin-top: min(8vw, 48px);
}

.okaten__section p{
	font-size: var(--fz16);
	line-height: 1.7;
}

.okaten__section p + p ,
.okaten__section p + .wrap_list {
	margin-top: 1em;
}

.okaten__section h2 {
    padding: 0.5em 0.75em;
	margin: 2em 0 0.75em;
	background: linear-gradient(90deg, #F49848 0%, #E95CBA 100%);
    border-radius: 8px;
	color: #fff;
    font-size: var(--fz24);
    font-weight: 700;
	text-shadow: 0 0 10px rgba(67, 25, 33, 0.40);

}
.okaten__section h2:first-child{
	margin-top: 0;
}

.okaten__section h3 {
	padding: 0 0.25em 0.5em 0;
	margin: 2em 0 0.75em;
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: var(--fz20);
	color: var(--H3_color);
}
.okaten__section h3:first-child{
	margin-top: 0;
}

.okaten__section h3::before {
	content: "";
	width: 100%;
	height: 3px;
	/* background: linear-gradient(90deg, #fa64a7, #ff6a4c); */
	background: linear-gradient(90deg, #FFC28D 0%, #FF8ED9 100%);
	border-radius: 10em;
	position: absolute;
	left: 0;
	bottom: 0;
}

.okaten__section h3 .eng {
	margin-right: 0.1em;
	position: relative;
	top: 0.05em;
	font-size: 1.2em;
}
.okaten__section.grid_btn {
	display: flex;
	gap: min(3vw, 18px) 5%;
	flex-direction: column;
}

.wrap_list{
	margin-bottom: 1em;
}
.wrap_list ul + ul,
ul.wrap_list + ul.wrap_list{
	margin-top: 1em;
}
.wrap_list ul ul,
ul.wrap_list ul{
	margin-top: 0.25em;
	font-size: 0.875em;
}
.wrap_list li{
	font-size: var(--fz14);
	color: var(--honbun_color);
	font-weight: 500;
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-indent: -1em;
	line-height: 1.5;
}
.wrap_list li:last-child{
	margin-bottom: 0;
}
.material-icons{
	position: relative;
	top: 0.25em;
	font-size: 1.25em;
	text-indent: 0;
}
@media print, screen and (min-width:640px) {
	.ttl_tw_campaign{
		margin-bottom: 50px;
		margin-top: 10px;
		font-size: 2.5em;
	}
	.tw_campaign{
		padding: 1.5em;
	}
	.wrap_catch{
		font-size: 1.25rem;
	}
}

@media print,
screen and (min-width:1001px) {
	.okaten__section.grid_btn{
		flex-direction: inherit;
		justify-content: space-between;
	}
}

/*	btn
------------------------------------ */
.btn_primary {
	width: 100%;
	max-width: 560px;
	padding: 1em 1.25em 1em 0.5em;
    margin: min(5vw, 30px) auto;
	background: linear-gradient(91deg, #EE713B 12.52%, #F6394C 86.33%);
	border-radius: 3em;
	display: block;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	/* font-size: clamp(1.25em, 3.12vw, 1.5em); */
	font-size: min(5vw, 1.75em);
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	transition: .3s;
}
.btn_primary::after {
	content: "";
	width: 0.75em;
	height: 0.75em;
	background: url(../img/ico_arrow.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	image-rendering: -webkit-optimize-contrast;
}
.btn_primary.btn_pnk {
	background: #ff4d9a;
}

.btn_primary.no_link {
	padding: 0.75em 0.5em 0.75em 0.5em;
	background: #ccc;
	box-shadow: none;
	pointer-events: none;
	color: #333;
}
.btn_primary.no_link::after {
	content: none;
}
.btn_primary .eng {
	font-size: 1.25em;
	position: relative;
	top: 0.05em;
}
.btn_primary span {
	display: inline-block;
}
@media (hover: hover) {
	.btn_primary:hover {
		transform: scale(1.05) translate3d(0, 0, 0);
	}
}

.okaten__section.grid_btn .btn_primary{
	width: 100%;
	padding: 0.75em 1.25em 0.75em 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: inherit;
}

/* present_box
---------------------------------------- */
.present_box {
	padding: min(3vw, 18px);
	margin: 20px 0;
	background: #fff;
	word-break: break-all;
	position: relative;
	border-radius: 5px;
	z-index: 1;
}

.present_box:first-child {
	margin-top: 0;
}

.present_box:last-child {
	margin-bottom: 0;
}

.present_box dt {
	width: 100%;
	min-width: 7em;
	min-height: 2em;
	padding: 0.5em;
	background: #ff4d9a;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
}

.present_box dt span {
	position: relative;
	z-index: 1;
}

.present_box dd {
	padding: 0.75em 0.5em;
	/*	font-weight: bold;*/
	line-height: 1.5;
}

.present_box dd p {
	display: inline-block;
	letter-spacing: 0;
}

.present_box dd p:last-child::after,
.present_box dd p:last-of-type::after {
	content: none;
}

.present_box dd p:last-child {
	margin-right: 0;
}

.present_box dd span {
	font-weight: normal;
}

.oa_coming {
	padding: 0.5em 0;
	font-size: 1.5rem;
	text-align: center;
}

.present_box .note {
	font-size: 0.875em;
}


@media print,
screen and (max-width:640px) {
	.present_box dl:last-child dd {
		padding-bottom: 0;
	}
}

@media print,
screen and (min-width:520px) {
	.oa_coming {
		font-size: 2.5rem;
	}
}

@media print,
screen and (min-width:641px) {
	.present_box dl {
		margin: 0.75em 0;
		display: flex;
	}

	.present_box dl:first-child {
		margin-top: 0;
	}

	.present_box dl:last-child {
		margin-bottom: 0;
	}

	.present_box dl+dl {
		padding-top: 0.75em;
		border-top: 2px dotted #999;
	}

	.present_box dt {
		width: 22%;
		font-size: 1em;
	}

	.present_box dd {
		padding: 0.5em 0 0.5em 0.75em;
		font-size: 1em;
	}
}