/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

th {
  text-align: left;
}

img {
  width: 100%;
  vertical-align: middle;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1;
}

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

a {
  text-decoration: none;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

button,
input,
textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea {
  font-size: 16px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.ly_mv {
  padding: 0 15px 20px;
}

.ly_slideCont {
  padding-bottom: 50px;
}

.ly_section {
  padding: 0 15px;
}

.ly_footer {
  padding-top: 30px;
}
.ly_footer_inner {
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 0 15px;
}

@media screen and (min-width: 500px) {
  .ly_mainWrap {
    max-width: 500px;
    border: 5px solid #150c15;
    margin: 50px auto;
  }
}
.bl_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.bl_mv_body {
  background-color: #d2ddde;
  border-radius: 10px;
  padding: 30px 15px 15px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.bl_mv_txt {
  line-height: 2;
  text-align: justify;
}
.bl_mv_imgWrap {
  width: 90%;
  margin: 0 auto;
  z-index: 10;
}

.bl_slide_btnWrap {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.bl_slide_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #144da0;
  border-radius: 150px;
  padding: 10px 30px;
}
.bl_slide_btn_txt,
.bl_slide_btn i {
  color: currentColor;
}
.bl_slide_btn i {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.bl_itemCard {
  padding: 15px;
  position: relative;
}
.bl_itemCard_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  border-left: 5px solid #70acce;
  margin-bottom: 12px;
  padding-left: 8px;
}
.bl_itemCard_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_itemCard_dt_num {
  color: #144da0;
  font-size: 1.5rem;
  font-weight: bold;
}
.bl_itemCard_dt_ttl {
  color: #fcfcfc;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #70acce;
  padding: 7px;
}
.bl_itemCard_dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  text-align: justify;
  padding-left: 25px;
}
.bl_itemCard_dd:before {
  color: #70acce;
  content: "\f042";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  -webkit-transform: translate(0, 1px) rotate(45deg);
          transform: translate(0, 1px) rotate(45deg);
}

.bl_itemCard_dt_num.bl_itemCard_dt_num__black {
  color: #150c15;
}

.bl_itemCard_dt_ttl.bl_itemCard_dt_ttl__bgBlue {
  background-color: #144da0;
  margin-bottom: 5px;
}

.bl_itemCard_dd.bl_itemCard_dd__noMarker {
  display: block;
  padding-left: 0;
}
.bl_itemCard_dd.bl_itemCard_dd__noMarker::before {
  display: none;
}

.bl_sliderUnit {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.bl_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_slider_item {
  height: auto;
}
.bl_slider_item:nth-child(odd) {
  background-color: #eeeeee;
}

.bl_slider.bl_slider__3col {
  width: auto;
}
.bl_slider.bl_slider__3col .bl_slider_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 93%;
          flex: 0 0 93%;
  height: auto;
}

.bl_visualTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 25px;
}
.bl_visualTxt_imgWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.9855072464%;
          flex: 0 0 28.9855072464%;
}
.bl_visualTxt_txt {
  text-align: justify;
  line-height: 2;
}

.bl_accordion_head {
  background-color: #198b86;
  margin-bottom: 10px;
}
.bl_accordion_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  color: #fcfcfc;
  font-weight: bold;
  line-height: 1.25;
  border: 2px solid transparent;
  padding: 8px 8px 8px 2px;
  cursor: pointer;
}
.bl_accordion_btn:hover {
  color: #198b86;
  background-color: #fcfcfc;
  border-color: currentColor;
}
.bl_accordion_btn:focus {
  -webkit-box-shadow: 2px 4px 0 #aaa;
          box-shadow: 2px 4px 0 #aaa;
  opacity: 0.8;
}
.bl_accordion_btn_txt,
.bl_accordion_btn i {
  color: currentColor;
}
.bl_accordion_btn i {
  -webkit-transform: translate(0, 1px) rotate(90deg);
          transform: translate(0, 1px) rotate(90deg);
}
.bl_accordion_body {
  padding-top: 15px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.bl_accordion_btn.bl_accordion_btn__orange {
  background-color: #e7a100;
}
.bl_accordion_btn.bl_accordion_btn__orange:hover {
  color: #e7a100;
  background-color: #fcfcfc;
  border-color: currentColor;
}

.bl_infoBox {
  background-color: #d2ddde;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 10px 15px;
}
.bl_infoBox_txt {
  text-align: justify;
}

.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 25px;
}
.bl_media_ttl {
  font-weight: bold;
  border-left: 5px solid #198b86;
  margin-bottom: 10px;
  padding-left: 10px;
}
.bl_media_txt {
  text-align: justify;
  line-height: 2;
}
.bl_media_imgWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.8405797101%;
          flex: 0 0 38.8405797101%;
}
.bl_media_imgWrap_figcaption {
  text-align: center;
}

.bl_horizImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_horizImgWrap.bl_horizImgWrap__2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_horizImgWrap.bl_horizImgWrap__2col li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8260869565%;
          flex: 0 0 47.8260869565%;
}

.bl_imgWrap_caption {
  text-align: center;
}

.bl_imgWrap.bl_imgWrap__w70Pct {
  width: 70%;
  margin: 0 auto;
}

.bl_imgWrap.bl_imgWrap__maxWidth375 {
  max-width: 375px;
  margin: 0 auto 50px;
}

.bl_horizTable {
  border: 1px solid #ddd;
}
.bl_horizTable table {
  width: 100%;
}
.bl_horizTable th {
  padding: 15px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.bl_horizTable td {
  width: 35%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: justify;
}
.bl_horizTable tr:last-child th,
.bl_horizTable tr:last-child td {
  border-bottom-width: 0;
}

.bl_footer_body {
  padding: 15px;
}
.bl_footer_txt {
  color: #fcfcfc;
  text-align: center;
}
.bl_footer_copyright {
  display: block;
  font-size: 0.75rem;
  color: #fcfcfc;
  text-align: center;
  background: #150c15;
  padding: 10px;
}
.bl_footer_copyright span {
  color: currentColor;
}

.bl_circleDl {
  text-align: center;
  margin-bottom: 25px;
}
.bl_circleDl_dt {
  display: inline-block;
  color: #198b86;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.bl_circleDl_dd {
  text-align: justify;
  text-indent: -12px;
  padding-left: 22px;
  padding-bottom: 10px;
}
.bl_circleDl_dd:before {
  color: #198b86;
  content: "\f042";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  margin-right: 5px;
  -webkit-transform: translate(0, 4px) rotate(45deg);
          transform: translate(0, 4px) rotate(45deg);
}

.bl_infoBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-indent: 0;
  background-color: #d2ddde;
  padding: 10px 20px;
}

.bl_infoBoxList.bl_infoBoxList__widthMd {
  width: 88.4057971014%;
  max-width: 305px;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .bl_slide_btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_slider.bl_slider__3col .bl_slider_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 456px;
            flex: 0 0 456px;
  }
}
@media screen and (max-width: 320px) {
  .bl_horizTable td {
    width: 40%;
  }
}
.el_telLink {
  font-size: 1.5rem;
  font-weight: bold;
}

.el_txt {
  text-align: justify;
  line-height: 2;
}

.el_lv1Headding {
  font-size: 5.6vw;
  font-weight: bold;
  text-align: center;
}
.el_lv1Headding::first-letter {
  font-size: 6.9333333333vw;
  color: #70acce;
}
.el_lv1Headding::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  border-bottom: 2px solid #70acce;
  margin: 5px auto 25px;
}

.el_centeredTxt {
  text-align: center;
}

.el_centeredTxt.el_centeredTxt__verticalPadding {
  margin-top: 15px;
  margin-bottom: 5px;
}

.el_next {
  display: block;
  width: 84px;
  color: #9F9F9F;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #9F9F9F;
  padding-left: 10px;
  position: relative;
}

.el_next.el_next__absolute {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.el_next.el_next__absolute::after {
  display: block;
  content: "";
  width: 18px;
  height: 1px;
  border-bottom: 1px solid #9F9F9F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  left: 70px;
}

.el_prev {
  display: block;
  width: 84px;
  color: #9F9F9F;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #9F9F9F;
  padding-left: 25px;
  position: relative;
}

.el_prev.el_prev__absolute {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.el_prev.el_prev__absolute::after {
  display: block;
  content: "";
  width: 18px;
  height: 1px;
  border-bottom: 1px solid #9F9F9F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 5px;
  left: -2px;
}

.el_caution {
  color: #da6a38;
  line-height: 1.5;
}

.el_caution.el_caution__center {
  text-align: center;
}

.el_notice.el_notice__centerGreen {
  color: #198b86;
  text-align: center;
}

.el_lv3Headding {
  color: #198b86;
  font-size: 5.3333333333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.el_notice {
  color: #da6a38;
  font-size: 0.875rem;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}

.el_notice.el_notice__center {
  text-align: center;
}

.el_commonTtl {
  font-weight: bold;
  border-left: 5px solid #198b86;
  margin-bottom: 10px;
  padding-left: 10px;
}

.el_commonTtl.el_commonTtl__orange {
  border-color: #e7a100;
}

@media screen and (min-width: 500px) {
  .el_lv1Headding {
    font-size: 1.375rem;
  }
  .el_lv1Headding::first-letter {
    font-size: 1.6875rem;
  }
  .el_lv3Headding {
    font-size: 1.625rem;
  }
}
.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_pt0 {
  padding-top: 0px !important;
}

.hp_pb0 {
  padding-bottom: 0px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_pt10 {
  padding-top: 10px !important;
}

.hp_pb10 {
  padding-bottom: 10px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_pt20 {
  padding-top: 20px !important;
}

.hp_pb20 {
  padding-bottom: 20px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_pt30 {
  padding-top: 30px !important;
}

.hp_pb30 {
  padding-bottom: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_pt40 {
  padding-top: 40px !important;
}

.hp_pb40 {
  padding-bottom: 40px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_pt50 {
  padding-top: 50px !important;
}

.hp_pb50 {
  padding-bottom: 50px !important;
}

.hp_mt60 {
  margin-top: 60px !important;
}

.hp_mb60 {
  margin-bottom: 60px !important;
}

.hp_pt60 {
  padding-top: 60px !important;
}

.hp_pb60 {
  padding-bottom: 60px !important;
}

.hp_mt70 {
  margin-top: 70px !important;
}

.hp_mb70 {
  margin-bottom: 70px !important;
}

.hp_pt70 {
  padding-top: 70px !important;
}

.hp_pb70 {
  padding-bottom: 70px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_pt80 {
  padding-top: 80px !important;
}

.hp_pb80 {
  padding-bottom: 80px !important;
}

.hp_mt90 {
  margin-top: 90px !important;
}

.hp_mb90 {
  margin-bottom: 90px !important;
}

.hp_pt90 {
  padding-top: 90px !important;
}

.hp_pb90 {
  padding-bottom: 90px !important;
}

.hp_mt100 {
  margin-top: 100px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

.hp_pt100 {
  padding-top: 100px !important;
}

.hp_pb100 {
  padding-bottom: 100px !important;
}

.sm_br {
  display: block !important;
}

.sm_hidden {
  display: none !important;
}

.lg_br {
  display: none !important;
}

.mdUp_br {
  display: none !important;
}

.hp_br {
  display: block !important;
}

.hp_uppercase {
  text-transform: uppercase !important;
}

.hp_bgColorSec {
  background-color: #144da0 !important;
}

.hp_colorRed {
  color: #da6a38 !important;
}

.hp_flexWrapOn {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.hp_bgWhite {
  background-color: #fcfcfc !important;
}

.hp_flexFull {
  width: 100% !important;
}

@media screen and (min-width: 500px) {
  .sm_hidden {
    display: block !important;
  }
  .mdUp_hidden {
    display: none !important;
  }
}
@media screen and (min-width: 780px) {
  .sm_br {
    display: none !important;
  }
  .mdUp_br {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .lg_br {
    display: block !important;
  }
}
.is_srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.is_hidden {
  display: none !important;
}

.is_current {
  background-color: #e7a100 !important;
  cursor: default;
  pointer-events: none;
}

.is_open {
  max-height: 2000px !important;
  opacity: 1 !important;
}

@media screen and (min-width: 500px) {
  .mdUp_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../images/bg_main.webp") center center/cover no-repeat fixed !important;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/bg_main.webp") center center/cover no-repeat fixed !important;
  }
}
.un_loading,
.un_loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.un_loading {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ly_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100svh;
  background: #009b5d;
  color: #fcfcfc;
  font-weight: bold;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 10000;
}

.is_fadeOutUp {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

* {
  color: #150c15;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

html {
  color: #150c15;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic Pro", "Arial", "Helvetica", "sans-serif";
}
body.is_bodyHidden {
  overflow: hidden;
}

a:hover, a:focus {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}

@media screen and (min-width: 780px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
main {
  overflow-x: hidden;
}/*# sourceMappingURL=kouji.css.map */