@charset "UTF-8";
/* ******************************************************************

	--omamoleaf.css--

	1. Layout setting
	2. Content styles

****************************************************************** */

@media screen and (min-width: 950px) {
	body {
		overflow-y: hidden;
	}

	footer {
		height: auto;
	}
}

/*==================================================================
	1. Layout setting
===================================================================*/
#contents .inner01 .title_page01 h3 {
	line-height: 1.5;
	font-weight: bold;
}

.pcDisplay {
	display: block;
}

.spDisplay {
	display: none;
}

@media screen and (max-width:949px) {
	.pcDisplay {
		display: none;
	}

	.spDisplay {
		display: block;
	}
}

.inner01 {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}

.headline1 {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 13px;
	border-bottom: 1px solid #02993B;
}

.headline1 span {
	width: calc(100% - 280px);
	font-size: 2.3rem;
	font-weight: bold;
}

.headline1 a {
	display: block;
	width: 260px;
	margin-left: 20px;
	padding: 11px 10px 10px 45px;
	background: #02993B url(/products/omamoleaf/img/home/icon_list.png) no-repeat 10px 50%;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
}

.headline2 {
	margin-bottom: 30px;
	border-top: 3px solid #1594D3;
	text-align: center;
}

.headline2.color01 {
	border-color: #AB82B6;
}

.headline2 span {
	display: inline-block;
	min-width: 255px;
	margin: 0 auto;
	padding: 8px 10px 7px;
	border-radius: 0 0 5px 5px;
	background-color: #1594D3;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}

.headline2.color01 span {
	background-color: #AB82B6;
}

.headline2 span em {
	font-style: normal;
	font-size: 1.5rem;
	font-weight: bold;
}

.headline3 {
	padding: 11px 20px 11px 20px;
	background-color: #E8F4FB;
	color: #1594D3;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
}

.headline3.color01 {
	background-color: #F7F2F8;
	color: #AB82B6;
}

.headline3.arrow {
	position: relative;
	margin-bottom: 10px;
	padding: 11px 60px 11px 20px;
	cursor: pointer;
	transition: 0.3s opacity;
}

.headline3.arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	top: calc(50% - 5px);
	right: 25px;
	border-bottom: 2px solid #1594D3;
	border-right: 2px solid #1594D3;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.5s transform, 0.5s top;
}

.headline3.color01.arrow::after {
	border-bottom: 2px solid #AB82B6;
	border-right: 2px solid #AB82B6;
}

.headline3.active.arrow::after {
	transform: translateY(-50%) rotate(225deg);
	top: calc(50% + 5px);
}

.headline3 span {
	position: relative;
	top: -5px;
	display: inline-block;
	font-size: 1.2rem;
}

.headline3 img {
	display: inline-block;
	margin: 2px 0 0 5px;
	vertical-align: top;
}

.accordionBox {
	display: none;
}

@media screen and (max-width:949px) {
	.headline1.pcDisplay {
		display: none !important;
	}

	.headline2 {
		margin: 0 -15px 10px;
	}

	.headline2 span {
		min-width: 230px;
		margin: -1px auto 0;
		font-size: 1.8rem;
	}

	.headline2 span em {
		font-size: 1.3rem;
	}

	.headline3 {
		text-align: center;
	}

	.headline3.arrow {
		padding: 12px 50px 12px 50px;
		margin: 0 -15px;
	}

	.headline3.arrow.styleSp {
		padding: 26px 50px 26px 50px;
	}

	.headline3.arrow::after {
		top: auto;
		bottom: 12px;
		right: 20px;
	}

	.headline3.active.arrow::after {
		transform: translateY(0) rotate(225deg);
		top: auto;
	}
}

@media screen and (max-width: 374px) {
	.headline3.arrow {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}

/*==================================================================
	2. Content styles
===================================================================*/
#breadCrumbs {
	margin-bottom: 15px;
}

#keyv .keyvInner {
	max-width: 950px;
	margin: 0 auto;
	background-color: #FAFFDC;
}

.txtKeyv {
	padding: 0 20px 20px 20px;
	text-align: center;
}

.txtKeyv span {
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.5;
	padding-left: 14px;
	text-align: left;
}

.txtKeyv span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

.videoBlock {
	padding: 25px 10px 35px;
	background-color: #ECFFDD;
	text-align: center;
}

.videoLink {
	display: inline-block;
	transition: 0.3s opacity;
}

.videoBlock .blockInner {
	max-width: 444px;
	margin: 0 auto;
}

.videoBlock .explanationTtl {
	position: relative;
	max-width: 265px;
	margin: 0 auto 7px;
	padding: 4px 10px 2px;
	border-radius: 25px;
	background-color: #02993B;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.videoBlock .explanationTtl::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 7.5px 0 7.5px;
	border-color: #02993B transparent transparent transparent;
	transform: translateX(-50%);
	z-index: 1;
}

.videoBlock .explanationTtl::before {
	position: absolute;
	content: "";
	right: -36px;
	top: -6px;
	width: 57px;
	height: 47px;
	background: url(/products/omamoleaf/img/home/icon_video.svg) no-repeat;
}

.videoBlock .videoBox {
	position: relative;
	height: 0;
	padding-bottom: 56.3%;
	z-index: 0;
}

.videoBlock .videoBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infoBlock {
	padding: 40px 0 35px;
	max-width: 642px;
	margin: 0 auto;
}

.infoBlock .infoList {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.infoBlock .infoList li {
	width: calc((100% - 40px) / 2);
}

.infoBlock .infoList li .ttl {
	margin-bottom: 10px;
	color: #285A55;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

.infoBlock .infoList li .ttl span {
	position: relative;
	display: inline-block;
}

.infoBlock .infoList li .ttl span::before {
	position: absolute;
	content: "";
	right: -41px;
	top: -7px;
	width: 37px;
	height: 37px;
	background: url(/products/omamoleaf/img/home/icon_search.svg) no-repeat;
}

.infoBlock .infoList li .ttl01 {
	padding-left: 25px;
}

.infoBlock .infoList li .ttl01 span::before {
	position: absolute;
	content: "";
	right: -48px;
	top: -15px;
	width: 32px;
	height: 48px;
	background: url(/products/omamoleaf/img/home/icon_calculator.svg) no-repeat;
}

.infoBlock .infoList li .infoBtn a {
	display: block;
	width: 100%;
	padding: 8px 15px 7px;
	border-radius: 25px;
	background-color: #02993B;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.pointBlock {
	margin-bottom: 30px;
	padding: 30px 40px;
	border-radius: 20px;
	background-color: #FFFDEB;
}

.pointBlock .pointTtl {
	max-width: 160px;
	margin: 0 auto 25px;
	padding: 6px 10px 2px;
	border-radius: 25px;
	border: 2px solid #02993B;
	box-shadow: 2px 5px 0 rgba(189, 204, 212, 0.4);
	background-color: #FFF;
	color: #02993B;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.pointBlock .pointTxt01 {
	padding-bottom: 45px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}

.pointBlock .pointTxt02 {
	padding-bottom: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.pointBlock .pointTxt02 span {
	position: relative;
	display: inline-block;
	color: #FF3965;
}

.pointBlock .pointTxt02 span::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 3px;
	background: url(/products/omamoleaf/img/home/icon_line01.svg) repeat-x 0 0;
}

.pointBlock .pointImage01 {
	margin-bottom: 25px;
	text-align: center;
}

.pointBlock .pointImage02 {
	position: relative;
	width: 301px;
	margin: 0 auto 30px;
	text-align: center;
}

.pointBlock .pointImage02 span {
	position: absolute;
	left: 3px;
	top: -20px;
	color: #02993B;
	font-size: 1.8rem;
}

.pointBlock .pointList {
	display: flex;
	justify-content: space-between;
	max-width: 302px;
	margin: 0 auto 35px;
}

.pointBlock .pointList li {
	width: calc((100% - 34px) / 2);
}

.pointBlock .pointList li:first-child {
	position: relative;
}

.pointBlock .pointList li:first-child::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	right: -17px;
	top: 0;
	background: url(/products/omamoleaf/img/home/icon_line03.svg) repeat-y;
}

.pointBlock .pointList li .image {
	margin-bottom: 5px;
}

.pointBlock .pointList .txtQuantity {
	position: relative;
	display: flex;
	align-items: flex-end;
	color: #FF3965;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1;
}

.pointBlock .pointList .txtQuantity::after {
	position: absolute;
	content: "";
	right: 9px;
	top: -2px;
	width: 18px;
	height: 17px;
	background: url(/products/omamoleaf/img/home/icon_line02.svg) no-repeat;
}

.pointBlock .pointList .txtQuantity span {
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 7px;
	color: #000;
	font-size: 2rem;
}

.pointBlock .noteList01 {
	max-width: 606px;
	margin: 0 auto;
}

.pointBlock .noteList01 li {
	padding-left: 13px;
	text-indent: -13px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.mb30sp20 {
	margin-bottom: 30px !important;
}

.mb40sp20 {
	margin-bottom: 40px !important;
}

.mb70sp65 {
	margin-bottom: 70px !important;
}

.guaranteeBlock {
	margin-bottom: 30px;
}

.guaranteeBlock.style01 {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.guaranteeBlock .exampleTxt {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}

.guaranteeBlock .exampleTxt span {
	display: inline-block;
	margin-right: 20px;
	color: #1594D3;
	font-size: 1.2rem;
	vertical-align: middle;
}

.guaranteeBlock .exampleTxt span.color01 {
	color: #AB82B6;
}

.guaranteeBlock .blockInner {
	display: flex;
	flex-flow: wrap;
}

.guaranteeBlock .blockInner .blockImage01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 244px;
	margin: 0 13px 0 6px;
}

.guaranteeBlock .blockInner .blockImage01 img {
	text-align: center;
}

.guaranteeBlock .blockInner .imageArrow {
	display: flex;
	width: 58px;
	margin-right: 20px;
	align-items: center;
}

.guaranteeBlock .blockInner .benefitBlock {
	display: flex;
	align-items: center;
	width: 345px;
}

.guaranteeBlock .blockInner .blockTxt {
	width: 100px;
	margin-right: 26px;
	color: #5694D1;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.55;
	text-align: center;
}

.guaranteeBlock .blockInner .blockTxt.color01 {
	color: #A082B4;
}

.guaranteeBlock .blockInner .blockImage02 {
	width: 179px;
	margin-right: 40px;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage {
	position: relative;
	margin-bottom: 15px;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage span {
	position: absolute;
	content: "";
	left: 35px;
	top: 72px;
	font-size: 2.3rem;
	font-weight: bold;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage01 span {
	left: 50px;
	top: 68px;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage span em {
	display: block;
	margin-top: -10px;
	font-style: normal;
	font-size: 1.1rem;
	text-align: center;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage span em.number01 {
	display: inline-block;
	margin-top: 0;
	color: #FF3965;
	font-size: 55px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1;
	font-weight: bold;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage01 span em.txtNote {
	display: inline-block;
	margin-bottom: 14px;
	font-style: normal;
	font-size: 1.2rem;
	font-weight: bold;
	vertical-align: bottom;
}

.guaranteeBlock .blockInner .blockImage02 .benefitImage01 span em.txtNote02 {
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 22px;
	font-size: 1.1rem;
	font-weight: bold;
}

.guaranteeBlock .blockInner .blockImage02 .txt02 {
	color: #4E4E4E;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.guaranteeBlock .blockInner .referenceBlock {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 260px;
}

.guaranteeBlock .blockInner .referenceBlock .boxTxt {
	position: relative;
	margin-bottom: 10px;
	padding: 0 25px 15px 15px;
	border: 2px solid #4CCA7B;
	background-color: #FFF;
}

.guaranteeBlock .blockInner .referenceBlock .boxTxt .dataTxt {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: -11px 0 0 -6px;
}

.guaranteeBlock .blockInner .referenceBlock .dataTxt span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #4CCA7B;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.guaranteeBlock .blockInner .referenceBlock .dataTxt em {
	font-style: normal;
	width: calc(100% - 66px);
	font-size: 1.2rem;
	line-height: 1.5;
}

.guaranteeBlock .blockInner .referenceBlock .aboutTxt {
	padding-bottom: 5px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}

.guaranteeBlock .blockInner .referenceBlock .aboutTxt span {
	color: #FF3965;
	font-family: 'Noto Sans', sans-serif;
	font-size: 4.8rem;
	line-height: 1;
}

.guaranteeBlock .blockInner .referenceBlock .aboutTxt em {
	display: block;
	margin-top: -5px;
	padding-left: 7px;
	font-style: normal;
	font-size: 1.2rem;
	text-align: left;
}

.guaranteeBlock .blockInner .referenceBlock .txt03 {
	font-size: 1.2rem;
	line-height: 1.3;
}

.guaranteeBlock .blockInner .referenceBlock .boxTxt::after {
	position: absolute;
	content: "";
	right: -2px;
	top: -2px;
	width: 24px;
	height: 24px;
	background: url(/products/ux/omamoleaf/img/home/img_arrow02.png) no-repeat;
}

.guaranteeBlock .blockInner .referenceBlock .txt03 a {
	color: #000;
	text-decoration: none;
}

.guaranteeBlock .blockInner .referenceBlock .noteTxt {
	position: relative;
	padding-left: 23px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.guaranteeBlock .blockInner .referenceBlock .noteTxt::before {
	position: absolute;
	left: 0;
	top: 0;
}

.guaranteeBlock .blockInner .referenceBlock .noteTxt.num1::before {
	content: '＊1';
}

.guaranteeBlock .blockInner .referenceBlock .noteTxt.num2::before {
	content: '＊2';
}

.guaranteeBlock .blockInner .referenceBlock .noteTxt.num3::before {
	content: '＊3';
}

.guaranteeBlock .blockInner .referenceBlock .noteTxt.num4::before {
	content: '＊4';
}

.guaranteeBlock .blockInner .referenceBlock {
	width: 264px;
}

.guaranteeBlock .blockInner .referenceBlock .boxNote {
	max-width: 250px;
	padding: 6px 15px 10px;
	border: 1px solid #FF3965;
	border-radius: 3px;
}

.guaranteeBlock .blockInner .referenceBlock .boxNote .title {
	margin: 0 0 5px -5px;
	padding-left: 25px;
	background: url(/products/omamoleaf/img/common/icon_note.svg) no-repeat 0 0;
	background-size: 17px auto;
	color: #FF3965;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
}

.guaranteeBlock .blockInner .referenceBlock .txt03 {
	font-size: 1.2rem;
	line-height: 1.3;
}

.blockCommon01 {
	margin-bottom: 30px;
}

.blockCommon01 .titleTop {
	background-color: #FF3965;
	padding: 6px 15px 6px 15px;
}

.blockCommon01 .titleTop span {
	display: inline-block;
	padding-left: 35px;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	background: url(/products/omamoleaf/img/common/icon_dot.svg) no-repeat 0 50%;
	background-size: 26px 26px;
}

.blockCommon01 .boxContent {
	padding: 17px 25px;
	border: 1px solid #FF3965;
}

.blockCommon01 .boxContent .txtCommon01 {
	margin-bottom: 10px;
}

.txtCommon01 {
	position: relative;
	font-size: 1.2rem;
	line-height: 1.4;
	padding-left: 15px;
}

.txtCommon01::before {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	left: 0;
	top: 1px;
	background-color: #000;
	content: '';
}

.linkPdf {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color: #AB82B6;
	font-weight: bold;
	padding: 5px 0 1px 20px;
	font-size: 1.2rem;
}

.linkPdf::after {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(/products/omamoleaf/img/common/icon_pdf.svg) no-repeat 0 50%;
	background-size: 14px auto;
	content: '';
}

.linkPdf01 {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color: #2A37EA;
	padding: 0px 0 0 15px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.linkPdf01::after {
	position: absolute;
	left: 0;
	top: 4px;
	width: 11px;
	height: 11px;
	background: url(/products/omamoleaf/img/common/icon_blank.svg) no-repeat 0 50%;
	background-size: 11px auto;
	content: '';
}

.blockCommon02 {
	margin-bottom: 40px;
	position: relative;
	padding: 20px 200px 20px 20px;
	border: 1px solid #C5C5C5;
}

.blockCommon02 .txt {
	font-size: 1.6rem;
	line-height: 1.5;
}

.blockCommon02 .image {
	position: absolute;
	right: 20px;
	top: 20px;
}

.blockCommon02 .image img {
	display: block;
	margin: 0 auto;
}

.btnCommon {
	display: inline-block;
	padding: 5px 30px;
	border: 2px solid #02993B;
	border-radius: 50px;
	color: #02993B;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none !important;
	text-align: center;
	transition: 0.3s opacity;
}

.btnCommon span {
	display: inline-block;
	background: url(/products/omamoleaf/img/common/icon_blank_01.svg) no-repeat right 0 top 50%;
	background-size: 24px auto;
	padding-right: 30px;
}

.linkCommon {
	text-align: center;
	padding: 35px 20px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #02993B;
}

.publication .dateTime {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
}

.blockQuestion {
	background-color: #02993B;
	padding-top: 20px;
}

.blockQuestion .headline02 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	border: 2px solid #fff;
	padding: 0px 20px;
	max-width: 400px;
	margin: auto;
	border-radius: 40px;
	text-align: center;
}

.blockQuestion .description {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 23px 0;
}

.iconDrop img {
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	display: block;
}

.chooseQues {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	width: 78%;
	margin: auto;
	margin-bottom: 30px;
}

.selectSex .headline03 {
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #fff;
	line-height: 1.5;
	width: 323px;
	padding-bottom: 5px;
}

.selectSex .description {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin-top: 15px;
	font-weight: 200;
}

.selectSexSp {
	display: none;
}

.blockMale {
	display: flex;
}

.blockMale .blockLeft {
	position: relative;
	margin-right: 10px;
}

.blockMale .blockRight {
	position: relative;
}

.blockMale .blockLeft .title,
.blockMale .blockRight .title {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 5px 5px 2px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #666666;
	line-height: 1.5;
	border-radius: 6px;
	width: 157px;
}

.blockMale .blockLeft .title {
	color: #0092db;
}

.blockMale .blockRight .title {
	color: #FF866D;
}

.blockMale .blockRight img,
.blockMale .blockLeft img {
	margin-right: 10px;
}

.customSelect {
	background-color: #fff;
	margin-top: 5px;
	border-radius: 6px;
	padding: 2px 0;
	padding-left: 10px;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	cursor: pointer;
	outline: none;
}

.customSelectFmale {
	background-color: #fff;
	margin-top: 5px;
	border-radius: 6px;
	padding: 2px 0;
	padding-left: 10px;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	cursor: pointer;
	outline: none;
}

.customSelectFmale option,
.customSelect option {
	background-color: #fff;
}

.customSelectFmale.bg,
.customSelect.bg {
	background-color: #FFFF00;
}

.customSelectFmale option:first-child,
.customSelect option:first-child {
	display: none;
}

.customDrop {
	position: absolute;
	bottom: 6px;
	right: 0;
	pointer-events: none;
	cursor: pointer;
}

.rangeBlock {
	margin-bottom: 30px;
}

.rangeBlock .rangeTtl {
	margin-bottom: 5px;
	background-color: #EEF2F1;
	text-align: center;
	padding: 5px 0 3px;
	cursor: pointer;
}

.rangeBlock .rangeTtl span {
	padding: 0 30px;
	color: #02993B;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.rangeBlock .rangeTtl span {
	display: block;
	width: 100%;
	background: url(/products/omamoleaf/img/home/icon_down_green.png) no-repeat right 20px top 50%;
}

.rangeBlock .rangeTtl.active span {
	background: url(/products/omamoleaf/img/home/icon_up_green.png) no-repeat right 20px top 50%;
}

.rangeBlock .accordionBox {
	padding: 25px 20px 35px;
	background-color: #EEF2F1;
}

.rangeBlock .rangeInner {
	max-width: 700px;
	margin: 0 auto;
}

.rangeBlock .rangeTxt01 {
	padding-bottom: 25px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.rangeBlock .rangeTxt01 span {
	color: #02993B;
	font-weight: bold;
}

.rangeBlock .rangeContent {
	display: flex;
	align-items: flex-end;
}

.rangeBlock .rangeContent .image {
	position: relative;
	width: 296px;
	margin: 0 70px 0 30px;
}

.rangeBlock .rangeContent .image span {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	font-size: 1.2rem;
}

.rangeBlock .rangeContent .blockTxt {
	width: calc(100% - 396px);
	text-align: center;
}

.rangeBlock .rangeContent .blockTxt .rangeTxt02 {
	color: #02993B;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.rangeBlock .rangeContent .blockTxt .imageTxt {
	padding-bottom: 5px;
}

.rangeBlock .rangeContent .blockTxt .rangeBtn {
	margin-bottom: 5px;
}

.rangeBlock .rangeContent .blockTxt .rangeBtn span {
	display: block;
	padding: 5px 10px;
	border-radius: 25px;
	background-color: #02993B;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}

.rangeBlock .rangeContent .blockTxt .rangeBtn em {
	text-decoration: underline;
	font-weight: bold;
}

.rangeBlock .rangeContent .blockTxt .rangeNote {
	position: relative;
	margin-top: 20px;
	padding-left: 15px;
	color: #FF3965;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.rangeBlock .rangeContent .blockTxt .rangeNote::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '※';
}

.rangeInner .rangeAge {
	color: #02993B;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	border-radius: 40px;
	background-color: #fff;
	padding: 5px 20px;
	width: 34%;
	margin-bottom: 20px;
}

.customRange {
	width: 90%;
	margin: auto;
}

.blockQuestion .blockEquals {
	border: 4px solid #E300AA;
	padding: 15px 0;
	margin-top: 30px;
	background-color: #fff;
	background: #FFFFDE;
}

.blockQuestion .blockEquals .title {
	color: #E300AA;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.blockQuestion .blockEquals .titleSp {
	color: #E300AA;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
	display: none;
}

.blockQuestion .blockEquals .equals {
	display: flex;
	width: 80%;
	margin: auto;
}

.blockQuestion .blockEquals .equals01 {
	display: flex;
	width: 49%;
	align-items: center;
}

.blockQuestion .blockEquals .equals02 {
	display: flex;
	width: 49%;
	align-items: center;
	margin-left: 30px;
}

.blockQuestion .blockEquals .lableEquals {
	background-color: #02993B;
	padding: 0px 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	font-weight: bold;
	height: 26px;
	width: 130px;
	text-align: center;
}

.blockQuestion .blockEquals .txtEqual {
	margin-left: 20px;
	font-size: 4.9rem;
	color: #E300AA;
	font-weight: bold;
	text-align: right;
	font-family: 'Yu Gothic';
}

.blockQuestion .blockEquals .unitMonney {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin-top: 10px;
}

.listDescription {
	width: 80%;
	margin: auto;
}

.listDescription li {
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #000;
}

.listDescription li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '※';
}

.brSp {
	display: none;
}

.dpPc {
	display: block;
}

.dbSp {
	display: none;
	width: 90%;
	margin: auto;
}

.checkRadio .checkmark01 {
	position: relative;
	display: inline-block;
	border-radius: 40px;
	height: 20px;
	width: 83px;
	background-color: #FFF;
}

.checkRadio input[type=radio] {
	margin: 0;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkRadio input[type=radio]:checked~.checkmark01:after {
	display: block;
}

.checkRadio .radio-list li label .checkmark01:after {
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #12838B;
}

.checkRadio .checkmark01:after {
	position: absolute;
	display: none;
	content: "";
}

.checkRadio01 {
	display: flex;
	max-width: 280px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.checkRadio01 .btnRadio01 {
	width: calc(50% - 10px);
}

.btnRadio01 {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 2.4rem;
	line-height: 1.1;
	font-weight: bold;
	user-select: none;
	width: 130px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	color: #666;
}

.btnRadio01 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark02 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #FFF;
}

.btnRadio01 input:checked~.checkmark02 {
	background-color: #FFFF00 !important;
}

.boxStyle01 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.boxStyle01 .txt {
	font-size: 1.4rem;
}

.boxStyle01 .listTxt {
	margin-top: 5px;
}

.boxStyle01 .listTxt li {
	position: relative;
	padding-left: 20px;
	line-height: 1.5;
	color: #02993b;
}

.boxStyle01 .listTxt li::before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: #02993B;
	content: '';
}

@media screen and (max-width: 1024px) {
	.guaranteeBlock .blockInner .imageArrow {
		display: block;
		width: 50px;
		margin-right: 15px;
	}

	.guaranteeBlock .blockInner .imageArrow img {
		width: 50px;
	}

	.guaranteeBlock .blockInner .benefitBlock {
		display: flex;
		align-items: center;
		width: 36%;
	}

	.guaranteeBlock .blockInner .blockTxt {
		margin-right: 20px;
	}

	.guaranteeBlock .blockInner .blockImage02 {
		margin-right: 30px;
	}
}

@media screen and (min-width: 950px) {

	.linkPdf01:hover,
	.linkPdf:hover {
		text-decoration: none;
		opacity: 1;
	}

	.headline3.arrow:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 949px) {
	#keyv {
		margin: 0 -15px;
		background-color: #FAFFDC;
	}

	#keyv .keyvInner {
		padding: 40px 0;
	}

	#keyv .keyvInner img {
		width: 100%;
	}

	.txtKeyv {
		padding: 20px 20px 0 20px;
	}

	.videoBlock {
		margin: 0 -15px;
		padding: 25px 20px 15px;
	}

	.videoBlock .explanationTtl {
		margin: -40px auto 7px;
	}

	.infoBlock {
		max-width: 100%;
		padding: 20px 20px 35px;
	}

	.infoBlock .infoList li {
		width: 100%;
		margin-bottom: 25px;
	}

	.infoBlock .infoList li:last-child {
		margin-bottom: 0;
	}

	.infoBlock .infoList li .ttl {
		text-align: center;
	}

	.infoBlock .infoList li .ttl01 {
		padding-left: 0;
	}

	.infoBlock .infoList li .ttl span {
		margin-right: 30px;
	}

	.pointBlock {
		margin-bottom: 30px;
		padding: 25px 15px;
	}

	.pointBlock .pointTxt01 {
		padding-bottom: 25px;
	}

	.pointBlock .pointTxt02 {
		padding-bottom: 30px;
	}

	.pointBlock .pointTxt02 span {
		position: relative;
		display: inline-block;
		color: #FF3965;
	}

	.pointBlock .pointImage01 {
		margin-bottom: 0;
	}

	.pointBlock .pointImage02 {
		width: auto;
		margin: 0 auto 30px;
	}

	.pointBlock .pointList {
		margin: 0 auto 20px;
	}

	.mb30sp20 {
		margin-bottom: 20px !important;
	}

	.mb40sp20 {
		margin-bottom: 20px !important;
	}

	.mb70sp65 {
		margin-bottom: 65px !important;
	}

	.guaranteeBlock .exampleTxt {
		margin-bottom: 15px;
		padding-left: 0;
		padding-top: 10px;
		text-align: center;
	}

	.guaranteeBlock .exampleTxt span {
		display: block;
		margin: 0 0 0 15px;
		font-size: 1.2rem;
		text-align: left;
	}

	.guaranteeBlock .blockInner .blockImage01 {
		width: 100%;
		margin: 0;
	}

	.guaranteeBlock .blockInner .imageArrow {
		width: 100%;
		margin: -10px 0 10px;
		text-align: center;
		transform: rotate(90deg);
	}

	.guaranteeBlock .blockInner .benefitBlock {
		width: 100%;
		margin-bottom: 15px;
		justify-content: center;
	}

	.guaranteeBlock .blockInner .blockTxt {
		width: 140px;
		margin-right: 10px;
	}

	.guaranteeBlock .blockInner .blockImage02 {
		width: 170px;
		margin-right: 0;
	}

	.guaranteeBlock .blockInner .blockImage02 .benefitImage {
		position: relative;
		margin-bottom: 15px;
	}

	.guaranteeBlock .blockInner .blockImage02 .benefitImage span {
		left: 50%;
		top: 75px;
		transform: translateX(-50%);
		min-width: fit-content;
	}

	.guaranteeBlock .blockInner .referenceBlock {
		width: 100%;
	}

	.guaranteeBlock .blockInner .referenceBlock .txt03 a {
		color: #000;
		text-decoration: none;
	}

	.guaranteeBlock .blockInner .referenceBlock .noteTxt span {
		padding-right: 5px;
	}

	.guaranteeBlock .blockInner .referenceBlock .boxNote {
		max-width: 100%;
		padding: 6px 15px 10px;
		border: 1px solid #FF3965;
		border-radius: 3px;
	}

	.guaranteeBlock .blockInner .referenceBlock .boxNote .title {
		margin: 0 0 5px -5px;
		padding-left: 25px;
		background-size: 17px auto;
		color: #FF3965;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.4;
	}

	.blockCommon01 .titleTop {
		text-align: center;
	}

	.blockCommon01 .boxContent .txtCommon01 {
		margin-bottom: 5px;
	}

	.blockCommon02 {
		padding: 20px 25px;
	}

	.blockCommon02 .txt {
		font-size: 1.3rem;
	}

	.blockCommon02 .image {
		position: static;
		margin-top: 5px;
		width: 130px;
	}

	.linkPdf01 {
		font-size: 1.3rem;
	}

	.linkPdf01::after {
		top: 2px;
	}

	.linkCommon {
		padding: 50px 15px;
	}

	.dpPc {
		display: none;
	}

	.dbSp {
		display: block;
	}

	.blockQuestion {
		position: relative;
		margin-top: -20px;
	}

	.blockQuestion::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 40px;
		background-color: #FFF;
	}

	.blockQuestion .headline02 {
		position: relative;
		font-size: 2rem;
		width: 70%;
		padding: 4px 5px;
		background-color: #02993B;
	}

	.blockQuestion .description {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.selectSex .description {
		font-size: 1.4rem;
	}

	.brSp {
		display: block;
	}

	.chooseQues {
		width: 90%;
		display: block;
	}

	.blockQuestion .blockLeft,
	.blockRight {
		width: 100%;
	}

	.customSelect {
		padding: 5px;
	}

	.customSelectFmale {
		padding: 5px;
	}

	.selectSex .headline03 {
		width: 100%;
		margin-top: 23px;
		padding-bottom: 5px;
	}

	.customDrop {
		bottom: 8px;
	}

	.rangeBlock .rangeTtl {
		margin-bottom: 5px;
		background-color: #EEF2F1;
		text-align: center;
		padding: 5px 0 3px;
		cursor: pointer;
	}

	.rangeBlock .rangeTtl span {
		padding: 0 30px;
		color: #02993B;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}

	.rangeBlock .rangeTtl span {
		display: block;
		width: 100%;
		background: url(/products/omamoleaf/img/home/icon_down_green.png) no-repeat right 20px top 50%;
	}

	.rangeBlock .rangeTtl.active span {
		background: url(/products/omamoleaf/img/home/icon_up_green.png) no-repeat right 20px top 50%;
	}

	.rangeBlock .accordionBox {
		padding: 20px;
	}

	.rangeBlock .rangeInner {
		width: 100%;
		max-width: 100%;
	}

	.rangeBlock .rangeTxt01 img {
		width: 36px;
		height: auto;
	}

	.rangeBlock .rangeContent {
		flex-flow: wrap;
	}

	.rangeBlock .rangeContent .image {
		position: relative;
		width: auto;
		margin: 0 auto 20px;
	}

	.rangeBlock .rangeContent .blockTxt {
		width: 100%;
	}

	.rangeBlock .rangeContent .blockTxt .rangeBtn span {
		padding: 5px 5px;
		border-radius: 10px;
		font-size: 1.3rem;
	}

	.rangeBlock .rangeTxt01 {
		text-align: center;
	}

	.rangeInner .rangeAge {
		margin: auto;
		width: 67%;
		text-align: center;
		margin-bottom: 20px;
	}

	.blockQuestion .blockEquals .equals {
		width: 92%;
	}

	.blockQuestion .blockEquals .title {
		display: none;
	}

	.blockQuestion .blockEquals .titleSp {
		font-size: 2rem;
		display: block;
		padding: 0 14px;
	}

	.blockMale .blockLeft .title {
		width: 100%;
	}

	.blockMale .blockRight .title {
		width: 100%;
	}

	.blockQuestion .blockEquals .equals01 {
		display: block;
		margin-right: 20px;
		text-align: center;
	}

	.blockQuestion .blockEquals .equals02 {
		display: block;
		margin-left: 0;
		text-align: center;
	}

	.blockQuestion .blockEquals .lableEquals {
		padding: 4px 5px;
		height: 32px;
		width: 100%;
	}

	.listDescription {
		width: 90%;
	}

	.blockQuestion .blockEquals .txtEqual {
		display: inline-block;
		font-size: 3.8rem;
		margin-left: 0;
		font-weight: bold;
	}

	.blockQuestion .blockEquals .unitMonney {
		font-size: 2rem;
	}

	.checkRadio01 {
		padding-top: 10px;
	}

	.videoBlock .explanationTtl::before {
		right: -40px;
	}

	.boxStyle01 .txt {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 480px) {
	.pointBlock .pointTxt01 {
		font-size: 1.5rem;
	}

	.pointBlock .pointTxt02 {
		font-size: 1.5rem;
	}

	.blockQuestion .blockEquals .titleSp {
		padding: 0 10px;
		font-size: 1.8rem;
	}

	.selectSex .description {
		font-size: 1.3rem;
	}

	.pointBlock .pointList .txtQuantity {
		font-size: 4.8rem;
	}

	.rangeBlock .rangeContent .blockTxt .rangeTxt02 {
		font-size: 1.3rem;
	}

	.guaranteeBlock .blockInner .blockImage02 .benefitImage span em.number01 {
		font-size: 50px;
	}
}

@media screen and (max-width: 375px) {
	.blockQuestion .headline02 {
		width: 85%;
	}

	.blockQuestion .blockEquals .txtEqual {
		font-size: 2.5rem;
	}

	.blockQuestion .blockEquals .unitMonney {
		font-size: 1.6rem;
	}

	.rangeBlock .accordionBox {
		padding: 15px;
	}

	.videoBlock .explanationTtl::before {
		right: -25px;
		top: -6px;
		width: 45px;
		background-size: 45px auto;
	}

	.rangeBlock .rangeContent .blockTxt .rangeTxt02 {
		font-size: 3.3vw;
	}

	.guaranteeBlock .blockInner .blockImage02 .benefitImage span em.number01 {
		font-size: 40px;
	}

	.guaranteeBlock .blockInner .blockImage02 .benefitImage01 span em.txtNote02 {
		right: -10px;
		top: 10px;
	}
}

@media screen and (max-width: 374px) {
	.infoBlock {
		padding: 20px 5px 35px;
	}

	.infoBlock .infoList li .ttl {
		font-size: 2rem;
	}

	.infoBlock .infoList li .ttl span::before {
		position: absolute;
		content: "";
		right: -35px;
		top: -2px;
		width: 30px;
		height: 30px;
		background-size: 30px auto;
	}

	.infoBlock .infoList li .ttl01 span::before {
		right: -40px;
		top: -15px;
		width: 30px;
		height: 46px;
		background-size: 30px auto;
	}

	.infoBlock .infoList li .infoBtn a {
		font-size: 1.8rem;
	}

	.pointBlock .pointTxt01 {
		font-size: 1.4rem;
	}

	.pointBlock .pointTxt02 {
		font-size: 1.4rem;
	}

	.pointBlock .pointList .txtQuantity {
		font-size: 4.3rem;
	}

	.pointBlock .pointList .txtQuantity span {
		font-size: 2rem;
	}

	.rangeBlock .rangeTtl span {
		font-size: 1.7rem;
	}

	.rangeBlock .rangeTtl span {
		background: url(/products/omamoleaf/img/home/icon_down_green.png) no-repeat right 12px top 50%;
	}

	.rangeBlock .rangeTtl.active span {
		background: url(/products/omamoleaf/img/home/icon_up_green.png) no-repeat right 12px top 50%;
	}

	.selectSex .description {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 320px) {
	.pointBlock .pointList .txtQuantity::after {
		right: 7px;
		top: -4px;
	}
}


/* Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 9999999;
	top: 50%;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999998;
}

.closeStyle {
	position: absolute;
	z-index: 1;
	top: -15px;
	right: -15px;
	background-color: #757575;
	padding: 2px;
	border-radius: 50%;
	cursor: pointer;
}

.modalVideo {
	max-width: 950px;
	width: 100%;
}

.modalVideo .videoBox {
	max-height: 80vh;
	position: relative;
	height: 0;
	padding-bottom: 57%;
	overflow: hidden;
}

.modalVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pageVideo {
	overflow-y: auto;
}

#pageVideo #contentVideo {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#pageVideo #contentVideo video {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}

@media screen and (max-width: 949px) {
	.modalVideo {
		padding: 10px;
	}

	.closeStyle {
		top: 0;
		width: 40px;
		right: 3px;
	}

	#contents .inner01 {
		z-index: 2;
		position: relative;
	}

	#contents .contWrap {
		z-index: 10;
		position: relative;
	}
}


.attentionWrap {
	padding: 0 0 20px;
	max-width: 780px;
	margin: 0 auto;
}

.attentionWrap .fs_EXlar01 {
	font-size: 2.2rem !important;
}

@media only screen and (max-width:949px) {
	.attentionWrap {
		max-width: 100%;
		padding: 20px 20px 0;
	}
}