@charset "UTF-8";

html {
  scroll-behavior: smooth;
  background-color: #ffe100;
}

/**/


#plarail-wrapper {
  background-color: #ffe100;
}

.autumn-wrapper {
  width: 100%;
}


.container {
  background-image: url('../images/bg_top_color_01.png');
  background-repeat: repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}

.box_e5 {
  position: relative;
}

.kakaku_e5dx {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: 12%;
  left: 17.5%;
}

.box {
  flex: 1;
  flex-basis: 900px;
}
.box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box1 {
  height: 434px;
  position: relative;
}
.box1 img {
  position: absolute;
  bottom: -10px;
  z-index: 1;
}
.container2 {
  margin: 0;
  background-image: url('../images/bg_pattern_01.png');
  background-repeat: repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.box_hayabusa {
  position: relative;
}

.kakaku_e5 {
  position: absolute;
  z-index: 1;
  width: 38%;
	top: 50%;
	left: 10%;
}
.kakaku_cross {
  position: absolute;
  z-index: 2;
  width: 38%;
	top: 50%;
	left: 52%;
}

.box_heiyokyo {
  position: relative;
}

.kakaku_heiyokyo {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: 12%;
  left: 17.5%;
}

.container3 {
  margin: 0;
  background-color: black;
  background-repeat: repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.box_raicho {
  position: relative;
}

.kakaku_raicho {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: 7%;
  left: 17.5%;
}

.box_odoriko {
  position: relative;
}

.kakaku_odoriko {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: 7%;
  left: 17.5%;
}


