@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: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 13px;
  }
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.l-body {
  min-width: 1200px;
}

.l-container {
  overflow: hidden;
}
.l-container--ink {
  background: #FFFFFF url(/toraco/img/pattern.gif) repeat top left;
  padding: 0 40px;
}
.l-container--ink .l-header,
.l-container--ink .l-footer {
  background: transparent;
}

.l-main {
  padding: 100px;
}
.l-main--dot {
  background: #FFFFFF url(/toraco/img/pattern_dot.gif) repeat top center;
  background-size: 100px 100px;
}
.l-main--pink {
  background: #FFE0F0;
}

@media (max-width: 767px) {
  .l-body {
    min-width: 100%;
  }
  .l-container--ink {
    padding: 0;
    background-size: 50% auto;
  }
  .l-main {
    padding: 50px 15px;
  }
}
.c-unit-youtube {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-unit-youtube {
    position: relative;
    height: 0;
    width: 92%;
    margin: 0 4%;
    padding-top: 51.75%;
  }
  .c-unit-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-unit-youtube--full {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
  }
}
.c-unit-images {
  text-align: center;
  margin: 40px auto;
}
.c-unit-images--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-unit-images--list img {
  display: block;
}

@media (max-width: 767px) {
  .c-unit-images {
    text-align: center;
    margin: 20px auto;
  }
  .c-unit-images img {
    width: 100%;
    height: auto;
  }
  .c-unit-images--list img {
    display: block;
    width: 48%;
    height: auto;
  }
}
.c-unit-notes {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 16px;
  margin: 30px auto;
  width: 900px;
}

@media (max-width: 767px) {
  .c-unit-notes {
    padding: 15px;
    border-radius: 12px;
    margin: 30px 4%;
    width: auto;
  }
}
.c-unit-accordion {
  margin: 60px 0 0 0;
}
.c-unit-accordion__heading {
  cursor: pointer;
  padding: 18px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: source-han-sans-japanese, sans-serif;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: -1px;
  background: #f4f4f4;
}
.c-unit-accordion__heading.is-open .c-unit-accordion__button {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.c-unit-accordion__heading.is-open .c-unit-accordion__button::before {
  content: none;
}
.c-unit-accordion__button {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  margin: auto;
  top: 8px;
  left: auto;
  bottom: 0;
  right: 25px;
}
.c-unit-accordion__button::before, .c-unit-accordion__button::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #000;
  border-radius: 10px;
  width: 19px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: -1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-unit-accordion__button::before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 7px;
}
.c-unit-accordion__contents {
  display: none;
  text-align: left;
  background: #FFFFFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-unit-accordion__contents .c-list-notes {
  font-family: source-han-sans-japanese, sans-serif;
}
.c-unit-accordion__subhead {
  font-weight: 500;
  margin: 20px 0 0 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-unit-accordion {
    margin: 30px 0 0 0;
  }
  .c-unit-accordion__heading {
    padding: 15px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-unit-accordion__button {
    top: 6px;
    left: auto;
    bottom: 0;
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .c-unit-accordion__button::before, .c-unit-accordion__button::after {
    width: 16px;
    top: 7px;
  }
  .c-unit-accordion__button::before {
    width: 2px;
    height: 16px;
    top: 0;
    left: 6px;
  }
  .c-unit-accordion__contents {
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-unit-accordion__subhead {
    margin: 15px 0 0 0;
    font-size: 14px;
  }
}
.c-section {
  padding: 80px 0 100px;
}
.c-section--pink {
  background: #fcbcc9 url(/toraco/img/pattern_pink.gif) repeat;
}
.c-section--blue {
  background: #fcbcc9 url(/toraco/img/pattern_blue.gif) repeat;
}
.c-section--yellow {
  background: #fcbcc9 url(/toraco/img/pattern_yellow.gif) repeat;
}
.c-section--green {
  background: #fcbcc9 url(/toraco/img/pattern_green.gif) repeat;
}
.c-section__inner {
  background: #FFFFFF;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 100px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .c-section {
    padding: 40px 0 50px;
  }
  .c-section--pink {
    background-size: 75% auto;
  }
  .c-section--blue {
    background-size: 75% auto;
  }
  .c-section--yellow {
    background-size: 75% auto;
  }
  .c-section--green {
    background-size: 75% auto;
  }
  .c-section__inner {
    width: auto;
    margin: 0 4%;
    padding: 30px 15px;
    border-radius: 8px;
  }
}
.c-section-block {
  width: 900px;
  margin: 40px auto;
  position: relative;
  font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
}
.c-section-block::before {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.c-section-block__contents {
  border: 2px solid #FFA9CE;
  z-index: 100;
  position: relative;
  padding: 40px;
  background: #FFFFFF;
}
.c-section-block__inner {
  margin-bottom: 30px;
}
.c-section-block__heading {
  background: #FFA9CE;
  padding: 15px 20px 10px 20px;
  font-size: 20px;
  z-index: 100;
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
}
.c-section-block__subhead {
  border-bottom: 2px solid #FFA9CE;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  font-family: source-han-sans-japanese, sans-serif;
}

@media (max-width: 767px) {
  .c-section-block {
    width: auto;
    margin: 30px 4%;
  }
  .c-section-block::before {
    top: 8px;
    left: 8px;
  }
  .c-section-block__contents {
    padding: 20px;
  }
  .c-section-block__inner {
    margin-bottom: 20px;
  }
  .c-section-block__heading {
    padding: 15px 10px 10px 15px;
    font-size: 18px;
  }
  .c-section-block__subhead {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.c-text {
  font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
}
.c-text--lead {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
.c-text--bold {
  font-weight: bold;
}
.c-text--red {
  color: #ff0000;
}
.c-text--notes {
  font-size: 14px;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.c-text--caution {
  text-align: center;
  margin: 15px auto 50px auto;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
}
.c-text--caution span {
  display: inline-block;
  background: #ff0000;
  padding: 4px 8px;
}
.c-text--link {
  font-family: source-han-sans-japanese, sans-serif;
  color: #0085da;
  text-decoration: underline;
}
.c-text--introduction {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .c-text--lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .c-text--notes {
    font-size: 12px;
  }
  .c-text--caution {
    margin: 10px auto 30px auto;
    font-size: 14px;
  }
  .c-text--caution span {
    padding: 4px 8px;
  }
  .c-text--caution.long {
    line-height: 1.2;
  }
  .c-text--introduction {
    font-size: 16px;
    line-height: 1.6;
    margin: 30px 0;
  }
}
.c-list-notes {
  font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
}
.c-list-notes li {
  font-size: 14px;
  text-indent: -1em;
  margin: 3px 0 0 1em;
}

@media (max-width: 767px) {
  .c-list-notes li {
    font-size: 12px;
  }
}
.c-parts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-parts-wrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-parts-wrap .c-parts-date {
  margin-right: 15px;
}
.c-parts-wrap .c-parts-date:last-child {
  margin-right: 0;
}

.c-parts-date {
  font-family: "Miso", sans-serif;
  background: #fff001;
  color: #08AFAF;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
}
.c-parts-date__week {
  font-size: 32px;
  display: block;
}
.c-parts-date--event {
  width: 120px;
  height: 120px;
  font-size: 42px;
}
.c-parts-date--event .c-parts-date__week {
  font-size: 30px;
}

@media (max-width: 767px) {
  .c-parts-date {
    width: 90px;
    height: 90px;
    font-size: 32px;
    line-height: 0.85;
  }
  .c-parts-date__week {
    font-size: 28px;
  }
  .c-parts-date--event {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
  .c-parts-date--event .c-parts-date__week {
    font-size: 26px;
  }
}
.c-button-block {
  position: relative;
  width: 360px;
  height: 90px;
  margin: 0 auto;
}
.c-button-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -4px;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-button-block a {
  background: url(/toraco/img/btn.jpg) no-repeat left center;
  background-size: contain;
  position: relative;
  z-index: 1;
  width: 360px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.c-button-block a:active {
  background: url(/toraco/img/btn.jpg) no-repeat 2px 2px;
  background-size: contain;
}
.c-button-block--external a {
  background: url(/toraco/img/btn_external.jpg) no-repeat left center;
  background-size: contain;
}
.c-button-block--external a:active {
  background: url(/toraco/img/btn_external.jpg) no-repeat 2px 2px;
  background-size: contain;
}
.c-button-block--s {
  width: 280px;
  height: 70px;
}
.c-button-block--s a {
  width: 280px;
  height: 70px;
  font-size: 18px;
}

.c-button-return {
  position: relative;
  width: 266px;
  height: 90px;
  margin: 0 auto;
  cursor: pointer;
}
.c-button-return::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -4px;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-button-return a {
  background: url(/toraco/img/btn_return.png) no-repeat left center;
  background-size: contain;
  position: relative;
  z-index: 1;
  width: 266px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.c-button-return a:active {
  background: url(/toraco/img/btn_return.png) no-repeat 2px 2px;
  background-size: contain;
}

.c-button-ticket {
  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: 60px auto;
}
.c-button-ticket li {
  width: 540px;
  position: relative;
}
.c-button-ticket li::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -4px;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-button-ticket li a,
.c-button-ticket li span.off {
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  display: table-cell;
  width: 540px;
  height: 106px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.c-button-ticket li a small,
.c-button-ticket li span.off small {
  font-size: 20px;
  display: block;
  width: 100%;
}
.c-button-ticket li a span,
.c-button-ticket li span.off span {
  display: block;
  width: 100%;
}
.c-button-ticket li span.off::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.c-button-ticket__fc {
  margin-right: 30px;
}
.c-button-ticket__fc a,
.c-button-ticket__fc span.off {
  background: url(/toraco/img/btn_fc_pc.png) no-repeat left center;
  background-size: contain;
}
.c-button-ticket__fc a:active {
  background: url(/toraco/img/btn_fc_pc.png) no-repeat 2px 2px;
  background-size: contain;
}
.c-button-ticket__regular a,
.c-button-ticket__regular span.off {
  background: url(/toraco/img/btn_reg_pc.png) no-repeat left center;
  background-size: contain;
}
.c-button-ticket__regular a:active {
  background: url(/toraco/img/btn_reg_pc.png) no-repeat 2px 2px;
  background-size: contain;
}

@media (max-width: 767px) {
  .c-button-block {
    width: 280px;
    height: 70px;
  }
  .c-button-block::after {
    top: 2px;
    right: -2px;
  }
  .c-button-block a {
    width: 280px;
    height: 70px;
    display: block;
    font-size: 16px;
  }
  .c-button-block a label,
  .c-button-block a span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 22px;
  }
  .c-button-block--s {
    width: 240px;
    height: 60px;
  }
  .c-button-block--s a {
    width: 240px;
    height: 60px;
    font-size: 14px;
  }
  .c-button-return {
    width: 140px;
    height: auto;
  }
  .c-button-return::after {
    top: 2px;
    right: -2px;
  }
  .c-button-return a {
    width: 100%;
    height: 0;
    padding-top: 33.38345%;
    display: block;
    font-size: 14px;
  }
  .c-button-return a label,
  .c-button-return a span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 24px;
  }
  .c-button-ticket {
    margin: 30px auto;
  }
  .c-button-ticket li {
    width: 92vw;
    position: relative;
    max-width: 320px;
    margin: 0 auto 15px auto;
  }
  .c-button-ticket li::after {
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 2px;
    right: -2px;
  }
  .c-button-ticket li a,
  .c-button-ticket li span.off {
    font-size: 15px;
    width: 100%;
    height: 0;
    padding-top: 24.42%;
    display: block;
    line-height: 1.4;
  }
  .c-button-ticket li a small,
  .c-button-ticket li span.off small {
    font-size: 13px;
  }
  .c-button-ticket li a div,
  .c-button-ticket li span.off div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
  }
  .c-button-ticket__fc {
    margin: 0;
  }
  .c-button-ticket__fc a,
  .c-button-ticket__fc span.off {
    background: url(/toraco/img/btn_fc.png) no-repeat left center;
    background-size: contain;
  }
  .c-button-ticket__fc a:active {
    background: url(/toraco/img/btn_fc.png) no-repeat 2px 2px;
    background-size: contain;
  }
  .c-button-ticket__regular a,
  .c-button-ticket__regular span.off {
    background: url(/toraco/img/btn_reg.png) no-repeat left center;
    background-size: contain;
  }
  .c-button-ticket__regular a:active {
    background: url(/toraco/img/btn_reg.png) no-repeat 2px 2px;
    background-size: contain;
  }
}
.c-heading {
  text-align: center;
}
.c-heading--en {
  font-family: aller-display, sans-serif;
  font-weight: 400;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 1px 0 #000, 4px 4px 0 #000;
  font-size: 72px;
  color: #fff001;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-heading--event {
  width: 450px;
  margin: 0 auto;
}
.c-heading--event img {
  width: 100%;
  height: auto;
}
.c-heading__caption {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  font-family: source-han-sans-japanese, sans-serif;
}

@media (max-width: 767px) {
  .c-heading--en {
    -webkit-text-stroke: 1px #000;
    text-shadow: 1px 1px 0 #000, 2px 2px 0 #000;
    font-size: 42px;
    line-height: 1;
  }
  .c-heading--image img {
    height: auto;
    width: 92%;
    max-width: 340px;
  }
  .c-heading--event {
    width: 75%;
    max-width: 350px;
    margin: 0 auto;
  }
  .c-heading--event img {
    width: 100%;
    height: auto;
  }
  .c-heading__caption {
    font-size: 15px;
  }
}
.c-table--noborder {
  margin: 20px 0;
}
.c-table--noborder th, .c-table--noborder td {
  font-weight: normal;
}
.c-table--noborder th {
  padding-right: 2em;
}

@media (max-width: 767px) {
  .c-table--noborder {
    margin: 15px 0;
  }
  .c-table--noborder th, .c-table--noborder td {
    font-weight: normal;
  }
  .c-table--noborder th {
    padding-right: 1em;
  }
  .c-table--noborder__indent {
    text-indent: 1em;
  }
  .c-table--spblock th, .c-table--spblock td {
    display: table;
  }
}
.c-hr {
  margin: 50px auto;
}
.c-hr--zigzag {
  width: 565px;
  background: url(/toraco/img/event/line.png) no-repeat center bottom;
  border: none;
  height: 34px;
}

@media (max-width: 767px) {
  .c-hr {
    margin: 30px auto;
  }
  .c-hr--zigzag {
    width: 100%;
    background: url(/toraco/img/event/line.png) repeat-x center bottom;
    background-size: 125% auto;
    height: 18px;
  }
}
.p-header {
  background: #FFFFFF url(/toraco/img/pattern.gif) repeat top center;
  background-size: auto;
  height: 104px;
}
.p-header h1 {
  font-family: "Miso", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.1em;
  padding: 6px 16px 0 16px;
}
.p-header h1 a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.p-header h1 span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.p-header h1 span img {
  width: 100%;
  height: auto;
}

.p-header-nav-wrapper {
  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;
  background: rgba(255, 255, 255, 0.9);
}

.p-header-nav.drawer-menu {
  width: 28vw;
  min-width: 300px;
}
.p-header-nav__main li a {
  display: block;
  color: #fff001;
  font-family: aller-display, sans-serif;
  font-weight: 400;
  font-size: 36px;
  padding: 2px 0;
  -webkit-text-stroke: 1px #000;
}
.p-header-nav__main li a:hover {
  color: #000000;
  -webkit-text-stroke: 0px #000;
}
.p-header-nav__sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header-nav__sns li {
  margin-right: 30px;
}
.p-header-nav__sns li a {
  display: block;
}
.p-header-nav__sns li a img {
  width: 36px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.p-header-nav__sns li a img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

@media (max-width: 767px) {
  .p-header {
    height: 54px;
    background-size: 50% auto;
  }
  .p-header h1 {
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
  }
  .p-header h1 span {
    width: 60px;
    vertical-align: text-bottom;
  }
  .p-header-nav-wrapper {
    display: block;
    background: rgba(255, 255, 255, 0.85);
  }
  .p-header-nav {
    padding: 30px;
  }
  .p-header-nav.drawer-menu {
    width: 100%;
    min-width: auto;
    height: auto;
  }
  .p-header-nav__main {
    overflow: scroll;
  }
  .p-header-nav__main li a {
    font-size: 24px;
    padding: 0;
  }
  .p-header-nav__sns {
    margin-top: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-header-nav__sns li {
    margin-right: 14px;
  }
  .p-header-nav__sns li a img {
    width: 24px;
    height: auto;
  }
}
.p-footer {
  background: #FFFFFF url(/toraco/img/pattern.gif) repeat top center;
  background-size: auto;
  padding: 65px 0;
}
.p-footer__copyright {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media (max-width: 767px) {
  .p-footer {
    background-size: 50% auto;
    padding: 24px 0;
  }
}
.p-top-heading {
  text-align: center;
  margin: 60px 0;
}
.p-top-heading--en {
  font-family: aller-display, sans-serif;
  font-weight: 400;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 1px 0 #000, 4px 4px 0 #000;
  font-size: 72px;
  color: #08AFAF;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-heading--yellow {
  color: #fff001;
}
@media (max-width: 767px) {
  .p-top-heading {
    margin: 30px 0;
  }
  .p-top-heading--en {
    -webkit-text-stroke: 1px #000;
    text-shadow: 1px 1px 0 #000, 2px 2px 0 #000;
    font-size: 42px;
    line-height: 1;
  }
  .p-top-heading--image img {
    height: auto;
    width: 92%;
    max-width: 360px;
  }
}
.p-top-button--details {
  margin: 60px auto 200px auto;
}

@media (max-width: 767px) {
  .p-top-button--details {
    margin: 30px auto 100px auto;
  }
}
.p-top-ink-area {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.p-top-ink {
  position: absolute;
}
.p-top-ink--01 {
  top: 15px;
  left: 100px;
}
.p-top-ink--02 {
  top: 35px;
  right: 100px;
}
.p-top-ink--03 {
  top: -60px;
  left: 150px;
}
.p-top-ink--04 {
  bottom: -100px;
  right: 250px;
}

@media (max-width: 767px) {
  .p-top-ink-area {
    width: auto;
    min-width: 100%;
  }
  .p-top-ink {
    position: absolute;
  }
  .p-top-ink img {
    width: 100%;
    height: auto;
  }
  .p-top-ink--01 {
    top: -100px;
    left: 0;
    width: 100px;
  }
  .p-top-ink--02 {
    top: 120px;
    right: 0;
    width: 150px;
  }
  .p-top-ink--03 {
    top: -40px;
    left: 0;
    width: 100px;
  }
  .p-top-ink--04 {
    bottom: -40px;
    right: 0;
    width: 120px;
  }
}
.p-top-header {
  position: relative;
  padding: 60px 0 20px 0;
}
.p-top-header::after {
  content: "";
  display: block;
  background: #fffbac;
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top-mv {
  text-align: center;
  margin: 0 auto 80px auto;
}

.p-top-slide {
  position: relative;
  z-index: 100;
}
.p-top-slide .slick-slide {
  margin: 0 15px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  max-width: 480px;
  text-align: center;
}
.p-top-slide .slick-slide .invisible {
  opacity: 1;
}
.p-top-slide .slick-slide.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-top-slide .slick-slide a {
  display: block;
}
.p-top-slide .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.p-top-slide .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  width: 100%;
}
.p-top-slide .slick-dots li {
  display: inline-block;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  margin: 0 4px;
  vertical-align: middle;
}
.p-top-slide .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #cccccc;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.p-top-slide .slick-dots li.slick-active button {
  background: #08AFAF;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .p-top-header {
    padding: 30px 0 10px 0;
  }
  .p-top-header::after {
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-top-mv {
    margin: 0 4% 30px 4%;
    position: relative;
    z-index: 100;
  }
  .p-top-mv img {
    width: 100%;
    height: auto;
  }
  .p-top-slide .slick-slide {
    margin: 0 5px;
  }
  .p-top-slide .slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .p-top-slide .slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .p-top-slide .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .p-top-slide .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }
}
.p-top-schedule {
  width: 1200px;
  margin: 50px auto 80px auto;
  font-family: "Miso", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: bold;
  line-height: 1;
}
.p-top-schedule__heading {
  font-size: 48px;
  color: #fff440;
  letter-spacing: 0.07em;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.p-top-schedule__arrow {
  font-size: 36px;
  color: #08AFAF;
  margin: 5px 15px 0 15px;
}
.p-top-schedule__date {
  font-size: 48px;
}
.p-top-schedule__date small {
  font-size: 40px;
}
.p-top-schedule__place {
  display: block;
  font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  margin-top: 5px;
  color: #000000;
}

@media (max-width: 767px) {
  .p-top-schedule {
    width: auto;
    margin: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .p-top-schedule__heading {
    font-size: 48px;
    width: 100%;
  }
  .p-top-schedule__arrow {
    font-size: 24px;
    margin: 10px auto;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 100%;
  }
  .p-top-schedule__date {
    font-size: 36px;
    word-break: break-all;
  }
  .p-top-schedule__date small {
    font-size: 28px;
  }
  .p-top-schedule__place {
    display: block;
    font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
    font-size: 13px;
    margin-top: 10px;
    color: #000000;
  }
}
.p-top-presents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 40px 0;
  border-bottom: 3px dotted #08AFAF;
  margin-top: 40px;
}
.p-top-presents--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-presents.is-last {
  border-bottom: 0;
}
.p-top-presents__info {
  width: 500px;
}
.p-top-presents__image {
  width: 500px;
}
.p-top-presents__heading {
  margin: 20px 0 5px;
  font-family: "Miso", sans-serif;
  font-weight: bold;
  color: #08AFAF;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.p-top-presents__jp {
  font-size: 18px;
  margin-bottom: 5px;
}
.p-top-presents__text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-top-presents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .p-top-presents__info {
    width: 100%;
    text-align: center;
  }
  .p-top-presents__info .c-parts-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-presents__image {
    width: 100%;
    margin-top: 30px;
  }
  .p-top-presents__image img {
    width: 100%;
    height: auto;
  }
  .p-top-presents__heading {
    margin: 20px 0 5px;
    font-size: 40px;
  }
  .p-top-presents__jp {
    font-size: 16px;
  }
  .p-top-presents__text {
    margin-top: 10px;
  }
}
.p-top-event {
  border-radius: 16px;
  padding: 60px;
  margin-top: 60px;
}
.p-top-event__heading {
  margin: 0 auto;
}
.p-top-event--pink {
  background: #fbe3ed;
}
.p-top-event--green {
  background: #cfecec;
}
.p-top-event--yellow {
  background: #fffbac;
}
.p-top-event__button {
  margin: 30px auto 0 auto;
}
.p-top-event__inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-event__inner--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-event__inner__info {
  width: 420px;
}
.p-top-event__inner__info--center {
  text-align: center;
}
.p-top-event__inner__image {
  width: 420px;
}
.p-top-event__inner__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-top-event {
    border-radius: 12px;
    padding: 30px 15px;
    margin-top: 30px;
  }
  .p-top-event__heading {
    width: 65%;
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .p-top-event__heading img {
    width: 100%;
    height: auto;
  }
  .p-top-event__heading--2 {
    width: 75%;
  }
  .p-top-event__button {
    margin: 20px auto 0 auto;
  }
  .p-top-event__inner {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-top-event__inner__info {
    width: 100%;
    margin-top: 30px;
  }
  .p-top-event__inner__image {
    width: 100%;
  }
  .p-top-event__inner__image img {
    width: 100%;
    height: auto;
  }
  .p-top-event__inner__cms img {
    width: 80%;
    height: auto;
  }
}
.p-top-goods {
  border-radius: 16px;
  padding: 60px;
  margin-top: 60px;
}
.p-top-goods--tshirt {
  background: #ede2fb;
}
.p-top-goods--garacoro {
  background: #c0f4b8;
}
.p-top-goods__heading {
  margin: 0 auto 30px auto;
  font-size: 48px;
}
.p-top-goods__images {
  margin-bottom: 0;
}
.p-top-goods__subhead {
  font-family: source-han-sans-japanese, sans-serif;
  margin: 20px 0 5px;
  font-size: 18px;
  font-weight: 500;
}
.p-top-goods__spec {
  font-size: 18px;
  font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
}
.p-top-goods__spec dt, .p-top-goods__spec dd {
  font-weight: normal;
  display: inline-block;
}
.p-top-goods__button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-top-goods {
    padding: 30px 15px;
    margin-top: 30px;
  }
  .p-top-goods__heading {
    margin: 0 auto 20px auto;
    font-size: 34px;
  }
  .p-top-goods__images {
    margin-bottom: 0;
  }
  .p-top-goods__subhead {
    font-size: 15px;
    margin-top: 10px;
  }
  .p-top-goods__spec {
    font-size: 13px;
  }
  .p-top-goods__button {
    margin-top: 20px;
  }
}
.p-top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
}
.p-top-sns li {
  margin: 0 20px;
  background: #000000;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: relative;
}
.p-top-sns li a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background: #fff001;
  border: 2px solid #000000;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -3px;
}
.p-top-sns li a:active {
  top: -1px;
  left: -1px;
}
.p-top-sns li a img {
  width: 48px;
  height: auto;
  vertical-align: middle;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin-top: -5px;
}

@media (max-width: 767px) {
  .p-top-sns {
    margin: 50px 0;
  }
  .p-top-sns li {
    margin: 0 15px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
  .p-top-sns li a {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    top: -2px;
    left: -2px;
  }
  .p-top-sns li a:active {
    top: -1px;
    left: -1px;
  }
  .p-top-sns li a img {
    width: 32px;
    height: auto;
  }
}
.p-top-gallery {
  background: url(/toraco/img/top/gallery.jpg) repeat-x 0 0;
  -webkit-animation: anime-gallery 75s linear infinite;
          animation: anime-gallery 75s linear infinite;
  height: 240px;
}

@-webkit-keyframes anime-gallery {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6116px 0;
  }
}

@keyframes anime-gallery {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6116px 0;
  }
}
@media (max-width: 767px) {
  .p-top-gallery {
    background-size: auto 120px;
    -webkit-animation: anime-gallery 110s linear infinite;
            animation: anime-gallery 110s linear infinite;
    height: 120px;
  }
}
.p-event {
  border: 15px solid #FFF983;
  background: #FFFFFF;
  padding: 60px;
  width: 900px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.p-event__heading {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  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-event__heading__icon {
  margin-right: 10px;
}
.p-event__heading__icon img {
  height: 60px;
  width: auto;
}
.p-event__subhead {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0 10px;
}
.p-event__date {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-event__block {
  background: #fffce1;
  padding: 20px;
  margin: 40px auto;
  text-align: left;
  font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  max-width: 400px;
}
.p-event__block__list {
  display: table;
}
.p-event__block__list dt, .p-event__block__list dd {
  font-weight: normal;
  display: table-cell;
}
.p-event__block__list dt {
  min-width: 5em;
}

@media (max-width: 767px) {
  .p-event {
    border: 5px solid #FFF983;
    padding: 30px 4%;
    width: auto;
    margin: 0 auto 30px auto;
  }
  .p-event__heading {
    font-size: 20px;
  }
  .p-event__heading__icon img {
    height: 50px;
    width: auto;
  }
  .p-event__subhead {
    font-size: 16px;
  }
  .p-event__date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-event__date .c-parts-date {
    margin: 0 5px;
  }
  .p-event__block {
    padding: 15px;
    margin: 20px auto;
  }
  .p-event__block__list.sp-block {
    display: block;
    margin-top: 5px;
  }
  .p-event__block__list.sp-block dt, .p-event__block__list.sp-block dd {
    display: block;
  }
  .p-event__block__list.sp-block dd {
    margin-left: 1em;
  }
}
.wf-loading {
  opacity: 0;
}

.u-hide--pc {
  display: none;
}

.u-align--center {
  text-align: center;
}

.u-layer-top {
  position: relative;
  z-index: 100;
}

.u-no-margin {
  margin: 0;
}
.u-no-margin--top {
  margin-top: 0;
}

.invisible {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
}

.fadeInBottom.visible {
  -webkit-animation: fadeInBottom 0.7s ease 0s 1 normal;
          animation: fadeInBottom 0.7s ease 0s 1 normal;
}

.fadeInBottomX.visible {
  -webkit-animation: fadeInBottomX 0.7s ease 0s 1 normal;
          animation: fadeInBottomX 0.7s ease 0s 1 normal;
}

.fadeInZoom.visible {
  -webkit-animation: fadeInZoom 0.5s ease 0s 1 normal;
          animation: fadeInZoom 0.5s ease 0s 1 normal;
}

.textUpDown.visible {
  -webkit-animation: textupdown 2s linear;
          animation: textupdown 2s linear;
}

/* fadeInBottom */
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
  }
}
/* fadeInBottomX */
@-webkit-keyframes fadeInBottomX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBottomX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
  }
}
/* fadeInZoom */
@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* textUpDown */
@-webkit-keyframes textupdown {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes textupdown {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
  .u-scrollable {
    overflow-x: auto;
  }
  .u-scrollable th, .u-scrollable td {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=style.css.map */