@charset "utf-8";

/* base
------------------------------------------------ */
#LD_2023gift {
	font-size: 16px;
	line-height: 1.5;
}

#LD_2023gift * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word
}

#LD_2023gift img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

#LD_2023gift .pc { display: none !important; }
#LD_2023gift .sp { display: block !important; }

/* item_descript
------------------------------------------------ */
#LD_2023gift #item_descript {
	margin: 0 auto;
	width: 96%;
}

#LD_2023gift #item_descript .info,
#LD_2023gift #item_descript .howto {
	margin-bottom: 35px;
	text-align: left;
}

#LD_2023gift #item_descript h2 {
	border-bottom: 1px solid #DBDBDB;
	color: #006bae;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 1em auto;
	padding: 0 0 .75em 0;
}

#LD_2023gift #item_descript h3 {
	border-left: 3px solid #0068a6;
	color: #565656;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 0 .5em;
	margin: 0 0 .5em 0;
}

#LD_2023gift #item_descript table {
	border-collapse: collapse;
	margin: 0;
}
#LD_2023gift #item_descript table th {
	border: solid 1px #DBDBDB;
	padding: .75em;
	text-align: left;
}
#LD_2023gift #item_descript table td {
	border: solid 1px #DBDBDB;
	padding: .75em;
}
#LD_2023gift #item_descript table td[colspan="2"] {
	border: none;
	padding-left: 0;
}

#LD_2023gift #item_descript table {
	border-bottom: 1px solid #DBDBDB;
}

#LD_2023gift #item_descript table th {
	background: #e9edd2;
	border-bottom: none;
	display: block;
	width: auto;
}

#LD_2023gift #item_descript table td {
	border-bottom: none;
	display: block;
}

#LD_2023gift #item_descript .nutrition dl {
	display: table;
	width: 100%;
}

#LD_2023gift #item_descript .nutrition dl dt {
	display: table-cell;
	padding: 5px;
}

#LD_2023gift #item_descript .nutrition dl dd {
	display: table-cell;
	padding: 5px 5px 5px 15px;
	position: relative;
}

#LD_2023gift #item_descript .nutrition dl dd:before {
	content: "：";
	left: 0;
	position: absolute;
}

#LD_2023gift #item_descript .nutrition dl.bb {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

#LD_2023gift #item_descript .nutrition dl.bb dd {
	padding-bottom: 10px;
}

#LD_2023gift #item_descript .nutrition {
	border: none;
	margin: -5px;
	padding: 0;
}

#LD_2023gift #item_descript .nutrition dl dt {
	width: 40%;
}

#LD_2023gift #item_descript ul {
	list-style: none;
}

#LD_2023gift #item_descript ul li {
	margin-left: 1em;
	text-indent: -1em;
}

#LD_2023gift #item_descript ul li:before {
	content: "●";
}

#LD_2023gift #item_descript ol {
	padding-left: 30px;
}
	#LD_2023gift #item_descript ol li {
		list-style: decimal;
	}

#LD_2023gift #item_descript .outtxt {
	margin-bottom: 35px;
}

#LD_2023gift #item_descript .boxtxt {
	border: 1px solid #DBDBDB;
	margin-bottom: 0.5em;
	padding: 0.5em;
}


/* contentsArea
_____________________________________________ */

#LD_2023gift #contentsArea {
	background: url(../img/bg.png) 0 0 repeat scroll;
}

/* __________________________________________ */

#LD_2023gift .mainContent {
	margin: 0 auto 4vh auto;
	padding-bottom: 7vh;
}

#LD_2023gift .fv {
	width: 100%;
	position: relative;
}

#LD_2023gift .fv img {
	display: block;
}

#LD_2023gift .cv {
	width: 100%;
	margin: 0 auto 4vw;
	position: relative;
}

#LD_2023gift .cv > img {
	width: 100%;
}

#LD_2023gift .cv .btn {
	position: absolute;
	display: block;
	text-align: center;
	padding: 0;
}

#LD_2023gift .cv .btn > img {
	margin: 0 auto;
	width: 100%;
}

#LD_2023gift .sec {
	position: relative;
}

#LD_2023gift .sec > div.pc,
#LD_2023gift .sec > div.sp,
#LD_2023gift .cv > div.pc,
#LD_2023gift .cv > div.sp {
	position: relative;
}

#LD_2023gift .noteLink {
	position: absolute;
	bottom: 6.5vw;
	left: 0;
	color: #000;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 3vw;
}

#LD_2023gift .noteLink li {
	padding-left: 18px;
}

#LD_2023gift .noteLink li::before {
	content: '\00203b';
	margin-left: -18px;
	margin-right: 3px;
}

#LD_2023gift .noteLink li a {
	color: #0096df;
}

#LD_2023gift .vidInner {
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 0;
}

#LD_2023gift .vidInner::before {
	content: '';
	display: block;
	padding-top: calc( 100% / 16 * 9);
}

#LD_2023gift .vidInner iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#LD_2023gift .sectionInner > img {
	width: 100%;
}

#LD_2023gift .fv .bottle {
	bottom: 0;
}

#LD_2023gift .cv .btn {
	width: 88%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#LD_2023gift .cv .btn:nth-of-type(1) {
	position: absolute;
	top: 54.5vw;
}

#LD_2023gift .cv .btn:nth-of-type(2) {
	position: absolute;
	top: 109vw;
}

#LD_2023gift #sec02 {
	margin: 0 0 4vw;
}

#LD_2023gift .vidInner {
	width: 88.5%;
	top: 44.5%;
}

#LD_2023gift .noteLink {
	font-size: 2.1vw;
}

.id-supsub--baseline {
	vertical-align: baseline;
}
.id-supsub {
	top: auto;
	bottom: auto;
	font-size: 0.75em;
}