@charset "UTF-8";
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  padding-top: 30px;
  background: url(../../../images/common/bg3_top.png), url(../../../images/common/bg_meets.jpg) center top repeat;
  background-position: center top;
  background-repeat: repeat-x , repeat;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    background-size: auto , 180%;
  }
}

#header {
  max-width: 1080px;
  position: relative;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #header h1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header h1 a {
    display: inline-block;
    width: 50%;
    max-width: 128px;
  }
}

.btnPageTop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 108px;
  height: 111px;
  z-index: 10;
}
.btnPageTop a {
  transition: 0.5s all;
  background: url(../images/common/btn_pagetop_off.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 111px;
}
.btnPageTop a:before {
  transition: 0.5s all;
  opacity: 0;
  content: "";
  width: 108px;
  height: 111px;
  display: block;
  background: url(../images/common/btn_pagetop_on.png) center top no-repeat;
}
.btnPageTop a:hover:before {
  opacity: 1;
}

/* レスポンシブ共通
------------------------------------------------------*/
/* みーつ共通 :全体
------------------------------------------------------*/
#wrapper {
  text-align: center;
}
#wrapper h3 {
  position: relative;
}

.btnHover img {
  transition: all 0.5s;
}
.btnHover img:hover {
  opacity: 0.7;
}

/* ビジュアル */
#mv {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 769px) {
  #mv {
    margin-top: 70px;
  }
}
#mv h2 {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#mv h2 img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  #mv h2 {
    width: 60%;
  }
}
#mv h2:before, #mv h2:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
#mv h2:before {
  background: url(../images/common/img_chara_01.png) top left no-repeat;
  background-size: contain;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #mv h2:before {
    width: 25%;
    height: 0;
    padding-top: 24%;
    left: -30%;
  }
}
@media screen and (min-width: 769px) {
  #mv h2:before {
    width: 165px;
    height: 161px;
    left: -185px;
  }
}
#mv h2:after {
  background: url(../images/common/img_chara_02.png) top left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv h2:after {
    width: 25%;
    height: 0;
    padding-top: 24%;
    right: -30%;
    bottom: -0.5rem;
  }
}
@media screen and (min-width: 769px) {
  #mv h2:after {
    width: 187px;
    height: 181px;
    right: -207px;
    bottom: -10px;
  }
}
#mv ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#mv ul li img {
  max-width: 100%;
}

#meetsHeader {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #meetsHeader {
    height: 205px;
    margin: 30px 0 -20px;
  }
}

/* meets共通 ：meetsナビ #meetsHeader　ul#meets
------------------------------------------------------*/
ul#mnavi {
  height: auto;
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  ul#mnavi {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
  }
}
@media screen and (min-width: 769px) {
  ul#mnavi {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  ul#mnavi li {
    width: 25%;
  }
}
ul#mnavi li:first-child {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul#mnavi li:first-child {
    width: 10%;
    top: -2rem;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  ul#mnavi li:first-child {
    top: -40px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  ul#mnavi li:nth-child(2n) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  ul#mnavi li:nth-child(2n) {
    margin-top: 15px;
  }
}
ul#mnavi li a {
  position: relative;
  display: block;
}
ul#mnavi li img {
  width: auto;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
ul#mnavi li:nth-child(4) .icoNew {
  top: -15px;
}
ul#mnavi li .icoNew {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  ul#mnavi li .icoNew {
    width: 40%;
  }
}

/* ベース背景装飾 */
.baseContents {
  background-color: #fff;
  background: url(../images/common/bg_mask_gr.png), url(../images/common/bg_mask_gr_invert.png), url(../../../images/common/bg_meets.jpg);
  background-position: center top , center bottom , center top;
  background-repeat: repeat-x , repeat-x , repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .baseContents {
    background-size: 180%;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 769px) {
  .baseContents {
    padding: 20px 0;
  }
}
.baseContents:before {
  content: "";
  width: 100%;
  height: 42px;
  display: block;
  position: absolute;
  top: 0;
  background: url(../images/common/bg_content_w.png) top center repeat-x;
}
@media screen and (max-width: 768px) {
  .baseContents:before {
    background-size: 60%;
    margin-top: -4.2vw;
  }
}
@media screen and (min-width: 769px) {
  .baseContents:before {
    margin-top: -42px;
  }
}

.infoCol.popupCol {
  /*margin: {
  left: auto;
  right: auto;
}*/
  position: relative;
  padding: 1em;
  max-width: 800px;
  width: 94%;
  background: #fff;
  border: 4px solid #fd3571;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  z-index: 10;
}
.infoCol.popupCol a {
  font-size: 16px;
}
.infoCol.popupCol a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .infoCol.popupCol {
    margin: 2vw auto 12vw;
  }
}
@media screen and (min-width: 769px) {
  .infoCol.popupCol {
    margin: -60px auto 120px;
  }
}
