@charset "UTF-8";
/****************************************
* Variables
*****************************************/
/****************************************
* mixin
*****************************************/
/****************************************
* Basic setting
*****************************************/
/* line 5, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../.rvm/gems/ruby-2.1.1@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 7, ../scss/_base.scss */
* {
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, ../scss/_base.scss */
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 16, ../scss/_base.scss */
html {
  font-size: 62.5%; }

/* line 20, ../scss/_base.scss */
header, nav, footer {
  display: block; }

/* line 24, ../scss/_base.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: "Roboto", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-tap-highlight-color: #ffff9e; }

/* line 34, ../scss/_base.scss */
a {
  color: #3f528e;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(245, 78, 150, 0.3); }

/* line 41, ../scss/_base.scss */
input, textarea {
  color: #333;
  font-family: "Roboto", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  /* line 44, ../scss/_base.scss */
  input:focus, textarea:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent; }

/* line 50, ../scss/_base.scss */
button {
  font-family: "Roboto", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1em; }

/* line 55, ../scss/_base.scss */
img {
  border: 0;
  line-height: 1;
  vertical-align: bottom; }

/* line 61, ../scss/_base.scss */
em,
strong,
cite {
  font-style: normal; }

/* line 67, ../scss/_base.scss */
strong {
  font-weight: bold; }

/* line 71, ../scss/_base.scss */
abbr {
  border: 0; }

/* ===== Text ===== */
/* line 77, ../scss/_base.scss */
h1 + section,
h2 + section,
p + section {
  margin: 0 0 30px; }

/* line 82, ../scss/_base.scss */
p {
  font-size: 1em;
  margin-bottom: 1em; }

/* line 86, ../scss/_base.scss */
pre {
  overflow: auto;
  margin: 0 15px 15px;
  padding: 15px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  font-size: 0.8125em; }

/* line 94, ../scss/_base.scss */
blockquote {
  margin: 0 15px 15px;
  padding: 15px 0 0;
  border: 1px solid #b9b9b9;
  border-radius: 3px; }

/* line 100, ../scss/_base.scss */
blockquote cite {
  display: block;
  margin: 0 15px 15px;
  font-size: 0.8125em;
  text-align: right; }

/* ===== List ===== */
/* line 108, ../scss/_base.scss */
ul, ol, dl {
  list-style-type: none;
  margin: 0; }

/* line 112, ../scss/_base.scss */
li, dt, dd {
  /*font-size: 0.8125em;*/ }

/* line 116, ../scss/_base.scss */
li pre,
dd th,
dd td,
li p,
li li,
li dt,
li dd,
dd p,
dd li,
dd dt,
dd dd {
  font-size: 1em; }

/* ===== Table ===== */
/* line 131, ../scss/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 135, ../scss/_base.scss */
caption {
  font-size: 0.8125em; }

/* line 138, ../scss/_base.scss */
th, td {
  font-size: 1em; }

/* line 141, ../scss/_base.scss */
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

/* line 147, ../scss/_base.scss */
img::selection {
  background: transparent; }
/* line 150, ../scss/_base.scss */
img::-moz-selection {
  background: transparent; }

/****************************************
* Styles for Header
*****************************************/
/* line 6, ../scss/_header.scss */
.header {
  background: #fff;
  text-align: center;
  width: 100%; }
  /* line 11, ../scss/_header.scss */
  .header-inner {
    margin: auto;
    padding: 12px 0;
    position: relative;
    text-align: left;
    width: 640px; }
    /* line 17, ../scss/_header.scss */
    .header-inner a {
      display: block; }
  /* line 22, ../scss/_header.scss */
  .header-logo {
    display: inline-block; }
  /* line 26, ../scss/_header.scss */
  .header-sns {
    position: absolute;
    right: 0;
    top: 24px;
    text-align: right;
    width: 380px; }
    /* line 33, ../scss/_header.scss */
    .header-sns li {
      display: inline-block; }
      /* line 35, ../scss/_header.scss */
      .header-sns li.fb {
        width: 115px; }
      /* line 38, ../scss/_header.scss */
      .header-sns li.tw {
        width: 80px; }
      /* line 41, ../scss/_header.scss */
      .header-sns li.ha {
        width: 54px; }
      /* line 44, ../scss/_header.scss */
      .header-sns li.gl {
        width: 68px; }

/****************************************
* Styles for Footer
*****************************************/
/* line 6, ../scss/_footer.scss */
.footer {
  background-color: #222;
  color: #fff;
  width: 100%; }
  /* line 10, ../scss/_footer.scss */
  .footer-inner {
    line-height: 1;
    margin: auto;
    padding: 40px 0;
    position: relative;
    text-align: center;
    max-width: 960px;
    *zoom: 1;
    font-size: 16px;
    font-size: 1.6rem; }
    /* line 29, ../scss/_mixin.scss */
    .footer-inner:after {
      content: " ";
      display: table;
      clear: both; }
  /* line 21, ../scss/_footer.scss */
  .footer-list h4 {
    border-bottom: 1px dotted #fff;
    font-size: 16px;
    margin: 0 0 8px;
    padding: 0 0 8px 24px;
    text-align: left; }
    /* line 27, ../scss/_footer.scss */
    .footer-list h4 a {
      color: #fff; }
  /* line 31, ../scss/_footer.scss */
  .footer-list ul {
    padding: 0 24px; }
    /* line 33, ../scss/_footer.scss */
    .footer-list ul li {
      display: block;
      float: left;
      text-align: left;
      width: 300px; }
      /* line 38, ../scss/_footer.scss */
      .footer-list ul li a {
        background: url("http://cache.img.gmo.jp/gmobb/april2016/ico_link.png") left center no-repeat;
        color: #fff;
        font-size: 12px;
        line-height: 24px;
        padding: 0 0 0 11px; }
  /* line 48, ../scss/_footer.scss */
  .footer .copy {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding: 12px 0;
    width: 100%; }

@media screen and (max-width: 740px) {
  /* line 60, ../scss/_footer.scss */
  .footer {
    background: #fff; }
    /* line 62, ../scss/_footer.scss */
    .footer-inner {
      width: 100%;
      padding: 0; }
    /* line 66, ../scss/_footer.scss */
    .footer-list {
      padding: 0 24px; }
      /* line 68, ../scss/_footer.scss */
      .footer-list h4 {
        border-bottom: 1px solid #c3c3c3;
        color: #333;
        display: block;
        margin: 0;
        padding: 28px 0 28px 24px;
        text-align: left;
        font-size: 32px;
        font-size: 3.2rem; }
        /* line 76, ../scss/_footer.scss */
        .footer-list h4 a {
          color: #333; }
      /* line 80, ../scss/_footer.scss */
      .footer-list ul {
        padding: 0; }
        /* line 82, ../scss/_footer.scss */
        .footer-list ul li {
          border-bottom: 1px solid #c3c3c3;
          display: block;
          float: left;
          text-align: left;
          width: 100%; }
          /* line 88, ../scss/_footer.scss */
          .footer-list ul li a {
            background: url("http://cache.img.gmo.jp/gmobb/april2016/ico_link_sp.png") left center no-repeat;
            color: #333;
            display: block;
            font-size: 32px;
            font-size: 3.2rem;
            line-height: 1;
            padding: 28px 0 28px 24px; } }
/****************************************
* Styles for contents area
*****************************************/
/* line 7, ../scss/_content.scss */
.content {
  overflow: hidden; }

/* line 11, ../scss/_content.scss */
.section {
  margin: auto;
  text-align: center; }
  /* line 15, ../scss/_content.scss */
  .section-inner {
    margin: auto;
    position: relative;
    text-align: center;
    width: 640px; }
    /* line 20, ../scss/_content.scss */
    .section-inner.is-touch {
      width: 740px; }
  /* line 24, ../scss/_content.scss */
  .section-title {
    padding: 16px 0; }

/* line 29, ../scss/_content.scss */
.main {
  background: #000;
  overflow: hidden; }
  /* line 33, ../scss/_content.scss */
  .main-inner {
    height: 640px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 640px;
    z-index: 0; }
  /* line 41, ../scss/_content.scss */
  .main-bg {
    margin-left: -609px;
    left: 50%;
    height: 640px;
    position: absolute;
    top: 0;
    width: 1218px;
    z-index: 1; }
  /* line 50, ../scss/_content.scss */
  .main-man {
    bottom: 0;
    margin-left: -560px;
    left: 50%;
    height: 614px;
    position: absolute;
    width: 700px;
    z-index: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: translate3d(0, 700px, 0);
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0); }
    /* line 61, ../scss/_content.scss */
    .main-man.is-start {
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    /* line 65, ../scss/_content.scss */
    .main-man-sim {
      left: 340px;
      top: 80px;
      position: absolute;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  /* line 72, ../scss/_content.scss */
  .main-title {
    left: 240px;
    position: absolute;
    top: 26px;
    z-index: 2; }
  /* line 78, ../scss/_content.scss */
  .main .btn {
    bottom: 24px;
    left: 50%;
    margin-left: -224px;
    position: absolute;
    z-index: 3; }

/* line 89, ../scss/_content.scss */
.movie-frame {
  margin: auto;
  width: 640px; }

/* line 96, ../scss/_content.scss */
.touch-muscle {
  background: url("http://cache.img.gmo.jp/gmobb/april2016/muscle_base.jpg") center center no-repeat;
  height: 496px;
  position: relative;
  width: 740px;
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out; }
  /* line 102, ../scss/_content.scss */
  .touch-muscle.is-hidden {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
/* line 106, ../scss/_content.scss */
.touch-block {
  height: 248px;
  width: 370px;
  position: absolute;
  cursor: pointer; }
  /* line 111, ../scss/_content.scss */
  .touch-block.is-touch1 {
    left: 0;
    top: 0; }
  /* line 115, ../scss/_content.scss */
  .touch-block.is-touch2 {
    right: 0;
    top: 0; }
  /* line 119, ../scss/_content.scss */
  .touch-block.is-touch3 {
    left: 0;
    bottom: 0; }
  /* line 123, ../scss/_content.scss */
  .touch-block.is-touch4 {
    right: 0;
    bottom: 0; }
  /* line 127, ../scss/_content.scss */
  .touch-block-muscle {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
  /* line 135, ../scss/_content.scss */
  .touch-block.is-active .touch-block-muscle {
    display: block; }
  /* line 139, ../scss/_content.scss */
  .touch-block.is-active .touch-sim:before {
    background: url("http://cache.img.gmo.jp/gmobb/april2016/touch_sim.png") center 4px no-repeat; }
  /* line 142, ../scss/_content.scss */
  .touch-block.is-active .touch-sim.is-touch.is-fall:before {
    -moz-transition: all 0.4s linear 0.01s;
    -o-transition: all 0.4s linear 0.01s;
    -webkit-transition: all 0.4s linear;
    -webkit-transition-delay: 0.01s;
    transition: all 0.4s linear 0.01s;
    -moz-transform: rotate(1100deg);
    -ms-transform: rotate(1100deg);
    -webkit-transform: rotate(1100deg);
    transform: rotate(1100deg); }
/* line 149, ../scss/_content.scss */
.touch-sim {
  height: 50px;
  width: 32px;
  position: absolute;
  z-index: 10;
  -moz-transition: all ease-in;
  -o-transition: all ease-in;
  -webkit-transition: all ease-in;
  transition: all ease-in;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }
  /* line 150, ../scss/_content.scss */
  .touch-sim:before {
    background: url("http://cache.img.gmo.jp/gmobb/april2016/touch_sim.png") center 8px no-repeat;
    content: "";
    display: block;
    height: 50px;
    width: 32px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 164, ../scss/_content.scss */
  .touch-sim.is-touch {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
    /* line 166, ../scss/_content.scss */
    .touch-sim.is-touch.is-fall {
      -moz-transition: all 5s ease-out 0.1s;
      -o-transition: all 5s ease-out 0.1s;
      -webkit-transition: all 5s ease-out;
      -webkit-transition-delay: 0.1s;
      transition: all 5s ease-out 0.1s;
      -moz-transform: translate3d(0, 6000px, 0);
      -webkit-transform: translate3d(0, 6000px, 0);
      transform: translate3d(0, 6000px, 0); }

/* line 180, ../scss/_content.scss */
.family {
  background: url("http://cache.img.gmo.jp/gmobb/april2016/bg_family.jpg") center center no-repeat;
  height: 642px; }
  /* line 183, ../scss/_content.scss */
  .family-title {
    left: 350px;
    position: absolute;
    top: 32px; }

/* line 191, ../scss/_content.scss */
.people-list {
  *zoom: 1; }
  /* line 29, ../scss/_mixin.scss */
  .people-list:after {
    content: " ";
    display: table;
    clear: both; }
  /* line 193, ../scss/_content.scss */
  .people-list li {
    float: left;
    padding: 1px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    /* line 201, ../scss/_content.scss */
    .people-list li:nth-child(1) {
      -moz-transform: translate3d(2960px, 0, 0);
      -webkit-transform: translate3d(2960px, 0, 0);
      transform: translate3d(2960px, 0, 0); }
    /* line 201, ../scss/_content.scss */
    .people-list li:nth-child(2) {
      -moz-transform: translate3d(3120px, 0, 0);
      -webkit-transform: translate3d(3120px, 0, 0);
      transform: translate3d(3120px, 0, 0); }
    /* line 201, ../scss/_content.scss */
    .people-list li:nth-child(3) {
      -moz-transform: translate3d(3280px, 0, 0);
      -webkit-transform: translate3d(3280px, 0, 0);
      transform: translate3d(3280px, 0, 0); }
    /* line 201, ../scss/_content.scss */
    .people-list li:nth-child(4) {
      -moz-transform: translate3d(3440px, 0, 0);
      -webkit-transform: translate3d(3440px, 0, 0);
      transform: translate3d(3440px, 0, 0); }
    /* line 207, ../scss/_content.scss */
    .people-list li:nth-child(5) {
      -moz-transform: translate3d(-2640px, 0, 0);
      -webkit-transform: translate3d(-2640px, 0, 0);
      transform: translate3d(-2640px, 0, 0); }
    /* line 207, ../scss/_content.scss */
    .people-list li:nth-child(6) {
      -moz-transform: translate3d(-2480px, 0, 0);
      -webkit-transform: translate3d(-2480px, 0, 0);
      transform: translate3d(-2480px, 0, 0); }
    /* line 207, ../scss/_content.scss */
    .people-list li:nth-child(7) {
      -moz-transform: translate3d(-2320px, 0, 0);
      -webkit-transform: translate3d(-2320px, 0, 0);
      transform: translate3d(-2320px, 0, 0); }
    /* line 207, ../scss/_content.scss */
    .people-list li:nth-child(8) {
      -moz-transform: translate3d(-2160px, 0, 0);
      -webkit-transform: translate3d(-2160px, 0, 0);
      transform: translate3d(-2160px, 0, 0); }
    /* line 210, ../scss/_content.scss */
    .people-list li.is-active {
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

/* line 218, ../scss/_content.scss */
.medical-list {
  *zoom: 1; }
  /* line 29, ../scss/_mixin.scss */
  .medical-list:after {
    content: " ";
    display: table;
    clear: both; }
  /* line 220, ../scss/_content.scss */
  .medical-list li {
    float: left;
    padding: 1px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    /* line 225, ../scss/_content.scss */
    .medical-list li:nth-child(1) {
      -moz-transform: translate3d(-1000px, -1000px, 0);
      -webkit-transform: translate3d(-1000px, -1000px, 0);
      transform: translate3d(-1000px, -1000px, 0); }
    /* line 226, ../scss/_content.scss */
    .medical-list li:nth-child(2) {
      -moz-transform: translate3d(1000px, -1000px, 0);
      -webkit-transform: translate3d(1000px, -1000px, 0);
      transform: translate3d(1000px, -1000px, 0); }
    /* line 227, ../scss/_content.scss */
    .medical-list li:nth-child(3) {
      -moz-transform: translate3d(-1000px, 0, 0);
      -webkit-transform: translate3d(-1000px, 0, 0);
      transform: translate3d(-1000px, 0, 0); }
    /* line 228, ../scss/_content.scss */
    .medical-list li:nth-child(4) {
      -moz-transform: translate3d(1000px, 0, 0);
      -webkit-transform: translate3d(1000px, 0, 0);
      transform: translate3d(1000px, 0, 0); }
    /* line 229, ../scss/_content.scss */
    .medical-list li:nth-child(5) {
      -moz-transform: translate3d(-1000px, 1000px, 0);
      -webkit-transform: translate3d(-1000px, 1000px, 0);
      transform: translate3d(-1000px, 1000px, 0); }
    /* line 230, ../scss/_content.scss */
    .medical-list li:nth-child(6) {
      -moz-transform: translate3d(1000px, 1000px, 0);
      -webkit-transform: translate3d(1000px, 1000px, 0);
      transform: translate3d(1000px, 1000px, 0); }
    /* line 231, ../scss/_content.scss */
    .medical-list li.is-active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

/* line 239, ../scss/_content.scss */
.caution {
  background: url("http://cache.img.gmo.jp/gmobb/april2016/bg_caution.jpg") center center no-repeat;
  height: 610px;
  padding: 60px 0 0; }
  /* line 243, ../scss/_content.scss */
  .caution-title {
    padding: 0 0 44px; }

/* line 248, ../scss/_content.scss */
.refa {
  background: url("http://cache.img.gmo.jp/gmobb/april2016/bg_refa.jpg") center center no-repeat;
  height: 650px;
  padding: 330px 0 0; }
  /* line 252, ../scss/_content.scss */
  .refa-title {
    padding: 0 0 40px; }

/* line 257, ../scss/_content.scss */
.pop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  /* line 264, ../scss/_content.scss */
  .pop.is-hidden {
    display: none; }
  /* line 267, ../scss/_content.scss */
  .pop-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }
  /* line 276, ../scss/_content.scss */
  .pop-block {
    background: url("http://cache.img.gmo.jp/gmobb/april2016/bg_pop.jpg") 0 0 no-repeat;
    height: 664px;
    left: 50%;
    margin: -332px 0 0 -304px;
    position: fixed;
    top: 50%;
    width: 608px;
    z-index: 110; }
  /* line 286, ../scss/_content.scss */
  .pop-inner {
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    position: absolute;
    width: 100%; }
  /* line 293, ../scss/_content.scss */
  .pop-close {
    background: url("http://cache.img.gmo.jp/gmobb/april2016/bt_close.png") 0 0 no-repeat;
    display: block;
    height: 40px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    z-index: 120; }
    /* line 302, ../scss/_content.scss */
    .pop-close:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }
  /* line 306, ../scss/_content.scss */
  .pop-sim1 {
    background: transparent;
    display: block;
    left: 410px;
    height: 26px;
    position: absolute;
    top: 290px;
    width: 22px; }
  /* line 315, ../scss/_content.scss */
  .pop-sim2 {
    background: transparent;
    display: block;
    left: 488px;
    height: 26px;
    position: absolute;
    top: 248px;
    width: 22px; }
  /* line 324, ../scss/_content.scss */
  .pop-like {
    display: block;
    height: 68px;
    position: relative; }
    /* line 328, ../scss/_content.scss */
    .pop-like .fb-like {
      position: absolute;
      right: 100px;
      top: 22px; }
  /* line 334, ../scss/_content.scss */
  .pop-btn {
    color: #fff;
    display: block;
    text-align: center;
    padding: 16px 8px;
    width: 100%;
    font-size: 28px;
    font-size: 2.8rem; }
    /* line 341, ../scss/_content.scss */
    .pop-btn-more {
      background: #ff5fa2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ff5fa2 0%, #fb4994 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ff5fa2 0%, #fb4994 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ff5fa2 0%, #fb4994 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fa2', endColorstr='#fb4994',GradientType=0 );
      /* IE6-9 */
      padding: 20px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      font-size: 30px;
      font-size: 3rem; }
      /* line 350, ../scss/_content.scss */
      .pop-btn-more:hover {
        background: #ff6fab;
        /* Old browsers */
        background: -moz-linear-gradient(top, #ff6fab 0%, #fb5b9f 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff6fab 0%, #fb5b9f 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff6fab 0%, #fb5b9f 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6fab', endColorstr='#fb5b9f',GradientType=0 );
        /* IE6-9 */ }
    /* line 359, ../scss/_content.scss */
    .pop-btn-share {
      background: #d3d3d3; }
      /* line 361, ../scss/_content.scss */
      .pop-btn-share:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9; }
    /* line 363, ../scss/_content.scss */
    .pop-btn-tw {
      background: #2ca9e6;
      /* Old browsers */
      background: -moz-linear-gradient(top, #2ca9e6 0%, #0088d0 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #2ca9e6 0%, #0088d0 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #2ca9e6 0%, #0088d0 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca9e6', endColorstr='#0088d0',GradientType=0 );
      /* IE6-9 */
      float: left;
      width: 280px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      /* line 372, ../scss/_content.scss */
      .pop-btn-tw:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9; }
    /* line 374, ../scss/_content.scss */
    .pop-btn-fb {
      background: #4f77c9;
      /* Old browsers */
      background: -moz-linear-gradient(top, #4f77c9 0%, #3c5a98 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #4f77c9 0%, #3c5a98 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #4f77c9 0%, #3c5a98 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f77c9', endColorstr='#3c5a98',GradientType=0 );
      /* IE6-9 */
      float: right;
      width: 280px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      /* line 383, ../scss/_content.scss */
      .pop-btn-fb:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9; }
  /* line 387, ../scss/_content.scss */
  .pop-fbshare {
    height: 60px; }
  /* line 390, ../scss/_content.scss */
  .pop-sns {
    padding-top: 8px;
    text-align: center;
    *zoom: 1; }
    /* line 29, ../scss/_mixin.scss */
    .pop-sns:after {
      content: " ";
      display: table;
      clear: both; }
    /* line 394, ../scss/_content.scss */
    .pop-sns li {
      float: left;
      width: 50%; }

/* line 403, ../scss/_content.scss */
.btn {
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 20px;
  width: 448px;
  font-size: 32px;
  font-size: 3.2rem; }
  /* line 410, ../scss/_content.scss */
  .btn-detail {
    background: #2ca9e6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2ca9e6 0%, #0088d0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2ca9e6 0%, #0088d0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2ca9e6 0%, #0088d0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca9e6', endColorstr='#0088d0',GradientType=0 );
    /* IE6-9 */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    /* line 417, ../scss/_content.scss */
    .btn-detail:hover {
      background: #3eb1e8;
      /* Old browsers */
      background: -moz-linear-gradient(top, #3eb1e8 0%, #1894d5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3eb1e8 0%, #1894d5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3eb1e8 0%, #1894d5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb1e8', endColorstr='#1894d5',GradientType=0 );
      /* IE6-9 */ }

/****************************************
* Helper
*****************************************/
/* line 5, ../scss/_helper.scss */
.right {
  float: right; }

/* line 8, ../scss/_helper.scss */
.left {
  float: left; }

/* line 11, ../scss/_helper.scss */
.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

/* line 16, ../scss/_helper.scss */
.right-bottom {
  position: absolute;
  right: 0;
  bottom: 0; }

/* line 22, ../scss/_helper.scss */
.text-center {
  text-align: center; }

/* line 25, ../scss/_helper.scss */
.text-left {
  text-align: left; }

/* line 28, ../scss/_helper.scss */
.text-right {
  text-align: right; }

/* line 32, ../scss/_helper.scss */
.text-top {
  vertical-align: top; }

/* line 35, ../scss/_helper.scss */
.text-middle {
  vertical-align: middle; }

/* line 38, ../scss/_helper.scss */
.text-bottom {
  vertical-align: bottom; }

/* line 42, ../scss/_helper.scss */
.full {
  width: 100% !important; }

/* line 45, ../scss/_helper.scss */
.half {
  width: 50% !important; }

/* line 49, ../scss/_helper.scss */
.block {
  display: block; }

/* line 52, ../scss/_helper.scss */
.inline {
  display: inline; }

/* line 56, ../scss/_helper.scss */
.relative {
  position: relative; }

/* line 59, ../scss/_helper.scss */
.absolute {
  position: absolute; }

/* line 63, ../scss/_helper.scss */
.max {
  max-width: 100%; }

/* Layout */
/* line 70, ../scss/_helper.scss */
.mt0 {
  margin-top: 0px !important; }

/* line 71, ../scss/_helper.scss */
.mr0 {
  margin-right: 0px !important; }

/* line 72, ../scss/_helper.scss */
.mb0 {
  margin-bottom: 0px !important; }

/* line 73, ../scss/_helper.scss */
.ml0 {
  margin-left: 0px !important; }

/* line 74, ../scss/_helper.scss */
.pt0 {
  padding-top: 0px !important; }

/* line 75, ../scss/_helper.scss */
.pr0 {
  padding-right: 0px !important; }

/* line 76, ../scss/_helper.scss */
.pb0 {
  padding-bottom: 0px !important; }

/* line 77, ../scss/_helper.scss */
.pl0 {
  padding-left: 0px !important; }

/* line 70, ../scss/_helper.scss */
.mt5 {
  margin-top: 5px !important; }

/* line 71, ../scss/_helper.scss */
.mr5 {
  margin-right: 5px !important; }

/* line 72, ../scss/_helper.scss */
.mb5 {
  margin-bottom: 5px !important; }

/* line 73, ../scss/_helper.scss */
.ml5 {
  margin-left: 5px !important; }

/* line 74, ../scss/_helper.scss */
.pt5 {
  padding-top: 5px !important; }

/* line 75, ../scss/_helper.scss */
.pr5 {
  padding-right: 5px !important; }

/* line 76, ../scss/_helper.scss */
.pb5 {
  padding-bottom: 5px !important; }

/* line 77, ../scss/_helper.scss */
.pl5 {
  padding-left: 5px !important; }

/* line 70, ../scss/_helper.scss */
.mt10 {
  margin-top: 10px !important; }

/* line 71, ../scss/_helper.scss */
.mr10 {
  margin-right: 10px !important; }

/* line 72, ../scss/_helper.scss */
.mb10 {
  margin-bottom: 10px !important; }

/* line 73, ../scss/_helper.scss */
.ml10 {
  margin-left: 10px !important; }

/* line 74, ../scss/_helper.scss */
.pt10 {
  padding-top: 10px !important; }

/* line 75, ../scss/_helper.scss */
.pr10 {
  padding-right: 10px !important; }

/* line 76, ../scss/_helper.scss */
.pb10 {
  padding-bottom: 10px !important; }

/* line 77, ../scss/_helper.scss */
.pl10 {
  padding-left: 10px !important; }

/* line 70, ../scss/_helper.scss */
.mt15 {
  margin-top: 15px !important; }

/* line 71, ../scss/_helper.scss */
.mr15 {
  margin-right: 15px !important; }

/* line 72, ../scss/_helper.scss */
.mb15 {
  margin-bottom: 15px !important; }

/* line 73, ../scss/_helper.scss */
.ml15 {
  margin-left: 15px !important; }

/* line 74, ../scss/_helper.scss */
.pt15 {
  padding-top: 15px !important; }

/* line 75, ../scss/_helper.scss */
.pr15 {
  padding-right: 15px !important; }

/* line 76, ../scss/_helper.scss */
.pb15 {
  padding-bottom: 15px !important; }

/* line 77, ../scss/_helper.scss */
.pl15 {
  padding-left: 15px !important; }

/* line 70, ../scss/_helper.scss */
.mt20 {
  margin-top: 20px !important; }

/* line 71, ../scss/_helper.scss */
.mr20 {
  margin-right: 20px !important; }

/* line 72, ../scss/_helper.scss */
.mb20 {
  margin-bottom: 20px !important; }

/* line 73, ../scss/_helper.scss */
.ml20 {
  margin-left: 20px !important; }

/* line 74, ../scss/_helper.scss */
.pt20 {
  padding-top: 20px !important; }

/* line 75, ../scss/_helper.scss */
.pr20 {
  padding-right: 20px !important; }

/* line 76, ../scss/_helper.scss */
.pb20 {
  padding-bottom: 20px !important; }

/* line 77, ../scss/_helper.scss */
.pl20 {
  padding-left: 20px !important; }

/* line 70, ../scss/_helper.scss */
.mt25 {
  margin-top: 25px !important; }

/* line 71, ../scss/_helper.scss */
.mr25 {
  margin-right: 25px !important; }

/* line 72, ../scss/_helper.scss */
.mb25 {
  margin-bottom: 25px !important; }

/* line 73, ../scss/_helper.scss */
.ml25 {
  margin-left: 25px !important; }

/* line 74, ../scss/_helper.scss */
.pt25 {
  padding-top: 25px !important; }

/* line 75, ../scss/_helper.scss */
.pr25 {
  padding-right: 25px !important; }

/* line 76, ../scss/_helper.scss */
.pb25 {
  padding-bottom: 25px !important; }

/* line 77, ../scss/_helper.scss */
.pl25 {
  padding-left: 25px !important; }

/* line 70, ../scss/_helper.scss */
.mt30 {
  margin-top: 30px !important; }

/* line 71, ../scss/_helper.scss */
.mr30 {
  margin-right: 30px !important; }

/* line 72, ../scss/_helper.scss */
.mb30 {
  margin-bottom: 30px !important; }

/* line 73, ../scss/_helper.scss */
.ml30 {
  margin-left: 30px !important; }

/* line 74, ../scss/_helper.scss */
.pt30 {
  padding-top: 30px !important; }

/* line 75, ../scss/_helper.scss */
.pr30 {
  padding-right: 30px !important; }

/* line 76, ../scss/_helper.scss */
.pb30 {
  padding-bottom: 30px !important; }

/* line 77, ../scss/_helper.scss */
.pl30 {
  padding-left: 30px !important; }

/* line 70, ../scss/_helper.scss */
.mt35 {
  margin-top: 35px !important; }

/* line 71, ../scss/_helper.scss */
.mr35 {
  margin-right: 35px !important; }

/* line 72, ../scss/_helper.scss */
.mb35 {
  margin-bottom: 35px !important; }

/* line 73, ../scss/_helper.scss */
.ml35 {
  margin-left: 35px !important; }

/* line 74, ../scss/_helper.scss */
.pt35 {
  padding-top: 35px !important; }

/* line 75, ../scss/_helper.scss */
.pr35 {
  padding-right: 35px !important; }

/* line 76, ../scss/_helper.scss */
.pb35 {
  padding-bottom: 35px !important; }

/* line 77, ../scss/_helper.scss */
.pl35 {
  padding-left: 35px !important; }

/* line 70, ../scss/_helper.scss */
.mt40 {
  margin-top: 40px !important; }

/* line 71, ../scss/_helper.scss */
.mr40 {
  margin-right: 40px !important; }

/* line 72, ../scss/_helper.scss */
.mb40 {
  margin-bottom: 40px !important; }

/* line 73, ../scss/_helper.scss */
.ml40 {
  margin-left: 40px !important; }

/* line 74, ../scss/_helper.scss */
.pt40 {
  padding-top: 40px !important; }

/* line 75, ../scss/_helper.scss */
.pr40 {
  padding-right: 40px !important; }

/* line 76, ../scss/_helper.scss */
.pb40 {
  padding-bottom: 40px !important; }

/* line 77, ../scss/_helper.scss */
.pl40 {
  padding-left: 40px !important; }

/* Font-size */
/* line 83, ../scss/_helper.scss */
.giga {
  font-size: 24px !important; }

/* line 86, ../scss/_helper.scss */
.mega {
  font-size: 18px !important; }

/* line 89, ../scss/_helper.scss */
.xlarge {
  font-size: 16px !important; }

/* line 92, ../scss/_helper.scss */
.large {
  font-size: 14px !important; }

/* line 95, ../scss/_helper.scss */
.medium {
  font-size: 12px !important; }

/* line 98, ../scss/_helper.scss */
.small {
  font-size: 10px !important; }

/* line 101, ../scss/_helper.scss */
.mini {
  font-size: 8px !important; }

/* line 104, ../scss/_helper.scss */
.milli {
  font-size: 7px !important; }

/* line 108, ../scss/_helper.scss */
.bold {
  font-weight: bold; }

/* line 112, ../scss/_helper.scss */
.quiet {
  color: #777777; }

/* line 116, ../scss/_helper.scss */
.attention {
  color: #f13835; }

/* line 120, ../scss/_helper.scss */
.impassive {
  -webkit-tap-highlight-color: transparent; }

/* line 124, ../scss/_helper.scss */
.underline {
  text-decoration: underline !important; }

/* line 128, ../scss/_helper.scss */
.fluidimage {
  max-width: 100% !important; }

/* Clearfix */
/* line 133, ../scss/_helper.scss */
.cf,
.clearfix {
  *zoom: 1; }
  /* line 29, ../scss/_mixin.scss */
  .cf:after,
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

/* テキストの強制折り返し */
/* line 139, ../scss/_helper.scss */
.wrap-break {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
