@charset "utf-8";

#page-body {
  width:100%;
}
.disabled {
  cursor: default;
}
.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}
.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}
a.btnNew {
  margin: 0 auto;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF !important;
}
a.btnNew:link, a.btnNew:active, a.btnNew:hover, a.btnNew:visited {
  color: inherit;
  text-decoration: none;
}
a.btnNew::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}

/* Project */
.main_contents {
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  font-size: 16px;
  line-height: calc(34 / 16);
  letter-spacing: 0.1em;
}
.main_contents * {
  box-sizing: border-box;
}
.main_contents a {
  transition: all .3s linear 0s;
}
.main_contents a:hover, .main_contents a:focus, .main_contents a:visited {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.main_contents a.no_link {
  pointer-events: none
}

.main_contents .main_header {
  width: 100%;
  background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2024/e-shopplus/2024_midiumi_awcollection_vol2_2/bg_tree_3.png);
  background-size: cover;
}
.main_contents .main_header h2 {
  width: 93%;
  margin: 0 0 50px auto;
}
.main_contents .main_header h3 {
  width: 40%;
  max-width: 213px;
  margin: 0 auto;
  text-align: center;
  font-family: "DM Sans", system-ui;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.main_contents .main_header h3 span {
  display: block;
  margin-top: 18px;
}

.page_nav ul {
  width: 100%;
  max-width: 1440px;
  display: flex;
  margin: 130px auto 0;
}
.page_nav ul li {
  width: calc(100% / 7);
}
.page_nav ul li a {
  display: block;
  position: relative;
  text-align: center;
}
.page_nav ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-family: "DM Sans", system-ui;
  font-size: 25px;
  line-height: 1;
}

.main_body {
  background: #f1efec;
}
.p-items {
  background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2024/e-shopplus/2024_midiumi_awcollection_vol2_2/bg_liglt_1.png);
  background-size: cover;
}
.p-items-4 {
  background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2024/e-shopplus/2024_midiumi_awcollection_vol2_2/bg_liglt_2.png);
  background-size: cover;
}
.p-items-2 {
  background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2024/e-shopplus/2024_midiumi_awcollection_vol2_2/bg_tree_2.png);
  background-size: cover;
  margin-top: -100px;
}
.p-items-3 {
  background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2024/e-shopplus/2024_midiumi_awcollection_vol2_2/bg_tree_3.png);
  background-size: cover;
  padding-bottom: 110px;
}
.item_area {
  width: 100%;
  max-width: 1440px;
  padding: 200px 0 0;
  margin: 0 auto;
}
.p-items-2 .item_area {
  padding: 300px 0 0;
}
.p-items-3 .item_area {
  padding: 200px 0;
}
.item_block {
  width: 100%;
  max-width: 1340px;
  margin-bottom: 270px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.item_block.row-reverse {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
.item_block .main_img {
  width: 44.1%;
  max-width: 590px;
}
.item_block .item_txt_subimg {
  width: 50.8%;
  max-width: 680px;
}
.item_block .item_txt p,
.item_block .item_txt_subimg p {
  width: 60.6%;
  max-width: 412px;
  position: relative;
  z-index: 1;
  margin: 0 0 96px -17%;
  padding-bottom: 30px;
  border-bottom: 1px solid #424242;
}
.item_block.row-reverse .item_txt_subimg p {
  margin-right: -17%;
  margin-left: auto;
}
.item_block .item_txt_subimg .sub_img_area {
  display: flex;
}
.item_block .item_txt_subimg .sub_img_area .sub_img {
  width: calc(100% / 2);
}
.item_block.item_block_02 {
  max-width: 1240px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.item_block.item_block_02 .item_txt {
  width: 33.3%;
  max-width: 412px;
  margin-right: -4%;
}
.item_block.item_block_02 .item_txt p {
  width: 100%;
  margin: 0;
}
.item_block.item_block_02 .main_img {
  width: 47.6%;
  max-width: 590px;
}
.item_block.item_block_02 .item_txt_subimg {
  width: 23.4%;
  max-width: 290px;
  padding: 4px 0 0;
  background: #e1d9c6;
}
.item_block.item_block_02 .item_txt_subimg .sub_img_area {
  flex-direction: column;
}
.item_block.item_block_02 .item_txt_subimg .sub_img_area .sub_img {
  width: 100%;
}
.item_block.item_block_03 {
  max-width: 1440px;
  display: grid;
  grid-template:
    'sub4  main1  sub2' auto
    'sub5  main1  sub3' auto /
    calc((100% - 55.55555%) / 2) 55.55555% calc((100% - 55.55555%) / 2);
  gap: 0;
  margin: 0 auto;
  background: #ded5c3;
}
.item_block.item_block_03 .main_img {
  grid-area: main1;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
}
.item_block.item_block_03 .item_subimg2 {
  grid-area: sub2;
}
.item_block.item_block_03 .item_subimg3 {
  grid-area: sub3;
}
.item_block.item_block_03 .item_subimg4 {
  grid-area: sub4;
  height: calc(100% - 12px);
}
.item_block.item_block_03 .item_subimg5 {
  grid-area: sub5;
}
.item_block.item_block_03 .item_txt {
  width: 45.9%;
  max-width: 367px;
  position: absolute;
  left: 50px;
  z-index: 1;
}
.item_block.item_block_03 .item_txt p {
  width: 100%;
  max-width: none;
  margin: 0;
}
.item_block.item_block_04 {
  margin-bottom: 105px;
}
.item_block.item_block_05 .item_txt {
  margin-right: auto;
  margin-left: -4%;
}
.item_block.item_block_06 {
  margin-bottom: 160px;
}
.item_block.item_block_07 {
  margin-bottom: 15px;
}

/* item layout */
.main_contents .main_body .main_img{
  position: relative;
  top: 0;
  left: 0;
  height: auto;
}
.main_contents .main_body .main_img h4 {
  position: absolute;
  top: -47px;
  left: 50px;
  z-index: 2;
  font-family: "DM Sans", system-ui;
  font-size: 90px;
  font-weight: 200;
  line-height: 1;
}
.main_contents .main_body .row-reverse .main_img h4 {
  left: auto;
  right: 50px;
}
.main_contents .main_body .row-reverse.item_block_05 .main_img h4 {
  left: 50px;
}
.main_contents .main_body .layout .layout_inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}
.main_contents .main_body .layout .layout_inner img {
  width: 100%;
  object-fit:cover;
}
.main_contents .main_body .layout .layout_inner ul.text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 ;
  padding: 20px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main_contents .main_body .layout .layout_inner ul.text a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.main_contents .main_body .layout .layout_inner ul.text a .price {
  font-family: "DM Sans", system-ui;
}
.main_contents .main_body .layout .layout_inner ul.text a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.main_contents .main_body .layout .layout_inner ul.text a:hover::after {
  width: 100%;
}
.main_contents .main_body .layout .layout_inner ul.text p {
  font-size: 0.9em;
  margin-inline-start: 0px;
}
.main_contents .main_body .layout .layout_inner ul.text span.price{
  padding: 0 0 0 10px;
}
.main_contents .main_body .layout .layout_inner ul.text.open {
  opacity: 1;
  transform: none;
}
.main_contents .main_body .layout .layout_inner ul.text {
  opacity: 0;
  transform: translateY(100%);
}
.main_contents .main_body .lp_sec_inner {
  width: 96%;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
/* plusbtn */
.main_contents .main_body .layout div .dli-plus_wrap {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.main_contents .main_body .layout div .dli-plus_wrap .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #948E8C;
  line-height: 0;
  width: 30px;
  height: 2px;
  background: currentColor;
  border-radius: 0em;
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.main_contents .main_body .layout div .dli-plus_wrap .dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .main_contents .main_body .layout div ul.text {
    padding: 4% 2%;
    font-size: 0.8em;
  }
  .main_contents .main_body .layout div ul.text span.price {
    padding: 0 0 0 5px;
  }
  /* plusbtn */
  .main_contents .main_body .layout div .dli-plus_wrap .dli-plus {
    width: 25px;
    height: 1px;
    bottom: 20px;
    right: 15px;
  }
}
/* item layout */

.comcept {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.comcept h3 {
  width: 50%;
  max-width: 213px;
  margin: 0 auto;
  text-align: center;
  font-family: "DM Sans", system-ui;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.comcept h3 span {
  display: block;
  margin-top: 18px;
}
.comcept h4 {
  text-align: center;
  font-family: "DM Sans", system-ui;
  font-size: 28px;
  line-height: 1;
}
.comcept p {
  margin: 30px auto 100px;
  text-align: center;
  font-size: 13px;
  line-height: calc(25 / 13);
}
.comcept .link_btn {
  width: 100%;
  margin-top: 60px;
}
.comcept .link_btn a {
  display: block;
  position: relative;
  padding: 26px 0;
  background: #424242;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.comcept .link_btn a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  right: 3%;
  top: 43%;
  transform: rotate(45deg);
}

img.pc_view,
br.pc_view {
  display: inline;
}
div.pc_view,
span.pc_view,
p.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
div.smp_view,
span.smp_view,
p.smp_view {
  display: none;
} 

@media (max-width: 1440px) {
  .item_block {
    width: 95%;
  }
  .item_block.item_block_03 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    padding: 0 !important;
    overflow-x: hidden;
  }
  .main_contents {
    font-size: 13px;
  }
  .main_contents .main_header h2 {
    width: 100%;
    margin: 0 auto 60px;
  }
  .main_contents .main_header h3 {
    font-size: 14px;
  }
  .page_nav ul {
    margin-top: 60px;
  }
  .page_nav ul li a span {
    font-size: 16px;
  }
  .main_body {
    margin-top: -8px;
  }
  .p-items-2,
  .p-items-3 {
    margin-top: -210px;
  }
  .p-items-3 {
    padding-bottom: 60px;
  }
  .item_area {
    padding: 80px 0 0;
  }
  .p-items-2 .item_area {
    padding: 370px 0 0;
  }
  .p-items-3 .item_area {
    padding-bottom: 20px;
  }
  .item_block {
    flex-direction: column;
    width: 100%;
    margin-bottom: 170px;
  }
  .item_block.row-reverse {
    flex-direction: column;
  }
  .item_block .main_img,
  .item_block .item_txt_subimg,
  .item_block.item_block_02 .main_img,
  .item_block.item_block_02 .item_txt_subimg,
  .item_block.item_block_02 .item_txt_subimg,
  .item_block.item_block_03 .item_txt {
    width: 100%;
    max-width: none;
    position: relative;
    left: 0;
  }
  .item_block.item_block_02 .item_txt_subimg {
    background: none;
  }
  .item_block .item_txt p,
  .item_block .item_txt_subimg p,
  .item_block.row-reverse .item_txt_subimg p,
  .item_block.item_block_03 .item_txt p {
    width: 90%;
    max-width: none;
    margin: 30px auto 70px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .item_block.item_block_02 .item_txt_subimg .sub_img_area .sub_img,
  .item_block.item_block_03 .sub_img_area .sub_img {
    width: 63%;
  }
  .item_block.item_block_02 .item_txt_subimg .sub_img_area .sub_img.sub_right,
  .item_block.item_block_03 .sub_img_area .sub_img.sub_right {
    margin: 0 0 0 auto;
  }
  .item_block.item_block_03 {
    display: block;
    background: none;
  }
  .item_block.item_block_03 .main_img {
    display: block;
  }
  .item_block.item_block_03 .main_img.pc_view {
    display: none;
  }
  .item_block.item_block_04 {
    margin-bottom: 20px;
  }
  .main_contents .main_body .main_img h4,
  .main_contents .main_body .row-reverse .main_img h4 {
    top: -25px;
    left: 20px;
    font-size: 50px;
  }
  .main_contents .main_body .layout .layout_inner ul.text {
    padding: 10px 20px;
  }
  .comcept h3 {
    width: 35%;
    font-size: 12px;
  }
  .comcept h3 span {
    margin-top: 10px;
  }
  .comcept h4 {
    font-size: 22px;
  }
  .comcept p {
    margin: 20px auto 40px;
    font-size: 12px;
  }
  .comcept .link_btn {
    margin-top: 30px;
  }
  .comcept .link_btn a {
    padding: 20px 0;
    font-size: 13px;
  }
  /* slick
  .slider_multiple .slick-list {
    padding: 0 39% 0 0 !important;
  }
   */
  div.pc_view,
  span.pc_view,
  p.pc_view,
  img.pc_view,
  br.pc_view {
    display: none;
  }
  .smp_view{
    margin-top: 5px;
  }
  div.smp_view,
  p.smp_view {
    display: block;
  }
  img.smp_view,
  span.smp_view,
  br.smp_view {
    display: inline;
  }
}  

@media (max-width: 425px) {}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

/* Utility */
.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clear,
.clear {
  clear: both;
}
.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}
.u-flo--left {
  float: left;
}
.u-flo--right {
  float: right;
}
.u-text--left {
  text-align: left;
}
.u-text--_right {
  text-align: right;
}
.u-text--center {
  text-align: center;
}
.u-font--xs {
  font-size: 60%;
}
.u-font--s {
  font-size: 80%;
}
.u-none {
  display: none;
}



@media (min-width: 992px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 992px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-md-none {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-lg-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}
.u-font-sm {
  font-size: 80%;
}
.u-font-md {
  font-size: 100%;
}
.u-font-lg {
  font-size: 120%;
}
.u-font-xl {
  font-size: 140%;
}
.u-pos-relative {
  position: relative;
}

/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}