/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-size: 18px;
  line-height: 1.6;
  font-family: nitalago-ruika, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Noto Sans", Meiryo, sans-serif;
  font-weight: 100;
  font-style: normal;
  min-width: 1100px;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
    min-width: 100%;
  }
}
h3, p, ul, li, td, th {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.hide--pc {
  display: none;
}

.p-text-red {
  color: #e60012;
}

.p-line-dot {
  border-top: 6px dotted #000000;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .hide--sp {
    display: none;
  }
  .hide--pc {
    display: block;
  }
  .p-line-dot {
    border-top: 4px dotted #000000;
    margin: 30px 0;
  }
}
.bg-pattern--dot {
  background-color: #61d72e;
  background-image: radial-gradient(#75dc49 23%, transparent 25%), radial-gradient(#75dc49 23%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}

.bg-pattern--stripe {
  background-size: auto auto;
  background-color: rgb(250, 225, 0);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgb(255, 213, 0) 10px, rgb(255, 213, 0) 20px);
}

.bg-pattern--star {
  background-color: #42aee9;
  background-image: url(/lp/gw_kidsfes_2025/img/background_star.jpg);
  background-repeat: repeat;
}

.p-header {
  padding: 40px 0 60px;
  text-align: center;
}
.p-header__text {
  color: #e60012;
  -webkit-text-stroke: 4px #FFFFFF;
  text-stroke: 4px #FFFFFF;
  paint-order: stroke;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-header {
    padding: 20px 0;
  }
  .p-header__title {
    width: 90%;
    margin: 0 auto;
  }
  .p-header__title img {
    width: 100%;
    height: auto;
  }
  .p-header__text {
    font-size: 12px;
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 2px #FFFFFF;
  }
}
.p-footer {
  background: #000000;
  padding: 30px 0;
  text-align: center;
}
.p-footer__copy {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Noto Sans", Meiryo, sans-serif;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (max-width: 767px) {
  .p-footer {
    padding: 20px 0;
  }
  .p-footer__copy {
    font-size: 12px;
  }
}
.p-section {
  padding: 70px 0 80px;
}
.p-section__inner {
  width: 1000px;
  margin: 0 auto;
}
.p-section__title {
  text-align: center;
}
.p-section__title img {
  height: 82px;
  width: auto;
}
.p-section__heading {
  font-size: 32px;
  text-align: center;
  line-height: 1.8;
  margin: 30px 0;
}
.p-section__heading mark {
  background: #ffe100;
  padding: 5px;
}
.p-section__lead {
  margin: 30px 0;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  .p-section {
    padding: 40px 0;
  }
  .p-section__inner {
    width: auto;
    margin: 0 4%;
  }
  .p-section__title img {
    height: 48px;
    width: auto;
  }
  .p-section__heading {
    font-size: 17px;
    margin: 20px 0;
    line-height: 2;
  }
  .p-section__lead {
    margin: 20px 0;
    font-size: 13px;
  }
}
.p-table-summary {
  width: 800px;
  margin: 30px auto;
}
.p-table-summary tbody th,
.p-table-summary tbody td {
  padding: 10px 20px;
  font-weight: 100;
  border-bottom: 1px solid #ffe100;
  vertical-align: middle;
}
.p-table-summary tbody th {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  width: 180px;
}
.p-table-summary tbody td {
  background: #FFFFFF;
}
.p-table-summary tbody tr:last-child th,
.p-table-summary tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 767px) {
  .p-table-summary {
    width: 100%;
    margin: 20px auto;
  }
  .p-table-summary tbody th,
  .p-table-summary tbody td {
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .p-table-summary tbody th .p-text-red,
  .p-table-summary tbody td .p-text-red {
    text-indent: -1em;
    margin: 2px 0 0 1em;
    font-size: 12px;
  }
  .p-table-summary tbody th {
    width: 30%;
  }
}
.p-button-block {
  width: 548px;
  height: 128px;
  line-height: 120px;
  background: url(/lp/gw_kidsfes_2025/img/button_yellow.png) no-repeat center center;
  background-size: contain;
  text-align: center;
  margin: 40px auto 0 auto;
  display: block;
}
.p-button-block span {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 30px;
  display: inline-block;
  padding-right: 10px;
}
.p-button-block#qr-access {
  display: none;
}

@media (max-width: 767px) {
  .p-button-block {
    width: 282px;
    height: 66px;
    padding-top: 0;
    line-height: 1;
    margin: 20px auto 0 auto;
    position: relative;
    background-size: contain;
  }
  .p-button-block span {
    font-size: 18px;
    display: inline-block;
    position: absolute;
    height: 1.2em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
  }
  .p-button-block span.l2 {
    height: 2.1em;
  }
  .p-button-block--s {
    width: 222px;
    height: 52px;
  }
  .p-button-block--s span {
    padding-right: 10px;
    font-size: 14px;
  }
  .p-button-block#qr-access {
    display: block;
  }
}
.p-images-present {
  width: 450px;
  height: auto;
  text-align: center;
  margin: 30px auto;
  display: block;
}

.p-images-qr {
  width: 285px;
  height: auto;
  text-align: center;
  margin: 40px auto 0 auto;
  display: block;
}

.p-list-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 15px 0;
}
.p-list-photo li {
  width: 490px;
}
.p-list-photo li img {
  width: 100%;
  height: auto;
}

.p-list-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.p-list-goods li {
  width: 306px;
  text-align: center;
}
.p-list-goods li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.p-list-goods li span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}

.p-list-notes--center {
  text-align: center;
}
.p-list-notes li {
  text-indent: -1em;
  margin: 5px 0 0 1em;
  font-size: 14px;
}

.p-list-spec {
  text-align: center;
  margin-top: 30px;
}
.p-list-spec li {
  display: inline-block;
  margin: 0 10px;
}
.p-list-spec li a {
  display: block;
  padding-left: 20px;
  font-size: 15px;
  position: relative;
  text-decoration: underline;
}
.p-list-spec li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffe100;
  border-right: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

@media (max-width: 767px) {
  .p-images-present {
    width: 80%;
    height: auto;
    max-width: 300px;
    margin: 20px auto;
  }
  .p-images-qr {
    width: 200px;
    margin: 30px auto 0 auto;
    display: block;
  }
  .p-list-photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .p-list-photo li {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-list-goods {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }
  .p-list-goods li {
    width: 48%;
    margin-bottom: 15px;
  }
  .p-list-goods li span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  .p-list-notes li {
    font-size: 12px;
  }
  .p-list-spec {
    text-align: center;
    margin-top: 20px;
  }
  .p-list-spec li {
    display: block;
    margin: 0 0 5px 0;
  }
  .p-list-spec li a {
    display: inline-block;
    padding-left: 16px;
    font-size: 14px;
    position: relative;
    text-decoration: underline;
  }
  .p-list-spec li a::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ffe100;
  }
}
/*# sourceMappingURL=style.css.map */