@charset "utf-8";

/* PC：basic_sp.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: Helvetica, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  font-size: 12px;
  font-size: 12em;
  overflow-x: hidden;
}

body.home {
  background: url(../images/home/bg.png) repeat-y center top;
  background-size: 100%;
}

.wrapper {
  margin: 0 0 70px 0;
}


/*  Site Width
------------------------------------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Header
------------------------------------------------------------------ */

#header {
  background: #ffffff;
  padding: 6% 0 4%;
  text-align: center;
}

#header .logo {
  margin: 0 auto;
  width: 224px;
}

#header h1 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0.6em 0 0 0;
}

.shop-intro {
  font-size: 11px;
  line-height: 1.6;
}

/* sns */
#header .sns {
  /* display: none; */
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}

#header .sns a {
  width: 30px;
}

#header .sns a:first-child {
  margin-right: 10px;
}

/* toggleWrap */
.toggleWrap {
  display: none;
}

.toggleWrap {
  background: rgba(255, 255, 255, 1);
  height: 100%;
  overflow: auto;
  padding: 4% 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-overflow-scrolling: auto;
}

.hide {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.no-scroll {
  overflow: hidden;
}

/* Global Navi
------------------------------------------------------------------ */

#globalNav {
  padding: 0 5%;
  position: relative;
}

#globalNav ul {
  list-style: none;
}

#globalNav ul li {
  font-size: 13px;
}

#globalNav ul li.pc {
  display: none;
}

/* utility */
#globalNav .utility dl {
  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: block;
  font-size: 12px;
  padding: 0.2em 0;
}

#globalNav .utility dl dd {
  text-align: left;
}

#globalNav .utility dl dd ul {
  overflow: hidden;
}

#globalNav .utility dl dd ul li {
  float: left;
  letter-spacing: 0;
  width: 45%;
}

#globalNav .utility dl dd ul li+li {
  width: 55%;
}

#globalNav .utility dl dd ul li a {
  display: block;
  padding: 0.4em 0 0.6em;
}

#globalNav .utility dl dd ul li a:after {
  content: '>>';
  font-size: 1em;
  padding: 0 0 0 0.4em;
  vertical-align: 0.08em;
}

/* list */
#globalNav nav>ul li {
  position: relative;
}

#globalNav nav>ul li: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 nav>ul li a {
  display: block;
  padding: 0.6em 0 0.5em;
}

/* 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);
  text-align: center;
  width: 100%;
}

#globalNav .entry a {
  color: #ffffff !important;
  display: block;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
}

/* Content
------------------------------------------------------------------ */

#content {
  color: #231815 !important;
  line-height: 1 !important;
  margin-bottom: 70px;
}

/* Common Elements
------------------------------------------------------------------ */

/* img */
#header img,
#content img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/* リンク */
#header a,
#content a {
  color: inherit !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#header a:hover,
#content a:hover {
  color: inherit !important;
  text-decoration: none;
}

/* Footer
------------------------------------------------------------------ */

#spFooter {
  background: #3e3a39;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#spFooter ul {
  display: table;
  list-style: none;
  height: 100%;
  padding: 6px 0;
  table-layout: fixed;
  width: 100%;
}

#spFooter ul li {
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: table-cell;
  font-size: 10px;
  text-align: center;
}

#spFooter ul li:last-child {
  border-right: none;
}

#spFooter ul li a {
  color: #ffffff !important;
  display: block;
  padding: 36px 0 6px 0;
}

#spFooter ul li.tel {
  background: url(../images/common/icon_tel.png) no-repeat center 8px;
  background-size: 41px;
}

#spFooter ul li.entry {
  /*background: url(../images/common/icon_entry.png) no-repeat center 8px;*/
  background: url(../images/common/icon_entry_new.png) no-repeat center 8px;
  background-size: 41px;
}

#spFooter ul li.contact {
  background: url(../images/common/icon_contact.png) no-repeat center 8px;
  background-size: 41px;
}

#spFooter ul li.trial {
  background: url(../images/common/icon_entry.png) no-repeat center 8px;
  background-size: 41px;
}

#spFooter ul li.visit {
  background: url(/common/common/sp_menu/icon_fitness_comment.png) no-repeat center 5px;
  background-size: 65px;
}


/* toggle */
#toggle {
  position: relative;
  z-index: 99;
}

.trigger,
.trigger span {
  display: inline-block;
  transition: all .4s;
  width: 40px;
}

.trigger {
  padding: 42px 0 0 0;
}

.trigger span {
  background-color: #ffffff;
  height: 2px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  width: 40px;
}

.trigger span:nth-of-type(1) {
  top: 8px;
}

.trigger span:nth-of-type(2) {
  top: 20px;
}

.trigger span:nth-of-type(3) {
  top: 32px;
}

.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/* 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 {
  display: none;
}


/* member */
#globalNav .sp-member-btn {
  padding: 2px;
  margin: 10px 0 100px;
  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);
}

#globalNav .sp-member-btn .sp-member-btn-outer {
  padding: 2px;
  background: #FFF;
}

#globalNav .sp-member-btn .sp-member-btn-outer .sp-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);
}

#globalNav .sp-member-btn .sp-member-btn-outer .sp-member-btn-inner a.sp-btn-member {
  color: #C14D97 !important;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 6px 0;
  width: 100%;
  background: #FFF;
}

/* FB */
.fb-area {
  background: #FFF;
  padding-top: 30px;
}

#trial-flow img {
  width: 100%;
}
