/* =============================================== */
/* reset */
/* =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, footer, header, nav, section, article, aside, canvas, figcaption, figure, address, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, b, th {
  font-weight: inherit;
  font-size: inherit;
}

address {
  font-style: normal;
}

button {
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* =============================================== */
/* screen */
/* =============================================== */
@media only screen and (max-width: 768px) {
  .scr-wide {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .scr-narrow {
    display: none !important;
  }
}

.ls-m {
  letter-spacing: 0.1em;
}

/* =============================================== */
/* base */
/* =============================================== */
html {
  font-size: 10px;
}
body {
  font-size: 1rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  position: relative;
  background: #fff;
  min-width: 320px;
}

.isWindows {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  vertical-align: top;
  pointer-events: none;
  user-select: none;
}

sup {
  font-size: 100%;
  line-height: 1;
}

a {
  color: #fff;
  text-decoration: none;
}

.notTouchDevice a:hover {
  opacity: 0.75;
}

/* =============================================== */
/* loading */
/* =============================================== */
.page_top #gnav {
  transition: opacity 0.5s;
  opacity: 0;
}
.page_top .contents {
  visibility: hidden;
}
.page_top .contents.ready {
  visibility: visible;
}
.page_top #gnav.ready {
  opacity: 1;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#loading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #9EA0A3;
}

.spinner_group {
  width: 28px;
  height: 28px;
  display: block;
  animation: spinner-rotate 0.5s linear infinite;
}

@keyframes spinner-rotate {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(270deg);
  }
}
.spinner_circle {
  box-sizing: border-box;
  width: 28px;
  height: 14px;
  overflow: hidden;
}
.spinner_circle:nth-child(2) {
  transform: rotate(180deg);
}
.spinner_circle div {
  box-sizing: border-box;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 4px solid hsl(0, 0%, 100%);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 100%;
  height: 200%;
}
.spinner_circle:nth-child(1) div {
  animation: circle1 0.5s cubic-bezier(0.25, 0.1, 0.5, 1) alternate infinite;
}
.spinner_circle:nth-child(2) div {
  animation: circle2 0.5s cubic-bezier(0.25, 0.1, 0.5, 1) alternate infinite;
}

@keyframes circle1 {
  from {
    transform: rotate(205deg);
  }
  to {
    transform: rotate(60deg);
  }
}
@keyframes circle2 {
  from {
    transform: rotate(-115deg);
  }
  to {
    transform: rotate(30deg);
  }
}
#loading.ready {
  visibility: hidden;
  transition: visibility 0.5s step-end;
}
#loading.ready:before {
  opacity: 0;
  transition: 0.5s;
}
#loading.ready .spinner {
  opacity: 0;
  transition: 0.2s;
}

/* =============================================== */
/* base layout */
/* =============================================== */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

/* =============================================== */
/* wrap */
/* =============================================== */
.container_a {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (max-width: 768px) {
  .container_a {
    padding-left: 6%;
    padding-right: 6%;
  }
}

/* =============================================== */
/* body */
/* =============================================== */
@media only screen and (max-width: 768px) {
  html.lock {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  html.lock body {
    position: fixed;
    width: 100%;
    top: 0;
    height: auto;
  }
}
/* =============================================== */
/* gnav */
/* =============================================== */
.gnav {
  position: fixed;
  right: 25px;
  top: 18px;
}
.gnav .menu_list {
  margin-top: 1rem;
}
.gnav .menu_list li {
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.gnav .menu_list li:not(:first-child) {
  margin-top: 1em;
}
.gnav .menu_list a {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.gnav .button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 200;
}
.gnav .button .icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.gnav .button .icon div {
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0px 0px 4px 0px hsla(0, 0%, 0%, 0.5);
}
.gnav .button .icon .l1 {
  top: 6px;
}
.gnav .button .icon .l2 {
  top: 22px;
}
.gnav .button .icon .l3 {
  top: 38px;
}

.gnav .button {
  transition: opacity 0.3s 0.2s, visibility 0s;
}
.gnav .menu_list {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s 0s, visibility 0.3s;
  transform: translateX(10px);
}

.gnav.list_show .button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s;
  transition-delay: 0s;
}
.gnav.list_show .menu_list {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, transform 0.3s, visibility 0s;
  transform: translateX(0);
}

/* =============================================== */
/* site_header - wide */
/* =============================================== */
/* =============================================== */
/* site_header - narrow */
/* =============================================== */
@media only screen and (max-width: 768px) {
  .gnav .menu_list li {
    font-size: 2rem;
  }
  .gnav.list_show:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: hsla(0, 0%, 0%, 0.7);
  }
}
/* =============================================== */
/* site_footer */
/* =============================================== */
#footer {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/footer_bg.jpg);
}
#footer .inner {
  width: 100%;
  max-width: 1300px;
  padding: 15% 2%;
  letter-spacing: 0.1em;
}
#footer .copyright {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #footer .inner {
    padding: 25% 0 35%;
  }
}
/* =============================================== */
/* button */
/* =============================================== */
.button_primary {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.55em;
  position: relative;
  cursor: pointer;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 16px;
  min-width: 300px;
}
.notTouchDevice .button_primary:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 374px) {
  .button_primary {
    min-width: 100%;
  }
}

/* =============================================== */
/* element */
/* =============================================== */
.sec_heading {
  font-size: 2.8rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .sec_heading {
    font-size: 2.4rem;
  }
}

.heading_m {
  font-size: 2.4rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

.heading_s {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.3;
}

.text_l {
  font-size: 1.8rem;
  line-height: 2.3;
}

.text_m {
  font-size: 1.65rem;
  line-height: 2.3;
}

.text_ms {
  font-size: 1.4rem;
  line-height: 2.3;
}

.text_s {
  font-size: 1.2rem;
  line-height: 2.3;
}

small {
  font-size: 80%;
}

/* =============================================== */
.sec_type_a {
  min-height: 56.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #9EA0A3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec_type_a.bg_overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.3);
}

.sec_type_a_inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  padding: 15% 6%;
  position: relative;
  z-index: 1;
}

.sec_heading {
  text-align: center;
  margin-bottom: 2em;
}
.sec_heading a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .sec_type_a_inner {
    padding: 20% 6%;
  }
  .sec_type_a_heading {
    font-size: 3.2rem;
  }
}
/* =============================================== */
/* spacing */
/* =============================================== */
.mt_xl {
  margin-top: 14rem !important;
}
@media only screen and (max-width: 768px) {
  .mt_xl {
    margin-top: 14rem !important;
  }
}

.mb_xl {
  margin-bottom: 14rem !important;
}
@media only screen and (max-width: 768px) {
  .mb_xl {
    margin-bottom: 14rem !important;
  }
}

.pt_xl {
  padding-top: 14rem !important;
}
@media only screen and (max-width: 768px) {
  .pt_xl {
    padding-top: 14rem !important;
  }
}

.pb_xl {
  padding-bottom: 14rem !important;
}
@media only screen and (max-width: 768px) {
  .pb_xl {
    padding-bottom: 14rem !important;
  }
}

.mt_l {
  margin-top: 10rem !important;
}
@media only screen and (max-width: 768px) {
  .mt_l {
    margin-top: 10rem !important;
  }
}

.mb_l {
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 768px) {
  .mb_l {
    margin-bottom: 10rem !important;
  }
}

.pt_l {
  padding-top: 10rem !important;
}
@media only screen and (max-width: 768px) {
  .pt_l {
    padding-top: 10rem !important;
  }
}

.pb_l {
  padding-bottom: 10rem !important;
}
@media only screen and (max-width: 768px) {
  .pb_l {
    padding-bottom: 10rem !important;
  }
}

.mt_m {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .mt_m {
    margin-top: 4rem !important;
  }
}

.mb_m {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .mb_m {
    margin-bottom: 4rem !important;
  }
}

.pt_m {
  padding-top: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .pt_m {
    padding-top: 4rem !important;
  }
}

.pb_m {
  padding-bottom: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .pb_m {
    padding-bottom: 4rem !important;
  }
}

.mt_s {
  margin-top: 2rem !important;
}
@media only screen and (max-width: 768px) {
  .mt_s {
    margin-top: 2rem !important;
  }
}

.mb_s {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 768px) {
  .mb_s {
    margin-bottom: 2rem !important;
  }
}

.pt_s {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 768px) {
  .pt_s {
    padding-top: 2rem !important;
  }
}

.pb_s {
  padding-bottom: 2rem !important;
}
@media only screen and (max-width: 768px) {
  .pb_s {
    padding-bottom: 2rem !important;
  }
}

.mt_xs {
  margin-top: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .mt_xs {
    margin-top: 1rem !important;
  }
}

.mb_xs {
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .mb_xs {
    margin-bottom: 1rem !important;
  }
}

.pt_xs {
  padding-top: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .pt_xs {
    padding-top: 1rem !important;
  }
}

.pb_xs {
  padding-bottom: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .pb_xs {
    padding-bottom: 1rem !important;
  }
}

/* =============================================== */
/* z-index */
/* =============================================== */
.gnav {
  z-index: 20000;
}

#loading {
  z-index: 10000;
}

/* =============================================== */
/* top */
/* =============================================== */
/* =============================================== */
.sec_mv {
  position: relative;
  height: 56.25vw;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9EA0A3;
}
.sec_mv .mv_heading {
  z-index: 1;
  opacity: 0;
  filter: blur(5rem);
}
.sec_mv .mv_heading img {
  max-width: 60vw;
  max-height: 37vw;
}

.ready .mv_heading {
  opacity: 1;
  filter: blur(0);
  transition: 1s 1.5s;
  transition-property: opacity, filter;
}

#js_mvVideo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
#js_mvVideo:before {
  content: "";
  display: block;
  background: hsla(0, 0%, 0%, 0.3);
  background-size: 2px 2px;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#js_mvVideo.isPlaying {
  opacity: 1;
  transition: opacity 1.5s 0.5s;
}

#mvVideo_ytPlayer {
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  margin: auto;
  z-index: 0;
}

.sec_overview {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_overview {
    text-align: left;
  }
}

/* =============================================== */
.sec_type_a.bg_01 {
  background-image: url(/img/bg_01.jpg);
}
.sec_type_a.bg_02 {
  background-image: url(/img/bg_02.jpg);
}
.sec_type_a.bg_03 {
  background-image: url(/img/bg_03.jpg);
}
.sec_type_a.bg_04 {
  background-image: url(/img/bg_04.jpg);
}
.sec_type_a.bg_05 {
  background-image: url(/img/bg_05.jpg);
}
.sec_type_a.bg_06 {
  background-image: url(/img/bg_06.jpg);
}

/* =============================================== */
.sec_about {
  background: #9EA0A3;
}

/* =============================================== */
.sec_image .sec_type_a_inner {
  max-width: 1500px;
  padding: 0 6% 15%;
}
.sec_image .image_list {
  width: 100%;
  padding-top: 53%;
  position: relative;
  /**/
}
.sec_image .image_list li {
  position: absolute;
  /**/
}
.sec_image .image_list li:nth-child(1) {
  width: 20%;
  left: 0%;
  top: 12%;
}
.sec_image .image_list li:nth-child(2) {
  width: 19.5%;
  left: 49%;
  top: 0%;
}
.sec_image .image_list li:nth-child(3) {
  width: 29%;
  left: 71%;
  top: 28%;
}
.sec_image .image_list li:nth-child(4) {
  width: 15%;
  left: 24%;
  top: 40%;
}
.sec_image .image_list li:nth-child(5) {
  width: 12%;
  left: 10%;
  top: 67%;
}
.sec_image .image_list li:nth-child(6) {
  width: 21%;
  left: 41%;
  top: 60%;
}
@media only screen and (max-width: 768px) {
  .sec_image .image_list {
    padding-top: 205%;
  }
  .sec_image .image_list li:nth-child(1) {
    width: 36%;
    left: 0%;
    top: 18%;
  }
  .sec_image .image_list li:nth-child(2) {
    width: 34%;
    left: 53%;
    top: 0%;
  }
  .sec_image .image_list li:nth-child(3) {
    width: 26%;
    left: 45%;
    top: 30%;
  }
  .sec_image .image_list li:nth-child(4) {
    width: 21%;
    left: 17%;
    top: 44%;
  }
  .sec_image .image_list li:nth-child(5) {
    width: 53%;
    left: 47%;
    top: 53%;
  }
  .sec_image .image_list li:nth-child(6) {
    width: 37%;
    left: 20%;
    top: 82%;
  }
}

/* =============================================== */
.sec_map {
  background-color: #62656A;
}
.sec_map .sec_type_a_inner {
  max-width: 1500px;
  padding-left: 6%;
  padding-right: 6%;
}
.sec_map .layout_a {
  display: flex;
  justify-content: space-between;
}
.sec_map .layout_a_left {
  width: 47%;
  position: relative;
}
.sec_map .layout_a_right {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.sec_map .googlemap {
  width: 100%;
  padding-top: 100%;
}
.sec_map .googlemap_iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .sec_map .layout_a {
    display: block;
  }
  .sec_map .layout_a_left {
    width: 100%;
  }
  .sec_map .layout_a_right {
    width: 100%;
    margin-top: 6rem;
  }
  .sec_map .googlemap {
    width: 100%;
  }
}

/* =============================================== */
.fx_slideUp {
  opacity: 0;
  transform: translate3d(0px, 2rem, 0px);
  filter: blur(2rem);
}

.fx_slideUp.animEnd {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
  filter: blur(0);
  transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.image_list li {
  opacity: 0;
  transform: translate3d(0px, 2rem, 0px);
  filter: blur(2rem);
}

.image_list.fx_trigger.animEnd li {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
  filter: blur(0);
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.image_list.fx_trigger.animEnd li:nth-child(1) {
  transition-delay: 0.6s;
}
.image_list.fx_trigger.animEnd li:nth-child(2) {
  transition-delay: 0.3s;
}
.image_list.fx_trigger.animEnd li:nth-child(3) {
  transition-delay: 0.9s;
}
.image_list.fx_trigger.animEnd li:nth-child(4) {
  transition-delay: 1.2s;
}
.image_list.fx_trigger.animEnd li:nth-child(5) {
  transition-delay: 1.5s;
}
.image_list.fx_trigger.animEnd li:nth-child(6) {
  transition-delay: 1.8s;
}

/* =============================================== */
/* characters */
/* =============================================== */
/* =============================================== */
.sec_characters .sec_type_a_inner {
  max-width: 800px;
}
.sec_characters .sec_heading {
  margin-top: 5em;
}

.character_item .heading_s {
  margin-top: 2em;
  line-height: 1.5;
  text-align: center;
}
.character_item .name_button {
  cursor: pointer;
}
.character_item .name_button:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.character_item .detail {
  display: none;
}

html.lock {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

html.lock body {
  position: fixed !important;
  width: 100%;
  top: 0;
  height: auto;
}

#modal_area {
  background: #62656A;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#modal_area {
  z-index: -10000;
  opacity: 0;
  transition: z-index 0.15s step-end, opacity 0.15s linear;
}

#modal_area.show {
  z-index: 30000;
  opacity: 1;
  transition: z-index 0.3s step-start, opacity 0.3s linear;
}

.modal_inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_base {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  position: relative;
}

.modal_contents {
  color: #fff;
  box-sizing: border-box;
  max-width: 900px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15% 6%;
  text-align: left;
}
.modal_contents .name {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.modal_contents .heading {
  font-size: 1.6rem;
  line-height: 2.3;
  color: hsl(0, 0%, 80%);
  margin-bottom: 1em;
}
.modal_contents .heading:not(:first-child) {
  margin-top: 4em;
}
.modal_contents a {
  text-decoration: underline;
}

.modal_close {
  width: 40px;
  height: 40px;
  background: url(../img/button_close.svg) 50% 50% repeat;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 100;
  cursor: pointer;
}

.isWindows .modal_close {
  right: 35px;
}

@media only screen and (max-width: 768px) {
  .modal_close {
    width: 38px;
    height: 38px;
  }
}
/* =============================================== */
/* top */
/* =============================================== */
/* =============================================== */
.sec_yagi .sec_type_a_inner {
  max-width: 1500px;
}
.sec_yagi .layout_a {
  display: flex;
  justify-content: space-between;
}
.sec_yagi .layout_a_left {
  width: 47%;
  position: relative;
}
.sec_yagi .layout_a_right {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.sec_yagi .youtube_player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.sec_yagi .youtube_iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .sec_yagi .layout_a {
    display: block;
  }
  .sec_yagi .layout_a_left {
    width: 100%;
  }
  .sec_yagi .layout_a_right {
    width: 100%;
    margin-top: 6rem;
  }
  .sec_yagi .googlemap {
    width: 100%;
  }
}

/* =============================================== */
/* edit */
/* =============================================== */
.txc {
  text-align: center;
}

.txl {
  text-align: left;
}

.txr {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.preline {
  white-space: pre-line;
}

.underline {
  text-decoration: underline;
}

.ml1em {
  margin-left: 1em;
}

.mt0 {
  margin-top: 0 !important;
}

strong {
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
