@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  src: url("/wr_assets/fonts/DF-ChuButoMaruGothic-yenmark.woff2") format("woff2"), url("/wr_assets/fonts/DF-ChuButoMaruGothic-yenmark.woff") format("woff"), url("/wr_assets/fonts/DF-ChuButoMaruGothic-yenmark.ttf") format("truetype");
  font-family: 'YenMark';
  font-style: normal;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'YenMark', 'Noto Sans JP', sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-size: 14px;
}

@media (max-width: 559px) {
  body {
    font-size: 1.2rem;
    font-size: 12px;
  }
}

html, body {
  height: 100%;
  color: #1c1c1c;
  line-height: 1.5;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

a {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  text-decoration: none;
  color: #B80009;
}

@media (min-width: 960px) {
  a:hover {
    color: #B80009;
    opacity: 0.5;
  }
  a:visited {
    color: #B80009;
  }
  a:active {
    color: #B80009;
  }
}

.over {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media (min-width: 960px) {
  .over:hover {
    opacity: 0.5;
  }
}

.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 959px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 559px) {
  .inner {
    width: 100%;
    padding: 0 14px;
  }
}

.scroll {
  -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.scroll::-webkit-scrollbar-thumb {
  background: #9D9D9D;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #9D9D9D;
          box-shadow: inset 0 0 0 2px #9D9D9D;
}

@media (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
}

@media (max-width: 559px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .is-tb {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .is-tb {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .is-tb {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .is-tbonly {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .is-tbonly {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .is-tbonly {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .is-sp {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
}

#dialog {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#dialog * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#dialog * img {
  vertical-align: top;
}

#dialog .save_rbox_btm {
  line-height: 0;
}

.is-hide {
  display: none;
}

.is-show {
  display: block;
}

.header {
  background: #FFFFFF;
  position: fixed;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

@media (min-width: 960px) {
  .header {
    height: 70px;
  }
}

@media (max-width: 959px) {
  .header {
    height: 55px;
  }
}

@media (max-width: 559px) {
  .header {
    height: 55px;
  }
}

.header .inner {
  height: 100%;
  max-width: 100%;
  padding: 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .inner h1 img {
  width: 100px;
}

@media (max-width: 959px) {
  .header .inner {
    padding: 0 20px;
  }
  .header .inner h1 img {
    width: 90px;
  }
}

@media (max-width: 559px) {
  .header .inner {
    padding: 0 14px;
  }
}

.main {
  word-break: break-all;
  display: block;
}

@media (min-width: 960px) {
  .main {
    padding-top: 70px;
  }
}

@media (max-width: 959px) {
  .main {
    padding-top: 55px;
  }
}

@media (max-width: 559px) {
  .main {
    padding-top: 55px;
  }
}

.main .section-ttl {
  font-size: 2.0rem;
  text-align: center;
  padding-bottom: 2rem;
}

.content-wrap {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 959px) {
  .content-wrap {
    padding: 0px 0 40px;
  }
}

@media (max-width: 959px) {
  .content-wrap .inner {
    padding: 0;
  }
}

.content-wrap .content-header img {
  width: 100%;
}

.footer {
  padding: 22px 0;
  background: #B80009;
  color: #FFFFFF;
}

.footer .footer-copyright {
  text-align: center;
  font-size: 1.0rem;
}

.pagetop {
  position: fixed;
  z-index: 6;
  right: 16px;
  bottom: 16px;
}

.pagetop:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagetop a {
  position: relative;
  z-index: 1;
}

.pagetop a img {
  display: block;
  width: 30px;
  height: 30px;
}

.btn-red, .btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 50px;
}

@media (min-width: 960px) {
  .btn-red:hover, .btn-white:hover {
    opacity: 0.7;
  }
}

.is-disabled.btn-red, .is-disabled.btn-white {
  cursor: default;
}

.btn-red {
  color: #FFFFFF !important;
  background-color: #B80009;
  border: 1px solid #B80009;
}

@media (min-width: 960px) {
  .btn-red:hover {
    color: #FFFFFF !important;
    background-color: #B80009;
    border: 1px solid #B80009;
  }
}

.btn-white {
  color: #B80009 !important;
  background-color: #FFFFFF;
  border: 1px solid #B80009;
}

@media (min-width: 960px) {
  .btn-white:hover {
    color: #B80009 !important;
    background-color: #FFFFFF;
    border: 1px solid #B80009;
  }
}

.btn-red.is-disabled, .btn-white.is-disabled {
  color: #9D9D9D !important;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  pointer-events: none;
}

@media (min-width: 960px) {
  .btn-red.is-disabled:hover, .btn-white.is-disabled:hover {
    color: #9D9D9D !important;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    opacity: 1;
  }
}

.btn-red, .btn-white {
  height: 70px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .btn-red, .btn-white {
    height: 50px;
  }
}

.modal-content {
  display: none;
}

.modal-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110;
}

.modal-wrapper .modal-bg {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-wrapper .modal-inner-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper .modal-inner {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 0px;
  max-height: calc(100vh - 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-wrapper .modal-inner .modal-ttl {
  background: #1c1c1c;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
}

.modal-wrapper .modal-inner .modal-body {
  padding: 20px 15px 20px 20px;
}

@media (max-width: 559px) {
  .modal-wrapper .modal-inner .modal-body {
    padding: 20px 15px 20px 20px;
  }
}

.modal-wrapper .modal-inner .scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

.modal-wrapper .modal-inner .scroll img {
  width: 100%;
}

.modal-wrapper .btn-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0px;
  background: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modal-wrapper .btn-close img {
  width: 12px;
}

.modal-wrapper .btn-close i {
  font-size: 2.0rem;
  vertical-align: top;
}

.modal-wrapper .btn-close i:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-wrap input[type="password"],
.input-wrap input[type="text"],
.input-wrap input[type="tel"],
.input-wrap input[type="email"],
.input-wrap input[type="number"] {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  width: 100%;
  border: 1px solid #9D9D9D;
  padding: 10px;
  height: 45px;
  line-height: 25px;
  color: #1c1c1c;
}

.input-wrap input[type="password"]::-webkit-input-placeholder,
.input-wrap input[type="text"]::-webkit-input-placeholder,
.input-wrap input[type="tel"]::-webkit-input-placeholder,
.input-wrap input[type="email"]::-webkit-input-placeholder,
.input-wrap input[type="number"]::-webkit-input-placeholder {
  font-size: 14px;
}

.input-wrap input[type="password"]:focus,
.input-wrap input[type="text"]:focus,
.input-wrap input[type="tel"]:focus,
.input-wrap input[type="email"]:focus,
.input-wrap input[type="number"]:focus {
  border: 1px solid #1c1c1c;
}

.input-wrap input[type="password"].error,
.input-wrap input[type="text"].error,
.input-wrap input[type="tel"].error,
.input-wrap input[type="email"].error,
.input-wrap input[type="number"].error {
  border: 1px solid #B80009;
}

.input-wrap input[type="password"][name="zipCode"],
.input-wrap input[type="text"][name="zipCode"],
.input-wrap input[type="tel"][name="zipCode"],
.input-wrap input[type="email"][name="zipCode"],
.input-wrap input[type="number"][name="zipCode"] {
  width: 120px;
}

.input-wrap input[type="password"][name="birthYear"],
.input-wrap input[type="text"][name="birthYear"],
.input-wrap input[type="tel"][name="birthYear"],
.input-wrap input[type="email"][name="birthYear"],
.input-wrap input[type="number"][name="birthYear"] {
  width: 90px;
}

.input-wrap input[type="password"][name="birthMonth"],
.input-wrap input[type="text"][name="birthMonth"],
.input-wrap input[type="tel"][name="birthMonth"],
.input-wrap input[type="email"][name="birthMonth"],
.input-wrap input[type="number"][name="birthMonth"] {
  width: 65px;
}

.input-wrap input[type="password"][name="birthDay"],
.input-wrap input[type="text"][name="birthDay"],
.input-wrap input[type="tel"][name="birthDay"],
.input-wrap input[type="email"][name="birthDay"],
.input-wrap input[type="number"][name="birthDay"] {
  width: 65px;
}

.input-wrap input[type="password"][readonly],
.input-wrap input[type="text"][readonly],
.input-wrap input[type="tel"][readonly],
.input-wrap input[type="email"][readonly],
.input-wrap input[type="number"][readonly] {
  border: none;
  font-weight: bold;
}

.input-wrap input[type="file"] {
  font-size: 16px;
  color: #1c1c1c;
}

.input-wrap span {
  display: inline-block;
  margin: 0 10px;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap:after {
  content: "";
  width: 8px;
  height: 24px;
  background: url(../images/ico_chevron-right-regular.svg) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

.select-wrap select {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  outline: 0;
  border: 1px solid #9D9D9D;
  padding: 10px 30px 10px 10px;
  color: #1c1c1c;
  height: 45px;
}

.select-wrap select:focus {
  border: 1px solid #1c1c1c;
}

.textarea-wrap textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  width: 100%;
  border: 1px solid #9D9D9D;
  height: 122px;
  line-height: 25px;
  padding: 10px;
}

.btn-zipCode {
  height: 45px;
  width: 120px;
  margin-left: 20px;
}

.label-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.label-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.label-checkbox input[type="checkbox"]:checked + span:before {
  border-color: #B80009;
}

.label-checkbox input[type="checkbox"]:checked + span:after {
  border-color: #B80009;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.label-checkbox input[type="checkbox"][disabled="disabled"] + span {
  opacity: 0.3;
  cursor: default;
}

.label-checkbox span {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.label-checkbox span:before, .label-checkbox span:after {
  content: "";
  position: absolute;
}

.label-checkbox span:before {
  width: 14px;
  height: 14px;
  border: 1px solid #9D9D9D;
  background-color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.label-checkbox span:after {
  width: 9px;
  height: 4px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.label-radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.label-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.label-radio input[type="radio"]:checked + span:before {
  border-color: #B80009;
}

.label-radio input[type="radio"]:checked + span:after {
  background-color: #B80009;
}

.label-radio input[type="radio"][disabled="disabled"] + span {
  opacity: 0.3;
  cursor: default;
}

.label-radio span {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.label-radio span:before, .label-radio span:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.label-radio span:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #9D9D9D;
  background-color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.label-radio span:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
}

label.error {
  color: #B80009;
  display: block;
  font-size: 1.4rem;
}

.event-project {
  max-width: 900px;
  margin: 0 auto;
}

.event-project .content-header {
  margin-bottom: 40px;
}

.event-project .content-header .content-header-title {
  font-size: 1.8rem;
  margin-top: 10px;
}

@media (max-width: 959px) {
  .event-project .content-header .content-header-title {
    padding: 0 20px;
  }
}

.event-project .content-header .content-header-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 959px) {
  .event-project .content-header .content-header-text {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .event-project .content-header .content-header-text {
    font-size: 1.6rem;
  }
}

.event-project .content-body .content-section {
  margin-bottom: 80px;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 559px) {
  .event-project .content-body .content-section {
    margin-bottom: 40px;
  }
}

.event-project .content-body .content-section .content-section-title {
  font-size: 2.2rem;
  color: #B80009;
  border-bottom: 3px solid #B80009;
  padding: 0 10px 10px;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .content-section-title {
    font-size: 2.0rem;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 10px;
  }
}

@media (max-width: 559px) {
  .event-project .content-body .content-section .content-section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.event-project .content-body .content-section .content-section-lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .content-section-lead {
    font-size: 1.6rem;
  }
}

.event-project .content-body .content-section > p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.event-project .content-body .content-section .errorLayout {
  color: #B80009;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .errorLayout {
    font-size: 1.4rem;
  }
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .content-none {
    padding: 0;
  }
}

.event-project .content-body .content-section .noRecordMessage {
  margin-top: 40px;
  color: #B80009;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .noRecordMessage {
    font-size: 1.4rem;
  }
}

.event-project .content-body .content-section .content-damtomo-movie-title {
  font-size: 2.2rem;
  color: #0099CB;
  border-bottom: 3px solid #0099CB;
  padding: 0 10px 10px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .content-damtomo-movie-title {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 10px;
  }
}

@media (max-width: 559px) {
  .event-project .content-body .content-section .content-damtomo-movie-title {
    font-size: 1.8rem;
  }
}

.event-project .content-body .content-section .content-damtomo-music-title {
  font-size: 2.2rem;
  color: #CC2960;
  border-bottom: 3px solid #CC2960;
  padding: 0 10px 10px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 959px) {
  .event-project .content-body .content-section .content-damtomo-music-title {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 10px;
  }
}

@media (max-width: 559px) {
  .event-project .content-body .content-section .content-damtomo-music-title {
    font-size: 1.8rem;
  }
}

.event-project .content-footer {
  border-top: 1px solid #CCC;
  padding-top: 20px;
}

@media (max-width: 959px) {
  .event-project .content-footer {
    padding: 10px 20px 0;
  }
}

.event-project .content-footer .btn-back {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #1c1c1c;
  position: relative;
  padding-left: 20px;
}

.event-project .content-footer .btn-back:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: url(../images/ico_chevron-right-regular.svg) no-repeat center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
}

.event-project-select .content-body .entry-detail-wrap {
  margin-top: 40px;
  background: #f8f8f8;
  padding: 40px 40px;
}

@media (max-width: 959px) {
  .event-project-select .content-body .entry-detail-wrap {
    padding: 30px;
  }
}

@media (max-width: 559px) {
  .event-project-select .content-body .entry-detail-wrap {
    padding: 20px;
  }
}

.event-project-select .content-body .entry-detail-wrap .entry-detail {
  margin-bottom: 20px;
}

.event-project-select .content-body .entry-detail-wrap .entry-detail:last-child {
  margin-bottom: 0;
}

.event-project-select .content-body .entry-detail-wrap .entry-detail h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.event-project-select .content-body .content-section .errorLayout2 {
  color: #B80009;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .event-project-select .content-body .content-section .errorLayout2 {
    font-size: 1.6rem;
  }
}

.event-project-select .content-body .content-section .song-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 559px) {
  .event-project-select .content-body .content-section .song-list {
    margin: 0 -20px;
  }
}

.event-project-select .content-body .content-section .song-item {
  width: calc(50% - 20px);
  border-top: 1px solid #eaeaea;
  padding: 20px 0px 20px 0;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .event-project-select .content-body .content-section .song-item {
    margin-bottom: 0px;
  }
}

@media (max-width: 559px) {
  .event-project-select .content-body .content-section .song-item {
    width: 100%;
  }
}

.event-project-select .content-body .content-section .song-item .btn-dk-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c1c1c;
  position: relative;
  padding-right: 20px;
}

@media (max-width: 959px) {
  .event-project-select .content-body .content-section .song-item .btn-dk-player {
    padding-right: 25px;
  }
}

.event-project-select .content-body .content-section .song-item .btn-dk-player:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: url(../images/ico_chevron-right-regular.svg) no-repeat center center;
}

@media (max-width: 959px) {
  .event-project-select .content-body .content-section .song-item .btn-dk-player:after {
    right: 15px;
  }
}

.event-project-select .content-body .content-section .song-item .song-image {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 959px) {
  .event-project-select .content-body .content-section .song-item .song-image {
    margin-left: 20px;
  }
}

.event-project-select .content-body .content-section .song-item .song-text {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-project-select .content-body .content-section .song-item .song-text .song-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}

@media (max-width: 959px) {
  .event-project-select .content-body .content-section .song-item .song-text .song-name {
    font-size: 1.6rem;
  }
}

.event-project-select .content-body .content-section .song-item .song-text .artist-name {
  width: 100%;
  margin-bottom: 5px;
}

.event-project-select .content-body .content-section .song-item .song-text .song-date {
  width: 50%;
  font-size: 1.2rem;
  color: #9D9D9D;
}

@media (max-width: 559px) {
  .event-project-select .content-body .content-section .song-item .song-text .song-date {
    font-size: 1.0rem;
  }
}

@media (max-width: 359px) {
  .event-project-select .content-body .content-section .song-item .song-text .song-date {
    width: 100%;
  }
}

.event-project-select .content-body .content-section .song-item .song-text .song-point {
  width: 50%;
  font-size: 1.2rem;
  color: #9D9D9D;
}

@media (max-width: 559px) {
  .event-project-select .content-body .content-section .song-item .song-text .song-point {
    font-size: 1.0rem;
  }
}

@media (max-width: 359px) {
  .event-project-select .content-body .content-section .song-item .song-text .song-point {
    width: 100%;
  }
}

.event-project-select .content-body .content-section .song-item .song-text .collabo-count {
  width: 50%;
  font-size: 1.2rem;
  color: #9D9D9D;
}

@media (max-width: 559px) {
  .event-project-select .content-body .content-section .song-item .song-text .collabo-count {
    font-size: 1.0rem;
  }
}

@media (max-width: 359px) {
  .event-project-select .content-body .content-section .song-item .song-text .collabo-count {
    width: 100%;
  }
}

.event-project-select .content-body .content-section .song-item .btn-red {
  height: 50px;
  width: 200px;
  margin: 20px auto 0;
}

.event-project-select .content-body .content-section .song-item .btnEntryOff {
  height: 50px;
  width: 200px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9D9D9D;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f8f8f8;
}

.event-project-select .content-body #SubmitWrapper .btn-red {
  width: 240px;
  margin: 0 auto;
}

.modal-wrapper .modal-inner {
  max-width: 800px;
}

.modal-wrapper iframe {
  width: 100%;
}

.event-project-terms .content-section .terms-container {
  border: 1px solid #9D9D9D;
  padding: 40px 40px;
  margin-bottom: 40px;
  height: 400px;
  overflow-y: auto;
}

@media (max-width: 959px) {
  .event-project-terms .content-section .terms-container {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 559px) {
  .event-project-terms .content-section .terms-container {
    padding: 20px;
    margin-bottom: 20px;
    height: 300px;
  }
}

.event-project-terms .content-section .terms-container h2.padder {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.0rem;
}

@media (max-width: 959px) {
  .event-project-terms .content-section .terms-container h2.padder {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 559px) {
  .event-project-terms .content-section .terms-container h2.padder {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.event-project-terms .content-section .terms-container .padder h3 {
  font-size: 1.8rem;
  margin-top: 30px;
}

@media (max-width: 959px) {
  .event-project-terms .content-section .terms-container .padder h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media (max-width: 559px) {
  .event-project-terms .content-section .terms-container .padder h3 {
    font-size: 1.4rem;
  }
}

.event-project-terms .content-section .terms-container .padder p {
  margin-top: 20px;
}

@media (max-width: 959px) {
  .event-project-terms .content-section .terms-container .padder p {
    margin-top: 10px;
  }
}

.event-project-terms .content-section .terms-container .padder ul, .event-project-terms .content-section .terms-container .padder ol {
  margin-top: 20px;
}

@media (max-width: 959px) {
  .event-project-terms .content-section .terms-container .padder ul, .event-project-terms .content-section .terms-container .padder ol {
    margin-top: 10px;
  }
}

.event-project-terms .content-section .terms-container .padder li {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .event-project-terms .content-section .terms-container .padder li {
    margin-top: 5px;
  }
}

.event-project-terms .content-section .btn-red {
  width: 240px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .event-project-login {
    margin-top: 20px;
  }
}

.event-project-login .content-section {
  margin-bottom: 40px;
}

.event-project-login .content-section .login-form {
  margin-top: 80px;
}

@media (max-width: 559px) {
  .event-project-login .content-section .login-form {
    margin-top: 0px;
  }
}

.event-project-login .content-section .login-form .input-list {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 559px) {
  .event-project-login .content-section .login-form .input-list {
    width: 100%;
  }
}

.event-project-login .content-section .login-form .input-list dt {
  width: calc(100% - 480px);
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media (max-width: 559px) {
  .event-project-login .content-section .login-form .input-list dt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.event-project-login .content-section .login-form .input-list dt.ico-required:after {
  font-size: 1.0rem;
  content: "必須";
  display: inline-block;
  color: #B80009;
  background: #FDEAEB;
  padding: 3px 5px;
  margin-left: 10px;
}

.event-project-login .content-section .login-form .input-list dd {
  width: 480px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media (max-width: 559px) {
  .event-project-login .content-section .login-form .input-list dd {
    width: 100%;
    margin-bottom: 10px;
  }
}

.event-project-login .content-section .login-form .input-list dd .bold {
  font-weight: bold;
}

.event-project-login .content-section .login-form .input-list dd .confirm-wrap {
  font-weight: bold;
}

@media (max-width: 559px) {
  .event-project-login .content-section .login-form .input-list dd .confirm-wrap {
    margin-left: 10px;
  }
}

.event-project-login .content-section .login-form .form-submit {
  margin-top: 40px;
}

.event-project-login .content-section .login-form .form-submit .submit-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .event-project-login .content-section .login-form .form-submit .submit-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 559px) {
  .event-project-login .content-section .login-form .form-submit .submit-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.event-project-login .content-section .login-form .form-submit .btn-red {
  width: 240px;
  margin: 0 auto;
}

.event-project-login .content-section .login-form .password-remind {
  text-align: center;
  margin-top: 40px;
}

.event-project-login .content-section .login-form .password-remind a {
  text-decoration: underline;
}

.event-project-form .content-section,
.event-project-confirm .content-section {
  margin-bottom: 40px;
}

.event-project-form .content-section .entry-form > p,
.event-project-confirm .content-section .entry-form > p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.event-project-form .content-section .entry-form .input-list,
.event-project-confirm .content-section .entry-form .input-list {
  width: 740px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 559px) {
  .event-project-form .content-section .entry-form .input-list,
  .event-project-confirm .content-section .entry-form .input-list {
    width: 100%;
  }
}

.event-project-form .content-section .entry-form .input-list dt,
.event-project-confirm .content-section .entry-form .input-list dt {
  width: calc(100% - 500px);
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media (max-width: 559px) {
  .event-project-form .content-section .entry-form .input-list dt,
  .event-project-confirm .content-section .entry-form .input-list dt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.event-project-form .content-section .entry-form .input-list dt.ico-required:after,
.event-project-confirm .content-section .entry-form .input-list dt.ico-required:after {
  font-size: 1.0rem;
  content: "必須";
  display: inline-block;
  color: #B80009;
  background: #FDEAEB;
  padding: 3px 5px;
  margin-left: 10px;
}

.event-project-form .content-section .entry-form .input-list dd,
.event-project-confirm .content-section .entry-form .input-list dd {
  width: 460px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media (max-width: 559px) {
  .event-project-form .content-section .entry-form .input-list dd,
  .event-project-confirm .content-section .entry-form .input-list dd {
    width: 100%;
    margin-bottom: 10px;
  }
}

.event-project-form .content-section .entry-form .input-list dd .bold,
.event-project-confirm .content-section .entry-form .input-list dd .bold {
  font-weight: bold;
}

.event-project-form .content-section .entry-form .input-list dd .confirm-wrap,
.event-project-confirm .content-section .entry-form .input-list dd .confirm-wrap {
  font-weight: bold;
}

@media (max-width: 559px) {
  .event-project-form .content-section .entry-form .input-list dd .confirm-wrap,
  .event-project-confirm .content-section .entry-form .input-list dd .confirm-wrap {
    margin-left: 10px;
  }
}

.event-project-form .content-section .entry-form .form-submit,
.event-project-confirm .content-section .entry-form .form-submit {
  border-top: 1px solid #CCC;
  padding-top: 40px;
  margin-top: 40px;
}

.event-project-form .content-section .entry-form .form-submit .submit-text,
.event-project-confirm .content-section .entry-form .form-submit .submit-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .event-project-form .content-section .entry-form .form-submit .submit-text,
  .event-project-confirm .content-section .entry-form .form-submit .submit-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 559px) {
  .event-project-form .content-section .entry-form .form-submit .submit-text,
  .event-project-confirm .content-section .entry-form .form-submit .submit-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.event-project-form .content-section .entry-form .form-submit .btn-red,
.event-project-confirm .content-section .entry-form .form-submit .btn-red {
  width: 240px;
  margin: 0 auto;
}

.event-project-select .entry-complete-wrap,
.event-project-complete .entry-complete-wrap {
  max-width: 420px;
  margin: 0 auto;
}

.event-project-select .entry-complete-wrap .entry-complete-lead,
.event-project-complete .entry-complete-wrap .entry-complete-lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .event-project-select .entry-complete-wrap .entry-complete-lead,
  .event-project-complete .entry-complete-wrap .entry-complete-lead {
    margin-bottom: 30px;
  }
}

@media (max-width: 559px) {
  .event-project-select .entry-complete-wrap .entry-complete-lead,
  .event-project-complete .entry-complete-wrap .entry-complete-lead {
    margin-bottom: 20px;
  }
}

.event-project-select .entry-complete-wrap p,
.event-project-complete .entry-complete-wrap p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
}

.event-project-select .entry-complete-wrap .button-container,
.event-project-complete .entry-complete-wrap .button-container {
  margin-top: 60px;
}

@media (max-width: 959px) {
  .event-project-select .entry-complete-wrap .button-container,
  .event-project-complete .entry-complete-wrap .button-container {
    margin-top: 50px;
  }
}

@media (max-width: 559px) {
  .event-project-select .entry-complete-wrap .button-container,
  .event-project-complete .entry-complete-wrap .button-container {
    margin-top: 40px;
  }
}

.event-project-select .entry-complete-wrap .button-container a,
.event-project-complete .entry-complete-wrap .button-container a {
  margin-top: 20px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 559px) {
  .event-project-select .entry-complete-wrap .button-container a,
  .event-project-complete .entry-complete-wrap .button-container a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.event-project-select .entry-complete-wrap .set-contact-container,
.event-project-complete .entry-complete-wrap .set-contact-container {
  margin-top: 60px;
}

@media (max-width: 959px) {
  .event-project-select .entry-complete-wrap .set-contact-container,
  .event-project-complete .entry-complete-wrap .set-contact-container {
    margin-top: 50px;
  }
}

@media (max-width: 559px) {
  .event-project-select .entry-complete-wrap .set-contact-container,
  .event-project-complete .entry-complete-wrap .set-contact-container {
    margin-top: 40px;
  }
}

.event-project-select .entry-complete-wrap .set-contact-container .set-contact-lead,
.event-project-complete .entry-complete-wrap .set-contact-container .set-contact-lead {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.event-project-select .entry-complete-wrap .set-contact-container a,
.event-project-complete .entry-complete-wrap .set-contact-container a {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 559px) {
  .event-project-select .entry-complete-wrap .set-contact-container a,
  .event-project-complete .entry-complete-wrap .set-contact-container a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=style_clubdam.css.map */
