@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 ========== */

/* Noto Sans Japanese https://fonts.google.com/noto/specimen/Noto+Sans+JP */
.font-notosansjp-regular {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-notosansjp-medium {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.font-notosansjp-bold {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* 游明朝 */
.yumin {
  font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
}



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

body{
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: 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;
  }
}

/* 背景色がある場合フッターのマージンを削除 */
#footer_banner {
	margin-top: 0;
}



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

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	background-color: #fbf4ec;
  font-feature-settings: "palt";
	word-wrap: break-word;
	color: #23292e;
	font-weight: 500;
  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 {
	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 ========== */

/* mainvisual-single */
#lp_main_wrap header.mainvisual-single h2 {
  width: 100%;
  margin: 0;
}
#lp_main_wrap header.mainvisual-single h2 img {
  max-width: 100%;
  margin: 0 auto;
}



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

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



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

/* simplebar */
.simplebar-track {
	background: #e5e5e5;
	border-radius: 10px;
}
.simplebar-track.simplebar-vertical {
	width: 5px !important;
}
.simplebar-track.simplebar-horizontal {
	height: 5px !important;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
	width: 5px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	top: 0;
	height: 5px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity: 1 !important;
}
.simplebar-scrollbar:before {
	left: 0px;
	right: 0px;
	background-color: #999;
}



/* ========== COTENTS ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 90%;
	max-width: 1170px;
  margin: 4.8% auto 6.4%;
  text-align: center;
}
#lp_main_wrap .lp_lead p {
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 12% auto 11%;
  }
  #lp_main_wrap .lp_lead p {
    font-size: 16px;
		line-height: 1.77;
  }
}



/* lp_nav */
#lp_main_wrap .lp_nav {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 6.4%;
  text-align: center;
}
#lp_main_wrap .lp_nav_inner {
	width: 100%;
	background-color: #fbf4ec
}
@media (min-width: 768px) {
	#lp_main_wrap .lp_nav_content {
		width: 90%;
		max-width: 660px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	#lp_main_wrap .lp_nav_list {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#lp_main_wrap .lp_nav_list > li {
		position: relative;
	}
	#lp_main_wrap .lp_nav_list > li:not(:first-child) {
		margin-left: 5%;
		padding-left: 5%;
	}
	#lp_main_wrap .lp_nav_list > li:not(:first-child)::before {
		content: "";
		display: block;
		height: 22px;
		width: 0;
		margin: auto;
		border-right: 1px solid #23292e;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	#lp_main_wrap .lp_nav_list-1 {
		width: 94%;
		margin-bottom: 5.2%;
	}
	#lp_main_wrap .lp_nav_list-1 > li:nth-child(2) {
		padding-top: 0.8%;
	}
	#lp_main_wrap .lp_nav_list-1 > li:nth-child(3) {
		padding-top: 0.8%;
	}
	#lp_main_wrap .lp_nav_list-1 > li:nth-child(4) {
		padding-top: 0.8%;
	}
	#lp_main_wrap .lp_nav_list-2 > li:nth-child(2) {
		padding-top: 0.8%;
	}
	#lp_main_wrap #global_nav {
		z-index: 10;
	}
	#lp_main_wrap #global_nav.fixed {
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		animation: fadeIn 0.6s ease 0.1s forwards;
		box-shadow: 0px 0px 20px 0px rgb(35 41 46 / 0.2);
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_content {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 15px 0;
		flex-direction: row;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list-1 {
		width: auto;
		margin-bottom: 0;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list-2 {
		width: auto;
		margin-bottom: 0;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list-2 > li:first-child {
		margin-left: 5%;
		padding-left: 5%;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list-2 > li:first-child::before {
		content: "";
		display: block;
		height: 22px;
		width: 0;
		margin: auto;
		border-right: 1px solid #23292e;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		margin: 0 auto 17%;
	}
	#lp_main_wrap .lp_nav_content {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	#lp_main_wrap .lp_nav_list {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#lp_main_wrap .lp_nav_list > li {
		position: relative;
	}
	#lp_main_wrap .lp_nav_list > li:not(:first-child) {
		margin-left: 5%;
		padding-left: 5%;
	}
	#lp_main_wrap .lp_nav_list > li:not(:first-child)::before {
		content: "";
		display: block;
		height: 18px;
		width: 0;
		margin: auto;
		border-right: 1px solid #23292e;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	#lp_main_wrap .lp_nav_list-1 {
		width: 100%;
		margin-bottom: 4%;
	}
	#lp_main_wrap #global_nav {
		z-index: 10;
	}
	#lp_main_wrap #global_nav.fixed {
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		animation: fadeIn 0.6s ease 0.1s forwards;
		box-shadow: 0px 0px 20px 0px rgb(35 41 46 / 0.2);
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_content {
		width: 100%;
		padding: 3% 5%;
		flex-direction: column;
	}
	#lp_main_wrap .lp_nav_list > li:not(:first-child) {
		margin-left: 5%;
		padding-left: 5%;
	}
	#lp_main_wrap .lp_nav_list > li:not(:first-child)::before {
		height: 18px;
	}
	#lp_main_wrap .lp_nav_list-1 {
		width: 100%;
		margin-bottom: 4%;
	}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}



/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 8.2%;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec {
    margin: 0 auto 20%;
  }
}

/* lp_sec_title */
#lp_main_wrap .lp_sec_title {
	width: 100%;
  margin-bottom: 4%;
	display: flex;
	gap: 0 4.5%;
}
#lp_main_wrap .lp_sec_title h3 {
	width: 30%;
	flex: 0 0 auto;
	display: grid;
	place-content: center;
}
#lp_main_wrap .lp_sec_title .lp_sec_title_text {
	max-width: 720px;
	padding: 2px 0 2px 4.5%;
	border-left: 1px solid #23292e;
	display: grid;
	place-content: center start;
}
#lp_main_wrap .lp_sec_title .lp_sec_title_text p {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title {
		margin-bottom: 9.4%;
		display: block;
	}
	#lp_main_wrap .lp_sec_title h3 {
		margin: 0 auto 9%;
		display: block;
	}
	#lp_main_wrap .lp_sec_title .lp_sec_title_text {
		max-width: unset;
		padding: 0;
		border: none;
		display: block;
	}
	#lp_main_wrap .lp_sec_title .lp_sec_title_text p {
		font-size: 14px;
		line-height: 2;
	}
}

/* lp_sec_itemlist */
#lp_main_wrap .lp_sec_itemlist {
	width: 100%;
	min-width: 0;
	padding-bottom: 2.5%;
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	overflow-x: auto;
}
#lp_main_wrap .lp_sec_itemlist::-webkit-scrollbar {
	border-radius: 10px;
	width: 5px;
	height: 5px;
}
#lp_main_wrap .lp_sec_itemlist::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 10px;
}
#lp_main_wrap .lp_sec_itemlist::-webkit-scrollbar-track {
	background-color: #e5e5e5;
	border-radius: 10px;
}
#lp_main_wrap .lp_sec_itemlist li {
	width: 21.5%;
	flex: 0 0 21.5%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_itemlist {
		padding-bottom: 7%;
		gap: 12px;
	}
	#lp_main_wrap .lp_sec_itemlist::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	#lp_main_wrap .lp_sec_itemlist li {
		width: 69%;
		flex: 0 0 69%;
	}
}

/* lp_sec_itemlist_img */
#lp_main_wrap .lp_sec_itemlist_img {
	background-color: #fff;
}

/* lp_sec_itemlist_credit */
#lp_main_wrap .lp_sec_itemlist_credit {
	width: 94%;
	margin: 14px auto 0;
	display: grid;
	grid-template-columns: auto max-content;
}
#lp_main_wrap .lp_sec_itemlist_credit p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_sec_itemlist_credit p.price {
	font-weight: 400;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_itemlist_credit {
		margin: 12px auto 0;
	}
	#lp_main_wrap .lp_sec_itemlist_credit p {
		font-size: 14px;
	}
}

/* lp_sec_itemlist_brand */
#lp_main_wrap .lp_sec_itemlist_brand {
	width: 100%;
	padding-top: 126.4%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#lp_main_wrap .lp_sec_itemlist_brand a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-content: center;
	text-align: center;
}
#lp_main_wrap .lp_sec_itemlist_brand img {
	margin: 0 auto;
}
#lp_main_wrap .lp_sec_itemlist_brand p {
	width: max-content;
	margin: 20px auto 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #23292e;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
}



/* lp_sec-keith */
#lp_main_wrap .lp_sec-keith .lp_sec_title h3 {
	width: 15.6%;
}
#lp_main_wrap .lp_sec-keith .lp_sec_itemlist_brand img {
	width: 48%;
}
#lp_main_wrap .lp_sec-keith .lp_sec_itemlist_brand-l img {
	width: 60%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-keith .lp_sec_title h3 {
		width: 34%;
	}
}

/* lp_sec-scapa */
#lp_main_wrap .lp_sec-scapa .lp_sec_title h3 {
	width: 20%;
}
#lp_main_wrap .lp_sec-scapa .lp_sec_itemlist_brand img {
	width: 63%;
}
#lp_main_wrap .lp_sec-scapa .lp_sec_itemlist_brand-l img {
	width: 71%;
}
#lp_main_wrap .lp_sec-scapa .lp_sec_itemlist_brand-l p {
	margin-top: 18px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-scapa .lp_sec_title h3 {
		width: 48%;
	}
}

/* lp_sec-midiumi */
#lp_main_wrap .lp_sec-midiumi .lp_sec_title h3 {
	width: 18%;
}
#lp_main_wrap .lp_sec-midiumi .lp_sec_itemlist_brand img {
	width: 58%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-midiumi .lp_sec_title h3 {
		width: 38%;
	}
}

/* lp_sec-claus */
#lp_main_wrap .lp_sec-claus .lp_sec_title h3 {
	width: 24%;
}
#lp_main_wrap .lp_sec-claus .lp_sec_itemlist_brand img {
	width: 72%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-claus .lp_sec_title h3 {
		width: 60%;
	}
}

/* lp_sec-marimekko */
#lp_main_wrap .lp_sec-marimekko .lp_sec_title h3 {
	width: 22%;
}
#lp_main_wrap .lp_sec-marimekko .lp_sec_itemlist_brand img {
	width: 68%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-marimekko .lp_sec_title h3 {
		width: 60%;
	}
}

/* lp_sec-jewcas */
#lp_main_wrap .lp_sec-jewcas .lp_sec_title h3 {
	width: 16%;
}
#lp_main_wrap .lp_sec-jewcas .lp_sec_itemlist_brand img {
	width: 52%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-jewcas .lp_sec_title h3 {
		width: 34%;
	}
}

/* lp_sec-ilbsonte */
#lp_main_wrap .lp_sec-ilbsonte .lp_sec_title h3 {
	width: 12%;
}
#lp_main_wrap .lp_sec-ilbsonte .lp_sec_itemlist_brand img {
	width: 40%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-ilbsonte .lp_sec_title h3 {
		width: 24%;
	}
}

/* lp_sec-laissepasse */
#lp_main_wrap .lp_sec-laissepasse .lp_sec_title h3 {
	width: 22%;
}
#lp_main_wrap .lp_sec-laissepasse .lp_sec_itemlist_brand img {
	width: 75%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec-laissepasse .lp_sec_title h3 {
		width: 60%;
	}
}





/* lp_brand */
#lp_main_wrap .lp_brand {
	width: 100%;
  margin: 0 auto;
	padding: 5.4% 0 7%;
	background-color: #ded6cb;
}
#lp_main_wrap .lp_brand_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand {
    padding: 12% 0;
  }
}

/* lp_brand_title */
#lp_main_wrap .lp_brand_title {
	margin-bottom: 27px;
  font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: bold;
	text-align: center;
}
#lp_main_wrap .lp_brand_title h3 {
	margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.09em;
}
#lp_main_wrap .lp_brand_title p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_brand_title {
		margin-bottom: 6%;
	}
	#lp_main_wrap .lp_brand_title h3 {
		font-size: 32px;
	}
	#lp_main_wrap .lp_brand_title p {
		font-size: 14px;
	}
}

/* lp_brand_list */
#lp_main_wrap .lp_brand_list {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
#lp_main_wrap .lp_brand_list > li {
	width: calc((100% - 16px) / 3);
	border-radius: 3px;
	background-color: #fff;
}
#lp_main_wrap .lp_brand_list a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 4%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_brand_list {
		justify-content: flex-start;
	}
	#lp_main_wrap .lp_brand_list > li {
		width: calc((100% - 8px) / 2);
	}
}



/* lp_attention */
#lp_main_wrap .lp_attention {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_attention {
    padding: 40px 0;
  }
}



/* ========== 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;
	}
}
