/*--color setting--*/
/*--break point--*/
/*--blocks setting--*/
/*--custom--*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic;
  background: url(../img/bg_surface.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  transition: 0.3s; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 50%; } }
  body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/kv_bg.png) no-repeat;
    background-position: top;
    background-size: contain;
    z-index: 1; }
  body::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_stripe.png) repeat;
    z-index: 2; }

header,
.content,
footer {
  position: relative;
  z-index: 3;
  padding-bottom: 1px; }

header {
  width: 100%; }
  header h1 {
    max-width: 1200px;
    margin: 0 auto; }
  header::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../img/kv-photos.png) no-repeat;
    background-size: 130%;
    background-position: center;
    position: absolute;
    bottom: -5%;
    z-index: -1; }
    @media (min-width: 1350px) {
      header::after {
        background-size: 100%; } }
    @media screen and (max-width: 768px) {
      header::after {
        display: none; } }

.content {
  background: #fff;
  width: 92%;
  max-width: 830px;
  margin: 60px auto; }
  @media screen and (max-width: 768px) {
    .content {
      margin: 30px auto; } }
  .content ul {
    width: 92%;
    margin: 0 auto; }
  .content p {
    font-size: 1.8em;
    line-height: 1.8em; }
  .content.summary {
    padding: 30px 0;
    box-sizing: border-box; }
    .content.summary .s-title {
      width: 150px;
      box-sizing: border-box;
      color: #329497; }
      .content.summary .s-title p {
        border-left: 8px #329497 solid;
        padding-left: 8px; }
  .content.tokyo .s-title, .content.okinawa .s-title {
    width: 100px;
    box-sizing: border-box; }
    .content.tokyo .s-title p, .content.okinawa .s-title p {
      border-left-width: 8px;
      border-style: solid;
      padding-left: 8px; }
  .content.okinawa .s-title p {
    border-color: #069eff;
    color: #069eff; }
  .content.okinawa a {
    color: #069eff;
    padding-left: 5px; }
  .content.tokyo .s-title p {
    border-color: #d23bdb;
    color: #d23bdb; }
  .content.tokyo a {
    color: #d23bdb;
    padding-left: 5px; }
  .content .detail {
    width: 100%; }
  .content .stage {
    color: #fff;
    font-size: 1.8em;
    padding: 5px 0 5px 15px;
    box-sizing: border-box;
    margin-bottom: 20px; }
  .content.tokyo .stage {
    background: #dc82d0;
    background: linear-gradient(90deg, #dc82d0 62%, white 100%); }
  .content.okinawa .stage {
    background: #06c3ff;
    background: linear-gradient(90deg, #06c3ff 62%, white 100%); }
  .content li {
    display: flex;
    margin-bottom: 20px; }

.entry {
  width: 80%;
  max-width: 366px;
  margin: 50px auto; }

.induction {
  color: #fff;
  position: relative;
  z-index: 4;
  margin-bottom: 40px; }
  .induction p {
    text-align: center;
    font-weight: 600; }
    .induction p.big {
      font-size: 3.8em;
      line-height: 1.3em; }
    .induction p.small {
      font-size: 2.25em;
      line-height: 1.8em;
      margin-top: 20px; }
    .induction p a {
      color: #fffc00;
      padding-left: 5px; }

a {
  transition: 0.3s; }
  a:hover {
    opacity: 0.8; }

footer {
  position: relative;
  z-index: 5;
  background: #02537d;
  color: #fff;
  text-align: center;
  padding-bottom: 40px; }
  footer .photos {
    margin-bottom: 40px; }
  footer p {
    font-size: 1.8em;
    line-height: 1.6em; }
  footer p.copy {
    font-size: 2.3em;
    margin-top: 20px; }

.caution {
  display: inline-block;
  border: dashed 1px #333;
  padding: 5px 10px;
  margin: 10px 0; }

@media screen and (min-width: 769px) {
  .pc {
    display: inherit; }

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

  .sp {
    display: inherit; } }

/*# sourceMappingURL=style.css.map */
