@charset "UTF-8";
/* --------------------------------------------------------------------------------
Reset
-------------------------------------------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  font-weight: bold;
  color: inherit;
}

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

dd, p {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  color: #1A1A1C;
}

p {
  line-height: 1.75;
}

/* --------------------------------------------------------------------------------
Base
-------------------------------------------------------------------------------- */
body {
  margin: auto;
  width: 100%;
}

.position_fixed_btn_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

div {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #1C1C1E;
}

@media (min-width: 1920px) {
  picture {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

img {
  height: auto;
  width: 100%;
  max-width: 432px;
  vertical-align: bottom;
}
@media (min-width: 960px) {
  img {
    max-width: 960px;
  }
}
@media (min-width: 1920px) {
  img {
    max-width: none;
    width: 50%;
    height: auto;
  }
}

.secondary_bg_color {
  background-color: #3E3E3E;
}

.tertiary_bg_color {
  background-color: #F2F2F2;
}

.background_image_base {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_wrapper {
  max-width: 432px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 960px) {
  .btn_wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1920px) {
  .btn_wrapper {
    max-width: none;
  }
}

.back_to_top_btn {
  background-color: #FAFAFA;
  color: #1E1E1E;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  border: none;
  text-decoration: none;
}
.back_to_top_btn i {
  font-size: 24px;
}

/* --------------------------------------------------------------------------------
Unique Styles
-------------------------------------------------------------------------------- */
.mv_background {
  background-image: url("../assets/images/mobile/mv_background_sp.png");
}
@media (min-width: 960px) {
  .mv_background {
    background-image: url("../assets/images/pc/mv_background.png");
    height: 768px;
  }
}
@media (min-width: 1920px) {
  .mv_background {
    background-image: url("../assets/images/pc/mv_background.png");
    min-height: 40vw;
  }
}

@media (max-width: 960px) {
  .cta_background {
    background-image: url("../assets/images/mobile/cta_background_sp.png");
  }
}
@media ((min-width: 960px) and (max-width: 1920px)) {
  .cta_background {
    background-image: url("../assets/images/pc/cta_background.png");
    height: 248px;
  }
}
@media (min-width: 1920px) {
  .cta_background {
    background-image: url("../assets/images/pc/cta_background.png");
    min-height: 12.9166666667vw;
  }
}

.cta_btn {
  position: absolute;
  width: 25.1967592593%;
  top: 40.487804878%;
  left: 65.0393518519%;
}
@media ((min-width: 960px) and (max-width: 1920px)) {
  .cta_btn {
    width: 163.28px;
    top: 94px;
    left: 58.6927083333%;
  }
}
@media (min-width: 1920px) {
  .cta_btn {
    width: 17.0083333333%;
    top: 37.9032258065%;
    left: 54.3463541667%;
  }
  .cta_btn picture {
    display: initial;
  }
}

@media (max-width: 960px) {
  .closing_background {
    background-image: url("../assets/images/mobile/closing_background_sp.png");
  }
}
@media ((min-width: 960px) and (max-width: 1920px)) {
  .closing_background {
    background-image: url("../assets/images/pc/closing_background.png");
    height: 852px;
  }
}
@media (min-width: 1920px) {
  .closing_background {
    background-image: url("../assets/images/pc/closing_background.png");
    min-height: 44.375vw;
  }
}

.closing_btn {
  position: absolute;
  width: 25.1967592593%;
  top: 75.117370892%;
  left: 65.0393518519%;
}
@media ((min-width: 960px) and (max-width: 1920px)) {
  .closing_btn {
    width: 163.28px;
    top: 618px;
    left: 58.6927083333%;
  }
}
@media (min-width: 1920px) {
  .closing_btn {
    width: 17.0083333333%;
    top: 72.5352112676%;
    left: 54.3463541667%;
  }
  .closing_btn picture {
    display: initial;
  }
}/*# sourceMappingURL=style.css.map */