/*
* Theme Name: PHPCON
*/
/* ---------------------------
 * All
 * --------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Overlock:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.p-entry__button, .p-program__heading, .p-news__heading, .p-sponsor__heading, .p-mainvisual__button {
  font-family: "Overlock", cursive; }

html {
  background-color: #91BCBC;
  color: #000; }

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

[src$=".svg"],
[data$=".svg"] {
  width: 100%; }

i,
cite,
em,
address,
dfn {
  font-style: normal; }

dd {
  margin-left: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

li > ul, li > ol {
  margin-bottom: 0; }

ul, ol {
  padding-left: 1em; }

hr {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table tr th, table tr td {
    padding: 12px 10px;
    border: 2px solid #213E87;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  table tr th {
    vertical-align: top; }

.l-page {
  background-color: #FFF;
  overflow: hidden; }

.l-footer {
  background-color: #91BCBC;
  overflow: hidden; }

.p-copyright {
  margin: 0;
  padding: 25px 20px 24px;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-align: center; }
  .p-copyright small {
    font-size: 100%; }

.p-entry {
  background-color: #AC1515;
  overflow: hidden; }
  .p-entry__inner {
    max-width: 1316px;
    margin: 0 auto;
    padding: 55px 20px 30px;
    color: #FFF;
    text-align: center; }
  .p-entry__heading {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.28571;
    text-align: center; }
  .p-entry__button {
    display: block;
    max-width: 440px;
    margin: 0 auto 25px;
    padding: 4px 10px;
    color: #FFF;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    border: 2px solid #FFF;
    border-radius: 10px;
    text-decoration: none; }
    .p-entry__button:hover {
      opacity: 0.6; }
  .p-entry__social {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    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-entry__social li {
      margin: 0 14px;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1; }
      .p-entry__social li a {
        color: #FFF; }
        .p-entry__social li a:hover {
          opacity: 0.6; }
  .p-entry__hashtag {
    margin: 20px 0 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5; }
    .p-entry__hashtag a {
      color: #FFF; }

.p-program {
  position: relative;
  background-color: #EAE9D8; }
  .p-program:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 23px;
    background: url("../img/p-program/bg-flag.svg") repeat-x 50% 0;
    background-size: 90px auto;
    z-index: 5; }
  .p-program__inner {
    max-width: 1316px;
    margin: 0 auto;
    padding: 60px 20px 100px; }
  .p-program__heading {
    margin: 0 0 45px;
    color: #213E87;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1;
    text-align: center; }
  .p-program__timetable table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #EAE9D8; }
    .p-program__timetable table tr {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .p-program__timetable table tr th, .p-program__timetable table tr td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px;
        border: 2px solid #213E87;
        vertical-align: top; }
    .p-program__timetable table thead tr th {
      padding: 20px;
      color: #FFF;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7;
      text-align: center; }
      .p-program__timetable table thead tr th:nth-child(2) {
        background-color: #91BCBC; }
      .p-program__timetable table thead tr th:nth-child(3) {
        background-color: #919EBC; }
    .p-program__timetable table tbody tr th {
      padding: 25px 5px;
      width: 10%;
      white-space: nowrap;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #213E87;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7;
      text-align: center; }
    .p-program__timetable table tbody tr td {
      width: 45%;
      background-color: #fff; }
  .p-program__title {
    margin: 0;
    color: #213E87;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667; }
  .p-program__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0; }
    .p-program__profile dt {
      margin: 0;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.66667; }
    .p-program__profile dd {
      margin-left: 1em; }
      .p-program__profile dd > a {
        display: inline-block;
        color: #AC1515;
        text-decoration: none; }
        .p-program__profile dd > a:hover {
          opacity: 0.6; }
      .p-program__profile dd i {
        color: #000; }
  .p-program__contents {
    color: #707070; }
    .p-program__contents > *:first-child {
      margin-top: 0 !important; }
    .p-program__contents > *:last-child {
      margin-bottom: 0 !important; }

.p-summary {
  background-color: #AC1515; }
  .p-summary__inner {
    max-width: 1316px;
    margin: 0 auto;
    padding: 65px 20px 90px; }
  .p-summary__head {
    position: relative;
    max-width: 460px;
    margin: 0 auto 80px;
    padding: 0 67px; }
  .p-summary__heading {
    margin: 0;
    position: relative;
    padding: 9px 0;
    color: #AC1515;
    line-height: 1.3;
    text-align: center;
    background-color: #fff; }
    .p-summary__heading:before {
      position: absolute;
      top: 12px;
      left: -67px;
      display: block;
      content: '';
      width: 64px;
      height: 50px;
      background: url("../img/base/bg-ribbon.svg") no-repeat 0 0;
      background-size: 64px auto; }
    .p-summary__heading:after {
      position: absolute;
      top: 12px;
      right: -67px;
      display: block;
      content: '';
      width: 64px;
      height: 50px;
      background: url("../img/base/bg-ribbon.svg") no-repeat 0 0;
      background-size: 64px auto;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .p-summary__contents table {
    background-color: #fff; }
    .p-summary__contents table tr th, .p-summary__contents table tr td {
      padding: 20px 30px;
      color: #213E87;
      font-weight: bold; }
    .p-summary__contents table tr th {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 317px;
      background-color: #C9DDDD; }

.p-news {
  position: relative;
  background-color: #C9DDDD; }
  .p-news:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100px;
    background-color: #FFF; }
  .p-news:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 100px 50vw;
    border-color: transparent transparent #C9DDDD transparent;
    z-index: 3; }
  .p-news__inner {
    max-width: 872px;
    margin: 0 auto;
    padding: 90px 20px; }
  .p-news__heading {
    margin: 0 0 45px;
    color: #213E87;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1;
    text-align: center; }
  .p-news__main {
    position: relative; }
    .p-news__main:after, .p-news__main:before {
      display: block;
      content: '';
      width: 100%;
      height: 12px;
      background: url("../img/base/bg-frag.png") repeat-x 0 0;
      background-size: 25px 12px; }
  .p-news__list {
    list-style: none;
    margin: 15px 0;
    padding: 0 25px; }
    .p-news__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 15px;
      border-top: 1px solid #BABABA;
      color: #213E87;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.66667; }
      .p-news__list li:first-child {
        border-top: none; }
  .p-news__date {
    margin-right: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.p-sponsor {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden; }
  .p-sponsor:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 23px;
    background: url("../img/p-sponsor/bg-flag.svg") repeat-x 50% 0;
    background-size: 90px auto;
    z-index: 5; }
  .p-sponsor__inner {
    max-width: 1316px;
    margin: 0 auto;
    padding: 60px 20px 100px; }
  .p-sponsor__heading {
    margin: 0 0 45px;
    color: #213E87;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1;
    text-align: center; }
  .p-sponsor__title {
    margin: 0 0 20px;
    color: #213E87;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center; }
    .type-other .p-sponsor__title {
      margin: 0 0 10px;
      font-size: 18px;
    }
  .p-sponsor__section {
    margin: 0 0 40px; }
  .p-sponsor__list {
    list-style: none;
    margin: -16px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .p-sponsor__list li {
      width: calc(100% - 32px);
      margin-left: 16px;
      margin-top: 16px;
      text-align: center; }
    .p-sponsor__list.type-gold {
      max-width: 1016px;
      margin: 0 auto; }
    .p-sponsor__list.type-gold li {
      width: calc((100% - 16px) / 2);
      margin-left: 16px;
      margin-top: 16px;
      text-align: center; }
      .p-sponsor__list.type-gold li:nth-child(2n+1) {
        margin-left: 0; }
    .p-sponsor__list.type-silver li {
      width: calc((100% - 32px) / 3); }
      .p-sponsor__list.type-silver li:nth-child(2n+1) {
        margin-left: 16px; }
      .p-sponsor__list.type-silver li:nth-child(3n+1) {
        margin-left: 0; }
    .p-sponsor__list.type-other li {
      width: calc((100% - 48px) / 4); }
      .p-sponsor__list.type-other li:nth-child(3n+1) {
        margin-left: 16px; }
      .p-sponsor__list.type-other li:nth-child(4n+1) {
        margin-left: 0; }
    .p-sponsor__list.type-beer li {
      width: calc((100% - 176px) / 12); }
      .p-sponsor__list.type-beer li:nth-child(11n+1) {
        margin-left: 16px; }
      .p-sponsor__list.type-beer li:nth-child(12n+1) {
        margin-left: 0; }

.p-introduction {
  background-color: #AC1515; }
  .p-introduction__inner {
    position: relative;
    max-width: 1316px;
    margin: 0 auto;
    padding: 60px 20px 130px; }
    .p-introduction__inner:after {
      position: absolute;
      right: 0;
      bottom: -18px;
      display: block;
      content: '';
      width: 100%;
      height: 212px;
      background: url("../img/p-introduction/bg.png") no-repeat 100% 100%;
      background-size: auto 100%;
      z-index: 10; }
  .p-introduction__head {
    position: relative;
    max-width: 782px;
    margin: 0 auto 70px;
    padding: 0 67px; }
  .p-introduction__heading {
    margin: 0;
    position: relative;
    padding: 11px 0;
    color: #AC1515;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    background-color: #fff; }
    @media screen and (min-width: 320px) {
      .p-introduction__heading {
        font-size: calc(0.80321vw + 15.42972px); } }
    @media screen and (min-width: 1316px) {
      .p-introduction__heading {
        font-size: 26px; } }
    .p-introduction__heading:before {
      position: absolute;
      left: -67px;
      bottom: -12px;
      display: block;
      content: '';
      width: 64px;
      height: 50px;
      background: url("../img/base/bg-ribbon.svg") no-repeat 0 0;
      background-size: 64px auto; }
    .p-introduction__heading:after {
      position: absolute;
      right: -67px;
      bottom: -12px;
      display: block;
      content: '';
      width: 64px;
      height: 50px;
      background: url("../img/base/bg-ribbon.svg") no-repeat 0 0;
      background-size: 64px auto;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .p-introduction__text {
    max-width: 720px;
    margin: 0 auto;
    color: #FFF;
    text-align: center; }

.p-mainvisual {
  position: relative;
  height: 768px; }
  .p-mainvisual:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 23px;
    background: url("../img/p-program/bg-flag.svg") repeat-x 50% 0;
    background-size: 90px auto;
    z-index: 5; }
  .p-mainvisual__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #EAE7D6 url("../img/p-mainvisual/bg-pc.png") no-repeat 50% 50%;
    background-size: auto 100%; }
  .p-mainvisual__button {
    position: absolute;
    left: 50%;
    bottom: 44px;
    display: block;
    max-width: 440px;
    width: 100%;
    padding: 4px 10px;
    color: #FFF;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    background-color: #AC1515;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .p-mainvisual__button:hover {
      opacity: 0.6; }

.u-pconly {
  display: none; }

.u-pconly-inline {
  display: none; }

.u-sponly {
  display: none; }

.u-sponly-inline {
  display: none; }

.u-txt-light {
  font-weight: 100 !important; }

.u-txt-normal {
  font-weight: 400 !important; }

.u-txt-bold {
  font-weight: 700 !important; }

.u-txt-indent {
  text-indent: 1em !important; }

.u-txt-note {
  margin-left: 1em !important;
  text-indent: -1em !important; }

.u-txt-nowrap {
  white-space: nowrap !important; }

.u-txt-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; }

.u-txt-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

.u-txt-none {
  text-transform: none !important; }

.u-txt-lowercase {
  text-transform: lowercase !important; }

.u-txt-uppercase {
  text-transform: uppercase !important; }

.u-txt-capitalize {
  text-transform: capitalize !important; }

.u-txt-smallcaps {
  font-variant: small-caps !important; }

.u-txt-right {
  text-align: right !important; }

.u-txt-center {
  text-align: center !important; }

.u-txt-left {
  text-align: left !important; }

.u-txt-top {
  vertical-align: top !important; }

.u-txt-middle {
  vertical-align: middle !important; }

.u-txt-bottom {
  vertical-align: bottom !important; }

.u-red {
  color: #cc0000 !important; }

@media screen and (max-width: 768px) {
  /* ---------------------------
 * Smartphone 768px
 * --------------------------- */
  html {
    width: 100%; }
  body {
    width: 100%;
    min-width: 320px; }
  .p-copyright {
    padding: 20px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
  .p-entry__inner {
    padding: 30px 10px; }
  .p-entry__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5; }
  .p-entry__button {
    display: block;
    max-width: 240px;
    margin: 0 auto 25px;
    padding: 4px 10px;
    color: #FFF;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3; }
    .p-entry__button:hover {
      opacity: 1; }
  .p-entry__social li {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1; }
  .p-program:before {
    height: 15px;
    background-size: auto 15px; }
  .p-program__inner {
    padding: 30px 20px; }
  .p-program__heading {
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1; }
  .p-program__timetable table {
    display: block;
    width: 100%; }
    .p-program__timetable table thead {
      display: none; }
    .p-program__timetable table tbody {
      display: block;
      width: 100%; }
      .p-program__timetable table tbody tr {
        display: block;
        width: 100%; }
        .p-program__timetable table tbody tr th, .p-program__timetable table tbody tr td {
          margin: -2px 0 0;
          display: block;
          width: 100%;
          padding: 10px; }
        .p-program__timetable table tbody tr th {
          text-align: left; }
    .p-program__timetable table tbody tr th {
      white-space: normal;
      line-height: 1.5; }
    .p-program__timetable table tbody tr td:before {
      display: block;
      margin: 0 0 10px;
      font-effect: none;
      content: attr(data-label);
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857;
      text-align: left;
      background-color: #213E87;
      padding: 5px 10px 4px;
      color: #FFF; }
    .p-program__timetable table tbody tr td:nth-child(2):before {
      background-color: #91BCBC; }
    .p-program__timetable table tbody tr td:nth-child(3):before {
      background-color: #919EBC; }
  .p-program__title {
    margin-bottom: 5px; }
  .p-program__profile {
    margin: 0 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-program__profile dt {
      margin-right: 1em;
      line-height: 1.5; }
    .p-program__profile dd {
      margin-left: 0;
      margin-right: 1em;
      line-height: 1.5; }
      .p-program__profile dd i {
        font-size: 18px;
        line-height: 1.5; }
  .p-summary__inner {
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-summary__head {
    margin-bottom: 30px; }
  .p-summary__contents table {
    background-color: #fff; }
    .p-summary__contents table tr th, .p-summary__contents table tr td {
      width: auto;
      padding: 15px; }
    .p-summary__contents table tr th {
      white-space: nowrap; }
  .p-news:after {
    height: 50px; }
  .p-news:before {
    border-width: 0 50vw 50px 50vw; }
  .p-news__inner {
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-news__heading {
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    z-index: 10; }
  .p-news__list {
    padding: 0; }
    .p-news__list li {
      display: block;
      padding: 10px 0;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.75; }
  .p-news__date {
    display: block;
    margin: 0; }
  .p-news__main:after, .p-news__main:before {
    height: 10px;
    background-size: 20px auto; }
  .p-sponsor__inner {
    padding-top: 40px;
    padding-bottom: 1px; }
  .p-sponsor__heading {
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    z-index: 10; }
  .p-sponsor__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75; }
    .type-other .p-sponsor__title {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2;
    }
  .p-sponsor__list {
    margin: -8px 0 0; }
    .p-sponsor__list li {
      width: calc((100% - 16px) / 2);
      margin-left: 8px;
      margin-top: 8px; }
      .p-sponsor__list li:nth-child(3n+1) {
        margin-left: 8px; }
      .p-sponsor__list li:nth-child(2n+1) {
        margin-left: 0; }
    .p-sponsor__list.type-gold,.p-sponsor__list.type-platinum {
      margin: 0; }
      .p-sponsor__list.type-gold li,.p-sponsor__list.type-platinum li {
        width: 100%;
        margin: 0 0 8px; }
    .p-sponsor__list.type-silver ,.p-sponsor__list.type-other {
      margin: -8px 0 0; }
      .p-sponsor__list.type-silver li ,.p-sponsor__list.type-other li {
        width: calc((100% - 8px) / 2);
        margin-left: 8px; }
      .p-sponsor__list.type-other li {
        margin-bottom: 15px;
      }
        .p-sponsor__list.type-silver li:nth-child(3n+1) ,.p-sponsor__list.type-other li:nth-child(3n+1) {
          margin-left: 8px; }
        .p-sponsor__list.type-silver li:nth-child(4n+1) ,.p-sponsor__list.type-other li:nth-child(4n+1) {
          margin-left: 8px; }
        .p-sponsor__list.type-silver li:nth-child(2n+1) ,.p-sponsor__list.type-other li:nth-child(2n+1) {
          margin-left: 0; }
    .p-sponsor__list.type-beer {
      margin: -8px 0 0; }
      .p-sponsor__list.type-beer li {
        width: calc((100% - 20px) / 6);
        margin-left: 4px; }
        .p-sponsor__list.type-beer li:nth-child(6n+1) {
          margin-left: 0; }
        
  .p-introduction__inner {
    padding-top: 40px;
    padding-bottom: 140px; }
    .p-introduction__inner:after {
      position: absolute;
      right: 0;
      bottom: -18px;
      display: block;
      content: '';
      width: 250px;
      height: 155px;
      background: url("../img/p-introduction/bg-sp.png") no-repeat 100% 100%;
      background-size: 100% auto;
      z-index: 10; }
  .p-introduction__head {
    margin: 0 auto 40px;
    max-width: 460px;
    padding: 0 43px; }
  .p-introduction__heading {
    position: relative;
    margin: 0 -20px 40px;
    z-index: 10; }
    .p-introduction__heading:before {
      left: -43px;
      width: 40px; }
    .p-introduction__heading:after {
      right: -43px;
      width: 40px;
      height: 50px; }
  .p-introduction__text {
    text-align: left; }
  .p-mainvisual {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 568px; }
    .p-mainvisual:before {
      height: 15px;
      background-size: auto 15px; }
    .p-mainvisual__title {
      background-image: url("../img/p-mainvisual/bg-sp.png"); }
    .p-mainvisual__button {
      bottom: 30px;
      max-width: 240px;
      padding: 4px 10px;
      color: #FFF;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3; }
      .p-mainvisual__button:hover {
        opacity: 1; }
  .u-sponly {
    display: block !important; }
  .u-sponly-inline {
    display: inline !important; }
  .u-sp-txt-light {
    font-weight: 100 !important; }
  .u-sp-txt-normal {
    font-weight: 400 !important; }
  .u-sp-txt-bold {
    font-weight: 700 !important; }
  .u-sp-txt-indent {
    text-indent: 1em !important; }
  .u-sp-txt-note {
    margin-left: 1em !important;
    text-indent: -1em !important; }
  .u-sp-txt-nowrap {
    white-space: nowrap !important; }
  .u-sp-txt-breakword {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important; }
  .u-sp-txt-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important; }
  .u-sp-txt-none {
    text-transform: none !important; }
  .u-sp-txt-lowercase {
    text-transform: lowercase !important; }
  .u-sp-txt-uppercase {
    text-transform: uppercase !important; }
  .u-sp-txt-capitalize {
    text-transform: capitalize !important; }
  .u-sp-txt-smallcaps {
    font-variant: small-caps !important; }
  .u-sp-txt-right {
    text-align: right !important; }
  .u-sp-txt-center {
    text-align: center !important; }
  .u-sp-txt-left {
    text-align: left !important; }
  .u-sp-txt-top {
    vertical-align: top !important; }
  .u-sp-txt-middle {
    vertical-align: middle !important; }
  .u-sp-txt-bottom {
    vertical-align: bottom !important; }
  .u-sp-red {
    color: #cc0000 !important; }
  .u-sp-txt-size14 {
    font-size: 14px !important; }
  .u-sp-txt-size12 {
    font-size: 12px !important; } }

@media screen and (min-width: 769px) {
  /* ---------------------------
 * PC  769px
 * --------------------------- */
  .u-pconly {
    display: block !important; }
  .u-pconly-inline {
    display: inline !important; } }
