@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 ========== */
#lp_main_wrap .lp_item_title .lp_item_title_text {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}


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

/* SMP表示での左右の余白を削除 アーカイブ部分の余白を追加 */
@media (max-width: 979px) {
  #lp_main_wrap .sp_archive_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .sp_archive_wrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}



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

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	word-wrap: break-word;
	color: #000;
	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%;
	max-width: 1160px;
	margin: 0 auto;
}
#lp_main_wrap header.mainvisual-single h2 img {
	width: 100%;
	max-width: 100%;
	margin: 0;
}



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

/* lp_main */
#lp_main_wrap .lp_main {
	width: 92%;
	max-width: 925px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#lp_main_wrap .lp_main {
		width: 100%;
	}
}



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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 10% auto 12.4%;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead p {
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.15em;
}
#lp_main_wrap .lp_lead p + p {
	margin-top: 16px;
}
#lp_main_wrap .lp_lead strong {
	font-weight: bold;
	color: #e85f31;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		width: 92%;
        max-width: 925px;
        margin: 14% auto;
	}
	#lp_main_wrap .lp_lead p {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.06em;
		margin: 0 0 10px;
	}
	#lp_main_wrap .lp_lead p + p {
		margin-top: 0;
	}
}



/* ========== NAV ========== */

/* lp_nav */
#lp_main_wrap .lp_nav {
	margin: 0 auto 10%;
	text-align: center;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
}
#lp_main_wrap .lp_nav_list .lp_nav_list_sp {
	display: flex;
	justify-content: center;
}
#lp_main_wrap .lp_nav_list li:not(.first-child) {
	border-left: 1px solid #d9d9d9;
}
#lp_main_wrap .lp_nav_list a {
	display: block;
	padding: 0 30px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		margin: 0 auto 5%;
	}
	#lp_main_wrap .lp_nav_list {
		flex-wrap: wrap;
	}
	#lp_main_wrap .lp_nav_list .lp_nav_list_sp {
		margin-bottom: 7%;
	}
	#lp_main_wrap .lp_nav_list li.second-child {
		border: none;
	}
	#lp_main_wrap .lp_nav_list a {
		display: block;
		padding: 0 15%;
	}
	#lp_main_wrap .lp_nav_list .lp_nav_list_sp:nth-child(2) {
		width: 76%;
	}
}

/* fixed */
#lp_main_wrap #global_nav {
  z-index: 10;
}
#lp_main_wrap #global_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}



/* ========== ITEM ========== */

/* lp_item */
#lp_main_wrap .lp_item {
	width: 100%;
	margin: 0 auto 11%;
	padding: 3% 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item {
		margin: 0 auto 7%;
		padding: 10% 0 0;
	}
}

/* lp_item_title */
#lp_main_wrap .lp_item_title {
	width: 100%;
	margin: 0 auto 4%;
	text-align: center;
}
#lp_main_wrap .lp_item_title .lp_item_title_num {
	width: 180px;
	margin: 0 auto 9px;
}
#lp_main_wrap .lp_item_title .lp_item_title_text {
	margin: 0 auto;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_title p {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.09em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_title {
		margin: 0 auto 10%;
	}
	#lp_main_wrap .lp_item_title h3 {
		margin: 0 auto 11%;
	}
	#lp_main_wrap .lp_item_title .lp_item_title_num {
		width: 152px;
		margin: 0 auto 11px;
	}
	#lp_main_wrap .lp_item_title .lp_item_title_text {
		font-size: 30px;
	}
	#lp_main_wrap .lp_item_title p {
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.09em;
	}
}

/* lp_item_mv */
#lp_main_wrap .lp_item_mv img {
	width: 36rem;
	display: block;
    margin: 0 auto;
}

#lp_main_wrap .lp_item_mv .lp_item_mv_text {
	background: #fff;
	margin: -2rem auto 0;
	padding: 1.8% 4%;
    width: 31rem;
	max-width: 31rem;
    position: absolute;
    left: 0;
    right: 0;
}

#lp_main_wrap .lp_item_mv .lp_item_mv_text p {
	font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.06em;
	color: #333;
}

@media (max-width: 767px) {

	#lp_main_wrap .lp_item_mv img {
		width: 100%;
	}

	#lp_main_wrap .lp_item_mv .lp_item_mv_text {
		width: 22rem;
		max-width: 22rem;
		padding: 5%;
	}
}

/* lp_item_list */
#lp_main_wrap .lp_item_list {
	width: 100%;
	margin: 21% auto 4%;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}
#lp_main_wrap .lp_item_list li {
	width: calc((100% - 6%) / 3);
	margin-bottom: 3.6%;
}
#lp_main_wrap .lp_item_list a:hover {
	text-decoration: underline;
}
#lp_main_wrap .lp_item_list a:hover * {
	text-decoration: underline;
}
#lp_main_wrap .lp_item_list .lp_item_list_img img {
	width: 100%;
	max-width: 100%;
	border: 1px solid #eeeeee;
}
#lp_main_wrap .lp_item_list .lp_item_list_credit {
	margin-top: 13px;
}
#lp_main_wrap .lp_item_list .lp_item_list_credit p {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #363636;
}
#lp_main_wrap .lp_item_list .lp_item_list_credit p:nth-child(3) {
	color: #8d8d8d;
	font-size: 11px;
}
#lp_main_wrap .lp_item_list .lp_item_list_credit span {
	display: inline-block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_list {
		margin: 55% auto 13%;
		width: 92%;
		max-width: 925px;
	}
	#lp_main_wrap .lp_item_list li {
		width: calc((100% - 3%) / 2);
	}
	#lp_main_wrap .lp_item_list .lp_item_list_credit p {
		line-height: 1.65;
	}
}

/* lp_item_btn */
#lp_main_wrap .lp_item_btn {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#lp_main_wrap .lp_item_btn a {
	display: block;
	position: relative;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	padding: 32px 20px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.16em;
	text-align: center;
	background-color: #fff;
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
}
#lp_main_wrap .lp_item_btn a::after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 28px;
	border-top: solid 2px #1b1b1b;
	border-right: solid 2px #1b1b1b;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_btn {
		width: 92%;
		max-width: 925px;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_item_btn a {
		max-width: unset;
		padding: 14px 18px;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.15em;
		width: 90%;
	}
	#lp_main_wrap .lp_item_btn a::after {
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		position: absolute;
		top: calc(50% - 3px);
		right: 12px;
		border-top: solid 1px #1b1b1b;
		border-right: solid 1px #1b1b1b;
	}
}




/* ========== COLLECTION ========== */
#lp_main_wrap #collection {
	background: #f3ecc2;
	width: 100%;
	padding: 7% 0;
}
#lp_main_wrap #collection .lp_collection_title {
	width: 92%;
    max-width: 925px;
    margin: 0 auto;
}
#lp_main_wrap #collection .lp_collection_title p {
	color: #333;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
	letter-spacing: 0.06em;
}
#lp_main_wrap #collection .lp_collection_title p span {
	font-size: 30px;
	font-weight: 100;
	margin: -8px 5px 0 5px;
}
#lp_main_wrap #collection .lp_collection_title h3 {
	color: #333;
	font-size: 32px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin: 3% 0 5% 0;
	letter-spacing: 0.06em;
}
#lp_main_wrap #collection .lp_collection_wrap {
	display: flex;
	width: 92%;
    max-width: 925px;
    margin: 0 auto;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_img {
	width: 50%;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_img img {
	width: 100%;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text {
	width: 50%;
	background: #fff;
	display: flex;
    align-items: center;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text .inner {
	margin: auto 0;
	padding: 0 11%;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text p {
	font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #333;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text a {
	font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-top: 5%;
	padding-right: 1.5rem;
	position: relative;
}
#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text a:after {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	top: calc(50% - 3px);
	right: 0.5rem;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap #collection {
		padding: 13% 0;
		margin-top: 16%;
	}
	#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text p {
		font-size: 15px;
	}
	#lp_main_wrap #collection .lp_collection_title h3 {
		font-size: 25px;
		margin: 5% 0 10% 0;
	}
	#lp_main_wrap #collection .lp_collection_wrap {
		display: block;
	}
	#lp_main_wrap #collection .lp_collection_wrap .lp_collection_img,
	#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text {
		width: 90%;
		margin: 0 auto;
	}
	#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text .inner {
		padding: 7% 8%;
	}
	#lp_main_wrap #collection .lp_collection_wrap .lp_collection_text a {
		font-size: 15px;
		margin-top: 7%;
	}
}




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

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 11% auto 6%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#lp_main_wrap .lp_btn a {
	display: block;
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 32px 20px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.16em;
	text-align: center;
	background-color: #1b1b1b;
	color: #fff;
}
#lp_main_wrap .lp_btn a::after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 28px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn {
		margin: 20% auto 10%;
		width: 92%;
        max-width: 925px;
	}
	#lp_main_wrap .lp_btn a {
		max-width: unset;
		padding: 14px 18px;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.15em;
	}
	#lp_main_wrap .lp_btn a::after {
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		position: absolute;
		top: calc(50% - 3px);
		right: 12px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}



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