/*--------------------------------------------------------------
## COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## RATIO
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## EXTRA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## VARS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## J-WAVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## ANIMATION
--------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes highlight {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}
/*--------------------------------------------------------------
## GRID / FLEXBOX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FLEXBOX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WEBFONT LINE HEIGHT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## J-WAVE NIHONMONO LOUNGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## J-WAVE HOT SUMMER BEAT
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WEB FONTS
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #006b38;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: bottom;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
## lists
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## lists STYLE OFF
--------------------------------------------------------------*/
ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/*--------------------------------------------------------------
## tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## links
--------------------------------------------------------------*/
a {
  color: #ff551b;
  outline: none;
}
a:visited {
  color: #ff551b;
}
a:hover, a:focus, a:active {
  color: #ffa080;
  outline: none;
}

/*--------------------------------------------------------------
## typography
--------------------------------------------------------------*/
p {
  margin: 0;
}

P + P {
  margin: 1em 0 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
button {
  background-color: transparent;
  border: none;
  border-style: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

.small {
  font-size: 0.866em;
}

.xsmall {
  font-size: 0.75em;
}

.large {
  font-size: 1.25em;
}

html body {
  background-image: url(../img/page-bg.svg);
  background-position: center top;
  background-color: #006b38;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
html body .spbr {
  display: none;
}
@media (max-width: 60em) {
  html body {
    font-size: 1.667vw;
  }
}
@media (max-width: 40em) {
  html body {
    background-size: 800px auto;
    font-size: 4vw;
  }
  html body .spbr {
    display: block;
  }
  html body .pcbr {
    display: none;
  }
}
html body.is-noscroll {
  overflow: hidden;
}

.content {
  padding: 0 3em;
}

@media (max-width: 40em) {
  .content {
    padding: 0 20px;
  }
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.header {
  position: relative;
  height: calc(45.5em + 10vw + (100vw * 0.12278456090291 / 2));
  overflow: hidden;
}
.header__wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-50em + 10vw)) rotate(-7deg);
  -webkit-backface-visibility: hidden;
  width: 120%;
}
.is-ie .header__wrapper {
  transform: translateX(-50%) translateY(-50em) translateY(10vw) rotate(-7deg);
}
.header__title {
  background-image: url(../img/bt-pattern.svg);
  background-position: calc(50% - 4em) top;
  background-size: auto 80em;
  height: 80em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  overflow: hidden;
}
.header__title::before {
  content: "";
  display: block;
  height: 80em;
}
.header__date {
  background-image: url(../img/head-dateloop.svg);
  background-position: calc(50% - 5em) top;
  background-size: auto 100%;
  background-repeat: repeat-x;
  height: 7.5em;
  margin-top: 2em;
  overflow: hidden;
}
.header__date::before {
  content: "";
  display: block;
  height: 7.5em;
}
.header__jwave {
  background-image: url(../img/head-jwaveloop.svg);
  background-position: calc(50% + 7.5em) top;
  background-size: auto 100%;
  background-repeat: repeat-x;
  height: 2.75em;
  margin-top: 2.75em;
}
.header__dateicons {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% + 15em), calc(50em + 4em));
  width: 16em;
}
@media (max-width: 40em) {
  .header {
    height: calc(40em + 10vw + (100vw * 0.12278456090291 / 2));
  }
  .header__wrapper {
    transform: translate(-50%, calc(-10em + 10vw)) rotate(-7deg);
    width: 150%;
  }
  .header__title {
    background-position: 8% top;
    background-size: auto 40em;
    height: 40em;
  }
  .header__title::before {
    height: 40em;
  }
  .header__date {
    background-position: calc(50% - 2.25em) top;
    height: 4.5em;
    margin-top: 1em;
  }
  .header__date::before {
    height: 4.5em;
  }
  .header__jwave {
    background-position: calc(50% + 6.25em) top;
    height: 2em;
    margin-top: 2em;
  }
  .header__dateicons {
    transform: translate(calc(-50% + 9.5em), calc(10em + 2.5em));
    width: 10em;
  }
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.footer {
  position: relative;
  overflow: hidden;
  margin-top: -1em;
}
.footer img {
  vertical-align: bottom;
}
.footer__title {
  text-align: center;
}
.footer__title img {
  max-width: 20em;
}
.footer__jwave {
  height: 10em;
  margin: auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: center;
}
.footer__jwave .wrapper {
  position: relative;
  width: 100%;
  max-width: 58.75em;
}
.footer__jwave .copyright {
  float: right;
  line-height: 1em;
  text-align: right;
  font-size: 0.75em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  white-space: nowrap;
  color: #fff;
}
.footer__jwave .copyright img {
  margin-right: 4px;
  margin-bottom: 8px;
}
.footer .btn_pagetop {
  display: block;
  width: 60px;
  height: 0;
  padding-top: 70px;
  position: absolute;
  top: -80px;
  right: 0;
  overflow: hidden;
  border-style: none;
  z-index: 1;
}
.footer .btn_pagetop:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
}
@media (max-width: 68.75em) {
  .footer__jwave {
    padding: 3em;
  }
}
@media (max-width: 40em) {
  .footer__jwave {
    margin-top: 20px;
    padding: 20px;
    height: auto;
    display: flex;
    align-items: flex-end;
  }
  .footer__title {
    margin: 20px;
    padding: 0 20px;
  }
  .footer__title a img {
    max-width: 60vw;
    max-width: none;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## LEAD
--------------------------------------------------------------*/
.p-lead {
  max-width: 58.75em;
  margin: calc(-100vw * 0.12278456090291 / 2) auto 0;
  z-index: 1;
  overflow: hidden;
}
.p-lead__wrapper {
  transform: rotate(-7deg);
  margin: 3em 0 calc(58.75em * 0.12278456090291 / 2);
}
.p-lead__wrapper p {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lead .bnr-box {
  width: 18.75em;
  margin: auto;
  text-align: center;
}
.p-lead .bnr-box img {
  width: 100%;
}
@media (max-width: 40em) {
  .p-lead {
    margin: 0 0 20px;
  }
  .p-lead__wrapper {
    transform: none;
    margin: 20px 0 30px;
  }
  .p-lead__wrapper p {
    margin-bottom: 20px;
    font-size: 1.125em;
    text-align: left;
    letter-spacing: 0;
  }
  .p-lead__wrapper p br {
    display: none;
  }
  .p-lead .bnr-box {
    width: 100%;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
## PROGRAM
--------------------------------------------------------------*/
.p-program {
  max-width: 58.75em;
  margin: 3em auto;
  color: #1a1a1a;
  text-align: center;
  overflow: hidden;
}
.p-program_day1 {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-program_day2 {
  background-color: rgba(250, 237, 0, 0.5);
}
.p-program__head {
  background-repeat: no-repeat;
  background-size: 20em auto;
  background-position: left 0.75em top -0.25em;
  padding: 0 0 1.5em;
}
.p-program_day1 .p-program__head {
  background-image: url(../img/bt-title.svg);
}
.p-program_day2 .p-program__head {
  background-image: url(../img/bt-title-y.svg);
}
.p-program .date-icon {
  width: 12em;
  margin: auto;
  padding: 2em 1em 0 0;
}
.p-program .title {
  width: 44em;
  margin: -0.5em auto 0;
  font-size: 1em;
}
.p-program .navigators {
  max-width: 23.75em;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-program .navigators__item {
  flex: 1 1 50%;
}
.p-program .navigators__item:nth-child(2) {
  margin-left: 3.75em;
}
.p-program .navigators .photo {
  background: #fff;
  border: 0.5em solid #fff;
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
}
.p-program .navigators .name {
  margin-top: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-program .u-section__title {
  margin: 0;
  padding: 0.5em;
  font-size: 1.5em;
}
.p-program .u-section__title {
  background: #fff;
  line-height: 1.5;
}
.p-program .u-section__lead {
  margin: 1.5em;
  font-weight: bold;
}
.p-program_day2 .u-section__title {
  background: #faed00;
}
.p-program_day2 .navigators__item .photo {
  border: 0.5em solid #faed00;
}
.p-program_day2 .artist-list__item, .p-program_day2 .athlete-list__item {
  background: #faed00 !important;
}
.p-program .artist-list, .p-program .athlete-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: -1.25em;
  margin-left: -1.25em;
  padding-bottom: 40px;
}
.p-program .artist-list > *, .p-program .athlete-list > * {
  margin: 0 0 1.25em 1.25em;
  width: calc((100% / 3) - 1.25em);
  flex: 0 0 calc((100% / 3) - 1.25em);
}
.is-ie .p-program .artist-list > *, .is-ie .p-program .athlete-list > * {
  width: calc((100% / 3 - .01px) - 1.25em);
}
.p-program .artist-list__item, .p-program .athlete-list__item {
  background: #fff;
}
.p-program .artist-list__item .textbox, .p-program .athlete-list__item .textbox {
  padding: 1em 0;
}
.p-program .artist-list__item .textbox p, .p-program .athlete-list__item .textbox p {
  margin: 0;
}
.p-program .artist-list__item .textbox p + p, .p-program .athlete-list__item .textbox p + p {
  margin-top: 0.5em;
}
.p-program .artist-list__item .name, .p-program .athlete-list__item .name {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
}
.p-program .artist-list__item .time, .p-program .artist-list__item .group, .p-program .artist-list__item .team, .p-program .athlete-list__item .time, .p-program .athlete-list__item .group, .p-program .athlete-list__item .team {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.5;
}
.p-program .artist-list__item .team, .p-program .athlete-list__item .team {
  margin: 0 0 1em !important;
}
.p-program .athlete-list {
  justify-content: center;
}
@media (max-width: 40em) {
  .p-program {
    margin: 20px auto;
  }
  .p-program__head {
    background-size: 12em auto;
    background-position: left 1em top 0.5em;
    position: relative;
    padding: 0 0 20px;
  }
  .p-program .date-icon {
    width: 8em;
    width: 6em;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    transform: translate(-1.75em, 1.25em);
    margin: 0;
    padding: 0;
  }
  .p-program .title {
    width: auto;
    margin: -0.5em auto 0.5em;
    padding-top: 7em;
    font-size: 1em;
  }
  .p-program .navigators {
    max-width: none;
    margin: 0 20px;
  }
  .p-program .navigators__item:nth-child(2) {
    margin-left: 20px;
  }
  .p-program .u-section__lead {
    text-align: left;
  }
  .p-program .u-section__lead br {
    display: none;
  }
  .p-program .artist-list, .p-program .athlete-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin: 0 20px;
    padding-bottom: 20px;
  }
  .p-program .artist-list > *, .p-program .athlete-list > * {
    margin: 0 0 0px 0px;
    width: calc((100% / 1) - 0px);
    flex: 0 0 calc((100% / 1) - 0px);
  }
  .is-ie .p-program .artist-list > *, .is-ie .p-program .athlete-list > * {
    width: calc((100% / 1 - .01px) - 0px);
  }
  .p-program .artist-list__item, .p-program .athlete-list__item {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
##  FORM
--------------------------------------------------------------*/
.formarea .formbox {
  max-width: 42.5em;
  width: 100%;
  margin: auto;
  padding: 0 0 2em;
}
.formarea h3 {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1em;
  margin: 2em 0;
  padding: 0;
}
.formarea h3:before, .formarea h3:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  display: block;
}
.formarea h3:before {
  margin-right: 0.5em;
}
.formarea h3:after {
  margin-left: 0.5em;
}
.formarea li + li {
  margin-top: 1.25em;
}
.formarea li {
  display: flex;
}
.formarea ul.is-bordered {
  border-bottom: 1px dotted #fff;
}
.formarea ul.is-bordered li + li {
  margin-top: 0;
}
.formarea ul.is-bordered li {
  border-top: 1px dotted #fff;
  margin: 0;
  padding: 0.75em 0;
}
.formarea label {
  flex: 0 0 12.5em;
  display: inline-block;
  font-size: 0.9em;
  padding: 0.25em 1em 0.25em 0;
}
.formarea label.radio-label {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  flex: none;
  display: inline-flex;
  font-size: 1em;
  width: auto;
  margin: auto;
  padding: 0em 0.75em;
  align-items: center;
  justify-content: center;
}
.formarea label.is-wide {
  flex: 0 0 22.5em;
}
.formarea input[type=text], .formarea input[type=password], .formarea textarea, .formarea select {
  flex-grow: 1;
  font: 1em sans-serif;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.formarea input[type=text], .formarea input[type=password], .formarea select {
  height: 2em;
}
.formarea input[type=submit], .formarea input[type=reset] {
  background: #e5e5e5;
  border: 1px solid #ccc;
  font-size: 0.875em;
  font-weight: bold;
  cursor: pointer;
}
.formarea input[type=submit]:focus, .formarea input[type=reset]:focus {
  background: #e5e5e5;
  outline: none;
}
.formarea input[type=submit]:hover, .formarea input[type=reset]:hover {
  background: #f2f2f2;
}
.formarea input[type=submit]:active, .formarea input[type=reset]:active {
  background: #d9d9d9;
}
.formarea input[type=submit].is-disabled, .formarea input[type=reset].is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.formarea select {
  appearance: none;
  background: #e5e5e5;
  padding: 0 0.5em;
  color: #fff;
}
.formarea textarea {
  vertical-align: top;
  width: 100%;
  height: 15em;
}
.formarea input[type=radio] {
  margin-right: 5px;
  font-size: 1.14em;
}
.formarea .notice {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 2em 0;
  padding: 1em 1.25em;
  font-size: 0.8em;
}
.formarea .notice_center {
  text-align: center;
}
.formarea .center-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}
.formarea .center-buttons input {
  border-radius: 5px;
  width: 10em;
  height: 2.5em;
  max-width: 22.75em;
  letter-spacing: 0.1em;
}
.formarea .center-buttons input + input {
  margin-left: 1em;
}
.formarea .btn_submit {
  margin: auto;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 60em) {
  .formarea {
    font-size: 1.25em;
  }
}
@media (max-width: 40em) {
  .formarea {
    font-size: 1.125em;
  }
  .formarea .formbox {
    padding: 0 0 20px;
  }
  .formarea h3 {
    margin: 1em 0 0;
  }
  .formarea li {
    flex-direction: column;
  }
  .formarea li + li {
    margin-top: 0.5em;
  }
  .formarea ul.is-bordered li + li {
    margin-top: 0.5em;
  }
  .formarea ul.is-bordered li {
    padding: 0.5em 0;
  }
  .formarea label {
    flex: 100%;
    text-align: left;
  }
  .formarea label.is-wide {
    flex: 100%;
    text-align: left;
  }
  .formarea textarea {
    height: 10em;
  }
}

/*////////////////////     THANKS     ////////////////////*/
body.thanks {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.thanks .container {
  padding-bottom: 0;
}
@media (max-width: 900px) {
  body.thanks .container .footer {
    flex-shrink: 0;
  }
}
body.thanks .content {
  background: #f00;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  position: relative;
  padding: 2.5em 0;
}
body.thanks .content h1 {
  margin: 0.75em 0 0;
  font-family: function_prodemi, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3em;
  line-height: 1em;
  color: #1a1a1a;
}
body.thanks .content p {
  margin: 0 0 2em;
}
body.thanks .content a.btn_back {
  background: #fff;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-family: function_prodemi, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
body.thanks .content a.btn_back:hover {
  background: white;
  color: #fff;
}
body.thanks .content .thanks-header__logo {
  width: 18em;
}
body.thanks .content .thanks-content__wrapper {
  position: relative;
}
@media (max-width: 40em) {
  body.thanks .content {
    padding: 0 20px;
  }
}
/*////////////////////     J-me     ////////////////////*/
#jme {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
