@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */



/* ========== COMMON ========== */

body{
	overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
	overflow: hidden;
	width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
	#page-body {
		width: 100vw;
		margin: 0 -10px;
	}
}
@media (max-width: 767px) {
	#page-body {
		width: 100vw;
		margin: 0 -5px;
	}
}



/* ========== MAIN ========== */

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	font-feature-settings: "palt";
	word-wrap: break-word;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a,
#lp_main_wrap a::before,
#lp_main_wrap a::after {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



/* ========== HEADER ========== */

/* lp_mv */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
}

/* lp_mv-pc */
#lp_main_wrap .lp_mv-pc {
	width: 100%;
	margin: 0;
	padding-top: 850px;
	position: relative;
	background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/clausporto/agua_de_colonia/main_1920.jpg") no-repeat center 60% / cover;
}
#lp_main_wrap .lp_mv-pc img {
	width: 100%;
	max-width: 100%;
}
#lp_main_wrap .lp_mv-pc .lp_mv_title {
	width: 65.2%;
	max-width: 940px;
	position: absolute;
	top: 9%;
	left: 50%;
	translate: -50% 0;
	filter: drop-shadow(0px 0px 20px #001e1e);
}
#lp_main_wrap .lp_mv-pc .lp_mv_logo {
	width: 20.8%;
	max-width: 300px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	translate: -50% 0;
	filter: drop-shadow(0px 0px 20px #001e1e);
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv-pc {
		padding-top: 48.6%;
		background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/clausporto/agua_de_colonia/main_1440.jpg") no-repeat center center / cover;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-pc {
		display: none;
	}
}

/* lp_mv-smp */
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-smp {
		display: block;
		width: 100%;
		margin: 0;
	}
	#lp_main_wrap .lp_mv-smp img {
		width: 100%;
		max-width: 100%;
	}
}



/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
	width: 100%;
	margin: 0 auto;
}



/* ========== ELEMENT ========== */



/* ========== LEAD ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 90%;
	max-width: 1170px;
	margin: 95px auto 115px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead p {
	font-size: 14px;
	line-height: 1.785;
	letter-spacing: 0.14em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 14% auto 15.2%;
	}
	#lp_main_wrap .lp_lead p {
		font-size: 14px;
		line-height: 1.8;
	}
}



/* ========== SEC ========== */

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 100%;
	margin: 0 auto 98px;
	padding: 0;
}
#lp_main_wrap .lp_sec_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		margin: 0 auto 17%;
	}
	#lp_main_wrap .lp_sec_inner {
		width: 80%;
	}
}

/* lp_sec_content */
#lp_main_wrap .lp_sec_content {
	width: 94.87%;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_sec_img {
	width: 51.3%;
}
#lp_main_wrap .lp_sec_txt {
	width: 43%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_content {
		width: 100%;
		display: block;
	}
	#lp_main_wrap .lp_sec_img {
		width: 100%;
		margin-bottom: 20px;
	}
	#lp_main_wrap .lp_sec_txt {
		width: 100%;
	}
}

/* lp_sec_txt */
#lp_main_wrap .lp_sec_txt .lp_sec_detail {
	margin-bottom: 42px;
}
#lp_main_wrap .lp_sec_txt h3 {
	margin-top: 2px;
	margin-bottom: 38px;
}
#lp_main_wrap .lp_sec_txt h3 span {
	display: block;
}
#lp_main_wrap .lp_sec_txt h3 span:nth-child(1) {
	display: block;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.0em;
}
#lp_main_wrap .lp_sec_txt h3 span:nth-child(2) {
	display: block;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.14em;
}
#lp_main_wrap .lp_sec_txt h4 {
	margin-bottom: 18px;
	font-style: italic;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_sec_txt p.lp_sec_description {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.785;
	letter-spacing: 0.12em;
}
#lp_main_wrap .lp_sec_txt ul.lp_sec_notes li {
	font-size: 13px;
	line-height: 1.384;
	letter-spacing: 0.12em;
}
#lp_main_wrap .lp_sec_txt ul.lp_sec_notes li:not(:first-child) {
	margin-top: 8px;
}
#lp_main_wrap .lp_sec_txt ul.lp_sec_notes .lp_sec_notes_title {
	margin-right: 8px;
	font-weight: bold;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_txt .lp_sec_detail {
		margin-bottom: 34px;
	}
	#lp_main_wrap .lp_sec_txt h3 {
		margin-top: 0;
		margin-bottom: 33px;
	}
	#lp_main_wrap .lp_sec_txt h4 {
		margin-bottom: 16px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_txt h3 span:nth-child(1) {
		font-size: 26px;
	}
	#lp_main_wrap .lp_sec_txt h4 {
		font-size: 16px;
	}
}

/* lp_sec_itemlist */
#lp_main_wrap .lp_sec_itemlist {
	width: 100%;
	max-width: 450px;
	display: flex;
	gap: 3%;
}
#lp_main_wrap .lp_sec_itemlist li {
	width: calc((100% - 3%) / 2);
}
#lp_main_wrap .lp_sec_item_credit {
	margin-top: 7px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.384;
	letter-spacing: 0.06em;
}
@media (max-width: 767px) {
}



/* ========== BTN ========== */

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 108px auto 80px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_btn .lp_btn_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn a {
	display: block;
	width: 100%;
	max-width: 600px;
	background: #c5c5c5;
	margin: 0 auto 20px;
	padding: 1.4% 1%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 2.5em;
	color: #fff;
	border: solid 2px #c5c5c5;
}
#lp_main_wrap .lp_btn a::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 0;
	top: -2px;
	left: 0;
	padding: 0 5px;
	font-size: 0;
	line-height: 1px;
	color: #fff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
}
#lp_main_wrap .lp_btn a:hover {
	color:#a6a6a6;
	border: solid #a6a6a6 2px;
	background-color: #fff;
}
#lp_main_wrap .lp_btn a:hover::before {
	border-color: transparent transparent transparent #a6a6a6;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn a {
		margin: 0 auto 10px;
		padding: 1% 1%;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_btn a {
		font-size: 17px;
	}
}



/* ========== PAGETOP ========== */

/* lp_pagetop */
#lp_main_wrap .lp_pagetop,
#lp_main_wrap .lp_pagetop a,
#lp_main_wrap .lp_pagetop img {
	width: 48px;
	height: 48px;
}
#lp_main_wrap .lp_pagetop {
	margin: 50px 9.5% 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_pagetop {
		margin: 50px 10px 0 auto;
	}
}







/* ========== UTILITY ========== */

#lp_main_wrap .lp_viewpc_block {
	display: block;
}
#lp_main_wrap .lp_viewpc_inline {
	display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
	display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
	display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
	display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
		display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
		display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
		display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
		display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
		display: none;
	}
}
