@charset "utf-8";
@font-face {
  font-family: "NotoSansMonoCJKSC";
  src: url("NotoSansMonoCJKsc-Regular.otf") format("otf");
}
.container {
  width: 100%;
}
.md-container {
  max-width: none;
}
.breadcrumb,
.title-area,
.nav,
.item-area-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sp-content {
  width: 100%;
  text-align: left;
  margin: auto;
  overflow: hidden;
  color: #402f29;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#sp-content a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition-duration: 0.3s;
}
#sp-content a:hover {
  text-decoration: none;
}
#sp-content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: 0.3s;
}

#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 70px;
    /*right: 8%;*/
    bottom: 50px;
    bottom: 10%;
    z-index: 1000;
    background: #e1a6a0;
    background: gray;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
#page_top.active {
    opacity: 0.4;
    visibility: visible;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  content: '';
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.mainvisal{
  margin:0 auto;
  text-align: center;
}

.mainvisal img{
  width:100%;
}

#sp-content .main-img-area {
  margin-bottom: 40px;
}
#sp-content .title-area {
  margin: 3.4% auto 5%;
  text-align:center;
}
#sp-content .title-area .campaign {
  margin: 3% auto 1.5%;
  padding: 0.5% 0;
  color: #fff;
  font-size: 1.4em;
  background: #bca0a5;
  max-width: 284px;
  font-weight:bold;
  letter-spacing: 2px;
}
#sp-content .title-area span{
  font-size: 1.1em;
  font-weight: bold;
}
#sp-content .title-area .sb_text{
  font-size: 0.95em;
  font-weight: normal;
}
#sp-content .title-area .title-area-txt {
  text-align: center;
  font-size: 1.03em;
  letter-spacing: 0.05em;
  line-height: 2.2em;
}
#sp-content .nav {
  margin: 7% auto 12%;
  text-align: center;
  font-family: Spartan, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#sp-content .nav h3 {
  font-size: 2.5em;
  font-weight:600;
}
#sp-content .nav .catch{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 3px;
}
#sp-content .nav .catch:before,#sp-content .nav .catch:after{
  border-top: 1px solid #402f29;
  content: "";
  flex-grow: 1;
}
#sp-content .nav .catch:before{
  margin-right: 1.2em;
}
#sp-content .nav .catch:after{
  margin-left: 1.2em;
}
#sp-content .nav ul {
  width: 100%;
  margin: 5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
}
#sp-content .nav ul li {
  width: 16%;
  max-width: 183px;
}
#sp-content .nav ul li a {
  text-decoration: none;
}
#sp-content .nav ul li div {
  position: relative;
}
#sp-content .nav ul li div:before {
  border: 0 solid transparent;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 30;
}
#sp-content .nav ul li div img {
  position: relative;
  z-index: 10;
}
#sp-content .nav ul li div:hover:before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#sp-content .nav ul li:nth-of-type(1) div:hover:before {
  border: 10px solid #d0c8d2;
}
#sp-content .nav ul li:nth-of-type(2) div:hover:before {
  border: 10px solid #e6d2df;
}
#sp-content .nav ul li:nth-of-type(3) div:hover:before {
  border: 10px solid #c4adb7;
}
#sp-content .nav ul li:nth-of-type(4) div:hover:before {
  border: 10px solid #d6c7b4;
}
#sp-content .nav ul li:nth-of-type(5) div:hover:before {
  border: 10px solid #e0d8d8;
}
#sp-content .nav ul li:nth-of-type(6) div:hover:before {
  border: 10px solid #d5d5e1;
}
#sp-content .nav .no {
  display: block;
  margin: 13% 0 9%;
  font-size: 2.1em;
  font-weight: 500;
}
#sp-content .nav .sub_no1 {
  background: #d0c8d2;
  font-family:Noto Sans JP;
  padding: 2% 2.41%;
  font-size: 0.78em;
  font-weight: bold;
  max-width: 183px;
  margin: 0 auto;
  letter-spacing: 0.3px;
}
#sp-content .nav .sub_no2 {
  background: #e6d2df;
  font-family:Noto Sans JP;
  padding: 2% 7%;
  font-size: 0.8em;
  font-weight: bold;
  max-width: 183px;
  margin: 0 auto;
}
#sp-content .nav .sub_no3 {
  background: #c4adb7;
  font-family:Noto Sans JP;
  padding: 2% 23%;
  font-size: 0.8em;
  font-weight: bold;
  max-width: 183px;
  margin: 0 auto;
}
#sp-content .nav .sub_no4 {
  background: #d6c7b4;
  font-family:Noto Sans JP;
  padding: 2% 3%;
  font-size: 0.8em;
  font-weight: bold;
  max-width: 183px;
  margin: 0 auto;
}
#sp-content .nav .sub_no5 {
  background: #e0d8d8;
  font-family:Noto Sans JP;
  padding: 2% 15%;
  font-size: 0.8em;
  font-weight: bold;
  max-width: 183px;
  margin: 0 auto;
}
#sp-content .nav .sub_no6 {
  background: #d5d5e1;
  font-family:Noto Sans JP;
  padding: 2% 15%;
  font-size: 0.8em;
  font-weight: bold;
  max-width: 183px;
  margin: 0 auto;
}
#sp-content .item-area {
  position: relative;
  margin-bottom: 10%;
}
#sp-content #dress_01 {
  background: url(//ds-assets.store-image.jp/laisp/sp/2021/2021_coat_wintercollection/nav_c_01.jpg);
  background-repeat: repeat-y;
  background-size: 2% auto;
  background-position: right;
}
#sp-content #dress_02 {
  background: url(//ds-assets.store-image.jp/laisp/sp/2021/2021_coat_wintercollection/nav_c_02.jpg);
  background-repeat: repeat-y;
  background-size: 2% auto;
}
#sp-content #dress_03 {
  background: url(//ds-assets.store-image.jp/laisp/sp/2021/2021_coat_wintercollection/nav_c_03.jpg);
  background-repeat: repeat-y;
  background-size: 2% auto;
  background-position: right;
}
#sp-content #dress_04 {
  background: url(//ds-assets.store-image.jp/laisp/sp/2021/2021_coat_wintercollection/nav_c_04.jpg);
  background-repeat: repeat-y;
  background-size: 2% auto;
}
#sp-content #dress_05 {
  background: url(//ds-assets.store-image.jp/laisp/sp/2021/2021_coat_wintercollection/nav_c_05.jpg);
  background-repeat: repeat-y;
  background-size: 2% auto;
  background-position: right;
}
#sp-content #dress_06 {
  background: url(//ds-assets.store-image.jp/laisp/sp/2021/2021_coat_wintercollection/nav_c_06.jpg);
  background-repeat: repeat-y;
  background-size: 2% auto;
  background-position: left;
}
.item-area .item_img,
.item-area .item_txt {
  display: flex;
  justify-content: space-between;
  margin: 5% 0;
}
.item-area .row-reverse {
  flex-direction: row-reverse;
}
.item-area .flex-bottom {
  align-items: flex-end;
}
.item-area .flex-end {
  justify-content: flex-end;
}
.item-area .item_img ul {
  width: 48%;
  max-width: 590px;
}
.item-area .item_txt h4,
.item-area .item_txt .item_info {
  width: 50%;
  position: relative;
}
.item-area .item_txt .item_info > div {
  margin-top: 8%;
  /* margin-left: auto; */
  padding-left: 10%;
}
.item-area .item_txt .item_info h5 {
  font-size: 1.15em;
  font-weight: bold;
}
.item-area .item_txt .item_info p {
  margin: 3% 0;
}
.item-area .item_txt .item_info p span {
  font-size: 11px;
}
.item-area .item_txt .item_info p .comingsoon {
  color: #df0c0c;
}
.item-area .item_txt .item_info a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.item-area .item_txt .item_info a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #402f29;
}
.item-area .item_txt .item_info a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #d0c8d2;
  transition: .3s;
}
#dress_02 .item_txt .item_info a::after {
  background-color: #e6d2df;
}
#dress_03 .item_txt .item_info a::after {
  background-color: #c4adb7;
}
#dress_04 .item_txt .item_info a::after {
  background-color: #d6c7b4;
}
#dress_05 .item_txt .item_info a::after {
  background-color: #e0d8d8;
}
#dress_06 .item_txt .item_info a::after {
  background-color: #d5d5e1;
}
.item-area .item_txt .item_info a:hover::after {
  width: 100%;
}
.item-area ul.item_color {
  display: flex;
  margin: 2.5% 0 0;
}
.item-area ul.item_color li {
  width: 32%;
  max-width: 220px;
  margin-right: 1.5%;
}
.item-area ul.item_color li:last-of-type {
  margin-right: 0;
}
.credit{
  font-size: 1.7em;
  font-weight: 600;
}
.credit span{
  font-size: 0.52em;
  vertical-align: top;
}
.item_txt h4 img {
  margin-left: 8%;
}

.link-btn-area {
  margin: 5% auto;
}
.link-btn-area a {
  display: block;
  width: 90%;
  max-width: 1046px;
  margin: 2% auto;
  padding: 1.602% 0;
  background-color: #3f3b3a;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.3s;
}
.link-btn-area a:hover{
  background-color: #c5bbbd;
  transition-duration:0.3s;
}

#footer_banner .container {
  width: 1170px;
}

@media (min-width: 980px) and (max-width: 1200px){
#footer_banner .container {
  width: 965px;
}
}

@media (min-width: 768px) and (max-width: 979px){
#footer_banner .container {
  width: 750px;
}
}

@media (max-width: 768px){
  .breadcrumb,
  #page-body {
    margin: 0 auto;
  }
  #sp-content {
    margin-top: 20px;
    font-size: 10px;
  }
  #sp-content .title-area .title-area-txt {
    padding: 0 3%;
    letter-spacing: 0;
    font-size: 1.4em;
    line-height: 2em;
  }
  #sp-content .title-area .campaign {
  margin: 5% auto 3%;
  padding: 1% 0;
  font-size: 1.8em;
  line-height: 27px;
  letter-spacing: 2px;
  }
  #sp-content .title-area span{
  font-size: 1.4em;
  }
  #sp-content .nav .sub_no1 {
  padding: 2% 2%;
  font-size: 1.2em;
  }
  #sp-content .nav .sub_no2 {
  padding: 2% 10.98%;
  font-size: 1.2em;
  }
  #sp-content .nav .sub_no3 {
  padding: 2% 25%;
  font-size: 1.2em;
  }
  #sp-content .nav .sub_no4 {
  padding: 2% 7.4%;
  font-size: 1.2em;
  }
  #sp-content .nav .sub_no5 {
  padding: 2% 17.88%;
  font-size: 1.2em;
  }
#sp-content .nav .sub_no6 {
  padding: 2% 21.4%;
  font-size: 1.2em;
}
  #sp-content .nav .no {
  margin: 13% 0 9%;
  font-size: 3em;
  font-weight: 500;
  }
  #sp-content .nav h3 {
    font-size: 2em;
  }
  #sp-content .nav ul {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.7em;
    letter-spacing: 0;
  }
  #sp-content .nav ul li {
    width: 29%;
    margin-right: 3%;
    margin-bottom: 7%;
  }
  #sp-content .nav ul li a {
    display: block;
    line-height: 1.8em;
  }
  #sp-content .nav ul li:nth-child(3),
  #sp-content .nav ul li:last-child {
    margin-right: 0;
  }
  #sp-content .nav {
  margin: 7% auto 20%;
  }
  #page_top {
    width: 65px;
    height: 65px;
    right: 2%;
  }
  #page_top a {
    width: 65px;
    height: 65px;
  }
  #page_top a::after {
    font-size: 11px;
    top: 20px;
  }
  #sp-content .title-area {
  margin: 8.4% auto 10%;
  }
  #sp-content .item-area {
    margin-bottom: 30%;
  }
  .item-area .item_txt .item_info h5 {
  font-size: 1.4em;
  }
  .item-area .item_txt .item_info p {
  font-size: 12px;
  }
  .item-area .item-area-inner {
    width: 95%;
    margin: 0;
  }
  #dress_02 .item-area-inner,
  #dress_04 .item-area-inner,
  #dress_06 .item-area-inner {
    margin-left: 5%;
  }
  .item-area .item_img {
    /* margin-left: 4%; */
    /* margin: 0 auto; */
    display: block;
  }
  .item-area .item_txt {
    display: block;
    margin-top: 0;
  }
  .item-area .item_txt h4,
  .item-area .item_txt .item_info {
    margin: 0 auto;
    width: 81%;
    /* margin-left: 5%; */
    /* margin-bottom: 12%; */
  }
  .credit{
  margin-left: 4%;
  font-size: 1.7em;
  font-weight: 600;
  }
  .item-area .item_txt .item_info > div {
    padding-left: 0;
  }
  .item-area ul.item_color {
    width: 96%;
    margin: 5% 4%;
  }
  .item-area .item_img ul.dress_main {
    width: 100%;
  }
  .item-area .item_img ul.dress_sub {
    width: 100%;
    margin: 10% auto;
    /* margin-left: 40%; */
  }
  .item-area .item_txt h4 img {
    margin-left: 0;
  }

  .link-btn-area a {
    padding: 4% 0;
    font-size: 1.3em;
  }
  #footer_banner .container {
  width: auto;
  }
}

.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: 769px) 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: 768px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}