@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のスタイル
=================================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  background: url(../img/shared/bg_content.jpg) repeat 0 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    min-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4vw;
  }
}
body:focus {
  outline: none;
}
body #wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  body #wrap {
    min-width: 1200px;
  }
}

/* ==========================================================
  LINK
========================================================== */
a,
a:visited,
a:hover {
  color: #fff;
  text-decoration: none;
}

/* ==========================================================
  HEADER
========================================================== */
header {
  width: 100%;
  background: #000;
}
header .inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 1170px;
    height: 46px;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    width: 96%;
    height: 8vw;
  }
}
@media screen and (min-width: 751px) {
  header .inner .logo {
    width: 170px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .logo {
    width: 34vw;
  }
}

.common .inner {
  background-image: url(../img/shared/bg_chara.png), url(../img/shared/bg_sky.jpg);
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 751px) {
  .common .inner {
    background-position: calc(50% + 2px) -46px, 0 0;
    height: 120px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .common .inner {
    background-position: center -4vw, 0 0;
    background-size: 100%, cover;
    padding: 2vw;
  }
}
.common .inner .logo {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .common .inner .logo {
    width: 234px;
  }
}
@media screen and (max-width: 750px) {
  .common .inner .logo {
    width: 30vw;
  }
}
.common .inner .logo img {
  width: 100%;
}

/* ==========================================================
    スマホ横持ち時
  ========================================================== */
/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  color: #fff;
  width: 100%;
  position: relative;
  background: #333;
}
@media screen and (min-width: 751px) {
  footer {
    padding-top: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding-top: 2vw;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 750px) {
  footer .innerT {
    padding-bottom: 4vw;
  }
}
footer .innerT .inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer .innerT .inner {
    width: 1170px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  footer .innerT .inner {
    width: 96%;
    padding-top: 2vw;
  }
}
footer .innerT .inner .link {
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .innerT .inner .link {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  footer .innerT .inner .link li {
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerT .inner .link li {
    padding: 1.8vw 0 2vw;
  }
}
footer .innerT .inner .link li a {
  display: block;
  border: 2px solid #fff;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  footer .innerT .inner .link li a {
    background: url(../img/shared/bg_arrow.png) no-repeat right 14px center;
    font-size: 15px;
    padding: 8px 36px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerT .inner .link li a {
    background: url(../img/shared/bg_arrow.png) no-repeat right 2vw center/2vw;
    font-size: 3vw;
    width: 60vw;
    margin: 0 auto;
    padding: 1vw 3vw 1.4vw;
  }
}
footer .innerT .inner .copyRight {
  display: block;
}
@media screen and (min-width: 751px) {
  footer .innerT .inner .copyRight {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerT .inner .copyRight {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB {
    padding: 2vw 0;
  }
}
footer .innerB .inner {
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner {
    width: 1170px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner {
    width: 96%;
  }
}
footer .innerB .inner .notes {
  color: #808080;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .notes {
    font-size: 2.2vw;
  }
}
footer .innerB .inner .notes li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 751px) {
  .mt10 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .mt10 {
    margin-top: 1vw;
  }
}