@charset "UTF-8";

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/FuturaPTDemi.otf) format('opentype');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FuturaPTBook.otf) format('opentype');
}

#fix_area {
  overflow: hidden;
}

#lm-about {
  margin: -12px 0 26px 60px;
}

#lm-index {
  margin-bottom: 0;
}

.lm-mainvisual img {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.lm-top-anker,
.lm-top-anker-sp {
  text-align: center;
  margin: 42px 0 22px;
  transition: all 300ms 0s ease;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 666;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+16,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    width: 100%;
    max-width: 1480px;
    padding: 10px 0;
}


.lm-top-anker li,
.lm-top-anker-sp li {
  font-family: 'Futura', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #878787;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 10px;
}

@media screen and (max-width: 368px) {

  .lm-top-anker li,
  .lm-top-anker-sp li {
    font-size: 3.8vw;
  }
}

.lm-top-anker li a,
.lm-top-anker-sp li a {
  position: relative;
  display: inline-block;
  color: #878787 !important;
}

.lm-top-anker li a:hover,
.lm-top-anker-sp li a:hover {
  opacity: 0.7;
}

.lm-top-anker li a:before,
.lm-top-anker-sp li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #878787;
  transform: scale(0, 1);
  transform-origin: center;
  transition: 0.2s;
}

.lm-top-anker li a:hover:before,
.lm-top-anker-sp li a:hover:before {
  transform: scale(1);
}

.lm-top-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 1360px) {
  .lm-top-cont-block {
    margin: 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .lm-top-cont-block {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .lm-top-cont-list {
    margin: 0 15px;
  }
}


.lm-top-cont-block {
  border-bottom: solid 1px rgba(27, 27, 27, .2);
  padding-bottom: 40px;
}

.lm-top-cont-block:not(:first-child) {
  padding-top: 50px;
}

.lm-top-cont-ttl {
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lm-top-cont-ttl {
    font-size: 28px;
  }
}

.lm-top-contflex {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -0.8% 25px;
}

.lm-top-contflex li {
  flex: 0 1 33.3333%;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1278px) {
  .lm-top-contflex li {
    width: 33vw;
  }
}

.lm-top-contflex li a,
.lm-top-contflex li a img {
  display: inline-block !important;
}

@media screen and (max-width: 1360px) {

  .lm-top-contflex li a,
  .lm-top-contflex li a img {
    padding: 0 0.8%;
    width: 29vw;
    max-width: 412px;
  }  
}
@media screen and (min-width: 769px) {
  .lm-top-contflex li:nth-child(n + 4) a{
    margin-top: 40px;
  }
}

.lm-top-cont-txt {
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lm-top-cont-txt {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

.lm-top-cont-txt span {
  font-size: 18px;
}

.lm-top-cont-txt .li-sub-txt {
  font-size: 14px;
}


.lm-btn-right {
  display: flex;
  justify-content: flex-end;
}

.lm-top-morebtn {
  display: block;
  width: 255px;
  height: 58px;
  line-height: 58px;
  border: 1px #878787 solid;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.lm-top-more-txt,
.lm-top-close-txt {
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

#lm-header .logo .logo-sp {
  display: none !important;
}

#lm-content .lm-top-anker.m_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 665;
}

#lm-content .lm-top-anker-sp {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+16,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  position: fixed;
  top: -100px;
  width: 100%;
  max-width: 1480px;
  padding-bottom: 10px;
  transition: all 300ms 0s ease;
  z-index: 555;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .fixed #lm-header .logo {
    display: block;
    position: fixed;
    top: 6px;
    left: 0;
    right: 0;
    z-index: 890;
  }

  #lm-about {
    margin: 0 0 23px 10px;
  }

  #lm-content .lm-top-anker.m_fixed {
    display: none !important;
  }

  #lm-content .lm-top-anker-sp.m_fixed {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 890;
  }

  .lm-top-contflex {
    display: block;
    margin: 0;
  }

  .lm-top-contflex li {
    width: 100%;
    margin-bottom: 20px;
  }

  .lm-top-contflex li a,
  .lm-top-contflex li a img {
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

#lm-wrapper .lm-top-pc {
  display: block;
}

#lm-wrapper .lm-top-sp {
  display: none;
}

#lm-wrapper .lm-mainvisual a {
  display: block;
}

@media screen and (max-width: 768px) {
  #lm-wrapper .lm-top-pc {
    display: none;
  }

  #lm-wrapper .lm-top-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #lm-product_list .product_list_block li .name2 {
    margin: 25px 0 33px 7%;
  }
}

span.hide {
  display: none;
}


@media print {
  img {
    display: none !important;
  }
}

.lm-mainvisual>a {
  cursor: auto;
}

.lm-mainvisual>a>img {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c5-top-ArtistReviews__title {
  padding: 0 0.8%;
  width: 29vw;
  max-width: 412px;
}

@media screen and (max-width: 768px) {
  .c5-top-ArtistReviews__title {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

#lm-wrapper .twitter-timeline{
	height: 1070px;
}

@media screen and (max-width: 768px) {
	#lm-wrapper .twitter-timeline{
		height: auto;
	}
 }