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

/* Average https://fonts.google.com/specimen/Average */
.font-average {
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
}

/* A-OTF リュウミン */
.ryumin {
  font-family: "a-otf-ryumin-pr6n","游明朝","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;
  }
}

/* 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;
  font-feature-settings: "palt";
	word-wrap: break-word;
	color: #333;
  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-separate */
#lp_main_wrap header.mainvisual-separate {
  width: 100%;
  background-color: #d2c7c1;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
  width: 90%;
	max-width: 1170px;
  margin: 0 auto;
}
#lp_main_wrap header.mainvisual-separate .ttltxt_pc_inner {
  width: 100%;
  padding-top: 51.28%;
	overflow: hidden;
  position: relative;
  background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/keith/2024aw_mizuno_collaboration/main_pc_img.jpg") no-repeat center top / cover;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc .ttltxt_pc_txt {
  display: block;
  width: 50%;
  position: absolute;
  top: 14%;
  left: 0;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc .ttltxt_pc_txt_logo {
  display: block;
  width: 48.58%;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc .ttltxt_pc_txt_txt {
  display: block;
  width: 75.38%;
  margin-top: 27%;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
  display: none;
}
@media (max-width: 767px) {
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
    display: none;
  }
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
    display: block;
  }
}



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

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



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



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

/* ----- LEAD ----- */

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 0;
  padding: 9.6% 0 12%;
  text-align: center;
}
#lp_main_wrap .lp_lead_inner {
	width: 100%;
	max-width: 1170px;
  margin: 0 auto;
}
#lp_main_wrap .lp_lead h3 {
  width: 50%;
  max-width: 340px;
  margin: 0 auto 5.5%;
  text-align: center;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 0;
		padding: 16% 0 20%;
  }
  #lp_main_wrap .lp_lead h3 {
    width: 60%;
    max-width: unset;
    margin: 0 auto 12%;
  }
}

/* lp_nav */
#lp_main_wrap .lp_nav {
	width: 90%;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 2%;
}
#lp_main_wrap .lp_nav_list li {
  width: 100%;
	max-width: 300px;
  background: #e0d8d5;
	color: #4c4c4c;
}
#lp_main_wrap .lp_nav_list a {
	display: block;
  width: 100%;
  height: 100%;
}
#lp_main_wrap .lp_nav_list .lp_nav_list_inner {
  width: 100%;
  height: 100%;
  padding: 14px 18px 18px;
	display: flex;
	flex-direction: column;
  position: relative;
}
#lp_main_wrap .lp_nav_list img {
	display: block;
  width: 100%;
  max-width: 100%;
}
#lp_main_wrap .lp_nav_list .lp_nav_num {
  margin-bottom: 10px;
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#lp_main_wrap .lp_nav_list .lp_nav_img {
  margin-bottom: 14px;
  background-color: #fff;
  height: min-content;
}
#lp_main_wrap .lp_nav_list .lp_nav_name {
  margin-bottom: 9px;
  flex-grow: 1;
	display: flex;
  align-items: center;
  justify-content: center;
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
#lp_main_wrap .lp_nav_list .lp_nav_name span {
  display: inline-block;
}
#lp_main_wrap .lp_nav_list .lp_nav_btn {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding-right: 15px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #999;
}
#lp_main_wrap .lp_nav_list .lp_nav_btn::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
    width: 85.4%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_nav_list li {
		max-width: unset;
	}
  #lp_main_wrap .lp_nav_list .lp_nav_list_inner {
    padding: 10px 10px 18px;
  }
	#lp_main_wrap .lp_nav_list .lp_nav_num {
		font-size: 14px;
	}
  #lp_main_wrap .lp_nav_list .lp_nav_img {
    margin-bottom: 10px;
  }
	#lp_main_wrap .lp_nav_list .lp_nav_name {
    margin-bottom: 6px;
		font-size: 16px;
	}
	#lp_main_wrap .lp_nav_list .lp_nav_btn {
		font-size: 12px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_nav_list .lp_nav_name {
		font-size: 15px;
	}
}


/* ----- ITEM ----- */

/* lp_item */
#lp_main_wrap .lp_item {
  width: 100%;
  margin: 0 0 12%;
  padding: 0;
  position: relative;
  z-index: 1;
}



/* ----- ITEM MAIN ----- */

/* lp_item_main */
#lp_main_wrap .lp_item_main {
  width: 100%;
  margin: 0 auto 7%;
  padding-top: 76px;
  position: relative;
  z-index: 1;
}
#lp_main_wrap .lp_item-odd .lp_item_main_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
	display: grid;
	grid-template-columns: 40% 44.4%;
	grid-template-rows: max-content 1fr;
	column-gap: 14.6%;
}
#lp_main_wrap .lp_item-odd .lp_item_main_text {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 102% 0 8% 2%;
  height: min-content;
}
#lp_main_wrap .lp_item-odd .lp_item_main_text_inner {
	margin-top: -87%;
}
#lp_main_wrap .lp_item-odd .lp_item_main_img {
	grid-column: 2 / 3;
  grid-row: 1 / 3;
	height: min-content;
}
#lp_main_wrap .lp_item-odd .lp_item_main_credit {
	grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 0 0 0 2%;
}
#lp_main_wrap .lp_item-even .lp_item_main_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
	display: grid;
	grid-template-columns: 44.4% 40%;
	grid-template-rows: max-content 1fr;
	column-gap: 6.6%;
}
#lp_main_wrap .lp_item-even .lp_item_main_text {
	grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: 102% 2% 8% 0;
  height: min-content;
}
#lp_main_wrap .lp_item-even .lp_item_main_text_inner {
	margin-top: -87%;
}
#lp_main_wrap .lp_item-even .lp_item_main_img {
	grid-column: 1 / 2;
  grid-row: 1 / 3;
	height: min-content;
}
#lp_main_wrap .lp_item-even .lp_item_main_credit {
	grid-column: 2 / 3;
  grid-row: 2 / 3;
  padding: 0 2% 0 0;
}
@media (max-width: 1170px) {
  #lp_main_wrap .lp_item-odd .lp_item_main_inner {
    grid-template-columns: 49% 44.4%;
    column-gap: 6.6%;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_text {
    padding-top: 96%;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_text_inner {
    margin-top: -90%;
  }
  #lp_main_wrap .lp_item-even .lp_item_main_inner {
    grid-template-columns: 44.4% 49%;
    column-gap: 6.6%;
  }
  #lp_main_wrap .lp_item-even .lp_item_main_text {
    padding-top: 96%;
  }
  #lp_main_wrap .lp_item-even .lp_item_main_text_inner {
    margin-top: -90%;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_main {
    margin: 0 auto 20%;
		padding-top: 11%;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_inner,
  #lp_main_wrap .lp_item-even .lp_item_main_inner {
    width: 100%;
    display: block;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_text,
  #lp_main_wrap .lp_item-even .lp_item_main_text {
    width: 80%;
    margin: 0 auto 5%;
    padding: 0;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_text_inner,
  #lp_main_wrap .lp_item-even .lp_item_main_text_inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_img,
  #lp_main_wrap .lp_item-even .lp_item_main_img {
    width: 80%;
    margin: 0 auto 6%;
    padding: 0;
  }
  #lp_main_wrap .lp_item-odd .lp_item_main_credit,
  #lp_main_wrap .lp_item-even .lp_item_main_credit {
    width: 80%;
    margin: 0 auto 0;
    padding: 0;
  }
}

/* lp_item_main_text */
#lp_main_wrap .lp_item_num {
  margin-bottom: 6%;
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#lp_main_wrap .lp_item_title {
  margin-bottom: 3%;
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 1.36;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_title span {
  display: inline-block;
}
#lp_main_wrap .lp_item_lead {
  font-size: 16px;
  line-height: 2.18;
  letter-spacing: 0.1em;
}
@media (max-width: 979px) {
  #lp_main_wrap .lp_item_title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_num {
    margin-bottom: 4%;
    font-size: 19px;
  }
  #lp_main_wrap .lp_item_title {
    margin-bottom: 0;
    font-size: 43px;
  }
  #lp_main_wrap .lp_item_lead {
    margin-bottom: 7%;
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 425px) {
  #lp_main_wrap .lp_item_num {
    font-size: 17px;
  }
  #lp_main_wrap .lp_item_title {
    font-size: 40px;
  }
}

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

/* lp_item_main_credit */
#lp_main_wrap .lp_item_credit_name {
	margin-bottom: 6px;
	font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
#lp_main_wrap .lp_item_credit_pricebox {
	display: flex;
	align-items: center;
	gap: 0 13px;
}
#lp_main_wrap .lp_item_credit_pricebox_price {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#lp_main_wrap .lp_item_credit_pricebox_price a {
  display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}
#lp_main_wrap .lp_item_credit_pricebox_btn a {
  display: inline-block;
	padding: 5px 12px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
	color: #fff;
  border: 1px solid #333;
	background-color: #333;
}
#lp_main_wrap .lp_item_credit_pricebox_btn a:hover {
	color: #333;
	background-color: #fff;
	opacity: 1;
}
@media (max-width: 767px) {


}


/* ----- ITEM PHOTO ----- */

/* lp_item_photo */
#lp_main_wrap .lp_item_photo {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 5.6%;
	display: flex;
	justify-content: center;
	gap: 0 1.5%;
}
#lp_main_wrap .lp_item_photo li {
	width: 37.6%;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_photo {
    width: 100%;
    margin: 0 auto 20%;
    gap: 4px;
  }
  #lp_main_wrap .lp_item_photo li {
    width: calc( (100% - 4px) / 2 );
  }
  #lp_main_wrap .lp_item_photo li img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 373 / 662;
  }
}


/* ----- ITEM DETAIL ----- */

/* lp_item_detail */
#lp_main_wrap .lp_item_detail {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 8.4%;
	display: flex;
	justify-content: center;
	gap: 1.5%;
}
#lp_main_wrap .lp_item_detail li {
	width: 23.875%;
}
#lp_main_wrap .lp_item_detail li a,
#lp_main_wrap .lp_item_detail li img {
	display: block;
	width: 100%;
	max-width: 100%;
}
#lp_main_wrap .lp_item_detail li p {
	margin-top: 10px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_detail {
	  width: 90%;
    margin: 0 auto 12%;
		gap: 2%;
    flex-wrap: wrap;
	  justify-content: start;
	}
	#lp_main_wrap .lp_item_detail li {
		width: 49%;
		margin-bottom: 7%;
	}
	#lp_main_wrap .lp_item_detail li p {
		margin-top: 9px;
	}
}


/* ----- ITEM OUTFIT ----- */

/* lp_item_outfit */
#lp_main_wrap .lp_item_outfit {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 9.4%;
}
#lp_main_wrap .lp_item_outfit h4 {
  margin-bottom: 3%;
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_outfit {
    margin: 0 auto 21%;
  }
  #lp_main_wrap .lp_item_outfit h4 {
    margin-bottom: 5%;
    font-size: 30px;
  }
}

/* lp_item_outfit_list */
#lp_main_wrap .lp_item_outfit_list {
	width: 100%;
  margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 2.4%;
}
#lp_main_wrap .lp_item_outfit_list > li {
	width: calc( (100% - 4.8%) / 3 );
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_outfit_list {
    display: block;
    margin: 0 auto 5%;
  }
  #lp_main_wrap .lp_item_outfit_list > li {
    width: 100%;
    margin-bottom: 12%;
  }
}

/* lp_item_outfit_list_img */
#lp_main_wrap .lp_item_outfit_list_img {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_outfit_list_img {
    margin-bottom: 5%;
  }
}

/* lp_item_outfit_list_credit */
#lp_main_wrap .lp_item_outfit_list_credit {
	width: 100%;
	display: flex;
  flex-direction: column;
  gap: 8px;
}
#lp_main_wrap .lp_item_outfit_list_credit li {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#lp_main_wrap .lp_item_outfit_list_credit a {
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
#lp_main_wrap .lp_item_outfit_list_credit .lp_item_outfit_list_credit_name {
  margin-right: 1em;
	font-weight: bold;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_outfit_list_credit {
    gap: 12px;
  }
}


/* ----- ITEM MATERIAL ----- */

/* lp_item_material */
#lp_main_wrap .lp_item_material {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
  padding: 5.6% 5.8%;
  background-color: #f0eceb;
	display: flex;
	justify-content: space-between;
  align-items: center;
}
#lp_main_wrap .lp_item_material_img {
	width: 62%;
}
#lp_main_wrap .lp_item_material_text {
	width: 32.8%;
}
@media (max-width: 979px) {
  #lp_main_wrap .lp_item_material {
    display: block;
    padding: 6.2% 9% 6.4%;
  }
  #lp_main_wrap .lp_item_material_img {
    width: 100%;
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_item_material_text {
    width: 100%;
  }
}

/* lp_item_material_text */
#lp_main_wrap .lp_item_material h4 {
  margin-bottom: 4%;
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-size: 30px;
  line-height: 1.36;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_material p {
  font-size: 16px;
  line-height: 2.18;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_material h4 {
    margin-bottom: 7%;
    font-size: 24px;
    text-align: center;
  }
  #lp_main_wrap .lp_item_material p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.16em;
  }
}


/* ----- ITEM 01 ----- */
#lp_main_wrap .lp_item-01::before {
  display: block;
  content: '';
  width: 100vw;
  height: 47.86vw;
  max-height: 560px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/keith/2024aw_mizuno_collaboration/item01_main_bg-pc.jpg") no-repeat center top / cover;
}
#lp_main_wrap .lp_item-02::before {
  display: block;
  content: '';
  width: 100vw;
  height: 47.86vw;
  max-height: 560px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/keith/2024aw_mizuno_collaboration/item02_main_bg-pc.jpg") no-repeat center top / cover;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item-01::before {
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/keith/2024aw_mizuno_collaboration/item01_main_bg-smp.jpg") no-repeat center top / contain;
    width: 100vw;
    height: 103.8vw;
    max-height: unset;
  }
  #lp_main_wrap .lp_item-02::before {
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/keith/2024aw_mizuno_collaboration/item02_main_bg-smp.jpg") no-repeat center top / contain;
    width: 100vw;
    height: 103.8vw;
    max-height: unset;
  }
}


/* ----- ITEM PHOTO ----- */

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 90%;
	max-width: 1170px;
  margin: -2.4% auto 0;
}
#lp_main_wrap .lp_btn a {
  display: block;
  position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.24em;
  text-align: center;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
}
#lp_main_wrap .lp_btn a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 27px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_btn a:hover {
  background-color: #fff;
  color: #363636;
	opacity: 1;
}
#lp_main_wrap .lp_btn a:hover::after {
  border-top-color: #363636;
  border-right-color: #363636;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn a {
		padding: 12px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_btn a::after {
  	right: 16px;
	}
}





















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