@charset "UTF-8";
/* CSS Document */
/*color*/
/*font*/
/* CSS Document */
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, botton, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a {
  text-decoration: none;
  color: #000; }

a:focus {
  outline: none; }

a:hover {
  opacity: 0.7;
  transition: 1.0s; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

.both {
  clear: both; }

.flex-container {
  display: -webkit-flex;
  /* Safari */
  display: flex; }

.sp {
  display: block; }

.pc {
  display: none; }

.sp_ttl {
  display: none; }

.left {
  float: left; }

/*flush_animation*/
.box {
  animation: flash 6s linear infinite;
  background: #ff6d9d;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  padding: 30px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  position: absolute;
  box-sizing: border-box;
  font-size: 2em;
  text-align: center;
  padding-top: 50px; }

.yakuinBoxM {
  top: 260px;
  left: 100px; }

.kawabataBoxM {
  left: 660px; }

.meinohamaBoxY {
  top: -60px;
  left: 530px; }

.kawabataBoxY {
  left: 710px;
  top: 250px; }

.yakuinBoxK {
  top: 280px;
  left: 60px; }

.meinohamaBoxK {
  left: 530px;
  top: -50px; }

@keyframes flash {
  0%,100% {
    opacity: 1; }
  50% {
    opacity: 0.6; } }
/*fadeanimation*/
.fadeanimationDown {
  visibility: hidden; }

.fadeanimationLeft {
  visibility: hidden; }

.fadeanimationRight {
  visibility: hidden; }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
/***************************************

 PC版のソースです

****************************************/
/*basic*/
body {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  font-family: "harenosora", Arial, Helvetica, "sans-serif", sans-serif;
  position: relative;
                      /*animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;*/ }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.loading {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }

.loading img {
  width: 300px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.popUp {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  /*background: rgba(255, 255, 255, 0.9);*/
  display: none;
  cursor: pointer; }

.popUp.on {
  display: block; }

.popUp iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

article {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

section {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; }
  section .innerWrap {
    position: relative; }

a.anchor {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
  pointer-events: none; }

section h1 {
  font-size: 28px;
  letter-spacing: 5px;
  padding-bottom: 30px; }
section h2 {
  font-size: 28px;
  letter-spacing: 5px;
  padding-bottom: 30px; }
  section h2 span {
    font-size: 16px;
    display: block; }

.hum {
  display: none; }

.hum_op {
  display: none; }

.hum_cl {
  display: none; }

.dlTxt {
  text-align: center; }

.dlBtn {
  background: #ff4984;
  text-align: center;
  width: 320px;
  height: auto;
  margin: 10px auto;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  font-size: 1.2em;
  display: block;
  cursor: pointer; }

.nobelGame {
  display: inline-block;
  margin: 30px auto;
  width: 430px; }

.nobelGame img {
  display: block;
  margin: 0 auto 10px; }

.freem {
  display: inline-block;
  margin: 30px auto;
  width: 360px; }

.freem img {
  display: block;
  margin: 0 auto; }

.freem h2, .nobelGame h2 {
  text-align: center; }

.freem p, .nobelGame p {
  text-align: center; }

.googlePlay img {
  width: 200px;
  display: block;
  margin: 0 auto; }

.android p {
  text-align: center; }

.android img {
  width: 640px;
  display: block;
  margin: 40px auto 0; }

.garden_link {
  background: #ff3375;
  width: 300px;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3em; }

/*costom*/
nav {
  width: 100%;
  top: 0;
  min-width: 1000px;
  position: fixed;
  padding: 0 10px 0 20px;
  background: #FFF;
  z-index: 999;
  height: 110px;
  transition: 1s; }

nav.smaller {
  height: 50px; }

nav.smaller h1 img {
  width: auto;
  height: 50px; }

.sp_header {
  transition: 1s; }

nav.smaller .hum {
  top: 15px; }

nav.smaller .sns {
  top: 10px; }

nav ul {
  width: 100%;
  margin-top: -6px;
  padding: 10px 10px 0;
  padding-left: 30px;
  margin-left: -30px;
  background: rgba(255, 255, 255, 0.8); }

nav ul div {
  width: 800px;
  margin: 0 auto; }

nav li::before {
  content: url(../imgHtml/common/icon_b.png); }

nav li {
  font-size: 17px;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 20px;
  padding-top: 7px; }

nav li a {
  vertical-align: top;
  padding-left: 5px; }

nav .sns img {
  width: 28px;
  height: 28px;
  display: inline-block; }

.amp {
  vertical-align: top; }

.topbar {
  position: absolute;
  right: 10%;
  top: 30px;
  transition: 1s; }

.link p {
  font-size: 18px; }

.link h6 {
  margin-top: -10px; }

.soon::before {
  content: url("../imgHtml/common/icon_g.png"); }

.soon a {
  color: #333333; }

.soon span {
  font-size: 14px;
  vertical-align: text-top;
  padding-left: 5px; }

h1, h2 {
  text-align: center; }

h1 span, h2 span {
  font-size: 16px;
  display: block; }

.top h1 span {
  font-size: 16px;
  display: inline-block; }

h1 span::before, h1 span::after, h2 span::before, h2 span::after {
  content: "-";
  font-size: 18px; }

*:focus {
  outline: none; }

/***************************************

 PC版のソースです 全体一括指定

****************************************/
.news::before, .opening::before, .staff::before, .reserve::before, .pp::before, .hiroines::before {
  content: url("../imgHtml/common/blue.png");
  display: block;
  position: absolute;
  top: -12px;
  left: 0; }

.news, .staff, .opening, .contact, .reserve, .pp {
  margin-top: 20px;
  position: relative;
  padding: 30px 80px 80px;
  border-bottom: 1px solid #007aff; }

.news::after, .opening::after, .staff::after, .twitter::after, .reserve::after, .pp::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px; }

.intro::before, .spec::before, .twitter::before, .contact::before, .gameLink::before {
  content: url("../imgHtml/common/pink.png");
  display: block;
  position: absolute;
  top: -12px;
  left: 0; }

.intro, .spec, .twitter, .contact, .gameLink {
  margin-top: 20px;
  position: relative;
  padding: 30px 80px 80px;
  border-bottom: 1px solid #ff4984; }

.intro::after, .spec::after, .twitter::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px; }

.intro {
  padding-bottom: 40px; }

.logoFade {
  position: absolute;
  right: 0px;
  bottom: 0px; }

/***************************************

 PC版のソースです　メイン画像まわり　top

****************************************/
.top {
  margin-top: 170px;
  border-top: 5px solid #007aff;
  border-bottom: 5px solid #007aff; }
  .top .innerWrap button {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #004999;
    border: none;
    vertical-align: bottom;
    pointer-events: auto;
    cursor: auto;
    transition: 1s;
    position: relative;
    display: inline-block;
    box-sizing: border-box; }
  .top .innerWrap button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #ffffff transparent transparent;
    display: block;
    margin-left: 1px; }
  .top .innerWrap button.on {
    background: #007aff; }
  .top .innerWrap button.on::after {
    content: "";
    width: 4px;
    height: 14px;
    border-style: initial;
    display: block;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-width: 4px;
    margin-left: 3px; }
  .top .innerWrap button.stop-button {
    position: absolute;
    top: 250px;
    z-index: 333;
    right: 165px; }
  .top .innerWrap button.stop-button.on {
    background: #007aff; }
  .top .innerWrap button.stop-button::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: none;
    margin-left: 4px; }
  .top .innerWrap button.stop-button.on::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: none;
    margin-left: 4px; }
  .top .innerWrap .charaMain div {
    background-size: contain;
    background-position: center center;
    height: 570px;
    background-size: cover;
    position: relative; }
    .top .innerWrap .charaMain div h2 {
      position: absolute;
      right: 120px;
      color: #fff;
      font-size: 2.2em;
      font-family: "Josefin Sans", sans-serif;
      top: 10px; }
    .top .innerWrap .charaMain div h3 {
      color: #fff;
      position: absolute;
      top: 145px;
      font-size: 1.2em;
      left: 450px;
      line-height: 2em; }
      .top .innerWrap .charaMain div h3 span {
        font-size: 2.5em;
        display: block; }
    .top .innerWrap .charaMain div h4 {
      color: #007aff;
      position: absolute;
      left: 450px;
      top: 240px;
      width: 425px;
      padding: 10px 20px;
      font-weight: bold;
      background: #fff;
      box-sizing: border-box;
      border-bottom-right-radius: 80px; }
      .top .innerWrap .charaMain div h4 span {
        vertical-align: text-bottom;
        font-weight: bold;
        width: 180px;
        display: inline-block;
        color: #004999; }
    .top .innerWrap .charaMain div h4::before {
      content: url("../imgHtml/zanteichara/flower_w1.svg");
      top: 250px;
      left: -280px;
      position: absolute;
      pointer-events: none; }
    .top .innerWrap .charaMain div h4::after {
      content: url("../imgHtml/zanteichara/flower_w1.svg");
      top: -50px;
      right: -8px;
      position: absolute;
      pointer-events: none; }
    .top .innerWrap .charaMain div p {
      color: #fff;
      position: absolute;
      text-align: justify;
      width: 425px;
      top: 310px;
      font-size: 1.1em;
      left: 450px;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
    .top .innerWrap .charaMain div .charaImg {
      position: absolute;
      bottom: 0;
      left: 100px; }
  .top .innerWrap .charaMain div:nth-of-type(1) {
    background: url("../imgHtml/zanteichara/back00.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(2) {
    background: url("../imgHtml/zanteichara/back01.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(3) {
    background: url("../imgHtml/zanteichara/back02.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(3) .charaImg {
      left: 70px; }
  .top .innerWrap .charaMain div:nth-of-type(4) {
    background: url("../imgHtml/zanteichara/back03.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(5) {
    background: url("../imgHtml/zanteichara/back04.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(6) {
    background: url("../imgHtml/zanteichara/back05.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(6) .charaImg {
      left: 20px; }
  .top .innerWrap .charaMain div:nth-of-type(7) {
    background: url("../imgHtml/zanteichara/back06.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(7) .charaImg {
      left: 80px; }
  .top .innerWrap .charaMain div:nth-of-type(8) {
    background: url("../imgHtml/zanteichara/back07.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(8) .charaImg {
      left: 20px; }
  .top .innerWrap .charaMain div:nth-of-type(9) {
    background: url("../imgHtml/zanteichara/back08.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(10) {
    background: url("../imgHtml/zanteichara/back09.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(10) .charaImg {
      left: 70px; }
  .top .innerWrap .charaMain div:nth-of-type(11) {
    background: url("../imgHtml/zanteichara/back10.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(12) {
    background: url("../imgHtml/zanteichara/back11.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .charaMain div:nth-of-type(13) {
    background: url("../imgHtml/zanteichara/back12.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(13) .charaImg {
      left: 0px; }
  .top .innerWrap .charaMain div:nth-of-type(14) {
    background: url("../imgHtml/zanteichara/back13.jpg");
    background-size: cover;
    background-position: center center; }
    .top .innerWrap .charaMain div:nth-of-type(14) .charaImg {
      left: -10px; }
  .top .innerWrap .charaMain div:nth-of-type(15) {
    background: url("../imgHtml/zanteichara/back14.jpg");
    background-size: cover;
    background-position: center center; }
  .top .innerWrap .selecter {
    position: absolute;
    width: 450px;
    height: 110px;
    right: 100px;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    .top .innerWrap .selecter .charaBtn {
      display: block; }
    .top .innerWrap .selecter .charaBtn.active {
      position: relative; }
    .top .innerWrap .selecter .charaBtn.active::after {
      content: url("../imgHtml/zanteichara/slected_line.png");
      position: absolute;
      width: 60px;
      height: 60px;
      background: rgba(0, 73, 153, 0.8);
      top: 0;
      left: 0;
      padding: 9px;
      box-sizing: border-box; }

/*members*/
.members {
  padding-top: 90px; }
  .members .innerWrap .selecterBig {
    width: 750px;
    margin: 0 auto;
    position: relative;
    height: 1000px; }
    .members .innerWrap .selecterBig .charaBtn {
      position: absolute;
      display: block;
      transition: 0.5s; }
      .members .innerWrap .selecterBig .charaBtn h3 {
        color: #fff;
        position: absolute;
        top: 0;
        font-family: "Josefin Sans", sans-serif;
        font-size: 36px;
        letter-spacing: 0.2em;
        transition: 1s; }
      .members .innerWrap .selecterBig .charaBtn h3.tate {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
    .members .innerWrap .selecterBig .charaBtn:hover h3 {
      letter-spacing: 0.5em; }
    .members .innerWrap .selecterBig .charaBtn.active {
      transition: 1s;
      overflow: hidden; }
      .members .innerWrap .selecterBig .charaBtn.active .charaAc {
        background: #007aff;
        max-height: 150px; }
      .members .innerWrap .selecterBig .charaBtn.active img {
        opacity: 0.4; }
      .members .innerWrap .selecterBig .charaBtn.active h3 {
        color: #004999; }
    .members .innerWrap .selecterBig .charaBtn.active.tate .charaAc {
      max-height: 300px; }
    .members .innerWrap .selecterBig .charaBtn.active:after {
      content: url("../imgHtml/zanteichara/selected_round.png");
      position: absolute;
      transition: 1s;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .members .innerWrap .selecterBig .charaBtn:nth-child(1) {
      top: 0;
      left: 0; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(1) h3 {
        top: 80px;
        left: 80px;
        transform: rotate(180deg); }
    .members .innerWrap .selecterBig .charaBtn:nth-child(2) {
      top: 0;
      left: 152px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(2) h3 {
        top: 70px;
        left: 10px; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(3) {
      top: 152px;
      left: 152px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(3) h3 {
        top: 75px;
        left: 50px;
        text-align: right; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(4) {
      top: 0px;
      left: 454px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(4) h3 {
        bottom: 10px;
        right: 0px;
        transform: rotate(180deg); }
    .members .innerWrap .selecterBig .charaBtn:nth-child(5) {
      top: 0;
      left: 606px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(5) h3 {
        bottom: 10px;
        right: 0px;
        transform: rotate(180deg); }
    .members .innerWrap .selecterBig .charaBtn:nth-child(6) {
      top: 304px;
      left: 302px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(6) h3 {
        bottom: 20px;
        right: 10px;
        transform: rotate(180deg); }
    .members .innerWrap .selecterBig .charaBtn:nth-child(7) {
      top: 304px;
      left: 0px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(7) h3 {
        top: 70px;
        left: 10px; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(8) {
      top: 304px;
      left: 454px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(8) h3 {
        top: 70px;
        left: 10px; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(9) {
      top: 456px;
      left: 454px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(9) h3 {
        top: 70px;
        right: 10px;
        text-align: right; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(10) {
      top: 455px;
      left: 0; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(10) h3 {
        top: 10px;
        left: 10px; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(11) {
      top: 455px;
      left: 151px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(11) h3 {
        top: 10px;
        right: 10px; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(12) {
      top: 608px;
      right: 148px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(12) h3 {
        top: 70px;
        left: 10px; }
    .members .innerWrap .selecterBig .charaBtn:nth-child(13) {
      top: 608px;
      left: 604px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(13) h3 {
        top: 10px;
        right: 10px;
        transform: rotate(180deg); }
    .members .innerWrap .selecterBig .charaBtn:nth-child(14) {
      top: 760px;
      right: 148px; }
      .members .innerWrap .selecterBig .charaBtn:nth-child(14) h3 {
        top: 10px;
        left: 10px; }
    .members .innerWrap .selecterBig .logoBtn {
      position: absolute;
      top: 760px;
      left: 0;
      width: 300px;
      height: 150px;
      border: 1px solid #007aff;
      box-sizing: border-box; }
      .members .innerWrap .selecterBig .logoBtn img {
        margin: 0 auto;
        display: block;
        padding-top: 37px; }

.group .inneWrap .groupWrap {
  width: 100%;
  height: 260px;
  position: relative;
  color: #fff;
  display: block;
  padding-top: 50px;
  box-sizing: border-box; }
  .group .inneWrap .groupWrap h3 {
    font-size: 2.2em;
    font-family: "harenosora", Arial, Helvetica, "sans-serif", sans-serif;
    margin-bottom: 10px; }
  .group .inneWrap .groupWrap p {
    width: 400px;
    text-align: justify;
    text-align-last: left;
    line-height: 1.5em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    position: relative;
    z-index: 2;
    text-shadow: 10px 10px 10px #000; }
.group .inneWrap .groupWrap::before {
  content: url("../imgHtml/zanteichara/flower_w0.png");
  position: absolute;
  top: 0;
  right: 0; }
.group .inneWrap .groupWrap::after {
  content: url("../imgHtml/zanteichara/flower_w0.png");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-180deg); }
.group .inneWrap .groupWrap + .groupWrap {
  margin-top: 30px; }
.group .inneWrap .renaioueniinkai {
  background: url("../imgHtml/zanteichara/group0.jpg");
  background-size: cover;
  padding-left: 100px; }
  .group .inneWrap .renaioueniinkai .renaioueniinkaiImg {
    position: absolute;
    bottom: 0;
    right: 80px; }
.group .inneWrap .seitokai {
  background: url("../imgHtml/zanteichara/group1.jpg");
  background-size: cover;
  padding-left: 500px; }
  .group .inneWrap .seitokai .seitokaiImg {
    position: absolute;
    bottom: 0;
    left: 90px; }
.group .inneWrap .naginatabu {
  background: url("../imgHtml/zanteichara/group2.jpg");
  background-size: cover;
  padding-left: 100px; }
  .group .inneWrap .naginatabu .naginatabuImg {
    position: absolute;
    bottom: 0;
    right: 60px; }

/*hiroines*/
.hiroines {
  padding: 70px 0 0; }
  .hiroines .innerWrap .oonojotxt {
    background: #007aff;
    color: #FFF;
    width: 640px;
    margin: 40px auto 60px;
    border-radius: 60px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    height: 120px; }
    .hiroines .innerWrap .oonojotxt img {
      position: absolute;
      left: 0;
      top: 0; }
    .hiroines .innerWrap .oonojotxt p {
      width: 440px;
      padding-left: 130px;
      padding-top: 14px;
      text-align: justify;
      text-align-last: left;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  .hiroines .innerWrap .shindan {
    position: relative; }
    .hiroines .innerWrap .shindan a {
      width: 480px;
      height: 120px;
      border-radius: 20px;
      background: #ff4984;
      color: #fff;
      box-sizing: border-box;
      margin: 0 auto 60px;
      display: block;
      padding: 20px; }
      .hiroines .innerWrap .shindan a p {
        color: #fff;
        font-size: 36px;
        text-align: center; }
        .hiroines .innerWrap .shindan a p span {
          font-size: 18px;
          display: block; }
    .hiroines .innerWrap .shindan .flower0 {
      position: absolute;
      top: -50px;
      left: 150px; }
    .hiroines .innerWrap .shindan .flower1 {
      position: absolute;
      right: 170px;
      top: -10px; }
  .hiroines .innerWrap .girls {
    background: url("../imgHtml/zanteichara/hiroinettl.png") no-repeat;
    background-position: center center;
    padding-top: 80px;
    position: relative; }
    .hiroines .innerWrap .girls .girlsInner {
      position: relative; }
      .hiroines .innerWrap .girls .girlsInner h4 {
        font-size: 30px;
        color: #ff4984;
        position: absolute; }
      .hiroines .innerWrap .girls .girlsInner h4:first-child {
        left: calc(50% - 65px);
        top: 0; }
      .hiroines .innerWrap .girls .girlsInner h4:nth-child(2) {
        top: 210px;
        left: calc(50% - -240px); }
      .hiroines .innerWrap .girls .girlsInner h4:last-child {
        top: 230px;
        left: calc(50% - 400px); }
  .hiroines .innerWrap .girlsDiv {
    opacity: 0;
    pointer-events: none;
    position: relative;
    width: 0px;
    height: 0px; }
    .hiroines .innerWrap .girlsDiv h3 {
      color: #fff;
      font-size: 1.2em;
      position: absolute;
      z-index: 334;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
      .hiroines .innerWrap .girlsDiv h3 a {
        background: #4b1527;
        display: block;
        padding: 5px 10px;
        margin-top: 3px;
        color: #fff;
        font-size: 0.9em; }
        .hiroines .innerWrap .girlsDiv h3 a img {
          position: static;
          padding-right: 5px; }
    .hiroines .innerWrap .girlsDiv img {
      position: absolute; }
    .hiroines .innerWrap .girlsDiv img.yakuinImg {
      left: calc(50% - 300px);
      bottom: 0; }
    .hiroines .innerWrap .girlsDiv img.meinohamaImg {
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    .hiroines .innerWrap .girlsDiv img.kawabataImg {
      left: calc(50% + 60px);
      bottom: 0; }
  .hiroines .innerWrap .girlsDiv.on {
    opacity: 1;
    pointer-events: all;
    width: 1000px;
    height: 440px; }
  .hiroines .innerWrap .yakuinClick.on img.yakuinImg {
    z-index: 333; }
  .hiroines .innerWrap .yakuinClick.on img.fukidashi0 {
    top: 60px;
    left: 400px;
    z-index: 22;
    transform: scale(1, -1); }
  .hiroines .innerWrap .yakuinClick.on img.fukidashi1 {
    top: 250px;
    left: 410px;
    transform: rotate(180deg);
    z-index: 33; }
  .hiroines .innerWrap .yakuinClick.on h3:first-of-type {
    top: 100px;
    left: 440px; }
  .hiroines .innerWrap .yakuinClick.on h3:last-of-type {
    top: 280px;
    left: 440px; }
  .hiroines .innerWrap .meinohamaClick.on img.meinohamaImg {
    z-index: 333; }
  .hiroines .innerWrap .meinohamaClick.on img.fukidashi1 {
    top: 70px;
    z-index: 222;
    left: 110px; }
  .hiroines .innerWrap .meinohamaClick.on img.fukidashi0 {
    top: 180px;
    right: 140px;
    z-index: 22; }
  .hiroines .innerWrap .meinohamaClick.on h3:first-of-type {
    top: 110px;
    left: 130px; }
  .hiroines .innerWrap .meinohamaClick.on h3:last-of-type {
    top: 200px;
    right: 160px; }
  .hiroines .innerWrap .kawabataClick.on img.kawabataImg {
    z-index: 333; }
  .hiroines .innerWrap .kawabataClick.on img.fukidashi0 {
    top: 240px;
    left: 220px;
    transform: scale(-1, 1);
    z-index: 22; }
  .hiroines .innerWrap .kawabataClick.on img.fukidashi1 {
    top: 60px;
    z-index: 22;
    left: 290px; }
  .hiroines .innerWrap .kawabataClick.on h3:first-of-type {
    top: 105px;
    left: 310px; }
  .hiroines .innerWrap .kawabataClick.on h3:last-of-type {
    top: 274px;
    left: 246px; }

/***************************************

 PC版のソースです　　twitterまわり

****************************************/
.twitter_in .inner {
  display: block;
  vertical-align: top;
  margin: 0 auto;
  width: 390px;
  border: 1px #aaa solid; }

.twitter_in h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px; }

.twitter h3::before, .twitter h3::after {
  content: "◆"; }

/***************************************

 PC版のソースです　contactまわり

****************************************/
.contact {
  margin-top: 2px;
  font-size: 18px;
  line-height: 28px; }

.contact li {
  font-size: 20px;
  line-height: 36px;
  text-align: center; }

.contact a.pink {
  color: #ff4984;
  border-bottom: 1px solid #ff4984; }

/***************************************

 PC版のソースです　fotterまわり

****************************************/
footer .sns {
  width: 190px;
  margin: 20px auto 20px; }

footer .sns a {
  display: inline-block;
  text-align: center;
  width: 50px; }

footer .sns a:first-child::after {
  content: "Twitter"; }

footer .sns a:nth-child(2)::after {
  content: "LINE"; }

footer .sns a:last-child::after {
  content: "FB"; }

footer h5 {
  text-align: center;
  font-size: 0.6em;
  width: 80%;
  margin: 20px auto; }

footer p {
  padding: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #007aff;
  font-weight: bold; }

.footerLink {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  display: block; }
  .footerLink h1 {
    margin-bottom: 40px; }
  .footerLink ul.linkList {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .footerLink ul.linkList li {
      margin-bottom: 20px; }
      .footerLink ul.linkList li a {
        padding: 5px;
        font-size: 0.8em; }
    .footerLink ul.linkList li + li::before {
      content: "/"; }

@font-face {
  font-family: "harenosora";
  src: local("harenosora"), url("../font/harenosora.otf") format("opentype"), url("../font/harenosora.woff") format("woff"), url("../font/harenosora.woff2") format("woff2"); }
/***************************************

 PC版のソースです　1366px以下

****************************************/
@media screen and (max-width: 1366px) {
  body {
    width: 100%; }

  article {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box; }

  .main_img {
    width: 1000px; } }
/***************************************

 PC版のソースです　1280px以下

****************************************/
@media screen and (max-width: 1280px) {
  body {
    width: 100%; }

  article {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box; }

  section {
    min-width: 1000px; }

  .news, .opening, .staff, .twitter, .intro, .spec, .reserve, .contact, .pp, .gameLink {
    padding: 30px 60px 60px; }

  .twitter h2 {
    width: 390px; } }
/***************************************

 iPad版のソースです　768px以下

****************************************/
@media screen and (max-width: 768px) {
  html {
    width: 768px; }
    html body {
      width: 768px;
      overflow-x: hidden; }

  article {
    width: 768px; }

  nav {
    min-width: 768px; }

  nav ul div {
    width: 768px; }

  .news ul {
    width: 640px;
    margin: 0 auto; }

  section {
    width: 768px;
    min-width: 768px; }

  .staff_block {
    width: 540px;
    margin: 0 auto;
    margin-left: 10px; }

  .nobelGame {
    width: 390px; }

  .news, .opening, .staff, .twitter, .intro, .spec, .reserve, .contact, .pp, .gameLink {
    padding: 30px 0px 60px; }

  .sound_block {
    width: 768px; }

  .staff > .sp {
    text-align: left;
    margin: 0 auto;
    display: block;
    width: 450px; }

  .news::before, .opening::before, .staff::before, .reserve::before, .pp::before, .hiroines::before {
    content: url("../imgHtml/common/blue_ipad.png"); }

  .intro::before, .spec::before, .twitter::before, .contact::before, .gameLink::before {
    content: url("../imgHtml/common/pink_ipad.png"); }

  nav li {
    padding-right: 10px; }

  .top .innerWrap button.stop-button {
    right: 75px; }
  .top .innerWrap .charaMain div .charaImg {
    left: -10px !important; }
  .top .innerWrap .charaMain div h2 {
    font-size: 3em; }
  .top .innerWrap .charaMain div h3 {
    left: 310px; }
  .top .innerWrap .charaMain div h4 {
    left: 310px; }
  .top .innerWrap .charaMain div p {
    left: 310px;
    font-size: 1.5em;
    text-shadow: 5px 5px 20px #000; }
  .top .innerWrap .charaMain div:nth-of-type(13) .charaImg {
    left: -110px !important; }
  .top .innerWrap .charaMain div:nth-of-type(14) .charaImg {
    left: -60px !important; }
  .top .innerWrap .custom-thumb {
    display: none; }

  .group .inneWrap .groupWrap {
    position: relative;
    z-index: 3;
    height: 400px;
    padding-top: 70px; }
    .group .inneWrap .groupWrap h3 {
      font-size: 2.7em; }
    .group .inneWrap .groupWrap p {
      width: 300px;
      font-size: 1.3em; }
  .group .inneWrap .groupWrap::before {
    top: -20px;
    right: -30px; }
  .group .inneWrap .groupWrap::after {
    bottom: -30px;
    left: -20px; }
  .group .inneWrap .renaioueniinkai {
    padding-left: 70px; }
    .group .inneWrap .renaioueniinkai .renaioueniinkaiImg {
      right: -30px; }
  .group .inneWrap .seitokai {
    padding-left: 390px; }
    .group .inneWrap .seitokai .seitokaiImg {
      left: -45px; }
  .group .inneWrap .naginatabu {
    padding-left: 70px; }
    .group .inneWrap .naginatabu .naginatabuImg {
      right: 0; }

  .hiroines .innerWrap .girls .girlsInner h4:last-child {
    left: calc(50% - 370px); }
  .hiroines .innerWrap .girls .girlsDiv {
    margin-left: -100px; }
  .hiroines .innerWrap .oonojotxt {
    height: auto; }
    .hiroines .innerWrap .oonojotxt img {
      position: relative;
      margin: 0 auto;
      display: block; }
    .hiroines .innerWrap .oonojotxt p {
      font-size: 1.5em;
      width: 540px;
      padding: 31px;
      margin: 0 auto; }

  footer h5 {
    font-size: 0.4em; } }
/***************************************

 SP版のソースです　横向き

****************************************/
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */ }
/***************************************

 bx-wrapper

****************************************/
.top .bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0; }
