html {
  background-color: #FFFEFA;
  color: #595857;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}
@media screen and (min-width: 1850px) {
  html {
    font-size: 0.5405vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.wbr {
  display: inline-block;
}

.bxs, .bsm, .bmd, .blg, .bxl, .bxx {
  display: none;
}

.ixs, .ism, .imd, .ilg, .ixl, .ixx {
  display: none;
}

@media screen and (max-width: 575px) {
  .bxs {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bsm {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bmd {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blg {
    display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .bxl {
    display: block;
  }
}

@media screen and (min-width: 1500px) {
  .bxx {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ixs {
    display: inline;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .ism {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imd {
    display: inline;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ilg {
    display: inline;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .ixl {
    display: inline;
  }
}

@media screen and (min-width: 1500px) {
  .ixx {
    display: inline;
  }
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  position: relative;
}
#contents::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #FFFEFA;
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.35s;
  z-index: 9999;
}
#contents.active::after {
  opacity: 0;
  pointer-events: none;
}

/*** #header ***/
#header {
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header {
    height: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  #header {
    height: 6rem;
  }
}
#header > .inner {
  height: 100%;
  width: 100%;
}
#header > .inner > .box2 {
  height: auto;
  width: auto;
  position: fixed;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 {
    right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 {
    right: 1.25rem;
  }
}
@media screen and (min-width: 1500px) {
  #header > .inner > .box2 {
    right: 1.5rem;
  }
}
#header > .inner > .box2 > .lst1 {
  height: auto;
  width: auto;
}
#header > .inner > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
#header > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  #header > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
#header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.075em;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 1500px) {
  #header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.53rem;
  }
}
#header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    display: block;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    text-align: right;
    transition: opacity 0.35s, width 0.35s;
    width: 0;
    white-space: nowrap;
  }
}
#header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > .elm2 {
  background-color: #6CBAC4;
  border-radius: 50%;
  display: block;
  height: 1em;
  margin-left: 0.5em;
  width: 1em;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst1 > [class^=itm] > .lnk1:hover > .elm1 {
    opacity: 1;
    width: 20em;
  }
}
#header > .inner > .box2 > .lst1 > [class^=itm].itm0 {
  display: none;
}
#header > .inner > .box2 > .lst1 > [class^=itm].current > .lnk1 > .elm2 {
  background-color: #EE5533;
}

/*** #footer ***/
#footer {
  height: auto;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  #footer {
    margin-top: 6rem;
  }
}
#footer > .inner {
  height: auto;
  width: 100%;
  position: relative;
}
#footer > .inner > .box1 {
  bottom: 100%;
  height: 3rem;
  right: 1.5rem;
  position: absolute;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 {
    height: 4rem;
    right: 2rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    height: 5rem;
    right: 2.5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  #footer > .inner > .box1 {
    height: 6rem;
    right: 3rem;
    width: 6rem;
  }
}
#footer > .inner > .box1 > .lnk1 {
  height: 100%;
  width: 100%;
  display: block;
}
#footer > .inner > .box1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#footer > .inner > .box1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box1 > .lnk1 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box1 > .lnk1 > .elm1 > .svg1 {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box1 > .lnk1 > .elm2 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .lnk1 > .elm2 {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .lnk1 > .elm2 {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1500px) {
  #footer > .inner > .box1 > .lnk1 > .elm2 {
    font-size: 1.36rem;
    line-height: 1.8;
  }
}
#footer > .inner > .box2 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  #footer > .inner > .box2 {
    padding: 3rem 3rem;
  }
}
#footer > .inner > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .par1 {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .par1 {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1500px) {
  #footer > .inner > .box2 > .par1 {
    font-size: 1.36rem;
    line-height: 1.8;
  }
}

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