@charset "UTF-8";
/* ------------------------------------------------
  COMMON
------------------------------------------------ */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
    font-family: "quasimoda", "Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  opacity: .7;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ------------------------------------------------
  header
------------------------------------------------ */
.header {
  /* position: relative; */
  width: 100%;
  z-index: 100;
  min-width: 1000px;
  padding: 0 0 18px;
}

.header .header-nav {
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: right;
  position: absolute;
  /*top: 25px;*/
  top: 0;
  left: 0;
  z-index: 10;
}

.header .header-nav li {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  /*vertical-align: middle;*/
}

.header .header-nav li span {
  display: inline-block;
  /*vertical-align: middle;*/
}

.header .header-nav .nav-sns {
  position: absolute;
    top: -18px;
    left: 60px;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.header .header-nav .nav-sns li:not(:last-child) {
    margin-right: 29px;
  }
.header .header-nav .nav-sns li:first-child {
    margin-right: 25px;
  }

.header .header-nav .nav-sns .ico {
  width: 15.5px;
}

.header .header-nav .nav-sns .ico img {
  width: 100%;
  height: auto;
}

.header .header-nav .nav-sns .lang {
      font-size: 11px;
    letter-spacing: 0.08em;
}

.header .header-nav .nav-sns .lang .select-value {
  position: relative;
  width: 40px;
  height: 12px;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  vertical-align: sub;
}

.header .header-nav .nav-sns .lang .select-value .val {
  font-size: 10px;
  letter-spacing: 0.15em;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.8);
          transform: translate(0, -50%) scale(0.8);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.header .header-nav .nav-sns .lang .select-value .val::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 2px;
}

.header .header-nav .nav-sns .lang .select-value select {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.header .header-nav .nav-user {
    position: absolute;
    top: -18px;
    right: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

.header .header-nav .nav-user .ico img {
  width: auto;
  height: 16px;
}
.header .header-nav .nav-user li{
  margin-right: 24px;
}
/* .header .header-nav .nav-user li:not(:last-child) {
  margin-right: 24px;
} */

/* .header .header-nav .nav-user .search .ico {
    width: 13.5px;
  }

.header .header-nav .nav-user .favorite .ico {
    width: 14.5px;
  }

.header .header-nav .nav-user .mypage .ico {
  width: 12px;
} */

.header .header-nav .nav-user .cart {
  position: relative;
}

  /* .header .header-nav .nav-user .cart .ico {
    width: 19.86px;
  } */
.header .navi_front{
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.header .header-nav .nav-user .cart .cart-count {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    font-size: 13px;
    text-align: center;
    background: none;
    color: #000;
    position: absolute;
    right: 2px;
    top: -5px;
    line-height: 10px;
    padding: 2px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

.header .header-inner {
  position: relative;
  max-width: 1100px;
  width: 91.666%;
  margin: 0 auto;
}

.header .header-logo {
  margin: 0 auto 21px;
  width: 193px;
}

.header .header-logo img {
  width: 193px;
  height: auto;
}

.header .header-menu {
  width: 100%;
  position: relative;
}

.header .header-menu .menu-list {
  text-align: center;
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: center;
}

.header .header-menu .menu-list > li {
    /* display: inline-block; */
    font-size: 16px;
    letter-spacing: 0.06em;
    padding: 10px 0;
    margin: 0 27px;
  }
  .header .header-menu .menu-list > li:first-child,.header .header-menu .menu-list > li:nth-of-type(3){
    margin: 0 34px 0 27px;
  }

/* .header .header-menu .menu-list > li:not(:last-child) {
    margin-right: 55px;
  } */

.header .header-menu .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.header .header-menu .sub-menu.show {
  opacity: 1;
  pointer-events: all;
}

.header .header-menu .sub-menu .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 0 34px;
    /* max-width: 900px; */
    /* width: 89.333%; */
    width: 720px;
    margin: 0 auto;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    text-align: left;
  }


.header .header-menu .sub-menu .sub-menu-list li {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #000;
  padding: 0;
  font-family: 
}

.header .header-menu .sub-menu .sub-menu-list li:not(:last-child) {
  margin-bottom: 20px;
}

.header .header-menu .sub-menu .sub-menu-list li.mb {
  margin-bottom: 47px;
}

.header .header-menu .sub-menu .sub-menu-list li.sale {
  color: #960000;
}

.header .header-menu .sub-menu .sub-menu-img {
  position: absolute;
  right: 0;
  bottom: 27px;
}
.header .header-menu .sub-menu.catalog .sub-menu-list,
  .header .header-menu .sub-menu.look .sub-menu-list {
    width: auto;
  }
  .header .header-menu .sub-menu.look .sub-menu-list li,
  .header .header-menu .sub-menu.catalog .sub-menu-list li {
    margin: 0;
    line-height: 2;
  }
  .header .header-nav .nav-sns .ico.fb img {
    width: 9px;
    height: auto;
  }
  .header .header-nav .nav-sns .ico.twitter img {
    width: 17.5px;
    height: auto;
  }
.dropdown a.withRect {
  position: relative;
  display: initial;
}

.dropdown a.withRect::before, .dropdown a.withRect::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  background: #272727;
  top: 12px;
  right: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

.dropdown a.withRect::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -19px;
}

.dropdown a.withRect::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -16px;
}

.dropdown a.withRect.hover::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown a.withRect.hover::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ------------------------------------------------
  footer
------------------------------------------------ */
.footer {
  min-width: 1000px;
}
.footer .footer-logo img{
  width: 192px;
}

.footer .footer-inner {
  max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-menu {
  background: #f9f8f7;
  padding: 40px 10px 60px;
  margin-bottom: 20px;
}
.footer .footer-menu .footer-inner ul li{
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.footer .nav-wrapper {
  width: 265px;
}

.footer .nav-wrapper .nav-menu {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
  }
.go-top{
    position: fixed;
    right: calc(40 *(100vw / 750));
    /* bottom: 60px!important; */
    z-index: 200;
  }
  .go-top a{
    display: block;
    background-color: #e9e7e6;
    width: 40px;
    height: 40px;
  }
  .go-top .arrow {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 17%;
}
.go-top .arrow::before {
  left: 27%;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.go-top .arrow::before, .go-top .arrow::after {
  content: "";
  display: block;
  width: 27%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 260%;
}
.go-top .arrow::after {
  right: 27%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
/*layout*/
.topwrapper {
  position:relative; /*topBtnの親要素に指定*/
}

.footer .footer-menu .footer-inner .nav-wrapper .usetArea{
  margin: 32px auto 26px;
}
.footer .footer-menu .footer-inner .nav-wrapper .usetArea li a.withIcon{
  display: flex;
  align-items: center;
}
.footer .footer-menu .footer-inner .nav-wrapper .usetArea .magazineArea{
  margin-top: 17px;
}
.footer .footer-menu .footer-inner .nav-wrapper .usetArea .magazineArea .ico.mail{
  margin-top: -3px;
  margin-right: 10px;
}
.footer .footer-menu .footer-inner .nav-wrapper .usetArea .ico.login{
  margin-right: 10px;
}
.footer .footer-menu .footer-inner .nav-wrapper .ico.login img {
  width: 17px;
}
.footer .footer-menu .footer-inner .nav-wrapper .magazineArea .ico.mail img {
  width: 18px;
  vertical-align: middle;
}
.footer .footer-menu .footer-inner .ttl-main{
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 100%;
  border-bottom: 1px solid #8d8c8b;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.footer .footer-menu .footer-inner .footer-category{
  width: 416px;
}
.footer .footer-menu .footer-inner .footer-category .category-inner{
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .footer-menu .footer-inner .footer-category .category-inner ul li:not(:last-child),
.footer .footer-menu .footer-inner .footer-information ul li:not(:last-child){
  margin-bottom: 16px;
}
.footer .footer-menu .footer-inner .footer-information {
  width: 240px;
}

/* ------------------------------------------------
  main-area
------------------------------------------------ */
.main-area {
  display: block;
  min-width: 1000px;
  position: relative;
  padding: 0 0 100px;
}

.main-area .main-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 92.592%;
}
/*# sourceMappingURL=common.css.map */
/* form */
.box-input input {
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*パンくず*/
.bredlist.lp {
    margin: 20px auto;
    width: 1000px;
    font-size: 12px;
}


/* .dropdown a.withRect{
  position: relative;
}
.dropdown a.withRect:after{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.dropdown a.withRect:hover:after{
    border-color: #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
} */



.footer .menu > li:last-of-type{
  margin-right: 0;
}

.footer .menu > li a {
  display: block;
}

#menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

#menu > li > span::before, #menu > li > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  background: #272727;
  top: 8px;
  right: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

#menu > li > span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 91px;
}

#menu > li > span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 88px;
}

#menu > li > span.selected::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu > li > span.selected::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* floatクリア */
.footer .menu:before,
.footer .menu:after {
  content: " ";
  display: table;
}

.footer .menu:after {
  clear: both;
}

.footer .menu {
  *zoom: 1;
}
.footer .menu > li.menu__single {
  position: relative;
}
.footer .menu > li.menu__single a.init-bottom{
  padding-right: 24px;
}
.footer li.menu__single ul.menu__second-level {
  position: absolute;
  top: 16px;
  width: 152px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
      padding: 4px 0 0 20px;
    background: #ffffff;
    line-height: 1;
    margin-left: -20px;
}
.footer li.menu__single ul.menu__second-level.shoppingArea {
  position: absolute;
  top: 16px;
  width: 102px;
}

.footer li.menu__single:hover ul.menu__second-level {
  top: 17px;
  /* left:-12px; */
  visibility: visible;
  opacity: 1;
}
.footer li.menu__single:hover ul.menu__second-level li {
  margin: 10px 0;
}
.footer .snsArea .sns03{
  display: flex;
  align-items: center;
}
.footer .snsArea .sns03 li{
  margin-right: 25px;
  height:17px;
  width: 17px;
}
.footer .snsArea .sns03 li.LINE_sns,
.footer .snsArea .sns03 li.LINE_sns img{
  width: 19px;
  margin-top: -1.5px;
}
.footer .snsArea .sns03 li.insta_sns{
  width: 16px;
}
.footer .snsArea .sns03 li.fbsize{
  width:9px;
}
.footer .snsArea .sns03 li.twitter_sns{
  margin-top: 2px;
  width: 18px;
}
.footer .footer-txt{
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 16px;
  text-align: center;
}
.footer .copy{
  text-align: center;
  margin: 20px auto 0;
  padding-bottom: 40px;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#menu > li {
    position: relative;
  }

#menu > li > span {
    cursor: pointer;
  }
#menu > li > span.selected{
  margin-bottom: 100px;
  display: block;
}
#menu > li > ul.hidelist {
    display: none;
    position: absolute;
    top: 25px;
  }
#menu > li > ul.hidelist li{
  margin-bottom: 10px;
    font-size: 10px;
}


/*ーーーーーーーーーーーー
簡易メルマガ登録フォーム
ーーーーーーーーーーーー*/
.footer_couponbox .flex {
    display: flex;
}
.footer_couponbox .unit .dvMailMagazineRegist input {
    font-size: 13px;
    width: 230px;
    height: 34px;
    background-color: #fff;
    padding: 8px 15px 12px;
    border: 1px solid;
    font-family: "quasimoda", "Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    line-height: 1;
    margin-top: 15px;
}
.footer_couponbox .flex .dvUserBtnBox {
    background-color: #000;
    color: #fff;
    width: 34px;
    position: relative;
    height: 34px;
    margin-top: 15px;
}
.footer_couponbox .flex .dvUserBtnBox p,
.footer_couponbox .flex .dvUserBtnBox > p > span,
.footer_couponbox .flex .dvUserBtnBox a{
  width: 100%;
  height: 100%;
  display: block;
}
.footer_couponbox .flex .dvUserBtnBox a span.mailarrow::before,
.footer_couponbox .flex .dvUserBtnBox a span.mailarrow::after{
  content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 7px;
    background: #fff;
    left: 16.5px;
}
.footer_couponbox .flex .dvUserBtnBox a span.mailarrow::before{
  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11.25px;
}
.footer_couponbox .flex .dvUserBtnBox a span.mailarrow::after{
  -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 11.25px;
}
.footer_couponbox .completebox{
  margin-top: 15px;
  background-color: #fff;
    padding: 20px;
    border: 1px solid;
}
.footer_couponbox .completebox .title{
  font-size: 13px;
}
.footer_couponbox .completebox .completeInfo{
  font-size: 11px;
    line-height: 1.75;
    margin-top: 10px;
}
.footer_couponbox .error_inline{
    font-size: 11px;
    margin-top: 10px;
    display: block;
}
.footer_couponbox table{margin: auto;}
.footer_couponbox td{border: none;}

/* //////// iPad //////// */

@media screen and (max-width:1024px) {
  /*ヘッダー*/
  .header {
    min-width: inherit;
  }

  #newsticker {
    height: calc(22 * (100vw / 1024)) !important;
  }

  .main-area {
    min-width: inherit;
  }

  .header .header-menu .menu-list > li {
    /* display: inline-block; */
    font-size: calc(16 * (100vw / 1024));
    margin: 0 calc(27 * (100vw / 1024));
  }

  .header .header-menu .menu-list > li:first-child,
  .header .header-menu .menu-list > li:nth-of-type(3) {
    margin: 0 calc(34 * (100vw / 1024)) 0 calc(27 * (100vw / 1024));
  }

  /*フッター
  */.footer {
    min-width: inherit;
  }

  .footer .footer-menu {

  }

  .footer_couponbox .unit .dvMailMagazineRegist input {
    max-width: calc(230 * (100vw / 1024));
    font-size: calc(12 * (100vw / 1024));
    padding: calc(8 * (100vw / 1024)) calc(10 * (100vw / 1024)) calc(12 * (100vw / 1024));
  }

  .footer .nav-wrapper {
    max-width: calc(265 * (100vw / 1024));
  }

  .footer .footer-menu .footer-inner .footer-category{
    max-width: calc(416 * (100vw / 1024));
  }

  .footer .footer-menu .footer-inner .footer-information {
    max-width: calc(240 * (100vw / 1024));
  }

  .footer .footer-menu .footer-inner ul li {
    font-size: calc(14 * (100vw / 1024));
  }

  .footer .footer-menu .footer-inner .footer-category .category-inner ul li:not(:last-child),
  .footer .footer-menu .footer-inner .footer-information ul li:not(:last-child) {
    margin-bottom: calc(16 * (100vw / 1024));
  }

  .dropdown a.withRect::before,
  .dropdown a.withRect::after {
    width: calc(5 * (100vw / 1024));
  }

  /*パンくず*/
  .bredlist.lp {
      margin: calc(20 * (100vw / 1024)) auto;
      max-width: calc(1000 * (100vw / 1024));
      font-size: calc(14 * (100vw / 1024));
  }
}

/* ------------------------------------------------
  slick
------------------------------------------------ */

.coodinateListArea .slick-arrow::before, .coodinateListArea .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 18px;
  background: #000;
}

.coodinateListArea .slick-arrow::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 0;
}

.coodinateListArea .slick-arrow::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  bottom: 0;
}