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

* {
  box-sizing: border-box;
}

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

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

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

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

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

.sp_u {
  display: inline-block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* パディング */
.p_b_30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .p_b_30 {
    padding-bottom: 20px;
  }
}

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

.p_b_100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p_b_100 {
    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%;
  }
}
#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;
}

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

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

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

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

.img_sns {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .img_sns {
    width: 100%;
  }
}

.img02 {
  width: 100%;
}

.img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

img {
  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;
  }
}

.color01 {
  color: #4A86E8;
}

.color02 {
  color: #F782C3;
}

.color03 {
  color: #f40003;
}

.color04 {
  color: #f79903;
}

.color05 {
  color: #6aa84f;
}

.fwb {
  font-weight: bold;
}

.tsume01 {
  font-feature-settings: "palt";
}

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

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

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

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

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

.font30_t {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .font30_t {
    font-size: 4.5vw;
  }
}

.font35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 640px) {
  .font35 {
    font-size: 5.6vw;
  }
}

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

.y_blue {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #c9daf8 0%) repeat scroll 0 0;
}

.y_red {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fce5cd 0%) repeat scroll 0 0;
}

.b_line {
  border-bottom: 1px solid #000;
}/*# sourceMappingURL=style.css.map */