@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "gothic-b";
  src: url("../../braindetox_entry/font/GOTHICB.woff") , url("../../braindetox_entry/font/GOTHICB.ttf");
}
select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  line-height: 1.8vw;
  color: #000;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.d-block {
  display: block;
}

.t-underline {
  text-decoration: underline;
}

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

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

.f-min {
  font-family: "Noto Serif JP", serif;
}

.f-italic {
  font-style: italic;
}

.f-xs {
  font-size: 0.6vw;
  line-height: 1.2vw;
}

.f-s {
  font-size: 0.9vw;
  line-height: 1.7vw;
}

.f-m {
  font-size: 1.1vw;
  line-height: 1.8vw;
}

.f-l {
  font-size: 1.6vw;
  line-height: 2.8vw;
}

.f-xl {
  font-size: 3.4vw;
  line-height: 4.4vw;
}

.f-700 {
  font-weight: 700;
}

.f-500 {
  font-weight: 500;
}

.f-300 {
  font-weight: 300;
}

.f-go-en {
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.m-lr {
  margin-left: auto;
  margin-right: auto;
}

.m-b15 {
  margin-bottom: 1.5%;
}

.m-b25 {
  margin-bottom: 2.5%;
}

.m-b5 {
  margin-bottom: 5%;
}

.m-b75 {
  margin-bottom: 7.5%;
}

.m-b10 {
  margin-bottom: 10%;
}

.m-b15 {
  margin-bottom: 15%;
}

.m-t15 {
  margin-top: 1.5%;
}

.m-t25 {
  margin-top: 2.5%;
}

.m-t5 {
  margin-top: 5%;
}

.m-t75 {
  margin-top: 7.5%;
}

.m-t10 {
  margin-top: 10%;
}

.p-25 {
  padding: 2.5%;
}

.p-5 {
  padding: 5%;
}

.p-10 {
  padding: 10%;
}

.p-b25 {
  padding-bottom: 2.5%;
}

.p-b5 {
  padding-bottom: 5%;
}

.p-b10 {
  padding-bottom: 10%;
}

.p-b15 {
  padding-bottom: 15%;
}

.p-t25 {
  padding-top: 2.5%;
}

.p-t5 {
  padding-top: 5%;
}

.p-t10 {
  padding-top: 10%;
}

.p-t15 {
  padding-top: 15%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 30%;
}

.bg-white {
  background-color: #FFF;
}

@media (max-width: 739px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 3.8vw;
    line-height: 5.8vw;
  }
  .f-xs {
    font-size: 2.6vw;
    line-height: 4.6vw;
  }
  .f-s {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  .f-ms {
    font-size: 4vw;
    line-height: 6vw;
  }
  .f-m {
    font-size: 4.4vw;
    line-height: 6.4vw;
  }
  .f-l {
    font-size: 5vw;
    line-height: 7vw;
  }
  .f-xl {
    font-size: 5.6vw;
    line-height: 7.6vw;
  }
}/*# sourceMappingURL=style-base.css.map */