@charset "utf-8";


body {
font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-size:1rem;
/* background: linear-gradient(to right,  #4ca128 0%,#020645 100%);  */
background: linear-gradient(to right,  #4ca128 0%,#4ca128 50%,#020645 50%,#020645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(to right,  #4ca128 0%,#32721c 50%,#020645 50%,#020645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

margin:0;
padding:0;
color:#000;
}

a {
	color:#000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover,a:visited {
	color:#000;
}
a:hover {
     opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}

span.red {
    color:#ff0000;
}


.lp_wrap {
    width:850px;
    margin:0 auto 0;
    background:rgba(0, 0, 0, 0.65);
    /* background-color: #fff; */
    /* ackground: #6fba2c; */
    /* box-shadow: 0px 0px 15px -5px #ccc; */
}

.lp_wrap div img {
    width:100%;
    display: block;
}
.lp_wrap div.text {
    padding:50px 120px 100px;
    /* background: url(../images/2025bfesday2/content_bg.jpg) repeat-y; 
    background-size: 100%; */
}
.lp_wrap div.read {
    padding:40px 130px 100px;
    /* background: url(../images/2025bfesday2/content_bg.jpg) repeat-y; 
    background-size: 100%; */
}
.lp_wrap div.read img
.lp_wrap div.text img {
    width:100%;
    display: block;
    margin:0 auto;
}

.lp_wrap div.text a {
    background: #fff;
    display: block;
    padding: 30px 0;
    margin:30px auto;
}

.lp_wrap div.text a img {
    width:90%;
    display: block;
    margin:auto;
}

@media screen and (max-width: 640px) {

    .lp_wrap {
        width:100%;
        box-shadow:none;
    }

    .lp_wrap div.text {
        padding:20px 10px 40px;
        /* background: url(../images/2025bfesday2/content_bg.jpg) repeat-y; 
        background-size: 100%; */
    }
    .lp_wrap div.read {
        padding:25px 20px 40px;
        /* background: url(../images/2025bfesday2/content_bg.jpg) repeat-y; 
        background-size: 100%; */
    }

    .lp_wrap div.text a {
        display: block;
        padding: 20px 0;
        margin:20px auto;
    }

    .lp_wrap div.text img {
        width:100%;
        display: block;
        margin:1rem auto 1rem;
    }
    .lp_wrap div.text a img {
        width:90%;
        display: block;
        margin:0 auto;
    }
}



/* section ----- */

section {
    margin:0;
    padding:0 0 0;
}

section .inner {
    padding:0 25px;
}

section a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section a:hover {
    opacity: 0.85;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section p {
    font-size:1.1rem;
    line-height: 180%;
    text-align: justify;
}

section a img {
    margin:0 0 20px 0;
}


@media screen and (max-width: 640px) {

    section {
        margin:0;
        padding:0 0 20px;
    }

    section .inner {
        padding:0 0;
        width:90%;
        margin:0 auto;
    }

    section a img {
        margin:0 0 20px 0;
    }

}







footer {
    margin:0 0 0;
	padding:10px 0 0;
	text-align:center;
    background:#fff;
}

.copyright {
    margin:0px 0 0 0;
    padding:10px 0 10px 0;
    color: #6eb92c;
}


@media screen and (max-width: 767px) {

    footer {
        margin:0px 0 0;
        padding:15px 0 0;
        font-family: "din-condensed",sans-serif;
        font-weight: 300;
        font-size:12px;
        text-align:center;
        position: relative;
    }

    .copyright {
        margin:10px 0 10px 0;
        padding:10px 0 10px 0;
        font-size:0.6rem;
    }

}


#page-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
}

#page-top i {
  color: #fff;
  font-size: 3rem;
  opacity: 0.35;
}

#page-top i:hover {
  cursor: pointer;
}


@media screen and (max-width: 640px) {

    #page-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    }

    #page-top i {
    color: #fff;
    font-size: 3rem;
    opacity: 0.35;
    }

}


#footer_ticket {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  z-index: 300;
  width:100%;
  background: #f25609;
  box-shadow: 0px 0px 18px -2px #333;
}

#footer_ticket a {
    color:#f25609;
    color:#fff;
    display: block;
    width:100%;
    padding:30px 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 100%;
    font-weight: bold;
    transform: rotate(-1deg);
}
#footer_ticket a span {
    font-size: 1.65rem;
}
#footer_ticket a i {
    margin-left:0.6rem;
}

@media screen and (max-width: 640px) {

    #footer_ticket a {
    color:#fff;
        display: block;
        width:100%;
        padding:26px 0;
        text-align: center;
        text-decoration: none;
        font-size: 1rem;
        line-height: 100%;
        font-weight: bold;
    }
    #footer_ticket a span {
        font-size: 0.75rem;
    }
    #footer_ticket a i {
        margin-left:0.35rem;
    }
}


@media screen and (max-width: 640px) {

body {
	font-size:0.85rem;
}

.pconly {
	display: none;
}
.sponly {
	display: inherit;
}


}


/* humberg --------- */

.menu-btn {
    position: fixed;
    top: 0px;
    /* left: calc((100vw - 850px)/2); */
    left:0;
    display: flex;
    height: 54px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.7);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background:#4ca128 ;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
    transition: all 1s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 15rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.92);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    box-sizing: border-box;
    color:#4ca128;

    border-bottom: dashed 1px #4ca128;
    text-decoration: none;
    padding: 14px 15px 12px 12px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #4ca128;
    border-right: solid 2px #4ca128;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}




