/*! Writen  by SCSS */
.inner {
 max-width: 960px;
 width: calc(100% - 40px);
 margin: 0 auto;
}
.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.flex_wrap {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.flex_rr {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
.pos_r {
 position: relative;
}
.pos_a {
 position: absolute;
}
.main_wrap {
 position: relative;
}
.main_wrap .main_image {
 max-width: 1110px;
 margin-left: auto;
 margin-right: auto;
 line-height: 0;
}
.main_wrap .main_image img {
 width: 100%;
}
.main_wrap .main_head_wrap {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 line-height: 1;
 color: #fff;
}
.main_wrap .main_head_wrap .en {
 position: relative;
 font-size: clamp(24px, 3.8vw, 39px);
 letter-spacing: 0.15em;
 text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7), 0px 0px 5px rgba(0, 0, 0, 0.7);
 padding-bottom: 0.51em;
 margin-bottom: 0.51em;
}
@media screen and (max-width: 480px) {
 .main_wrap .main_head_wrap .en {
  padding-bottom: 10px;
  margin-bottom: 10px;
 }
}
.main_wrap .main_head_wrap .en::after {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 max-width: 340px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 1px;
 background: #fff;
 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7), 0px 0px 5px rgba(0, 0, 0, 0.7);
 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7), 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.main_wrap .main_head_wrap .jp {
 letter-spacing: 0.2em;
 font-size: clamp(16px, 2vw, 21px);
 text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7), 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.lead {
 font-size: clamp(24px, 3.8vw, 39px);
}
.lead .text_min {
 font-size: 0.6em;
}
/*# sourceMappingURL=inner.css.map */