@charset "Shift_JIS";


@media screen and (min-width: 768px) {
  .gg-sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gg-pc-only {
    display: none;
  }
}

.gg-clearfix:after {
  overflow: hidden;
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: " ";
}

#gg_filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.line-send {
 display: block;
 padding-top:60px;
 float:left;
}

.gg-sharebar {
 display: block;
 padding-top:60px;
 float:left;
}

.gg-sharebar-sp {
 display: none;
}

.gg-sharebar .gig-share-bar-container > table {
  margin: 0 auto;
}
.gg-sharebar .gig-button-container-facebook {
 display: none;
}
.gg-sharebar .gig-button-container-facebook-share .fb-share-button > span {
  vertical-align: middle !important;
}

@media screen and (max-width: 767px) {
  .gg-sharebar, .line-send {
    display: none;
  }
  .gg-sharebar-sp {
    display: block;
    padding: 9% 3.8% 9% 3.8% !important;
  }
  .gg-sharebar-sp li.twitter a {
    padding: 12% 0% 12% 34% !important;
    background-position-x: 8% !important;
  }
  .gg-sharebar-sp li.facebook a {
    padding: 12% 2% 12% 36% !important;
    background-position-x: 14% !important;
  }
  .gg-sharebar-sp li.line a {
    padding: 12% 2% 12% 49% !important;
    background-position-x: 20% !important;
  }
}


.gg-reactions,
.gg-reactions table {
  position: relative;
}
@media screen and (min-width: 768px) {
  .gg-reactions img:hover {
    opacity: 0.7;
  }
}
.gg-reactions .gig-reaction-button img {
  width: 72px !important;
}
.gg-reactions .gig-counter {
  position: absolute !important;
  top: 42px !important;
  left: 21px !important;
  width: 30px !important;
  height: auto !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-weight: normal !important;
  text-align: center !important;
  z-index: 3 !important;
}
.gg-reactions span.gig-counter-text {
  color: #000 !important;
  font-size: 11px !important;
  font-weight: normal !important;
}
.gg-reactions span.gig-counter-text {
  font-size: 11px !important;
  font-weight: normal !important;
}

.gg-reactions div[class*=-interested_] span.gig-counter-text {
  color: #ffb742 !important;
}
.gg-reactions div[class*=-see_] span.gig-counter-text {
  color: #79b9aa !important;
}
.gg-reactions div[class*=-cute_] span.gig-counter-text {
  color: #b18aca !important;
}
.gg-reactions div[class*=-play_] span.gig-counter-text {
  color: #b18aca !important;
}
.gg-reactions div[class*=-enjoy_] span.gig-counter-text {
  color: #79b9aa !important;
}
.gg-reactions div[class*=-buy_] span.gig-counter-text {
  color: #79b9aa !important;
}
.gg-reactions div[class*=-eat_] span.gig-counter-text {
  color: #79b9aa !important;
}
.gg-reactions div[class*=-delicious_] span.gig-counter-text {
  color: #ffb742 !important;
}
.gg-reactions div[class*=-go_] span.gig-counter-text {
  color: #b18aca !important;
}
.gg-reactions div[class*=-fun_] span.gig-counter-text {
  color: #79b9aa !important;
}
.gg-reactions div[class*=-excited_] span.gig-counter-text {
  color: #b18aca !important;
}
.gg-reactions div[class*=-lovely_] span.gig-counter-text {
  color: #b18aca !important;
}
.gg-reactions div[class*=-cheer_] span.gig-counter-text {
  color: #79b9aa !important;
}
.gg-reactions div[class*=-meet_] span.gig-counter-text {
  color: #79b9aa !important;
}

@media screen and (max-width: 767px) {
  .gg-reactions .gig-reaction-button img {
    /*width: 100% !important;*/
    width: 80px !important;
  }
  .gg-reactions .gig-counter {
    top: 50% !important;
    margin-top: 16% !important;
    left: 50% !important;
    margin-left: -15px !important;
  }
  .gg-reactions span.gig-counter-text {
    font-size: 14px !important;
  }
  div[gigid=showReactionsBarUI_showMiniShareUI] {
    left: 50% !important;
    margin-left: -160px;
  }
  div[gigid=showReactionsBarUI_showMiniShareUI] img {
    width: auto;
  }
}

.gg-reactions-hint .gg-hintIcon {
  position: absolute;
  left: 238px;
  bottom: 0;
}
.gg-reactions-hint .gg-hintIcon img {
  width: 20px !important;
}

@media screen and (max-width: 767px) {
  .gg-reactions-hint .gg-hintIcon {
    /*width: 7%;*/
    left: 265px;
    bottom: 5%;
  }
  .gg-reactions-hint .gg-hintIcon img {
    /*width: 100% !important;*/
    width: 20px !important;
  }
}


.gg-reactions-hint .gg-hintCont {
  display: none;
}

@media screen and (min-width: 768px) {
  .mfp-content .gg-hintCont {
    position: relative;
    width: 420px;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
    background: #fff;
    min-height: 50px;
    padding: 40px 30px;
  }

  .mfp-content .gg-hintCont .gg-hintContBody p {
    font-size:2.2rem;
    letter-spacing: 0.2em;
    padding:10px 5px;
    border-bottom:2px solid #f68ca2;
    text-align:center;
  }

  .mfp-content .gg-hintCont .gg-hintContBody dt {
    font-size:1.8rem;
    padding:10px 0 0 0;
  }

  .mfp-content .gg-hintCont .gg-hintContBody ul {
    list-style-type: decimal;
    padding-left: 25px;
    font-size: 1.4rem;
  }

  .mfp-content .gg-hintCont .gg-hintContBody li {
    padding-top:5px;
  }

  .mfp-content .gg-hintCont .gg-hintContBody li:last-child {
    list-style-type: none;
    font-size: 1.2rem;
    padding-top:5px;
    margin-left: -25px;
  }

  .mfp-content .gg-hintCont .gg-hintContWrapper .toggle {
    top: -20px;
    right: -20px;
  }

  .mfp-content .gg-hintCont .gg-hintContWrapper .toggle {
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    background: #f68ca2;
    border: #fff 3px solid;
  }

  .mfp-content .gg-hintCont .gg-hintContWrapper .toggle::before, .mfp-content .gg-hintCont .toggle::after {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    top: 20px;
    left: 7px;
    width: 30px;
    height: 4px;
    display: block;
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .mfp-content .gg-hintCont {
    padding: 0px 9px;
  }

  .mfp-content .gg-hintContBody {
    position: relative;
    top: 30px;
    padding: 15px 3.8%;
    color:#fff;
    background: #f68ca2;
    border-radius: 7px;
  }

  .mfp-content .gg-hintCont .gg-hintContBody p {
    font-size:1.8rem;
    padding:10px 5px;
    border-bottom:2px solid #fff;
    text-align:center;
  }

  .mfp-content .gg-hintCont .gg-hintContBody dt {
    font-size:1.6rem;
    padding:10px 0 0 0;
  }

  .mfp-content .gg-hintCont .gg-hintContBody ul {
    list-style-type: decimal;
    padding-left: 25px;
    font-size: 1.4rem;
  }

  .mfp-content .gg-hintCont .gg-hintContBody li {
    padding-top:5px;
  }

  .mfp-content .gg-hintCont .gg-hintContBody li:last-child {
    list-style-type: none;
    font-size: 1.2rem;
    padding-top:5px;
    margin-left: -25px;
  }

  .mfp-content .gg-hintCont .gg-hintContWrapper .toggle {
    top: -55px;
    right: 2.5%;
  }

  .mfp-content .gg-hintCont .gg-hintContWrapper .toggle {
    cursor: pointer;
    position: absolute;
    float: right;
    width: 57px;
    height: 57px;
    display: block;
    border-radius: 57px;
    background: #f68ca2;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .mfp-content .gg-hintCont .gg-hintContWrapper .toggle::before, .mfp-content .gg-hintCont .toggle::after {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    top: 27.36px;
    left: 14.25px;
    width: 30px;
    height: 4px;
    display: block;
    border-radius: 7px;
  }
}


.mfp-content .gg-hintCont .gg-hintContWrapper .toggle::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-content .gg-hintCont .gg-hintContWrapper .toggle::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gg-reactions .gg-reactions-hint .gg-hintIcon a.gg-hintCont-Popup {
  outline: none;
}

/*
.gg-reactions-hint .gg-hintCont .gg-hitContWrapper {
  position: relative;
  margin: 0;
  padding: 20px;
  background: #e6e6e6;
  border-radius: 3px;
  color: #616266;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  cursor: auto;
}
.gg-reactions-hint .gg-hintCont .gg-hitContWrapper .gg-hitContBody {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}
.gg-reactions-hint .gg-hintCont .gg-hitContWrapper .gg-hitContBody p {
  margin-bottom: 1em;
}
.gg-reactions-hint .gg-hintCont .gg-hitContWrapper .gg-hitContBody dt {
  font-weight: bold;
}
.gg-reactions-hint .gg-hintCont .gg-hitContWrapper .gg-hitContBody ul {
  list-style-position: outside;
  list-style-type: decimal;
  margin-top: 0.5em;
  padding-left: 2.1em;
}
@media screen and (max-width: 767px) {
  .gg-reactions-hint .gg-hintCont {
    top: 90%;
    left:5%;
    width: 90%;
    background: none;
  }
}
*/

.gg-login {
  display: none;
}
.gg-comments .gg-commentTitle {
  position: relative;
  margin: 0 0 15px 0;
}

.gg-comments .gg-socialLoginWrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  .gg-comments .gg-commentTitle .gg-doLogin {
    display: none;
    margin: 0;
    padding: 0;
    width: 320px;
    float: right;
  }

  .mfp-content .gg-socialLoginWrapper {
    position: relative;
    width: 420px;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
    background: #fff;
    min-height: 50px;
    padding: 40px 30px;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont .socialLoginTitle {
    font-size:2.2rem;
    letter-spacing: 0.2em;
    padding:10px 5px;
    border-bottom:2px solid #f68ca2;
    text-align:center;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont .socialLoginHead {
    font-size:1.8rem;
    padding:10px 0 0 0;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont .socialLoginTxt {
    font-size: 1.4rem;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont ul {
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0;
    display: block;
    vertical-align: top;
    letter-spacing: -.4em;
    text-align: center;
    list-style-type: none;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont li {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont li a img {
    width:40px !important;
    height:40px !important;
  }

  .mfp-content .gg-socialLoginWrapper .toggle {
    top: -20px;
    right: -20px;
  }

  .mfp-content .gg-socialLoginWrapper .toggle {
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    background: #f68ca2;
    border: #fff 3px solid;
  }

  .mfp-content .gg-socialLoginWrapper .toggle::before, .mfp-content .gg-socialLoginWrapper .toggle::after {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    top: 20px;
    left: 7px;
    width: 30px;
    height: 4px;
    display: block;
    border-radius: 7px;
  }
}

.mfp-content .gg-socialLoginWrapper .toggle::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-content .gg-socialLoginWrapper .toggle::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-content .gg-socialLoginWrapper .gg-socialLoginCont ul li a {
  cursor: pointer;
}

.gg-comments .gg-doLogin a.basicBtn {
  outline: none;
}

.subColorBG .gg-comments .gg-doLogin a.basicBtn {
  background: #8ac4ee;
}


@media screen and (max-width: 767px) {
  .gg-comments .gg-commentTitle .gg-doLogin {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
  }

  .mfp-content .gg-socialLoginWrapper {
    padding: 0px 9px;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont {
    position: relative;
    top: 30px;
    padding: 15px 3.8%;
    color:#fff;
    background: #f68ca2;
    border-radius: 7px;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont .socialLoginTitle {
    font-size:1.8rem;
    padding:10px 5px;
    border-bottom:2px solid #fff;
    text-align:center;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont .socialLoginHead {
    font-size:1.6rem;
    padding:10px 0 0 0;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont .socialLoginTxt {
    font-size: 1.4rem;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont ul {
    width: 100%;
    margin: 0;
    padding: 20px 0 10px 0;
    display: block;
    vertical-align: top;
    letter-spacing: -.4em;
    text-align: center;
    list-style-type: none;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont li {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }

  .mfp-content .gg-socialLoginWrapper .gg-socialLoginCont li a img {
    width:40px !important;
    height:40px !important;
    border-radius:4px;
  }

  .mfp-content .gg-socialLoginWrapper .toggle {
    top: -55px;
    right: 2.5%;
  }

  .mfp-content .gg-socialLoginWrapper .toggle {
    cursor: pointer;
    position: absolute;
    float: right;
    width: 57px;
    height: 57px;
    display: block;
    border-radius: 57px;
    background: #f68ca2;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .mfp-content .gg-socialLoginWrapper .toggle::before, .mfp-content .gg-socialLoginWrapper .toggle::after {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    top: 27.36px;
    left: 14.25px;
    width: 30px;
    height: 4px;
    display: block;
    border-radius: 7px;
  }

}
/*
.gg-comments .gg-socialLoginWrapper {
  display: none;
  position: absolute;
  top: 35px;
  right: 60px;
  width: 196px;
  padding-top: 10px;
  background: url(../img/common/overlay_arrow.png) 174px top no-repeat;
  z-index: 2100;
}
.gg-comments .gg-socialLoginCont {
  position: relative;
  margin: 0;
  padding: 20px;
  background: #e6e6e6;
  border-radius: 3px;
  color: #616266;
  font-size: 10px;
  text-align: left;
  font-weight: normal;
  cursor: auto;
}
.gg-comments .gg-socialLoginCont ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.gg-comments .gg-socialLoginCont ul li {
  margin: 0 0 10px 0;
  padding: 0;
  display: list-item;
}
.gg-comments .gg-socialLoginCont ul li a {
  cursor: pointer;
}
.gg-comments .gg-socialLoginCont ul+p {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
*/
.gg-comments .gig-comments-container {
  width: 100% !important;
}
.gg-comments .gig-composebox-post {
  background: #f68ca2 !important;
  border: none !important;
}
.subColorBG .gg-comments .gig-composebox-post {
  background: #8ac4ee !important;
  border: none !important;
}
.gg-comments .gig-comments-more {
  color: #fff !important;
  background: #f68ca2 !important;
}
.subColorBG .gg-comments .gig-comments-more {
  color: #fff !important;
  background: #8ac4ee !important;
}

.gig-comments-login-container {
  display: none;
}
.gig-composebox-editor {
  border: solid 1px #f68ca2 !important;
}

.subColorBG .gig-composebox-editor {
  border: solid 1px #8ac4ee !important;
}

/*
@media screen and (max-width: 767px) {
  .gg-comments .gg-commentTitle .gg-doLogin {
    width: auto;
    float: none;
  }
  .gg-comments .gg-socialLoginWrapper {
    box-sizing: border-box;
    width: 300px;
    margin-left: -150px;
    border: 15px solid #ebebed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 60px;
    left:50%;
    z-index: 2100;
    padding-top: 0;
    background: none;
  }
  .gg-comments .gg-socialLoginCont {
    margin: 0;
    padding: 10px;
    background-color: #fff;
  }
  .gg-comments .gg-socialLoginCont > div:first-child {
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 2px dashed #616266;
  }
  .gg-comments .gg-socialLoginCont ul {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    display: block;
    vertical-align: top;
    letter-spacing: -.4em;
    text-align: center;
    list-style-type: none;
  }
  .gg-comments .gg-socialLoginCont ul li {
    margin: 0;
    padding: 0 6px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  .gg-comments .gg-socialLoginCont ul li a {
    width: 37px;
    height: 37px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .gg-comments .gg-socialLoginCont ul li:first-child a {
    background: url(../img/login/icon_social_facebook.png) no-repeat left top;
    background-size: 37px 37px;
  }
  .gg-comments .gg-socialLoginCont ul li:nth-child(2) a {
    background: url(../img/login/icon_social_twitter.png) no-repeat left top;
    background-size: 37px 37px;
  }
  .gg-comments .gg-socialLoginCont ul li:nth-child(3) a {
    background: url(../img/login/icon_social_mixi.png) no-repeat left top;
    background-size: 37px 37px;
  }
  .gg-comments .gg-socialLoginCont ul li:nth-child(4) a {
    background: url(../img/login/icon_social_googleplus.png) no-repeat left top;
    background-size: 37px 37px;
  }
  .gg-comments .gg-socialLoginCont ul li:nth-child(5) a {
    background: url(../img/login/icon_social_yahoojapan.png) no-repeat left top;
    background-size: 37px 37px;
  }
  .gg-comments .gg-socialLoginCont ul+p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 10px;
  }
}



*/