img {
  max-width: 100%;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.red {
  color: #de132e;
}
.artist {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
h2 {
  font-size: 3.2em;
  font-family: "Dela Gothic One", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}
h3 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h5 {
  font-size: 1.45em;
  font-family: "Dela Gothic One", sans-serif;
  margin: 0.5em 0 2.5em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 2em;
  }
  h5 {
    font-size: 0.85em;
  }
  .scrollBtn {
    display: none;
  }
}
.navbar-fixed-top {
  z-index: 99999999999999;
}
div.fixed-wrap {
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
  height: 100%;
}
div.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual {
  background: #000 50% 50% no-repeat;
  background-size: cover;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.mainVisualArea {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.visual h1 {
  position: absolute;
  top: 330px;
  left: 120px;
  font-size: 3em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 0.03em;
  -webkit-text-stroke-color: #8e8c15;
  letter-spacing: 0.05em;
  z-index: 99999;
}
.visual h1 span.wow {
  display: block;
}
.logoL {
  position: absolute;
  top: 80px;
  left: 100px;
  width: 400px;
}
.visual .circle_barArea {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.circleImg {
  max-width: 440px;
}
@media (max-width: 1536px) {
  .logoL {
    width: 400px;
    left: 60px;
  }
  .visual h1 {
    left: 80px;
  }
  .visual .circle_barArea {
    right: 0px;
  }
}
@media (max-width: 1366px) {
  .logoL {
    width: 280px;
    top: 30px;
    left: 20px;
  }
  .visual h1 {
    top: 200px;
    left: 30px;
    font-size: 2.4em;
  }
  .visual .circle_barArea {
    right: 0px;
    bottom: 0px;
  }
  .circleImg {
    width: 300px;
  }
}
@media (max-width: 1280px) {
  .logoL {
  }
  .visual h1 {
    left: 30px;
  }
  .visual .circle_barArea {
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .logoL {
    top: 20px;
    left: 5px;
    width: 220px;
  }
  .visual h1 {
    position: static;
    display: block;
    padding: 150px 0 0;
    margin: 0 15px;
    font-size: 2.2em;
  }
  .visual .circle_barArea {
    position: static;
    text-align: center;
    padding: 20px 0;
  }
  .circleImg {
    width: 160px;
  }
}
@media (max-width: 680px) {
  .logoL {
    width: 150px;
  }
  .visual h1 {
    padding: 110px 0 0;
    margin: 0 10px;
    font-size: 1.4em;
  }
  .visual .circle_barArea {
    position: static;
    text-align: center;
    padding: 20px 0;
  }
  .circleImg {
    width: 160px;
  }
}
.blockArea,
.blockAreaR {
  position: relative;
  z-index: 999999999;
  margin: 0 0 75px;
  min-height: 500px;
}
.blockArea .btn,
.blockAreaR .btn {
  margin: 75px 0 0;
}
.blockArea h3,
.blockAreaR h3 {
  position: relative;
  padding: 1.4rem 1rem 1.8rem calc(1rem + 10px);
  background: #fff100;
  margin: 0px 10px 0 12px;
  font-size: 1.2em;
  font-family: "Klee One", cursive;
  font-weight: bold;
}
.blockArea h3:before,
.blockAreaR h3:before,
.elasticWrap h3:before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #333;
}
.blockArea .circles,
.blockAreaR .circles {
  z-index: -9;
}
@media (max-width: 768px) {
  .blockArea h3,
  .blockAreaR h3 {
    padding: 1.4rem calc(0.6rem + 8px) 1.8rem 0.6rem;
    margin: 0px 0 0 6px;
    font-size: 0.9em;
  }
  .blockArea h3:before,
  .blockAreaR h3:before,
  .elasticWrap h3:before {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    content: "";
    border: 4px solid #333;
  }
}
.blockMainArea {
  position: relative;
  text-align: left;
  background: rgba(193, 192, 148, 0.8);
  width: 60%;
  min-height: 530px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blockMainArea span {
  padding: 30px 150px 30px 35px;
  display: block;
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
#layer .blockMainArea {
  width: 100%;
  min-height: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  padding-bottom: 4.5em;
}
#layer .elasticArea .blockArea .blockMainArea span {
  font-family: Lato, sans-serif;
  width: 100%;
  margin: 0;
  padding: 2em 2em 0em;
}
@media (max-width: 768px) {
  #layer .elasticArea .blockArea .blockMainArea span {
    margin: 0;
    padding: 2em 1em 0em;
    font-size: 0.9em;
  }
}
.blockAreaR .blockMainArea {
  margin-left: 40%;
}
.blockAreaR .blockMainArea span {
  padding: 30px 35px 30px 165px;
}
.blockArea .circleImg {
  position: absolute;
  top: -125px;
  right: 15px;
  width: 300px;
  z-index: -999;
}
.blockAreaR .circleImg {
  position: absolute;
  top: -125px;
  left: 15px;
  width: 300px;
  z-index: -999;
}
.blockSubArea {
  position: absolute;
  top: 100px;
  right: 0;
  width: 50%;
}
.blockAreaR .blockSubArea {
  position: absolute;
  top: 100px;
  left: 0;
  width: 50%;
}

@media (max-width: 1366px) {
  .blockMainArea {
    width: 70%;
    min-height: auto;
  }
  .blockSubArea,
  .blockAreaR .blockSubArea {
    width: 40%;
  }
  .blockAreaR .blockMainArea {
    margin-left: 30%;
  }
  .blockMainArea span {
    padding: 30px 115px 30px 35px;
  }
  .blockAreaR .blockMainArea span {
    padding: 30px 35px 30px 125px;
  }
  .blockArea .circleImg,
  .blockAreaR .circleImg {
    position: absolute;
    top: -90px;
    width: 260px;
  }
  .blockArea .circleImg {
    right: 0;
  }
  .blockAreaR .circleImg {
    left: 0;
  }
}
@media (max-width: 991px) {
  .blockArea,
  .blockAreaR {
    margin: 0 0 55px;
  }
  .blockArea .btn,
  .blockAreaR .btn {
    margin: 30px 0 0;
  }
  .blockMainArea {
    width: 100%;
  }
  .blockSubArea,
  .blockAreaR .blockSubArea {
    width: 100%;
    position: static;
    margin: 15px 0 0;
  }
  .blockAreaR .blockMainArea {
    margin-left: 0%;
  }
  .blockAreaR .blockMainArea span,
  .blockMainArea span {
    padding: 30px 35px 30px;
    font-size: 0.9em;
  }
  .blockArea .circleImg,
  .blockAreaR .circleImg {
    top: -155px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .blockArea,
  .blockAreaR {
    margin: 0 0 05px;
  }
  .blockAreaR .blockMainArea span,
  .blockMainArea span {
    padding: 30px 15px 30px;
  }
  .wrapperArea {
    margin: 50px 0 0;
  }
  .blockArea .circleImg,
  .blockAreaR .circleImg {
    top: -90px;
    width: 120px;
  }
  .blockArea .btn,
  .blockAreaR .btn {
    margin-bottom: 5px;
  }
  #layer .blockArea {
    margin: 0;
    padding: 0;
  }
}
.tagArea {
  margin: 20px 0 0;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.tagArea ul {
  padding: 0;
  margin: 0;
}
.tagArea ul li {
  position: relative;
  min-width: 60px;
  text-align: center;
  padding: 0 10px 0px;
  margin: 0 5px 5px 0;
  background: #79885f;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 0.85em;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #ccc;
  letter-spacing: 0.03em;
  height: 23px;
  line-height: 22px;
}
.tagArea ul li.tagLink {
  padding: 0;
}
.tagArea ul li.tagLink a {
  background: #da6700;
  display: block;
  padding: 0 10px 0px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.tagArea ul li.tagLink a:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: #79885f;
}

.tagBtnArea {
  margin: 20px 0 0;
  text-align: center;
}
.tagBtnArea .btn {
  margin: 0;
}

.logoMarkArea {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.logoMarkArea img.logo_elysium {
  width: 200px;
  margin: 35px 25px 0 0;
}
.logoMarkArea .logo_vc {
  width: 200px;
}

.mainVisual p {
  line-height: 1.5;
  padding: 4.5em;
}
.mainVisual span {
  font-size: 2.6em;
  font-weight: 300;
  position: relative;
  padding: 0 10px;
  color: #f34868;
  display: inline-block; /*
	background: -webkit-linear-gradient(0deg, #9e00ec, #f24768, #f34868);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
@media (max-width: 768px) {
  .borderBox {
    width: 100%;
  }
  .mainVisual .borderBox p {
    margin: 3em 0;

    padding: 0;
  }
  .mainVisual span {
    font-size: 1.7em;
    font-weight: 300;
    position: relative;
    padding: 0 10px;
    color: #f34868;
    display: inline-block; /*
	background: -webkit-linear-gradient(0deg, #9e00ec, #f24768, #f34868);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
  }
}

.wrapperArea {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .wrapperArea {
    margin: 50px 0 0;
  }
}

.artist {
  background: #040406;
}
.blk {
  color: #fff;
}
.wrapperBox {
  position: relative;
  padding: 4em 0 5em;
  text-align: center;
}
.wrapperBox p {
  padding: 0.3em 0;
  text-align: left;
}
.movie .wrapperBox {
  padding-top: 0;
}

@media (max-width: 1366px) {
  .visual {
    background: 50% 50%;
    background-size: cover;
  }
  .wrapperBox {
    padding: 3.5em 0 3.5em;
  }
}
@media (max-width: 768px) {
  .wrapperBox {
    padding: 2em 0 1em;
  }
  #layer .wrapperBox {
    padding: 2em 0 0;
  }
}
#news,
#contactlow {
  background: #fff;
}

.listBox {
  padding: 6em 0 1em 0;
  color: #fff;
}
p {
  color: #fff;
}
#ff {
  background-position: center top 2em;
  background-repeat: no-repeat;
  background-size: 400px;
}
#ulg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 400px;
}
#ulg img {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  #ulg {
    background-size: 280px;
  }
}
#ulg p {
  text-align: center;
}

.elasticArea {
  text-align: left;
  margin: 0 9em;
}
.elasticArea dt {
  font-size: 0.85em;
}
.elasticArea dd {
  margin: -23px 0 20px 260px;
}
.elasticArea dd span {
  margin: 20px 0 0;
  display: block;
}
.elasticArea .right {
  font-size: 0.85em;
}
#contactlow .elasticArea dd {
  margin-left: 270px;
}
.formArea {
  position: relative;
  padding: 0 2em;
  color: #333;
}
@media (max-width: 768px) {
  .formArea {
    padding: 0 1em;
  }
}
.elasticWrap {
  position: relative;
  background: rgba(193, 192, 148, 0.8);
  padding: 2.5em 2em;
  color: #000;
  font-family: "Klee One", cursive;
}
.txtNeed {
  font-size: 0.85em;
  color: red;
  font-weight: normal;
  padding: 0 0 0 5px;
}
.lineLeft {
  color: #333;
}
.boxSubmit {
  padding: 20px 0 0;
  margin: 0 20%;
}
/* リスト */
ul.item {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
ul.item li {
  position: relative;
  padding: 0.5em 1em 0.5em;
  margin-bottom: 5px;
  font-size: 15px;
}
.itemLine {
  width: auto !important;
  display: inline-block !important;
  padding: 0 0.8em !important;
  margin: 0 !important;
  border-bottom: 1px solid #94c79e;
  font-size: 1.05em !important;
  color: #000;
}
@media (max-width: 768px) {
  .boxSubmit {
    padding: 20px 0 0;
    margin: 0;
  }
  ul.item li {
    padding: 0.5em 0em 0.5em;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px;
  }
}
.boxSubmit .btnSubmit {
  float: right;
  width: 68%;
}
.boxSubmit .btnSubmit {
  float: right;
  width: 68%;
}
.btnDeny {
  float: left;
  width: 30%;
  border-radius: 10px;
  border: 3px solid #333;
  background: #79885f;
  padding:18px 0 0;
  color: #fff;
  transition: 0.4s;
  text-align: center;
  font-size: 0.85em;
}
.btnDeny2 {
  margin: 0 25%;
  width: 50%;
  background: #ccc;
  border: 0;
}
.btnDeny:hover,
.btnDeny2:hover {
  background: #5f5837;
  color: #fff;
}
#contact_conf .btnDeny {
  height: 65px;
}
@media (max-width: 768px) {
  #contact_conf .btnSubmit {
    margin: 0 0 10px;
    width: 100%;
  }
  #contact_conf .btnDeny {
    margin: 0;
    width: 100%;
  }
  .btnDeny2 {
    margin: 0;
    width: 100%;
  }
}
input,
textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

input[type="submit"] {
  background: #da6700;
  border-radius: 10px;
  border: 3px solid #333;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  font-weight: bold;
}
input[type="submit"]:hover {
  background: #79885f;
}
.btnM {
  padding: 0 0 80px;
}
.btnC {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px;
}
.btnC .btn {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .btnM {
    padding: 0 0 40px;
  }
}
.btn a,
.btn_plain a {
  font-size: 10.3em;
  letter-spacing: 1px;
  padding: 1.2em 32px;
  border-radius: 10px 50px/50px 10px;
  border: dashed 2px #333;
  transition: 0.5s;
  margin: 1em 25%;
  width: 50%;
  text-align: center;
}
input[type="reset"] {
  border: 3px solid #333;
  background: #79885f;
  transition: background-color 1s;
}
input[type="submit"],
input[type="reset"] {
  transition: background-color 1s;
  height: 65px;
}
input[type="submit"]:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
input[type="reset"]:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
/*Checkboxes styles*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .listBox {
    padding: 4em 0 1em;
    color: #fff;
  }
  .listBox p {
    padding: 0.5em 1em 0;
    font-size: 0.9em;
  }
  .elasticArea dl {
    font-size: 0.9em;
  }
  .elasticArea dt {
  }
  .elasticArea dd {
    margin: 0.3em 0 20px;
  }
}
.abouta {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about {
}
.about::before,
#post::before,
#sporter::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#post,
#sporter {
  color: #fff;
  font-weight: lighter;
}
.marker-orange-wde {
  background: linear-gradient(transparent 0%, #333 40%);
}
.about::before {
  display: block;
  background-image: linear-gradient(
      90deg,
      rgba(85, 204, 124, 0.2) 20.37584854868914%,
      rgba(245, 249, 127, 0.4) 80.37701896067415%
    ),
    url(../img/bg_forest.png);
}
#post::before {
}
.postover {
  display: block;
  background-image: linear-gradient(
    90deg,
    rgba(162, 160, 116, 0.2) 20.37584854868914%,
    rgba(9, 61, 42, 0) 80.37701896067415%
  );
}
#recruit {
  background-image: linear-gradient(
    90deg,
    rgba(161, 161, 96, 0.8) 20.37584854868914%,
    rgba(162, 160, 116, 0.65) 80.37701896067415%
  ),
  url(../img/bg_partner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.about h2,
.movie h2,
#post h2,
#sporter h2 {
  color: #c11e1e;
}
.about h2,
#post h2,
#sporter h2 {
  -webkit-text-stroke: 1px #ddd;
  text-stroke: 1px #ddd;
}
.movie h2 {
  -webkit-text-stroke: 1px #bbb;
  text-stroke: 1px #bbb;
}

.about h5 {
  color: #0c8444;
}
#post h5,
#sporter h5 {
  color: #feef3a;
  text-stroke: 1px #333;
}
#post .formArea h5,
#sporter .formArea h5 {
  color: #feef3a;
  text-stroke: 1px #333;
  margin:0;
  padding:0;
  font-size: 1.3em;
}
.movie h5 {
  color: #feef3a;
}
#recruit h2 {
  color: #feef3a;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
}
#recruit h5 {
  color: #e83d3d;
  -webkit-text-stroke: 1px #bbb;
  text-stroke: 1px #bbb;
}
.movie {
  background-image: linear-gradient(
      90deg,
      rgba(85, 204, 124, 0.2) 20.37584854868914%,
      rgba(245, 249, 127, 0.27) 80.37701896067415%
    ),
    url(../img/bg_forest2_y.png);
  color: #fff;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
#sporter ul.hName{
  display: flex;flex-wrap: wrap;
}
#sporter ul.hName li{
  margin:0 0.5em 0 0;
  color:#333;
}
@media (max-width: 992px) {
  .elasticArea {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .elasticArea {
    margin: 0 1em;
  }
}
#post .elasticArea,
#recruit .elasticArea,
#sporter .elasticArea {
  margin: 2.5em 9em 0;
}

#post .elasticArea span,
#recruit .elasticArea span,
#sporter.elasticArea span {
  display: block;
  padding: 30px 140px 30px 35px;
  background-image: linear-gradient(
    90deg,
    rgba(245, 249, 127, 0.3) 20.37584854868914%,
    rgba(193, 192, 148, 0.4) 80.37701896067415%
  );
  color: #333;
}
.movie .note {
  margin-bottom:0.5em;
}
#post ul,
#recruit ul {
  padding: 0 0 1.4em 1.5em;
}
#post ul.listMark li,
#recruit ul.listMark li {
  font-size: 0.95em;
  color: #fff;
}
#post h4,
#recruit h4,
#sporter h4 {
  position: relative;
  font-size: 1.1em;
  padding: 1.4em 0.8em;
  margin: 0 0 1.6em;
  color: #000;
}
#post h4 span,
#recruit h4 span,
#sporter h4 span {
  font-size: 1.1em;
  font-weight: bold;
}
#post h4::before,
#post h4::after,
#recruit h4::before,
#recruit h4::after,
#sporter h4::before,
#sporter h4::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
#post h4::before,
#recruit h4::before,
#sporter h4::before {
  top: 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #444;
}
#post h4::after,
#recruit h4::after,
#sporter h4::after {
  bottom: 0;
  border-top: 1px solid #444;
  border-bottom: 2px solid #333;
}
#post h4 small,
#recruit h4 small,
#sporter h4 small{
  font-size: 0.85em;
  color: #000;
}
@media (max-width: 1365px) {
  #layer #post .elasticArea,
  #layer #recruit .elasticArea {
    margin: 2.5em 1em 0;
  }
}
@media (max-width: 768px) {
  #post .elasticArea,
  #recruit .elasticArea,
  #sporter .elasticArea{
    margin: 2.5em 1em 0;
  }
  #post h4,
  #recruit h4,
  #sporter h4 {
    padding: 2em 0.8em;
    line-height: 1.7;
    text-align: left;
    font-size: 0.9em;
  }
  #layer #post h4,
  #layer #recruit h4 {
    font-size: 1.1em;
    padding: 1.2em 0.6em;
  }
  #layer #post .elasticArea,
  #layer #recruit .elasticArea {
    margin: 2.5em 0em 0;
  }
}
.releaseBlock {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  color: #ccc;
  width: 24%;
  min-height: 50%;
  float: left;
  margin: 0 0.5% 1.1em;
}
.releaseBlock span {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1.15em;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0.2em 0;
  margin: 0 0 0.2em;
  border-bottom: 1px solid #333;
}
.video {
  margin: 0.5em 2em 0;
}
.video span {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
}
.column {
  width: 49%;
  margin: 0 0.5%;
  float: left;
}
@media (max-width: 980px) {
  .column {
    width: 100%;
    float: none;
    margin: 0%;
  }
}

a.buy2:hover,
.youtubeImg:hover,
.nicoImg:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  opacity: 0.7;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 0.5);
}

.auditionArea {
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
.auditionArea iframe {
  width: 49%;
  float: left;
  margin: 0 0.5%;
}
@media (max-width: 640px) {
  .auditionArea iframe {
    width: 100%;
    float: none;
    margin: 0%;
  }
}
.layoutAreaS {
  width: 40%;
  float: left;
}
.layoutAreaL {
  width: 60%;
  float: left;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 14px solid #5f5837;
  border-radius: 10px;
  background-color: #000;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtubeImg {
  width: 220px;
}
.nicoImg {
  width: 250px;
}
.notes {
  margin: 20px 0 0;
  color: #444;
  font-size: 0.85em;
  text-align: right;
}

@media (max-width: 768px) {
  .releaseBlock {
    width: 48%;
    margin: 0 1% 0.8em;
  }
  .youtube {
    border: 4px solid #917617;
    border-radius: 3px;
  }
  .youtubeImg {
    width: 180px;
  }
  .nicoImg {
    width: 210px;
  }
}
@media (max-width: 580px) {
  .releaseBlock {
    width: 100%;
    margin: 0 0 1.2em;
  }
  .youtubeImg {
    width: 140px;
  }
  .nicoImg {
    width: 170px;
  }
}
#contact {
  background: #eee;
}
.container {
  width:94%;
}
@media (max-width: 768px) {
  .container {
    width:100%;
  }
}
footer .container {
  position: relative;
}
.credit {
  color: #ccc;
  font-size: 0.85em;
  padding: 2em 0 0;
  line-height: 1.6;
}
.credit .flogo {
  position: absolute;
  top: -40px;
  width: 200px;
  z-index: 999999999;
}
.creditLink a{
  display: inline-block;
  color: #111;
  text-decoration: underline;
  font-size: 0.85em;
  padding: 0 0;
  height:auto;
}
.creditLink{
  color: #333;
}
.creditLink .column p{
  color: #000;
  margin: 0;
  padding: 0
}
@media (max-width: 768px) {
  .credit .flogo {
    top: 16px;
    width: 100px;
  }
}
.credit .xlogo {
  width: 20px;
}
.credit span {
  display: inline-block;
  padding: 3em 0 0;
}
.creditList {
  position: relative;
  padding: 0.2em 0 1em;
}
.creditList a.btn {
  position: absolute;
  top: 0;
  right: 0;
}
.snsArea {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.snsArea span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 0 0;
}

@media (max-width: 768px) {
  .tw {
    padding: 1.5em 0 0;
  }
  .credit {
    position: static;
    top: 60px;
    color: #ccc;
    font-size: 0.75em;
    background-position: 0.7em 1.6em;
    background-repeat: no-repeat;
    background-size: 200px;
    width: 96%;
    padding: 3.5em 2% 0;
    line-height: 1.6;
  }
  .creditList a.btn {
    width: 70%;
    left: 30%;
  }
}
@media (max-width: 640px) {
  .creditList a.btn {
    width: 60%;
    left: 40%;
  }
}
@media (max-width: 480px) {
  .creditList a.btn {
    width: 50%;
    text-align: left;
    left: 50%;
  }
}
.stream {
  margin: 0 0;
  color: #fff;
}
.stream h3,
.stream h5 {
  color: #fff;
}

.comment {
  margin: 0 0 30px;
}
ul.num {
  margin:0.4em 0 0 ;
  padding:0 ;
}
ul.num li{
  position: relative;
  padding:0 0 0.3em;
  margin:0;
}
ul.num li::before {
  position: absolute;
  content: '';
  display: block;
  top: 0.7em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  transform: rotate(-45deg);
}
ul.num li ol{
  margin:0.5em 1.5em;
  padding:0 ;
}
ul.num li ol li{
  position: relative;
  margin:0;
  padding:0;
}
ul.num li ol li:before {
  width: 7px;
  height: 7px;
  border-right: 3px solid #5f5837;
  border-bottom: 3px solid #5f5837;
}

/* contact
---------------------------------*/
#contact dl {
  margin: 8px 0 0 0;
}
#contact dl:after,
.tableForm dl:after,
.btnSelectArea:after,
.tw:after,
.auditionArea iframe:after,
.boxSubmit::after,
.auditionArea::after,
#audition::after,
.elasticArea::after,
.columnArea::after {
  /* clearfix */
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#contact dl dt.formS,
.tableForm dl dt.formS {
  width: 30%;
  height: 60px;
  line-height: 38px;
  float: left;
  padding: 8px 0 0;
  text-align: right;
}
#contact dl dd.formS,
.tableForm dl dd.formS {
  width: 65%;
  height: 60px;
  line-height: 36px;
  padding: 8px 0 0;
  float: right;
}

#contact dl dt.formM,
.tableForm dl dt.formM {
  width: 30%;
  height: 80px;
  line-height: 38px;
  float: left;
  padding: 8px 0 0;
  text-align: right;
}
#contact dl dd.formM,
.tableForm dl dd.formM {
  width: 65%;
  height: 80px;
  line-height: 36px;
  padding: 8px 0 0;
  float: right;
}
#contact dl dt.formL,
.tableForm dl dt.formL {
  width: 30%;
  line-height: 38px;
  float: left;
  padding: 8px 0 0;
  text-align: right;
}
#contact dl dd.formL,
.tableForm dl dd.formL {
  width: 65%;
  line-height: 38px;
  padding: 8px 0 16px;
  min-height: 30px;
  float: right;
}
@media (max-width: 768px) {
  #contact dl {
    padding: 0 0.5em;
  }
  #contact dl dt.formS,
  .tableForm dl dt.formS {
    width: 100%;
    height: auto;
    line-height: 1.6;
    float: none;
    padding: 0;
    text-align: left;
    font-size: 0.85em;
  }
  #contact dl dd.formS,
  .tableForm dl dd.formS {
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding: 0;
    float: none;
  }

  #contact dl dt.formM,
  .tableForm dl dt.formM {
    width: 100%;
    height: auto;
    line-height: 1.6;
    float: none;
    padding: 0;
    text-align: left;
  }
  #contact dl dd.formM,
  .tableForm dl dd.formM {
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding: 0;
    float: none;
  }
  #contact dl dt.formL,
  .tableForm dl dt.formL {
    width: 100%;
    line-height: 1.6;
    float: left;
    padding: 0;
    text-align: left;
    font-size: 0.85em;
  }
  #contact dl dd.formL,
  .tableForm dl dd.formL {
    width: 100%;
    line-height: 1.6;
    padding: 0 0 10px;
    min-height: 30px;
    float: none;
  }
}
.formS span {
  padding: 0 10px 0 30px;
}
.btnSelectArea {
  margin: 0 20%;
}
.btnSelectArea:after {
  /* clearfix */
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.btnSelectArea .del {
  float: left;
  width: 25%;
  height: 50px;
}
.btnSelectArea .input-btn {
  float: right;
  width: 74%;
}

.btnSelectArea .back {
  text-align: center;
  float: left;
  width: 25%;
  background: #666;
}
.btnSelectArea .next {
  text-align: center;
  float: right;
  width: 74%;
  background: #005c6f;
  color: #fff;
}
.btnSelectArea .next .input-btn {
  width: 100%;
}
.btnSelectArea .next a,
.btnSelectArea .back a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.btnSelectArea .next a:hover {
  background: #888;
}
.btnSelectArea .back a:hover {
  background: #444;
}

.input-text {
  padding: 12px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 55px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-text:focus {
  border: 1px solid #da6700;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
}

.input-num {
  padding: 2px;
  text-align: center;
  border: 1px solid #ccc;
  width: 50px;
  height: 36px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 6px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-select {
  padding: 2px;
  border: 1px solid #ccc;
  width: 50px;
  height: 36px;
  display: block;
  border-radius: 4px;
}
.input-selectL {
  padding: 2px;
  border: 1px solid #ccc;
  width: 200px;
  height: 40px;
  display: block;
  border-radius: 4px;
}
.input-tel {
  padding: 10px 10px;
  border: 1px solid #ccc;
  width: 70px;
  height: 46px;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 6px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-mid {
  padding: 10px 10px;
  border: 1px solid #ccc;
  width: 30%;
  height: 46px;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 6px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-text.text-area {
  height: 400px;
  resize: none;
  overflow: auto;
}
.input-btn {
  width: 280px;
  height: 50px;
  background: #10bee3;
  color: #ffffff;
  font-size: 14px;
  padding: 1rem 1.5625rem 1rem;
  border-radius: 3.125rem !important;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-btn:hover {
  background: #666;
  color: #fff;
}
input.input-radio {
  margin: 0 10px 0 15px;
}
.del {
  height: 46px;
  background: #666;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.del:hover {
  background: #333;
  color: #fff;
}

@media (max-width: 768px) {
  .input-btn {
    width: 94%;
    margin: 0 3%;
  }
}
.fa-twitter {
  font-size: 25px;
  position: absolute;
  left: 40px;
  top: 13px;
}
.fa-tiktok {
  font-size: 23px;
  position: absolute;
  left: 40px;
  top: 13px;
}
.fa-envelope {
  font-size: 20px;
  position: absolute;
  left: 55px;
  top: 16px;
}
.fa-youtube-play {
  font-size: 24px;
  position: absolute;
  left: 32px;
  top: 19px;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.listMark li {
  position: relative;
}
ul.listMark li::after,
ul.listMark li::before {
  display: block;
  content: "";
  position: absolute;
}
ul.listMark li::after {
  top: 8px;
  left: -1.1em;
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.listMark li::before {
  top: 12px;
  left: -1.025em;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
/* clearfix */
.releaseArea:after,
.youtube:after,
.video:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.youtube-galleryArea {
  background-color: #000;
  padding: 1em 0 4em;
  margin: 4em 0 3em;
}

.youtube-gallery {
  min-width: 800px;
}
@media (max-width: 768px) {
  .youtube-galleryArea {
    background-color: #000;
    padding: 0.5em 0 2em;
    margin: 2em 0 0em;
  }
}
.lazyload {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.lazyloaded {
  opacity: 1;
  transition: all 0.5s;
}
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  z-index: -1;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0.8;
}

.one {
  border-top: 1px solid #8fb259;
  animation: rotate-left 1s linear infinite;
}

.two {
  border-right: 1px solid #cccc52;
  animation: rotate-right 1s linear infinite;
}

.three {
  border-bottom: 1px solid #ffd933;
  animation: rotate-right 1s linear infinite;
}

.four {
  border-left: 1px solid #ff7f00;
  animation: rotate-right 1s linear infinite;
}

@keyframes rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 100%;
  }
}
.line {
  height: 6px;
  border-width: 0;
  background-repeat: repeat-x;
  background-size: 0.7em 0.3em, 1.7em 0.3em, 3.5em 0.3em, 3.7em 0.3em;
  background-position: right bottom;
  background-image: radial-gradient(
      0.3em 0.2em at center center,
      #94c79e,
      rgba(246, 89, 115, 0)
    ),
    radial-gradient(
      0.5em 0.2em at center center,
      #94c79e,
      rgba(246, 89, 115, 0)
    ),
    radial-gradient(
      0.8em 0.2em at center center,
      #94c79e,
      rgba(246, 89, 115, 0)
    ),
    radial-gradient(
      7.2em 0.2em at center center,
      #94c79e,
      rgba(246, 89, 115, 0)
    );
}
#layer .line {
  margin: 1.5em 0 0;
}

.crayon-orange-g {
  background: linear-gradient(
    transparent 50%,
    rgba(247, 198, 104, 0.2) 50%,
    rgb(247, 198, 104) 75%,
    rgba(247, 198, 104, 0.2)
  );
  font-weight: bold;
}
.crayon_wide {
  background: linear-gradient(
    transparent 30%,
    rgba(247, 198, 104, 0.2) 30%,
    rgb(247, 198, 104) 65%,
    rgba(247, 198, 104, 0.2)
  );
  font-weight: bold;
  display: inline-block;
}
.crayon-orange-g-narrow {
  background: linear-gradient(
    transparent 70%,
    rgba(247, 198, 104, 0.2) 70%,
    rgb(247, 198, 104) 85%,
    rgba(247, 198, 104, 0.2)
  );
  font-weight: bold;
}
.movie .elasticArea span.marker,#post .elasticArea span.marker,#recruit .elasticArea span.marker,.artwork .marker,
#sporter .elasticArea span {
  display:inline;
  background: linear-gradient(transparent 40%,rgba(247, 198, 104, 0.2) 40%,rgb(247, 198, 104) 65%,rgba(247, 198, 104, 0.2));
  padding:0;
  margin: 0;
}
.note {
  position: relative;
  padding: 15px 0;
  margin: 2em auto 0;
  background-image: linear-gradient(
    90deg,
    rgba(245, 249, 127, 0.5) 20.37584854868914%,
    rgba(193, 192, 148, 0.6) 80.37701896067415%
  );
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
  transform: rotate(0deg);
  word-break: break-all;
}
.note::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 12px;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding-bottom: 10px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.075),
    rgba(0, 0, 0, 0.075) 12px,
    transparent 12px,
    transparent 24px
  );
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 24px 12px;
}
.note p.narrow {
  margin: 0;
  color: #3b3b3b;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 50px 45px 20px;
  font-size: 1.1em;
}
.note_tape {
  width: 200px;
  height: 38px;
  margin: -35px auto 0;
  background: rgba(251, 234, 144, 0.5); /* テープの色 */
  transform: rotate(-1.5deg);
  opacity: 0.9;
}
.blockMainArea .note{
  margin-top:35px;
}
.rule_credit{
  color:#333;
  text-align:right;
  margin: 0;
}

.artwork{
  position: relative;
  font-family: "Klee One", cursive;
  margin:40px 20px 10px;
}
.artwork p{
  color:#333;
  margin: 0;
  padding:0 25px;
}
.artwork ul{
  padding:0;
  margin:0; 
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.artwork ul li{
  position:relative;
  font-size: 0.9em;
  display:inline-block;
  padding:0 18px 0 0
}
.artwork ul > li:not(:last-child)::after {
  content: ",";
}
.artwork ul li p{
  font-size: 0.9em;
  display:inline;
  padding:0;
  margin:0; 
}
.artwork ul li{
  color:#000;
}
.movie .artwork ul li p{
  color:#222;
}
.artwork p.memo{
  color:#000;
  margin:0 0 2em;
  padding:1em 0 0;
  border-top:1px dashed #666;
  color: #333;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.95em;
}
@media (max-width: 768px) {
  .note {
    padding: 15px 0;
    margin: -10px 0 0 0 ;
  }
  .note::before {
    height: 10px;
    top: 25px;
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.075),
      rgba(0, 0, 0, 0.075) 10px,
      transparent 10px,
      transparent 20px
    );
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 20px 10px;
  }
  .note_tape {
    width: 35%;
    height: 28px;
    margin: -30px auto 0;
    background: rgba(251, 234, 144, 0.5); /* テープの色 */
    transform: rotate(-1.5deg);
    opacity: 0.9;
  }
  .note p.narrow {
    padding: 35px 18px 5px;
    font-size: 0.9em;
  }
}