/* CSS Document */


/*────────────────────────── プレゼント ──*/

/* Vue.js v-cloak directive - hide uncompiled templates */
[v-cloak] {
	display: none !important;
}

#present {}

#present .inner {
	width: 750px;
}

#present .selector_textarea {
	width: 100%;
	height: 5em;
}

#present .radioselector_info {
	font-size: 1em;
	word-break: break-all;
	margin-bottom: .7em;
}

#present .radioselector_info a {
	text-decoration: underline;
}

#present .radioinfo_layout1 {
	display: flex;
	flex-direction: row;
	max-width: 33em;
	font-size: .8em;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}

#present .radioinfo_layout1>span {
	align-items: center;
	width: 14em;
	display: flex;
	flex-direction: row;
	gap: .5em;
}

#present .radioinfo_layout1>span:nth-child(1) {
	justify-content: flex-end;
}

#present .radioinfo_layout2 {
	display: flex;
	flex-direction: row;
	max-width: 33em;
	font-size: .8em;
	justify-content: space-between;
	margin: 10px auto 0;
	align-items: center;
	line-height: 1.2em;
}
#present .radioinfo_layout2 > span {
	align-items: center;
	width: 14em;
	display: flex;
	flex-direction: column;
	gap: 0;
}
#present .radioinfo_layout2 > span strong {
	font-size: 120%;
	margin: 5px;
}





#presentForm table th {
	min-width: 7em;
}

#present .fv h1 {
	margin-bottom: 40px;
}

#present .fv h1 img {
	margin: auto;
}

#present .fv .mainPhoto {
	position: relative;
}

#present .fv .mainPhoto .item {
	border-radius: 10px;
	overflow: hidden;
}

#present .fv .mainPhoto .item img {
	width: 100%;
	height: auto;
}

#present .fv.fvend {
	border-radius: 0.8em;
	border: solid 2px #D9D1CD;
	padding: 2.5em;
	margin-top: 2em;
}

#present .fv.fvend .entry {
	text-align: center;
	margin: 60px 0 0px;
}

#present .fv.fvend h3 {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-bottom: 0.5em;
}

#present .fv.fvend .mainPhoto .item img {
	height: 300px;
	object-fit: cover;
}

#present .fv .mainPhoto .balloon {
	position: absolute;
	bottom: -70px;
	right: -100px;
	background: url(images/balloon.png) no-repeat center;
	width: 282px;
	height: 294px;
	text-align: center;
	color: #fff;
}

#present .fv .mainPhoto .balloon p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.8em;
}

#present .fv .mainPhoto .balloon p span {
	font-size: 300%;
	margin-top: 10px;
	display: inline-block;
	color: #AED827;
}

#present .fv .mainPhoto .balloon p img {
	margin: auto;
	display: block;
}

#present .fv .mainPhoto .period {
	font-size: 115%;
	letter-spacing: 2px;
	margin-top: 15px;
}

#present .entry {
	text-align: center;
	margin: 60px 0 80px;
	;
}

#present .entry a,
#present .entry input,
#present .entry button {
	display: block;
	margin: 15px auto 0;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 2px;
	background: url(images/entry_bg.png);
	border: 2px solid #796255;
	border-radius: 50px;
	padding: 20px 40px;
	box-shadow: 3px 3px 0;
	cursor: pointer;
}

#present .entry a:hover,
#present .entry input:hover,
#present .entry button:hover {
	color: #796255;
	background: #FDFE1F;
}

#present .info {
	margin: 100px 0;
	font-size: 115%;
	line-height: 1.8em;
}

#present .info h2 {
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 15px;
}

#present .info ul.photo {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#present .info ul.photo li {
	margin: 2px;
}

#present .info ul.photo li img {
	width: 100%;
	height: auto;
}

#present .info h3 {
	font-size: 210%;
	text-align: center;
	font-weight: 600;
	line-height: 1.4em;
	margin: 30px 0;
	position: relative;
	word-break: keep-all;
}

#present .info h3:before,
#present .info h3:after {
	content: '';
	bottom: 0;
	border-left: 2px solid #726256;
	height: 20px;
	display: inline-block;
	margin: 0 20px;
	position: absolute;
}

#present .info h3:before {
	transform: skewX(45deg);
	bottom: 10px;
	left: -20px;
}

#present .info h3:after {
	transform: skewX(-45deg);
	bottom: 10px;
	right: -20px;
}

#present .info dl {
	letter-spacing: 1px;
	margin-bottom: 30px;
}

#present .info dl dt {
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 5px;
}

#present .info dl dd {
	font-size: 94%;
	line-height: 1.5em;
	margin-left: 20px;
}


#present .shop {
	margin: 60px 0;
	background: #F8F8F7;
	padding-bottom: 20px;
}

#present .shop h2 {
	background: url(images/list_bg.png);
	padding: 15px 30px;
	font-size: 140%;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 3px;
}

#present .shop dl {
	margin: 10px 50px 30px;
	letter-spacing: 2px;
}

#present .shop dl dt {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}

#present .shop dl dd {
	font-size: 100%;
	line-height: 1.6em;
}


#presentForm {
	padding-top: 100px;
}

#presentForm h2 {
	background: url(images/entry_bg.png);
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	padding: 15px 0;
}

#presentForm .bg {
	background: #EFF7D4;
	padding: 40px;
	text-align: center;
}

#presentForm .period {
	text-align: center;
	border-bottom: 1px solid #AED827;
	display: inline-block;
	font-size: 115%;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

#presentForm .quiz {
	text-align: left;
	margin-bottom: 20px;
}

#presentForm .quiz dt {
	display: inline-block;
	width: 50px;
	vertical-align: top;
}

#presentForm .quiz dd {
	display: inline-block;
	text-align: left;
	font-size: 110%;
	margin: 5px 0;
}

#presentForm .hint {}

#presentForm .hint dt img {
	margin: 10px auto;
}

#presentForm .hint dd {
	font-size: 110%;
}

#presentForm .hint dd a {
	text-decoration: underline;
}

#presentForm table {
	border-collapse: collapse;
	width: 100%;
	font-size: 115%;
	margin: 40px 0;
}

#presentForm table th,
#presentForm table td {
	padding: 30px;
	border: 1px solid #726256;
	border-width: 1px 0;
}

#presentForm table td {
	text-align: left;
}

#presentForm table td span {
	display: block;
	font-size: 90%;
	margin-top: 5px;
}

#presentForm table td span img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}

#presentForm table td input,
#presentForm table td select {
	padding: 3px;
}

#presentForm .policy {
	text-align: left;
}

#presentForm .policy li {
	text-indent: -1em;
	padding-left: 1em;
}

#presentForm .policy a {
	text-decoration: underline;
}

#presentForm .entry {
	margin: 0;
}

#presentForm .entry a {
	margin: 0;
	padding: 10px 100px;
}

.periodexpired {
	text-align: center;
	padding: 3em 0;
	background: #eee;
	margin-top: 1em;
	font-weight: bold;
}



.history {}

.history h2 {
	background: url(images/list_bg.png);
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	padding: 15px 0;
	margin-top: 50px;
}

.history ul {
	height: 200px;
	padding: 10px;
	overflow: auto;
}

.history ul li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	background: url(/images/hdft/icon_link_arw.png) no-repeat left center;
	padding-left: 12px;
}


#present .endRcm {
	/*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	*/
	display: block;
	text-align: center;
	margin: 50px 0;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 50px 0;
}

#present .endRcm li {
	width: 150px;
	margin: 10px;
}

#present .endRcm li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin: 0 0 5px;
}

#present .endRcm_bnr h1 {
	margin-top: 2em;
	background: #FFFF00;
	border-radius: .7em;
	color: #736357;
	text-align: center;
	line-height: 1.6;
	font-size: 1.8em;
	padding: .5em .8em;
	font-weight: bold;
}

#present .endRcm_bnr ul {
	/*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	*/
	display: block;
	text-align: center;
	margin: 0;
	margin-top: 1.5em;
}

#present .endRcm_bnr li {
	text-align: center;
	margin-bottom: 1.5em;
}

#present .endRcm_bnr li p.info {
	text-align: center;
	margin-top: 0.2em;
	line-height: 1.7;
}

#present .endRcm_bnr li img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

#present .end_recommend h1 {
	margin-top: 2em;
	background: #FFFF00;
	border-radius: .7em;
	color: #736357;
	text-align: center;
	line-height: 1.6;
	font-size: 1.5em;
	padding: .5em .8em;
	font-weight: bold;
}

#present .fv.end_recommend .mainPhoto {
	width: 510px;
	margin: 0 auto;
}

#present .fv.end_recommend .entry {
	margin-bottom: 0;
}

#present .fv.end_recommend .entry a {
	display: inline-block;
}

#present .fv.end_recommend .mainPhoto .item {
	height: 350px;
	position: relative;
}

#present .fv.end_recommend .mainPhoto .item img {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

#present .fv.end_recommend .mainPhoto .balloon {
	bottom: 0;
}

#presentForm table td label {
	display: inline-block;
	margin: 2px 5px;
}

#presentForm table td label input {
	vertical-align: top;
}

#presentForm table td label:hover {
	color: #000;
}

/*以下から質問文が長い場合*/
#presentForm table.longqws th,
#presentForm table.longqws td {
	padding-top: 15px;
	border: none;
	display: block;
	text-align: center;
}

#presentForm table.longqws th {
	padding: .5em 0;
	width: 100%;
	display: block;
	border-top: 1px solid #726256;
}

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

	#present {}

	#present .inner {
		width: auto;
	}

	#present .fv .mainPhoto .balloon {
		transform: scale(.9);
		/*right: -70px;*/
		position: static;
		margin: auto;
	}

	#present .fv .mainPhoto .period {
		margin: 0;
		text-align: center;
	}

	#present .fv h1 {
		margin-bottom: 20px;
	}

	#present .entry {
		margin: 30px 0 40px;
	}

	#present .entry a {
		font-size: 110%;
		letter-spacing: 0;
		padding: 20px 20px;
	}

	#present .info ul.photo li {
		width: 49%;
		margin: 0;
	}

	#present .info h3 {
		font-size: 160%;
		word-break: break-all;
	}

	#present .shop dl {
		margin: 10px 20px;
		letter-spacing: 1px;
	}

	#present .info dl dd {
		margin-left: 0;
	}

	#present .shop {
		margin: 30px 0;
	}

	#present .shop h2 {
		margin-bottom: 20px;
	}

	#presentForm {
		padding-top: 0;
	}

	#presentForm .bg {
		padding: 40px 20px;
	}

	#presentForm .quiz dd {
		width: 80%;
	}

	#presentForm table,
	#presentForm tbody,
	#presentForm table tr,
	#presentForm table th,
	#presentForm table td {
		display: block;
	}

	#presentForm table th {
		padding: 5px;
		background: #726256;
		color: #fff;
	}

	#presentForm table td {
		padding: 10px 5px 20px;
	}

	#presentForm table td input {
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
	}

	#present .entry a {
		padding: 20px;
	}

	#present .endRcm {
		margin: 10vw 0;
		padding: 0;
		padding-bottom: 10vw;
	}

	#present .fv.end_recommend .mainPhoto {
		width: auto;
	}

	#present .fv.end_recommend .mainPhoto .item {
		height: 82vw;
		overflow: hidden;
	}

	#present .radioinfo_layout1 {
		font-size: 3.6vw;
	}

	#present .radioinfo_layout1>span {
		width: auto;
	}
}