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

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  #wrap {
    min-width: 1200px;
  }
}

.new {
  position: relative;
}
.new:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url(../img/shared/icn_new.png) no-repeat 0 0/100%;
  pointer-events: none;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .new:before {
    top: -38px;
    right: -28px;
    width: 90px;
  }
}
@media screen and (max-width: 750px) {
  .new:before {
    top: -6vw;
    right: -4vw;
    width: 16vw;
  }
}

.txtLink {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ==========================================================
    HEADER
  ========================================================== */
header {
  width: 100%;
  background: #000;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    width: 100%;
    padding: 2%;
  }
}
@media screen and (min-width: 751px) {
  header .inner #logo_l5 {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  header .inner #logo_l5 {
    width: 36vw;
  }
}
header .inner #logo_l5 img {
  width: 100%;
  vertical-align: baseline;
}
header .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6em;
}
@media screen and (max-width: 750px) {
  header .inner ul {
    width: 44%;
  }
}
@media screen and (max-width: 750px) {
  header .inner ul li {
    width: 29%;
  }
}

#naviArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #naviArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #naviArea {
    width: 96%;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 750px) {
  #naviArea h1 {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  #naviArea .navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #naviArea .menuBtn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #naviArea .menuBtn {
    width: 30%;
  }
}

/* ==========================================================
    NAVI
  ========================================================== */
.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) {
  .navi {
    gap: 0 1.2em;
  }
}
@media screen and (max-width: 750px) {
  .navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    width: 70%;
    margin: 12vw auto;
  }
}
.navi li {
  border-radius: 10px;
  border: 4px solid #000;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
.navi li a {
  font-weight: 900;
  text-align: center;
  color: #f10271;
  background: url(../img/shared/bg_navi.png) repeat 0 0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  padding: 1em 2em;
}
.navi li a:before {
  content: "";
  background: url(../img/shared/icn_navi_arrow-pink.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1em;
}
.navi li.current a, .navi li:hover a {
  color: #000;
  background: url(../img/shared/bg_navi_over.png) repeat 0 0;
}
.navi li.current a:before, .navi li:hover a:before {
  content: "";
  background: url(../img/shared/icn_navi_arrow-black.svg) no-repeat 0 0/100%;
}
@media screen and (min-width: 751px) {
  .navi li.new:before {
    top: -18px;
    right: -10px;
    width: 50px;
  }
}
@media screen and (max-width: 750px) {
  .navi li.new:before {
    top: -4vw;
    right: -2vw;
    width: 10vw;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
@media screen and (min-width: 751px) {
  .fBtn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .fBtn {
    width: 70%;
    margin: 10vw auto;
  }
}

footer {
  width: 100%;
  background: #000;
}
@media screen and (min-width: 751px) {
  footer {
    padding: 40px 0px 110px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  footer #pageTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
  }
}
@media screen and (max-width: 750px) {
  footer #pageTop a {
    display: block;
    padding: 3vw 0;
    text-align: center;
    background: #062a4d;
  }
  footer #pageTop a img {
    width: 16%;
  }
}
footer .inner {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer .inner {
    font-size: 14px;
    width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner {
    font-size: 2.6vw;
    width: 92%;
    padding: 4vw 0;
  }
}
footer .inner .aboutLink a {
  display: inline-block;
  color: #fff;
  padding: 0 1.4em;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  footer .inner #linkArea {
    margin-bottom: 30px;
  }
}
footer .inner #linkArea li {
  position: relative;
}
@media screen and (max-width: 750px) {
  footer .inner #linkArea li {
    width: 70%;
    margin: 0 auto 4vw;
  }
}
footer .inner #linkArea li a {
  display: inline-block;
  position: relative;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  border: 0.2em solid #fff;
  padding: 0.7em 3em 0.8em;
}
footer .inner #linkArea li a:after {
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid #fff;
  width: 0.4em;
  height: 0.4em;
  right: 1.4em;
  margin-top: -0.4em;
}
@media screen and (min-width: 751px) {
  footer .inner small {
    font-size: 14px;
  }
}