@charset "utf-8";
.l-contents {
  position: relative;
  top: 100vh;
}
.l-contents__about {
  width: 840px;
  margin: 0 auto;
  padding: 100px 0 30px 0;
}
.l-contents__about .catch_copy-001 {
  width: 385px;
  position: relative;
  left: 10%;
}
.l-contents__about .catch_copy-002 {
  width: 685px;
  position: relative;
  left: 10%;
}
.catch_copy-003 {
  width: 440px;
  position: relative;
  left: 325px;
}
.l-contents__about h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.l-contents__about p {
  color: #FFF;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.comming_soon {
  width: 500px;
  font-weight: 600;
  margin: 0 auto 50px auto;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width:1024px) {
  .l-contents__about {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 30px 0;
  }
  .l-contents__about .catch_copy-001 {
    width: 80%;
    position: relative;
    left: 10%;
  }
  .l-contents__about .catch_copy-002 {
    width: 80%;
    position: relative;
    left: 10%;
  }
  .catch_copy-003 {
    width: 80%;
    position: relative;
    left: 10%;
  }
  .l-contents__about h3 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 3rem;
    font-weight: bold;
    margin: 100px auto 30px auto;
    color: #FFF;
  }
  .l-contents__about p {
    color: #FFF;
    line-height: 2.4rem;
    letter-spacing: 0.05rem;
  }
  .comming_soon {
    width: 90%;
    font-weight: 600;
    margin: 0 auto 50px auto;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
}
.l-contents__schedule {
  width: 840px;
  margin: 0 auto;
}
.l-contents__schedule:after {
  content: "";
  clear: both;
  display: block;
}
.l-contents__schedule h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.l-contents__schedule .list_schedule ul {
  padding-top: 30px;
}
.l-contents__schedule .list_schedule ul li {
  border-bottom: 1px solid #FFFFFF;
  padding: 0px 0 5px 0;
  /*margin-bottom: 20px;*/
}
.l-contents__schedule .list_schedule ul li .title {
  float: left;
  display: inline-block;
  width: 30%;
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
}
.l-contents__schedule .list_schedule ul li .day {
  float: left;
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
}
.l-contents__schedule .list_schedule ul li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l-contents__schedule .list_schedule ol {
  padding-top: 0px;
}
.l-contents__schedule .list_schedule ol li {
  padding: 0px 0 5px 0;
  margin-bottom: 0px;
}
.l-contents__schedule .list_schedule ol li .title {
  float: left;
  display: inline-block;
  width: 30%;
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
}
.l-contents__schedule .list_schedule ol li .day {
  float: left;
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
}
.l-contents__schedule .list_schedule ol li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l-contents__schedule .time-schedule {
  position: relative;
  width: 100%;
  top: 15px;
  padding: 30px 0;
}
@media screen and (max-width:1024px) {
  .l-contents__schedule {
    width: 90%;
    margin: 0 auto;
  }
  .l-contents__schedule .time-schedule {
    position: relative;
    top: 15px;
  }
    
  .l-contents__schedule .list_schedule ul li .title {
    float: none;
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 600;
  }
  .l-contents__schedule .list_schedule ul li .day {
    float: none;
    display: inline-block;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 400;
  }
    .l-contents__schedule .list_schedule ol li {
  
  padding: 0px 0 15px 0;
  /*margin-bottom: 20px;*/
}
  .l-contents__schedule .list_schedule ol li .title {
    float: none;
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 600;
  }
  .l-contents__schedule .list_schedule ol li .day {
    float: none;
    display: inline-block;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 400;
  }
}
.l-contents__schedule .time-schedule:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l-contents__schedule .time-schedule .time-schedule_title {
  color: #FFF;
  margin-bottom: 15px;
  font-weight: 600;
}
.l-contents__schedule .time-schedule_inner {
  width: 100%;
  border: 1px solid #FFFFFF;
  padding: 30px;
}
@media screen and (max-width:1024px) {
  .l-contents__schedule .time-schedule_inner {
    width: 100%;
    border: 1px solid #FFFFFF;
    padding: 30px;
  }
    .l-contents__schedule .time-schedule .time-schedule_title {
  color: #FFF;
  margin-bottom: 15px;
  font-weight: 600;font-size: 1.6rem;
}
}
.l-contents__schedule .title-detail {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.l-contents__schedule .title-detail_sub {
  color: #FFFFFF;
  font-size: 0.9rem;
}
.l-contents__schedule .time-schedule_inner dt {
  float: left;
  padding-top: 5px;
}
.l-contents__schedule .time-schedule_inner dd {
  margin-left: 80px;
  border-left: 1px solid #FFFFFF;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
    .l-contents__schedule .time-schedule_inner dt {font-size: 18px;}
    .l-contents__schedule .title-detail {
  color: #FFFFFF;
  font-size: 1.6rem;line-height: 2.4rem;font-weight: 600;
}
.l-contents__schedule .title-detail_sub {
  color: #FFFFFF;
  font-size: 1.4rem;line-height: 2.4rem;
}
   
}
.l-contents__entry {
  width: 840px;
  margin: 0 auto;
  padding: 0px 0 30px 0;
}
.l-contents__entry h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 0px auto;
  color: #FFF;
}
.l-contents__entry h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0px auto 10px auto;
  color: #FFF;
}
.l-contents__entry ul {
  width: 95%;
  margin: 0 auto;
}
.l-contents__entry ul li {
  list-style: disc;
  margin: 0 0 5px 0;
  color: #FFF;
}
.l-contents__entry p {
  color: #FFF;
}
.l-contents__entry__detail-01 {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.l-contents__entry__detail-02 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.l-contents__entry__detail-02 ol:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l-contents__entry__detail-02 ol li {
  list-style: none;
  margin-bottom: 15px;
}
.l-contents__entry__detail-02 ol li .number {
  float: left;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 600;
  width: 80px;
}
.l-contents__entry__detail-02 ol li .detail {
  float: left;
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
  padding-left: 20px;
  display: block;
  width: 700px;
  border-left: 1px solid #FFFFFF;
}
.l-contents__entry__detail-02 ol li .h02 {
  padding-top: 10px;
}
.l-contents__entry__detail-02 ol li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width:1024px) {
  .l-contents__entry {
    width: 90%;
    margin: 0 auto;
  }
  .l-contents__entry ul {
    width: 90%;
    margin: 0 auto;
  }
  .l-contents__entry ul li {
    list-style: disc;
    margin: 0 0 5px 0;
    color: #FFF;
  }
  .l-contents__entry p {
    color: #FFF;
  }
  .l-contents__entry .time-schedule {
    position: relative;
    top: 15px;
  }
  .l-contents__entry .list_schedule ul li .title {
    float: none;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: #FFF;
    font-weight: 600;
  }
  .l-contents__entry .list_schedule ul li .day {
    float: none;
    display: inline-block;
    font-size: 1rem;
    color: #FFF;
    font-weight: 600;
  }
  .l-contents__entry__detail-02 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .l-contents__entry__detail-02 ol:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .l-contents__entry__detail-02 ol li {
    list-style: none;
    margin-bottom: 15px;
  }
  .l-contents__entry__detail-02 ol li .number {
    float: left;
    font-size: 2.4rem;
    color: #FFF;
    font-weight: 600;
    width: 60px;
  }
  .l-contents__entry__detail-02 ol li .detail {
    float: left;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 400;
    padding-left: 20px;
    display: block;
    width: 70%;
    border-left: 1px solid #FFFFFF;
  }
  .l-contents__entry__detail-02 ol li .h02 {
    padding-top: 10px;
  }
  .l-contents__entry__detail-02 ol li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.button_block a {
  color: #1A2B7D;
  width: 100%;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  margin-top: 60px;
  background-color: #FFF;
  z-index: 0;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
.button_block a .arrow1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20%;
  z-index: 2;
  width: 30px;
}
.button_block a .arrow2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20%;
  z-index: 1;
  width: 30px;
}
@media screen and (max-width:1024px) {
  .button_block a .arrow1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10%;
    z-index: 2;
    width: 30px;
  }
  .button_block a .arrow2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10%;
    z-index: 1;
    width: 30px;
  }
}
@media screen and (max-width:720px) {
  .button_block a {
    font-size: 1.4rem;
  }
  .button_block a .arrow1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4%;
    z-index: 2;
    width: 20px;
  }
  .button_block a .arrow2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4%;
    z-index: 1;
    width: 20px;
  }
}
.button_block a:hover {
  color: #fff;
  background-color: #212b68;
  text-decoration: none;
  font-weight: 600;
}
.button_block a:hover img {
  opacity: 1;
}
.button_block a:hover .arrow1 {
  display: none;
}
.shadow {
  box-shadow: 0 .5em 1.5em 0 rgba(0, 0, 0, .35);
}
.rounded {
  border-radius: .5em;
}
.frame {
  padding: 2em;
  text-align: center;
}
/*-------------------------------------------------------
	
	フッター
	
-------------------------------------------------------*/
.footer {
  position: relative;
  top: 100vh;
  width: 100%;
  background-color: #FFF;
  padding: 30px 0;
  margin-top: 10px;
}
.footer .sns {}
.footer .sns ul {
  text-align: center;
}
.footer .sns ul li {
  display: inline-block;
  width: 30px;
}
.footer .sns ul li img {
  width: 30px;
  height: auto;
}
.footer .footer-inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .footer-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer .address p {
  font-size: 0.7rem;
  color: #000;
}
.footer .address {
  float: left;
}
.footer .links {
  width: 100px;
  float: left;
  margin-left: 20px;
}
.footer .links img {
  width: 100px;
  height: auto;
}
.footer .right {
  text-align: right;
}
#pagetopicon {
  position: fixed;
  right: 30px;
  bottom: 0px;
  opacity: 0;
  z-index: 99999;
}
#pagetopicon {
  margin: 0 0 30px 0;
  display: block;
}
@media screen and (max-width:1024px) {
  .footer {
    width: 100%;
    background-color: #FFF;
    padding: 30px 0 100px 0;
    position: relative;
    margin-top: -10px;
    overflow: hidden;
  }
  .footer .sns {}
  .footer .sns ul {
    text-align: center;
  }
  .footer .sns ul li {
    display: inline-block;
    width: 30px;
  }
  .footer .sns ul li img {
    width: 30px;
    height: auto;
  }
  .footer .footer-inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .footer .footer-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .footer .address p {
    font-size: 1.2rem;
    color: #000;
    text-align: center;
  }
  .footer .address {
    float: none;
  }
  .footer .links {
    width: 140px;
    float: none;
    margin: 0 auto;
    padding: 0px 0 5px 0;
  }
  .footer .links img {
    height: auto;
  }
  .links-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .footer .right {
    text-align: right;
  }
  #pagetopicon {
    margin: 0 0 20px 0;
    width: 8%;
    float: right;
  }
}
@media screen and (max-width:1024px) {
  .video-pc {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .video-sp {
    display: none;
  }
}
.video-pc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.video-pc video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video2-pc {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -110;
}
.video2-pc video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/*@media screen and (max-width:1024px) {
  .video-pc, .video2-pc, .pc_only {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .video-sp, .video2-sp, .sp_only {
    display: none;
  }
}*/
.video-sp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-sp video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video2-sp {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -90;
}
.video2-sp video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.scroll {
  position: absolute;
  z-index: 9;
  left: 47%;
  bottom: 40px;
  font-size: 80%;
  display: block;
  background: url(../images/arrow_bottom_white.png) no-repeat center bottom;
  background-size: 8px 4px;
  padding: 0 0 8px 0;
  color: #FFF;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  text-decoration: none;
  animation: move 2s infinite;
}
.btn02-wrap {
  position: relative;
  top: 100vh;
  height: 200px;
  margin-bottom: 10px;
}
.btn05-wrap {
  position: relative;
  top: 100vh;
  height: 200px;
  margin-bottom: 10px;
}
.btn06-wrap {
  position: relative;
  top: 100vh;
  height: 200px;
  margin-bottom: 10px;
}
.btn07-wrap {
  position: relative;
  top: 100vh;
  height: 200px;
  margin-bottom: 10px;
}
.btn08-wrap {
  position: relative;
  top: 100vh;
  height: 200px;
  margin-bottom: 10px;
}

.btn04-wrap {
  position: relative;
  top: 100vh;
  height: 200px;
}
.btn02-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn02-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.btn02-wrap .open-01 .title {
  float: left;
  width: 500px;
  padding-top: 0px;
}
.btn02-wrap .open-01 .arrow {
  float: right;
  width: 100px;
  padding-top: 30px;
}
.btn02-wrap .open-01 .arrow img, .btn02-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn02-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn02-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.btn02-wrap .open-02 .title {
  float: left;
  width: 500px;
  padding-top: 0px;
}
.btn02-wrap .open-02 .arrow {
  float: right;
  width: 100px;
  padding-top: 30px;
}
.btn02-wrap .open-02 .arrow img, .btn02-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}
.btn05-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn05-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
.btn05-wrap .open-01 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn05-wrap .open-01 .arrow {
  float: right;
  width: 100px;
  padding-top: 15px;
}
.btn05-wrap .open-01 .arrow img, .btn05-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn05-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn05-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
.btn05-wrap .open-02 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn05-wrap .open-02 .arrow {
  float: right;
  width: 100px;
  padding-top: 15px;
}
.btn05-wrap .open-02 .arrow img, .btn05-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}
.btn06-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn06-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.btn06-wrap .open-01 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn06-wrap .open-01 .arrow {
  float: right;
  width: 100px;
  padding-top: 20px;
}
.btn06-wrap .open-01 .arrow img, .btn06-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn06-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn06-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.btn06-wrap .open-02 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn06-wrap .open-02 .arrow {
  float: right;
  width: 100px;
  padding-top: 20px;
}
.btn06-wrap .open-02 .arrow img, .btn06-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}
.btn07-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn07-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.btn07-wrap .open-01 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn07-wrap .open-01 .arrow {
  float: right;
  width: 100px;
  padding-top: 20px;
}
.btn07-wrap .open-01 .arrow img, .btn07-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn07-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn07-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.btn07-wrap .open-02 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn07-wrap .open-02 .arrow {
  float: right;
  width: 100px;
  padding-top: 20px;
}
.btn07-wrap .open-02 .arrow img, .btn07-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}




.btn08-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn08-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.btn08-wrap .open-01 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn08-wrap .open-01 .arrow {
  float: right;
  width: 100px;
  padding-top: 20px;
}
.btn08-wrap .open-01 .arrow img, .btn08-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn08-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn08-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.btn08-wrap .open-02 .title {
  float: left;
  width: 700px;
  padding-top: 10px;
  margin-top: 10px;
}
.btn08-wrap .open-02 .arrow {
  float: right;
  width: 100px;
  padding-top: 20px;
}
.btn08-wrap .open-02 .arrow img, .btn08-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}
































.btn04-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn04-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.btn04-wrap .open-01 .title {
  float: left;
  width: 700px;
  padding-top: 30px;
}
.btn04-wrap .open-01 .arrow {
  float: right;
  width: 100px;
  padding-top: 30px;
}
.btn04-wrap .open-01 .arrow img, .btn04-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn04-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn04-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.btn04-wrap .open-02 .title {
  float: left;
  width: 700px;
  padding-top: 30px;
}
.btn04-wrap .open-02 .arrow {
  float: right;
  width: 100px;
  padding-top: 30px;
}
@media screen and (max-width:1024px) {
  .btn02-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn02-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn02-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn02-wrap .open-02 .title {
    float: left;
    width: 80%;
    padding-top: 0px;
  }
  .btn02-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
}
@media screen and (min-width:721px) and (max-width:1024px) {
  .btn02-wrap .open-01 .title {
    float: left;
    width: 55%;
    padding-top: 10px;
  }
  .btn05-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .btn05-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn05-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .btn05-wrap .open-02 .title {
    float: left;
    width: 75%;
    padding-top: 0px;
  }
  .btn05-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn05-wrap .open-01 .title {
    float: left;
    width: 55%;
    padding-top: 30px;
  }
  .btn05-wrap .open-02 .title {
    float: left;
    width: 55%;
    padding-top: 30px;
  }
  .btn05-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn05-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn06-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .btn06-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn06-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .btn06-wrap .open-02 .title {
    float: left;
    width: 75%;
    padding-top: 0px;
  }
  .btn06-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn06-wrap .open-01 .title {
    float: left;
    width: 55%;
    padding-top: 30px;
  }
  .btn06-wrap .open-02 .title {
    float: left;
    width: 55%;
    padding-top: 30px;
  }
  .btn06-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn06-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn07-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .btn07-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn07-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  /*.btn07-wrap .open-02 .title {
    float: left;
    width: 70%;
    padding-top: 0px;
  }*/
  .btn07-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn07-wrap .open-01 .title {
    float: left;
    width: 50%;
    padding-top: 30px;
  }
  .btn07-wrap .open-02 .title {
    float: left;
    width: 50%;
    padding-top: 30px;
  }
  .btn07-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn07-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
    
    
    
    .btn08-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .btn08-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn08-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  /*.btn07-wrap .open-02 .title {
    float: left;
    width: 70%;
    padding-top: 0px;
  }*/
  .btn08-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 0px;
  }
  .btn08-wrap .open-01 .title {
    float: left;
    width: 50%;
    padding-top: 30px;
  }
  .btn08-wrap .open-02 .title {
    float: left;
    width: 50%;
    padding-top: 30px;
  }
  .btn08-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn08-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  .btn04-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn04-wrap .open-01 .title {
    float: left;
    width: 40%;
    padding-top: 25px;
  }
  .btn04-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn04-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn04-wrap .open-02 .title {
    float: left;
    width: 40%;
    padding-top: 25px;
  }
  .btn04-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
}
@media screen and (max-width:720px) {
  .btn04-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn04-wrap .open-01 .title {
    float: left;
    width: 60%;
    padding-top: 30px;
  }
  .btn04-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn04-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn04-wrap .open-02 .title {
    float: left;
    width: 60%;
    padding-top: 30px;
  }
  .btn04-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn02-wrap .open-01 .title {
    float: left;
    width: 80%;
    padding-top: 10px;
  }
  .btn05-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
  }
  .btn05-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
  }
  .btn05-wrap .open-01 .title {
    float: left;
    width: 80%;
    padding-top: 0px;
  }
  .btn05-wrap .open-02 .title {
    float: left;
    width: 80%;
    padding-top: 0px;
  }
  .btn05-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .btn05-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .btn06-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .btn06-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .btn06-wrap .open-01 .title {
    float: left;
    width: 80%;
    padding-top: 0px;
  }
  .btn06-wrap .open-02 .title {
    float: left;
    width: 80%;
    padding-top: 0px;
  }
  .btn06-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .btn06-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .btn07-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .btn07-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .btn07-wrap .open-01 .title {
    float: left;
    width: 70%;
    padding-top: 0px;
  }
  .btn07-wrap .open-02 .title {
    float: left;
    width: 70%;
    padding-top: 0px;
  }
  .btn07-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .btn07-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
    
  .btn08-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .btn08-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .btn08-wrap .open-01 .title {
    float: left;
    width: 70%;
    padding-top: 0px;
  }
  .btn08-wrap .open-02 .title {
    float: left;
    width: 70%;
    padding-top: 0px;
  }
  .btn08-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .btn08-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
}
/*== ボタン共通設定 */
.btn02 {
  /*背景の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
  outline: none;
}
/*ボタン内側の設定*/
.btn02 div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* 重なりを3Dで表示 */
  transform-style: preserve-3d;
  /* アニメーションの設定 数字が少なくなるほど早く回転 */
  transition: 0.5s;
}
/*== くるっと回転（奥に） */
/* 回転前 */
.btn02-wrap .rotateback .open-01:nth-child(1) {
  /*background: #000;*/
  background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn02-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn02-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(0, 66, 126, 1), rgba(130, 46, 120, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn02-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
_::-webkit-full-page-media, _:future, :root .btn02-wrap .rotateback .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));
  transform: rotateX(0deg);
  transform-origin: 0 0 -25px;
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
/*hoverをした後の形状*/
.btn02-wrap .rotateback:hover .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(0, 66, 126, 1), rgba(130, 46, 120, 1));
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn02-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(0, 66, 126, 1), rgba(130, 46, 120, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}
.btn03-wrap .open-01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn03-wrap .open-01 ul {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.btn03-wrap .open-01 .title {
  float: left;
  width: 500px;
  padding-top: 20px;
}
.btn03-wrap .open-01 .arrow {
  float: right;
  width: 100px;
}
.btn03-wrap .open-01 .arrow img, .btn03-wrap .open-01 .title img {
  width: 100%;
  height: auto;
}
.btn03-wrap .open-02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.btn03-wrap .open-02 ul {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.btn03-wrap .open-02 .title {
  float: left;
  width: 500px;
  padding-top: 20px;
}
.btn03-wrap .open-02 .arrow {
  float: right;
  width: 100px;
}
.btn03-wrap .open-02 .arrow img, .btn03-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}
/*== ボタン共通設定 */
.btn03 {
  /*背景の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  outline: none;
  top: -10px;
  margin-bottom: -10px;
}
/*ボタン内側の設定*/
.btn03 div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* 重なりを3Dで表示 */
  transform-style: preserve-3d;
  /* アニメーションの設定 数字が少なくなるほど早く回転 */
  transition: 0.5s;
}
/*== くるっと回転（奥に） */
/* 回転前 */
.btn03-wrap .rotateback .open-01:nth-child(1) {
  background: #000;
  /*background-image: linear-gradient(90deg, rgba(113, 71, 153, 1), rgba(41, 68, 154, 1));*/
  color: #FFF;
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn03-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn03-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(113, 71, 153, 1), rgba(41, 68, 154, 1));
  color: #000;
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn03-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
/*== くるっと回転（奥に） */
/* 回転前 */
.btn05-wrap .rotateback .open-01:nth-child(1) {
  /*background: #000;*/
  background-image: linear-gradient(90deg, rgba(53, 178, 124, 1), rgba(31, 44, 94, 1));
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn05-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn05-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(41, 68, 154, 1), rgba(53, 178, 124, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn05-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
_::-webkit-full-page-media, _:future, :root .btn02-wrap .rotateback .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(53, 178, 124, 1), rgba(31, 44, 94, 1));
  transform: rotateX(0deg);
  transform-origin: 0 0 -25px;
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
/*hoverをした後の形状*/
.btn05-wrap .rotateback:hover .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(53, 178, 124, 1), rgba(31, 44, 94, 1));
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn05-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(53, 178, 124, 1), rgba(31, 44, 94, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}
/* 回転前 */
.btn06-wrap .rotateback .open-01:nth-child(1) {
  /*background: #000;*/
  background-image: linear-gradient(90deg, rgba(134, 196, 96, 1), rgba(233, 89, 121, 1));
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn06-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn06-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(233, 89, 121, 1), rgba(134, 196, 96, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn06-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
_::-webkit-full-page-media, _:future, :root .btn06-wrap .rotateback .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(134, 196, 96, 1), rgba(233, 89, 121, 1));
  transform: rotateX(0deg);
  transform-origin: 0 0 -25px;
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
/*hoverをした後の形状*/
.btn06-wrap .rotateback:hover .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(134, 196, 96, 1), rgba(233, 89, 121, 1));
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn06-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(134, 196, 96, 1), rgba(233, 89, 121, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}
/* 回転前 */
.btn07-wrap .rotateback .open-01:nth-child(1) {
  /*background: #000;*/
  /*background-image: linear-gradient(90deg, rgba(53, 178, 124, 1), rgba(31, 44, 94, 1));*/
    background-image: linear-gradient(90deg, rgba(212, 22, 28, 1), rgba(23, 65, 152, 1));
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn07-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn07-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(23, 65, 152, 1), rgba(212, 22, 28, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn07-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
_::-webkit-full-page-media, _:future, :root .btn07-wrap .rotateback .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(212, 22, 28, 1), rgba(23, 65, 152, 1));
  transform: rotateX(0deg);
  transform-origin: 0 0 -25px;
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
/*hoverをした後の形状*/
.btn07-wrap .rotateback:hover .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(212, 22, 28, 1), rgba(23, 65, 152, 1));
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn07-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(212, 22, 28, 1), rgba(23, 65, 152, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}



/* 回転前 */
.btn08-wrap .rotateback .open-01:nth-child(1) {
  /*background: #000;*/
  background-image: linear-gradient(90deg, rgba(234, 90, 121, 1), rgba(134, 195, 96, 1));
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn08-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn08-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(134, 195, 96, 1), rgba(234, 90, 121, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn08-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
_::-webkit-full-page-media, _:future, :root .btn08-wrap .rotateback .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(234, 90, 121, 1), rgba(134, 195, 96, 1));
  transform: rotateX(0deg);
  transform-origin: 0 0 -25px;
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
/*hoverをした後の形状*/
.btn08-wrap .rotateback:hover .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(134, 195, 96, 1), rgba(234, 90, 121, 1));
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn08-wrap .rotateback .open-02:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(134, 195, 96, 1), rgba(234, 90, 121, 1));
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}



@media screen and (max-width:1024px) {
  /*.btn04-wrap .open-01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn04-wrap .open-01 .title {
    float: left;
    width: 60%;
    padding-top: 25px;
  }
  .btn04-wrap .open-01 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }
  .btn04-wrap .open-02 ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .btn04-wrap .open-02 .title {
    float: left;
    width: 60%;
    padding-top: 25px;
  }
  .btn04-wrap .open-02 .arrow {
    float: right;
    width: 10%;
    padding-top: 50px;
  }*/
}
.btn04-wrap .open-02 .arrow img, .btn04-wrap .open-02 .title img {
  width: 100%;
  height: auto;
}
/*== ボタン共通設定 */
.btn04 {
  /*背景の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  outline: none;
}
/*ボタン内側の設定*/
.btn04 div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* 重なりを3Dで表示 */
  transform-style: preserve-3d;
  /* アニメーションの設定 数字が少なくなるほど早く回転 */
  transition: 0.5s;
}
/*== くるっと回転（奥に） */
/* 回転前 */
.btn04-wrap .rotateback .open-01:nth-child(1) {
  /*background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));*/
  background-image: linear-gradient(90deg, rgba(0, 66, 126, 1), rgba(130, 46, 120, 1));
  color: #000;
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn04-wrap .rotateback:hover .open-01:nth-child(1) {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
/* 回転後 */
.btn04-wrap .rotateback .open-02:nth-child(2) {
  /*background: #000;*/ background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));
  color: #fff;
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 100% -25px; /* 回転する起点 */
}
/*hoverをした後の形状*/
.btn04-wrap .rotateback:hover .open-02:nth-child(2) {
  transform: rotateX(0deg); /* X軸に0度回転 */
}
_::-webkit-full-page-media, _:future, :root .btn04-wrap .rotateback .open-01:nth-child(1) {
  /*background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));*/
  background-image: linear-gradient(90deg, rgba(0, 66, 126, 1), rgba(130, 46, 120, 1));
  color: #000;
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn04-wrap .rotateback:hover .open-01:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));
}
_::-webkit-full-page-media, _:future, :root /* 回転後 */
.btn04-wrap .rotateback .open-02:nth-child(2) {
  /*background: #000;*/ background-image: linear-gradient(90deg, rgba(197, 59, 134, 1), rgba(111, 55, 129, 1));
  color: #fff;
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 0 -25px; /* 回転する起点 */
}
/*スクロールボタンの指定*/
/*矢印をアニメーションする*/
@keyframes move {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  20% {
    transform: rotate(0deg) translate(0px, 10px);
  }
  40% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.l-contents__benefits {
  width: 840px;
  margin: 0 auto;
}
.l-contents__benefits:after {
  content: "";
  clear: both;
  display: block;
}
.l-contents__benefits h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.top_benefits {
  overflow: inherit;
}
.top_benefits p {
  color: #FFF;
}
.top_benefits h2 {
  float: none;
  margin: 0 0 20px 0;
}
.top_benefits h2 img {
  height: 40px;
  width: auto;
}
.top_benefits h3 img {}
.list_benefits {
  padding: 30px 0;
}
.list_benefits:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list_benefits-001 {
  width: 480px;
  float: left;
}
.list_benefits-001 .fig {}
.list_benefits-001 .fig img {
  width: 100%;
  height: auto;
}
.list_benefits-001 .detail {
  margin-top: 20px;
  font-size: 0.7rem;
  text-align: center;
}
.list_benefits-002 {
  width: 250px;
  float: right;
  margin-top: 5px;
}
.list_benefits-002 .fig {}
.list_benefits-002 .fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
  .l-contents__benefits {
    width: 90%;
    margin: 0 auto;
  }
  .list_benefits-001 {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .list_benefits-001 .fig {
    width: 70%;
    float: none;
    margin: 20px auto;
  }
  .list_benefits-001 .fig img {
    width: 100%;
    height: auto;
  }
  .list_benefits-001 .detail {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  .list_benefits-002 {
    width: 100%;
    float: none;
  }
  .list_benefits-002 .fig {
    width: 70%;
    float: none;
    margin: 20px auto;
  }
  .list_benefits-002 .fig img {
    width: 100%;
    height: auto;
  }
}
.l-finalists {
  width: 840px;
  margin: 0 auto;
}
.l-finalists:after {
  content: "";
  clear: both;
  display: block;
}
.l-finalists h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
@media screen and (max-width:1024px) {
  .l-finalists {
    width: 100%;
    margin: 0 auto;
  }
}
.l-contents__history {
  width: 940px;
  margin: 0 auto 100px auto;
}
.l-contents__history:after {
  content: "";
  clear: both;
  display: block;
}
.l-contents__history h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 0px auto;
  color: #FFF;
}
.top_history {
  margin-top: 0px;
  padding-bottom: 0px;
}
.top_history ul {
  float: none;
  width: 100%;
}
.list_history ul {
  padding-top: 0px;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
}
.list_history ul li {
  width: 23%;
  padding: 10px 0 5px 0;
  margin-bottom: 20px;
  margin-right: 15px;
}
.list_history ul li a {
  color: #FFF;
}
.list_history ul li .thumb {
  width: 100%;
  height: auto;
}
.list_history ul li .thumb img {
  width: 100%;
  height: auto;
}
.list_history ul li .day {
  color: #FFF;
  font-size: 0.9rem;
  margin: 5px 0 0 0;
}
.list_history ul li .title {
  color: #FFF;
  font-size: 0.9rem;
  margin: 5px 0 0 0;
}
@media screen and (max-width:1024px) {
  .l-contents__history {
    width: 90%;
    margin: 0 auto 100px auto;
  }
  .list_history ul {
    width: 100%;
    padding-top: 30px;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 0%;
  }
  .list_history ul li {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0 5px 0;
    margin-bottom: 30px;
    display: block;
    text-align: left;
    width: 46%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .list_history ul li .title {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .list_history ul li .day {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.list_history:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list_history ul li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.top_history .list_history:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l-contents__judge {
  width: 940px;
  margin: 0 auto 30px auto;
}
.l-contents__judge:after {
  content: "";
  clear: both;
  display: block;
}
.l-contents__judge h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 0px auto;
  color: #FFF;
}
.top_judge {
  margin-top: 0px;
  padding-bottom: 0px;
}
.top_judge ul {
  float: none;
  width: 100%;
}
.list_judge ul {
  padding-top: 0px;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
}
.list_judge ul li {
  width: 23%;
  padding: 10px 0 5px 0;
  margin-bottom: 20px;
  margin-right: 15px;
}
.list_judge ul li a {
  color: #FFF;
}
.list_judge ul li .thumb {
  width: 100%;
  margin: 0 0 15px 0;
    padding-bottom: 10px;
  height: auto;
  border-radius: 20px;
}
.list_judge ul li .thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.list_judge ul li .day {
  color: #FFF;
  font-size: 0.9rem;
  margin: 5px 0 0 0;
}
.list_judge ul li .title {
  color: #FFF;
  font-size: 0.9rem;
  margin: 15px 0 0 0;
    display: block;line-height: 1.2rem;
}
.list_judge ul li .title .name {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
    display: block;
}
@media screen and (max-width:1024px) {
  .l-contents__judge {
    width: 90%;
    margin: 0 auto;
  }
  .list_judge ul {
    width: 100%;
    padding-top: 30px;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 0%;
  }
  .list_judge ul li {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0 5px 0;
    margin-bottom: 30px;
    display: block;
    text-align: left;
    width: 46%;
    margin-right: 5px;
    margin-left: 5px;
  }
    
    .list_judge ul li .thumb {
  width: 100%;
  margin: 0 0 0px 0;
    padding-bottom: 10px;
  height: auto;
  border-radius: 20px;
}
    
    
  .list_judge ul li .title {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 1.5rem;line-height: 2rem;
  }
  .list_judge ul li .day {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .list_judge ul li .title .name {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;margin: 0;
  }
}
.finalist {
  background-color: #FFFFFF;
  padding: 50px 0;
}
.finalist h2 {
  padding: 0 50px;
}
.finalist h2 img {
  height: 40px;
  width: auto;
}
.finalist-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.finalist-list ul li {
  width: 45%;
  height: auto;
  margin-bottom: 15px;
}
.finalist-list ul li img {
  width: 100%;
  height: auto
}
.finalist-list ul li .title-company {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  border-left: 4px solid #FFF;
  padding: 10px;
  margin: 10px;
}
.title-idea {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  padding: 10px 22px;
}
.finalist-list ul li .title {
  font-size: 0.9rem;
  color: #FFF;
  padding: 0 10px 0 10px;
  margin: 10px;
}
.organizer {
  background-color: #FFFFFF;
  padding: 50px 0;
}
.organizer h2 {
  padding: 0;
  text-align: center;
}
.organizer h2 img {
  height: 40px;
  width: auto;
}
.title-sponsor {
  width: 200px;
  margin: 35px auto 35px auto;
}
.title-sponsor img {
  width: 200px;
  height: auto;
}
.organizer-block {
  position: relative;
  left: 0px;
}
.organizer-block ul {
  text-align: center;
  padding: 0px 0;
}
.organizer-block ul li {
  display: inline-block;
  width: 210px;
  vertical-align: top;
  margin: 0 5px;
}
.organizer-block ul li a {
  text-decoration: none;
}

@media screen and (max-width:1024px) {
  .organizer-block {
    position: relative;
    left: 0px;
    width: 80%;
    margin: 0 auto;
  }
    .organizer-block ul {
    margin: 15px 0px;}
  .organizer-block ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 15px 0px;
  }
  .organizer-block ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}

.organizer-block2 {
  position: relative;
  left: 0px;
  width: 920px;
  margin: 0 auto;
}
.organizer-block2 ul {
  text-align: center;
  padding: 0px 0;/*display:flex;
  flex-wrap:wrap;
  justify-content:space-between;*/
}
.organizer-block2 ul li {
  width: 210px;
  height:auto;display: inline-block;
  /*display:flex;
  flex-direction:column;*/
    margin: 10px 20px;vertical-align: top;
  
}
.organizer-block2 ul li a {
  text-decoration: none;
}
.organizer-block2 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block2 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
.organizer-block2 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 1.6rem;
}
@media screen and (max-width:1024px) {
  .organizer-block2 {
    position: relative;
    left: 0px;
    width: 70%;
    margin: 0 auto;
  }
    .organizer-block2 ul {
    margin: 15px 0px;display:flex;
  flex-wrap:wrap;
  justify-content:space-between;}
  .organizer-block2 ul li {
    /*display: inline-block;*/
    width: 45%;
    vertical-align: top;
    margin: 15px 0px;display:flex;
  flex-direction:column;
  }
  .organizer-block2 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}




.organizer-block3 {
  position: relative;
  left: 0px;
  width: 940px;
  margin: 0 auto;
}
.organizer-block3 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block3 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block3 ul {
  text-align: center;
  padding: 0px 0;
}
.organizer-block3 ul li {
  display: inline-block;
  width: 82%;
  vertical-align: top;
  margin: 0 auto 20px auto;
}
.organizer-block3 ul li a {
  text-decoration: none;
}
.organizer-block3 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block3 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
.organizer-block3 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block3 {
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .organizer-block3 ul li {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin: 0 auto 20px auto;
  }
  .organizer-block3 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}
.organizer-block4 {
  position: relative;
  left: 0px;
  width: 940px;
  margin: 0 auto;
}
.organizer-block4 ul {
  text-align: center;
  padding: 0px 0;
}
.organizer-block4 ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 0 5px;
}
.organizer-block4 ul li a {
  text-decoration: none;
}
.organizer-block4 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block4 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
.organizer-block4 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
@media screen and (max-width:1024px) {
  .organizer-block4 {
    position: relative;
    left: 0px;
    width: 95%;
    margin: 0 auto;
  }
  .organizer-block4 ul li {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin: 0 5px;
  }
  .organizer-block4 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}
.organizer-block5 {
  position: relative;
  left: 0px;
  width: 940px;
  margin: 50px auto 0 auto;
}
.organizer-block5 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block5 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block5 ul {
  text-align: center;
  padding: 0px 0;
}
.organizer-block5 ul li {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin: 0 auto 20px auto;
}
.organizer-block5 ul li a {
  text-decoration: none;
}
.organizer-block5 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block5 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
.organizer-block5 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block5 {
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .organizer-block5 ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto 20px auto;
  }
  .organizer-block5 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}
.organizer-block6 {
  position: relative;
  left: 0px;
  width: 600px;
  margin: 50px auto 0 auto;
}
.organizer-block6 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block6 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block6 ul {
  text-align: center;
  padding: 0;display: flex;
    justify-content: space-between;
}
.organizer-block6 ul li {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  margin: 0;
}
.organizer-block6 ul li a {
  text-decoration: none;
}
.organizer-block6 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block6 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
.organizer-block6 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block6 {
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  
  .organizer-block6 ul {
    text-align: center;
    padding: 15px 0;
  }
  .organizer-block6 ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0 2% 20px 2%;
  }
  .organizer-block6 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}













.organizer-block7 {
  position: relative;
  left: 0px;
  width: 600px;
  margin: 50px auto 0 auto;
}
.organizer-block7 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block7 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block7 ul {
  text-align: center;
  padding: 0px 0;
}
.organizer-block7 ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.organizer-block7 ul li a {
  text-decoration: none;
}
.organizer-block7 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block7 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
.organizer-block7 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block7 {
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  
  .organizer-block7 ul {
    text-align: center;
    padding: 15px 0;
  }
  .organizer-block7 ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
  }
  .organizer-block7 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}











.organizer-block8 {
  position: relative;
  left: 0px;
  width: 600px;
  margin: 50px auto 0 auto;
}
.organizer-block8 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block8 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block8 ul {text-align: center;/*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}

.organizer-block8 ul li {
  /*width: calc(100% / 2);*/width:280px;display: inline-block;margin-bottom: 15px;
  
}

/*.organizer-block8 ul {
  text-align: center;
  padding: 0;display: flex;
}
.organizer-block8 ul li {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  margin: 0;
}*/
.organizer-block8 ul li a {
  text-decoration: none;
}
.organizer-block8 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block8 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
.organizer-block8 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block8 {
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  
  .organizer-block8 ul {
    text-align: center;
    padding: 15px 0;
  }
  .organizer-block8 ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0 2% 20px 2%;
  }
  .organizer-block8 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}








.organizer-block9 {
  position: relative;
  left: 0px;
  width: 920px;
  margin: 50px auto 0 auto;
}
.organizer-block9 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block9 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block9 ul {text-align: center;display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.organizer-block9 ul li {
  width:280px;display: inline-block;margin-bottom: 15px;
  
}

.organizer-block9 ul li a {
  text-decoration: none;
}
.organizer-block9 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block9 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 2.4rem;
}
.organizer-block9 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block9 {
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  
  .organizer-block9 ul {
    text-align: center;
    padding: 15px 0;
  }
  .organizer-block9 ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0 2% 20px 2%;
  }
  .organizer-block9 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}












.organizer-block10 {
  position: relative;
  left: 0px;
  width: 920px;
  margin: 50px auto 0 auto;
}
.organizer-block10 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 4rem;
  font-weight: bold;
  margin: 100px auto 30px auto;
  color: #FFF;
}
.organizer-block10 h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 30px auto;
  color: #FFF;
  text-align: center;
}
.organizer-block10 ul {text-align: center;display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.organizer-block10 ul li {
  width:210px;display: inline-block;margin-bottom: 15px;
  
}

.organizer-block10 ul li a {
  text-decoration: none;
}
.organizer-block10 ul li img {
  width: 100%;
  height: auto;
}
.organizer-block10 ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
  line-height: 1.6rem;
}
.organizer-block10 h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .organizer-block10 {
    position: relative;
    left: 0px;
    width: 70%;
    margin: 0 auto;
  }
  .organizer-block10 h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 0px auto 0px auto;
  color: #FFF;
}
  .organizer-block10 ul {
    text-align: center;
    padding: 0 0 15px 0;
  }
  .organizer-block10 ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0;
  }
  .organizer-block10 ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    line-height: 2.4rem;
  }
}

















/*.organizer-block .platinum .thumb {
  border: 1px solid #C41C70;
}
.organizer-block .gold .thumb {
  border: 1px solid #f2aa16;
}
.organizer-block .silver .thumb {
  border: 1px solid #9b9b9c;
}
.organizer-block .bronze .thumb {
  border: 1px solid #c17119;
}
.organizer-block .com .thumb {
  border: 1px solid #e9eaea;
}*/
.organizer-block ul li img {
  width: 100%;
  height: auto;
}
.organizer-block ul li .title {
  color: #FFF;
  font-size: 1rem;
  margin: 10px 0 15px 0;
}
@media screen and (max-width:1024px) {
  .organizer-block {
    position: relative;
    left: 0px;
  }
  .organizer-block ul li .title {
    color: #FFF;
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
  }
}
.organizer-block h3 {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}
.organizer .line {
  width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #1C1C1C;
}
.list_standard {
  margin-top: 50px;
}
.list_box .list_standard {
  margin-top: 0;
}
.backnumber .list_standard {
  margin-top: 20px;
}
.home .list_standard {
  margin-top: 0;
}
.list_standard figure {
  width: 320px;
  height: 180px;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.list_standard_230 figure {
  width: 230px;
  height: 130px;
}
figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.6;
}
@media screen and (max-width:1024px) {
  .finalist {
    background-color: #FFFFFF;
    padding: 50px 0;
  }
  .finalist h2 {
    padding: 0 50px;
  }
  .finalist h2 img {
    height: 40px;
    width: auto;
  }
  .finalist-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .finalist-list ul li {
    width: 50%;
    height: auto
  }
  .finalist-list ul li img {
    width: 100%;
    height: auto
  }
  .finalist-list ul li .title-company {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    border-left: 4px solid #FFF;
    padding: 10px;
    margin: 10px;
  }
  .title-idea {
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
    padding: 10px 22px;
  }
  .finalist-list ul li .title {
    font-size: 0.9rem;
    color: #FFF;
    padding: 0 10px 0 10px;
    margin: 10px;
  }
  .organizer {
    background-color: #FFFFFF;
    padding: 30px 0;
  }
  .organizer h2 {
    padding: 0;
    text-align: center;
  }
  .organizer h2 img {
    height: 80px;
    width: auto;
  }
  .title-sponsor {
    width: 200px;
    margin: 15px auto;
  }
  .title-sponsor img {
    width: 200px;
    height: auto;
  }
  .organizer-block ul {
    text-align: center;
    width: 100%;
    padding: 0 0 15px 0;
  }
  .organizer-block ul li {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 0 5px 20px 5px;
  }
  .organizer-block ul li img {
    width: 100%;
    height: auto;
  }
  .organizer-block h3 {
    color: #FFF;
    text-align: center;
    padding: 0px 0 15px 0;
  }
  /*.organizer-block .platinum .thumb {
    border: 1px solid #C41C70;
  }
  .organizer-block .gold .thumb {
    border: 1px solid #f2aa16;
  }
  .organizer-block .silver .thumb {
    border: 1px solid #9b9b9c;
  }
  .organizer-block .bronze .thumb {
    border: 1px solid #c17119;
  }
  .organizer-block .com .thumb {
    border: 1px solid #e9eaea;
  }*/
  .organizer .line {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #1C1C1C;
  }
}
.bnr {
  width: 250px;
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 9999;
}
.bnr img {
  width: 100%;
  height: auto
}
.bnr a:hover {
  filter: brightness(120%);
}
@media screen and (max-width:1024px) {
  .bnr {
    width: 200px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 20px;
  }
  .bnr img {
    width: 100%;
    height: auto
  }
}
#top_content {
  position: relative;
  top: -100vh;
}
.mail {
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.mail a {
  text-decoration: underline;
  color: #3e43ff;
}
.mail a:hover {
  text-decoration: none;
  color: #3e43ff;
}
@media screen and (max-width:1024px) {
  .mail {
    text-align: center;
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    margin: 0 0 30px 0;
  }
  .mail a {
    text-decoration: underline;
    color: #3e43ff;
  }
  .mail a:hover {
    text-decoration: none;
    color: #3e43ff;
  }
}
@media screen and (min-width:1024.5px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
}
.address a {
  text-decoration: underline;
  color: #3e43ff;
}
.address a:hover {
  text-decoration: none;
  color: #3e43ff;
}
.profile-inner {
  margin: 60px auto 30px auto;
  width: 100%;
}
.profile-inner:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.profile-inner h3 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .profile-inner {
    margin: 60px auto 30px auto;
    width: 100%;
  }
}
.profile-block {
  width: 100%;
}
.profile-block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.profile-block .photo {
  width: 300px;
  float: left;
  margin-right: 40px;
}
.profile-block .photo img {
  width: 100%;
  height: auto;
}
.profile-block .detail {
  width: 460px;
  float: left;
  font-weight: 400;
}
.profile-block .detail .company {
  padding-top: 0px;
  padding-bottom: 20px;
}
.profile-block .detail .name {}
.profile-block .detail .name .name1 {
  font-size: 2.2rem;
  font-weight: 600;
}
.profile-block .detail .name .name2 {
  padding-left: 15px;
}
.profile-block .detail .history {
  padding-top: 25px;font-size: 0.85rem;
}
@media screen and (max-width:1024px) {
  .profile-block .photo {
    max-width: 55%;
    float: none;
    margint: 0;
  }
  .profile-block .photo img {
    width: 100%;
    height: auto;
  }
  .profile-block .detail {
    width: 100%;
    float: none;
    font-size: 1.4rem;
  }
  .profile-block .detail .company {
    padding-top: 20px;
    padding-bottom: 10px;
  }
    .profile-block .detail .history {
  padding-top: 25px;font-size: 1.4rem;
}
  .time-hybrid_inner {
    width: 90%;
    /*border: 1px solid #FFFFFF;*/
    padding: 0px 0 50px 0;
  }
  .time-hybrid_inner dt {
    float: none;
    padding-left: 10px;
    border-left: 3px solid #0079FF;
    margin-bottom: 10px;
  }
  .time-hybrid_inner dd {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}



