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 img {
  border: none; }

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

body {
  -webkit-text-size-adjust: 100%; }

sub {
  font-size: 12px; }

p {
  line-height: 1.8;
  letter-spacing: 0.05em; }

img {
  max-width: 100%; }

.pc-on {
  display: block; }

.sp-on {
  display: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border-radius: 0; }

@media screen and (max-width: 769px) {
  .pc-on {
    display: none; }
  .sp-on {
    display: block; } }

img {
  vertical-align: bottom; }

main {
  max-width: 750px;
  width: 100%; 
  margin: 0 auto;
  background-color: #E8E2E1; }
  .mainvisual {
    width: 100%; }
    .mainvisual img {
      margin: 0 auto; }


.text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
      width: 90%; }
  .text.center {
    text-align: center; }
  .text--collection {
    padding: 60px 0; }

.bg--white {
  background-color: #ffffff; }

.bg--pink {
  background-color: #E6B5A3;
  padding: 90px 0; }

.bg--imgCenter img.title {
  margin: 0 auto;
  display: block; }

.bg--imgCenter img.detail {
  margin: 0 auto 60px auto;
  display: block; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%; }
.flex a {
width: 50%; }


.shindan {
  max-width: 900px;
  margin: 0 auto; 
  width: 90%;
}
  .shindan__title {
    max-width: 900px;
    background-color: #0C0D11;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px auto;
    padding: 12px 0;
    font-size: 18px; }
  .shindan a {
    width: 48%; }
    .shindan a:nth-child(odd) {
      margin-right: 4%; }
    .shindan a:nth-child(n+3) {
      margin-top: 30px; }
    .shindan a img {
      width: 100%; }

.detail-area {
  padding: 0; }

.lineup {
  padding-bottom: 90px; }

.tips {
  padding-bottom: 90px; }

.lead {
  padding-top: 60px; }

.btn {
  background-color: #0C0D11;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  width: 90%;
      max-width: 90%;
  display: block;
  margin: 90px auto 0 auto; }
