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

/* ヒラギノ明朝 */
.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;
}

/*可変幅表示にて使用*/
#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;
	font-feature-settings: "palt";
	word-wrap: break-word;
	color: #3d3935;
	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 .lp_mv {
	width: 100%;
	margin: 0;
	padding-top: 26%;
	position: relative;
}
#lp_main_wrap .lp_mv-pc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#lp_main_wrap .lp_mv-pc img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1920px) {
	#lp_main_wrap .lp_mv {
		padding-top: 500px;
	}
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv {
		padding-top: 34.72%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#lp_main_wrap .lp_mv-pc {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
	#lp_main_wrap .lp_mv-smp img {
		width: 100%;
		height: auto;
	}
}



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

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



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

/* price */
#lp_main_wrap .name {
	display: block;
	font-weight: bold;
}
#lp_main_wrap .price {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}
#lp_main_wrap .sub {
	display: block;
}
/* 
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
}
 */
#lp_main_wrap .price .msize:before,
#lp_main_wrap .price .lsize:before {
	display: inline-block;
	min-width: 12px;
	margin-right: 4px;
	padding: 1px 2px 2px;
	border: 1px solid #3d3935;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}
#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;
	border-bottom: 1px solid #3d3935;
	padding-bottom: 2px;
}



/* ========== Slick ========== */

/* slider_main arrows */
#lp_main_wrap .slick-prev,
#lp_main_wrap .slick-next {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	z-index: 9999;
}
#lp_main_wrap .slick-prev {
	left: 16px;
}
#lp_main_wrap .slick-next {
	right: 16px;
}
#lp_main_wrap .slick-prev:before,
#lp_main_wrap .slick-next:before {
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	opacity: 1;
	margin: 0 auto;
}
#lp_main_wrap .slick-next:before {
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#lp_main_wrap .slick-prev:before {
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	#lp_main_wrap .slick-prev,
	#lp_main_wrap .slick-next {
		width: 30px;
		height: 30px;
	}
	#lp_main_wrap .slick-prev {
		left: 12px;
	}
	#lp_main_wrap .slick-next {
		right: 12px;
	}
	#lp_main_wrap .slick-prev:before,
	#lp_main_wrap .slick-next:before {
		width: 28px;
		height: 28px;
	}
}

/* slider_main dots */
#lp_main_wrap .slick-dotted.slick-slider {
	margin-bottom: 0;
}
#lp_main_wrap .slick-list {
  z-index: 1;
}
#lp_main_wrap .slick-dots {
  z-index: 5;
	bottom: 4px;
	padding: 0 10px;
	text-align: right;
}
#lp_main_wrap .slick-dots li {
  width: 12px;
	margin: 0 2px;
}
#lp_main_wrap .slick-dots li button:before {
	font-size: 11px;
}
#lp_main_wrap .slick-dots li.slick-active button:before {
	color: #fff;
}





/* ========== Swiper ========== */

/* swiper */
@media (max-width: 767px) {
	#lp_main_wrap .js-swiper-subimg {
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
		overflow: hidden;
		position: relative;
	}
	#lp_main_wrap .js-swiper-subimg .swiper-slide {
		width: calc(100% / 2.1);
		margin-right: 12px;
	}
	#lp_main_wrap .js-swiper-subimg .swiper-slide:last-child {
		margin-right: 0;
	}
	#lp_main_wrap .js-swiper-subimg .swiper-scrollbar {
		position: relative;
		left: 0;
		bottom: 4px;
		z-index: 50;
		width: 100%;
		height: 5px;
		margin-top: 32px;
		border-radius: 10px;
	}
	#lp_main_wrap .swiper-scrollbar {
		height: 5px;
		border-radius: 10px;
		background-color: #ccc;
	}
	#lp_main_wrap .swiper-scrollbar-drag {
		height: 5px;
		background-color: #fff;
		border-radius: 10px;
	}
}

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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 0 auto;
	padding: 78px 0 100px;
	background-color: #dae3e5;
}
#lp_main_wrap .lp_lead .lp_lead_inner {
	width: 86%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead h3 {
	margin-bottom: 10px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.8;
	letter-spacing: 0.2em;
}
#lp_main_wrap .lp_lead p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.14em;
	text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 0 auto;
		padding: 12% 0 12%;
	}
	#lp_main_wrap .lp_lead h3 {
		margin-bottom: 15px;
		font-size: 22px;
		letter-spacing: 0.14em;
	}
}

/* lp_nav_list */
#lp_main_wrap .lp_nav {
	width: 80%;
	margin: 84px auto 0;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 0 2.5%;
}
#lp_main_wrap .lp_nav_list li {
	width: 100%;
	max-width: 188px;
}
#lp_main_wrap .lp_nav_list a,
#lp_main_wrap .lp_nav_list img {
	display: block;
	width: 100%;
	max-width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		margin-top: 12%;
	}
	#lp_main_wrap .lp_nav_list {
		flex-wrap: wrap;
		gap: 0 18px;
	}
	#lp_main_wrap .lp_nav_list li {
		width: calc((100% - 18px) / 2);
		max-width: unset;
		margin-bottom: 10%;
	}
}



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

/* lp_item */
#lp_main_wrap .lp_item {
	width: 100%;
	margin: 0 auto;
	background: #f0f4f5;
}
#lp_main_wrap .lp_item_inner {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 150px 0 124px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_inner {
		width: 100%;
		padding: 19% 0;
	}
}

/* lp_item_content */
#lp_main_wrap .lp_item_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 74px;
}
#lp_main_wrap .lp_item_text {
	width: 43.2%;
	margin-top: 14%;
}
#lp_main_wrap .lp_item_img {
	width: 50%;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_item_text {
		width: 46%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_content {
		display: block;
		margin-bottom: 15%;
	}
	#lp_main_wrap .lp_item_text {
		width: 80%;
		margin: 0 auto 7%;
	}
	#lp_main_wrap .lp_item_img {
		width: 90%;
		margin: 0 auto;
	}
}


/* lp_item_text_title */
#lp_main_wrap .lp_item_text_title {
	margin-bottom: 24px;
	color: #3d5555;
}
#lp_main_wrap .lp_item_text_title_num {
	margin-bottom: 18px;
	font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_text_title h3 {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
@media (max-width: 979px) {
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_text_title {
		margin-bottom: 17px;
	}
	#lp_main_wrap .lp_item_text_title_num {
		margin-bottom: 18px;
	}
	#lp_main_wrap .lp_item_text_title h3 {
		font-size: 24px;
		line-height: 1.8;
		letter-spacing: 0.075em;
	}
}

/* lp_item_text_detail */
#lp_main_wrap .lp_item_text_detail {
	color: #222;
}
#lp_main_wrap .lp_item_text_detail p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.14em;
}
@media (max-width: 767px) {
}

/* lp_item_credit-pc */
#lp_main_wrap .lp_item_credit-pc {
	margin-top: 45px;
}
#lp_main_wrap .lp_item_credit-pc li:not(:first-child) {
	margin-top: 28px;
}
#lp_main_wrap .lp_item_credit-pc li {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#lp_main_wrap .lp_item_credit-pc p {
	color: #222;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_credit-pc p.sub {
	color: #999;
	font-size: 12px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_credit-pc {
		display: none;
	}
}

/* lp_item_credit-smp */
#lp_main_wrap .lp_item_credit-smp {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_credit-smp {
		display: block;
		margin-top: 20px;
	}
	#lp_main_wrap .lp_item_credit-smp li:not(:first-child) {
		margin-top: 16px;
	}
	#lp_main_wrap .lp_item_credit-smp li {
		display: flex;
		flex-direction: column;
		gap: 5px;
		text-align: center;
	}
	#lp_main_wrap .lp_item_credit-smp p {
		color: #222;
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		justify-content: center;
	}
	#lp_main_wrap .lp_item_credit-smp p.sub {
		color: #999;
		font-size: 12px;
	}
}

/* lp_item_lineup */
#lp_main_wrap .lp_item_lineup h4 {
	margin-bottom: 28px;
	font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #3d5555;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_lineup {
		width: 100%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_item_lineup h4 {
		width: 90%;
		margin: 0 auto 19px;
		font-size: 28px;
	}
}

/* lp_item_lineuplist */
#lp_main_wrap .lp_item_lineuplist {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
	min-width: 0;	
}
#lp_main_wrap .lp_item_lineuplist li {
	width: calc(( 100% - 60px ) / 5);
	flex-grow: 0;
	flex-shrink: 0;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_item_lineuplist li {
		width: calc(( 100% - 60px ) / 4);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_lineuplist {
		width: 100%;
		min-width: 0;
		margin: 0 auto;
		flex-wrap: nowrap;
		gap: 0;
	}
}

/* lp_item_lineuplist */
#lp_main_wrap .lp_item_lineuplist_img img {
	width: 100%;
}
#lp_main_wrap .lp_item_lineuplist_credit {
	margin-top: 14px;
	text-align: center;
}
#lp_main_wrap .lp_item_lineuplist_credit .name {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_item_lineuplist_credit .price {
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_lineuplist_credit {
		margin-top: 20px;
	}
	#lp_main_wrap .lp_item_lineuplist_credit .name {
		margin-bottom: 6px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_item_lineuplist_credit .name {
		font-size: 12px;
	}
	#lp_main_wrap .lp_item_lineuplist_credit .price {
		font-size: 12px;
	}
}



/* ========== ITEM ODD EVEN ========== */

/* lp_item_content */
#lp_main_wrap .lp_item-even .lp_item_content {
	flex-direction: row-reverse;
}



/* ========== ITEM 個別 ========== */

/* lp_item-01 */
#lp_main_wrap .lp_item-01 {
	background: #f0f4f5 url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/scapa/2025_blouseandshirt/bg01.jpg") no-repeat left bottom;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item-01 {
		background-size: 120% auto;
	}
}

/* lp_item-02 */
#lp_main_wrap .lp_item-02 {
	background: #d9e3e5 url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/scapa/2025_blouseandshirt/bg02.jpg") no-repeat right bottom;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item-02 {
		background-size: 120% auto;
	}
}

/* lp_item-03 */
#lp_main_wrap .lp_item-03 {
	background: #f0f4f5 url("//ds-assets.s3.amazonaws.com/e-look.jp/2025/scapa/2025_blouseandshirt/bg03.jpg") no-repeat right bottom;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item-03 {
		background-size: 120% auto;
	}
}



/* ========== PICKUP ========== */

/* lp_pickup */
#lp_main_wrap .lp_pickup {
  width: 100%;
	margin: 0 auto;
	background-color: #f7fbfc;
}
#lp_main_wrap .lp_pickup_inner {
	width: 90%;
	max-width: 1040px;
  margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_pickup_content {
	width: 60%;
	padding-top: 15.4%;
}
#lp_main_wrap .lp_pickup_content h3 {
	margin-bottom: 32px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 600;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  text-align: center;
	color: #3d5555;
}
#lp_main_wrap .lp_pickup_btn {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
#lp_main_wrap .lp_pickup_btn a {
	display: grid;
	justify-items: center;
	align-items: center;
	width: 100%;
	max-width: 500px;
	min-height: 84px;
	margin: 0 auto;
	padding: 14px 20px;
  border-radius: 100vh;
	font-weight: 500;
	font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
	background-color: #ebf3f5;
	color: #3d5555;
	position: relative;
	text-align: center;
}
#lp_main_wrap .lp_pickup_btn a::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 35px;
  border-top: solid 2px #3d5555;
  border-right: solid 2px #3d5555;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_pickup_btn a:hover {
	background-color: #3d5555;
	color: #fff;
	opacity: 1;
}
#lp_main_wrap .lp_pickup_btn a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#lp_main_wrap .lp_pickup_btn a span {
  display: block;
	margin-top: -5px;
	font-size: 15px;
}
#lp_main_wrap .lp_pickup_img {
	width: 39%;
	align-self: flex-end;
}
#lp_main_wrap .lp_pickup_img img {
	max-width: 100%;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_pickup_content {
		padding-top: 10%;
	}
	#lp_main_wrap .lp_pickup_content h3 {
		font-size: 24px;
	}
	#lp_main_wrap .lp_pickup_content h3 img {
		max-width: 356px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_pickup_inner {
		padding: 12% 0;
	}
	#lp_main_wrap .lp_pickup_content {
		width: 100%;
		padding-top: 0;
	}
	#lp_main_wrap .lp_pickup_content h3 {
		margin-bottom: 6%;
		font-size: 24px;
	}
	#lp_main_wrap .lp_pickup_content h3 img {
		max-width: 74%;
		margin: 0 auto 19px;
	}
	#lp_main_wrap .lp_pickup_btn {
		gap: 14px;
	}
	#lp_main_wrap .lp_pickup_btn a {
		max-width: unset;
		padding: 14px 20px;
		font-size: 16px;
	}
	#lp_main_wrap .lp_pickup_btn a::after {
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
		right: 16px;
		border-top: solid 1px #3d5555;
		border-right: solid 1px #3d5555;
	}
	#lp_main_wrap .lp_pickup_btn a:hover::after {
		border-top-color: #fff;
		border-right-color: #fff;
	}
	#lp_main_wrap .lp_pickup_img {
		display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_pickup_btn a {
		font-size: 14px;
	}
}



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

/* lp_footer */
#lp_main_wrap .lp_footer {
  width: 100%;
	margin: 0 auto;
	background-color: #3d5555;
	text-align: center;
}
#lp_main_wrap .lp_footer_inner {
	width: 90%;
	max-width: 1040px;
  margin: 0 auto;
	padding: 72px 0 80px;
}
#lp_main_wrap .lp_footer h3 {
	margin-bottom: 14px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
	color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_inner {
		padding: 12% 0 40px;
	}
	#lp_main_wrap .lp_footer h3 {
		margin-bottom: 5%;
		font-size: 19px;
		line-height: 1.5;
	}
}

/* lp_footer_btn */
#lp_main_wrap .lp_footer_btn {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 15px;
}
#lp_main_wrap .lp_footer_btn a {
	display: block;
	width: 100%;
	max-width: 360px;
	position: relative;
	padding: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	color: #3d5555;
}
#lp_main_wrap .lp_footer_btn a::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 24px;
	border-top: solid 2px #3d5555;
	border-right: solid 2px #3d5555;
	transform: rotate(45deg);
}
#lp_main_wrap .lp_footer_btn a:hover {
	opacity: 1;
	background-color: #3d5555;
	color: #fff;
}
#lp_main_wrap .lp_footer_btn a:hover::after {
	border-top-color: #fff;
	border-right-color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_btn {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}
	#lp_main_wrap .lp_footer_btn a {
		max-width: unset;
		margin-bottom: 12px;
		padding: 13px;
		font-size: 16px;
	}
	#lp_main_wrap .lp_footer_btn a::after {
		right: 13px;
		border-top-width: 1px;
		border-right-width: 1px;
	}
}

/* lp_footer_attention */
#lp_main_wrap .attention-txt-pc {
	color: #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;
	}
}
