@charset "UTF-8";
/* lilas.css */

/* ===== font-family ===== */
.ff_didot {
	font-family: "linotype-didot", serif !important;
	font-weight: 400;
	font-style: normal;
}
.ff_didotB {
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	font-style: normal;
}
.ff_yumin {
	font-family: "yu-mincho-pr6n", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
.ff_din   {
	font-family: "din-condensed-variable", sans-serif !important;
	font-variation-settings: "wght" 600;
}

/* ===== bg-color ===== */
.bg_usufuji {
	background-color: #f4f4f6;
}
.bg_white   {
	background-color: #fff;
}


/* ===== header-MV ===== */
.header_wrap {
	background-color: rgba(255,255,255,.8);
}
#mv_wrap {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: 140px;
	padding-top: 0 !important;
	border: clamp(10px,1vw,20px) solid #2b2a52;
	background-color: #fff;
}
#mv_wrap img {
	object-position: right;
	object-fit: cover;
}
/* LILAS-左上BOX */
#mv_lilas-box {
	width:  10.787vw;
	height: 10.787vw;
	max-width:  240px;
	max-height: 240px;
	min-width:  120px;
	min-height: 120px;
	font-size: clamp(24px,2.157vw,48px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	letter-spacing: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
	top:  -1px;
	left: -1px;
	color: #fff;
	position: absolute;
	background-color: #2b2a52;
}
/* 役職名とお名前 */
.mv_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top:  0;
	left: 0;
	padding: 20px 25px;
	padding: clamp(10px,.899vw,20px) clamp(20px,1.124vw,25px);
	transform: translateX(clamp(120px,10.787vw,240px));
	background-color: #fff;
}
.mv_title .num {
	font-size: clamp(60px,5.393vw,120px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	margin-right: min(1.798vw,40px);
	color: #2b2a52;
}
.mv_title dt,
.mv_title dd,
.mv_title strong,
.mv_title small  {
	line-height: 1;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.mv_title dt {
	margin-bottom: 15px;
}
.mv_title strong {
	font-size: 45px;
	font-size: clamp(20px,2.022vw,45px);
	font-weight: 600;
	margin-right: .25em;
	background: inherit !important;
}
.mv_title dd,
.mv_title small  {
	font-size: 30px;
	font-size: clamp(15px,1.348vw,30px);
}
.mv_title dd {
	letter-spacing: .05em;
}
/* 縦書きキャッチコピー */
.mv_copy,
.mv_copy span {
	font-size: 45px;
	font-size: min(2.022vw,45px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	letter-spacing: .05em;
	color: #2b2a52;
}
.mv_copy {
	width: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: inline-block;
	padding-top:    min(4.045vw,90px);
	padding-bottom: min(6.292vw,140px);
	transform: translateX(calc(min(3.596vw,80px)*-1));
}
.mv_copy span {
	line-height: 1;
	display: inline-block;
	padding: clamp(12px,.674vw,15px);
	background-color: rgba(255,255,255,.7);
}
.mv_copy span:not(:first-of-type) {
	margin-right: 20px;
	margin-right: min(2vw,20px);
}


/* ===== sec_white_box ===== */
.white_box {
	padding: min(6.502vw,80px) min(3.901vw,60px) min(3.901vw,60px);
	box-shadow: 5px 5px 5px -1px rgba(43,42,82,.1);
	background-color: #fff;
}
.white_box > * {
	max-width: 1300px;
	margin-left:  auto;
	margin-right: auto;
}
/* 数字とflex見出し */
.white_box .title_flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.white_box .title_flex h2 {
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 50px;
	margin-right: min(5vw,50px);
	color: #2b2a52;
}
.white_box .title_flex strong {
	font-size: 80px;
	font-size: clamp(44px,3.596vw,80px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
	margin-right: 30px;
	margin-right: min(3vw,30px);
	background: inherit !important;
}
.white_box .title_flex small {
	font-size: 50px;
	font-size: min(40px,2.247vw,50px);
}
.white_box .title_flex img,
.white_box .title_flex svg {
	min-width: 60px;
	height: 1.1em;
}
.white_box .title_flex .st0 {
	fill: #2C2854;
}
.white_box .title_flex p {
	font-size: 28px;
	font-size: clamp(18px,1.258vw,28px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	line-height: 1.4;
	text-align:  left;
	letter-spacing: 0.05em;
	color: #2b2a52;
}
.white_box p {
	text-align:  justify;
	line-height: 2;
	letter-spacing: .075em;
}
.white_box .num_flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-top:  min(3vw,30px);
	padding-top: min(3vw,30px);
	border-top: 1px solid #2b2a52;
}
.white_box .num_flex dt {
	font-size: 128px;
	font-size: clamp(80px,5.753vw,128px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	margin-right: 60px;
	margin-right: min(6vw,60px);
	color: #2b2a52;
}


/* ===== コンテンツ(白背景なかみ) ===== */
/* パーツ① 左/横写真-右/文章 */
.sec_cont .card:first-of-type {
	margin-top: 0;
}
.sec_cont .card {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: min(10vw,100px);
}
.sec_cont .card .img_wrap  {
	width: 60%;
	width: calc(60% - min(4vw,80px));
	margin-right: min(4vw,80px);
}
.sec_cont .card .cont_wrap {
	width: 40%;
	min-width: 410px;
}
.sec_cont .card_imgL {
}
.sec_cont .card h3 {
	font-size: 32px;
	font-size: min(2vw,32px);
	font-family: "yu-mincho-pr6n", sans-serif !important;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: .02em;
	line-height: 1.7;
	color: #2b2a52;
}
.sec_cont .card h3:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top:    min(3vw,30px);
	margin-bottom: min(3vw,30px);
	background-color: #2b2a52;
}
.sec_cont .card .Q_cont {
	font-size: 20px;
	font-size: min(2vw,20px);
	font-weight: bold;
	color: #2b2a52;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 30px;
}
.sec_cont .Q_cont:before {
	content: "─";
	margin-right: .2em;
}
/* パーツ② 文章 */
.sec_cont .card_contOnly .img_wrap  {
	display: none !important;
}
.sec_cont .card_contOnly .cont_wrap {
	width: 100%;
}
/* パーツ③ 左/文章-右/縦写真 */
.sec_cont .card_imgR {
	flex-direction: row-reverse;
}
.sec_cont .card_imgR .cont_wrap {
	width: 57%;
}
.sec_cont .card_imgR .img_wrap  {
	width: 43%;
	width: calc(43% - min(4vw,80px));
	margin-left:  min(4vw,80px);
	margin-right: 0;
}
/* 質問＆回答を追加 */
.other_qa {
	padding-top: min(6vw,60px);
}


/* ===== LILAS Library ===== */
.div_WcolorInfo {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	background-color: #f4f4f6;
}
/* 色濃い方の見出し */
.div_WcolorInfo .color_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: min(3.901vw,60px) min(1.798vw,40px);
	background-color: #2b2a52;
}
.div_WcolorInfo .color_wrap * {
	line-height: 1;
	color: #fff;
}
.div_WcolorInfo .color_wrap h2 {
	text-align: center;
}
.div_WcolorInfo .color_wrap strong {
	font-size: 48px;
	font-size: min(4.8vw,48px);
	font-weight: 600;
	display: inline-block;
	background:  inherit;
	margin-bottom: 15px;
}
.div_WcolorInfo .color_wrap small  {
	font-size: 37px;
	font-weight: 300;
	letter-spacing: .05em;
	display: inline-block;
}
/* 色薄い方のコンテンツ */
.div_WcolorInfo .cont_wrap {
	padding: min(3.901vw,60px);
}
.div_WcolorInfo .cont_wrap p {
	line-height: 2;
}
.div_library .flex_box {
	max-width: 700px;
	margin-left:  auto;
	margin-right: auto;
}
.div_library .flex_box .card {
	width: calc(100%/3 - min(1.5vw,30px));
}
.div_library .flex_box .card:nth-of-type(n+4) {
	margin-top: 40px;
}
.div_library .flex_box .card img {
	margin-bottom: min(2vw,20px);
}
.div_library .flex_box .card p   {
	text-align:  center;
	line-height: 1.7;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}

/* ===== LILAS Plant ===== */
.div_plant .color_wrap {
	background-color: #463a3d;
}
.div_plant .flex_box   {
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.div_plant .flex_box > * {
	width: calc(100%/2 - min(4vw,40px)/2);
}
/* dl(花について) */
.div_WcolorInfo dl div:not(:first-of-type) {
	margin-top: min(3vw,30px);
}
.div_WcolorInfo dt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.div_WcolorInfo dt .title_box {
	width: auto;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-right:  10px;
	padding: 5px 7.5px;
	color: #fff;
	background-color: #000;
}
.div_WcolorInfo dt .small {
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
	font-weight: normal;
}
.div_WcolorInfo dd {
	line-height: 1.7;
}

/* ===== other textBOX ===== */
.info_write {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #2b2a52;
	padding: min(3vw,20px);
	background-color: #fff;
	border: 2px solid #2b2a52;
}


/* ===== pagination ===== */
/* 見出し */
#sec_otherLinks h2 strong {
	font-size: 80px;
	font-size: min(3.596vw,80px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	margin-right: min(4vw,40px);
	color: #2b2a52;
	background: inherit;
}
#sec_otherLinks h2 small  {
	font-size: 32px;
	font-size: min(2vw,32px);;
	font-family: "yu-mincho-pr6n", sans-serif !important;
	font-weight: 400;
	letter-spacing: .05em;
	color: #2b2a52;
}
.uk-slider-items>* {
	width: 50%;
}

/* LILAS記事の一覧をスライダーで表示(矢印ボタン) */
.slide_arrow_prev,
.slide_arrow_next {
	width:  5vw;
	height: 5vw;
	max-width:  50px;
	max-height: 50px;
	min-width:  40px;
	min-height: 40px;
	padding: 0;
	color: #000 !important;
}
.slide_arrow_prev {
	margin-right: min(1.5vw,20px);
}
.slide_arrow_prev svg,
.slide_arrow_next svg {
	display: none !important;
}
.slide_arrow_prev:before,
.slide_arrow_next:before {
	content: "";
	width:  5vw;
	height: 5vw;
	max-width:  50px;
	max-height: 50px;
	min-width:  40px;
	min-height: 40px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}
.slide_arrow_prev:before {
	background-image: url(../../img/lilas/lilas_prev.svg);
}
.slide_arrow_next:before {
	background-image: url(../../img/lilas/lilas_next.svg);
}
/* 見出しと矢印ボタンをflex */
#sec_otherLinks .head_wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
#sec_otherLinks .prev_next_wrap {
	padding-right: 25px;
}

/* 前の記事と次の記事のサムネイルを表示したい場合は、以下の非表示を解除 */
/* 
.page-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 0;
}
.page-nav a {
	width: calc(100%/2 - min(3vw,30px)/2);
	padding: 0 !important;
}
 */


@media screen and (min-width: 1100px) {
	/* ===== コンテンツ(白背景なかみ) ===== */
	.sec_cont .card {
		padding-top: min(6vw,60px);
	}
	.sec_cont .card_imgL .img_wrap img {
		transform: scale(1.08);
		transform-origin: right top;
	}
	.sec_cont .card_imgR .img_wrap img {
		transform: scale(1.08);
		transform-origin: left top;
	}
}


@media screen and (max-width: 1023px) {
	/* ===== header-MV ===== */
	#mv_wrap {
		margin-top: 80px;
	}

	/* ===== header-MV ===== */
	.sec_cont .card_imgL .cont_wrap,
	.sec_cont .card_imgR .cont_wrap {
		width: 51vw;
		min-width: 350px;
	}
	.sec_cont .card_imgL {
		transform: translateX(0);
	}
	.sec_cont .card h3 {
		font-size: clamp(18px,2.4vw,22px);
	}
}


@media screen and (min-width:769px) {
	.div_library .flex_box:after {
		content: "";
		width: calc(100%/3 - min(1.5vw,30px));
		height: 0;
	}
}


@media screen and (max-width: 768px) {
	/* ===== header-MV ===== */
	#mv_wrap {
		border: 6px solid #2b2a52;
	}
	/* 色付きBOX */
	#mv_lilas-box {
		width:  24vw;
		height: 24vw;
		max-width:  160px;
		max-height: 160px;
		min-width:  inherit;
		min-height: inherit;
		font-size: min(4.8vw,30px);
		z-index: 1;
	}
	/* タイトル */
	.mv_title {
		width: calc(100% - min(24vw,160px));
		left: inherit;
		right: 0; 
		justify-content: center;
		padding: 1.333vw 2.666vw;
		transform: translateX(min(24vw,160px));
		transform: translateX(0);
	}
	.mv_title .num {
		font-size: 50px;
		font-size: min(13.333vw,80px);
		margin-right: 10px;
		margin-right: 2.666vw;
	}
	.mv_title dt {
		margin-bottom: 7px;
		margin-bottom: min(1.867vw,14px);
	}
	.mv_title strong {
		font-size: 18px;
		font-size: min(4.8vw,30px);
	}
	.mv_title small,
	.mv_title dd    {
		font-size: 12px;
		font-size: min(3.2vw,20px);
		font-weight: bold;
	}
	/* 縦書き文章 */
	.mv_copy {
		padding-top: min(20vw,130px);
	}
	.mv_copy span {
		font-size: 14px;
		font-size: 3.733vw;
		padding:    7px;
	}
	/* ===== sec_white_box ===== */
	.white_box {
		padding: 30px 20px;
		padding: 8vw 5.333vw;
	}
	/* タイトル部分 */
	.white_box .title_flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.white_box .title_flex h2 {
		margin-right:  20px;
		margin-bottom: 10px;
	}
	.white_box .title_flex strong {
		font-size: min(11.733vw,50px);
	}
	.white_box .title_flex svg {
		font-size: 28px;
		font-size: min(7.467vw,35px);
		max-width: inherit;
		height: .9em;
	}
	.white_box .title_flex p {
		font-size: 15px;
		font-size: min(4vw,20px);
		margin-bottom: 20px;
	}
	/* 下部分(数字+コンテンツ) */
	.white_box .num_flex {
		justify-content: center;
		flex-wrap: wrap;
		margin-top:  20px;
		padding-top: 20px;
	}
	.white_box .num_flex dt {
		font-size: min(17.6vw,80px);
		margin-right:  0;
		margin-bottom: 10px;
	}

	/* ===== コンテンツ(白背景なかみ) ===== */
	.sec_cont .card {
		flex-wrap: wrap;
		margin-top: 80px;
	}
	/* 画像 */
	.sec_cont .card .img_wrap {
		width: 100%;
		margin-left:  0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/* 文章 */
	.sec_cont .card_imgL .cont_wrap,
	.sec_cont .card_imgR .cont_wrap,
	.sec_cont .card_contOnly .cont_wrap {
		width: 100%;
		min-width: inherit;
	}
	.sec_cont .card_imgL .cont_wrap,
	.sec_cont .card_imgR .cont_wrap {
		flex-wrap: wrap;
	}
	.sec_cont .card h3:after {
		margin-top:    25px;
		margin-bottom: 25px;
	}
	.sec_cont .card .Q_cont,
	.sec_cont .card .A_cont {
		font-feature-settings: "palt";
		text-align: justify;
	}
	.sec_cont .card .Q_cont {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.sec_cont .card .A_cont {
		line-height: 2;
	}
	/* ===== LILAS Library ===== */
	.div_WcolorInfo {
		flex-wrap: wrap;
	}
	.div_WcolorInfo .color_wrap {
		width: 100%;
		padding: 20px;
		padding: 5.333vw;
	}
	.div_WcolorInfo .cont_wrap  {
		padding: 20px;
		padding: 5.333vw 5.333vw 8vw;
	}
	.div_WcolorInfo .cont_wrap p {
		text-align: justify;
		font-feature-settings: "palt";
	}
	.div_WcolorInfo .color_wrap strong {
		font-size: 40px;
		letter-spacing: .05em;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.div_WcolorInfo .color_wrap small  {
		font-size: 30px;
	}
	/* 作品flex */
	.div_library .flex_box .card {
		width: 100%;
		text-align: center;
	}
	.div_library .flex_box .card:not(:first-of-type) {
		margin-top: 30px;
		margin-top: min(8vw,40px);
	}
	.div_library .flex_box .card img {
		width: 50%;
		margin-bottom: 15px;
	}

	/* ===== LILAS Plant ===== */
	.div_plant .flex_box {
		flex-wrap: wrap;
	}
	.div_plant .flex_box > * {
		width: 100%;
		text-align: justify;
	}
	.div_plant .flex_box p {
		margin-bottom: 20px;
	}
	/* 花の説明 */
	.div_WcolorInfo dl div:not(:first-of-type) {
		margin-top: 30px;
	}
	.div_WcolorInfo dt {
		margin-bottom: 20px;
	}
	.div_WcolorInfo dt .title_box {
		letter-spacing: .15em;
		margin-bottom: 10px;
	}
	.div_WcolorInfo dt .small {
		width: 100%;
		font-size: 12px;
	}

	/* ===== other textBOX ===== */
	.info_write {
		padding: 20px;
		background-color: #fff;
	}


	/* ===== pagination ===== */
	#sec_otherLinks .head_wrap {
		justify-content: center;
	}
	#sec_otherLinks h2 {
		text-align: center;
		line-height: 1.2;
	}
	#sec_otherLinks h2 strong {
		font-size: 36px;
		letter-spacing: .05em;
		margin-right: 0;
	}
	#sec_otherLinks h2 small  {
		font-size: 20px;
		font-weight: bold;
	}
	/* スライダー部分 */
	.uk-slider-items.uk-grid {
		margin-bottom: 30px;
	}
	.uk-slider-items > * {
		width: 100%;
	}
	/* prev-next */
	#sec_otherLinks .prev_next_wrap {
		padding-right: 0;
	}
	.prev_next_wrap.sp_blk {
		display: flex !important;
		justify-content: center;
	}
	.slide_arrow_prev {
		margin-right: 10px;
		margin-right: min(2.667vw,15px);
	}
	.slide_arrow_prev,
	.slide_arrow_next,
	.slide_arrow_prev:before,
	.slide_arrow_next:before {
		width:  10.667vw;
		height: 10.667vw;
	}
}


/* ===== delate later ===== */
/* otherInterview coming-soon */
.others_ready {
	color: #000;
	text-align: left;
}
@media screen and (max-width:768px) {
	.others_ready {
		text-align: center;
	}
	.other_qa {
		padding-top: 40px;
	}
}

