@charset "Shift-JIS";
/* -------------------------------------
 *
 * base
 *
------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: #231815;
}

a {
  color: #231815;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #231815;
  text-decoration: none;
}

a,
input[type="submit"] {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

a:hover,
input[type="submit"]:hover {
  opacity: .7;
}

/* -------------------------------------
 *
 * helper
 *
------------------------------------- */
/* text decolation */
.textNormal {
  font-weight: normal !important;
}

.textBold {
  font-weight: bold !important;
}

.textUnderline {
  text-decoration: underline !important;
}

.textNote {
  padding-left: 1em;
  text-indent: -1em;
}

/* text color */
.textColor01 {
  color: #666 !important;
}

.textColor02 {
  color: #333 !important;
}

.textColor03 {
  color: #231815 !important;
}

.textColor04 {
  color: #c10808 !important;
}

/* element position */
.elementLeft {
  text-align: left !important;
}

.elementCenter {
  text-align: center !important;
}

.elementRight {
  text-align: right !important;
}

.elementTop {
  vertical-align: top !important;
}

.elementMiddle {
  vertical-align: middle !important;
}

.elementBottom {
  vertical-align: bottom !important;
}

/* margin bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* -------------------------------------
 *
 * layout
 *
------------------------------------- */
/* -------------------------------------
 * page
------------------------------------- */
html,
body {
  height: auto;
  overflow-x: initial;
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  background-color: #fff;
}

/* -------------------------------------
 * header
------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  clear: both;
  width: 100%;
  height: 110px;
  padding: 15px 0 0;
  background-color: #fff;
  border-bottom: #dedddc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #header {
    height: 55px;
    padding: 10px 15px 0;
  }
}

#header .container {
  position: relative;
  max-width: 980px;
  height: 95px;
}
@media screen and (max-width: 768px) {
  #header .container {
    min-width: 0;
    height: 45px;
  }
}

/* logo */
#logo {
  float: none;
  text-align: center;
}

#logo a {
  display: inline-block;
}

#logo img {
  width: 90px;
}

#logo span {
  display: block;
  margin: 5px 0 0;
  font-family: "Cardo", serif;
  font-size: 11px;
}

/* headerMenu */
#header .headerMenu {
  position: absolute;
  top: 0;
  right: 0;
}

#header .headerMenu li {
  float: left;
  margin: 0 0 0 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li {
    display: none;
  }
}

#header .headerMenu li:first-child {
  margin-left: 0;
}

#header .headerMenu li > a {
  display: inline-block;
  padding: 2px 6px;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #999;
}

#header .headerMenu li.cart {
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart {
    display: block;
    margin: 6px 0 0;
    font-size: 16px;
  }
}

#header .headerMenu li.cart > a {
  padding-left: 27px;
  background: url(../images/common/com_ic01.png) no-repeat 6px 50%;
}

@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .character {
    display: none;
  }
}

#header .headerMenu li.cart.active > a {
  background-color: #ebebeb;
}

/* lightCartBlock */
#header .headerMenu li.cart .lightCartBlock {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  clear: both;
  width: 400px;
  margin: 5px 0 0;
  background-color: #ebebeb;
  border: #e6e6e6 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock {
    top: 39px;
    width: 285px;
    border-color: #b3b3b3;
  }
}

#header .headerMenu li.cart .lightCartBlock .listCartClose {
  clear: both;
  padding: 6px;
  text-align: right;
  line-height: 1;
}

#header .headerMenu li.cart .lightCartBlock .listCartClose .close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #d3d3d3;
  border: #b3b3b3 1px solid;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected {
  max-height: 306px;
  padding: 0 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartSelected {
    max-height: 201px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) and (max-device-height: 480px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartSelected {
    max-height: 150px;
  }
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem {
  border-top: #d3d3d3 1px solid;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem:first-child {
  border-top: none;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .wrapper {
  display: table;
  width: 100%;
  padding: 5px 0;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .image,
#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .name,
#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .price {
  display: table-cell;
  vertical-align: top;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .image {
  width: 75px;
  padding: 0 15px 0 0;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .name {
  padding: 10px 10px 0 0;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .name {
    padding: 5px 10px 0 0;
  }
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .name a {
  color: #333;
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .price {
  padding: 10px 0 0;
  color: #808080;
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .price {
    padding: 5px 0 0;
  }
}

#header .headerMenu li.cart .lightCartBlock .lightCartSelected .selectedItem .price a {
  color: #808080;
}

#header .headerMenu li.cart .lightCartBlock .lightCartTotal {
  padding: 15px 20px;
  background-color: #d4d4d4;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartTotal {
    padding: 10px 15px 8px;
  }
}

#header .headerMenu li.cart .lightCartBlock .lightCartTotal .total {
  display: inline-block;
  float: left;
  font-family: "Cardo", serif;
  font-size: 16px;
  font-style: italic;
}

#header .headerMenu li.cart .lightCartBlock .lightCartTotal .price {
  float: right;
  font-size: 15px;
}

#header .headerMenu li.cart .lightCartBlock .lightCartBtn {
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartBtn {
    padding: 12px;
  }
}

#header .headerMenu li.cart .lightCartBlock .lightCartBtn a {
  display: block;
  padding: 10px;
  background-color: #fff;
  border: #ccc 1px solid;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header .headerMenu li.cart .lightCartBlock .lightCartBtn a {
    padding: 8px;
    background-color: #312d2c;
    border: #231815 2px solid;
    color: #fff;
  }
}

/* navSwitch */
#header .navSwitch {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .navSwitch {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 25px;
    height: 22px;
    padding: 5px;
    background: url(../images/common/com_ic05.png) no-repeat 50% 50%;
    -webkit-background-size: 25px 22px;
    background-size: 25px 22px;
    cursor: pointer;
  }
}

/* -------------------------------------
 * nav
------------------------------------- */
#nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  padding: 10px;
  border-top: #dedddc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #nav {
    display: none;
  }
}

#nav > ul > li {
  float: left;
  margin: 0 0 0 40px;
  font-family: "Cardo", serif;
  font-size: 13px;
}
@media screen and (max-width: 840px) {
  #nav > ul > li {
    margin: 0 0 0 20px;
  }
}

#nav > ul > li:first-child {
  margin-left: 0;
}

#nav .category {
  position: relative;
}

#nav .category > a {
  position: relative;
  padding: 0 14px 0 0;
}

#nav .category > a:after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 1px;
  margin: -.5em 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 9px;
  line-height: 1;
}

#nav .sns,
#nav .official,
#nav .simple-official,
#nav .search {
  float: right;
  margin: 0 0 0 25px;
}

#nav .sns {
  margin-top: -1px;
  margin-left: 12px;
}

#nav .sns img {
  width: 15px;
}

#nav .sns.facebook {
  position: relative;
  margin-left: 25px;
  padding: 0 0 0 25px;
}

#nav .sns.facebook:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin: -4px 0 0;
  background-color: #bdb9b8;
}

#nav .official {
  position: relative;
  width: 51px;
  margin-top: -2px;
  padding: 0 0 0 25px;
}

#nav .simple-official {
  position: relative;
  width: 51px;
  margin-top: -2px;
  padding: 0 0 0 25px;
}

#nav .official:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin: -3px 0 0;
  background-color: #d3d1d0;
}

#nav .search {
  margin-left: 0;
}

#nav .search span {
  padding: 0 0 0 4px;
  cursor: pointer;
}

#nav .search img {
  width: 12px;
  margin: -1px 0 0;
  padding: 0 4px 0 0;
  cursor: pointer;
}

#nav .search .field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 20px;
  margin: -1px 0 0 0;
  padding: 2px;
  border: none;
  border-bottom: #dedddc 1px solid;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.ie8 #nav .search {
  white-space: nowrap;
}

/* categoryListBlock */
#nav .categoryListBlock {
  display: none;
  position: absolute;
  top: 29px;
  left: -10px;
  width: 290px;
  padding: 20px 5px;
  background-color: #fff;
  border: #d3d1d0 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #nav .categoryListBlock {
    display: none;
  }
}

#nav .categoryListBlock .listOuter {
  position: relative;
}

#nav .categoryListBlock .listOuter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #d3d1d0;
}

#nav .categoryListBlock .listOuter li {
  float: left;
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#nav .categoryListBlock .listOuter li.current {
  font-weight: bold;
}

#nav .categoryListBlock .listOuter li a {
  display: inline-block;
  padding: 5px;
}

/* -------------------------------------
 * smallNav
------------------------------------- */
#smallNav {
  display: none;
}
@media screen and (max-width: 768px) {
  #smallNav {
    display: block;
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 200;
    clear: both;
    width: 200px;
    height: 100%;
    background-color: #ebebeb;
    border-right: #d4d2d1 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  #smallNav > .inner {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav {
    padding-bottom: 10px;
    border-bottom: #d4d2d1 1px solid;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li {
    font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.break {
    margin: 10px 0;
    border-top: #d4d2d1 1px solid;
    border-bottom: #d4d2d1 1px solid;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li a {
    display: inline-block;
    padding: 8px 8px 8px 0;
    color: #999594;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.categoryList a {
    color: #594d49;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.current a {
    color: #9fb3c9;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.search {
    padding: 1px 0;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.search .searchField {
    width: 100%;
    padding: 10px 10px 10px 15px;
    background: url(../images/common/com_ic02_sp.png) no-repeat 0 50%;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #231815;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.official {
    padding: 1px 0 3px;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .nav li.official img {
    width: 74px;
  }
}

/* socialLink */
@media screen and (max-width: 768px) {
  #smallNav .socialLink {
    width: 140px;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .socialLink li {
    position: relative;
    float: left;
    width: 35px;
    background-color: rgba(189, 185, 184, 0.3);
  }
}

@media screen and (max-width: 768px) {
  #smallNav .socialLink li a {
    padding: 2px 0;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .socialLink li a img {
    width: 15px;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .socialLink li:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #c6c4c3;
  }
}

/* outerLink */
@media screen and (max-width: 768px) {
  #smallNav .footerLink {
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .footerLink li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #smallNav .footerLink li a {
    display: inline-block;
    padding: 5px 5px 5px 0;
    color: #999594;
  }
}

/* navShow */
#page,
#header {
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}

.navShow #page,
.navShow #header {
  margin-left: 200px;
}

#smallNav {
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.navShow #smallNav {
  left: 0;
}

/* -------------------------------------
 * breadcrumbs
------------------------------------- */
#breadcrumbs {
  clear: both;
  padding-top: 110px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    padding-top: 55px;
  }
}

/* -------------------------------------
 * main
------------------------------------- */
/* wrapper */
#wrapper {
  width: 100%;
  min-height: 520px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: 300px;
    margin-top: 30px;
    padding: 55px 0 0;
  }
}

#breadcrumbs + #wrapper {
  padding-top: 0;
}

/* content */
#content {
  clear: both;
  margin: 0 auto;
  width: 1010px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
#content {
 width:100%;
}
}

/* wide wrapper */
#wrapper.wideContainer {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

#wrapper.wideContainer #content {
  width: 980px;
}
@media screen and (max-width: 768px) {
  #wrapper.wideContainer #content {
    width: 100%;
  }
}

/* noTopMargin */
#wrapper.noTopMargin {
  margin-top: 0;
}

/* killFooterMargin */
#wrapper.killFooterMargin {
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  #wrapper.killFooterMargin {
    margin-bottom: 0;
  }
}

/* contentInner */
@media screen and (max-width: 768px) {
  .contentInner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* fullContents */
.fullContents {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------
 * footer
------------------------------------- */
#footer {
  position: static;
  clear: both;
  width: 100%;
  margin: 80px 0 0;
  padding: 10px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  #footer {
    margin: 40px 0 0;
  }
}

#footer .container {
  max-width: 980px;
  min-width: 980px;
}
@media screen and (max-width: 768px) {
  #footer .container {
    min-width: 0;
  }
}

#footer .footerMenu {
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .footerMenu {
    display: none;
  }
}

#footer .footerMenu li {
  float: left;
  margin: 0 0 0 25px;
  font-size: 11px;
}

#footer .footerMenu li:first-child {
  margin-left: 0;
}

#footer .footerMenu li a {
  color: #666;
}

#footer .footerMenu li.sns {
  margin-top: -1px;
}

#footer .footerMenu li.sns img {
  width: 15px;
}

#footer .footerMenu li.facebook {
  position: relative;
  padding: 0 0 0 25px;
}

#footer .footerMenu li.facebook:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin: -4px 0 0;
  background-color: #bdb9b8;
}

#footer .footerMenu li.twitter {
  margin-left: 12px;
}

/* copyright */
#footer #copyright {
  float: right;
  margin: 0;
  font-family: "Cardo", serif;
  color: #999;
}
@media screen and (max-width: 768px) {
  #footer #copyright {
    float: none;
    width: 100%;
    text-align: center;
  }
}

#footer #copyright small {
  font-size: 12px;
}

/* -------------------------------------
 * headInfo
------------------------------------- */
.headInfo {
  position: relative;
  top: -15px;
  height: 55px;
  padding: 0 0 15px;
  background-color: #2e2e2e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .headInfo {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 12px;
  }
}

.headInfo a {
  color: #fff;
}

.headInfo .inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.headInfo .headInfoItem dt {
  float: left;
  margin: 17px 15px 0 0;
  padding: 0 15px 0 0;
  border-right: #595959 1px solid;
}

.headInfo .headInfoItem dd {
  overflow: hidden;
  margin: 17px 0 0;
}

.headInfo .close {
  position: absolute;
  right: 5px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/common/com_ic12.png) no-repeat 50% 50%;
  cursor: pointer;
}

/* hasHeadInfo */
.hasHeadInfo #header {
  height: 165px;
}
@media screen and (max-width: 768px) {
  .hasHeadInfo #header {
    height: 110px;
  }
}

.hasHeadInfo #wrapper {
/*   padding-top: 165px; */
}
@media screen and (max-width: 768px) {
  .hasHeadInfo #wrapper {
    padding-top: 110px;
  }
}

/* -------------------------------------
 *
 * module
 *
------------------------------------- */
/* -------------------------------------
 * common module
------------------------------------- */
/* effect01 */
.effect01 {
  display: inline-block;
  overflow: hidden;
}

.effect01 > .inner {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.effect01 > .inner:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .effect01 > .inner:before {
    display: none;
  }
}

.effect01:hover > .inner,
.effect01:focus > .inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .effect01:hover > .inner,
  .effect01:focus > .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.effect01.active:hover > .inner,
.effect01.active:focus > .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .effect01.active:hover > .inner,
  .effect01.active:focus > .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* centeringContents */
.centeringContents {
  clear: both;
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .centeringContents {
    min-width: 0;
  }
}

/* layoutCol */
.layoutCol {
  clear: both;
}

.layoutCol .subCol {
  float: left;
  width: 144px;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 768px) {
  .layoutCol .subCol {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.layoutCol .mainCol {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .layoutCol .mainCol {
    margin: 20px 0 0;
  }
}

/* subNav */
.subNav {
  font-size: 13px;
}

.subNav .category li {
  margin: 11px 0 0;
}

.subNav .category li:first-child {
  margin-top: 0;
}

.subNav .category li.current {
  font-weight: bold;
}

.subNav .category li.break {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ddd 1px solid;
}

.subNav .category li.newArrivals {
  font-family: "Cardo", serif;
}

.subNav .sort {
  width: 100%;
  margin: 20px 0 0;
  padding: 23px 0 0;
  border-top: #ddd 1px solid;
  font-family: "Cardo", serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .subNav .sort {
    width: auto;
  }
}

.subNav .sort dt {
  float: left;
  width: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9eb2c8;
}
@media screen and (max-width: 768px) {
  .subNav .sort dt {
    width: 45px;
    margin: 0 10px 0 0;
    border-right: #ddd 1px solid;
    color: #231815;
  }
}

.subNav .sort dd {
  padding: 0 0 0 55px;
}

.subNav .sort .sortList {
  position: relative;
}

.subNav .sort .sortList .display {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

.subNav .sort .sortList .display a {
  position: relative;
}

.subNav .sort .sortList .display a:after {
  content: "\25BC";
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 7px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #a0a0a0;
  font-size: 8px;
}

.subNav .sort .sortList .sortAllList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin: 5px 0 0;
  padding: 10px 15px;
  background-color: #fff;
  border: #ddd 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .subNav .sort .sortList .sortAllList {
    right: 0;
    left: auto;
  }
}

.subNav .sort .sortList .sortAllList li {
  float: none;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.25;
}

.subNav .sort .sortList .sortAllList li:first-child {
  margin-top: 0;
}

.subNav .sort .typeList li {
  float: left;
  margin: 0 0 0 11px;
  padding: 0 0 0 11px;
  border-left: #ddd 1px solid;
}

.subNav .sort .typeList li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.subNav .sort .typeList li.current {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .subNav .category,
  .subNav .sort.type {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .subNav .sort.select {
    float: right;
    border-top: none;
    margin: 0;
    padding: 0;
  }
}

/* -------------------------------------
 * top module
------------------------------------- */
/* topBlock */
.topBlock {
  clear: both;
}

.topBlock .topBox {
  position: relative;
  float: left;
}

.topBlock .topBox.fullBox {
  width: 100%;
}

.topBlock .topBox.halfBox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox.halfBox {
    width: 100%;
  }
}

.topBlock .topBox.quarterBox {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox.quarterBox {
    width: 50%;
  }
}

.topBlock .topBox a {
  display: block;
}

.topBlock .topBox .coverImage {
  width: 100%;
}

.topBlock .topBox .coverImage.largeImage {
  display: block;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .coverImage.largeImage {
    display: none;
  }
}

.topBlock .topBox .coverImage.smallImage {
  display: none;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .coverImage.smallImage {
    display: block;
  }
}

.topBlock .topBox .coverImage .transparentImage {
  -ms-filter: "alpha( opacity=0 )";
  opacity: 0;
}

/* textBox01 */
.topBlock .topBox .textBox01 {
  position: absolute;
  top: 50%;
  width: 295px;
  height: 200px;
  margin: -100px 0 0;
  border-top: #2e2d2b 1px solid;
  border-bottom: #2e2d2b 1px solid;
  border-top: rgba(46, 45, 43, 0.25) 1px solid;
  border-bottom: rgba(46, 45, 43, 0.25) 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01 {
    top: auto;
    bottom: 30px;
    left: 50%;
    width: 72%;
    height: 100px;
    margin: 0 0 0 -36%;
  }
}

.topBlock .topBox .textBox01.textRightBox {
  right: 55px;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01.textRightBox {
    right: auto;
  }
}

.topBlock .topBox .textBox01.textLeftBox {
  left: 55px;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01.textLeftBox {
    left: 50%;
  }
}

.topBlock .topBox .textBox01.textCenterBox {
  left: 50%;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01.textCenterBox {
    width: 72%;
  }
}

.topBlock .topBox .textBox01 .title {
  margin: 0;
  padding: 50px 0;
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01 .title {
    font-size: 22px;
    padding: 15px 0;
  }
}

.topBlock .topBox .textBox01 .sub {
  margin: 0;
  padding: 15px 0;
  border-top: #2e2d2b 1px solid;
  border-top: rgba(46, 45, 43, 0.25) 1px solid;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01 .sub {
    font-size: 16px;
    padding: 5px 0;
  }
}

.topBlock .topBox .textBox01 .sub .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.topBlock .topBox .textBox01 .sub .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

/* textBox02 */
.topBlock .topBox .textBox02 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 250px;
  height: 70px;
  margin: 0 0 0 -125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .topBlock .topBox .textBox02 {
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox02 {
    top: 8%;
  }
}

.topBlock .topBox .textBox02 .title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .topBlock .topBox .textBox02 .title {
    font-size: 16px;
  }
}

.topBlock .topBox .textBox02 .sub {
  position: relative;
  margin: 10px 0 0;
  padding: 10px 0 0;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .topBlock .topBox .textBox02 .sub {
    margin: 7px 0 0;
    padding: 7px 0 0;
  }
}

.topBlock .topBox .textBox02 .sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  margin: 0 0 0 -60px;
  background-color: #2e2d2b;
  background-color: rgba(46, 45, 43, 0.25);
}

.topBlock .topBox .textBox02 .sub .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.topBlock .topBox .textBox02 .sub .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

/* whiteText */
@media screen and (min-width: 769px) {
  .topBlock .topBox .textBox01.whiteText,
  .topBlock .topBox .textBox02.whiteText {
    color: #fff;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.whiteText .sub,
  .topBlock .topBox .textBox02.whiteText .sub {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.whiteText .sub .icon:before,
  .topBlock .topBox .textBox02.whiteText .sub .icon:before {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.8);
  }
}

/* smallWhiteText */
@media screen and (max-width: 768px) {
  .topBlock .topBox .textBox01.smallWhiteText,
  .topBlock .topBox .textBox02.smallWhiteText {
    color: #fff;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.smallWhiteText .sub,
  .topBlock .topBox .textBox02.smallWhiteText .sub {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.smallWhiteText .sub .icon:before,
  .topBlock .topBox .textBox02.smallWhiteText .sub .icon:before {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.8);
  }
}

/* -------------------------------------
 * modal
------------------------------------- */
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(../images/common/com_bg03.png);
}

.modal .modalContents {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  display: table;
  width: 580px;
  height: 380px;
  margin: -190px 0 0 -290px;
  padding: 20px 100px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal .modalContents {
    width: 90%;
    min-width: 280px;
    height: 330px;
    margin: 0;
    padding: 10px 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.modal .modalContents > .inner {
  display: table-cell;
  vertical-align: middle;
}

.modal .modalContents .title {
  padding: 25px 10px;
  border-top: #c5c3c4 1px solid;
  border-bottom: #c5c3c4 1px solid;
  font-family: "Cardo", serif;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal .modalContents .title {
    padding: 15px 10px;
    font-size: 20px;
  }
}

.modal .modalContents .description {
  padding: 25px 10px;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal .modalContents .description {
    line-height: 1.8;
  }
}

.modal .modalContents .btn a {
  display: block;
  padding: 15px;
  background-color: #3d3431;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal .modalContents .btn a {
    padding: 10px;
    font-size: 14px;
  }
}

.modal .modalContents .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 20px;
  height: 21px;
  background: url(../images/common/com_ic15.png) no-repeat 50% 50%;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.modal .modalContents .close:hover {
  opacity: .7;
}

/* -------------------------------------
 * detail module
------------------------------------- */
/* detailBlock */
.detailBlock {
  clear: both;
  display: table;
  width: 100%;
}

.detailBlock .thumbnailListBox,
.detailBlock .mainImageBox,
.detailBlock .itemDetailBox {
  display: table-cell;
  vertical-align: top;
}

.detailBlock .thumbnailListBox {
  width: 10%;
  min-width: 115px;
}
@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox {
    display: table-row-group;
    width: 100%;
    min-width: 0;
  }
}

.detailBlock .mainImageBox {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .detailBlock .mainImageBox {
    display: table-header-group;
    width: 100%;
  }
}

.detailBlock .itemDetailBox {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .detailBlock .itemDetailBox {
    display: table-footer-group;
    width: 100%;
  }
}

/* thumbnailListBox */
.detailBlock .thumbnailListBox ul {
  float: right;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox ul {
    float: none;
    margin: 0;
    text-align: center;
  }
}

.detailBlock .thumbnailListBox ul:first-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox ul:first-child {
    margin: 10px 0 0;
  }
}

.detailBlock .thumbnailListBox ul li {
  width: 50px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

.detailBlock .thumbnailListBox ul li a {
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox ul li a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    opacity: 1;
  }
}

.detailBlock .thumbnailListBox ul li a.selected {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox ul li a.selected {
    background-color: #666;
  }
}

@media screen and (max-width: 768px) {
  .detailBlock .thumbnailListBox ul li img {
    display: none;
  }
}

/* mainImageBox */
.detailBlock .mainImageBox .mainImage {
  position: relative;
  margin: 0 4%;
}
@media screen and (max-width: 768px) {
  .detailBlock .mainImageBox .mainImage {
    margin: 0 -20px;
  }
}

.detailBlock .mainImageBox .mainImage .arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 28px;
  margin: -14px 0 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .detailBlock .mainImageBox .mainImage .arrow {
    display: none;
  }
}

.detailBlock .mainImageBox .mainImage .prev {
  left: 20px;
  background: url(../images/common/com_ic06.png) no-repeat 50% 50%;
}

.detailBlock .mainImageBox .mainImage .next {
  right: 20px;
  background: url(../images/common/com_ic07.png) no-repeat 50% 50%;
}

/* itemDetailBox */
/* directory */
.detailBlock .itemDetailBox .directory {
  clear: both;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .detailBlock .itemDetailBox .directory {
    margin: 30px 0 0;
  }
}

.detailBlock .itemDetailBox .directory .separate {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}

/* itemDetailHeading */
.detailBlock .itemDetailBox .itemDetailHeading {
  clear: both;
  margin: 20px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .detailBlock .itemDetailBox .itemDetailHeading {
    position: relative;
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .detailBlock .itemDetailBox .itemDetailHeading:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #c5c3c2;
  }
}

/* itemPrice */
.detailBlock .itemDetailBox .itemPrice {
  clear: both;
  margin: 20px 0 0;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.detailBlock .itemDetailBox .itemPrice s {
  font-size: 11px;
  text-decoration: line-through;
}

.detailBlock .itemDetailBox .salePrice {
  margin: 5px 0 0;
  color: #f03438;
  font-size: 13px;
}

.detailBlock .itemDetailBox .salePrice .off {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 11px;
}

/* itemExplain */
.detailBlock .itemDetailBox .itemExplain {
  clear: both;
  margin: 30px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.85;
}

/* variationBLock */
.detailBlock .itemDetailBox .variationBLock {
  clear: both;
  margin: 30px 0 0;
}

.detailBlock .itemDetailBox .variationBLock .variationBox {
  clear: both;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #dedddc 1px solid;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dl {
  min-width: 32px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dt {
  float: left;
  width: 50px;
  height: 32px;
  margin: 6px 0 0 0;
  border-right: #dedddc 1px solid;
  font-family: "Cardo", serif;
  font-size: 13px;
  line-height: 32px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 25px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li {
  position: relative;
  float: left;
  min-width: 45px;
  padding: 10px 10px 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
  word-break: break-all;
}

.ie8 .detailBlock .itemDetailBox .variationBLock .variationBox dd li {
  padding: 10px 0 0;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li .colorBar {
  display: block;
  width: 23px;
  height: 17px;
  margin: 0 auto;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li .colorName {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  visibility: hidden;
  margin: 5px 0 0;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.ie8 .detailBlock .itemDetailBox .variationBLock .variationBox dd li .colorName {
  left: 0;
  position: static;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li a {
  display: inline-block;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li.selected,
.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected {
  position: relative;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li.selected:after,
.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  border: transparent 4px solid;
  border-top-color: #231815;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected:after {
  top: -10px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected + .colorName {
  visibility: visible;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox {
  font-size: 16px;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox s {
  color: #b6b4b3;
  text-decoration: line-through;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox .help {
  position: absolute;
  top: 6px;
  right: 0;
  width: 22px;
  height: 22px;
  border: #dedddc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  color: #dedddc;
  line-height: 22px;
  text-align: center;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox .help a {
  display: block;
  color: #999;
}

/* itemAddToCartBtn */
.detailBlock .itemDetailBox .itemAddToCartBtn {
  clear: both;
  margin: 20px 0 0;
}

.detailBlock .itemDetailBox .itemAddToCartBtn a {
  display: block;
  padding: 15px 10px;
  background-color: #fff;
  border: #d0cfcf 2px solid;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #231815;
  font-size: 16px;
  text-align: center;
  -webkit-transition: background-color .2s, border-color .2s, color .2s;
  transition: background-color .2s, border-color .2s, color .2s;
}

.detailBlock .itemDetailBox .itemAddToCartBtn a:hover,
.detailBlock .itemDetailBox .itemAddToCartBtn a.clicked {
  opacity: 1;
  background-color: #3d3431;
  border-color: #1e191a;
  color: #fff;
}

/* itemAddToWishList */
.detailBlock .itemDetailBox .itemAddToWishList {
  clear: both;
  margin: 30px 0 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  text-align: center;
}

.detailBlock .itemDetailBox .itemAddToWishList a {
  position: relative;
  padding: 5px 5px 5px 25px;
}

.detailBlock .itemDetailBox .itemAddToWishList a:before,
.detailBlock .itemDetailBox .itemAddToWishList a:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #c9c7c7;
}

.detailBlock .itemDetailBox .itemAddToWishList a:before {
  left: 6px;
  width: 2px;
  height: 14px;
  margin: -7px 0 0;
}

.detailBlock .itemDetailBox .itemAddToWishList a:after {
  left: 0;
  width: 14px;
  height: 2px;
  margin: -1px 0 0;
}

/* itemSummary */
.detailBlock .itemDetailBox .itemSummary {
  clear: both;
  margin: 30px 0 0;
}

/* itemSendSchedule */
.detailBlock .itemDetailBox .itemSendSchedule {
  clear: both;
  margin: 20px 0 0;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu {
  padding: 0 0 15px;
  border-bottom: #d3d1d0 1px solid;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu li {
  float: left;
  width: auto;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: #d3d1d0 1px solid;
  color: #808080;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  font-weight: normal;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu a {
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #999999;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu a.active {
  color: #231815;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu a.itemSummary-reserve {
  color: #c10808;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryContents {
  margin: 12px 0 0;
}

.detailBlock .itemDetailBox .itemSummary .tab-cont {
  border: none;
}

.detailBlock .itemDetailBox .itemSummary .tab-cont .table01 th,
.detailBlock .itemDetailBox .itemSummary .tab-cont .table01 td {
  padding: 4px 0;
  vertical-align: top;
  text-align: left;
}

.detailBlock .itemDetailBox .itemSummary .tab-cont .table01 th {
  font-weight: normal;
  white-space: nowrap;
}

.detailBlock .itemDetailBox .itemSnsList {
  clear: both;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: #d3d1d0 1px solid;
}

.detailBlock .itemDetailBox .itemSnsList li {
  float: left;
  margin-right: 5px;
}

.detailBlock .itemDetailBox .itemSnsList li img {
  width: 18px;
}

.detailBlock .itemDetailBox .itemSnsList li a {
  padding: 5px 0;
}

/* -------------------------------------
 * heading
------------------------------------- */
/* heading01 */
.heading01 {
  clear: both;
  margin: 50px 0 0;
  font-family: "Cardo", serif;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .heading01 {
    margin: 30px 0 0;
  }
}

/* heading02 */
.heading02 {
  clear: both;
  font-size: 16px;
  font-weight: normal;
  text-align: center;　
}

/* heading03 */
.heading03 {
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* heading04 */
.heading04 {
  clear: both;
  font-size: 32px;
  font-family: "Cardo", serif;
  font-weight: normal;
}

/* searchHeading */
.searchHeading {
  clear: both;
  margin: 0 0 30px;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

/* topHeading01 */
.topHeading01 {
  clear: both;
  margin: 70px 0 50px;
}

/* -------------------------------------
 * decoration
------------------------------------- */
/* decoration01 */
.decoration01 {
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .decoration01 {
    padding-bottom: 10px;
  }
}

.decoration01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #bdb9b8;
}

/* -------------------------------------
 * list
------------------------------------- */
/* itemListOuter */
.itemListOuter {
  clear: both;
}

.heading01 + .itemListOuter {
  margin-top: 20px;
}

.itemListOuter .itemList {
  margin: 0 -20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList {
    margin: 0 -12px 0 0;
  }
}

.itemListOuter .itemList li {
  float: left;
  width: 20%;
  padding: 0 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li {
    width: 50%;
    padding: 0 12px 12px 0;
  }
}

.itemListOuter .itemList li:nth-child(5n+1) {
  clear: both;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li:nth-child(5n+1) {
    clear: none;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter .itemList li:nth-child(2n+1) {
    clear: both;
  }
}

.itemListOuter .itemList li .itemInner {
  position: relative;
  overflow: hidden;
}

.itemListOuter .itemList li a {
  display: block;
}

.itemListOuter .itemList li a:hover {
  opacity: 1;
}

.itemListOuter .itemList li .itemSoldOut {
  content: "SOLD OUT";
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-family: "Cardo", serif;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li .itemSoldOut {
    display: none !important;
  }
}

.itemListOuter .itemList li .itemDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px;
  background: url(../images/common/com_bg01.png) repeat 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li .itemDetail {
    position: static;
    padding: 5px;
    background: none;
  }
}

.itemListOuter .itemList li .itemDetail .soldOut {
  font-family: "Cardo", serif;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li .itemDetail .soldOut {
    color: #999;
    font-weight: bold;
  }
}

.itemListOuter .itemList li .itemDetail .name {
  display: none;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li .itemDetail .name {
    display: block;
    font-size: 10px;
  }
}

.itemListOuter .itemList li .itemDetail .price {
  float: left;
  margin: 0 15px 0 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li .itemDetail .price {
    float: none;
    margin: 3px 0 0;
    color: #999;
    font-size: 12px;
    font-style: normal;
  }
}

.itemListOuter .itemList li .itemDetail .price s {
  text-decoration: line-through;
}

.itemListOuter .itemList li .itemDetail .price .sale {
  color: #c10808;
  font-weight: normal;
}

.itemListOuter .itemList li .itemDetail .colors {
  float: right;
}
@media screen and (max-width: 768px) {
  .itemListOuter .itemList li .itemDetail .colors {
    display: none;
  }
}

.itemListOuter .itemList li .itemDetail .colors .color {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin: 4px 0 0 4px;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.itemListOuter .itemList li .itemDetail .colors .color.noImage {
  cursor: default;
}

.itemListOuter .itemList li .itemDetail .colors .color.selected {
  opacity: .3;
}

/* narrowStyle */
@media screen and (max-width: 768px) {
  .heading01 + .itemListOuter.narrowStyle {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter.narrowStyle .itemList {
    margin: 0 -15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter.narrowStyle .itemList li {
    width: 33.3333333%;
    padding: 0 15px 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter.narrowStyle .itemList li:nth-child(2n+1) {
    clear: none;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter.narrowStyle .itemList li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter.narrowStyle .itemList li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .itemListOuter.narrowStyle .itemList li .itemDetail {
    display: none;
  }
}

/* bulletList */
.bulletList01 {
  clear: both;
  margin: 10px 0 0 1em;
}

.bulletList01 > li {
  margin: 5px 0 0;
  list-style-type: square;
}

.bulletList02 {
  clear: both;
  margin: 10px 0 0 1em;
}

.bulletList02 > li {
  margin: 5px 0 0;
  list-style-type: disc;
}

.bulletList01 .bulletList02 {
  margin-top: 0;
}

/* paging */
.paging {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.paging li {
  display: inline-block;
  font-family: "Cardo", serif;
  font-size: 14px;
}

.paging li a,
.paging .isCurrent {
  display: inline-block;
  margin: 0 4px;
  padding: 5px 5px;
}

.paging .current a {
  color: #9eb2c8;
}

.paging .prev,
.paging .next {
  position: absolute;
  top: 6px;
}

.paging .prev {
  left: 0;
}

.paging .next {
  right: 0;
}

.paging .prev a,
.paging .next a,
.paging .prev span,
.paging .next span {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  color: #777;
}

.paging .disable {
  opacity: .2;
}

/* arrowLink */
.arrowLink {
  position: relative;
  padding-left: 15px;
}

.arrowLink:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #7b7473;
}

/* viewmore */
.viewmore {
  clear: both;
  margin: 30px 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  text-align: center;
}

.viewmore a {
  display: inline-block;
  padding: 0 0 15px;
  background: url(../images/common/com_ic11.png) no-repeat 50% 100%;
  -webkit-background-size: 22px 12px;
  background-size: 22px 12px;
}

/* viewmoreBtn */
.viewmoreBtn {
  clear: both;
  margin: 60px 0;
  font-family: "Cardo", serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .viewmoreBtn {
    margin: 20px 0 0;
    padding: 30px 0 0;
    border-top: #d3d1d0 1px solid;
  }
}

.viewmoreBtn a {
  display: inline-block;
  min-width: 180px;
  min-height: 40px;
  background-color: #ebeaea;
  line-height: 40px;
}

.viewmoreBtn .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.viewmoreBtn .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #736c6a;
}

/* loading */
.loading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.myPageLoading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.myPageSection {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  margin-top: 140px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
.myPageSection {
  padding-left: calc(20/750*100vw);
  padding-right: calc(20/750*100vw);
  width: auto;
}
}

@media only screen and (min-width: 769px) {
.section__header_mypage {
  padding-right: 60px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
}

.section__title_mypage {
  padding: 0;
  font-size: 1.8rem;
  text-indent: 0;
  letter-spacing: .648rem;
  text-align: center;
  font-weight: normal;
  font-family: "Amiri", serif;
}

@media only screen and (min-width: 769px){
.section__title_mypage {
  padding: 0;
  font-size: 1.8rem;
  text-indent: 0;
  letter-spacing: .648rem;
  text-align: left;
}
}

/* -------------------------------------
 * lookbook
------------------------------------- */
/* lookbookBlock */
.lookbookBlock {
  overflow: hidden;
  position: relative;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lookbookBlock {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* arrowIcon */
.lookbookBlock .arrowIcon {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 96px;
  margin: -48px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .arrowIcon {
    display: none;
  }
}

.lookbookBlock .arrowIcon.prev {
  left: 0;
  background: url(../images/common/com_bg04.png) no-repeat;
}

.lookbookBlock .arrowIcon.next {
  right: 0;
  background: url(../images/common/com_bg05.png) no-repeat;
}

.lookbookBlock .arrowIcon a {
  display: block;
  width: 48px;
  height: 96px;
}

.lookbookBlock .arrowIcon img {
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  width: 10px;
  height: 18px;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
}

.lookbookBlock .arrowIcon.prev img {
  left: 12px;
}

.lookbookBlock .arrowIcon.next img {
  right: 12px;
}

.lookbookBlock .arrowIcon.prev:hover img {
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}

.lookbookBlock .arrowIcon.next:hover img {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

/* rowBox */
.lookbookBlock .rowBox {
  position: relative;
  clear: both;
}

/* colBox */
.lookbookBlock .rowBox .colBox {
  position: relative;
  float: left;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox {
    float: none;
    width: 100%;
    margin: 40px 0 0;
  }
}

/* colBox-heading */
.lookbookBlock .rowBox .colBox.colBox-heading .headingBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 200px;
  margin: -100px 0 0 -110px;
  border-top: #2e2d2b 1px solid;
  border-bottom: #2e2d2b 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-heading .headingBox {
    position: static;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .frame {
  display: table;
  width: 220px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-heading .headingBox .frame {
    display: block;
    height: auto;
    margin: 0 auto;
  }
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-heading .headingBox .inner {
    display: block;
  }
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .heading {
  font-size: 24px;
  font-weight: normal;
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .sub {
  margin: 20px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

/* colBox-thumnail */
.lookbookBlock .rowBox .colBox.colBox-thumnail .imageBox {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .imageBox {
    cursor: default;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 170px;
  margin: 0 0 0 -85px;
  padding: 7px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox {
    position: static;
    margin: 20px auto 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .number {
  font-size: 18px;
  padding: 0 0 5px;
  border-bottom: #b2b2b2 1px solid;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .number span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .text {
  position: relative;
  z-index: 1;
  margin: 5px 0 0;
  font-size: 16px;
  font-style: italic;
  cursor: pointer;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .text .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .text .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox > .inner {
  width: 100%;
  height: 100%;
  border: #9e9da1 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* hover action */
.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox,
.lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox,
  .lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
    opacity: 1;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail:hover .numberingBox,
.lookbookBlock .rowBox .colBox.colBox-thumnail:hover .frameBox {
  opacity: 1;
}

/* is-selected hover action */
.lookbookBlock .rowBox .colBox.colBox-thumnail.is-selected:hover .numberingBox,
.lookbookBlock .rowBox .colBox.colBox-thumnail.is-selected:hover .frameBox {
  opacity: 0;
}

/* colBox-detail */
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail {
    margin-top: 20px;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .detailInner {
  height: 100%;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .detailInner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .close {
  color: #b4b4b4;
  font-size: 34px;
  text-align: right;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .close a {
  color: #b4b4b4;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .title {
  font-family: "Cardo", serif;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .numbering {
  width: 120px;
  margin: 5px auto 0;
  padding: 0 0 20px;
  border-bottom: #c7c7c7 1px solid;
  font-family: "Cardo", serif;
  font-size: 18px;
  text-align: center;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .numbering span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox {
  position: relative;
  overflow-y: hidden;
  margin: 50px 0 0;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox {
    overflow: hidden;
    margin: 10px -12px 0 0;
    padding: 0 0 5px;
    border-bottom: #d3d1d0 1px solid;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item {
  clear: both;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item {
    clear: none;
    float: left;
    width: 50%;
    padding: 0 12px 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item + .item {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item + .item {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item:nth-child(2n+1) {
    clear: both;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemImage {
  float: left;
  width: 30%;
  max-width: 115px;
  min-width: 60px;
  margin: 0 7% 0 0;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemImage {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText {
  overflow: hidden;
  padding: 5px 0 0;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText {
    padding: 5px;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText .itemPrice {
  display: block;
  margin: 10px 0 0;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText .itemPrice {
    margin: 0;
    font-size: 12px;
  }
}

/* colBox-archive */
.lookbookBlock .rowBox .colBox.colBox-archive:after {
  content: "";
  position: absolute;
  top: 7%;
  right: 0;
  width: 1px;
  height: 86%;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-archive:after {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.colBox-archive .archiveBox {
    position: static;
    padding: 50px 0 10px;
    border-top: #b2b2b2 1px solid;
  }
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .title {
  font-size: 18px;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol {
  margin: 15px 0 0;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol + .vol {
  margin-top: 5px;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 16px;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

/* is-selected */
/* is-disabled */
.lookbookBlock .rowBox .colBox.is-disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/com_bg02.png) repeat 0 0;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.is-disabled:after {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.is-disabled:hover .numberingBox,
.lookbookBlock .rowBox .colBox.is-disabled:hover .frameBox {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lookbookBlock .rowBox .colBox.is-disabled:hover .numberingBox,
  .lookbookBlock .rowBox .colBox.is-disabled:hover .frameBox {
    opacity: 1;
  }
}

/* -------------------------------------
 * information
------------------------------------- */
/* infoBlock */
.infoBlock {
  clear: both;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .infoBlock {
    margin: 20px 0 0;
  }
}

.infoBlock .date {
  color: #4c4c4c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .infoBlock .date {
    font-size: 12px;
  }
}

.infoBlock .infoTitle {
  margin: 10px 0 0;
  color: #222;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .infoBlock .infoTitle {
    margin: 5px 0 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .infoBlock .infoTextBox {
    font-size: 13px;
  }
}

.infoBlock .infoTextBox p {
  margin: 20px 0 0;
}

.infoBlock .date,
.infoBlock .infoTitle,
.infoBlock .infoTextBox {
  clear: left;
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .infoBlock .date,
  .infoBlock .infoTitle,
  .infoBlock .infoTextBox {
    float: none;
    width: 100%;
  }
}

.infoBlock .infoImage {
  float: right;
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .infoBlock .infoImage {
    float: none;
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
}

.infoBlock.noImage .date,
.infoBlock.noImage .infoTitle,
.infoBlock.noImage .infoTextBox {
  float: none;
  width: 100%;
}

/* infoBackNumberBlock */
.infoBackNumberBlock {
  clear: both;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .infoBackNumberBlock {
    margin: 30px 0 0;
  }
}

.infoBackNumberBlock .title {
  font-family: "Cardo", serif;
  font-size: 22px;
  font-weight: normal;
}

.infoBackNumberBlock .infoBackNumberItems {
  clear: both;
  margin: 50px 0 0;
  border-bottom: #d9d9d9 1px solid;
}
@media screen and (max-width: 768px) {
  .infoBackNumberBlock .infoBackNumberItems {
    margin: 30px 0 0;
  }
}

.infoBackNumberBlock .infoBackNumberItems li {
  border-top: #d9d9d9 1px solid;
  font-size: 14px;
}

.infoBackNumberBlock .infoBackNumberItems li a {
  position: relative;
  display: table;
  width: 100%;
  padding: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .infoBackNumberBlock .infoBackNumberItems li a {
    display: block;
  }
}

.infoBackNumberBlock .infoBackNumberItems li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #7b7473;
}

.infoBackNumberBlock .infoBackNumberItems li .date {
  display: table-cell;
  width: 6em;
  padding: 0 15px 0 0;
  color: #4c4c4c;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .infoBackNumberBlock .infoBackNumberItems li .date {
    display: block;
    padding: 0;
  }
}

.infoBackNumberBlock .infoBackNumberItems li .text {
  display: table-cell;
  padding: 0 0 0 15px;
  border-left: #d9d9d9 1px solid;
}
@media screen and (max-width: 768px) {
  .infoBackNumberBlock .infoBackNumberItems li .text {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    border: none;
  }
}

/* -------------------------------------
 * hr
------------------------------------- */
/* horizontalLine */
.horizontalLine01 {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 70px 0;
  border: none;
  border-top: #ddd 1px solid;
}
@media screen and (max-width: 768px) {
  .horizontalLine01 {
    margin: 30px 0;
  }
}

.horizontalLine02 {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: none;
  border-top: #ddd 1px solid;
}
@media screen and (max-width: 768px) {
  .horizontalLine02 {
    margin: 25px 0;
  }
}

/* -------------------------------------
 * itemSort
------------------------------------- */
.itemSort {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .itemSort {
    margin: 20px 0;
  }
}

.itemSort dt {
  display: table-cell;
  padding-right: 20px;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .itemSort dt {
    display: block;
  }
}

.itemSort dd {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .itemSort dd {
    padding-top: 5px;
  }
}

.itemSort .selected {
  font-weight: bold;
}

/* -------------------------------------
 *
 * override
 *
------------------------------------- */
#content #rower-content {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#content #rower-content .campaign_bnr img {
  pointer-events: none;
}

/* -------------------------------------
 * ttl
------------------------------------- */
/* ttl */
.ttl {
  padding: 8px 10px;
  background-color: #fff;
  border-bottom: #e6e6e6 1px solid;
  color: #231815;
  font-size: 14px;
}

/* rower-ttl */
.rower-ttl {
  background: none;
  border-bottom: #e6e6e6 1px solid;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: normal;
}


/* rower-ttl-Complete */
.rower-ttl-Complete {
    background: none;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 50px;
}

/* -------------------------------------
 * btn
------------------------------------- */
/* btn-area4col */
.btn-area4col .btn-01,
.btn-area4col .btn-02,
.btn-area4col .btn-03,
.btn-area4col .btn-submit {
  width: 155px;
}

/* btn-01 */
.btn-01 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #39302d;
  border: #39302d 2px solid;
  border-radius: 0;
  color: #fff;
  /*width: 70%;*/
}

.btn-01:hover {
  background-color: #39302d;
  color: #fff;
}

.btn-01.contact {
  width:270px;
}

/* btn-02 */
.btn-02 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 0;
  color: #231815;
}

.btn-02:hover {
  background-color: #fff;
  color: #231815;
}

/* btn-03 */
.btn-03 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e4e4e4;
  border: #ccc 2px solid;
  border-radius: 0;
  color: #231815;
}

.btn-03:hover {
  background-color: #e4e4e4;
  color: #231815;
}

/* btn-after / btn-delete */
#content .btn-after,
#content .btn-delete {
  background-color: #e4e4e4;
  border: #dedddc 1px solid;
  border-radius: 0;
  color: #000;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #content .btn-after,
  #content .btn-delete {
    background-color: #fff;
    color: #000;
  }
}

#content .btn-after:hover,
#content .btn-delete:hover {
  background-color: #e4e4e4;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #content .btn-after:hover,
  #content .btn-delete:hover {
    background-color: #fff;
    color: #000;
  }
}

/* .btn-submit */
.btn-submit {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 0;
  color: #231815;
  font-size: 14px;
  font-weight: bold;
}

.btn-submit:hover {
  background-color: #fff;
  color: #231815;
}

.btn-submit.emphasiseBtn {
  background-color: #39302d;
  border: #39302d 2px solid;
  color: #fff;
  font-weight: normal;
}

.btn-submit.emphasiseBtn:hover {
  background-color: #39302d;
  color: #fff;
}

/* -------------------------------------
 * form
------------------------------------- */
/* input */
#wrapper input[type="text"],
#wrapper input[type="password"] {
  padding: 6px;
  background-color: #e4e4e4;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

#wrapper input[type="text"].normalInput,
#wrapper input[type="password"].normalInput {
  padding: 2px;
  background-color: #e4e4e4;
  border: #e5e5e5 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

/* textarea */
.input-data .c_form01 {
  height: 140px;
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
}

/* checklist */
.checklist {
  background-color: transparent;
  border: none;
  border-bottom: #e1dfdf 1px solid;
}

/* -------------------------------------
 * table
------------------------------------- */
.cart-item th,
.cart-item02 th {
  padding: 8px 0;
  background-color: transparent;
  color: #808080;
  font-weight: normal;
}

.cart-item td.item-nm,
.cart-item02 td.item-nm {
  padding-left: 10px;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .cart-item td.item-nm,
  .cart-item02 td.item-nm {
    padding-left: 0;
  }
}

.cart-item td.item-nm a,
.cart-item02 td.item-nm a {
  color: #000;
  font-weight: bold;
}

.cart-item td.price,
.cart-item02 td.price {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cart-item td.price,
  .cart-item02 td.price {
    font-size: 9px;
  }
}

.cart-item td.img,
.cart-item02 td.img,
.cart-item td.item-nm,
.cart-item02 td.item-nm,
.cart-item td.price,
.cart-item02 td.price,
.cart-item td.number,
.cart-item02 td.number,
.cart-item td.totalprice,
.cart-item02 td.totalprice,
.cart-item td.btn-area,
.cart-item02 td.btn-area {
  vertical-align: middle;
}

#content .cart-item td.btn-area .btn-list li,
#content .cart-item02 td.btn-area .btn-list li {
  display: block;
  margin: 8px 0;
}

.cart-item tfoot td,
.cart-item02 tfoot td {
  color: #000;
  font-size: 18px;
}

.cart-item tfoot td .aboutRank,
.cart-item02 tfoot td .aboutRank {
  color: #000;
  font-size: 10px;
  font-weight: normal;
}

.cart-item tfoot td .otherText,
.cart-item02 tfoot td .otherText {
  font-size: 12px;
}

.cart-item02 .sp-btn-area {
  background-color: #f5f5f5;
}

.point-container thead th {
  background-color: #fff;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .point-container tr {
    margin-top: 30px;
    border-bottom: #e6e6e6 1px solid;
  }
}

@media screen and (max-width: 768px) {
  .point-container td {
    border-top: #e6e6e6 1px solid;
  }
}

@media screen and (max-width: 768px) {
  .point-container td .data {
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .point-container td .sp-label {
    background-color: #fff;
    color: #808080;
    font-weight: bold;
  }
}

.order-info th,
.order-info td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------------------------------------
 * point-box/menu
------------------------------------- */
.point-box h3,
.menu h3 {
  padding-bottom: 5px;
  border-bottom: #ddd 1px solid;
}

.point-box .aboutRank {
  font-size: 10px;
}

/* -------------------------------------
 * caution
------------------------------------- */
.caution {
  background-color: #f2f2f2;
}

/* -------------------------------------
 * description
------------------------------------- */
.order-item .description {
  font-size: 12px;
  line-height: 1.8;
}

/* -------------------------------------
 * contact-link
------------------------------------- */
.contact-link a {
  background: url(../images/common/com_ic10.png) no-repeat 0 50%;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
  padding-left: 10px;
}

/* -------------------------------------
 * pager
------------------------------------- */
.pager ul li {
  margin: 0 3px;
  font-family: "Cardo", serif;
  font-size: 13px;
}

.pager ul li.prev,
.pager ul li.next {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.pager li a {
  display: inline-block;
  padding: 0 5px;
}

.pager li.current a {
  color: #9eb2c8;
  font-weight: normal;
}

.paging-container .pager li {
  margin: 0 3px;
}

/* -------------------------------------
 * zip search
------------------------------------- */
.search-postcode .ttl-postcode,
.search-postcode .input-postdata {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-postcode .ttl-postcode {
  margin-top: 30px;
  background-color: #fff;
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
  font-size: 18px;
}

.search-postcode .input-postdata {
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
}

.search-postcode .input-postdata .btn {
  margin-top: 0;
  padding: 2px 5px;
  background-color: #e4e4e4;
  border: #ddd 1px solid;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 10px;
}

/* -------------------------------------
 * hasRemoveBtn
------------------------------------- */
.hasRemoveBtn {
  position: relative;
}

.hasRemoveBtn .removeBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #d3d3d3;
  border: #b3b3b3 1px solid;
  cursor: pointer;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
}

.hasRemoveBtn .price,
.hasRemoveBtn .sale-price {
  padding-right: 20px;
}


/* -------------------------------------
 * カスタマーサポート用
------------------------------------- */
a.anchor{
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.ac-cont .infoTextBox {
  clear: left;
  float: left;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .ac-cont .infoTextBox {
    float: none;
    width: 100%;
  }
}

.ac-cont .infoImage {
  float: right;
  width: 25%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .ac-cont .infoImage {
    float: none;
    width: 70%;
    margin: 30px 0 0 50px;
    text-align: center;
  }
}

.dispListPage {
  line-height: 1;
}

.cmm-member-omplete-col-1 {
    margin: auto;
    font-size: 100%;
    adding: 0;
    font-weight: normal;
}

.cmm-member-omplete-mt40 {
    margin-top: 40px !important;
}
@media only screen and (max-width: 768px) {
  .cmm-member-omplete-mt40 {
    margin-top: 40px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.cmm-member-omplete-h2 {
	font-weight: lighter;
	font-size: 1.5rem;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.cmm-member-omplete-btn-area {
    margin-top: 50px !important;
    text-align: center;
}

.cm-mmemberform-form-field__label {
  display: block;
  font-size: 1.3rem;
  width: 23.41269841%;
}
/* -------------------------------------
 * laundry icon 20230623
------------------------------------- */
.infoBoxContainer .washBox .wash_img img {
    width: auto;
    height: 24px;
}
.infoBoxContainer .washBox .washGuide {
    text-align: right;
}
.infoBoxContainer .washGuide {
    margin: 15px 0;
    text-align: right;
}
.infoBoxContainer .washGuide a {
    font-size: 1.1rem;
    color: #aaa;
    /* text-decoration: underline; */
}