@charset "UTF-8";
/* GRe4N CReW Club Official Site CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}
a:hover {
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 40px #fff;
  text-decoration: none !important;
  opacity: 0.9;
}

.lity {
  z-index: 1000000 !important;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

.home_sns {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 3%;
  width: 6%;
  z-index: 10;
}
.home_sns ul {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  height: auto;
}
.home_sns ul li {
  font-size: 18px;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 8px;
}
.home_sns ul li a {
  display: inline-block;
  color: #fff;
}
.home_sns ul li a:hover {
  color: #fff;
}
.home_sns ul li a i {
  color: #fff;
}
#content_area {
  padding: 0;
  padding-top: 100px;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  background: #fff;
  min-width: 320px;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Arial, "toppan-bunkyu-midashi-go-std", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

/*-----------------------------------------------------------------
    parts
  ------------------------------------------------------------------*/
.mgbt0 {
  margin-bottom: 0 !important;
}

.mgtp0 {
  margin-top: 0 !important;
}

.mglt0 {
  margin-left: 0 !important;
}

.mgrt0 {
  margin-right: 0 !important;
}

p.accent {
  color: #cc0027;
  font-weight: bold;
  font-size: 15px;
  font-size: 4vw;
}

.block {
  background: #e1e1e1;
  padding: 20px;
  color: #333;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: url("https://static.gre4n-boyz.com/images/bg_top.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }

  a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover {
    text-decoration: none !important;
    opacity: 0.9;
  }

  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }
}

/*# sourceMappingURL=common.css.map */
