@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Site Width
 * Header
 * Content
 * Common Elements
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

/* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 14em;
  overflow-x: hidden;
  min-width: 1200px;
}

/*  Site Width
------------------------------------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Header
------------------------------------------------------------------ */

#header {
  background: #ffffff;
  padding: 35px 0 28px;
  text-align: center;
}

#header .inner {
  margin: 0 auto;
  position: relative;
  width: 1050px;
}

#header .logo {
  margin: 0 auto;
  width: 334px;
}

#header h1 span {
  display: block;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 10px 0 0 0;
}

.shop-intro {
  font-size: 12px;
  line-height: 1.6;
}

/* sns */
#header .sns {
  position: absolute;
  top: 60px;
  left: 0;
}

#header .sns a {
  display: inline-block;
  width: 22px;
  margin-right: 5px;
}

#header .sns a img {
  width: 100%;
}

/* toggle */
#toggle {
  display: none;
}

.toggleWrap {
  background: none;
  height: auto;
  padding: 0;
  position: static;
}

.animation {
  -webkit-transition: none;
  transition: none;
}

.hide {
  opacity: 1;
  visibility: visible;
}

/* Global Navi
------------------------------------------------------------------ */

#globalNav {
  margin: 30px auto 0;
  position: relative;
  width: 1050px;
}

#globalNav ul {
  list-style: none;
}

#globalNav ul li {
  color: #231815;
  font-size: 14px;
  letter-spacing: 0;
}

/* utility */
#globalNav .utility {
  overflow: hidden;
  padding: 4px 0;
  position: relative;
  width: 880px;
}

#globalNav .utility dl {
  display: table;
  float: left;
  width: 480px;
}

#globalNav .utility dl:last-child {
  width: 400px;
}

#globalNav .utility:before {
  background: #920783;
  background: linear-gradient(90deg, rgba(248, 197, 172, 1), rgba(146, 7, 131, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#920783', GradientType=0);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#globalNav .utility:after {
  background: #920783;
  background: linear-gradient(90deg, rgba(248, 197, 172, 1), rgba(146, 7, 131, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#920783', GradientType=0);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#globalNav .utility dl dt {
  background: #920783;
  background: linear-gradient(90deg, rgba(248, 197, 172, 1), rgba(146, 7, 131, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#920783', GradientType=0);
  color: #ffffff;
  display: table-cell;
  font-size: 12px;
  height: 35px;
  letter-spacing: -0.04em;
  text-align: center;
  vertical-align: middle;
  width: 94px;
}

#globalNav .utility dl dd {
  display: table-cell;
  height: 35px;
  text-align: left;
  vertical-align: middle;
}

#globalNav .utility dl dd ul li {
  display: inline-block;
  padding: 0 0 0 35px;
  vertical-align: middle;
}

#globalNav .utility dl dd ul li+li {
  /* width: 55%; */
}

#globalNav .utility dl dd ul li a:after {
  content: '>>';
  font-size: 1em;
  padding: 0 0 0 0.2em;
  vertical-align: 0.05em;
}

/* list */
#globalNav nav>ul {
  margin: 22px 0 0 3px;
  overflow: hidden;
  width: 1050px;
}

#globalNav nav>ul li {
  float: left;
  letter-spacing: 0;
  margin: 0 33px 0 0;
}

#globalNav nav>ul li:last-child {
  margin-right: 0;
}

/* entry */
#globalNav .entry {
  background: #920783;
  background: linear-gradient(90deg, rgba(248, 197, 172, 1), rgba(146, 7, 131, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#920783', GradientType=0);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 150px;
}

#globalNav .entry a {
  color: #ffffff !important;
  display: block;
  font-size: 18px;
  height: 43px;
  line-height: 44px;
}

/* Content
------------------------------------------------------------------ */

#content {
  color: #231815 !important;
  line-height: 1 !important;
  overflow: hidden;
}

#subPage #content {
  padding-bottom: 120px;
}

/* Common Elements
------------------------------------------------------------------ */

/* img */
#content img {
  vertical-align: bottom;
}

/* リンク */
#header a,
#content a {
  color: inherit !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#header a:hover,
#content a:hover {
  color: inherit !important;
  opacity: 0.8;
  text-decoration: none;
}

/* Footer
------------------------------------------------------------------ */

/* spFooter */
#spFooter {
  display: none;
}

/* No visual Anchor
------------------------------------------------------------------- */

div.novisualAnchor {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
  /* except MacIE \*/
  position: absolute;
  /* end */
  left: 0;
  top: 0;
  color: #fff;
}

div.novisualAnchor a {
  font-size: 1px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
}

/* ADD HOLO
------------------------------------------------------------------- */
/* menu */
#header .member-btn-area {
  position: relative;
}

#header .member-btn-area .member-btn {
  position: absolute;
  right: 0;
  top: -36px;
  padding: 2px;
  background: #920783;
  background: linear-gradient(90deg, rgba(248, 197, 172, 1), rgba(146, 7, 131, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#920783', GradientType=0);
}

#header .member-btn-area .member-btn .member-btn-outer {
  padding: 2px;
  background: #FFF;
}

#header .member-btn-area .member-btn .member-btn-outer .member-btn-inner {
  padding: 2px;
  background: #920783;
  background: linear-gradient(90deg, rgba(248, 197, 172, 1), rgba(146, 7, 131, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#920783', GradientType=0);
}

#header .member-btn-area .member-btn .member-btn-outer .member-btn-inner a.btn-member {
  color: #C14D97 !important;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 6px 0;
  width: 138px;
  transition: 0.3s;
  background: #FFF;
}

#header .member-btn-area .member-btn .member-btn-outer .member-btn-inner a.btn-member:hover {
  color: #666 !important;
  opacity: 1.0 !important;
}

#header .sp-member-btn {
  display: none;
}

/* FB */
.fb-area {
  background: #FFF;
  padding-bottom: 10px;
}
