@charset "UTF-8";
/* 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; }

.sa {
  opacity: 0;
  transition: all .7s ease; }

.sa--up {
  transform: translate(0, 100px); }

.sa.show {
  opacity: 1;
  transform: none; }

.fadein {
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/***************************************

 PC版のソースです

****************************************/
/*basic*/
body {
  /* loading */
  /* loading_anime */
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  min-width: 960px;
  background: #F59CE0;
  background-size: cover;
  text-align: center;
  background-position: center center;
  font-family: "nicomoji"; }
  body #loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #E94263;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
  body .spinner {
    width: 100px;
    height: 100px;
    margin: 200px auto;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out; }
  body .loaded {
    opacity: 0;
    visibility: hidden; }
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
  body .backHaikei {
    background: url(../imgHtml/majimei/meinohama3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    position: fixed; }
  body .majimeiBox {
    width: 100%;
    /*mainBlock*/
    /*arasuji*/
    /*arasujiBox*/
    /*hapicome*/
    /*song*/
    /*addcontent*/
    /*owabi*/
    /*footer*/ }
    body .majimeiBox header {
      position: relative;
      height: 480px; }
      body .majimeiBox header .top_star {
        position: absolute;
        top: 0;
        left: calc(50% - 760px); }
      body .majimeiBox header .star {
        content: "";
        width: 100%;
        height: 80px;
        position: absolute;
        top: 0;
        background: #eb4063;
        background-repeat: repeat-x;
        z-index: 0; }
      body .majimeiBox header .star::after {
        content: "";
        width: 100%;
        height: 42px;
        position: absolute;
        bottom: 0;
        display: block;
        background: url(../imgHtml/majimei/star.png);
        background-repeat: repeat-x;
        z-index: 100; }
      body .majimeiBox header .logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 120px; }
        body .majimeiBox header .logo h1 {
          text-align: center;
          font-size: 1.5em;
          line-height: 1.5em;
          color: #29050c;
          margin-top: 30px; }
    body .majimeiBox .mainBlock {
      position: relative;
      height: 1500px; }
      body .majimeiBox .mainBlock .about_star {
        position: absolute;
        top: 860px;
        left: 50%;
        transform: translateX(-50%); }
      body .majimeiBox .mainBlock .innerWrap {
        position: absolute;
        z-index: 333;
        left: 50%;
        transform: translateX(-50%); }
        body .majimeiBox .mainBlock .innerWrap h1 {
          text-align: center;
          margin-bottom: 30px; }
        body .majimeiBox .mainBlock .innerWrap .mainImg {
          width: 960px;
          box-sizing: border-box;
          margin: 10px auto 30px;
          border: 10px solid #E94263; }
        body .majimeiBox .mainBlock .innerWrap iframe {
          border: 10px solid #E94263; }
        body .majimeiBox .mainBlock .innerWrap h2 {
          text-align: center;
          color: #29050c;
          margin: 60px auto; }
        body .majimeiBox .mainBlock .innerWrap h3 {
          color: #29050c;
          font-size: 3.5em;
          line-height: 1.5em;
          margin-bottom: 60px; }
        body .majimeiBox .mainBlock .innerWrap p {
          color: #29050c;
          font-size: 1.5em;
          line-height: 2.5em; }
    body .majimeiBox .arasuji {
      position: relative;
      height: 1720px; }
      body .majimeiBox .arasuji .arasuji_star {
        position: absolute;
        top: -340px;
        left: 50%;
        transform: translateX(-50%); }
      body .majimeiBox .arasuji .innerWrap {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%); }
        body .majimeiBox .arasuji .innerWrap .add_star {
          position: absolute;
          top: -340px;
          left: 50px; }
        body .majimeiBox .arasuji .innerWrap .newhiroine {
          position: absolute;
          right: 0;
          top: 0; }
        body .majimeiBox .arasuji .innerWrap .whoismay {
          position: absolute;
          left: -18px;
          top: 500px; }
        body .majimeiBox .arasuji .innerWrap .name {
          left: 90px;
          top: 90px; }
        body .majimeiBox .arasuji .innerWrap .koukou {
          left: 650px;
          top: 250px; }
        body .majimeiBox .arasuji .innerWrap .whoismay.tachie {
          position: absolute;
          left: 420px;
          top: 100px;
          z-index: 666; }
    body .majimeiBox .arasujiBox {
      width: 1000px;
      margin: 60px 0;
      box-sizing: border-box;
      background: #fff;
      border: 10px solid #E94263;
      position: absolute;
      top: 764px;
      left: 50%;
      transform: translateX(-50%); }
      body .majimeiBox .arasujiBox .arasujiInner {
        width: 100%;
        height: 100%;
        padding: 60px;
        box-sizing: border-box;
        background: url("../imgHtml/majimei/kaijin_kage.png") no-repeat;
        background-size: cover; }
      body .majimeiBox .arasujiBox h1 {
        margin-bottom: 60px; }
      body .majimeiBox .arasujiBox p {
        line-height: 3.5em;
        font-size: 1.5em; }
    body .majimeiBox .hapicome {
      position: relative;
      width: 100%;
      height: 1630px; }
      body .majimeiBox .hapicome .innerWrap {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%); }
        body .majimeiBox .hapicome .innerWrap h1 {
          text-align: center;
          margin-right: 280px;
          margin-bottom: 50px;
          position: relative;
          z-index: 333; }
        body .majimeiBox .hapicome .innerWrap .come {
          background: url("../imgHtml/majimei/comment0.png");
          width: 960px;
          height: 339px;
          box-sizing: border-box;
          padding-top: 60px;
          color: #fff;
          font-size: 2em;
          margin: 0 auto 100px;
          position: relative;
          z-index: 333; }
          body .majimeiBox .hapicome .innerWrap .come h2 {
            font-size: 2em;
            line-height: 1.3em;
            padding: 5px 0; }
            body .majimeiBox .hapicome .innerWrap .come h2 span {
              display: block;
              font-size: 0.5em;
              margin-top: -10px; }
          body .majimeiBox .hapicome .innerWrap .come p {
            position: absolute;
            bottom: -60px;
            left: 50%;
            transform: translateX(-50%);
            width: 960px;
            color: #000; }
        body .majimeiBox .hapicome .innerWrap .come.no0 {
          background: url("../imgHtml/majimei/comment0.png"); }
          body .majimeiBox .hapicome .innerWrap .come.no0 p {
            bottom: -60px; }
        body .majimeiBox .hapicome .innerWrap .chiru_star {
          position: absolute;
          top: -100px;
          left: calc(50% + -100px); }
        body .majimeiBox .hapicome .innerWrap .come.no1 {
          background: url("../imgHtml/majimei/comment1.png"); }
          body .majimeiBox .hapicome .innerWrap .come.no1 p {
            bottom: -60px; }
        body .majimeiBox .hapicome .innerWrap .bani_star {
          position: absolute;
          top: 600px;
          left: calc(50% - 960px);
          transform: translateX(-50%); }
        body .majimeiBox .hapicome .innerWrap .come.no2 {
          background: url("../imgHtml/majimei/comment2.png"); }
          body .majimeiBox .hapicome .innerWrap .come.no2 p {
            bottom: -30px; }
        body .majimeiBox .hapicome .innerWrap .hata_star {
          position: absolute;
          top: 900px;
          left: calc(50% + 170px); }
    body .majimeiBox .song {
      position: relative;
      height: 1080px; }
      body .majimeiBox .song .songs_star {
        position: absolute;
        top: 300px;
        left: 50%;
        transform: translateX(-50%); }
      body .majimeiBox .song .innerWrap {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%); }
        body .majimeiBox .song .innerWrap .songWrap {
          background: #fff;
          padding: 50px;
          border: 10px #E94263 solid;
          width: 960px;
          box-sizing: border-box;
          margin: 0 auto;
          position: relative;
          z-index: 666;
          margin-top: -6px; }
          body .majimeiBox .song .innerWrap .songWrap h2 {
            margin-bottom: 30px; }
          body .majimeiBox .song .innerWrap .songWrap h3 {
            font-size: 1.5em;
            line-height: 1.5em;
            margin-bottom: 30px; }
          body .majimeiBox .song .innerWrap .songWrap p {
            line-height: 2.3em;
            font-size: 2em; }
            body .majimeiBox .song .innerWrap .songWrap p span {
              color: #E94263;
              display: block; }
    body .majimeiBox .addContent {
      width: 100%;
      position: relative;
      height: 460px; }
      body .majimeiBox .addContent .foot_star {
        position: absolute;
        top: 30px;
        left: calc(50% + 100px); }
      body .majimeiBox .addContent .innerWrap {
        width: 960px;
        z-index: 333;
        margin: 60px auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        body .majimeiBox .addContent .innerWrap h1 {
          margin-bottom: 100px; }
        body .majimeiBox .addContent .innerWrap a {
          background: #3c171e;
          border-radius: 60px;
          padding: 30px 60px;
          display: block;
          width: 220px;
          margin-bottom: 160px;
          text-align: center;
          margin: 0 auto; }
    body .majimeiBox .owabi h1 {
      text-align: center;
      position: relative;
      margin-bottom: 10px;
      font-size: 2em; }
    body .majimeiBox .owabi img {
      display: block;
      margin: 0 auto;
      position: relative; }
    body .majimeiBox footer {
      background: #eb4063;
      padding-top: 60px;
      position: relative;
      width: 100%;
      min-width: 960px;
      margin-top: 50px; }
      body .majimeiBox footer h1 {
        color: #fff;
        padding-bottom: 30px;
        font-size: 1.3em; }

@font-face {
  font-family: "nicomoji";
  src: url("../font/nicomoji-plus_1.11.woff") format("woff"), url("../font/nicomoji-plus_1.11.woff2") format("woff2"), url("../font/nicomoji-plus_1.11.eot"); }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/***************************************

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

****************************************/
@media screen and (max-width: 960px) {
  html {
    width: 960px;
    overflow-x: hidden; }
    html body {
      width: 960px;
      overflow-x: hidden; }
      html body #loading {
        width: 960px;
        height: 2900px; }
      html body .backHaikei {
        width: 960px;
        background: url(../imgHtml/majimei/meinohama_sp.jpg) no-repeat;
        background-position: top center;
        height: 2600px; }
      html body .majimeiBox .arasuji .innerWrap {
        width: 960px; }
        html body .majimeiBox .arasuji .innerWrap .newhiroine {
          right: 40px;
          top: -60px; }
        html body .majimeiBox .arasuji .innerWrap .whoismay {
          left: 26px;
          top: 530px; }
        html body .majimeiBox .arasuji .innerWrap .whoismay.koukou {
          left: 194px;
          top: 280px; }
        html body .majimeiBox .arasuji .innerWrap .whoismay.name {
          left: 20px;
          top: 40px; }
        html body .majimeiBox .arasuji .innerWrap .whoismay.tachie {
          left: 600px; }
      html body .majimeiBox .arasujiBox {
        width: 880px; }
        html body .majimeiBox .arasujiBox .arasujiInner {
          background: auto;
          background-position: bottom center; }
          html body .majimeiBox .arasujiBox .arasujiInner p {
            font-size: 1.7em; }
      html body .majimeiBox .song .innerWrap {
        width: 960px; }
        html body .majimeiBox .song .innerWrap .songWrap {
          width: 890px; } }
/***************************************

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

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

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

****************************************/
/*---------------------------------------

 SP版のソースです　640px以下

-----------------------------------------*/
@media screen and (max-width: 640px) {
  /*---------------------------------------

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

-----------------------------------------*/ }
/***************************************

 SP版のソースです　横向き

****************************************/
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  .top .pc {
    display: block; } }
