@charset "UTF-8";
/* 共通 */
body {
  font-family: "Noto Sans JP 400";
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

a {
  color: #000;
}

@font-face {
  src: url("../fonts/NotoSansJP-Regular400.woff") format("woff");
  font-family: "Noto Sans JP 400";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold700.woff") format("woff");
  font-family: "Noto Sans JP 700";
  font-style: normal;
  font-display: swap;
}
.u-sppc {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-sppc {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 1080px) {
  .u-pc {
    display: none;
  }
}

.u-sptab {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sptab {
    display: block;
  }
}

.u-tab {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-tab {
    display: none;
  }
}

.u-Ban img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.u-sp_u {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-center-m {
  margin-right: auto;
  margin-left: auto;
}

.u-right {
  text-align: right;
}

/* パディング */
.u-p10 {
  padding: 10px 0px;
}

.u-p05 {
  padding: 5px 10px;
}

.u-pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .u-pb30 {
    padding-bottom: 20px;
  }
}

.u-pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .u-pb50 {
    padding-bottom: 30px;
  }
}

.u-pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .u-pb100 {
    padding-bottom: 50px;
  }
}

sup {
  font-size: 1.4rem;
  vertical-align: top;
}

#floating {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 800px;
  z-index: 99;
  height: 110px;
}
@media screen and (max-width: 800px) {
  #floating {
    height: 13.4vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #floating {
    height: 16.6vw;
  }
}
#floating .floating_area {
  width: 800px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #floating .floating_area {
    width: 100%;
  }
}
#floating .text, #floating .btn {
  display: inline-block;
}

/* 共通 */
.u-wi800, .u-wi800he {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 830px) {
  .u-wi800 {
    width: 92%;
  }
}

@media screen and (max-width: 830px) {
  .u-wi800he {
    width: 100%;
  }
}

.u-img, .u-img02 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .u-img, .u-img02 {
    width: 100%;
  }
}

.u-img {
  width: 700px;
}
@media screen and (max-width: 760px) {
  .u-img {
    width: 100%;
  }
}

.u-img02 {
  width: 500px;
}
@media screen and (max-width: 760px) {
  .u-img02 {
    width: 100%;
  }
}

p {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 15px 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  p {
    font-size: 1.6rem;
  }
}

.u-c01 {
  color: #fff;
}

.u-c02 {
  color: #ffff00;
}

.u-c03 {
  color: #0000ff;
}

.u-c04 {
  color: #ff0096;
}

.u-c05 {
  color: #ff0000;
}

.u-c06 {
  color: #f06666;
}

.u-c07 {
  color: #000;
}

.u-fwb {
  font-family: "Noto Sans JP 700";
}

.u-t01 {
  font-feature-settings: "palt";
}

.u-font12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .u-font12 {
    font-size: 1rem;
  }
}

.u-font18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .u-font18 {
    font-size: 1.6rem;
  }
}

.u-font19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .u-font19 {
    font-size: 1.6rem;
  }
}

.u-font20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font20 {
    font-size: 1.8rem;
  }
}

.u-font22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-font22 {
    font-size: 2rem;
  }
}

.u-font24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-font24 {
    font-size: 1.9rem;
  }
}

.u-font28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .u-font28 {
    font-size: 1.9rem;
  }
}

.u-font30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .u-font30 {
    font-size: 2.5rem;
  }
}

.u-font38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .u-font38 {
    font-size: 5.6vw;
  }
}

.u-line-y {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFFF00 0%) repeat scroll 0 0;
}

.u-back-y {
  background-color: #FFFF00;
}

.u-back-p {
  background-color: #ffa0b4;
}

.u-back-g {
  background-color: #f0f0f0;
}

.u-border-y {
  border: 5px solid #ffff00;
}/*# sourceMappingURL=style.css.map */