@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, body, html, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

::-ms-input-placeholder {
  text-transform: uppercase;
}

::placeholder {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  body,
  html {
    min-width: 1260px;
  }
}

body,
html,
a {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  line-height: 1.71429;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover {
  opacity: 0.75;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ed4880;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 44px;
  }
}

.pink {
  color: #ed4880;
}

.visible-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible-pc {
    display: block;
  }
}

.visible-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .visible-sp {
    display: block;
  }
}

.container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}

.container {
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: none;
    width: 1260px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
}

.border-line, section .btn p span:before, section .btn p span:after {
  width: 2px;
  height: 40px;
  border-left: 1px solid #ed4880;
  position: absolute;
  bottom: 0;
}

section .btn {
  text-align: center;
  margin-top: 9vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  section .btn {
    margin-top: 4.500vw;
  }
}

section .btn p {
  line-height: 1.66667;
  color: #ed4880;
}

@media screen and (min-width: 768px) {
  section .btn p {
    font-size: 1.500vw;
  }
}

@media screen and (max-width: 767px) {
  section .btn p {
    font-size: 120%;
  }
}

section .btn p span {
  position: relative;
  padding: 0 20px;
  font-size: 33px;
}

section .btn p span:before {
  content: '';
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

section .btn p span:after {
  content: '';
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

section .btn a {
  display: inline-block;
  margin: 10px 0 0;
}

section .title-img {
  margin-bottom: 7.500vw;
}

@media screen and (min-width: 768px) {
  section .title-img {
    margin-bottom: 3.750vw;
  }
}
