@charset "UTF-8";
body{
    position: relative;
}
main {
    background: url("../../assets/imgs/bg_event.png") bottom no-repeat;
    background-size: 100% 720px;
    padding-bottom: 240px;
    padding-top: 200px;
}
footer{
    height:110px;
    position: absolute;
    bottom:0;
    width: 100%;
}
.wide_1000{
    max-width:1000px;
    margin:0 auto;
}
.wide_850 {
    max-width: 850px;
    margin: 0 auto;
}
@media screen and (max-width: 1080px){
.wide_1000{
    max-width:90%;
}
.wide_850 {
    max-width:70%;
}
}
@media screen and (max-width: 767px){
.wide_850 {
    max-width: 90%;
}
}

.link{
   width:200px;
    margin:0 auto;
}
.link a{
    background:var(--white);
    border-radius: 30px;
    padding:18px 30px;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.07em;
    font-weight: normal;
}
.link a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.link a span:after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 12px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(../imgs/blank.png);
  background-size: contain;
  top:0;
    bottom: 0;
    margin: auto;
    position: absolute;
    margin-left: 7px;
}
.header {
    position: relative;
}
header .border_beside_b_header {
    z-index: -1;
}
header h2 {
    z-index: -1;
}
.drawer__button.active > span {
    position: fixed;
}
.menu-content .border_beside_b_header {
    z-index: 1;
}
.fix_box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
        z-index: 1;
}
header h1{
    max-width: 250px;
    width: 22%;
    position: relative;
    left: 5%;
    top: 60px;
    z-index: -1;
}
header h2{
    color: var(--white);
    font-size: 22px;
    text-align: center;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-style: normal;
    padding: 12px 10px;
    background: var(--orange);
    width: 250px;
    position: absolute;
    letter-spacing: -0.12em;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 0;
}
header .border_vertical_l_header {
    height: 70px;
    top: 0;
    left: 30%;
}
header .border_curve_b_header{
    background: url(../../assets/imgs/border_curve_02.png) no-repeat;
    background-size: 54px;
    left: 30%;
    top:70px;
}
header .border_beside_b_header{
    top: 121px;
    left: 33%;
    width: calc(100% - 33%);
}
@media screen and (max-width: 767px){
main {
    padding-top: 130px;
    }
header h1 {
    width: 130px;
    position: relative;
    top: 26px;
    right: 0;
    margin: 0 auto;
    left: 0;
}
header .border_vertical_l_header {
    height: 91px;
    top: 0;
    left: 5%;
    }
header .border_curve_b_header {
    left: 5%;
    top: 86px;
    }
header .border_beside_b_header {
    top: 137px;
    left: 73px;
    width: auto;
    right: 0;
}
header h2 {
    top: 120px;
    font-size: 18px;
    padding: 10px 10px;
}
}


