@charset "UTF-8";
/*----------------------------------------------

  FUNCTIONS

----------------------------------------------*/
/*----------------------------------------------

  VARIABLE

----------------------------------------------*/
:root {
  --base-font-color: #58524B;
  --key-color: #9F2220;
  --gutter: 20;
  --container-width: 800;
  --base-font-size: 20;
}

/*----------------------------------------------

  FOUNDATION

----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

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

svg {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover img {
  opacity: 1;
}
a:hover {
  outline: none;
  color: inherit;
}

a[target=_blank]:after {
  display: none;
}

b,
strong {
  font-weight: bold;
}

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

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------
   BASE
---------------------------------------*/
body {
  font-family: "Roboto", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: var(--base-font-color);
  background-color: #fff;
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
  line-height: 2;
  word-break: keep-all;
  position: relative;
  background-color: #ffffff;
  background-image: url("../../assets/images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}

/*----------------------------------------------

  LAYOUT

----------------------------------------------*/
.l-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: soft-light;
}

/*---------------------------------------
   l-contents-wrap
---------------------------------------*/
.l-contents-wrap {
  position: relative;
  z-index: 1;
}

/*---------------------------------------
   l-container
---------------------------------------*/
.l-container {
  width: 100%;
  max-width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
   l-header
---------------------------------------*/
.l-header__container {
  padding-top:  min(calc(42 / 375 * 100vw), 42px);
  padding-left:  min(calc(20 / 375 * 100vw), 50px);
}
.l-header__logo {
  width: min(calc(103 / 375 * 100vw), 149px);
}

/*---------------------------------------
   p-content
---------------------------------------*/
.p-content .copy {
  width: 100%;
  max-width: min(calc(368 / 375 * 100vw), 368px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-content .copy {
    max-width: min(calc(579 / 375 * 100vw), 579px);
  }
}
@media (min-width: 992px) {
  .p-content .copy {
    max-width: min(calc(817 / 375 * 100vw), 817px);
  }
}
.p-content .copy img {
  width: 100%;
  height: auto;
}
.p-content .conversion {
  width: 100%;
  max-width: min(calc(311 / 375 * 100vw), 311px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:  min(calc(20 / 375 * 100vw), 20px);
  margin-top:  min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 768px) {
  .p-content .conversion {
    max-width: min(calc(445 / 375 * 100vw), 445px);
  }
}
@media (min-width: 1400px) {
  .p-content .conversion {
    position: relative;
    left: 315px;
  }
}
.p-content .conversion .button {
  width: min(calc(311 / 375 * 100vw), 311px);
  height: min(calc(90 / 375 * 100vw), 90px);
  background-image: url("../../assets/images/button.png");
  background-size: 287px 74px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: min(calc(40 / 375 * 100vw), 40px);
  font-size: min(calc(20 / 375 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
}
.p-content .conversion .button:hover {
  background-image: url("../../assets/images/button_hv.png");
  background-size: 311px 90px;
  color: #D0E4FF;
}
.p-content .conversion .qr {
  display: none;
}
@media (min-width: 768px) {
  .p-content .conversion .qr {
    display: block;
    width: min(calc(87 / 375 * 100vw), 87px);
    height: min(calc(87 / 375 * 100vw), 87px);
  }
  .p-content .conversion .qr img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=theme.css.map */