@charset "UTF-8";

/****************************************

          General Setting

*****************************************/

body {
  background: #fff;
  width: 100%;
  color: #333;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  line-height: 1.625;
  min-width: 1200px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

a[href^="tel:"] {
  cursor: default;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}


/****************************************

          Typography

*****************************************/

.red {
  color: #ff0000;
}


/****************************************

          Link

*****************************************/

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

/* **************************************************

          共通
  
************************************************** */

/*img {
  vertical-align: middle;
  width: 100%;
}*/

.clearfix {
  display: block;
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.line_block {
  display: inline-block;
}

.tbl {
  display: table;
}

.tbl-cl {
  display: table-cell;
}

.btn {
  text-align: center;
  position: relative;
}

.btn>a, .btn>span {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  font-family: 'Lato','Noto Sans JP', 'Noto Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 2px;
  display: block;
  text-decoration: none;
  background: #000000;
  border: 1px solid;
  color: #fff;
  position: relative;
  cursor: pointer; 
}
.btn>a:hover, .btn>span:hover{
  color: #000;
  background: #fff;
  opacity: 0.8;
  border: 1px solid;
  transition: all 0.3s linear;
}

.btn>a:hover::after, .btn>span:hover::before{
  transition: all 0.3s linear;
}

.ttl02 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}

.ttl02.after {
  position: relative;
  padding-bottom: 20px;
}

.ttl02.after::after {
  content: "";
  height: 2px;
  width: 90px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  background: #000000;
}

.ttl03 {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}

.ttl03.after {
  position: relative;
  padding-bottom: 10px;
}

.ttl03.after::after {
  content: "";
  height: 1px;
  width: 70px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
}

.ttl03+.ttl_txt {
  display: block;
  text-align: left;
  padding-top: 10px;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  line-height: 1;
}

.ttl_cap {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  line-height: 1;
}

.ttl_txt {
  text-align: center;
  padding-top: 40px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}

@media screen and (max-width: 768px) {
.ttl02 {
    font-size: 2.4rem;
}
.ttl02.after {
    padding-bottom: 15px;
}
.ttl02.after::after {
    width: 55px;
    margin-left: -23px;
}
.ttl_cap {
    padding-top: 15px;
    font-size: 1.4rem;
}
.ttl_txt {
    font-size: 1.2rem;
    padding-top: 30px;
}
.ttl03.after::after {
    height: 2px;
    width: 55px;
    left: 50%;
    margin-left: -22.5px;
}
.ttl03+.ttl_txt {
    text-align: center;
}
.btn>a, .btn>span {
    width: 53.333vw;
    padding: 4.267vw 0;
    font-size: 3.2vw;
}
}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mr0 {margin-right: 0px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.ml0 {margin-left: 0px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pr0 {padding-right: 0px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pl0 {padding-left: 0px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.cont01{padding: 80px 0 60px;}
.cont02{padding: 60px 0;}
.cont03{padding: 80px 0 120px;}
.cont04{padding: 0 0 120px;}
@media screen and (max-width: 768px){
  .cont01{padding: 40px 0 30px;}
  .cont02{padding: 30px 0;}
  .cont03{padding: 40px 0 60px;}
  .cont04{padding: 0 0 60px;}
}
/****************************************

          Font

*****************************************/

.font01 {
  font-family: 'Lato', sans-serif;
}

.font02 {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}


/* **************************************************

          wrapper

************************************************** */

@media screen and (min-width: 768px) {
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 92%;
    margin: 0 auto;
  }
}


/* **************************************************

          header

************************************************** */

.header {
  position: fixed;
  top: 0;
  z-index: 995;
  width: 100%;
  height: 50px;
  background: #fff;
}

.header .wrapper {
  position: relative;
}

.header .logo {
  line-height: 1;
  max-width: 335px;
}

.header .logo a{
  text-decoration: none;
  font-weight: bolder;
}

.header .subnavi {
  position: absolute;
  top: 20px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.header .subnavi ul .heart, .header .subnavi ul .mypage {
  max-width: 18px;
}

.header .subnavi ul .cart, .header .subnavi ul .mail, .header .subnavi ul .note {
  max-width: 20px;
}

.header .subnavi ul li {
  float: left;
  margin-left: 20px;
}

.header .subnavi ul li a:hover,
.header .subnavi ul li a:hover img,
.header .subnavi ul li.searcharea:hover .searchicon{
  opacity: 0.6;
  transition: all 0.3s linear;
}

.header .subnavi ul li.searcharea form{
  display: flex;
}

.header .subnavi ul li.searcharea {
  position: relative;
  overflow: hidden;
  transition: 0.6s ease 0s;
  height: 24px;
  width: 24px;
}

.header .subnavi ul li.searcharea input,
.header .subnavi ul li.searcharea button {
  border: none;
}

.header .subnavi ul li.searcharea input {
  width: 100px;
  border-bottom: 1px solid !important;
  margin-right: 10px;
  display:none;
}

.header .subnavi ul li.searcharea .searchicon {
  background: url(../img/icon/icon_search.png) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

.header .subnavi ul li.searcharea .searchform {
  height: 100%;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  padding-right: 25px;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  width: auto;
}

.header .subnavi ul li.searcharea .searchform .searchbutton {
  display: none;
}

.header .subnavi ul li.searcharea .searchform .searchfield {
  border-bottom: 1px solid #000000;
  background: #eee;
  font-size: 1.3rem;
  height: 24px;
  -webkit-transition: border 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: border 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: border 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: border 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: border 0.2s ease 0s, opacity 0.2s ease 0s;
  width: 100%;
}

.header .subnavi ul li.searcharea.slideopen {
  width: 300px;
}

.header .subnavi ul li.searcharea.slideopen .searchform {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.7s;
  -moz-transition: opacity 0.8s ease 0.7s;
  -o-transition: opacity 0.8s ease 0.7s;
  -ms-transition: opacity 0.8s ease 0.7s;
  transition: opacity 0.8s ease 0.7s;
}

.header .subnavi ul li.searcharea.slideopen input{
  display: block;
}

.header .store_logo.sp{
  display: none !important;
}

.header .store_logo.pc{
    text-align: center;
    background: #fff;
    margin-top: -3px;
    height: 75px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.header .store_logo img{
    max-width: 95px;
}
.header .store_logo.simple img{
  max-width: 150px;
}
.header .store_logo.sacsbarjean img{
  max-width: 160px;
}
.header .store_logo.drastic img{
  max-width: 150px;
}
.header .store_logo.naughtiam img{
  max-width: 75px;
}

.header .store_logo.nextluxury img{
  max-width: 190px;
}

.header .store_logo.smartpeople img{
  max-width: 170px;
}

.header .gnavi {
  background: #fff;
  margin-top:-3px;
  border-bottom: 2px solid #d8d8d8;
}

.header .gnavi ul li {
  width: 100%;
  height: 40px;
  border-right: 1px solid #000;
  text-align: center;
  line-height: 1;
}

.header .gnavi ul li span,
.header .gnavi ul li a {
  color: #000;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.header .gnavi ul li span span,
.header .gnavi ul li a span  {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 2.2;
}

.header .gnavi ul li:nth-child(1) {
  max-width: 231px;
}

.header .gnavi ul li:nth-child(2), .header .gnavi ul li:nth-child(4) {
  max-width: 216px;
}

.header .gnavi ul li:nth-child(3) {
  max-width: 215px;
}

.header .gnavi ul li:nth-child(5) {
  max-width: 318px;
}

.header .gnavi ul li:last-child{
  border:none;
}

.header .gnavi ul.menu04 li{
  max-width: 300px !important;
}

.header.menu04 .dropmenu01{
  left: 50%;
  margin-left: -220px;
  padding: 30px 0 30px 20px;
}

.header.menu04 .dropmenu03{
  left: 50%;
  margin-left: -310px;
}

.header.menu04 .dropmenu03 .innerwidth::before{
  margin-left:0;
}
.header.menu04 .dropmenu01 .innerwidth::before {
  margin-left: -50px;
}
.header.menu04 .dropmenu02 .innerwidth::before{
  margin-left: 165px;
}

.header .dropmenu {
  position: absolute;
  top: 120px;
  background: #000;
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  background: #000;
  padding: 30px 20px;
}

.header .dropmenu01{
  left: 50%;
  margin-left: -470px;
}

.header .dropmenu02{
  left: 50%;
  margin-left: -180px;
}
.header .dropmenu03{
  left: 50%;
  margin-left: -420px;
}

.header.store_header .dropmenu{
  top: 182px;
}

.kissora_logo{
  margin: 0 auto;
  padding-top: 10px !important;
}

.kissora_logo img{
  max-width: 50px;
}

.header .dropmenu .innerwidth::before {
  content: '';
  width: 0;
  height: 0;
  box-sizing: content-box;
  border: 10px solid transparent;
  border-bottom: 12px solid #000;
  position: absolute;
  top: -18px;
  left: 50%;
}

.header .dropmenu02 .innerwidth ul{
  padding-top:45px;
}

.header .dropmenu02 .innerwidth>ul{
  float: left;
}

.header .dropmenu02 .innerwidth>ul .brand-cat_ttl{
  position: absolute;
  top: 30px;
}

.header .dropmenu01 .innerwidth ul li a,
.header .dropmenu01 .innerwidth ul li span,
.header .dropmenu02 .innerwidth ul li a,
.header .dropmenu02 .innerwidth ul li span,
.header .dropmenu03 .innerwidth ul li a,
.header .dropmenu03 .innerwidth ul li span {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .dropmenu01 .innerwidth ul li a:hover,
.header .dropmenu01 .innerwidth ul li span:hover,
.header .dropmenu03 .innerwidth ul li a:hover,
.header .dropmenu03 .innerwidth ul li span:hover {
  border-bottom: 1px solid #fff;
}

.header .dropmenu02 .innerwidth ul a:hover{
  border-bottom: 1px solid #fff;
  display:inline
}

.header .dropmenu01 .innerwidth ul{
  width: 200px;
  float: left;
}

.header .dropmenu03 .innerwidth ul{
  width: 260px;
}

.header .dropmenu01 .innerwidth>ul:nth-child(n + 5){
  padding-top: 30px;
}
.header .dropmenu01 .innerwidth ul:nth-of-type(4n-3),
.header .dropmenu03 .innerwidth ul:nth-of-type(4n-3){
  margin-left: 0;
}

.header .dropmenu01 .innerwidth>ul:first-child,
.header .dropmenu02 .innerwidth>ul:first-child,
.header .dropmenu03 .innerwidth>ul:first-child {
  margin-left: 0;
}

.header .dropmenu03 .innerwidth>ul{
  margin-bottom: 10px;
}

.header .dropmenu01 .innerwidth>ul>li>a,
.header .dropmenu01 .innerwidth>ul>li>span,
.header .dropmenu02 .innerwidth>ul>li>a,
.header .dropmenu02 .innerwidth>ul>li>span,
.header .dropmenu03 .innerwidth>ul>li>span {
  display: block;
  padding: 0 0 25px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
}

.header .dropmenu02 .innerwidth>ul>li{
  margin-bottom: 15px;
  line-height: 1;
}

.header .dropmenu02 .innerwidth>ul>li>a{
  display: contents;
  padding: 0;
}

.header .dropmenu01 .innerwidth>ul>li>a:hover,
.header .dropmenu01 .innerwidth>ul>li>span:hover,
.header .dropmenu03 .innerwidth>ul>li>span:hover {
  border: none;
}

.header .dropmenu03 .innerwidth>ul>li>a{
  margin: 0 0 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.header .dropmenu01 .innerwidth>ul>li ul li,
.header .dropmenu02 .innerwidth>ul>li ul li,
.header .dropmenu03 .innerwidth>ul>li ul li{
  margin-bottom:12px;
  line-height: 1;
}

.header .dropmenu01 .innerwidth>ul>li ul li a,
.header .dropmenu02 .innerwidth>ul>li ul li a{
  padding: 0 ;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 1px;
}

.header .dropmenu01 .innerwidth>ul>li>a,
.header .dropmenu02 .innerwidth>ul>li>a,
.header .dropmenu03 .innerwidth>ul>li>a,
.header .dropmenu01 .innerwidth>ul>li ul li a:hover,
.header .dropmenu02 .innerwidth>ul>li ul li a:hover,
.header .dropmenu03 .innerwidth>ul>li ul li a:hover{
  opacity: 1;
}

@media screen and (max-width:768px) {
  .header {
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
  }
  .header .logo {
    margin: 0 auto;
    max-width: 290px;
    box-sizing: content-box;
  }
  .header .store_logo.simple img{
    max-width:133px;
  }
  .header .store_logo.sacsbarjean img{
    max-width:133px;
  }
  .header .store_logo.drastic img{
    max-width: 133px;
  }
  .header .store_logo.kissora img{
    max-width: 55px;
  }
  .header .store_logo.naughtiam img{
    max-width: 40px;
  }
  .header .store_logo.nextluxury img{
    max-width: 120px;
    margin-top: -5px;
  }
  .header .store_logo.etiam img{
    max-width: 60px;
  }
  .header .store_logo.smartpeople img{
    max-width: 133px;
  }
  .header .store_logo.pc{
    display: none !important;
  }
  .header .store_logo.sp{
    display: block !important;
  }
  .header .logo.store_logo{
    padding-right: 0;
    padding-top: 24px !important;
  }
  .header .logo.store_logo.simple{
    padding-top: 13px !important;
  }
  .header .logo.store_logo.sacsbarjean{
    padding-top: 15px !important;
  }
  .header .logo.store_logo.kissora{
    padding-top: 8px !important;
  }
  .header .store_logo.drastic{
    padding-top: 14px !important;
  }
  .header .store_logo.naughtiam{
    padding-top: 14px !important;
  }
  .header .store_logo.nextluxury{
    padding-top: 0 !important;
  }
  .header .store_logo.etiam{
    padding-top: 15px !important;
  }
  .header .store_logo.smartpeople{
    padding-top: 12px !important;
  }
  .header .logo.slideopen {
    display: none !important;
  }
  .header .subnavi {
    max-width: 17.333vw;
    width: 100%;
    top: 23px;
  }
  .header .subnavi.slideopen {
    max-width: 95%;
  }
  .header .subnavi ul li {
    margin-left: 0;
  }
  .header .subnavi ul .cart {
    max-width: 30px;
    position: absolute;
    right: 0;
  }
  .header .subnavi ul li.searcharea {
    height: 30px;
    width: 30px;
    margin-left: 16px;
  }
  .header .subnavi ul li.searcharea form{
    align-items: flex-start;
  }
  .header .subnavi.slideopen ul li.searcharea.slideopen {
    width: 88%;
  }
  .header .subnavi ul li.searcharea.slideopen {
    width: auto;
  }
  .header .subnavi ul li.searcharea input{
    width: 85%;
    margin:0 0 0 10px;
    font-size:1rem;
    border:0;
  }
  .header .subnavi ul li.searcharea.slideopen input{
    display: inline-block;
  }
  .header .subnavi ul li.searcharea.slideopen .searchform {
    padding-left: 6.333vw;
  }
  .header .subnavi ul li.searcharea.slideopen {
    height: 30px;
  }
  .header .subnavi ul li.searcharea .searchicon {
    background: url(../img/icon/icon_search_sp.png) no-repeat center center/cover;
    width: 30px;
    height: 30px;
    right: auto;
    left:0;
  }
  .header .subnavi ul li.searcharea .searchform{
    padding: 0 0 0 25px;
  }
  .header .subnavi ul li.searcharea .searchform .searchfield {
    height: auto;
    -webkit-appearance: none;
    border-radius: unset;
    margin-top: -3px;
    display: none;
  }
  .header .subnavi.slideopen ul li.searcharea.slideopen .searchform .searchfield {
    display: block;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateY(-101%);
    transition: all 0s;
    width: 100%;
    box-sizing: border-box;
  }
  nav.globalMenuSp ul {
    margin: 50px auto 0 !important;
    padding: 0 10px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  .navToggle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    cursor: pointer;
    z-index: 2000;
    text-align: left;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 20px;
    border-bottom: 2px solid #000000;
    transition: .35s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 25px;
  }
  .navToggle span:nth-child(2) {
    top: 33px;
  }
  .navToggle span:nth-child(3) {
    top: 41px;
  }
  .navToggle a {
    font-size: 12px;
    position: absolute;
    top: 35px;
  }
  .navToggle.active span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
}

@media screen and (max-width:530px) {
  .header .logo {
    padding-top: 13px !important;
    max-width: 58vw;
  }
  .header .subnavi ul .cart {
    max-width: 5.66vw;
  }
  .header .subnavi ul li.searcharea {
    margin-left: 3.019vw;
  }
  .header .subnavi ul li.searcharea, .header .subnavi ul li.searcharea .searchicon {
    width: 5.849vw;
    height: 5.849vw;
  }
  .header .subnavi.slideopen ul li.searcharea.slideopen .searchform .searchfield {
    display: block;
  }
}


/* **************************************************

          main

************************************************** */
main{
  position: relative;
}

body main.store{
    padding-top: 180px !important;
}

body main,
body main.top,
body#fs_ProductDetails main#top{
  padding-top: 120px !important;
}

@media screen and (max-width:768px) {
  body main,
  body main.store,
  body main.top,
  body#fs_ProductDetails main#top,
  .top main {
    padding-top: 70px !important;
  }
}

/* **************************************************

          What's New

************************************************** */
.new{
    margin-bottom: 65px;
}
.top .new{
  margin-bottom: 40px;
}
.new dl{
    max-width: 920px;
    width: 100%;
    height: 100px;
    margin:-50px auto 0;
    background: rgba(255, 255, 255, 0.8);
    padding:20px 40px;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 99;
}

.new dl dt{
    width: 195px;
    font-size: 2.4rem;
    font-weight: bold;
    border-right: 1px solid #000;
    padding-right: 40px;
    vertical-align: middle;
    position: relative;
    background: none;
    padding-bottom: 0;
}

.new dl dd{
    padding-left: 40px;
    vertical-align: middle;
}

.new dl dd ul li{
    font-size: 1.4rem;
    line-height: 1;
}

@media screen and (max-width: 768px)  {
.new{
    margin-bottom: 35px;
}

.new dl{
    padding: 20px 30px 25px;
    max-width: 96%;
    height: auto;
    display: block;
    border-bottom: 2px solid #000;
}

.new dl dt{
    width: auto;
    display: block;
    font-size: 2rem;
    border: none;
    text-align: center;
    padding: 0 0 20px 0;
}

.new dl dt::after{
    content: "";
    height: 2px;
    width: 80px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
}

.new dl dd{
    padding: 20px 0 0 0;
    font-size: 1.2rem;
}

.new dl dd ul li{
    font-size: 1.2rem;
    line-height: 1;
}
}


/* **************************************************

          Main Visual

************************************************** */

.metaslider .flexslider{
    margin: 0 !important;
}
.metaslider .flex-control-nav,
.fs-c-slick .slick-dots{
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto !important;
    bottom: 0 !important;
}

.metaslider .flex-control-nav li,
.fs-c-slick .slick-dots li{
    position: absolute;
    bottom: 40px;
}

.fs-c-slick .slick-dots li button,
.fs-c-slick .slick-dots li.slick-active button{
    padding:0 !important;
    height: 0 !important;
}

.fs-c-slick .slick-dots li button:before{
    color:#fff !important;
    top: auto;
    left: auto;
    right: 0;
    font-size: 18px !important;
}

.fs-c-slick .slick-dots li.slick-active button:before{
    color: #8c8c8c !important;
}

.fs-c-slick .slick-dots li button:before,
.fs-c-slick .slick-dots li.slick-active button:before{
    opacity:1 !important;
}

.metaslider .flex-control-nav li a,
.fs-c-slick .slick-dots li button{
    margin: 0;
}

.flex-control-paging li a{
    border:1px solid #868888 !important;
    background: #fff !important;
}

.flex-control-paging li a.flex-active,
.fs-c-slick .slick-dots li.slick-active button{
    background: #8c8c8c !important;
}

.metaslider .flex-control-nav li:nth-child(1),
.fs-c-slick .slick-dots li:nth-child(1){
    right: 110px;
}
.metaslider .flex-control-nav li:nth-child(2),
.fs-c-slick .slick-dots li:nth-child(2){
    right: 90px;
}
.metaslider .flex-control-nav li:nth-child(3),
.fs-c-slick .slick-dots li:nth-child(3){
    right: 70px;
}
.metaslider .flex-control-nav li:nth-child(4),
.fs-c-slick .slick-dots li:nth-child(4){
    right: 50px;
}
.metaslider .flex-control-nav li:nth-child(5),
.fs-c-slick .slick-dots li:nth-child(5){
    right: 30px;
}
.metaslider .flex-control-nav li:nth-child(6),
.fs-c-slick .slick-dots li:nth-child(6){
    right: 10px;
}
.metaslider .flex-control-nav li:nth-child(7),
.fs-c-slick .slick-dots li:nth-child(7){
    right: -10px;
}
.metaslider .flex-control-nav li:nth-child(8),
.fs-c-slick .slick-dots li:nth-child(8){
    right: -30px;
}
.metaslider .flex-control-nav li:nth-child(9),
.fs-c-slick .slick-dots li:nth-child(9){
    right: -50px;
}
.metaslider .flex-control-nav li:nth-child(10),
.fs-c-slick .slick-dots li:nth-child(10){
    right: -70px;
}

@media screen and (min-width: 768px)  {
.metaslider .slides img,
.fs-c-slick .slick-slide img{
    height: 645px !important;
    object-fit: cover;
    object-position: center;
}
}

.fs-body-my-coupons .fs-c-slick .slick-slide img{
  height: auto !important;
}
@media screen and (max-width: 768px)  {
.metaslider .slides img,
.fs-c-slick .slick-slide img{
    height: 74.667vw !important;
    object-fit: cover;
    object-position: center;
}
.fs-body-my-coupons .fs-c-slick .slick-slide img{
   height: auto !important;
}
.metaslider .flexslider{
    position: relative;
}

.metaslider .flex-control-nav,
.fs-c-slick .slick-dots{
    position: absolute;
    bottom: 55px !important;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
}

.metaslider .flex-control-nav li,
.fs-c-slick .slick-dots li{
    position: sticky;
}

}

/* **************************************************

         Store Top

************************************************** */

.store_top .new{
  margin-bottom: 0;
}


.store_top .sidebar{
  float:left;
  margin-bottom: 30px;
}

.newitem .fs-p-heading--lv2,
.newitem .FS2_Recommend2_recommend .CrossHead{
  display: none;
}

.content-r .newitem .fs-c-slick .slick-slide{
  width: 190px;
}

.store .newitem .fs-c-productName__name,
.store .newitem .fs-c-productName__copy{
  display: none;
}

.newitem .fs-c-productListCarousel__list__item,
.series .fs-c-productListCarousel__list__item,
.pickup .fs-c-productListCarousel__list__item{
  margin-top: 50px;
}
.store_top .btn{
  margin-top: 80px;
}

.series .fs-c-price{
  display:none;
}
.newitem .fs-c-productListCarousel__ctrl,
.series .fs-c-productListCarousel__ctrl,
.pickup .fs-c-productListCarousel__ctrl{
  display: none !important;
}

.content-r .series .fs-c-slick .slick-track{
  width : 960px !important;
}
.series .fs-c-slick .slick-track{
  transform: none !important;
}
.newitem .fs-c-slick .slick-slide,
.series .fs-c-slick .slick-slide,
.pickup .fs-c-slick .slick-slide{
  width: 20%;
  text-align: center;
}

.fs-c-productListCarousel__list__item{
  flex-basis: auto;
  max-width: inherit;
  min-width: auto;
  margin: 0 8px;
}

.fs-body-my-coupons .fs-c-productListCarousel__list__item{
  max-width: 300px;
}

.newitem .fs-c-slick .slick-slide{
  width: 200px;
}
.series .fs-c-slick .slick-slide:nth-child(n + 6),
.newitem .fs-c-slick .slick-slide:nth-child(n + 6){
  display:none;
}
.pickup .fs-c-slick .slick-slide:nth-child(n + 11){
  display: none;
}

.series .fs-c-slick .slick-slide img,
.pickup .fs-c-slick .slick-slide img,
.newitem .fs-c-slick .slick-slide img{
  object-fit: scale-down;
  height: 200px !important;
}
.series .fs-c-productName__name,
.fs-c-productName__copy{
  display: none;
}
.store_top + .fs-l-footer{
  margin-top: 0;
  clear: both;
}
.store_top .content-r{
  width: 960px;
  max-width: 92%;
  margin: auto;
  padding-top: 65px;
  display: block;
  float: right !important;
  margin-top: 0 !important;
}
.store_top .instagram_content{
  max-width: 960px;
  width:100%;
}
.store .ownlyUgcWidget_block .ownlyUgcsetPostPhoto, 
.store img.ownlyPostImage, 
.store .ownlyUgcWidget_block .ownlyUgcsetPost,
.store .ownlyUgcSlide{ 
  width: 180px;
  height: 180px;
}

body .ownlyUgcModalContents .ownlyUgcsetPost img.ownlyPostImage,
body .ownlyUgcModalContents .ownlyUgcSlide{
width: auto !important;
height: auto !important;
}


.ownlyCarouselBtn{
  display: none;
}

.ownlyUgcWidget_block .ownlyUgc .ownlyUgcsetPost{
  margin: 5px;
}

.square .ownlyUgcWidget_block .ownlyUgcsetPostPhoto, 
.square img.ownlyPostImage, 
.square .ownlyUgcWidget_block .ownlyUgcsetPost,
.square .ownlyUgcSlide{    
  width: auto !important;
  height: auto !important;
}
.ownlyUgcWidget_square div.ownlyUgcPagination a.ugcPaging{
  display:none !important;
}

@media screen and (max-width:768px){
  .store .ownlyUgcWidget_block .ownlyUgcsetPostPhoto,
  .store img.ownlyPostImage,
  .store .ownlyUgcWidget_block .ownlyUgcsetPost,
  .store .ownlyUgcSlide{
    width: 29.5vw !important;
    height: 29.5vw !important;
    padding: 0.667vw;
  }
  .store .ownlyUgcWidget_block .ownlyUgcsetPostPhoto:nth-child(3n),
  .store img.ownlyPostImage:nth-child(3n),
  .store .ownlyUgcWidget_block .ownlyUgcsetPost:nth-child(3n),
  .store .ownlyUgcSlide:nth-child(3n){
  padding: 0.667vw 0 0.667vw 0.667vw;
  }
  .square .ownlyUgcWidget_block .ownlyUgcsetPostPhoto,
   .square img.ownlyPostImage,
    .square .ownlyUgcWidget_block .ownlyUgcsetPost,
   .square .ownlyUgcSlide{
     width: auto !important;
     height: auto !important;
     padding: 0;
   }
  .ownlyUgcWidget_block .ownlyUgc .ownlyUgcsetPost{
    margin: 0 ;
  }
  .fs-body-my-coupons .fs-c-productListCarousel__list__item{
    max-width: 62vw;
  }
}

@media screen and (min-width:768px){
  .content-r .pickup .fs-c-slick .slick-track{
    transform: none !important;
    width : 960px !important;
  }
  .newitem .fs-c-slick .slick-track,
  .series .fs-c-slick .slick-track{
    width: 100% !important;
    transform: none !important;
    display: flex;
    justify-content: center;
  }
  .fs-c-productListCarousel__list,
  .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider,
  .series .fs-c-productListCarousel__list,
  .series .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider{
    width: 100%;
  }
  
}
@media screen and (max-width: 768px ){
  .store_top .btn{
    margin-top: 30px;
  }
  .series .fs-c-slick .slick-slide:nth-child(n + 6){
    display: block;
  }
  .series .fs-c-slick .slick-slide:nth-child(n + 7){
    display: none;
  }
  .newitem .fs-c-productListCarousel__list__item,
  .series .fs-c-productListCarousel__list__item,
  .pickup .fs-c-productListCarousel__list__item{
    margin-top: 50px;
    max-width: 100%;
    min-width: auto;
  }
  .series .fs-c-slick .slick-track{
    width: 100% !important;
    margin: 0 ;
  }
  .newitem .fs-c-slick .slick-track,
  .pickup .fs-c-slick .slick-track{
    margin: 0 ;
  }
  .series .fs-c-slick .slick-slide{
    width: 48%;
  }
  
  .newitem .fs-c-slick .slick-slide,
  .pickup .fs-c-slick .slick-slide{
    width: 180px;
  }
  .newitem .fs-c-productListCarousel__list__item,
  .series .fs-c-productListCarousel__list__item,
  .pickup .fs-c-productListCarousel__list__item{
    margin-top:20px;
  }
  .newitem .fs-c-productListItem__image.fs-c-productImage,
  .series .fs-c-productListItem__image.fs-c-productImage,
  .pickup .fs-c-productListItem__image.fs-c-productImage{
    width: auto;
  }
  
  .store_top .content-r{
    width: 100%;
    max-width: 100%;
  }
  .store_top .instagram_content{
    max-width:100%;
    width: 100%;
  }
}

/* **************************************************

         Instagram (Ownly)

************************************************** */

.instagram{
  padding: 60px 0 120px;
}

.instagram_content{
  padding-top: 60px;
}


@media screen and (max-width: 768px){
.instagram{
  padding: 30px 0 60px;
}
.instagram_content{
  padding-top: 30px;
}
}

/* **************************************************

          footer

************************************************** */

.footer {
  padding-top: 60px;
  border-top: 1px solid #e8e8e8;
}

.footer .mail {
  width: 100%;
  max-width: 610px;
}

.footer .mail form {
  padding-top: 75px;
}

.footer .mail input[type="text"] {
  width: 230px;
  height: 30px;
  padding: 0 0 0 10px;
  border: 1px solid #e8e8e8;
  font-size: 1.2rem;
  box-shadow: none;
}

.footer .mail .submit {
  text-align: center;
  width: 100px;
  height: 31px;
  margin-left: -3px;
  background: #000000;
  border: none;
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
  vertical-align: top;
}

.footer .apps {
  width: 100%;
  max-width: 590px;
  padding: 0 20px 0 25px;
}

.footer .apps .apps-lt .apps_img {
  padding-top: 40px;
}

.footer .apps .apps-lt .apps_img .apps_icon {
  max-width: 100px;
  vertical-align: top;
}

.footer .apps .apps-lt .apps_img .apps_bnr {
  max-width: 140px;
  padding-left: 10px;
}

.footer .apps .apps-lt .apps_img .apps_bnr img {
  display: block;
  padding: 5px 0;
}

.footer .apps .apps-rt .apps_screen {
  max-width: 265px;
  margin-top: -30px;
}

.footer .footer_block02 {
  background: #f1f1f1;
  padding: 40px 0;
}

.footer .footer_block02 .footer_nav ul {
  max-width: 200px;
  width: 100%;
  display: inline-block;
  padding-right: 45px;
  box-sizing: content-box;
  vertical-align: top;
}

.footer .footer_block02 .footer_nav ul li {
  line-height: 1;
  padding: 5px 0;
}

.footer .footer_block02 .footer_nav ul li ul {
  padding-top: 5px;
}

.footer .footer_block02 .footer_nav ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}

.footer .footer_block02 .footer_nav ul li ul li a {
  font-size: 1.2rem;
  text-decoration: none;
}

.footer .copyright {
  text-align: center;
  padding: 15px 0;
  background: #fff;
}

.footer .copyright span {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer_block01.flex {
    display: block;
  }
  .footer .mail {
    max-width: 100%;
    padding-bottom: 50px;
  }
  .footer .mail form {
    padding-top: 30px;
  }
  .footer .mail input[type="text"] {
    width: 250px;
    height: 32px;
  }
  .footer .mail .submit {
    width: 106px;
    height: 32px;
    margin-left: -4px;
  }
  .footer .apps {
    position: relative;
    max-width: 363px;
    padding: 0;
    margin: 0 auto;
  }
  .footer .apps.flex {
    display: block;
  }
  .footer .mail, .footer .apps-lt {
    text-align: center;
  }
  .footer .apps .apps-lt .apps_img {
    padding: 80px 0 25px;
  }
  .footer .apps .apps-lt .apps_img .apps_icon {
    max-width: 70px;
  }
  .footer .apps .apps-lt .apps_img .apps_bnr {
    padding: 25px 0 0 0;
    max-width: 104px;
  }
  .footer .apps .apps-lt .apps_img .apps_bnr img {
    padding: 2.5px 0;
  }
  .footer .apps .apps-lt .apps_img.tbl {
    display: block;
  }
  .footer .apps .apps-rt .apps_screen {
    position: absolute;
    max-width: 243px;
    right: 0;
    bottom: 0;
  }
  .footer .footer_block02 .footer_nav ul {
    max-width: 48%;
    padding: 0;
  }
  .footer .footer_block02 .footer_nav ul li ul{
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .footer .mail input[type="text"] {
    width: 61.4vw;
    height: 8.533vw;
  }
  .footer .mail .submit {
    width: 28.267vw;
    height: 8.533vw;
    margin-left: -0.833vw;
  }
  .footer .apps .apps-lt .apps_img {
    padding: 90px 0 3.333vw;
  }
  .footer .apps .apps-lt .apps_img .apps_icon {
    max-width: 18.4vw;
  }
  .footer .apps .apps-lt .apps_img .apps_bnr {
    max-width: 27.733vw;
    padding: 3.333vw 0 0 0;
  }
  .footer .apps .apps-rt .apps_screen {
    max-width: 62.8vw;
  }
  .footer .footer_block02 .footer_nav ul li a, .footer .footer_block02 .footer_nav ul li ul li a {
    font-size: 3.2vw;
  }
  .footer .copyright span {
    padding-top: 10px;
    font-size: 1.2rem;
  }
}