/*----------------------------------------------------
** WEB COMBO / exsample.css *ページに合わせてファイル名を変更する
** Ver.1.0.0
** copyright 2020 GRANTEST Inc.
**----------------------------------------------------
** Common settings
**----------------------------------------------------*/
main{
  overflow: hidden;
}
footer{
}
/*アニメーション*/
@keyframes hanabi{
  0%{
    opacity: 0;
    transform:scale(0);
  }
  100%{
		opacity: 0.8;
    transform:scale(1);
	}
}
section.message figure.left_hanabi.wcvisible{
  animation-name:hanabi;
  animation-timing-function:ease-out;
  animation-duration: 1s;
  animation-fill-mode:forwards;
}
section.message figure.right_hanabi.wcvisible{
  animation-name:hanabi;
  animation-timing-function:ease-out;
  animation-duration: 1s;
  animation-delay: 1.2s;
  animation-fill-mode:forwards;
}
section.message figure.under_hanabi.wcvisible{
  animation-name:hanabi;
  animation-timing-function:ease-out;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode:forwards;
}
/*共通のスタイルをここに記載*/
div.headerlogo h2{
  font-family: 'Mincho';
}
html.wctop, div.wccatchcopy{
  background-color: #0b0c3e !important;
}
div.wccatchcopy div.inner > *{
  color: #fff !important;
  font-family: 'Mincho';
}
footer{
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
}
footer figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
footer figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(11,12,62,1) 0%, rgba(11,12,62,0.5) 100%);
background: -webkit-linear-gradient(top, rgba(11,12,62,1) 0%,rgba(11,12,62,0.5) 100%);
background: linear-gradient(to bottom, rgba(11,12,62,1) 0%,rgba(11,12,62,0.5) 100%);
}
footer figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
footer p{
  font-family: 'Mincho';
  width: 100%;
}
footer p.footer_text{
  text-align: center;
  color: #fff;
  line-height: 1.8rem;
  position: relative;
  z-index: 5;
  padding-bottom: 1rem;
}
footer p.owner{
  text-align: center;
  padding-bottom: 1rem;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 1.2rem;
}
footer div.bottomblock{
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 0.5rem 0 1rem 0;
}
footer div.copyright{
  padding-top: 0;
  display: table;
  margin: 0 auto;
}
footer div.footer{
  padding-top: 0 !important;
}
.cs_wrap .cscontrol{
  opacity: 0;
}
.cs_wrap .csviewcount{
  opacity: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	
	/*レティーナディスプレイ用のスタイルをここに記載*/
	
}
@media screen and (max-width:767px){
	
	/*スマートフォン用のスタイルをここに記載*/
  /*改行*/
  br.sp{
    display: none;
  }
  /*コンテンツ*/
  div.top_slider{
    width: 100vw;
    height: 85vh;
    margin-top: -86px;
    position: relative;
    z-index: 1;
  }
  div.slider_toptext{
    position: absolute;
    top: calc(35px + 5rem);
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    mix-blend-mode: exclusion;
  }
 div.slider_toptext p{
    line-height: 1em;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
    white-space: nowrap;
  }
  div.slider_toptext p.to_do{
    font-size: 12vw;
  }
  div.slider_toptext p.year{
    font-size: 12vw;
  }
  div.combosliderwrap > h3{
    padding-top: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    font-family: 'Mincho';
    font-weight: 700;
  }
  div.combosliderwrap > h3::before{
    content: "第二回";
    padding: 0.2rem 1rem;
    background-color: #fff;
    position: absolute;
    color: #0b0c3e;
    z-index: 5;
    writing-mode: horizontal-tb;
    font-size: 1rem;  
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    top:0;
  }
  div.combosliderwrap > h3 span{
    font-size: 8vw;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
  }
  div.top_slider div.croud_funding{
    width: 80vw;
    height: 165px;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
  }
  div.top_slider div.croud_funding figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  div.top_slider div.croud_funding figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  div.top_slider div.croud_funding::before{
    content: "CROWD FUNDING";
    font-family: 'Oswald';
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem;
    white-space: nowrap;
    line-height: 1em;
    mix-blend-mode: inherit;
  }
  div.top_slider div.croud_funding > div{
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    background-color: rgba(11,12,62,0.6);
    z-index: 3;
  }
  div.top_slider div.croud_funding h3{
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    white-space: nowrap;
  }
  div.top_slider div.croud_funding p:nth-of-type(1){
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 1rem;
    top: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
  }
  div.top_slider div.croud_funding p:nth-of-type(2){
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1em;
  }
  div.top_slider div.croud_funding span.yajirushi{
    position: absolute;
    right: 1.8rem;
    bottom: 1.3rem;
    z-index: 3;
    display: block;
    color: #fff;
    padding-right: 1.5rem;
  }
  div.top_slider div.croud_funding span.yajirushi::after{
    content: "";
    width: 120px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    right: 0.5rem;
    bottom: -0.2rem;
    z-index: 2;
  }
  div.top_slider div.croud_funding a{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  div.top_slider div.slider_contents > div.slider_pict_wrap picture img{
    width: 100vw !important;
    height: 97vh;
    object-fit: cover;
  }
  section.message{
    padding: 100px 1rem;
    box-sizing: border-box;
    background-color: #fff;
    width: 100vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  section.message > h2{
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 1.8rem;
    float: right;
    font-family: 'Mincho';
    position: relative;
    z-index: 3;
  }
  section.message div.text p{
    display: flex;
    justify-content: space-between;
    padding-right: 1.5rem;
    margin-top: 1.5rem;
    flex-direction: row-reverse;
    position: relative;
    z-index: 4;
    font-family: 'Mincho';
  }
  section.message div.text p span > span.big{
    font-size: 1.8rem;
    color: #ff5e15;
    font-weight: 700;
  }
  section.message figure.left_nami{
    position: absolute;
    top: 0px;
    left: -65px;
    z-index: 2;
    width: 150px;
  }
  section.message figure.left_hanabi{
    width: 150px;
    position: absolute;
    left: -0.5rem;
    top: 55px;
    z-index: 2;
    opacity: 0;
  }
  section.message figure.right_nami{
    width: 150px;
    position: absolute;
    right: -95px;
    top: 64%;
    transform: translateY(-50%);
    z-index: 2;
  }
  section.message figure.right_hanabi{
    position: absolute;
    top: 45%;
    right: -3rem;
    opacity: 0;
    z-index: 2;
    width: 150px;
    transform: translateY(-50%);
  }
  section.message figure.under_hanabi{
    position: absolute;
    z-index: 2;
    bottom: -1rem;
    left: -2rem;
    width: 150px;
    opacity: 0;
  }
  section.message figure img{
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
  section.message div.text p span{
    writing-mode: vertical-rl;
  }
  section.message div.text p span:nth-of-type(1){
    text-indent: 1rem;
  }
  section.about{
    background-color: #0b0c3e;
    overflow: hidden;
    padding: 50px 1rem;
  }
  section.about h2{
    font-size: 1.5rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
  }
  section.about h2 > span{
    font-weight: 700;
  }
  section.about h2::before,
  section.about h2::after,
  section.about h2 span.title::before,
  section.about h2 span.title::after{
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
  }
  section.about h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.about h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.about h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.about h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  section.about div.about_box{
    width: 100%;
    margin-top: 4rem;
  }
  section.about div.about_box dl{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 1rem;
    box-sizing: border-box;
    color: #fff;
  }
  section.about div.about_box dl:nth-of-type(1)::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(11,12,62,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.about div.about_box dl::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.about div.about_box dl dt{
    width: 20%;
    display: flex;
    align-items: center;
  }
  section.about div.about_box dl dd{
    width: 80%;
    display: flex;
    align-items: center;
  }
  section.about div.croud_funding{
    width: 100%;
    height: calc(255px + 2rem);
    margin-top: 4rem;
    position: relative;
    z-index: 1;
  }
  section.about div.croud_funding figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  section.about div.croud_funding figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  section.about div.croud_funding::before{
    content: "CROWD FUNDING";
    font-family: 'Oswald';
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    white-space: nowrap;
    line-height: 1em;
    mix-blend-mode: inherit;
  }
  section.about div.croud_funding > div{
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(11,12,62,0.6);
    z-index: 3;
  }
  section.about div.croud_funding span.yajirushi{
    position: absolute;
    right: 1.8rem;
    bottom: 2.5rem;
    z-index: 3;
    display: block;
    color: #fff;
    padding-right: 1.5rem;
  }
  section.about div.croud_funding span.yajirushi::after{
    content: "";
    width: 120px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    right: 0.5rem;
    bottom: -0.2rem;
    z-index: 2;
  }
  section.about div.croud_funding h3{
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    white-space: nowrap;
  }
  section.about div.croud_funding p:nth-of-type(1){
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 1.5rem;
    top: 7.2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
  }
  section.about div.croud_funding p:nth-of-type(2){
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    line-height: 1.8rem;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  section.about div.croud_funding a{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.infrmation{
    background-color: #fff;
    padding: 50px 1rem;
    box-sizing: border-box;
  }
  section.infrmation > h2{
    font-size: 1.5rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #0b0c3e;
  }
  section.infrmation > h2 > span{
    font-weight: 700;
  }
  section.infrmation > h2::before,
  section.infrmation > h2::after,
  section.infrmation > h2 span.title::before,
  section.infrmation > h2 span.title::after{
    content: "";
    background-color: #0b0c3e;
    position: absolute;
    z-index: 2;
  }
  section.infrmation > h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.infrmation > h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.infrmation > h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.infrmation > h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  div.face_book{
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    border: solid 2px #0b0c3e;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
  }
  div.face_book::before{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border: solid 1px #0b0c3e;
    z-index: -1;
  }
  section.sponsor_area{
    padding: 50px 0;
    background-color: #0b0c3e;
  }
  section.sponsor_area > p{
    text-align: left;
    color: #fff;
    padding: 3rem 1rem 0 1rem;
    box-sizing: border-box;
  }
  section.sponsor_area > h2{
    font-size: 1.5rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
  }
  section.sponsor_area > h2 > span{
    font-weight: 700;
  }
  section.sponsor_area > h2::before,
  section.sponsor_area > h2::after,
  section.sponsor_area > h2 span.title::before,
  section.sponsor_area > h2 span.title::after{
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
  }
  section.sponsor_area > h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.sponsor_area > h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.sponsor_area > h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.sponsor_area > h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  section.sponsor_area div.sponsor_box{
    margin-top: 2rem;
  }
  div.sponsor_box div.cs_wrap{
    height: 150px;
  }
  section.sponsor_area div.sponsor_box ul{
    list-style: none;
    list-style-position: outside;
  }
  section.sponsor_area div.sponsor_box ul li{
    font-size: 1.2rem;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0.5rem;
  }
  section.sponsor_area div.sponsor_box ul li p{
    font-weight: 700;
    color: #fff;
  }
  section.sponsor_area div.sponsor_box ul li p:nth-of-type(2){
    margin-top: 0.5rem;
  }
  section.sponsor_area div.sponsor_box{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.5rem;
  }
  section.sponsor_area div.sponsor_box > div{
    width: calc((100% / 2) - 1rem);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0.5rem;
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  section.sponsor_area div.sponsor_box > div a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
  }
  section.sponsor_area div.sponsor_box > div a::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 0.7rem;
    width: 2rem;
    height: 0.5rem;
    border-right: 1px solid #0b0c3e;
    border-bottom: 1px solid #0b0c3e;
    transform: skew(45deg);
  }
  section.sponsor_area div.sponsor_box > div h2{
    color: #0b0c3e;
    font-weight: 700;
    font-size: 0.98rem;
  }
}
@media screen and (max-width:320px){
	
	/*小さいサイズのスマートフォン用のスタイルをここに記載*/
  div.slider_toptext {
    top: calc(35px + 3.5rem);
  }
  div.combosliderwrap > h3 span{
    font-size: 7vw;
  }
  div.slider_toptext p.to_do{
    font-size: 12vw;
  }
  div.slider_toptext p.year{
    font-size: 10vw;
  }
}
@media screen and (min-width:768px) and (max-width:1099px){
	
	/*タブレット用のスタイルをここに記載*/
  /*コンテンツ*/
  div.top_slider{
    width: 100vw;
    height:90vh;
    margin-top: -110px;
    position: relative;
    z-index: 1;
  }
  div.slider_toptext{
    position: absolute;
    top: calc(var(--headerHeight) + 1vw + var(--catchcopyheight));
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    mix-blend-mode: exclusion;
  }
  div.slider_toptext p{
    line-height: 1em;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
  }
  div.slider_toptext p.to_do{
    font-size: 10vw;
  }
  div.slider_toptext p.year{
    font-size: 8vw;
  }
  div.combosliderwrap > h3{
    padding-top: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    font-family: 'Mincho';
    font-weight: 700;
  }
  div.combosliderwrap > h3::before{
    content: "第二回";
    padding: 0.5rem 1rem;
    background-color: #fff;
    position: absolute;
    color: #0b0c3e;
    z-index: 5;
    writing-mode: horizontal-tb;
    font-size: 1rem;  
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    top:0;
  }
  div.combosliderwrap > h3 span{
    font-size: 2.8rem;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
  }
  div.top_slider div.croud_funding{
    width: 300px;
    height: 220px;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
  }
  div.top_slider div.croud_funding figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  div.top_slider div.croud_funding figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  div.top_slider div.croud_funding::before{
    content: "CROWD FUNDING";
    font-family: 'Oswald';
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    white-space: nowrap;
    line-height: 1em;
    mix-blend-mode: inherit;
  }
  div.top_slider div.croud_funding > div{
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(11,12,62,0.6);
    z-index: 3;
  }
  div.top_slider div.croud_funding h3{
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 3.3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    white-space: nowrap;
  }
  div.top_slider div.croud_funding p:nth-of-type(1){
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 1.2rem;
    top: 5.2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
  }
  div.top_slider div.croud_funding p:nth-of-type(2){
    position: absolute;
    top: 7.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1rem;
  }
  div.top_slider div.croud_funding span.yajirushi{
    position: absolute;
    right: 1.8rem;
    bottom: 1.3rem;
    z-index: 3;
    display: block;
    color: #fff;
    padding-right: 1.5rem;
  }
  div.top_slider div.croud_funding span.yajirushi::after{
    content: "";
    width: 120px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    right: 0.5rem;
    bottom: -0.2rem;
    z-index: 2;
  }
  div.top_slider div.croud_funding a{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  div.top_slider div.slider_contents > div.slider_pict_wrap picture img{
    width: 100vw !important;
    height:90vh;
    object-fit: cover;
  }
  section.message{
    padding: 70px 12vw;
    box-sizing: border-box;
    background-color: #fff;
    width: 100vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  section.message > h2{
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 1.8rem;
    float: right;
    font-family: 'Mincho';
    position: relative;
    z-index: 3;
  }
  section.message div.text p{
    display: flex;
    justify-content: space-between;
    padding-right: 3rem;
    margin-top: 1.5rem;
    flex-direction: row-reverse;
    position: relative;
    z-index: 4;
    font-family: 'Mincho';
  }
  section.message div.text p span > span.big{
    font-size: 1.8rem;
    color: #ff5e15;
    font-weight: 700;
  }
  section.message figure.left_nami{
    position: absolute;
    top: 0px;
    left: -65px;
    z-index: 2;
    width: 200px;
  }
  section.message figure.left_hanabi{
    width: 230px;
    position: absolute;
    left: -2rem;
    top: 55px;
    z-index: 2;
    opacity: 0;
  }
  section.message figure.right_nami{
    width: 200px;
    position: absolute;
    right: -50px;
    top: 64%;
    transform: translateY(-50%);
    z-index: 2;
  }
  section.message figure.right_hanabi{
    position: absolute;
    top: 45%;
    right: -3rem;
    opacity: 0;
    z-index: 2;
    width: 230px;
    transform: translateY(-50%);
  }
  section.message figure.under_hanabi{
    position: absolute;
    z-index: 2;
    bottom: -1rem;
    left: -2rem;
    width: 230px;
    opacity: 0;
  }
  section.message figure img{
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
  section.message div.text p span{
    writing-mode: vertical-rl;
  }
  section.message div.text p span:nth-of-type(1){
    text-indent: 1rem;
  }
  section.about{
    background-color: #0b0c3e;
    overflow: hidden;
    padding: 70px 12vw;
  }
  section.about h2{
    font-size: 1.5rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
  }
  section.about h2 > span{
    font-weight: 700;
  }
  section.about h2::before,
  section.about h2::after,
  section.about h2 span.title::before,
  section.about h2 span.title::after{
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
  }
  section.about h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.about h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.about h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.about h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  section.about div.about_box{
    width: 100%;
    margin-top: 4rem;
  }
  section.about div.about_box dl{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 1rem;
    box-sizing: border-box;
    color: #fff;
  }
  section.about div.about_box dl:nth-of-type(1)::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(11,12,62,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.about div.about_box dl::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.about div.about_box dl dt{
    width: 20%;
    display: flex;
    align-items: center;
  }
  section.about div.about_box dl dd{
    width: 80%;
    display: flex;
    align-items: center;
  }
  section.about div.croud_funding{
    width: 80%;
    height: calc(255px + 2rem);
    margin: 4rem auto 0 auto;
    position: relative;
    z-index: 1;
  }
  section.about div.croud_funding figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  section.about div.croud_funding figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  section.about div.croud_funding::before{
    content: "CROWD FUNDING";
    font-family: 'Oswald';
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    white-space: nowrap;
    line-height: 1em;
    mix-blend-mode: inherit;
  }
  section.about div.croud_funding > div{
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(11,12,62,0.6);
    z-index: 3;
  }
  section.about div.croud_funding span.yajirushi{
    position: absolute;
    right: 1.8rem;
    bottom: 2.5rem;
    z-index: 3;
    display: block;
    color: #fff;
    padding-right: 1.5rem;
  }
  section.about div.croud_funding span.yajirushi::after{
    content: "";
    width: 120px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    right: 0.5rem;
    bottom: -0.2rem;
    z-index: 2;
  }
  section.about div.croud_funding h3{
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    white-space: nowrap;
  }
  section.about div.croud_funding p:nth-of-type(1){
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 1.5rem;
    top: 7.2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
  }
  section.about div.croud_funding p:nth-of-type(2){
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    line-height: 1.8rem;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  section.about div.croud_funding a{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.infrmation{
    background-color: #fff;
    padding: 70px 12vw;
    box-sizing: border-box;
  }
  section.infrmation > h2{
    font-size: 1.5rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #0b0c3e;
  }
  section.infrmation > h2 > span{
    font-weight: 700;
  }
  section.infrmation > h2::before,
  section.infrmation > h2::after,
  section.infrmation > h2 span.title::before,
  section.infrmation > h2 span.title::after{
    content: "";
    background-color: #0b0c3e;
    position: absolute;
    z-index: 2;
  }
  section.infrmation > h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.infrmation > h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.infrmation > h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.infrmation > h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  div.face_book{
    width: 530px;
    padding: 1rem;
    box-sizing: border-box;
    border: solid 2px #0b0c3e;
    position: relative;
    z-index: 1;
    display: table;
    margin: 2rem auto 0 auto;
  }
  div.face_book::before{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border: solid 1px #0b0c3e;
    z-index: -1;
  }
  section.sponsor_area{
    padding: 70px 0;
    background-color: #0b0c3e;
  }
  section.sponsor_area > p{
    text-align: center;
    color: #fff;
    padding: 3rem 0;
  }
  section.sponsor_area > h2{
    font-size: 1.5rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
  }
  section.sponsor_area > h2 > span{
    font-weight: 700;
  }
  section.sponsor_area > h2::before,
  section.sponsor_area > h2::after,
  section.sponsor_area > h2 span.title::before,
  section.sponsor_area > h2 span.title::after{
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
  }
  section.sponsor_area > h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.sponsor_area > h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.sponsor_area > h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.sponsor_area > h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  section.sponsor_area div.sponsor_box ul{
    list-style: none;
    list-style-position: outside;
    display: flex;
  }
  section.sponsor_area div.sponsor_box ul li{
    background-color: #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.sponsor_area div.sponsor_box ul li figure{
    width: calc(150px - 1.8rem);
    height: calc(150px - 1.8rem);
  }
  section.sponsor_area div.sponsor_box ul li figure img{
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
  section.sponsor_area div.sponsor_box{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  section.sponsor_area div.sponsor_box > div{
    width: calc((100% / 3) - 1rem);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0.5rem;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  section.sponsor_area div.sponsor_box > div a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
  }
  section.sponsor_area div.sponsor_box > div a::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 0.7rem;
    width: 2rem;
    height: 0.5rem;
    border-right: 1px solid #0b0c3e;
    border-bottom: 1px solid #0b0c3e;
    transform: skew(45deg);
  }
  section.sponsor_area div.sponsor_box > div h2{
    color: #0b0c3e;
    font-weight: 700;
  }
}
@media (orientation: landscape) and (min-width:897px) and (max-width:1099px){
	/*タブレット用横向きのスタイルをここに記載*/
  div.slider_toptext{
    top: calc(var(--headerHeight) + var(--catchcopyheight));
  }
  div.slider_toptext p.to_do{
    font-size: 5vw;
  }
  div.slider_toptext p.year{
    font-size: 5vw;
  }
  div.top_slider
  div.top_slider div.slider_contents > div.slider_pict_wrap picture img{
    height: 100vh;
  }
}
@media (orientation: landscape) and (max-width:568px){
	
	/*小さいサイズのスマートフォン用横向きのスタイルをここに記載*/
  div.top_slider{
    height: 100vh;
  }
  div.top_slider div.slider_contents > div.slider_pict_wrap picture img{
    height: 100vh;
  }
  div.top_slider div.croud_funding{
    width: 200px;
    right: 0.5rem;
    left: inherit;
    transform: translateX(0);
    height: 170px;
  }
  div.slider_toptext{
    top: calc(35px + 1.5rem);
  }
  div.slider_toptext p.to_do{
    font-size: 5vw;
  }
  div.slider_toptext p.year{
    font-size: 5vw;
  }
  div.combosliderwrap > h3 span{
    font-size: 4vw;
  }
  div.combosliderwrap > h3 {
    top:calc(35px + 12vw + 6rem );
    padding-top: 1.8rem;
  }
  div.combosliderwrap > h3::before{
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width:569px) and (max-width:896px){
	
	/*大きいサイズのスマートフォン用横向きのスタイルをここに記載*/
  div.top_slider{
    height: 100vh;
  }
  div.top_slider div.slider_contents > div.slider_pict_wrap picture img{
    height: 100vh;
  }
  div.top_slider div.croud_funding {
    width: 290px;
    right: 1rem;
    left: inherit;
    transform: translateX(0);
    height: 220px;
}
  div.slider_toptext{
    top: calc(1.5rem + 35px);
  }
  div.slider_toptext p.to_do{
    font-size: 5vw;
  }
  div.slider_toptext p.year{
    font-size: 5vw;
  }
  div.combosliderwrap > h3 span{
    font-size: 4vw;
  }
  div.combosliderwrap > h3 {
    top: 50%;
    padding-top: 1.8rem;
    transform: translateX(-50%);
  }
  div.combosliderwrap > h3::before{
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width:725px) and (max-width:1099px){
}
@media screen and (min-width:1100px){
	
	/*PC用のスタイルをここに記載*/
  div.top_slider{
    width: 100vw;
    height:95vh;
    margin-top: -141px;
    position: relative;
    z-index: 1;
  }
  div.slider_toptext{
    position: absolute;
    top: calc(var(--headerHeight) + var(--catchcopyheight));
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    mix-blend-mode: exclusion;
  }
  div.slider_toptext p{
    line-height: 1em;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
  }
  div.slider_toptext p.to_do{
    font-size: 5rem;
  }
  div.slider_toptext p.year{
    font-size: 4rem;
  }
  div.combosliderwrap > h3{
    padding-top: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    font-family: 'Mincho';
  }
  div.combosliderwrap > h3::before{
    content: "第二回";
    padding: 0.2rem 1rem;
    background-color: #fff;
    position: absolute;
    color: #0b0c3e;
    z-index: 5;
    writing-mode: horizontal-tb;
    font-size: 1rem;  
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    top: 0;
    font-weight: 700;
  }
  div.combosliderwrap > h3 span{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
  }
  div.top_slider div.croud_funding{
    width: 400px;
    height: 220px;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
  }
  div.top_slider div.croud_funding figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  div.top_slider div.croud_funding figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  div.top_slider div.croud_funding::before{
    content: "CROWD FUNDING";
    font-family: 'Oswald';
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    white-space: nowrap;
    line-height: 1em;
    mix-blend-mode: inherit;
  }
  div.top_slider div.croud_funding > div{
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(11,12,62,0.6);
    z-index: 3;
  }
  div.top_slider div.croud_funding h3{
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 3.3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
  }
  div.top_slider div.croud_funding p:nth-of-type(1){
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 1.5rem;
    top: 5.2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
  }
  div.top_slider div.croud_funding p:nth-of-type(2){
    position: absolute;
    top: 7.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
  }
  div.top_slider div.croud_funding span.yajirushi{
    position: absolute;
    right: 1.8rem;
    bottom: 1.3rem;
    z-index: 3;
    display: block;
    color: #fff;
    padding-right: 1.5rem;
  }
  div.top_slider div.croud_funding span.yajirushi::after{
    content: "";
    width: 120px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    right: 0.5rem;
    bottom: -0.2rem;
    z-index: 2;
  }
  div.top_slider div.croud_funding a{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  div.top_slider div.slider_contents > div.slider_pict_wrap picture img{
    width: 100vw !important;
    height:95vh;
    object-fit: cover;
  }
  section.message{
    padding: 100px 0;
    background-color: #fff;
    width: 100vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  section.message > h2{
    writing-mode: vertical-rl;
    font-weight: 700;
    margin-right: calc((100vw - 600px) / 2);
    font-size: 1.8rem;
    float: right;
    font-family: 'Mincho';
    position: relative;
    z-index: 3;
  }
  section.message div.text p{
    display: flex;
    margin-left: calc((100vw - 600px) / 2);
    justify-content: space-between;
    padding-right: 4.5rem;
    margin-top: 2.5rem;
    flex-direction: row-reverse;
    position: relative;
    z-index: 4;
    font-family: 'Mincho';
  }
  section.message div.text p span > span.big{
    font-size: 1.8rem;
    color: #ff5e15;
    font-weight: 700;
  }
  section.message figure.left_nami{
    position: absolute;
    top: 0px;
    left: calc((100vw - 1100px) / 2);
    z-index: 2;
    width: 212px;
    height: 161px;
  }
  section.message figure.left_hanabi{
    width: 253px;
    height: 226px;
    position: absolute;
    left: calc((100% - 950px) / 2);
    top: 65px;
    z-index: 2;
    opacity: 0;
  }
  section.message figure.right_nami{
    width: 214px;
    position: absolute;
    right: calc((100% - 1050px) / 2);
    top: 64%;
    transform: translateY(-50%);
    z-index: 2;
  }
  section.message figure.right_hanabi{
    position: absolute;
    top: 60%;
    right: calc((100% - 900px) / 2);
    opacity: 0;
    z-index: 2;
    width: 212px;
    height: 192px;
    transform: translateY(-50%);
  }
  section.message figure.under_hanabi{
    position: absolute;
    z-index: 2;
    bottom: -1rem;
    left: calc((100% - 950px) / 2);
    width: 212px;
    opacity: 0;
  }
  section.message figure img{
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
  section.message div.text p span{
    writing-mode: vertical-rl;
  }
  section.message div.text p span:nth-of-type(1){
    text-indent: 1rem;
  }
  section.about{
    background-color: #0b0c3e;
    overflow: hidden;
    padding: 100px 0;
  }
  section.about h2{
    font-size: 1.8rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
  }
  section.about h2::before,
  section.about h2::after,
  section.about h2 span.title::before,
  section.about h2 span.title::after{
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
  }
  section.about h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.about h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.about h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.about h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  section.about div.about_box{
    width: 800px;
    margin: 0 auto;
    margin-top: 4rem;
  }
  section.about div.about_box dl{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
  }
  section.about div.about_box dl:nth-of-type(1)::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(11,12,62,1) 80%, rgba(11,12,62,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.about div.about_box dl::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.about div.about_box dl dt{
    width: 30%;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.about div.about_box dl dd{
    width: 70%;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  section.about div.croud_funding{
    width: 600px;
    height: 280px;
    margin: 0 auto;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
  }
  section.about div.croud_funding figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  section.about div.croud_funding figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  section.about div.croud_funding::before{
    content: "CROWD FUNDING";
    font-family: 'Oswald';
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    white-space: nowrap;
    line-height: 1em;
    mix-blend-mode: inherit;
  }
  section.about div.croud_funding > div{
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(11,12,62,0.6);
    z-index: 3;
  }
  section.about div.croud_funding h3{
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }
  section.about div.croud_funding p:nth-of-type(1){
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 2rem;
    top: 7.2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
  }
  section.about div.croud_funding p:nth-of-type(2){
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    line-height: 1.8rem;
    width: 100%;
    text-align: center;
  }
  section.about div.croud_funding span.yajirushi{
    position: absolute;
    right: 1.8rem;
    bottom: 2.5rem;
    z-index: 3;
    display: block;
    color: #fff;
    padding-right: 1.5rem;
  }
  section.about div.croud_funding span.yajirushi::after{
    content: "";
    width: 120px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    right: 0.5rem;
    bottom: -0.2rem;
    z-index: 2;
  }
  section.about div.croud_funding a{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.infrmation{
    background-color: #fff;
    padding: 100px 0;
  }
  section.infrmation > h2{
    font-size: 1.8rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #0b0c3e;
  }
  section.infrmation > h2::before,
  section.infrmation > h2::after,
  section.infrmation > h2 span.title::before,
  section.infrmation > h2 span.title::after{
    content: "";
    background-color: #0b0c3e;
    position: absolute;
    z-index: 2;
  }
  section.infrmation > h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.infrmation > h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.infrmation > h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.infrmation > h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  div.face_book{
    width: 500px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
    border: solid 2px #0b0c3e;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
  }
  div.face_book::before{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border: solid 1px #0b0c3e;
    z-index: -1;
  }
  section.sponsor_area{
    padding: 100px 0;
    background-color: #0b0c3e;
  }
  section.sponsor_area > p{
    text-align: center;
    color: #fff;
    padding: 3rem 0;
  }
  section.sponsor_area > h2{
    font-size: 1.8rem;
    font-family: 'Mincho';
    text-align: center;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
  }
  section.sponsor_area > h2::before,
  section.sponsor_area > h2::after,
  section.sponsor_area > h2 span.title::before,
  section.sponsor_area > h2 span.title::after{
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 2;
  }
  section.sponsor_area > h2::before{
    width: 8rem;
    height: 1px;
    top: 0;
    left: -1rem;
  }
  section.sponsor_area > h2::after{
    height: 5rem;
    width: 1px;
    top: -1rem;
    left: 0;
  }
  section.sponsor_area > h2 span.title::before{
    height: 5rem;
    width: 1px;
    bottom: -1rem;
    right: 0;
  }
  section.sponsor_area > h2 span.title::after{
    width: 8rem;
    height: 1px;
    bottom: 0;
    right: -1rem;
  }
  section.sponsor_area div.sponsor_box{
    margin-top: 4rem;
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section.sponsor_area div.sponsor_box > div{
    width: calc((100% / 3) - 1rem);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0.5rem;
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  section.sponsor_area div.sponsor_box > div a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
  }
  section.sponsor_area div.sponsor_box > div a::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 0.7rem;
    width: 2rem;
    height: 0.5rem;
    border-right: 1px solid #0b0c3e;
    border-bottom: 1px solid #0b0c3e;
    transform: skew(45deg);
  }
  section.sponsor_area div.sponsor_box > div h2{
    color: #0b0c3e;
    font-weight: 700;
  }
}
