@charset "UTF-8";
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
/* Slider */
/* line 3, app/assets/stylesheets/lib/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/lib/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/lib/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, app/assets/stylesheets/lib/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, app/assets/stylesheets/lib/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/lib/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/lib/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/lib/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/lib/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/lib/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, app/assets/stylesheets/lib/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, app/assets/stylesheets/lib/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, app/assets/stylesheets/lib/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, app/assets/stylesheets/lib/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/lib/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, app/assets/stylesheets/lib/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/lib/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, app/assets/stylesheets/lib/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
/* line 63, app/assets/stylesheets/lib/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 89, app/assets/stylesheets/lib/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, app/assets/stylesheets/lib/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, app/assets/stylesheets/lib/slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 105, app/assets/stylesheets/lib/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, app/assets/stylesheets/lib/slick-theme.scss */
.slick-prev:before {
  content: "←";
}

/* line 111, app/assets/stylesheets/lib/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, app/assets/stylesheets/lib/slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 119, app/assets/stylesheets/lib/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, app/assets/stylesheets/lib/slick-theme.scss */
.slick-next:before {
  content: "→";
}

/* line 125, app/assets/stylesheets/lib/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 168, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, app/assets/stylesheets/lib/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# 基本設定
--------------------------------------------------------------*/
/* line 6, app/assets/stylesheets/module/_base.scss */
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 12, app/assets/stylesheets/module/_base.scss */
*::before,
*::after {
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/module/_base.scss */
html {
  font-size: 62.5%;
}

/* line 21, app/assets/stylesheets/module/_base.scss */
body {
  margin: 0;
  padding: 90px 0 0 0;
  overflow-x: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 897px) {
  /* line 21, app/assets/stylesheets/module/_base.scss */
  body {
    font-size: 4.267vw;
    padding: 0;
  }
}

/* line 36, app/assets/stylesheets/module/_base.scss */
body.home-store, body.home-store_lp {
  padding: 0;
}

/* line 41, app/assets/stylesheets/module/_base.scss */
body.home-lp7, body.home-lp7_1, body.home-lp7_2, body.home-lp10, body.home-lp10_1, body.home-lp11 {
  min-height: 100vh;
  background-image: linear-gradient(90deg, rgba(185, 139, 188, 0.2), rgba(185, 225, 247, 0.2)), url(/assets/chat/chat_background-0fa75705c1f96641ddc8b7235e62e505892b00df59ae3ba5d417ca5b114f98ed.png);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 897px) {
  /* line 41, app/assets/stylesheets/module/_base.scss */
  body.home-lp7, body.home-lp7_1, body.home-lp7_2, body.home-lp10, body.home-lp10_1, body.home-lp11 {
    background-size: contain, contain;
    background-repeat: no-repeat, repeat-y;
  }
}

/* line 59, app/assets/stylesheets/module/_base.scss */
body.home-lp7_1, body.home-lp10_1 {
  background-image: linear-gradient(90deg, rgba(185, 139, 188, 0.2), rgba(185, 225, 247, 0.2)), url(/assets/chat/chat_background-2-6ca7c39b1453710c30388f869aefd83a5738986804320d833e0512305c250787.jpg);
}

/* line 64, app/assets/stylesheets/module/_base.scss */
body.home-thanks {
  background-color: linear-gradient(90deg, #b98bbc, #b9e1f7);
}

/* line 69, app/assets/stylesheets/module/_base.scss */
a {
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/module/_base.scss */
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity .2s;
}

/* line 83, app/assets/stylesheets/module/_base.scss */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f4e7ff;
}

/* line 89, app/assets/stylesheets/module/_base.scss */
body.article .wrapper, body.store .wrapper {
  background: #fafafa;
}

/* line 95, app/assets/stylesheets/module/_base.scss */
p > em {
  font-style: normal;
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/module/_base.scss */
#content {
  min-height: calc(100vh - 380px);
}

/* line 103, app/assets/stylesheets/module/_base.scss */
#content.fixed {
  padding-top: 50px;
}

/* line 108, app/assets/stylesheets/module/_base.scss */
.container {
  width: 1000px;
  margin: 0 auto;
}

/* line 112, app/assets/stylesheets/module/_base.scss */
.companies-index .container {
  max-width: 1240px;
  width: 100%;
}

/* line 117, app/assets/stylesheets/module/_base.scss */
.companies-show .container {
  max-width: 720px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 122, app/assets/stylesheets/module/_base.scss */
  .column .container {
    padding: 5vw 5vw 0;
  }
}

@media screen and (max-width: 897px) {
  /* line 108, app/assets/stylesheets/module/_base.scss */
  .container {
    width: 100%;
    padding: 0 5vw;
  }
}

/* line 135, app/assets/stylesheets/module/_base.scss */
.breadcrumb {
  min-height: 50px;
  margin: 0 auto;
  padding: 0;
  color: #27272a;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 135, app/assets/stylesheets/module/_base.scss */
  .breadcrumb {
    padding: 1em 0;
    font-size: 3.5vw;
  }
}

/* line 149, app/assets/stylesheets/module/_base.scss */
.breadcrumb a {
  color: #337ab7;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 0.3em;
}

@media screen and (min-width: 1025px) {
  /* line 149, app/assets/stylesheets/module/_base.scss */
  .breadcrumb a {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .breadcrumb a:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .breadcrumb a:hover img {
    opacity: 1;
  }
}

/* line 156, app/assets/stylesheets/module/_base.scss */
.breadcrumb a:not(:first-child) {
  margin-left: 0.3em;
}

/* line 161, app/assets/stylesheets/module/_base.scss */
.breadcrumb .current {
  margin-left: 0.3em;
}

/* line 165, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb, .columns-index .breadcrumb, .columns-show .breadcrumb, .columns-category .breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 64px;
}

/* line 173, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb a, .columns-index .breadcrumb a, .columns-show .breadcrumb a, .columns-category .breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

/* line 178, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb a:hover, .columns-index .breadcrumb a:hover, .columns-show .breadcrumb a:hover, .columns-category .breadcrumb a:hover {
  text-decoration: underline;
}

/* line 183, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb .current, .columns-index .breadcrumb .current, .columns-show .breadcrumb .current, .columns-category .breadcrumb .current {
  color: #BB8DBE;
  font-weight: bold;
}

/* line 192, app/assets/stylesheets/module/_base.scss */
.companies-index #main {
  background: #f2f2f2;
  padding: 50px 0;
}

@media screen and (max-width: 897px) {
  /* line 198, app/assets/stylesheets/module/_base.scss */
  .view--pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  /* line 204, app/assets/stylesheets/module/_base.scss */
  .view--sp {
    display: none !important;
  }
}

@keyframes blink {
  0% {
    border-color: #ff0000;
  }
  50% {
    border-color: #ff0000;
  }
  51% {
    border-color: transparent;
  }
  100% {
    border-color: transparent;
  }
}

/* line 21, app/assets/stylesheets/module/_form.scss */
.topForm-sp__header {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

/* line 26, app/assets/stylesheets/module/_form.scss */
.topForm-sp__header img {
  vertical-align: text-bottom;
  width: 5rem;
  margin: 0 0.5rem 0.15rem 0;
}

@media screen and (max-width: 897px) {
  /* line 21, app/assets/stylesheets/module/_form.scss */
  .topForm-sp__header {
    max-width: 100%;
  }
  /* line 35, app/assets/stylesheets/module/_form.scss */
  .topForm-sp__header img {
    width: 15.33vw;
    margin: 0 0.5rem;
  }
}

/* line 42, app/assets/stylesheets/module/_form.scss */
.topForm-sp__prologue {
  position: relative;
  display: block;
  margin: auto 0;
  padding: 1em 0;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 897px) {
  /* line 42, app/assets/stylesheets/module/_form.scss */
  .topForm-sp__prologue {
    margin-bottom: 0;
    color: #000;
    font-size: 8.5vw;
    padding-top: 0;
    padding-bottom: 1.5rem;
    letter-spacing: -0.08rem;
    line-height: 1.7;
  }
  /* line 63, app/assets/stylesheets/module/_form.scss */
  .topForm-sp__prologue span {
    color: #F54E6E;
  }
}

/* line 68, app/assets/stylesheets/module/_form.scss */
.topForm-sp__prologue::after {
  position: absolute;
  top: 77%;
  left: 50%;
  width: 100vw;
  height: 400px;
  transform: translate(-50%, -50%);
  background: #BB8DBE;
  content: "";
  z-index: -100;
}

@media screen and (max-width: 897px) {
  /* line 68, app/assets/stylesheets/module/_form.scss */
  .topForm-sp__prologue::after {
    display: none;
  }
}

@media screen and (max-width: 897px) {
  /* line 86, app/assets/stylesheets/module/_form.scss */
  .topForm {
    margin-bottom: 10vw;
  }
}

/* line 92, app/assets/stylesheets/module/_form.scss */
.topForm__header {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

/* line 97, app/assets/stylesheets/module/_form.scss */
.topForm__header img {
  vertical-align: text-bottom;
  width: 5rem;
  margin: 0 0.5rem 0.15rem 0;
}

@media screen and (max-width: 897px) {
  /* line 92, app/assets/stylesheets/module/_form.scss */
  .topForm__header {
    max-width: 100%;
    background-color: #BB8DBE;
    border-top: 3px solid #000;
  }
  /* line 108, app/assets/stylesheets/module/_form.scss */
  .topForm__header img {
    width: 6.33vw;
  }
}

/* line 114, app/assets/stylesheets/module/_form.scss */
.topForm__prologue {
  position: relative;
  display: block;
  margin: auto 0;
  padding: 1em 0;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 897px) {
  /* line 114, app/assets/stylesheets/module/_form.scss */
  .topForm__prologue {
    margin-bottom: 0;
    font-size: 5vw;
  }
}

/* line 131, app/assets/stylesheets/module/_form.scss */
.topForm__prologue::after {
  position: absolute;
  top: 77%;
  left: 50%;
  width: 100vw;
  height: 400px;
  transform: translate(-50%, -50%);
  background: #BB8DBE;
  content: "";
  z-index: -100;
}

@media screen and (max-width: 897px) {
  /* line 131, app/assets/stylesheets/module/_form.scss */
  .topForm__prologue::after {
    display: none;
  }
}

/* line 148, app/assets/stylesheets/module/_form.scss */
.topForm__prologue-acc {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0 0.6em;
  color: #000;
  background: #ffde35;
  line-height: 1.5;
}

/* line 158, app/assets/stylesheets/module/_form.scss */
.topForm__btn {
  font-size: 3rem;
  margin: 1.5em auto;
  padding: 0;
}

@media screen and (max-width: 897px) {
  /* line 158, app/assets/stylesheets/module/_form.scss */
  .topForm__btn {
    font-size: 6.4vw;
    margin: 10vw auto 0;
  }
}

/* line 169, app/assets/stylesheets/module/_form.scss */
.topForm__submit {
  margin: 3em auto 5em;
}

@media screen and (max-width: 897px) {
  /* line 169, app/assets/stylesheets/module/_form.scss */
  .topForm__submit {
    margin: 2em auto 3em;
  }
}

/* line 180, app/assets/stylesheets/module/_form.scss */
.form__cnt {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 16px #aaaaaa75;
}

@media screen and (max-width: 897px) {
  /* line 180, app/assets/stylesheets/module/_form.scss */
  .form__cnt {
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    margin: 0 -5vw;
  }
}

/* line 194, app/assets/stylesheets/module/_form.scss */
.form__row {
  display: flex;
  font-size: 2rem;
  border-top: 1px solid #000;
}

@media screen and (max-width: 897px) {
  /* line 194, app/assets/stylesheets/module/_form.scss */
  .form__row {
    display: block;
  }
}

/* line 203, app/assets/stylesheets/module/_form.scss */
.form__row:first-child {
  border-top: initial;
}

@media screen and (max-width: 897px) {
  /* line 203, app/assets/stylesheets/module/_form.scss */
  .form__row:first-child {
    border-top: 1px solid #000;
  }
}

/* line 212, app/assets/stylesheets/module/_form.scss */
.form__row-ttl {
  position: relative;
  width: 16em;
  padding: 1em 3.5em 1em 1em;
  font-weight: bold;
  background: #fff;
}

@media screen and (max-width: 897px) {
  /* line 212, app/assets/stylesheets/module/_form.scss */
  .form__row-ttl {
    width: 100%;
    padding: 0.5em 0;
    font-size: 5vw;
    text-align: center;
    border-bottom: 1px solid #000;
  }
}

/* line 228, app/assets/stylesheets/module/_form.scss */
.form__row-required {
  position: absolute;
  top: 1.1em;
  right: 1em;
  padding: 0.1em 0.3em;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
  background: #F54E6E;
  border-radius: 100px;
}

@media screen and (max-width: 897px) {
  /* line 228, app/assets/stylesheets/module/_form.scss */
  .form__row-required {
    top: 0.7em;
    font-size: 4.733vw;
  }
}

/* line 247, app/assets/stylesheets/module/_form.scss */
.form__row-option {
  position: absolute;
  top: 1.1em;
  right: 1em;
  padding: 0.1em 0.3em;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
  background: #aaa;
  border-radius: 100px;
}

@media screen and (max-width: 897px) {
  /* line 247, app/assets/stylesheets/module/_form.scss */
  .form__row-option {
    top: 0.65em;
    font-size: 4.8vw;
  }
}

/* line 265, app/assets/stylesheets/module/_form.scss */
.form__row-supplement {
  font-size: 1.5rem;
}

/* line 268, app/assets/stylesheets/module/_form.scss */
.form__row-supplement i {
  vertical-align: bottom;
  margin-right: 0.3em;
  color: #F54E6E;
}

/* line 276, app/assets/stylesheets/module/_form.scss */
.form__row-cnt {
  width: calc(100% - 16em);
  margin: 0;
  padding: 1.1em 2em;
  background-color: #e8fcfc;
}

@media screen and (max-width: 897px) {
  /* line 276, app/assets/stylesheets/module/_form.scss */
  .form__row-cnt {
    width: 100%;
    padding: 5vw;
  }
}

/* line 288, app/assets/stylesheets/module/_form.scss */
.form__annotation {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}

/* line 294, app/assets/stylesheets/module/_form.scss */
.form__key-annotation {
  position: relative;
  margin: 0;
  padding-left: 1.5em;
  padding-top: 0.3em;
  font-size: 1.8rem;
}

@media screen and (max-width: 897px) {
  /* line 294, app/assets/stylesheets/module/_form.scss */
  .form__key-annotation {
    font-size: 3.5vw;
  }
}

/* line 305, app/assets/stylesheets/module/_form.scss */
.form__key-annotation::before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  content: "";
  background: url(/assets/icon/key_icon-85206323342491955a48323284f60715ee6272c601e7cfaf6db0c655f13eb9aa.svg) no-repeat;
}

/* line 317, app/assets/stylesheets/module/_form.scss */
.form__caption {
  margin: 0.5em 0;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 317, app/assets/stylesheets/module/_form.scss */
  .form__caption {
    font-size: 4.267vw;
  }
}

/* line 325, app/assets/stylesheets/module/_form.scss */
.form__caption:last-child {
  margin-bottom: 0;
}

/* line 329, app/assets/stylesheets/module/_form.scss */
.form__caption--bold {
  font-weight: bold;
}

/* line 333, app/assets/stylesheets/module/_form.scss */
.form__caption i {
  vertical-align: bottom;
  margin-right: 0.3em;
  color: #F54E6E;
}

/* line 339, app/assets/stylesheets/module/_form.scss */
.form__caption--cat {
  position: relative;
  margin-top: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 897px) {
  /* line 339, app/assets/stylesheets/module/_form.scss */
  .form__caption--cat {
    margin: 0 0 5vw;
    font-size: 3.8vw;
  }
}

/* line 351, app/assets/stylesheets/module/_form.scss */
.form__tel-caption {
  margin: 0.5em 0;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 351, app/assets/stylesheets/module/_form.scss */
  .form__tel-caption {
    font-size: 4.267vw;
  }
}

/* line 359, app/assets/stylesheets/module/_form.scss */
.form__tel-caption:last-child {
  margin-bottom: 0;
}

/* line 363, app/assets/stylesheets/module/_form.scss */
.form__tel-caption--bold {
  font-weight: bold;
}

/* line 367, app/assets/stylesheets/module/_form.scss */
.form__tel-caption i {
  vertical-align: bottom;
  margin-right: 0.3em;
  color: #F54E6E;
}

/* line 373, app/assets/stylesheets/module/_form.scss */
.form__tel-caption--cat {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 897px) {
  /* line 373, app/assets/stylesheets/module/_form.scss */
  .form__tel-caption--cat {
    font-size: 3.5vw;
  }
}

/* line 382, app/assets/stylesheets/module/_form.scss */
.form__tel-caption--cat:first-child {
  margin-top: 0;
}

/* line 387, app/assets/stylesheets/module/_form.scss */
.form__tel-caption--remark {
  position: relative;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 897px) {
  /* line 387, app/assets/stylesheets/module/_form.scss */
  .form__tel-caption--remark {
    font-size: 3.4vw;
  }
}

/* line 396, app/assets/stylesheets/module/_form.scss */
.form__tel-caption--remark:first-child {
  margin-top: 0;
}

/* line 401, app/assets/stylesheets/module/_form.scss */
.form__tel-caption__row-required {
  margin-left: 0.3em;
  padding: 0.1em 0.3em;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3;
  background: #F54E6E;
  border-radius: 100px;
}

@media screen and (max-width: 897px) {
  /* line 401, app/assets/stylesheets/module/_form.scss */
  .form__tel-caption__row-required {
    top: 0.7em;
    font-size: 3.7vw;
  }
}

/* line 417, app/assets/stylesheets/module/_form.scss */
.form__tel-caption__row-option {
  margin-left: 0.3em;
  padding: 0.1em 0.3em;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3;
  background: #aaa;
  border-radius: 100px;
}

@media screen and (max-width: 897px) {
  /* line 417, app/assets/stylesheets/module/_form.scss */
  .form__tel-caption__row-option {
    top: 0.65em;
    font-size: 3.7vw;
  }
}

/* line 435, app/assets/stylesheets/module/_form.scss */
.form-cat {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 897px) {
  /* line 435, app/assets/stylesheets/module/_form.scss */
  .form-cat {
    align-items: flex-start;
  }
}

/* line 445, app/assets/stylesheets/module/_form.scss */
.form-radio-list {
  width: calc(100% / 4 - 3%);
  margin-bottom: 20px;
}

/* line 453, app/assets/stylesheets/module/_form.scss */
.form-radio-list:not(:nth-child(4n)) {
  margin-right: 4%;
}

@media screen and (max-width: 897px) {
  /* line 445, app/assets/stylesheets/module/_form.scss */
  .form-radio-list {
    width: calc(100% / 3 - 3%);
    margin-bottom: 10px;
  }
  /* line 462, app/assets/stylesheets/module/_form.scss */
  .form-radio-list.form-more {
    width: 100%;
  }
  /* line 466, app/assets/stylesheets/module/_form.scss */
  .form-radio-list:not(:nth-child(4n)) {
    margin-right: 0;
  }
  /* line 470, app/assets/stylesheets/module/_form.scss */
  .form-radio-list:not(:nth-child(3n)) {
    margin-right: 4.5%;
  }
  /* line 475, app/assets/stylesheets/module/_form.scss */
  .form-radio-list:nth-child(4) {
    width: 100%;
    margin: 0;
  }
  /* line 480, app/assets/stylesheets/module/_form.scss */
  .form-radio-list .last-radio-item {
    height: 18vw;
  }
}

/* line 485, app/assets/stylesheets/module/_form.scss */
.form-radio-list [type="radio"] {
  display: none;
}

/* line 489, app/assets/stylesheets/module/_form.scss */
.form-radio-list__img {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #aaa;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  height: 130px;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 489, app/assets/stylesheets/module/_form.scss */
  .form-radio-list__img {
    padding: 1.3rem;
    height: 27.3vw;
  }
}

/* line 505, app/assets/stylesheets/module/_form.scss */
.form-radio-list__img img {
  max-height: 100%;
}

/* line 509, app/assets/stylesheets/module/_form.scss */
.form-radio-list__img.not-checked::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}

@media screen and (max-width: 897px) {
  /* line 509, app/assets/stylesheets/module/_form.scss */
  .form-radio-list__img.not-checked::before {
    border-radius: 8px;
    border-width: 3px;
  }
}

/* line 526, app/assets/stylesheets/module/_form.scss */
[type="radio"]:checked + .form-radio-list__img::before {
  animation: none;
}

/* line 530, app/assets/stylesheets/module/_form.scss */
[type="radio"]:checked + .form-radio-list__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: url(/assets/checked-f229c78c84cf9a7f7f2a93ec6f26bb3fa6105c9759f4e4a45c6c0679f9b94c25.svg) center/85% auto no-repeat, #fff;
  opacity: 0.6;
  content: "";
}

@media screen and (max-width: 897px) {
  /* line 544, app/assets/stylesheets/module/_form.scss */
  [type="radio"]:checked + .form-radio-list__img.last-radio-item::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    background: url(/assets/checked-f229c78c84cf9a7f7f2a93ec6f26bb3fa6105c9759f4e4a45c6c0679f9b94c25.svg) center/15% auto no-repeat, #fff;
    opacity: 0.6;
    content: "";
  }
  /* line 556, app/assets/stylesheets/module/_form.scss */
  .form-radio-list__img.last-radio-item p {
    font-size: 4vw;
    font-weight: bold;
  }
}

/* line 564, app/assets/stylesheets/module/_form.scss */
.form-radio-list__txt {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 897px) {
  /* line 564, app/assets/stylesheets/module/_form.scss */
  .form-radio-list__txt {
    font-size: 4vw;
  }
}

/* line 579, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part {
  width: calc(100% / 4 - 3%);
  margin-bottom: 20px;
}

/* line 587, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part:not(:nth-child(4n)) {
  margin-right: 4%;
}

@media screen and (max-width: 897px) {
  /* line 579, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part {
    width: calc(100% / 3 - 3%);
    margin-bottom: 10px;
  }
  /* line 596, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part.form-more {
    width: 100%;
  }
  /* line 600, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part:not(:nth-child(4n)) {
    margin-right: 0;
  }
  /* line 604, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part:not(:nth-child(3n)) {
    margin-right: 4.5%;
  }
}

/* line 610, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part [type="checkbox"] {
  display: none;
}

/* line 614, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part__img {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #aaa;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  height: 130px;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 614, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part__img {
    padding: 1.3rem;
    height: 27.3vw;
  }
}

/* line 630, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part__img img {
  max-height: 100%;
}

/* line 634, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part__img.not-checked::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}

@media screen and (max-width: 897px) {
  /* line 634, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part__img.not-checked::before {
    border-radius: 8px;
    border-width: 3px;
  }
}

/* line 651, app/assets/stylesheets/module/_form.scss */
[type="checkbox"]:checked + .form-checkbox-list-part__img::before {
  animation: none;
}

/* line 655, app/assets/stylesheets/module/_form.scss */
[type="checkbox"]:checked + .form-checkbox-list-part__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: url(/assets/checked-f229c78c84cf9a7f7f2a93ec6f26bb3fa6105c9759f4e4a45c6c0679f9b94c25.svg) center/85% auto no-repeat, #fff;
  opacity: 0.6;
  content: "";
}

/* line 668, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list-part__txt {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 897px) {
  /* line 668, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list-part__txt {
    font-size: 4vw;
  }
}

/* line 682, app/assets/stylesheets/module/_form.scss */
.form-text {
  position: relative;
}

/* line 686, app/assets/stylesheets/module/_form.scss */
.form-text textarea {
  width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px 10px 10px;
  color: inherit;
  font-size: 2rem;
  font-family: inherit;
  line-height: inherit;
  background: url(/assets/top/icon_valid_success-f5c1f11d7bc99a3eb57e6e058cbb407c3d67ce8587cb90d42f0ecc1160754f07.svg) no-repeat right 0.4em center/0 #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  appearance: none;
}

@media screen and (max-width: 897px) {
  /* line 686, app/assets/stylesheets/module/_form.scss */
  .form-text textarea {
    font-size: 4vw;
  }
}

/* line 705, app/assets/stylesheets/module/_form.scss */
.form-text.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: 7px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 719, app/assets/stylesheets/module/_form.scss */
.form-select {
  position: relative;
}

/* line 723, app/assets/stylesheets/module/_form.scss */
.form-select select {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 0 0 1em;
  color: inherit;
  font-size: 2rem;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  background-color: #fff;
  background-image: url(/assets/select_bg-1b5a9170249c533ca8c4f00e6f501423436bee88a5a6805ede341f18b59887ec.svg), url(/assets/top/icon_valid_success-f5c1f11d7bc99a3eb57e6e058cbb407c3d67ce8587cb90d42f0ecc1160754f07.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px 24px, 0;
  border: 1px solid #aaa;
  border-radius: 10px;
  appearance: none;
}

@media screen and (max-width: 897px) {
  /* line 723, app/assets/stylesheets/module/_form.scss */
  .form-select select {
    font-size: 4.333vw;
  }
}

/* line 749, app/assets/stylesheets/module/_form.scss */
.form-select.not-checked::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 763, app/assets/stylesheets/module/_form.scss */
.form-radio {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

/* line 769, app/assets/stylesheets/module/_form.scss */
.form-radio [type="radio"] {
  display: none;
}

/* line 773, app/assets/stylesheets/module/_form.scss */
.form-radio__txt {
  padding: 0.5em 0 0.5em 1.8em;
}

@media screen and (max-width: 897px) {
  /* line 773, app/assets/stylesheets/module/_form.scss */
  .form-radio__txt {
    padding-left: 2.2em;
    font-size: 5.333vw;
  }
}

@media screen and (max-width: 897px) {
  /* line 781, app/assets/stylesheets/module/_form.scss */
  .form-radio__txt small {
    display: block;
    padding: 0 0 0 2.7em;
    font-size: 3.7vw;
  }
}

/* line 791, app/assets/stylesheets/module/_form.scss */
.form-radio__checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border: 3px solid #aaa;
  border-radius: 100px;
  content: "";
}

/* line 804, app/assets/stylesheets/module/_form.scss */
.form-radio__checkbox.not-checked::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}

/* line 817, app/assets/stylesheets/module/_form.scss */
[type="radio"]:checked + .form-radio__checkbox::after {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(23%, -50%);
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #aaa;
  border-radius: 100px;
  content: "";
}

/* line 831, app/assets/stylesheets/module/_form.scss */
.form-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 897px) {
  /* line 831, app/assets/stylesheets/module/_form.scss */
  .form-address {
    position: relative;
  }
}

/* line 841, app/assets/stylesheets/module/_form.scss */
.form-address:last-child {
  margin-bottom: 0;
}

/* line 845, app/assets/stylesheets/module/_form.scss */
.form-address__ttl {
  width: 150px;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 845, app/assets/stylesheets/module/_form.scss */
  .form-address__ttl {
    width: 100%;
  }
}

/* line 855, app/assets/stylesheets/module/_form.scss */
.form-address__zip {
  position: relative;
  width: 220px;
  margin-right: auto;
}

@media screen and (max-width: 897px) {
  /* line 855, app/assets/stylesheets/module/_form.scss */
  .form-address__zip {
    width: 48%;
    margin-left: -1em;
  }
  /* line 864, app/assets/stylesheets/module/_form.scss */
  .form-address__zip .form-input {
    padding-left: 2em;
    padding-right: 5px;
  }
}

/* line 871, app/assets/stylesheets/module/_form.scss */
.form-address__mark {
  width: 30px;
  margin-left: -30px;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 897px) {
  /* line 871, app/assets/stylesheets/module/_form.scss */
  .form-address__mark {
    position: relative;
    left: 10px;
    margin-left: 0;
    width: 1em;
    z-index: 1;
  }
}

/* line 886, app/assets/stylesheets/module/_form.scss */
.form-address__find, .form-address__back {
  font-size: 1.6rem;
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 897px) {
  /* line 886, app/assets/stylesheets/module/_form.scss */
  .form-address__find, .form-address__back {
    font-size: 3.5vw;
  }
}

/* line 897, app/assets/stylesheets/module/_form.scss */
.form-address__back {
  display: none;
}

/* line 901, app/assets/stylesheets/module/_form.scss */
.form-address__cnt {
  flex: 1;
}

/* line 905, app/assets/stylesheets/module/_form.scss */
.form-address__label {
  display: none;
  width: 100%;
  margin: 20px 0 0 150px;
  font-size: 1em;
}

@media screen and (max-width: 897px) {
  /* line 905, app/assets/stylesheets/module/_form.scss */
  .form-address__label {
    margin: 20px 0 0;
    font-size: 5vw;
  }
}

/* line 917, app/assets/stylesheets/module/_form.scss */
.form-address__zip, .form-address__cnt {
  position: relative;
}

/* line 920, app/assets/stylesheets/module/_form.scss */
.form-address__zip.not-checked::before, .form-address__cnt.not-checked::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 935, app/assets/stylesheets/module/_form.scss */
.form-input {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  font-family: inherit;
  line-height: inherit;
  background: url(/assets/top/icon_valid_success-f5c1f11d7bc99a3eb57e6e058cbb407c3d67ce8587cb90d42f0ecc1160754f07.svg) no-repeat right 0.4em center/0 #fff;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  appearance: none;
}

@media screen and (max-width: 897px) {
  /* line 935, app/assets/stylesheets/module/_form.scss */
  .form-input {
    font-size: 4.333vw;
  }
}

/* line 956, app/assets/stylesheets/module/_form.scss */
.form-input:focus {
  outline: none;
}

/* line 961, app/assets/stylesheets/module/_form.scss */
.form-username {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 968, app/assets/stylesheets/module/_form.scss */
.form-username:first-child {
  margin-top: 0;
}

/* line 972, app/assets/stylesheets/module/_form.scss */
.form-username__ttl {
  width: 115px;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 972, app/assets/stylesheets/module/_form.scss */
  .form-username__ttl {
    width: 100%;
  }
}

/* line 982, app/assets/stylesheets/module/_form.scss */
.form-username__sei, .form-username__mei {
  position: relative;
  flex: 1;
  margin-right: 10px;
}

/* line 987, app/assets/stylesheets/module/_form.scss */
.form-username__sei.not-checked::before, .form-username__mei.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 1001, app/assets/stylesheets/module/_form.scss */
.form-username__company {
  position: relative;
  flex: 1;
}

/* line 1005, app/assets/stylesheets/module/_form.scss */
.form-username__company.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 1020, app/assets/stylesheets/module/_form.scss */
.form-userkana {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 1027, app/assets/stylesheets/module/_form.scss */
.form-userkana:first-child {
  margin-top: 0;
}

/* line 1031, app/assets/stylesheets/module/_form.scss */
.form-userkana__ttl {
  width: 115px;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 1031, app/assets/stylesheets/module/_form.scss */
  .form-userkana__ttl {
    width: 100%;
  }
}

/* line 1041, app/assets/stylesheets/module/_form.scss */
.form-userkana__sei, .form-userkana__mei {
  position: relative;
  flex: 1;
  margin-right: 10px;
}

/* line 1046, app/assets/stylesheets/module/_form.scss */
.form-userkana__sei.not-checked::before, .form-userkana__mei.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 1060, app/assets/stylesheets/module/_form.scss */
.form-userkana__company {
  position: relative;
  flex: 1;
}

/* line 1064, app/assets/stylesheets/module/_form.scss */
.form-userkana__company.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 1079, app/assets/stylesheets/module/_form.scss */
.form-tel {
  position: relative;
}

/* line 1082, app/assets/stylesheets/module/_form.scss */
.form-tel.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 1096, app/assets/stylesheets/module/_form.scss */
.form-email {
  position: relative;
}

/* line 1099, app/assets/stylesheets/module/_form.scss */
.form-email.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 12px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

/* line 1115, app/assets/stylesheets/module/_form.scss */
.form-group--inline .form-radio {
  display: inline-block;
  margin-right: 2em;
}

/* line 1121, app/assets/stylesheets/module/_form.scss */
.form-reason {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 897px) {
  /* line 1121, app/assets/stylesheets/module/_form.scss */
  .form-reason {
    align-items: flex-start;
  }
}

/* line 1131, app/assets/stylesheets/module/_form.scss */
.other-detail {
  margin-top: 2rem;
}

/* line 1134, app/assets/stylesheets/module/_form.scss */
.other-detail i {
  color: #F54E6E;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* line 1142, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list {
  width: 49%;
  margin-bottom: 5px;
  position: relative;
}

/* line 1147, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list:nth-child(2n - 1) {
  margin-right: 2%;
}

@media screen and (max-width: 897px) {
  /* line 1142, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list {
    width: 95%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 1156, app/assets/stylesheets/module/_form.scss */
  .form-checkbox-list.form-more {
    width: 100%;
  }
}

/* line 1161, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list [type="checkbox"] {
  display: none;
}

/* line 1165, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list__checkbox {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  border: 2px solid #aaa;
  border-radius: 5px;
  content: "";
}

/* line 1178, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list__checkbox.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 5px;
  border: 3px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}

/* line 1191, app/assets/stylesheets/module/_form.scss */
[type="checkbox"]:checked + .form-checkbox-list__checkbox::after {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: #39d300;
  border-radius: 5px;
  content: "";
}

/* line 1204, app/assets/stylesheets/module/_form.scss */
[type="checkbox"]:checked + .form-checkbox-list__checkbox::before {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 14px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: 50;
}

/* line 1218, app/assets/stylesheets/module/_form.scss */
.form-checkbox-list__txt {
  padding-left: 1.7em;
  font-size: 0.9em;
}

/* line 1224, app/assets/stylesheets/module/_form.scss */
.form-valid__error {
  position: relative;
}

/* line 1227, app/assets/stylesheets/module/_form.scss */
.form-valid__error:not(.not_error_display) select, .form-valid__error:not(.not_error_display) textarea, .form-valid__error:not(.not_error_display) [type="text"], .form-valid__error:not(.not_error_display) [type="tel"], .form-valid__error:not(.not_error_display) [type="email"], .form-valid__error:not(.not_error_display) [type="number"] {
  border-color: #e74c3c;
}

/* line 1236, app/assets/stylesheets/module/_form.scss */
.form-valid__error.form-group:not(.not_error_display) {
  outline: 2px solid #dc3545;
}

/* line 1240, app/assets/stylesheets/module/_form.scss */
.form-valid__error .form-error {
  position: absolute;
  bottom: calc(100% + 6px);
  margin: 0;
  padding: 0 0.5em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
  background: #e74c3c;
  border: 2px #c0392b solid;
  border-radius: 4px;
  opacity: 0.85;
}

/* line 1254, app/assets/stylesheets/module/_form.scss */
.form-valid__error .form-error::before {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-color: #e74c3c transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  content: "";
}

/* line 1266, app/assets/stylesheets/module/_form.scss */
.form-valid__error .form-error::after {
  position: absolute;
  top: 100%;
  left: 18px;
  width: 0;
  height: 0;
  border-color: #e74c3c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  content: "";
}

/* line 1280, app/assets/stylesheets/module/_form.scss */
.form-valid__error.not_error_display .form-error {
  display: none;
}

/* line 1288, app/assets/stylesheets/module/_form.scss */
.form-valid__success select {
  border-color: #39d300;
  background-size: 0, 30px 30px;
}

/* line 1293, app/assets/stylesheets/module/_form.scss */
.form-valid__success .form-input, .form-valid__success textarea {
  border-color: #39d300;
  background-size: 30px 30px;
}

/* line 1302, app/assets/stylesheets/module/_form.scss */
.agreement__check {
  display: block;
  margin-top: 1em;
  cursor: pointer;
  transition: .5s opacity;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 897px) {
  /* line 1302, app/assets/stylesheets/module/_form.scss */
  .agreement__check {
    font-size: 3.5vw;
  }
}

/* line 1315, app/assets/stylesheets/module/_form.scss */
.agreement [type="checkbox"] {
  display: none;
}

/* line 1319, app/assets/stylesheets/module/_form.scss */
.agreement__checkbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 2px solid #aaa;
  border-radius: 5px;
  content: "";
}

/* line 1331, app/assets/stylesheets/module/_form.scss */
.agreement__checkbox.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 5px;
  border: 3px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}

/* line 1344, app/assets/stylesheets/module/_form.scss */
[type="checkbox"]:checked + .agreement__checkbox::after {
  position: absolute;
  top: 50%;
  left: -12%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #BB8DBE;
  border-radius: 5px;
  content: "";
}

/* line 1357, app/assets/stylesheets/module/_form.scss */
[type="checkbox"]:checked + .agreement__checkbox::before {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 14px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: 50;
}

/* line 1372, app/assets/stylesheets/module/_form.scss */
.form__error {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2;
  white-space: nowrap;
  background: #e74c3c;
  border: 2px #c0392b solid;
  border-radius: 4px;
  opacity: 0.85;
}

/* line 1388, app/assets/stylesheets/module/_form.scss */
.form__error::before {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-color: #c0392b transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  content: "";
}

/* line 1400, app/assets/stylesheets/module/_form.scss */
.form__error::after {
  position: absolute;
  top: 100%;
  left: 18px;
  width: 0;
  height: 0;
  border-color: #e74c3c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  content: "";
}

/* line 1413, app/assets/stylesheets/module/_form.scss */
.privacy-note {
  margin-top: 16px;
  padding: 24px 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

@media screen and (max-width: 897px) {
  /* line 1413, app/assets/stylesheets/module/_form.scss */
  .privacy-note {
    margin-top: 0;
    font-size: 3vw;
    padding: 3em 0 0;
  }
}

/* line 1427, app/assets/stylesheets/module/_form.scss */
.privacy-note__link {
  color: #7b1fa2;
  text-decoration: underline;
  font-weight: 500;
}

/* line 1433, app/assets/stylesheets/module/_form.scss */
.privacy-note__muted {
  font-size: 12px;
  padding: 24px 16px 0;
}

@media screen and (max-width: 897px) {
  /* line 1433, app/assets/stylesheets/module/_form.scss */
  .privacy-note__muted {
    font-size: 2.7vw;
  }
}

/* line 1441, app/assets/stylesheets/module/_form.scss */
.privacy-note__muted .privacy-note__link {
  color: #9c27b0;
}

@media screen and (max-width: 897px) {
  /* line 1445, app/assets/stylesheets/module/_form.scss */
  .privacy-note__muted .privacy-note__text {
    width: 95%;
    margin: 0 auto;
  }
}

/* line 1, app/assets/stylesheets/module/_footer.scss */
.footer {
  background: linear-gradient(90deg, #A9E1F7, #BEA4D8);
  text-align: center;
  padding-top: 5rem;
  width: 100vw;
}

@media screen and (max-width: 897px) {
  /* line 1, app/assets/stylesheets/module/_footer.scss */
  .footer {
    padding: 7vw 0 0;
  }
}

/* line 11, app/assets/stylesheets/module/_footer.scss */
.footer__sub-ttl {
  margin-bottom: 1px;
  font-size: 1.5rem;
}

@media screen and (max-width: 897px) {
  /* line 11, app/assets/stylesheets/module/_footer.scss */
  .footer__sub-ttl {
    font-size: 3.5vw;
  }
}

/* line 21, app/assets/stylesheets/module/_footer.scss */
.footer__logo img {
  height: 6rem;
}

@media screen and (max-width: 897px) {
  /* line 21, app/assets/stylesheets/module/_footer.scss */
  .footer__logo img {
    width: 50%;
  }
}

/* line 30, app/assets/stylesheets/module/_footer.scss */
.footer__logo {
  text-align: center;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/module/_footer.scss */
.footer__logo .footer__logo-box {
  width: 280px;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
}

/* line 40, app/assets/stylesheets/module/_footer.scss */
.footer__logo .footer__logo-box .footer_logo {
  width: 100%;
}

/* line 44, app/assets/stylesheets/module/_footer.scss */
.footer__logo .footer__logo-box .footer_p_mark {
  position: absolute;
  bottom: 0;
  right: -4rem;
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width: 897px) {
  /* line 44, app/assets/stylesheets/module/_footer.scss */
  .footer__logo .footer__logo-box .footer_p_mark {
    right: -7rem;
  }
}

/* line 59, app/assets/stylesheets/module/_footer.scss */
.footer__nav {
  display: flex;
  justify-content: center;
  margin: 35px;
}

@media screen and (max-width: 897px) {
  /* line 59, app/assets/stylesheets/module/_footer.scss */
  .footer__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    list-style: none;
    border-top: 1px solid #000;
    margin: 10vw 0;
    padding-left: 0;
  }
}

/* line 75, app/assets/stylesheets/module/_footer.scss */
.footer__item:first-child {
  margin: 0;
}

/* line 79, app/assets/stylesheets/module/_footer.scss */
.footer__item {
  margin-left: 2em;
}

@media screen and (max-width: 897px) {
  /* line 79, app/assets/stylesheets/module/_footer.scss */
  .footer__item {
    width: 50%;
    margin-left: 0;
    height: 53px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

/* line 92, app/assets/stylesheets/module/_footer.scss */
.footer__link {
  color: #000;
  font-size: 1.3rem;
}

@media screen and (max-width: 897px) {
  /* line 92, app/assets/stylesheets/module/_footer.scss */
  .footer__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    background: #fff;
    border-bottom: 1px solid #000;
    height: 100%;
  }
  /* line 106, app/assets/stylesheets/module/_footer.scss */
  .footer__link:nth-child(odd) {
    border-right: 1px solid #000;
  }
  /* line 110, app/assets/stylesheets/module/_footer.scss */
  .footer__link::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.8em;
    height: 0.8em;
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg) translateY(-50%);
    content: "";
  }
}

/* line 124, app/assets/stylesheets/module/_footer.scss */
.footer__link:hover {
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/module/_footer.scss */
.footer__copy {
  margin-bottom: 5px;
}

/* line 136, app/assets/stylesheets/module/_footer.scss */
.popup {
  position: fixed;
  z-index: 67;
  right: 3vw;
  bottom: 3vh;
  display: none;
  max-width: 320px;
}

@media screen and (max-width: 480px) {
  /* line 136, app/assets/stylesheets/module/_footer.scss */
  .popup {
    position: fixed;
    z-index: 67;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 100%;
  }
}

/* line 153, app/assets/stylesheets/module/_footer.scss */
.popup__close {
  position: absolute;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 167, app/assets/stylesheets/module/_footer.scss */
.popup img {
  border: 3px solid #fff;
}

@media screen and (max-width: 480px) {
  /* line 167, app/assets/stylesheets/module/_footer.scss */
  .popup img {
    border: none;
  }
}

/* line 177, app/assets/stylesheets/module/_footer.scss */
.chat-popup {
  position: fixed;
  z-index: 67;
  right: 3vw;
  bottom: 3vh;
  display: none;
  max-width: 320px;
}

@media screen and (max-width: 480px) {
  /* line 177, app/assets/stylesheets/module/_footer.scss */
  .chat-popup {
    position: fixed;
    z-index: 67;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 100%;
  }
}

/* line 194, app/assets/stylesheets/module/_footer.scss */
.chat-popup__close {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 208, app/assets/stylesheets/module/_footer.scss */
.chat-popup img {
  border: 3px solid #fff;
}

@media screen and (max-width: 480px) {
  /* line 208, app/assets/stylesheets/module/_footer.scss */
  .chat-popup img {
    border: none;
  }
}

@font-face {
  font-family: 'Gill Sans Light';
  src: url(/assets/fonts/gillsans-light.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 300;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-SemiBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/LINE/LINESeedJP_OTF_Rg.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/LINE/LINESeedJP_OTF_Bd.woff2) format("woff2");
}

/* line 3, app/assets/stylesheets/components/_btn.scss */
.cBtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 3em;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.4rem;
  max-width: 600px;
  background: #fff;
  border: 3px solid #F54E6E;
  border-radius: 100px;
  background-image: linear-gradient(30deg, #f54e6e3d 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 800ms ease-in-out;
}

/* line 26, app/assets/stylesheets/components/_btn.scss */
.cBtn__btn:hover {
  background-position: 0;
}

@media screen and (max-width: 897px) {
  /* line 3, app/assets/stylesheets/components/_btn.scss */
  .cBtn__btn {
    width: 90%;
    font-size: 4.7vw;
    height: 3em;
  }
}

/* line 37, app/assets/stylesheets/components/_btn.scss */
.cBtn__area-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  margin: 20px auto 10px;
  font-weight: bold;
  font-size: 18px;
  max-width: 600px;
  background: #fff;
  border: 3px solid #CC99CC;
  border-radius: 100px;
  height: 50px;
  background-image: linear-gradient(30deg, #f54e6e3d 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 800ms ease-in-out;
}

/* line 61, app/assets/stylesheets/components/_btn.scss */
.cBtn__area-btn:hover {
  background-position: 0;
}

@media screen and (max-width: 897px) {
  /* line 37, app/assets/stylesheets/components/_btn.scss */
  .cBtn__area-btn {
    width: 50%;
    font-size: 18px;
    height: 35px;
  }
}

/* line 72, app/assets/stylesheets/components/_btn.scss */
.cBtn__btn-let {
  color: #F54E6E;
}

/* line 76, app/assets/stylesheets/components/_btn.scss */
.cBtn__btn-txt {
  color: #000;
  margin-left: 0.7em;
}

/* line 81, app/assets/stylesheets/components/_btn.scss */
.cBtn__btn-icon {
  position: absolute;
  top: 1em;
  right: 0.5em;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/top/submit_btn_icon-1c363da55782207a0151fc27978d0c29e012e9a996a13eca35c2fa3e9ee75cce.svg) no-repeat;
  z-index: 56;
}

/* line 91, app/assets/stylesheets/components/_btn.scss */
.cBtn__submit {
  display: block;
  position: relative;
  width: 450px;
  height: 60px;
  text-align: center;
  border: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-color: #F54E6E;
  padding: 2px 0 0;
  box-shadow: 0 4px 0 #B83C55;
}

@media screen and (max-width: 897px) {
  /* line 91, app/assets/stylesheets/components/_btn.scss */
  .cBtn__submit {
    width: 80vw;
    font-size: 5vw;
  }
}

/* line 111, app/assets/stylesheets/components/_btn.scss */
.cBtn__submit::before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%);
  width: 0.7em;
  height: 0.7em;
  content: "";
  background: url(/assets/top/link_arrow-a7809efa5892053820c2b880989947693c2a09cb8872993496ae65d8966d065f.svg) no-repeat;
}

/* line 122, app/assets/stylesheets/components/_btn.scss */
.cBtn__submit:hover {
  opacity: 0.7;
}

/* line 126, app/assets/stylesheets/components/_btn.scss */
.cBtn__submit:disabled {
  opacity: 0.5;
}

/* line 131, app/assets/stylesheets/components/_btn.scss */
.cBtn__submit-let {
  color: yellow;
}

/* line 135, app/assets/stylesheets/components/_btn.scss */
.cBtn__submit-txt {
  color: #fff;
  margin-left: 0.7em;
}

/* line 1, app/assets/stylesheets/components/_loading.scss */
.loading {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 78;
}

/* line 11, app/assets/stylesheets/components/_loading.scss */
.loading .loading-wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 19, app/assets/stylesheets/components/_loading.scss */
.loading .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #FFF;
  left: 15%;
  transform-origin: 50%;
  animation: circle .5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}

/* line 46, app/assets/stylesheets/components/_loading.scss */
.loading .circle:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}

/* line 50, app/assets/stylesheets/components/_loading.scss */
.loading .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

/* line 55, app/assets/stylesheets/components/_loading.scss */
.loading .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: .7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: .4;
  }
}

/* line 82, app/assets/stylesheets/components/_loading.scss */
.loading .shadow:nth-child(4) {
  left: 45%;
  animation-delay: .2s;
}

/* line 86, app/assets/stylesheets/components/_loading.scss */
.loading .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

/* line 91, app/assets/stylesheets/components/_loading.scss */
.loading .loading-wrapper span {
  position: absolute;
  top: 75px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFF;
  left: 8%;
}

/* line 1, app/assets/stylesheets/projects/_store.scss */
body {
  font-family: "Helvetica", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* line 6, app/assets/stylesheets/projects/_store.scss */
.store-header {
  display: flex;
  align-items: center;
  height: 92px;
  padding: 13.8px 46px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 65;
}

/* line 17, app/assets/stylesheets/projects/_store.scss */
.store-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  /* line 6, app/assets/stylesheets/projects/_store.scss */
  .store-header {
    padding: 0 20px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 10px 0;
    position: fixed;
  }
}

/* line 34, app/assets/stylesheets/projects/_store.scss */
.header-logo {
  width: 240px;
  margin: 0;
}

@media screen and (max-width: 897px) {
  /* line 34, app/assets/stylesheets/projects/_store.scss */
  .header-logo {
    line-height: 1;
    width: 120px;
    text-align: center;
  }
}

/* line 44, app/assets/stylesheets/projects/_store.scss */
.header-logo__img {
  height: 100%;
}

/* line 50, app/assets/stylesheets/projects/_store.scss */
.header-nav__btn {
  color: #fff;
  padding: 9px 32px;
  border-radius: 100px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-right: 30px;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/projects/_store.scss */
.header-nav__btn:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 897px) {
  /* line 50, app/assets/stylesheets/projects/_store.scss */
  .header-nav__btn {
    margin-right: 0px;
    font-size: 3vw;
    white-space: nowrap;
  }
}

/* line 75, app/assets/stylesheets/projects/_store.scss */
.store-main {
  background-color: #F1EAF2;
}

/* line 79, app/assets/stylesheets/projects/_store.scss */
.store-mv {
  position: relative;
}

/* line 82, app/assets/stylesheets/projects/_store.scss */
.store-mv .store-mv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #B8A9D1;
  clip-path: polygon(62% 0, 100% 0%, 100% 100%, 49% 100%);
  z-index: 1;
}

@media screen and (max-width: 897px) {
  /* line 82, app/assets/stylesheets/projects/_store.scss */
  .store-mv .store-mv-bg {
    clip-path: polygon(100% 0, 100% 38%, 100% 100%, 0 100%, 0 28%);
  }
}

/* line 95, app/assets/stylesheets/projects/_store.scss */
.store-mv .store-mv-box {
  display: flex;
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 55;
  justify-content: space-between;
  padding: 50px 0;
}

@media screen and (max-width: 897px) {
  /* line 95, app/assets/stylesheets/projects/_store.scss */
  .store-mv .store-mv-box {
    display: block;
    width: 100%;
    padding: 70px 0 50px;
  }
}

/* line 112, app/assets/stylesheets/projects/_store.scss */
.store-mv .store-mv-box .promo-content {
  padding: 29px 0 87px;
  width: 50%;
  height: 100%;
}

/* line 118, app/assets/stylesheets/projects/_store.scss */
.store-mv .store-mv-box__img-box {
  display: block;
  width: 100%;
}

/* line 123, app/assets/stylesheets/projects/_store.scss */
.store-mv .store-mv-box .promo-content-mobile {
  width: 100%;
  padding: 20px 20px 0px;
}

/* line 128, app/assets/stylesheets/projects/_store.scss */
.store-mv .store-mv-box .from-container {
  width: 489px;
  height: 100%;
}

@media screen and (max-width: 897px) {
  /* line 128, app/assets/stylesheets/projects/_store.scss */
  .store-mv .store-mv-box .from-container {
    width: 100%;
    padding: 30px 20px 39px;
  }
}

/* line 140, app/assets/stylesheets/projects/_store.scss */
.store-form {
  padding: 30px 30px;
  border-radius: 10px;
  background-color: #FFF;
}

@media screen and (max-width: 897px) {
  /* line 140, app/assets/stylesheets/projects/_store.scss */
  .store-form {
    padding: 20px;
  }
}

/* line 150, app/assets/stylesheets/projects/_store.scss */
.store-form__input:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 897px) {
  /* line 155, app/assets/stylesheets/projects/_store.scss */
  .store-form__input:not(:first-of-type) {
    margin-top: 15px;
  }
}

/* line 161, app/assets/stylesheets/projects/_store.scss */
.store-form input::placeholder {
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}

/* line 168, app/assets/stylesheets/projects/_store.scss */
.store-form__input-name {
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
}

/* line 175, app/assets/stylesheets/projects/_store.scss */
.store-form__require {
  margin-left: 10px;
  padding: 3px 10px;
  color: #46C3E6;
  font-size: 1.1rem;
  letter-spacing: 2px;
  border-radius: 3px;
  background: #E2F3FF;
}

/* line 185, app/assets/stylesheets/projects/_store.scss */
.store-form__check {
  display: flex;
  margin: 24px 0;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

@media screen and (max-width: 897px) {
  /* line 185, app/assets/stylesheets/projects/_store.scss */
  .store-form__check {
    margin: 20px 0;
  }
}

/* line 196, app/assets/stylesheets/projects/_store.scss */
.store-form input[type="text"],
.store-form input[type="tel"],
.store-form input[type="number"],
.store-form input[type="email"] {
  width: 100%;
  height: 35px;
  padding: 0 0.7em;
  font-weight: bold;
  font-size: 1.4rem;
  background: #e5eaf2;
  border: none;
  border-radius: 3px;
}

/* line 210, app/assets/stylesheets/projects/_store.scss */
.store-form__btn {
  display: block;
  width: 429px;
  padding: 18px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  background: #F54E6D;
  border-radius: 50px;
  border: none;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media screen and (max-width: 897px) {
  /* line 210, app/assets/stylesheets/projects/_store.scss */
  .store-form__btn {
    width: 100%;
    padding: 17px 10px;
    font-size: 6vw;
  }
}

/* line 232, app/assets/stylesheets/projects/_store.scss */
.store-form__highlight-txt {
  color: #fff;
}

@media screen and (max-width: 897px) {
  /* line 232, app/assets/stylesheets/projects/_store.scss */
  .store-form__highlight-txt {
    color: #FFDE35;
  }
}

/* line 240, app/assets/stylesheets/projects/_store.scss */
.store-form__btn-icon {
  position: absolute;
  right: 15px;
  height: 31px;
}

/* line 246, app/assets/stylesheets/projects/_store.scss */
.store-form__check {
  position: relative;
  cursor: pointer;
}

/* line 251, app/assets/stylesheets/projects/_store.scss */
.store-form__link {
  padding-left: 35px;
}

/* line 255, app/assets/stylesheets/projects/_store.scss */
.store-form__check-container {
  display: block;
}

/* line 259, app/assets/stylesheets/projects/_store.scss */
.store-form #agreement {
  position: absolute;
  opacity: 0;
}

/* line 264, app/assets/stylesheets/projects/_store.scss */
.store-form__custom-check {
  position: absolute;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

/* line 272, app/assets/stylesheets/projects/_store.scss */
.store-form__custom-check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4.5px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 285, app/assets/stylesheets/projects/_store.scss */
#agreement:checked + .store-form__custom-check {
  background-color: #61ce5b;
}

/* line 288, app/assets/stylesheets/projects/_store.scss */
#agreement:checked + .store-form__custom-check::after {
  display: block;
}

/* line 293, app/assets/stylesheets/projects/_store.scss */
.store-form__error {
  width: 100%;
  padding-left: 21px;
  color: #F85153;
  text-align: left;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  position: relative;
}

/* line 305, app/assets/stylesheets/projects/_store.scss */
.store-form__error::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/assets/store/from-caveat-icon-8289e8f3f6b2d0004a7459f5bcb47ee223e995757e129795e9cbb16a76a0caf8.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 410px;
}

@media screen and (max-width: 897px) {
  /* line 316, app/assets/stylesheets/projects/_store.scss */
  .store-form__error::before {
    left: 2px;
    top: -1px;
  }
}

/* line 323, app/assets/stylesheets/projects/_store.scss */
.store-form__campaign {
  text-align: center;
  margin-bottom: 12px;
}

/* line 329, app/assets/stylesheets/projects/_store.scss */
.store-pop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding-top: 183px;
  padding-bottom: 20vw;
}

@media screen and (max-width: 897px) {
  /* line 329, app/assets/stylesheets/projects/_store.scss */
  .store-pop {
    display: block;
    padding-top: 131px;
    padding-bottom: 40vw;
    height: 100%;
  }
}

/* line 344, app/assets/stylesheets/projects/_store.scss */
.store-pop__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 344, app/assets/stylesheets/projects/_store.scss */
  .store-pop__container {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 897px) {
  /* line 357, app/assets/stylesheets/projects/_store.scss */
  .store-pop__img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 897px) {
  /* line 366, app/assets/stylesheets/projects/_store.scss */
  .store-pop__desc {
    text-align: center;
  }
}

/* line 372, app/assets/stylesheets/projects/_store.scss */
.store-pop__explain {
  padding: 0 63px;
}

/* line 378, app/assets/stylesheets/projects/_store.scss */
.store-price__container {
  width: 100vw;
  position: relative;
  background: linear-gradient(to bottom, white 50%, #F1EAF2 50%);
}

/* line 384, app/assets/stylesheets/projects/_store.scss */
.store-price__free {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -8%;
  max-width: 1100px;
  width: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 897px) {
  /* line 384, app/assets/stylesheets/projects/_store.scss */
  .store-price__free {
    display: block;
    position: absolute;
    top: 200px;
    z-index: 55;
    max-width: none;
    top: -7%;
    width: 100%;
    height: auto;
  }
}

/* line 406, app/assets/stylesheets/projects/_store.scss */
.store-price__free-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 380px 0 255px;
  width: 100vw;
  background-image: url(/assets/store/shop-price-bg-img-1854f1f4ff4f79299db48d2715ad3a7b48ea5197330f76e1887a54adfb4e4d4a.svg);
  background-size: 1973px;
  background-position: center -40px;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

@media screen and (max-width: 897px) {
  /* line 406, app/assets/stylesheets/projects/_store.scss */
  .store-price__free-detail {
    display: block;
    padding: 160vw 20px 20vw;
    background-size: cover;
    background-position: center;
  }
}

/* line 426, app/assets/stylesheets/projects/_store.scss */
.store-price__feature-content {
  display: block;
  align-items: center;
  justify-content: center;
  max-width: 530px;
  width: 100%;
  z-index: 55;
}

@media screen and (max-width: 897px) {
  /* line 426, app/assets/stylesheets/projects/_store.scss */
  .store-price__feature-content {
    display: block;
  }
}

/* line 439, app/assets/stylesheets/projects/_store.scss */
.store-price__txt {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
}

@media screen and (max-width: 897px) {
  /* line 439, app/assets/stylesheets/projects/_store.scss */
  .store-price__txt {
    color: #333;
    line-height: 200%;
    font-size: 3.5vw;
  }
}

/* line 453, app/assets/stylesheets/projects/_store.scss */
.store-price__feature-img {
  max-width: 651px;
  width: 100%;
  z-index: 55;
}

@media screen and (max-width: 897px) {
  /* line 453, app/assets/stylesheets/projects/_store.scss */
  .store-price__feature-img {
    width: auto;
  }
}

/* line 464, app/assets/stylesheets/projects/_store.scss */
.store-feature {
  padding: 70px 120px 155px;
}

@media screen and (max-width: 897px) {
  /* line 464, app/assets/stylesheets/projects/_store.scss */
  .store-feature {
    padding: 50px 0 70px;
  }
}

/* line 471, app/assets/stylesheets/projects/_store.scss */
.store-feature__container {
  display: block;
  width: 100%;
  padding: 80px;
  background-color: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 897px) {
  /* line 471, app/assets/stylesheets/projects/_store.scss */
  .store-feature__container {
    padding: 55px 20px;
  }
}

/* line 483, app/assets/stylesheets/projects/_store.scss */
.store-feature__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 897px) {
  /* line 483, app/assets/stylesheets/projects/_store.scss */
  .store-feature__header {
    margin-bottom: 60px;
  }
}

/* line 494, app/assets/stylesheets/projects/_store.scss */
.store-feature__header-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BB8DBE;
  font-family: Futura;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* line 507, app/assets/stylesheets/projects/_store.scss */
.store-feature__header-ttl {
  margin: 0;
}

/* line 511, app/assets/stylesheets/projects/_store.scss */
.store-feature__header-ttl-name, .store-feature__header-ttl-description {
  color: #BB8DBE;
  font-size: 3.5rem;
  font-style: normal;
  line-height: normal;
}

@media screen and (max-width: 897px) {
  /* line 511, app/assets/stylesheets/projects/_store.scss */
  .store-feature__header-ttl-name, .store-feature__header-ttl-description {
    font-size: 8vw;
  }
}

/* line 523, app/assets/stylesheets/projects/_store.scss */
.store-feature__header-ttl-name {
  font-family: Futura;
  font-weight: 500;
}

/* line 528, app/assets/stylesheets/projects/_store.scss */
.store-feature__header-ttl-description {
  font-weight: 700;
}

/* line 532, app/assets/stylesheets/projects/_store.scss */
.store-feature__contents {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

/* line 538, app/assets/stylesheets/projects/_store.scss */
.store-feature__feature-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #333;
  max-width: 1040px;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 538, app/assets/stylesheets/projects/_store.scss */
  .store-feature__feature-box {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/* line 554, app/assets/stylesheets/projects/_store.scss */
.store-feature__feature-box:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

/* line 561, app/assets/stylesheets/projects/_store.scss */
.store-feature__feature-content-left, .store-feature__feature-content-rigth {
  max-width: 470px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 561, app/assets/stylesheets/projects/_store.scss */
  .store-feature__feature-content-left, .store-feature__feature-content-rigth {
    width: 100%;
  }
}

/* line 571, app/assets/stylesheets/projects/_store.scss */
.store-feature__suppl-img-left, .store-feature__suppl-img-rigth {
  max-width: 512px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 571, app/assets/stylesheets/projects/_store.scss */
  .store-feature__suppl-img-left, .store-feature__suppl-img-rigth {
    width: 100%;
  }
}

/* line 581, app/assets/stylesheets/projects/_store.scss */
.store-feature__feature-content-rigth, .store-feature__suppl-img-rigth {
  order: 2;
}

@media screen and (max-width: 897px) {
  /* line 586, app/assets/stylesheets/projects/_store.scss */
  .store-feature__icon-img {
    text-align: center;
  }
}

/* line 592, app/assets/stylesheets/projects/_store.scss */
.store-feature__point-txt {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

@media screen and (max-width: 897px) {
  /* line 592, app/assets/stylesheets/projects/_store.scss */
  .store-feature__point-txt {
    width: 100%;
    font-size: 5vw;
    line-height: 35px;
    text-align: center;
  }
}

/* line 606, app/assets/stylesheets/projects/_store.scss */
.store-feature__point-detail {
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
}

@media screen and (max-width: 897px) {
  /* line 606, app/assets/stylesheets/projects/_store.scss */
  .store-feature__point-detail {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}

/* line 619, app/assets/stylesheets/projects/_store.scss */
.store-process {
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 897px) {
  /* line 619, app/assets/stylesheets/projects/_store.scss */
  .store-process {
    padding: 50px 20px 20px;
  }
}

/* line 627, app/assets/stylesheets/projects/_store.scss */
.store-process__container {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

/* line 634, app/assets/stylesheets/projects/_store.scss */
.store-process__header {
  margin-bottom: 79px;
}

/* line 638, app/assets/stylesheets/projects/_store.scss */
.store-process__header-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BB8DBE;
  font-family: Futura;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* line 651, app/assets/stylesheets/projects/_store.scss */
.store-process__header-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #BB8DBE;
  font-size: 3.5rem;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
}

@media screen and (max-width: 897px) {
  /* line 651, app/assets/stylesheets/projects/_store.scss */
  .store-process__header-ttl {
    text-align: center;
    line-height: 1.3em;
    font-size: 8vw;
  }
}

/* line 669, app/assets/stylesheets/projects/_store.scss */
.store-process__header-ttl-explan {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 0;
}

@media screen and (max-width: 897px) {
  /* line 669, app/assets/stylesheets/projects/_store.scss */
  .store-process__header-ttl-explan {
    font-size: 4vw;
    text-align: center;
  }
}

/* line 686, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-list {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 897px) {
  /* line 686, app/assets/stylesheets/projects/_store.scss */
  .store-process__flow-list {
    width: auto;
  }
}

/* line 697, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-ttl {
  margin: 0;
  font-size: 2.5rem;
}

@media screen and (max-width: 897px) {
  /* line 697, app/assets/stylesheets/projects/_store.scss */
  .store-process__flow-ttl {
    font-size: 4vw;
  }
}

/* line 705, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-icon {
  width: 81px;
  margin-right: 16px;
}

/* line 710, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-content {
  width: calc(100% - 81px - 16px);
}

/* line 714, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-bubble {
  padding: 16px 30px;
  border-radius: 10px;
  background: #F7F5EF;
}

/* line 720, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-bubble-txt {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 729, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 897px) {
  /* line 729, app/assets/stylesheets/projects/_store.scss */
  .store-process__flow-box {
    align-items: flex-start;
  }
}

/* line 739, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-box::after {
  content: '';
  position: absolute;
  top: 130px;
  left: 40px;
  height: 25px;
  width: 2px;
  background-image: url(/assets/store/flow-sign-bafbad195c722bceba287e0b1f55b605b6dafe9ecafdfd2e7ed6f71cecc0ef7b.svg);
  background-repeat: repeat-y;
  transform: translateY(-50%);
  background-size: 2px auto;
}

@media screen and (max-width: 897px) {
  /* line 739, app/assets/stylesheets/projects/_store.scss */
  .store-process__flow-box::after {
    top: 143px;
    left: 40px;
    height: 55px;
  }
}

/* line 758, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-box:last-of-type:after {
  display: none;
}

/* line 763, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-bubble {
  padding: 16px 30px;
  border-radius: 10px;
  background: #F7F5EF;
}

@media screen and (max-width: 897px) {
  /* line 763, app/assets/stylesheets/projects/_store.scss */
  .store-process__flow-bubble {
    padding: 16px 15px;
  }
}

/* line 773, app/assets/stylesheets/projects/_store.scss */
.store-process__flow-bubble-txt {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 897px) {
  /* line 773, app/assets/stylesheets/projects/_store.scss */
  .store-process__flow-bubble-txt {
    display: flex;
    align-items: center;
    height: 65px;
    font-size: 4vw;
  }
}

/* line 790, app/assets/stylesheets/projects/_store.scss */
.store-support {
  padding: 113px 0px 169px;
  overflow: hidden;
}

@media screen and (max-width: 897px) {
  /* line 790, app/assets/stylesheets/projects/_store.scss */
  .store-support {
    padding: 50px 20px 20px;
  }
}

/* line 798, app/assets/stylesheets/projects/_store.scss */
.store-support__message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 112px;
}

@media screen and (max-width: 897px) {
  /* line 798, app/assets/stylesheets/projects/_store.scss */
  .store-support__message {
    font-size: 5.5vw;
    line-height: 1.8;
    margin: 0 0 26px;
  }
}

/* line 817, app/assets/stylesheets/projects/_store.scss */
.store-support__card-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 897px) {
  /* line 817, app/assets/stylesheets/projects/_store.scss */
  .store-support__card-box {
    display: block;
    width: 100%;
  }
}

/* line 830, app/assets/stylesheets/projects/_store.scss */
.store-support__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((1200px - 60px) / 3);
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
}

@media screen and (max-width: 897px) {
  /* line 830, app/assets/stylesheets/projects/_store.scss */
  .store-support__card {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  /* line 844, app/assets/stylesheets/projects/_store.scss */
  .store-support__card:last-child {
    margin-bottom: 0px;
  }
}

/* line 850, app/assets/stylesheets/projects/_store.scss */
.store-support__card-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex: 1;
}

@media screen and (max-width: 897px) {
  /* line 850, app/assets/stylesheets/projects/_store.scss */
  .store-support__card-txt {
    margin-bottom: 15px;
    font-size: 6vw;
  }
}

/* line 868, app/assets/stylesheets/projects/_store.scss */
.store-support__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 897px) {
  /* line 868, app/assets/stylesheets/projects/_store.scss */
  .store-support__card-img {
    margin-top: 9vw;
  }
}

/* line 879, app/assets/stylesheets/projects/_store.scss */
.store-start {
  padding: 53px 0;
  background-color: #B8A9D1;
}

@media screen and (max-width: 897px) {
  /* line 879, app/assets/stylesheets/projects/_store.scss */
  .store-start {
    padding: 50px 20px;
  }
}

/* line 886, app/assets/stylesheets/projects/_store.scss */
.store-start__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  /* line 886, app/assets/stylesheets/projects/_store.scss */
  .store-start__container {
    display: block;
  }
}

/* line 899, app/assets/stylesheets/projects/_store.scss */
.store-start__content {
  width: 45%;
}

@media screen and (max-width: 897px) {
  /* line 899, app/assets/stylesheets/projects/_store.scss */
  .store-start__content {
    width: 100%;
  }
}

/* line 906, app/assets/stylesheets/projects/_store.scss */
.store-start__img {
  width: 50%;
}

@media screen and (max-width: 897px) {
  /* line 906, app/assets/stylesheets/projects/_store.scss */
  .store-start__img {
    width: 100%;
  }
}

/* line 913, app/assets/stylesheets/projects/_store.scss */
.store-start__ttl {
  margin: 0 auto;
  color: #FFF;
  font-size: 4.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 897px) {
  /* line 913, app/assets/stylesheets/projects/_store.scss */
  .store-start__ttl {
    font-size: 7vw;
    text-align: center;
  }
}

/* line 927, app/assets/stylesheets/projects/_store.scss */
.store-start__txt {
  color: #FFF;
  font-family: Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
}

@media screen and (max-width: 897px) {
  /* line 927, app/assets/stylesheets/projects/_store.scss */
  .store-start__txt {
    padding: 0px;
    line-height: 170%;
    font-size: 5vw;
  }
}

/* line 942, app/assets/stylesheets/projects/_store.scss */
.store-start__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 897px) {
  /* line 942, app/assets/stylesheets/projects/_store.scss */
  .store-start__btn {
    font-size: 4.2vw;
  }
}

/* line 956, app/assets/stylesheets/projects/_store.scss */
.store-start__btn a {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.88px;
  white-space: nowrap;
}

/* line 963, app/assets/stylesheets/projects/_store.scss */
.store-start__registration-btn {
  margin-top: 50px;
  width: 421px;
}

@media screen and (max-width: 897px) {
  /* line 963, app/assets/stylesheets/projects/_store.scss */
  .store-start__registration-btn {
    width: 100%;
  }
}

/* line 972, app/assets/stylesheets/projects/_store.scss */
.store-start__inquiry-btn {
  width: 536px;
}

@media screen and (max-width: 897px) {
  /* line 972, app/assets/stylesheets/projects/_store.scss */
  .store-start__inquiry-btn {
    width: 100%;
  }
}

/* line 980, app/assets/stylesheets/projects/_store.scss */
.store-start__link {
  width: 100%;
  padding: 15px 0 15px;
  background: #F54E6D;
  border-radius: 50px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 989, app/assets/stylesheets/projects/_store.scss */
.store-start__btn-icon {
  position: absolute;
  top: 5px;
  right: 15px;
}

@media screen and (max-width: 897px) {
  /* line 989, app/assets/stylesheets/projects/_store.scss */
  .store-start__btn-icon {
    top: 11px;
    right: 15px;
  }
}

/* line 1000, app/assets/stylesheets/projects/_store.scss */
.store-start__link-highlight {
  color: #FFFF1F;
}

/* line 1005, app/assets/stylesheets/projects/_store.scss */
.store-message {
  background-image: url(/assets/store/store-message-1cc66df8cabb28d437e0d457cf961a7de418e3a5f2b4b9585530600828d72511.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1011, app/assets/stylesheets/projects/_store.scss */
.store-message__container {
  padding: 101px 0 97px;
}

@media screen and (max-width: 897px) {
  /* line 1011, app/assets/stylesheets/projects/_store.scss */
  .store-message__container {
    padding: 50px 20px 20px;
  }
}

/* line 1019, app/assets/stylesheets/projects/_store.scss */
.store-message__ttl, .store-message__txt {
  text-align: center;
  color: #FFF;
  font-weight: 700;
}

@media screen and (max-width: 897px) {
  /* line 1019, app/assets/stylesheets/projects/_store.scss */
  .store-message__ttl, .store-message__txt {
    text-align: left;
  }
}

/* line 1029, app/assets/stylesheets/projects/_store.scss */
.store-message__ttl {
  font-size: 4rem;
  line-height: 50px;
}

@media screen and (max-width: 897px) {
  /* line 1029, app/assets/stylesheets/projects/_store.scss */
  .store-message__ttl {
    font-size: 4vw;
    line-height: 20px;
    margin: 0;
    line-height: 190%;
  }
}

/* line 1041, app/assets/stylesheets/projects/_store.scss */
.store-message__txt {
  font-size: 2rem;
  line-height: 230%;
}

@media screen and (max-width: 897px) {
  /* line 1041, app/assets/stylesheets/projects/_store.scss */
  .store-message__txt {
    font-size: 4vw;
    line-height: 20px;
    line-height: 190%;
  }
}

/* line 1057, app/assets/stylesheets/projects/_store.scss */
.color__blue {
  background-color: #46C3E6;
}

/* line 1061, app/assets/stylesheets/projects/_store.scss */
.color__red {
  background-color: #F57F96;
}
