@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :style.css
 style info :共通のスタイル
=================================================================== */
/* ==========================================================
  RESET、CLEARFIX
========================================================== */
::-moz-selection {
  background: #3390ff;
}
::selection {
  background: #3390ff;
}

::-moz-selection {
  background: #3390ff;
}

* {
  margin: 0;
  padding: 0;
}

body,
div,
section,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================
  BASE
========================================================== */
html {
  overflow: auto;
}

body {
  border-top: solid 10px #000;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  text-align: center;
  overflow: hidden;
}
body:focus {
  outline: none;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 14px;
    min-width: 1320px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4vw;
  }
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
section,
p,
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

a:hover img.hoverNone {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

/* ==========================================================
    HIDDEN
  ========================================================== */
@media screen and (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

/* ==========================================================
    STYLE
  ========================================================== */
#wrap {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #wrap {
    width: 920px;
  }
}
@media screen and (max-width: 750px) {
  #wrap {
    width: 90%;
  }
}
@media screen and (min-width: 751px) {
  #wrap .main {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  #wrap .main {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 751px) {
  #wrap .main h1 {
    width: 228px;
    margin: 190px auto 50px;
  }
}
@media screen and (max-width: 750px) {
  #wrap .main h1 {
    width: 50%;
    margin: 18vw auto 8vw;
  }
}
#wrap .main p a {
  color: #fff;
  background: #e72087;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #943767;
  box-shadow: 0 4px 0 #943767;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #wrap .main p a {
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 20px 60px;
  }
}
@media screen and (max-width: 750px) {
  #wrap .main p a {
    font-size: 5vw;
    margin: 0 auto;
    padding: 2vw 12vw;
  }
}
#wrap .main p a:hover {
  color: #fff;
}
#wrap footer {
  text-align: left;
  color: #b7b7b7;
  border-top: solid 1px #000;
}
#wrap footer small {
  display: block;
}
@media screen and (min-width: 751px) {
  #wrap footer small {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #wrap footer small {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
}
