@charset "UTF-8";
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
}

a img {
  border: none;
}

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

img {
  vertical-align: bottom;
}

textarea, input, select, button {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

/**
 * Common
 */
html {
  font-size: 10px;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img, svg {
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

.ie11 sup {
  font-size: 90%;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
}

hr {
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #333;
}

/**
 * Wrapper
 */
.g-wrapper {
  min-width: 1024px;
}

@media screen and (max-width: 750px) {
  .g-wrapper {
    min-width: 665px;
  }
}

/**
 * btn
 */
.btn-grad {
  display: block;
  line-height: 1.2;
  overflow: hidden;
  border-radius: 3rem;
  transition: background .2s;
  transform: translate3d(0, 0, 0);
}

.btn-grad .e-inr {
  background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
  border-radius: 3rem;
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 1.8rem;
}

.btn-grad .e-inr2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  transition: background .2s;
}

.btn-grad:hover {
  text-decoration: none;
}

.btn-grad:hover .e-inr2 {
  background: #e60000;
}

/**
 * font
 */
.fc-red {
  color: #e60000;
}

/**
 * top
 */
.top-move {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/imgs/cap.jpg") no-repeat 50% 0;
  overflow: auto;
}

@media screen and (max-width: 750px) {
  .top-move {
    background: url("/imgs/cap_sp.jpg") no-repeat 50% 0;
    background-size: 100% auto;
  }
}

.top-move-modal-wrap {
  display: table;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.top-move-modal-wrap-inr {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.top-move-overlay {
  display: block;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.top-move-modal {
  position: relative;
  max-width: 900px;
  margin: auto;
  z-index: 3;
  background: #fff;
  border-radius: 10px;
  padding: 90px 40px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .top-move-modal {
    padding: 40px 30px;
  }
}

.top-move-modal-title {
  font-size: 2.8rem;
  line-height: 1.28571;
  font-weight: bold;
  color: #e60000;
  margin: 0 0 15px;
}

@media screen and (max-width: 750px) {
  .top-move-modal-title {
    font-size: 2.4rem;
    line-height: 1.33333;
    margin: 0 0 10px;
  }
}

.top-move-modal-title-sub {
  font-size: 2.2rem;
  line-height: 1.36364;
  font-weight: bold;
  margin: 0 0 35px;
}

@media screen and (max-width: 750px) {
  .top-move-modal-title-sub {
    font-size: 2.0rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 750px) {
  .top-move-modal-txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.top-move-modal-txt1 {
  margin: 0 0 35px;
}

@media screen and (max-width: 750px) {
  .top-move-modal-txt1 {
    margin: 0 0 20px;
    text-align: left;
  }
}

.top-move-modal-btn {
  max-width: 580px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 750px) {
  .top-move-modal-btn {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 750px) {
  .top-move-modal-btn-a .e-txt {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

.top-move-modal-txt2 {
  margin: 0 0 35px;
}

@media screen and (max-width: 750px) {
  .top-move-modal-txt2 {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .top-move-modal-txt3 {
    text-align: left;
  }
}

/**
 * display
 */
@media screen and (max-width: 750px) {
  .l-dp-pc {
    display: none;
  }
}

.l-dp-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .l-dp-sp {
    display: block;
  }
  img.l-dp-sp,
  span.l-dp-sp,
  br.l-dp-sp {
    display: inline;
  }
  table.l-dp-sp {
    display: table;
  }
}

.l-dp-bl {
  display: block;
}

.l-dp-il {
  display: inline;
}

.l-dp-ib {
  display: inline-block;
}

.l-dp-no {
  display: none;
}
