@charset "UTF-8";
/*! 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: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Noto Sans", Meiryo, sans-serif;
  min-width: 1100px;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
    min-width: 100%;
  }
}
.wf-loading {
  opacity: 0;
}

/*
header
 */
.l-header--top {
  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);
  padding: 40px 0;
}
.l-header--second {
  background: #00174d;
  padding: 40px 0;
}
.l-header__wrapper {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

/*
main
 */
.l-main {
  overflow: hidden;
}
.l-main__wrapper {
  padding: 1px 0;
}
.l-main__wrapper--solid {
  background: #00174d;
}
.l-main__wrapper--pattern {
  background: url(/lp/summer_kidsfes_2024/img/background_stella.jpg) repeat 0 0;
}

/*
section
 */
.l-section-base {
  width: 980px;
  margin: 0 auto;
}
.l-section-base--wide {
  width: 1110px;
}

/*
l-footer
 */
.l-footer {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.l-footer__copyright {
  color: #ffe100;
  font-size: 14px;
  padding: 30px 0;
  border-top: 1px solid #ffe100;
}

@media (max-width: 767px) {
  /*
  header
   */
  .l-header {
    padding: 20px 0;
  }
  .l-header__wrapper {
    width: auto;
  }
  /*
  main
   */
  .l-main__wrapper--pattern {
    background-size: 75% auto;
  }
  /*
  section
   */
  .l-section-base {
    width: auto;
    margin: 0 4%;
  }
  .l-section-base--wide {
    width: auto;
  }
  .l-section-base__inner {
    margin: 0 4%;
  }
  /*
  l-footer
   */
  .l-footer {
    width: auto;
    margin: 0 4%;
  }
  .l-footer__copyright {
    font-size: 12px;
    padding: 20px 0;
  }
}
.c-heading {
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.c-heading-star {
  position: relative;
  font-size: 80px;
  text-align: center;
  line-height: 1;
}
.c-heading-star span {
  display: inline-block;
  position: relative;
  padding: 0 60px 0 70px;
  vertical-align: middle;
}
.c-heading-star span::before, .c-heading-star span::after {
  vertical-align: middle;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
}
.c-heading-star span::before {
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: auto;
}
.c-heading-star span::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: auto;
}
.c-heading-star--yellow {
  color: #ffe100;
}
.c-heading-star--yellow span::before, .c-heading-star--yellow span::after {
  background: url(/lp/summer_kidsfes_2024/img/icon_star.png) no-repeat center center;
  background-size: contain;
}
.c-heading-star--blue {
  color: #00174d;
}
.c-heading-star--blue span::before, .c-heading-star--blue span::after {
  background: url(/lp/summer_kidsfes_2024/img/icon_star_blue.png) no-repeat center center;
  background-size: contain;
}
.c-heading-sub {
  color: #FFFFFF;
  font-size: 42px;
  border-bottom: 2px solid #FFFFFF;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  margin: 50px 0 30px 0;
}
.c-heading-sub::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #FFFFFF;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
.c-heading-sub--noline {
  color: #FFFFFF;
  font-size: 42px;
  text-align: center;
  margin: 50px 0 0 0;
}

.c-heading-subhead {
  line-height: 1.5;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  text-align: center;
}
.c-heading-subhead--normal {
  color: #ffe100;
  font-size: 40px;
  margin: 50px 0 20px 0;
}
.c-heading-subhead--star {
  background: #ffe100;
  text-align: center;
  padding: 10px;
  color: #00174d;
  font-size: 30px;
  margin-bottom: 30px;
}
.c-heading-subhead--star span {
  display: inline-block;
  position: relative;
  padding: 0 45px;
  vertical-align: middle;
  overflow: hidden;
}
.c-heading-subhead--star span::before, .c-heading-subhead--star span::after {
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/lp/summer_kidsfes_2024/img/icon_star_blue.png) no-repeat center center;
  background-size: contain;
}
.c-heading-subhead--star span::before {
  position: absolute;
  top: 6px;
  bottom: auto;
  margin: auto;
  left: 0;
  right: auto;
}
.c-heading-subhead--star span::after {
  position: absolute;
  top: 6px;
  bottom: auto;
  margin: auto;
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .c-heading-star {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .c-heading-star span {
    padding: 0 30px 0 34px;
  }
  .c-heading-star span::before, .c-heading-star span::after {
    width: 24px;
    height: 24px;
    top: 8px;
  }
  .c-heading-sub {
    font-size: 22px;
    line-height: 1.2;
    margin: 40px 0 10px 0;
  }
  .c-heading-sub--margin-top-none {
    margin-top: 0;
  }
  .c-heading-sub::after {
    border-top: 15px solid #FFFFFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
  }
  .c-heading-sub--noline {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.2;
    margin: 30px 0 0 0;
  }
  .c-heading-subhead--normal {
    font-size: 30px;
    margin: 40px 0 15px 0;
  }
  .c-heading-subhead--star {
    font-size: 24px;
    margin: 50px 0 15px;
  }
  .c-heading-subhead--star span {
    padding: 0 36px;
  }
  .c-heading-subhead--star span::before, .c-heading-subhead--star span::after {
    width: 24px;
    height: 24px;
  }
  .c-heading-subhead--star--long {
    font-size: 18px;
    line-height: 1.1;
  }
  .c-heading-subhead--star--long span::before, .c-heading-subhead--star--long span::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
/*
ボタン類
 */
.c-button {
  text-align: center;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-button-arrow {
  background: #ffe100;
  width: 450px;
  height: 110px;
  padding: 0 40px 0 20px;
  position: relative;
  margin: 60px auto;
  border-radius: 60px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button-arrow a {
  display: block;
  color: #00174d;
  font-size: 24px;
}
.c-button-arrow::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #FFFFFF;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
}
.c-button-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #00174d;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 42px;
}
.c-button-arrow:hover {
  background: #33A9DA;
}

@media (max-width: 767px) {
  .c-button-arrow {
    width: 100%;
    max-width: 280px;
    height: 70px;
    padding: 0 20px 0 10px;
    margin: 30px auto;
    border-radius: 40px;
  }
  .c-button-arrow a {
    font-size: 16px;
    line-height: 1.3;
  }
  .c-button-arrow::before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    right: 20px;
  }
  .c-button-arrow::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #00174d;
    right: 28px;
  }
  .c-button-arrow:hover {
    background: #ffe100;
  }
}
/*
video
 */
.c-video {
  position: relative;
  width: 750px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .c-video {
    width: 100%;
    padding-top: 56.25%;
    margin: 30px auto;
  }
  .c-video__youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*
link
 */
.c-link {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-link-text {
  text-decoration: underline;
}
.c-link-text--blue {
  color: #33A9DA;
}

.c-link-rectangle {
  background: #FFFFFF;
  border-radius: 8px;
  margin: 30px 0 60px 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  position: relative;
}
.c-link-rectangle:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 10px;
  border-bottom: 20px solid #ffe100;
  border-left: 20px solid transparent;
}
.c-link-rectangle__block {
  display: block;
  color: #00174d;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-rectangle__images {
  display: block;
  width: 210px;
  text-align: center;
}
.c-link-rectangle__text {
  display: inline-block;
  padding: 0 20px;
  font-size: 28px;
}
.c-link-rectangle__text small {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.c-link-rectangle--side-line {
  border-left: 10px solid #ffe100;
  margin: 30px 0;
}
.c-link-rectangle:hover {
  background: #33A9DA;
}

@media (max-width: 767px) {
  .c-link-rectangle {
    margin: 20px 0;
  }
  .c-link-rectangle:after {
    right: 8px;
    bottom: 8px;
    border-bottom: 15px solid #ffe100;
    border-left: 15px solid transparent;
  }
  .c-link-rectangle__block {
    padding: 10px;
  }
  .c-link-rectangle__images {
    display: block;
    width: 80px;
    text-align: center;
  }
  .c-link-rectangle__images img {
    width: 100%;
    height: auto;
  }
  .c-link-rectangle__text {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.3;
    width: calc(100% - 80px);
  }
  .c-link-rectangle__text small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
  .c-link-rectangle--side-line {
    margin: 15px 0;
  }
  .c-link-rectangle:hover {
    background: #FFFFFF;
  }
}
/*
text
 */
.c-text {
  line-height: 1.8;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-text-notice {
  color: #e60012;
}
.c-text--yellow {
  color: #ffe100;
}
.c-text--blue {
  color: #00174d;
}
.c-text--white {
  color: #FFFFFF;
}
.c-text--center {
  text-align: center;
}
.c-text--small {
  font-size: 16px;
}

.c-text-lead {
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
}
.c-text-lead--no-padding {
  padding: 0;
}

.c-text-notes {
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  margin: 10px 0 30px 0;
  font-weight: bold;
}
.c-text-notes__item {
  text-indent: -1em;
  margin: 0 0 3px 1em;
}
.c-text-notes--no-margin {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .c-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .c-text-notice {
    font-size: 12px;
  }
  .c-text-lead {
    font-size: 14px;
    padding: 10px 0;
  }
  .c-text-lead--no-padding {
    padding: 0;
  }
  .c-text-notes {
    font-size: 11px;
    text-align: left;
    margin: 10px 0 15px 0;
    font-weight: normal;
  }
}
/*
card
 */
.c-card-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-card-strip__item {
  width: 175px;
  min-height: 500px;
  margin: 20px 0;
  position: relative;
  text-align: center;
}
.c-card-strip__item img {
  width: 125px;
  height: auto;
}
.c-card-strip__item--kids {
  width: 200px;
  margin: 20px 10px;
}
.c-card-strip__item--kids__box {
  width: 200px;
  height: 800px;
  background: url(/lp/summer_kidsfes_2024/img/card/dummy.png) no-repeat top center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 255px 0 15px 0;
}
.c-card-strip__item--kids__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #00174d;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-orientation: upright;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-card-strip__item--kids__text--long {
  font-size: 20px;
  line-height: 1.4;
}
.c-card-strip__item--kids__text--longlong {
  font-size: 20px;
  line-height: 1.4;
}
.c-card-strip__item--kids__text span {
  text-combine-upright: all;
}
.c-card-strip__name {
  position: static;
  text-align: center;
  color: #FFFFFF;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 20px;
  white-space: nowrap;
  display: block;
  margin: 5px auto;
}

@media (max-width: 767px) {
  .c-card-strip__item {
    width: 100px;
    height: auto;
    min-height: auto;
    margin: 20px 2% 10px 2%;
  }
  .c-card-strip__item img {
    width: 100%;
    height: auto;
  }
  .c-card-strip__item--kids {
    width: 125px;
    margin: 20px 5px 0 5px;
  }
  .c-card-strip__item--kids__box {
    width: 125px;
    height: 500px;
    padding: 155px 0 15px 0;
  }
  .c-card-strip__item--kids__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-card-strip__item--kids__text--long {
    font-size: 14px;
    line-height: 1.3;
  }
  .c-card-strip__item--kids__text--longlong {
    font-size: 13px;
    line-height: 1.3;
  }
  .c-card-strip__name {
    font-size: 13px;
  }
}
/*
table
 */
.c-table {
  line-height: 1.8;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-table-basic {
  width: 760px;
  margin: 0 auto;
}
.c-table-basic th, .c-table-basic td {
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 20px;
  color: #00174d;
  border: 1px solid #00174d;
  font-weight: 100;
  line-height: 1.3;
}
.c-table-basic th {
  background: #6c96d9;
  width: 200px;
  text-align: center;
}
.c-table-basic td {
  background: #FFFFFF;
}
.c-table-basic__caption {
  caption-side: bottom;
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .c-table-basic {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #00174d;
  }
  .c-table-basic th, .c-table-basic td {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 0;
    text-align: left;
  }
  .c-table-basic th {
    width: 100%;
  }
  .c-table-basic__caption {
    font-size: 11px;
  }
}
/*
photo
 */
.c-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 10px auto;
}
.c-photo-list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-photo-list__item {
  width: 300px;
}
.c-photo-list__item--width-half {
  width: 470px;
}
.c-photo-list__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.c-photo-list__item__text {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-photo-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px auto;
  }
  .c-photo-list--center-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-photo-list__item {
    width: 46%;
    margin: 0 2% 0 2%;
    max-width: 200px;
  }
  .c-photo-list__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-photo-list__item--width-half {
    width: 100%;
    margin: 15px auto 0 auto;
    max-width: 400px;
  }
  .c-photo-list__item__text {
    font-size: 12px;
    margin-top: 5px;
  }
}
.p-header-text {
  margin-top: -30px;
}

.p-header-logo__images {
  width: 350px;
  height: auto;
}

@media (max-width: 767px) {
  .p-header-title {
    padding: 0 2%;
  }
  .p-header-title__images {
    width: 100%;
    height: auto;
  }
  .p-header-text {
    margin-top: 0;
  }
  .p-header-logo__images {
    width: 280px;
    height: auto;
  }
}
.p-top-present {
  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);
  padding: 40px 0 60px 0;
  margin: 90px auto 60px auto;
  border-radius: 8px;
  text-align: center;
}
.p-top-present .c-text-notice {
  margin-top: 30px;
}
.p-top-present__table {
  width: 600px;
  margin: 25px auto;
}
.p-top-present__table th, .p-top-present__table td {
  font-size: 16px;
}
.p-top-present__table td {
  text-align: left;
}

.p-top-event .c-button {
  margin: 30px auto 60px auto;
}
.p-top-event .c-card-strip__item {
  margin-bottom: 20px;
}
.p-top-event .c-text--white {
  font-size: 20px;
}
.p-top-event .c-text--white.c-text--small {
  font-size: 16px;
}
.p-top-event .c-text--white small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.p-top-guest {
  margin: 90px auto;
}
.p-top-guest .c-heading-subhead {
  margin-top: 60px;
  padding: 5px 0;
}
.p-top-guest .p-top-guest__subhead.c-text-lead {
  font-size: 28px;
  padding-bottom: 0;
}
.p-top-guest .c-photo-list {
  margin-bottom: 30px;
}

.p-top-goods {
  margin: 60px auto 90px auto;
}
.p-top-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.p-top-goods__item {
  width: 300px;
  margin: 40px 40px 0 0;
  text-align: center;
}
.p-top-goods__item:nth-child(2n), .p-top-goods__item:last-child {
  margin-right: 0;
}
.p-top-goods__item__images {
  border-radius: 8px;
  width: 100%;
}
.p-top-goods__item__text {
  color: #FFFFFF;
  line-height: 1.6;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

.p-top-list--notice {
  width: 600px;
  margin: 30px auto 0 auto;
}
.p-top-list--notice li {
  text-align: left;
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 3px;
  color: #00174d;
}

@media (max-width: 767px) {
  .p-top-present {
    padding: 20px 10px 30px 10px;
    margin: 40px 4%;
  }
  .p-top-present__images {
    width: 100%;
    height: auto;
    max-width: 265px;
  }
  .p-top-present__table {
    width: auto;
    margin: 20px auto;
  }
  .p-top-present__table th, .p-top-present__table td {
    font-size: 13px;
    text-align: left;
  }
  .p-top-present .c-text-notice {
    margin-top: 15px;
  }
  .p-top-event .c-button {
    margin: 15px auto 30px auto;
  }
  .p-top-event .c-card-strip__item {
    margin-bottom: 20px;
  }
  .p-top-event .c-text--white {
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
  }
  .p-top-event .c-text--white.c-text--small {
    font-size: 12px;
    line-height: 1.2;
  }
  .p-top-event .c-text--white.c-text--center {
    text-align: center;
  }
  .p-top-event .c-text--white small {
    display: block;
    line-height: 1.4;
    margin-top: 10px;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
  }
  .p-top-guest {
    margin: 40px auto;
  }
  .p-top-guest .p-top-guest__subhead.c-text-lead {
    font-size: 18px;
    padding: 5px 0;
  }
  .p-top-guest .c-heading-subhead {
    margin-top: 30px;
    padding: 5px;
    font-size: 20px;
  }
  .p-top-guest .c-heading-subhead span::before, .p-top-guest .c-heading-subhead span::after {
    top: -33px;
  }
  .p-top-guest .c-text-lead {
    padding: 10px 0;
  }
  .p-top-guest .c-photo-list {
    margin-bottom: 15px;
  }
  .p-top-goods {
    margin: 40px 4% 50px 4%;
  }
  .p-top-goods__list {
    margin-bottom: 30px;
  }
  .p-top-goods__item {
    width: 48%;
    margin: 30px 4% 0 0;
  }
  .p-top-goods__item:nth-child(2n), .p-top-goods__item:last-child {
    margin-right: 0;
  }
  .p-top-goods__item__images {
    width: 100%;
    min-height: 150px;
  }
  .p-top-goods__item__text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-top-list--notice {
    width: auto;
    margin: 20px 4% 0 4%;
  }
  .p-top-list--notice li {
    text-align: left;
    font-size: 11px;
  }
}
.p-list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 70px auto 80px auto;
}
.p-list-nav__item {
  display: block;
  text-align: center;
  padding: 20px;
  background: #6b96da;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 24px;
  color: #00174d;
  width: 50%;
  line-height: 1.4;
}
.p-list-nav__item--player {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #00174d;
}
.p-list-nav__item--kids {
  border-radius: 0 10px 10px 0;
  border-left: 1px solid #00174d;
}
.p-list-nav__item.is-active {
  background: #FFFFFF;
  position: relative;
}
.p-list-nav__item.is-active::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid #FFFFFF;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -18px;
  left: 0;
  right: 0;
  top: auto;
}

.p-list-selectbox {
  background: #FFFFFF;
  position: relative;
  width: 500px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 26px;
  border-radius: 40px;
  color: #00174d;
}
.p-list-selectbox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #00174d;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 40px;
  top: 0;
  margin: auto;
}
.p-list-selectbox__select {
  width: 100%;
  padding: 15px 30px;
  display: block;
  cursor: pointer;
  font-weight: bold;
}
.p-list-selectbox__select:focus-visible {
  outline: none;
}
.p-list-selectbox__select .is-hide {
  display: none;
}
.p-list-selectbox option:hover {
  color: #00174d;
  background: #ffe100;
}
.p-list-selectbox select,
.p-list-selectbox option {
  font-family: inherit;
  font-weight: bold;
}

.p-list-card {
  margin: 60px auto 80px auto;
}
.p-list-card__item--ja__text {
  font-style: normal;
  font-size: 13px;
  text-align: left;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0 5px;
}

.p-list-video {
  margin: 60px auto;
}

.p-list-wish {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .p-list-nav {
    width: 94%;
    margin: 30px auto 40px auto;
  }
  .p-list-nav__item {
    padding: 15px 0;
    font-size: 15px;
    height: 90px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-list-nav__item--player {
    border-right: none;
  }
  .p-list-nav__item.is-active::after {
    border-top: 16px solid #FFFFFF;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: -14px;
  }
  .p-list-selectbox {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 30px;
    max-width: 320px;
  }
  .p-list-selectbox::after {
    border-top: 16px solid #00174d;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 20px;
  }
  .p-list-selectbox__select {
    width: 100%;
    padding: 10px 20px;
  }
  .p-list-card {
    margin: 20px auto 40px auto;
  }
  .p-list-card .c-card-strip {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 2%;
  }
  .p-list-card__item--ja__text {
    font-size: 12px;
    margin: 0;
    font-weight: normal;
  }
  .p-list-video {
    margin: 40px 3% 0 3%;
    width: 94%;
  }
  .p-list-wish {
    margin-bottom: 40px;
  }
  .p-list-kids-base {
    margin: 0 auto;
  }
  .p-list-kids-base .p-list-lead {
    margin: 0 4%;
  }
}
.u-hide--pc {
  display: none;
}

@media (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */