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

/* Apparat - Adobe Fonts */
.apparat-extralight {
	font-family: "apparat-light", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.apparat-light {
	font-family: "apparat-light", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.apparat-regular {
	font-family: "apparat", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.apparat-medium {
	font-family: "apparat", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.apparat-semibold {
	font-family: "apparat", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.apparat-bold {
	font-family: "apparat", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.apparat-extrabold {
	font-family: "apparat", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* Orpheus - Adobe Fonts */
.orpheus-medium {
	font-family: "orpheuspro", serif;
	font-weight: 400;
	font-style: normal;
}

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

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



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

body{
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* アニメーションがチラつく時に使用 */
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;
	}
}

/* ヘッダー・パンくず・フッター非表示 */
.navbar,
.breadcrumbs_wrap,
.breadcrumbs_wrap .container,
#page-footer,
#footer_banner {
	display: none;
}
#lp_main_wrap .description{
	height: 0vh;
}



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

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-feature-settings: "palt";
	word-wrap: break-word;
	color: #48453a;
	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 ========== */

/* lp_main */
#lp_main_wrap header.lp_main {
	position: relative;
	z-index: 1;
}
#lp_main_wrap header.lp_main h2.lp_main-pc {
	width: 100%;
	margin: 0;
	padding-top: 67.03%;
	position: relative;
	background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/scapa/2025_awcollaboration_vol1/main_pc_1920.jpg") no-repeat center top / cover;
}
#lp_main_wrap header.lp_main h2.lp_main-pc img.lp_main-pc_text {
	display: block;
	width: 39%;
	height: auto;
	position: absolute;
	top: 53%;
	left: 14%;
}
#lp_main_wrap header.lp_main h2.lp_main-smp {
  display: none;
}
@media (max-width: 1600px) {
	#lp_main_wrap header.lp_main h2.lp_main-pc {
		padding-top: 64.14%;
		background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/scapa/2025_awcollaboration_vol1/main_pc.jpg") no-repeat center top / cover;
	}
}
@media (max-width: 767px) {
  #lp_main_wrap header.lp_main h2.lp_main-pc {
    display: none;
  }
  #lp_main_wrap header.lp_main h2.lp_main-smp {
    display: block;
		width: 100%;
		margin: 0;
  }
	#lp_main_wrap header.lp_main h2.lp_main-smp img {
		display: block;
		width: 100%;
	}
}



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

/* lp_main */
#lp_main_wrap .lp_main {
	width: 100%;
	margin: 0;
	background-color: #d5d1be;
}



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

/* price */
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
	padding: 5px 7px 5px;
	background-color: #494541;
	color: #fff;
	line-height: 1 !important;
}
#lp_main_wrap .price {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
	display: inline-block;
	margin-right: 4px;
}
#lp_main_wrap .price .msize::before {
	content: "M";
}
#lp_main_wrap .price .lsize::before {
	content: "L";
}
#lp_main_wrap .price a {
	display: inline-block;
	text-decoration: none;
}

/* swiper */
#lp_main_wrap .swiper-itemlist {
	overflow: hidden;
	position: relative;
}
#lp_main_wrap .swiper-container-horizontal > .swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 2px;
	z-index: 10;
	width: 100%;
	height: 2px;
	margin-top: 34px;
}
#lp_main_wrap .swiper-scrollbar {
	background-color: #fff;
}
#lp_main_wrap .swiper-scrollbar-drag {
	background-color: #b3b3b3;
}
@media (min-width: 768px) {
	#lp_main_wrap .swiper-wrapper {
		display: flex;
		justify-content: center;
		gap: 2.1%;
	}
	#lp_main_wrap .swiper-slide {
		width: calc((100% - 8.4%) / 5);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .swiper-itemlist {
		overflow: hidden;
		padding: 0 6.5%;
	}
	#lp_main_wrap .swiper-slide {
		width: calc((100% - 12%) / 2);
	}
	#lp_main_wrap .swiper-slide:last-child {
		margin-right: 0;
	}
}



/* ========== ANIMATION ========== */

/* fadeIn */
#lp_main_wrap .animation-fadeIn {
	opacity: 0;
}
#lp_main_wrap .active.animation-fadeIn {
	animation: fadeIn 0.9s ease-in-out 0s forwards;
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* fadeZoom */
#lp_main_wrap .animation-fadeZoom {
	transform: scale(1.09);
	will-change: transform;
	transition: transform 3.6s ease 0s;
}
#lp_main_wrap .active.animation-fadeZoom {
	transform: scale(1);
}

/* fadeLeft */
#lp_main_wrap .animation-fadeLeft {
	clip-path: polygon(0 0, 90% 0, 90% 100%, 0% 100%);
	translate: 5% 0;
	will-change: clip-path, translate;
	transition: clip-path 1s ease 0s, translate 1.8s ease 0s;
}
#lp_main_wrap .active.animation-fadeLeft {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	translate: 0 0;
}

/* fadeRight */
#lp_main_wrap .animation-fadeRight {
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
	translate: -5% 0;
	will-change: clip-path, translate;
	transition: clip-path 1s ease 0s, translate 1.8s ease 0s;
}
#lp_main_wrap .active.animation-fadeRight {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	translate: 0 0;
}



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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 0 auto;
	padding: 8.6% 0 13.6%;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead p {
	text-align: center;
	font-size: 15px;
	line-height: 2.33;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 0 auto;
		padding: 19% 0 13%;
	}
	#lp_main_wrap .lp_lead_inner {
		width: 73%;
	}
	#lp_main_wrap .lp_lead p {
		text-align: left;
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.08em;
	}
}



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

/* lp_nav */
@media (min-width: 768px) {
	#lp_main_wrap .lp_nav {
		display: none;
		position: fixed;
		left: 36px;
		top: 88px;
		width: fit-content;
		z-index: 10;
	}
	#lp_main_wrap .lp_nav_list {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	#lp_main_wrap .lp_nav_list li a {
		position: relative;
		width: fit-content;
		height: 24px;
		display: flex;
		align-items: center;
		color: #48453a;
		font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.08em;
		transition: 0s;
		transition: opacity 0.6s;
	}
	#lp_main_wrap .lp_nav_list li a::before {
		content: "";
		width: 0;
		height: 1px;
		margin: auto 0;
		background-color: #48453a;
		transition: 0.6s;
	}
	#lp_main_wrap .lp_nav_list li a.active {
		position: relative;
		display: flex;
		height: 24px;
		font-size: 17px;
		font-style: italic;
	}
	#lp_main_wrap .lp_nav_list li a.active::before {
		width: 34px;
		margin-right: 8px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
		width: 100%;
		padding: 9px 10px 13px;
		background: #e0e4e3;
		box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
	}
	#lp_main_wrap .lp_nav_list {
		display: flex;
		gap: 28px;
		justify-content: center;
	}
	#lp_main_wrap .lp_nav_list li a {
		position: relative;
		display: block;
		width: fit-content;
		padding: 2px 0;
		color: #48453a;
		font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 0.04em;
	}
	#lp_main_wrap .lp_nav_list li a::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 0;
		height: 1px;
		background-color: #48453a;
		transition: 0.4s;
	}
	#lp_main_wrap .lp_nav_list li a.active{
		font-style: italic;
	}
	#lp_main_wrap .lp_nav_list li a.active::after {
		width: 100%;
	}

}
@media (max-width: 425px) {
	#lp_main_wrap .lp_nav_list {
		gap: 20px;
	}
}



/* ========== CONTENT 共通 ========== */

/* lp_content_img */
#lp_main_wrap .lp_content_img {
	overflow: hidden;
}
#lp_main_wrap .lp_content_img figure {
	background-color: #fff;
}
#lp_main_wrap .lp_content_img img {
	width: 100%;
}

/* lp_content_lead */
#lp_main_wrap .lp_content_lead p {
	font-size: 15px;
	line-height: 2.28;
	letter-spacing: 0.11em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_lead p {
		line-height: 2;
	}
}

/* lp_content_item */
#lp_main_wrap .lp_content_item {
	width: 100%;
	max-width: 1094px;
	margin: 0 auto;
}
#lp_main_wrap .lp_content_item_img img {
	width: 100%;
}

/* lp_content_item_credit */
#lp_main_wrap .lp_content_item_credit {
	margin-top: 14px;
	padding: 0 2px;
}
#lp_main_wrap .lp_content_item_credit p {
	font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho", serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
#lp_main_wrap .lp_content_item_credit p + p {
	margin-top: 4px;
}
#lp_main_wrap .lp_content_item_credit p.price {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.04em;
}
#lp_main_wrap .lp_content_item_credit .sub {
	font-size: 12px;
	color: #666;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item_credit {
		margin-top: 11px;
	}
	#lp_main_wrap .lp_content_item_credit p + p {
		margin-top: 5px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_content_item_credit p.price {
		font-size: 10px;
	}
}



/* ========== CONTENT01 ========== */

/* lp_content01 */
#lp_main_wrap .lp_content01 {
	position: relative;
	width: 82%;
	max-width: 1240px;
	margin: 0 auto 212px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content01 {
		margin-bottom: 17%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content01 {
		width: 100%;
		margin: 0 auto 21%;
	}
}

/* lp_content01_row01 */
#lp_main_wrap .lp_content01_row01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_content01_row01_1 {
	width: 54.8%;
}
#lp_main_wrap .lp_content01_row01_2 {
	width: 45.2%;
	padding-top: 35.6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content01_row01 {
		display: block;
		margin: 0;
		padding: 1px 0 0;
	}
	#lp_main_wrap .lp_content01_row01_1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#lp_main_wrap .lp_content01_row01_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

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

/* lp_content01_title */
#lp_main_wrap .lp_content01_title {
	position: absolute;
	top: 0;
	right: 3.6%;
	width: 43.72%;
	margin-top: 12.6%;
	z-index: 5;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content01_title {
		position: absolute;
		top: 0;
		right: 12%;
		width: 20.5%;
		margin: 0;
	}
}

/* lp_content01_lead */
#lp_main_wrap .lp_content01_lead {
	width: 86%;
	max-width: 370px;
	margin: 10.4% auto 0 6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content01_lead {
		width: 73%;
		margin: 0 auto 17% 7%;
	}
}

/* lp_content01_img01 */
#lp_main_wrap .lp_content01_img01 {
	position: relative;
	z-index: 1;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content01_img01 {
		width: 93%;
		margin: 18.4% auto 10% 0;
	}
}

/* lp_content01_img02 */
#lp_main_wrap .lp_content01_img02 {
	position: relative;
	z-index: 1;
	width: 91%;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content01_img02 {
		width: 80%;
		margin: 0 0 11% auto;
	}
}




/* ========== CONTENT02 ========== */

/* lp_content02 */
#lp_main_wrap .lp_content02 {
	position: relative;
	width: 82%;
	max-width: 1240px;
	margin: 0 auto 206px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content02 {
		margin-bottom: 16.6%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content02 {
		width: 100%;
		margin: 0 auto 21%;
	}
}

/* lp_content02_row01 */
#lp_main_wrap .lp_content02_row01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_content02_row01_1 {
	width: 54.8%;
}
#lp_main_wrap .lp_content02_row01_2 {
	width: 45.2%;
	padding-top: 35.6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content02_row01 {
		display: block;
		margin: 0;
		padding: 1px 0 0;
	}
	#lp_main_wrap .lp_content02_row01_1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#lp_main_wrap .lp_content02_row01_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

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

/* lp_content02_title */
#lp_main_wrap .lp_content02_title {
	position: absolute;
	top: 0;
	right: 8.2%;
	width: 40.16%;
	margin-top: 12.8%;
	z-index: 5;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content02_title {
		position: absolute;
		top: 0;
		right: 13%;
		width: 19.3%;
		margin: 0;
	}
}

/* lp_content02_lead */
#lp_main_wrap .lp_content02_lead {
	width: 86%;
	max-width: 365px;
	margin: 10.4% auto 0 6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content02_lead {
		width: 73%;
		margin: 0 auto 17% 7%;
	}
}

/* lp_content02_img01 */
#lp_main_wrap .lp_content02_img01 {
	position: relative;
	z-index: 1;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content02_img01 {
		width: 93%;
		margin: 18.4% auto 10% 0;
	}
}

/* lp_content02_img02 */
#lp_main_wrap .lp_content02_img02 {
	position: relative;
	z-index: 1;
	width: 91%;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content02_img02 {
		width: 80%;
		margin: 0 0 11% auto;
	}
}



/* ========== CONTENT03 ========== */

/* lp_content03-mv */
#lp_main_wrap .lp_content03-mv {
	position: relative;
  width: 100%;
  margin: 0 0 -181px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content03-mv {
		width: 100%;
		margin: 0 auto -14.6%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03-mv {
		width: 100%;
		margin: 0 auto 12.4%;
	}
	#lp_main_wrap .lp_content03-mv .lp_content_img a {
		display: block;
		width: 100%;
		aspect-ratio: 75 / 54;
	}
	#lp_main_wrap .lp_content03-mv .lp_content_img a img {
		object-fit: cover;
		object-position: 0% 0%;
		width: 100%;
		height: 100%;
	}
}

/* lp_content03 */
#lp_main_wrap .lp_content03 {
	position: relative;
  width: 82%;
	max-width: 1240px;
  margin: 0 auto 198px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content03 {
		margin-bottom: 16%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03 {
		width: 100%;
		margin: 0 auto 20%;
	}
}

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

/* lp_content03_row02 */
#lp_main_wrap .lp_content03_row02 {
	position: relative;
  width: 100%;
  margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#lp_main_wrap .lp_content03_row02_1 {
  width: 54.8%;
}
#lp_main_wrap .lp_content03_row02_2 {
	width: 42%;
	padding-top: 53%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_row02 {
		display: block;
		margin: 0;
		padding: 1px 0 0;
	}
	#lp_main_wrap .lp_content03_row02_1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#lp_main_wrap .lp_content03_row02_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* lp_content03_row03 */
#lp_main_wrap .lp_content03_row03 {
	width: 100%;
	margin: 10.6% auto 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_row03 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* lp_content03_title */
#lp_main_wrap .lp_content03_title {
	position: absolute;
	top: 0;
	left: 3.4%;
  width: 47.58%;
	margin-top: 22.8%;
	z-index: 5;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_title {
		position: absolute;
		top: 0;
		left: unset;
		right: 11%;
		width: 20.6%;
		margin: 0;
	}
}

/* lp_content03_lead */
#lp_main_wrap .lp_content03_lead {
	width: 86%;
	max-width: 365px;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_lead {
		width: 73%;
		margin: 0 auto 9% 10%;
	}
}

/* lp_content03_img01 */
#lp_main_wrap .lp_content03_img01 {
	position: relative;
	z-index: 1;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_img01 {
		width: 100%;
	}
}

/* lp_content03_img02 */
#lp_main_wrap .lp_content03_img02 {
	position: relative;
	z-index: 2;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_img02 {
		width: 93.5%;
		margin: 18.4% auto 10% 0;
	}
}

/* lp_content03_img03 */
#lp_main_wrap .lp_content03_img03 {
	position: relative;
	z-index: 1;
	width: 91%;
	margin: 0 auto 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content03_img03 {
		width: 63%;
		margin: 0 auto 12% 0;
	}
}



/* ========== CONTENT04 ========== */

/* lp_content04 */
#lp_main_wrap .lp_content04 {
	position: relative;
  width: 82%;
	max-width: 1240px;
  margin: 0 auto 206px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content04 {
		margin-bottom: 16.6%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04 {
		width: 100%;
		margin: 0 auto 21%;
	}
}

/* lp_content04_row01 */
#lp_main_wrap .lp_content04_row01 {
	position: relative;
  width: 100%;
  margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#lp_main_wrap .lp_content04_row01_1 {
  width: 54.8%;
}
#lp_main_wrap .lp_content04_row01_2 {
  width: 45.2%;
	padding-top: 35.6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_row01 {
		display: block;
		margin: 0;
		padding: 1px 0 0;
	}
	#lp_main_wrap .lp_content04_row01_1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#lp_main_wrap .lp_content04_row01_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* lp_content04_row02 */
#lp_main_wrap .lp_content04_row02 {
	width: 100%;
	margin: 10.6% auto 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_row02 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* lp_content04_title */
#lp_main_wrap .lp_content04_title {
	position: absolute;
	top: 0;
	left: 3.4%;
  width: 42.90%;
	margin-top: 12.6%;
	z-index: 5;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_title {
		position: absolute;
		top: 0;
		left: 13%;
		width: 19.3%;
		margin: 0;
	}
}

/* lp_content04_lead */
#lp_main_wrap .lp_content04_lead {
	width: 86%;
	max-width: 360px;
	margin: 10.4% 5% 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_lead {
		width: 73%;
		margin: 0 7% 17% auto;
	}
}

/* lp_content04_img01 */
#lp_main_wrap .lp_content04_img01 {
	position: relative;
	z-index: 1;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_img01 {
		width: 93.5%;
		margin: 18.4% 0 10% auto;
	}
}

/* lp_content04_img02 */
#lp_main_wrap .lp_content04_img02 {
	position: relative;
	z-index: 1;
	width: 91%;
	margin: 0 auto 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_img02 {
		width: 80%;
		margin: 0 auto 12% 0;
	}
}

/* lp_content04_img03 */
#lp_main_wrap .lp_content04_img03 {
	position: relative;
	z-index: 2;
	width: 64.2%;
	margin: -7% 0 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content04_img03 {
		width: 64%;
		margin: 0 0 11% auto;
	}
}



/* ========== CONTENT05 ========== */

/* lp_content05-mv */
#lp_main_wrap .lp_content05-mv {
	position: relative;
  width: 100%;
  margin: 0 0 -183px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content05-mv {
		width: 100%;
		margin: 0 auto -14.75%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05-mv {
		width: 100%;
		margin: 0 auto 12.4%;
	}
	#lp_main_wrap .lp_content05-mv .lp_content_img a {
		display: block;
		width: 100%;
		aspect-ratio: 75 / 54;
	}
	#lp_main_wrap .lp_content05-mv .lp_content_img a img {
		object-fit: cover;
		object-position: 0% 0%;
		width: 100%;
		height: 100%;
	}
}

/* lp_content05 */
#lp_main_wrap .lp_content05 {
	position: relative;
  width: 82%;
	max-width: 1240px;
  margin: 0 auto 202px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content05 {
		margin-bottom: 16.3%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05 {
		width: 100%;
		margin: 0 auto 21%;
	}
}

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

/* lp_content05_row02 */
#lp_main_wrap .lp_content05_row02 {
	position: relative;
  width: 100%;
  margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#lp_main_wrap .lp_content05_row02_1 {
  width: 54.8%;
}
#lp_main_wrap .lp_content05_row02_2 {
  width: 45.2%;
	padding-top: 66%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_row02 {
		display: block;
		margin: 0;
		padding: 1px 0 0;
	}
	#lp_main_wrap .lp_content05_row02_1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#lp_main_wrap .lp_content05_row02_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* lp_content05_row03 */
#lp_main_wrap .lp_content05_row03 {
	width: 100%;
	margin: 10.6% auto 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_row03 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* lp_content05_title */
#lp_main_wrap .lp_content05_title {
	position: absolute;
	top: 0;
	left: 9.2%;
  width: 37.82%;
	margin-top: 43%;
	z-index: 5;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_title {
		position: absolute;
		top: 0;
		left: 12%;
		width: 20.4%;
		margin: 0;
	}
}

/* lp_content05_lead */
#lp_main_wrap .lp_content05_lead {
	width: 86%;
	max-width: 360px;
	margin: 26.5% 5% 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_lead {
		width: 73%;
		margin: 0 7% 17% auto;
	}
}

/* lp_content05_img01 */
#lp_main_wrap .lp_content05_img01 {
	position: relative;
	z-index: 1;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_img01 {
		width: 100%;
	}
}

/* lp_content05_img02 */
#lp_main_wrap .lp_content05_img02 {
	position: relative;
	z-index: 2;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_img02 {
		width: 93%;
		margin: 18.4% 0 10% auto;
	}
}

/* lp_content05_img03 */
#lp_main_wrap .lp_content05_img03 {
	position: relative;
	z-index: 1;
	width: 91%;
	margin: 0 auto 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content05_img03 {
		width: 68%;
		margin: 0 auto 11% 0;
	}
}



/* ========== CONTENT06 ========== */

/* lp_content06 */
#lp_main_wrap .lp_content06 {
	position: relative;
	width: 82%;
	max-width: 1240px;
	margin: 0 auto 206px;
}
@media (max-width: 1240px) {
	#lp_main_wrap .lp_content04 {
		margin-bottom: 16.6%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content06 {
		width: 100%;
		margin: 0 auto 25%;
	}
}

/* lp_content06_row01 */
#lp_main_wrap .lp_content06_row01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_content06_row01_1 {
	width: 54.8%;
}
#lp_main_wrap .lp_content06_row01_2 {
	width: 45.2%;
	padding-top: 35.6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content06_row01 {
		display: block;
		margin: 0;
		padding: 1px 0 0;
	}
	#lp_main_wrap .lp_content06_row01_1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#lp_main_wrap .lp_content06_row01_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

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

/* lp_content06_title */
#lp_main_wrap .lp_content06_title {
	position: absolute;
	top: 0;
	right: 2.6%;
	width: 44.5%;
	margin-top: 12.6%;
	z-index: 5;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content06_title {
		position: absolute;
		top: 0;
		right: 12%;
		width: 20.5%;
		margin: 0;
	}
}

/* lp_content06_lead */
#lp_main_wrap .lp_content06_lead {
	width: 86%;
	max-width: 365px;
	margin: 10.4% auto 0 6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content06_lead {
		width: 73%;
		margin: 0 auto 17% 7%;
	}
}

/* lp_content06_img01 */
#lp_main_wrap .lp_content06_img01 {
	position: relative;
	z-index: 1;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content06_img01 {
		width: 93%;
		margin: 18.4% auto 10% 0;
	}
}

/* lp_content06_img02 */
#lp_main_wrap .lp_content06_img02 {
	position: relative;
	z-index: 1;
	width: 91%;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content06_img02 {
		width: 80%;
		margin: 0 0 11% auto;
	}
}






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

/* lp_btn */
#lp_main_wrap .lp_btn {
	position: relative;
  width: 86%;
	max-width: 1080px;
  margin: 0 auto 13%;
}
#lp_main_wrap .lp_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 22px;
  width: 100%;
	padding: 28px;
	text-align: center;
	background-color: #8c8a75;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.12em;
	color: #fff;
}
#lp_main_wrap .lp_btn a:not(:first-child) {
	margin-top: 30px;
}
#lp_main_wrap .lp_btn a.lp_btn-icon {
	padding: 20px 28px;
}
#lp_main_wrap .lp_btn a.lp_btn-icon i {
	width: 40px;
}
#lp_main_wrap .lp_btn_text {
	margin-top: 26px;
	text-align: center;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn {
		margin-bottom: 0;
		padding: 0 0 18%;
	}
	#lp_main_wrap .lp_btn a {
		gap: 12px;
		padding: 22px;
		font-size: 14px;
		letter-spacing: 0.08em;
	}
	#lp_main_wrap .lp_btn a:not(:first-child) {
		margin-top: 5%;
	}
	#lp_main_wrap .lp_btn a.lp_btn-icon {
		padding: 14px 22px;
	}
	#lp_main_wrap .lp_btn a.lp_btn-icon i {
		width: 32px;
	}
	#lp_main_wrap .lp_btn_text {
		margin-top: 5%;
		text-align: left;
		font-size: 12px;
	}
}



/* ========== PROFILE ========== */

/* lp_profile */
#lp_main_wrap .lp_profile {
  width: 100%;
  margin: 0;
	padding: 10% 0;
  background-color: #e4e2d3;
}
#lp_main_wrap .lp_profile_inner {
  width: 90%;
	max-width: 1240px;
  margin: 0 auto;
}
#lp_main_wrap .lp_profile_content {
	width: 100%;
	max-width: 830px;
  margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_profile_content_img {
	width: 50%;
	padding-left: 4.2%;
}
#lp_main_wrap .lp_profile_content_text {
	width: 43%;
	align-self: flex-end;
  font-size: 14px;
  line-height: 2.14;
	letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_profile {
		width: 100%;
		margin: 0;
		padding: 22% 0 13%;
	}
	#lp_main_wrap .lp_profile_content {
		width: 83%;
		max-width: 560px;
		margin: 0 auto;
		display: block;
	}
	#lp_main_wrap .lp_profile_content_img {
		width: 100%;
		padding: 0;
		margin-bottom: 11%;
	}
	#lp_main_wrap .lp_profile_content_text {
		width: 100%;
		padding: 0;
		line-height: 2;
	}
}



/* ========== STAFF ========== */

/* lp_staff */
#lp_main_wrap .lp_staff {
  width: 100%;
  margin: 0;
	padding: 9.4% 0 9.2%;
	text-align: center;
}
#lp_main_wrap .lp_staff_inner {
  width: 90%;
	max-width: 1240px;
  margin: 0 auto;
}
#lp_main_wrap .lp_staff h3 {
	font-family: "orpheuspro","Times New Roman","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 400;
	font-style: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.06em;
}
#lp_main_wrap .lp_staff p {
	font-family: "orpheuspro","Times New Roman","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 400;
	font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_staff {
		padding: 24% 0 24%;
	}
	#lp_main_wrap .lp_staff h3 {
		font-size: 16px;
	}
	#lp_main_wrap .lp_staff p {
		line-height: 1.85;
	}
}
























/* ========== FOOTER ========== */

/* lp_footer */
#lp_main_wrap .lp_footer {
  width: 100%;
  margin: 0;
	padding: 195px 0 32px;
  background-color: #e4e2d3;
	color: #333;
	text-align: center;
}
#lp_main_wrap .lp_footer_inner {
  width: 90%;
	max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer {
		padding: 18% 0 16px;
	}
}

/* lp_footer_link */
#lp_main_wrap .lp_footer_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 48px;
	margin-bottom: 86px;
}
#lp_main_wrap .lp_footer_link a {
	position: relative;
	display: inline-block;
	padding-right: 16px;
	font-family: "orpheuspro","Times New Roman","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #333;
}
#lp_main_wrap .lp_footer_link a::after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: calc(50% - 5px);
	right: 3px;
	border-top: solid 1px #919191;
	border-right: solid 1px #919191;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_link {
		gap: 0 9%;
		margin-bottom: 15%;
	}
	#lp_main_wrap .lp_footer_link a {
		font-size: 15px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_footer_link {
		gap: 0 6%;
	}
	#lp_main_wrap .lp_footer_link a {
		font-size: 13px;
	}
}

/* lp_footer_copyright */
#lp_main_wrap .lp_footer_copyright {
	font-family: "orpheuspro","Times New Roman","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}



/* ========== BRAND TOP ========== */

/* lp_brandbtn */
#lp_main_wrap .lp_brandbtn {
	display: none;
	position: fixed;
	left: 40px;
	top: 40px;
	width: 120px;
	z-index: 10;
}
#lp_main_wrap .lp_brandbtn a {
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_brandbtn {
		display: none;
		position: fixed;
		left: 28px;
		top: 25px;
		width: 104px;
		z-index: 10;
	}
	#lp_main_wrap .lp_brandbtn img {
		filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6));
	}
}



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