@charset "UTF-8";
body {
    background-color: #EEEEEE;
    background: url("images/bg2.png") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Noto Sans JP', sans-serif;
    color: #E8320E;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
}
img {
    width: 100%;
    vertical-align: bottom;
}
h1, h2, h3, p, ul, ol, li {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
#contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
#contents h1 {
    margin: 0;
    width: 16.2vw;
    position: absolute;
    right: 5.333vw;
    top: 5.33vw;
}
@media screen and (max-width: 800px) {
	body {
		background-image: none;
		background-color: #dddddd;
	}
	#contents {
		position: relative;
		z-index: 2;
	}
    #contents h1 {
        position: fixed;
    }
	body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, -1px);
        transform: translate3d(0, 0, -1px);
        width: 100%;
        height: 100vh;
        background: url(images/bg2.png) center center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        z-index: 1;
    }
}
ul.stage_visual {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 68vw;
    margin-bottom: 13.3vw;
	padding: 5.33vw 0 0 5.33vw;
}
ul.stage_visual li {
    width: 100%;
    margin-bottom: 1px;
}
#information {
    width: 68vw;
	margin-bottom: 13.3vw;
	padding: 0 5.33vw;
}
p {
    font-size: 3.2vw;
	color: #444;
	line-height: 1.6;
}
p.lead {
    margin-bottom: 13.3vw;
	color: #E8320E;
}
#information h2 {
    width: 100%;
    height: 9.33vw;
    border-radius: 4.8vw;
    background: linear-gradient(to bottom, #fff, #ddd);
    border: 0.8vw solid #E8320E;
    font-size: 3.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3em;
    font-weight: bold;
    position: relative;
    margin-top: 13.3vw;
    margin-bottom: 4vw;
}
#information h2::after {
    position: absolute;
    bottom: -4.8vw;
    left: calc(50% - 0.265vw);
    width: 2px;
    height: 4vw;
    content: "";
    background-color: #E8320E;
}
.section_box {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}
.section_box li {
    background-color: #ffffff;
    border: 1px solid #E8320E;
    box-sizing: border-box;
    padding: 5.33vw 4vw;
    font-size: 3.2vw;
    margin-top: -1px;
}
.section_box li img {
    width: 24vw;
    margin-bottom: 2vw;
}
.section_box li:nth-child(1) img {
    width: 16vw;
}
a.btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.6vw;
    border-radius: 1.33vw;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 2.6vw 0;
	transition: 0.5s;
}
a.btn01:hover {
	background: #e8320e;
}
a.btn01 span {
    width: 4.8vw;
    margin-right: 1.3vw;
}
.section_box li:nth-child(1) a.btn01 span img {
    width: 100%;
    margin-bottom: 0;
}
.section_box li ul.kome li {
    border: none;
    padding: 0;
    margin-left: 1.5em;
    margin-top: 2.6vw;
    position: relative;
}
.section_box li ul.kome li:before {
    position: absolute;
    content: "※";
    left: -1.5em;
    top: 0;
}
.section_box li em {
	font-size: 4vw;
	font-style: normal;
	font-weight: 900;
}
#about {
	position: relative;
	padding: 10.66vw 5.33vw 0;
}
#about::after {
	position: absolute;
	content: "";
	background: #e8320e;
	width: 11.2vw;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#about_inner {
	position: relative;
	z-index: 2;
	width: 68vw;
	overflow: hidden;
}
p.about_visual {
	margin-bottom: 5.33vw;
}
.about_box {
	margin-left: 11.2vw;
	margin-bottom: 13.3vw;
}
.about_box h2 {
	font-size: 4.26vw;
	margin-bottom: 10.6vw;
	position: relative;
	line-height: 1.2em;
}
.about_box h2::after {
	position: absolute;
	content: "";
	width: 10.66vw;
	height: 0.5vw;
	background: #e8320e;
	left: 0;
	bottom: -5.33vw;
}
.about_box h2 span {
	font-size: 2.93vw;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 0;
  padding: 4vw 2.266vw;
  background: #FFF;
  border: solid 0.8vw #e8320e;
  box-sizing: border-box;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -6.4vw;
  left: 50%;
  margin-left: -4vw;
  border: 3.2vw solid transparent;
  border-top: 3.2vw solid #FFF;
  z-index: 2;
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 50%;
  margin-left: -4.53vw;
  border: 3.73vw solid transparent;
  border-top: 3.73vw solid #e8320e;
  z-index: 1;
}
.about_box .balloon h2 {
	font-size: 3.46vw;
}
.about_box .balloon h2::after {
	display:none;
}
.about_box .balloon h2 {
	margin-bottom: 0;
}
.about_box h3 {
	margin-top: 6.4vw;
	font-weight: bold;
	font-size: 5.333vw;
	line-height: 1.2em;
	padding-bottom: 1.3vw;
	/*padding-left: 2.6vw;*/
	margin-bottom: 2.6vw;
	/*border-bottom: 0.53vw solid #e8320e;*/
	position: relative;
	/*font-family: 'Noto Serif JP', serif;*/
}
/*.about_box h3::before {
	height: 3.46vw;
	width: 0.53vw;
	content: "";
	background: #e8320e;
	position: absolute;
	left: 0;
	top: 0.8vw;
}*/
.mb80 {
	margin-bottom: 21.33vw;
}
p#copyright {
	font-size: 2.66vw;
	text-align: center;
	padding-bottom: 1.3vw;
}
div.fukidashi {
	width: 48vw;
	height: 36.9vw;
	position: absolute;
	z-index: 2;
	top: 120vw;
    right: 17vw;
	background: url("images/bg_bomb.png") no-repeat center center;
	background-size: contain;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	text-align: center;
	font-size: 3.46vw;
	color: #000;
}
div.fukidashi span {
	margin-bottom: 4vw;
}
div.fukidashi em {
	font-style: normal;
	font-weight: 900;
	font-size: 1.6em;
}