
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
/* Slider */
.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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.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;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.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;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.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;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.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;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# 基本設定
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Arial", "メイリオ", "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;
  background-color: #cdeddf;
}
@media screen and (max-width: 897px) {
  body {
    font-size: 4.267vw;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.2s;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #cdeddf;
}
body.article .wrapper, body.store .wrapper {
  background: #fafafa;
}

p > em {
  font-style: normal;
  font-weight: bold;
}

#content {
  min-height: calc(100vh - 380px);
}
#content.fixed {
  padding-top: 50px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .container {
    width: 100%;
    padding: 0 5vw;
  }
}

.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) {
  .breadcrumb {
    padding: 1em 0;
    font-size: 3.5vw;
  }
}
.breadcrumb a {
  color: #337ab7;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 0.3em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb a {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  .breadcrumb a:hover {
    opacity: 0.7;
  }
  .breadcrumb a:hover img {
    opacity: 1;
  }
}
.breadcrumb a:not(:first-child) {
  margin-left: 0.3em;
}
.breadcrumb .current {
  margin-left: 0.3em;
}

@media screen and (max-width: 897px) {
  .view--pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  .view--sp {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# フォームスタイル
--------------------------------------------------------------*/
@keyframes blink {
  0% {
    border-color: #ff0000;
  }
  50% {
    border-color: #ff0000;
  }
  51% {
    border-color: transparent;
  }
  100% {
    border-color: transparent;
  }
}
.form {
  color: #000;
  overflow: hidden;
}
.form__cnt {
  background: #cdeddf;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
@media screen and (max-width: 897px) {
  .form__cnt {
    border-top: none;
  }
}
.form__row {
  display: flex;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form__row {
    display: block;
  }
}
.form__row:not(:last-child) {
  border-bottom: 1px solid #000;
}
.form__row2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form__row2 {
    font-size: 5.5vw;
  }
}
.form__row2 .form__row-cnt2 {
  font-size: 1.2vw;
}
.form__row-ttl {
  position: relative;
  width: 13em;
  padding: 1em 3.5em 1em 1em;
  font-weight: bold;
  border-right: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 897px) {
  .form__row-ttl {
    width: 100%;
    padding: 0.2em 0;
    font-size: 5.333vw;
    text-align: center;
    border-right: none;
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
  }
}
.form__row-required {
  position: absolute;
  top: 1.5em;
  right: 1em;
  padding: 0 0.3em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  background: #fa6e31;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .form__row-required {
    top: 0.6em;
    font-size: 4.733vw;
  }
}
.form__row-option {
  position: absolute;
  top: 1.5em;
  right: 1em;
  padding: 0 0.3em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  background: #aaa;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .form__row-option {
    top: 0.65em;
    font-size: 4.8vw;
  }
}
.form__row-cnt {
  width: calc(100% - 13em);
  margin: 0;
  padding: 1em;
}
@media screen and (max-width: 897px) {
  .form__row-cnt {
    width: 100%;
    padding: 5vw;
  }
}
.form__row-supplement {
  font-size: 1.5rem;
}
.form__row-supplement i {
  margin-right: 0.3em;
  color: #F54E6E;
}
.form__caption {
  margin: 0.5em 0;
  font-size: 2rem;
}
@media screen and (max-width: 897px) {
  .form__caption {
    font-size: 3.6vw;
  }
}
.form__caption:last-child {
  margin-bottom: 0;
}
.form__caption--bold {
  font-weight: bold;
}
.form__caption i {
  margin-right: 0.3em;
  color: #fa6e31;
}
.form__caption--cat {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 897px) {
  .form__caption--cat {
    font-size: 4.267vw;
  }
}
.form__allbtn [type=checkbox] {
  display: none;
}
.form__allbtn-txt {
  border-bottom: 2px solid blue;
  color: blue;
}
.form__allbtn-txt i {
  color: blue;
}

.form-cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .form-cat {
    align-items: flex-start;
  }
}
.form-cat .form-radio-cat {
  width: calc(100% / 4 - 2%);
  margin-bottom: 20px;
}
.form-cat .form-radio-cat:not(:nth-child(4n)) {
  margin-right: calc(4 * 2% / (4 - 1));
}
@media screen and (max-width: 897px) {
  .form-cat .form-radio-cat {
    width: calc(100% / 4 - 2%);
    margin-bottom: 10px;
  }
  .form-cat .form-radio-cat.form-more {
    width: 100%;
  }
  .form-cat .form-radio-cat:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .form-cat .form-radio-cat:not(:nth-child(4n)) {
    margin-right: calc(4 * 2% / (4 - 1));
  }
}
.form-cat .form-radio-cat [type=radio] {
  display: none;
}
.form-cat .form-radio-cat__img {
  position: relative;
}
.form-cat .form-radio-cat__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) {
  .form-cat .form-radio-cat__txt {
    font-size: 1.2rem;
  }
}
.form-cat--sub {
  margin-top: 20px;
}
.form-cat__more {
  display: block;
  width: 50%;
  margin: 1em auto 0;
  padding: 0.2em 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #04a760;
  border: 2px solid #04a760;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .form-cat__more {
    width: 50%;
    font-size: 4.33vw;
    border-radius: 100px;
  }
}

.form-radio-cat__img {
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.form-radio-cat__img.not-checked::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6%;
  border: 5px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}
@media screen and (max-width: 897px) {
  .form-radio-cat__img.not-checked::before {
    border-radius: 6%;
    border-width: 3px;
  }
}
[type=radio]:checked + .form-radio-cat__img::before {
  animation: none;
}
[type=radio]:checked + .form-radio-cat__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6%;
  border: 4px solid #fa6e31;
  background: rgba(255, 222, 53, 0.3803921569);
  content: "";
}
.form-radio-cat__img--B2D6R1 {
  background-image: url(/assets/top-form/cat-icon1-6a4c9b7adbbfd57280de82e6e267e9a3adb7122911ff7af57e8424dd2b35a880.svg);
}
.form-radio-cat__img--C8Y3V4 {
  background-image: url(/assets/top-form/cat-icon2-3ae7e65ed2d2269ed17cf986148e9914771229ce3fcc4586cf0941fd7236b740.svg);
}
.form-radio-cat__img--G1Z7Q5 {
  background-image: url(/assets/top-form/cat-icon3-1bb7f7a4cc54c9ca055c531e18304aa712e15a531bc9dc21822935b3e5ff387c.svg);
}
.form-radio-cat__img--W5F9X2 {
  background-image: url(/assets/top-form/cat-icon4-7b72d29d75105dbb564120f5903555aa4e4f1111faf6fe10afd775dfcd911fb0.svg);
}
.form-radio-cat__img--A7T2N6 {
  background-image: url(/assets/top-form/cat-icon5-362a7ef6bd8d8905059008c633dfad06ae83d39352d1333f9872074ee9d468a5.svg);
}
.form-radio-cat__img--H3M1S8 {
  background-image: url(/assets/top-form/cat-icon6-14be43a4e245b1fe9b9d7449a654a8c00cc59e3e4b41c3c5fe53018d8b03fd40.svg);
}
.form-radio-cat__img--L6K9P2 {
  background-image: url(/assets/top-form/cat-icon7-3471ee61234a67fb0c9cb2270f79d8853519411d3748cd24a5b9bf81399cdc9c.svg);
}
.form-radio-cat__img--R4B7D3 {
  background-image: url(/assets/top-form/cat-icon8-2b2994e512657078fab173b9294006ff1a0dd9eba285081dd170a8b5a8f05bfc.svg);
}
.form-radio-cat__img--Y1C5V8 {
  background-image: url(/assets/top-form/cat-icon9-3a7c707f85571866cbe71f274012aaa7fef369ebe341e610b532575bd409b8e1.svg);
}
.form-radio-cat__img--Q9G2Z6 {
  background-image: url(/assets/top-form/cat-icon10-24957af8073b0df4b0185d64fea3441ab71caeda0cabe89acbcf53debf5e642c.svg);
}
.form-radio-cat__img--X3W8F7 {
  background-image: url(/assets/top-form/cat-icon11-6a08658245c01f882b5f76d7a25ac8886f84cf298dc36ade7daa4d77ffd091d2.svg);
}
.form-radio-cat__img--N5T1A4 {
  background-image: url(/assets/top-form/cat-icon12-87c22423873b2d01ada99dfc731a780e54b7140d76ed11437fb30192e5ae7939.svg);
}
.form-radio-cat__img--S7H4M2 {
  background-image: url(/assets/top-form/cat-icon13-583f58065fffeb6cabf6072d293ad3ef564d0ee1262481c197c71df050a403da.svg);
}
.form-radio-cat__img--K2L8J1 {
  background-image: url(/assets/top-form/cat-icon14-70a72a31be0213c8abedc753cda27cce7365bce11e3dc3c576f7ca4ad66516b0.svg);
}
.form-radio-cat__img--D6R3B9 {
  background-image: url(/assets/top-form/cat-icon15-17347df9ab90151ebecb5f901bdc097e104da1278c2856210138b90e8ddcb6ea.svg);
}
.form-radio-cat__img--V4Y7C2 {
  background-image: url(/assets/top-form/cat-icon16-973f2de7c64716e0e9ac1ebbf025a9442db6fc89ff8a27e3dfe676a3c6fc44ac.svg);
}
.form-radio-cat__img--Z8Q1G5 {
  background-image: url(/assets/top-form/cat-icon17-43d748646dcb53037077583e2d1c0543663d52d8a7a23035d9b1994a13efcfae.svg);
}

.form-category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .form-category {
    align-items: flex-start;
  }
}

.form-checkbox-list {
  flex-basis: 49%;
  margin-bottom: 5px;
  position: relative;
}
.form-checkbox-list:nth-child(2n-1) {
  margin-right: 2%;
}
@media screen and (max-width: 897px) {
  .form-checkbox-list:nth-child(2n-1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 897px) {
  .form-checkbox-list {
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-checkbox-list.form-more {
    width: 100%;
  }
}
.form-checkbox-list [type=checkbox] {
  display: none;
}
.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 #04a760;
  border-radius: 5px;
  content: "";
}
.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: "";
}
[type=checkbox]:checked + .form-checkbox-list__checkbox::after {
  position: absolute;
  top: 50%;
  left: -11%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.12em;
  height: 1.12em;
  background: #fa6e31;
  border: 2px solid #fa6e31;
  border-radius: 5px;
  content: "";
}
[type=checkbox]:checked + .form-checkbox-list__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 53%;
  width: 14px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: 50;
}
.form-checkbox-list__txt {
  padding-left: 1.7em;
  font-size: 0.9em;
  font-weight: bold;
}
@media screen and (max-width: 897px) {
  .form-checkbox-list__txt {
    padding-left: 1.8em;
    font-size: 4.5vw;
  }
}

.form-radio {
  position: relative;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
}
.input-vancancy .form-radio {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .input-vancancy .form-radio {
    margin-bottom: 1em;
  }
}
.form-radio [type=radio] {
  display: none;
}
.form-radio__tree-present:not(:last-child) {
  margin-right: 1em;
}
.form-radio__txt {
  padding: 0.5em 0 0.5em 1.8em;
}
@media screen and (max-width: 897px) {
  .form-radio__txt {
    padding-left: 2.2em;
    font-size: 5.333vw;
  }
}
.form-radio__txt small {
  font-weight: 100;
}
@media screen and (max-width: 897px) {
  .form-radio__txt small {
    display: block;
    padding: 0 0 0 2.7em;
    font-size: 3.7vw;
  }
}
.form-radio__checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 5px solid #04a760;
  border-radius: 100px;
  content: "";
}
[type=radio]:checked + .form-radio__checkbox::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(23%, -50%);
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #04a760;
  border-radius: 100px;
  content: "";
}
.form-radio.not-checked::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 5px solid transparent;
  border-radius: 100px;
  animation: 1s linear infinite blink;
  pointer-events: none;
  content: "";
  z-index: 10;
}

.form-select {
  position: relative;
}
.form-select select {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  background-color: #fff;
  background-image: url(/assets/top-form/select_bg-c317f949942de95d20c01159783274e5dbbdfc478aadac6b08ff66282797e69e.svg), url(/assets/top-form/icon_valid_success2-3c5c726f785a3bb79faa8297af57bb967900ff361c960f4406c74fc0f527e4e6.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px, 0;
  border: 4px #04a760 solid;
  border-radius: 10px;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .form-select select {
    font-size: 4.333vw;
    border: 3px #04a760 solid;
  }
}
.form-select__block {
  width: 60%;
}
@media screen and (max-width: 897px) {
  .form-select__block {
    width: 100%;
  }
}
.form-select.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-tree-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 897px) {
  .form-tree-count {
    flex-direction: column;
    align-items: start;
  }
}
.form-tree-count__ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.form-tree-count__cnt {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .form-tree-count__cnt {
    width: 80%;
  }
}

.form-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 897px) {
  .form-address {
    position: relative;
  }
}
.form-address:last-child {
  margin-bottom: 0;
}
.form-address__ttl {
  width: 150px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 897px) {
  .form-address__ttl {
    width: 100%;
  }
}
.form-address__zip {
  position: relative;
  width: 240px;
  margin-right: 1em;
}
@media screen and (max-width: 897px) {
  .form-address__zip {
    width: 48%;
    margin-right: auto;
    margin-left: -1em;
  }
  .form-address__zip .form-input {
    padding-left: 2em;
    padding-right: 5px;
  }
}
.form-address__mark {
  width: 30px;
  margin-left: -30px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form-address__mark {
    position: relative;
    left: 10px;
    margin-left: 0;
    width: 1em;
    z-index: 1;
  }
}
.form-address__find, .form-address__back {
  font-size: 1.8rem;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 897px) {
  .form-address__find, .form-address__back {
    font-size: 3.733vw;
  }
}
.form-address__back {
  display: none;
}
.form-address__cnt {
  flex: 1;
}
.form-address__label {
  width: 100%;
  margin: 20px 0 0 150px;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form-address__label {
    margin: 20px 0 0;
    font-size: 5.333vw;
  }
}
.form-address__zip, .form-address__cnt {
  position: relative;
}
.form-address__zip.not-checked::before, .form-address__cnt.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.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-form/icon_valid_success2-3c5c726f785a3bb79faa8297af57bb967900ff361c960f4406c74fc0f527e4e6.svg) no-repeat right 0.4em center/0 #fff;
  background-color: #fff;
  border: 4px #04a760 solid;
  border-radius: 10px;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .form-input {
    font-size: 4.333vw;
    border: 3px #04a760 solid;
  }
}
.form-input:focus {
  outline: none;
}
.form-input.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-username {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.form-username__ttl {
  width: 115px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form-username__ttl {
    width: 100%;
  }
}
.form-username__sei, .form-username__mei {
  position: relative;
  flex: 1;
  margin-right: 10px;
}
.form-username__sei.not-checked::before, .form-username__mei.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}
.form-username__company {
  position: relative;
  flex: 1;
}
.form-username__company.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-tel {
  position: relative;
}
.form-tel.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-group--inline .form-radio {
  display: inline-block;
  margin-right: 2em;
}

.form-valid__error {
  position: relative;
}
.form-valid__error:not(.not_error_display) select, .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;
}
.form-valid__error:not(.not_error_display).form-group {
  outline: 2px solid #dc3545;
}
.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;
}
.form-valid__error .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: "";
}
.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: "";
}
.form-valid__error.not_error_display .form-error {
  display: none;
}

.form-valid__success select {
  border-color: #fa6e31;
  background-size: 0, 30px 30px;
}
.form-valid__success .form-input {
  border-color: #fa6e31;
  background-size: 30px 30px;
}

.cBtn-beneath {
  margin: 100px 0 0 0;
  display: none;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath {
    margin: 20px 0 0 0;
  }
}
.cBtn-beneath__text {
  display: grid;
  place-items: center;
  background-color: white;
  border: solid 4px black;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  padding: 1em 0;
  margin: 0 0 3em 0;
  position: relative;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath__text {
    font-size: 3.5vw;
  }
}
.cBtn-beneath__text br {
  display: none;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath__text br {
    display: block;
  }
}
.cBtn-beneath__text::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -55%;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 50% 55%, 100% 0);
  background-color: #000;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath__text::before {
    bottom: -60%;
    width: 3em;
    height: 3em;
  }
}

.agreement__check {
  display: block;
  margin-top: 1em;
  cursor: pointer;
  transition: 0.5s opacity;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 897px) {
  .agreement__check {
    font-size: 3.5vw;
  }
}
.agreement [type=checkbox] {
  display: none;
}
.agreement__checkbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 2px solid #04a760;
  border-radius: 5px;
  content: "";
}
.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: "";
}
[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: #04a760;
  border-radius: 5px;
  content: "";
}
[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;
}

.footer {
  background: #cdeddf;
  text-align: center;
  padding: 5rem 0;
  width: 100vw;
}
@media screen and (max-width: 897px) {
  .footer {
    padding: 0;
  }
}
.footer__sub-ttl {
  margin-bottom: 1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 897px) {
  .footer__sub-ttl {
    font-size: 3.5vw;
  }
}
.footer__logo {
  overflow: hidden;
}
@media screen and (max-width: 897px) {
  .footer__logo {
    margin: 3vw 0;
  }
}
.footer__logo .footer__logo-box {
  height: 6rem;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.footer__logo .footer__logo-box .footer_logo {
  height: 100%;
}
.footer__logo .footer__logo-box .footer_p_mark {
  position: absolute;
  bottom: 0;
  right: -5rem;
  width: 5rem;
  height: 5rem;
}
.footer__nav {
  display: flex;
  justify-content: center;
  margin: 35px;
}
@media screen and (max-width: 897px) {
  .footer__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    border-top: 1px solid #000;
    margin: 0;
    padding-left: 0;
  }
}
.footer__item:first-child {
  margin: 0;
}
.footer__item {
  margin-left: 2em;
}
@media screen and (max-width: 897px) {
  .footer__item {
    width: 50%;
    margin-left: 0;
    height: 53px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.footer__link {
  color: #000;
  font-size: 1.3rem;
}
@media screen and (max-width: 897px) {
  .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%;
  }
  .footer__link:nth-child(odd) {
    border-right: 1px solid #000;
  }
  .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: "";
  }
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__copy {
  margin-bottom: 5px;
}

.ctaBtn {
  background-color: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  padding: 0.7em 0;
  height: 12vh;
  border-top: 3px solid #000;
  display: none;
}
.ctaBtn__cnt {
  display: flex;
  align-items: center;
  height: 100%;
}
.ctaBtn__inner {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.ctaBtn__tel {
  flex: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 3px solid #09A761;
}
.ctaBtn__cv {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctaBtn__img {
  height: 7vh;
}

/*--------------------------------------------------------------
# ボタンスタイル
--------------------------------------------------------------*/
.cBtn__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 8rem;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Arial", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 3.2rem;
  text-decoration: none;
  color: #fff;
  max-width: 460px;
  background: #fa6e31;
  border: 5px solid #000;
  border-radius: 100px;
  box-shadow: 0 4px 0 #aaa;
  appearance: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .cBtn__submit {
    font-size: 4.5vw;
    width: 80vw;
    height: 15vw;
    border: 1vw solid #000;
  }
}
.cBtn__submit::after {
  display: inline;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(/assets/icon_btn_submit-98dc721264a9af9f8f48461bb6bb6afc2f02c3e1821be907fcb433e238aa7363.svg) center/100% auto no-repeat;
  content: "";
}
.cBtn__submit:not(:disabled):hover {
  box-shadow: 0 1px 0 #333;
  transform: translateY(3px);
}
.cBtn__submit:disabled {
  opacity: 0.5;
}
.cBtn__submit:focus {
  outline: none;
}
.cBtn__submit-let {
  display: inline-block;
  background: #ffde35;
  width: 1.6em;
  height: 1.6em;
  padding: 0.3em;
  color: #000;
  line-height: 1;
  border-radius: 100%;
}
.cBtn__submit-let:not(:first-child) {
  margin-left: -0.3em;
}
.cBtn__submit-let + .cBtn__submit-txt {
  margin-left: 0.5em;
}

.loading {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
.loading .loading-wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #FFF;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.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%;
  }
}
.loading .circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.loading .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.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 0.5s alternate infinite ease;
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.loading .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.loading .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.loading .loading-wrapper span {
  position: absolute;
  top: 75px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFF;
  left: 8%;
}

body {
  font-family: "Helvetica", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #D0F0E9;
}

.store-header {
  display: flex;
  align-items: center;
  height: 92px;
  background-color: #fff;
}
@media screen and (max-width: 897px) {
  .store-header {
    height: 70px;
    background-color: #cdeddf;
  }
}
.store-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}
@media screen and (max-width: 897px) {
  .store-header__container {
    padding: 0 20px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 10px 0;
    position: fixed;
    background-color: #fff;
  }
}
.store-header__logo {
  margin: 0;
  width: 187px;
  cursor: pointer;
}
@media screen and (max-width: 897px) {
  .store-header__logo {
    line-height: 1;
    width: 120px;
    text-align: center;
  }
}
.store-header__logo-img {
  vertical-align: middle;
}
.store-header__nav-btn {
  color: #fff;
  padding: 9px 32px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  border-radius: 100px;
  margin-right: 30px;
  cursor: pointer;
}
.store-header__nav-btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 897px) {
  .store-header__nav-btn {
    margin-right: 0px;
    font-size: 3vw;
    white-space: nowrap;
  }
}

.store-mv {
  position: relative;
}
.store-mv__bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: #6CA5A2;
  clip-path: polygon(62% 0, 100% 0%, 100% 100%, 49% 100%);
}
@media screen and (max-width: 897px) {
  .store-mv__bg {
    clip-path: polygon(100% 5%, 100% 38%, 100% 100%, 0 100%, 0 31%);
  }
}
.store-mv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  width: 100%;
  padding: 85px 0;
  margin: 0 auto;
  z-index: 99;
}
@media screen and (max-width: 897px) {
  .store-mv__container {
    flex-flow: column;
    padding: 20px;
  }
}
.store-mv__content {
  z-index: 99;
}
@media screen and (max-width: 897px) {
  .store-mv__content {
    margin-bottom: 76px;
    width: 100%;
  }
}
.store-mv__from-box {
  max-width: 489px;
  width: 100%;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 99;
}
@media screen and (max-width: 897px) {
  .store-mv__from-box {
    margin-bottom: 76px;
    max-width: 100%;
    padding: 20px;
  }
}
.store-mv__promo-content {
  width: 502px;
}
@media screen and (max-width: 897px) {
  .store-mv__promo-content {
    width: 100%;
  }
}

.store-form__input {
  margin-top: 22px;
}
.store-form__input:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 897px) {
  .store-form__input {
    margin-top: 15px;
  }
  .store-form__input:first-of-type {
    margin-top: 0;
  }
}
.store-form input::placeholder {
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.store-form__input-name {
  margin: 0 0 16px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 897px) {
  .store-form__input-name {
    font-size: 3.7vw;
  }
}
.store-form__require {
  margin-left: 10px;
  padding: 3px 10px;
  color: #46C3E6;
  font-size: 1.1rem;
  letter-spacing: 2px;
  border-radius: 3px;
  background: #E2F3FF;
}
@media screen and (max-width: 897px) {
  .store-form__require {
    font-size: 2.7vw;
  }
}
.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: #F2F2F2;
  border: none;
  border-radius: 3px;
}
.store-form__btn {
  display: block;
  width: 429px;
  padding: 18px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  background: #FF7E14;
  border-radius: 50px;
  border: none;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 18px;
  cursor: pointer;
}
@media screen and (max-width: 897px) {
  .store-form__btn {
    width: 100%;
    padding: 17px 10px;
    font-size: 6vw;
  }
}
.store-form__highlight-txt {
  color: #fff;
}
@media screen and (max-width: 897px) {
  .store-form__highlight-txt {
    color: #FFDE35;
  }
}
.store-form__btn-icon {
  position: absolute;
  right: 15px;
  height: 31px;
}
.store-form__check {
  display: flex;
  margin: 18px 0 0;
  flex-wrap: wrap;
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 897px) {
  .store-form__check {
    margin: 20px 0;
  }
}
.store-form__link {
  padding-left: 35px;
}
.store-form__check-container {
  display: block;
}
.store-form #agreement {
  position: absolute;
  opacity: 0;
}
.store-form__custom-check {
  position: absolute;
  top: -2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.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);
}
#agreement:checked + .store-form__custom-check {
  background-color: #61ce5b;
}
#agreement:checked + .store-form__custom-check::after {
  display: block;
}
.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;
}
.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) {
  .store-form__error::before {
    left: 2px;
    top: -1px;
  }
}
.store-form__campaign {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  max-width: 203px;
  margin: 18px auto 0;
  line-height: 15px;
}
.store-form__campaign-txt {
  margin: 0;
  color: #FA6D31;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

.store-pop {
  width: 100%;
  background-color: #fff;
}
.store-pop__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 0;
  z-index: 99;
}
@media screen and (max-width: 897px) {
  .store-pop__container {
    flex-flow: column;
    padding: 18vw 17vw 36vw;
  }
}
@media screen and (max-width: 897px) {
  .store-pop__img-box {
    padding-bottom: 50px;
  }
}
.store-pop__img-box {
  width: 45%;
}
@media screen and (max-width: 897px) {
  .store-pop__img-box {
    width: 100%;
  }
}
.store-pop__explain {
  width: 45%;
}
@media screen and (max-width: 897px) {
  .store-pop__explain {
    width: 100%;
  }
}

.store-price {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #fff 30%, #D0F0E9 70%);
}
.store-price__desc {
  max-width: 1100px;
  width: 100%;
}
.store-price__free-img {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 897px) {
  .store-price__free-img {
    top: -74px;
  }
}
.store-price__free-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 400px;
  padding: 430px 0 255px;
  width: 100vw;
  background-image: url(/assets/store/store-price-bg-img-gekitai-b1c17440f0011581e4d6b910598be1892dc3cf9b2e6e37a86ac96e28e262933b.png);
  background-size: 2018px;
  background-position: center -40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 897px) {
  .store-price__free-detail {
    flex-flow: column;
    padding: 160vw 20px 20vw;
    background-size: cover;
  }
}
.store-price__free-detail-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .store-price__free-detail-container {
    flex-flow: column;
    padding: 30px 20px 0;
  }
}
.store-price__feature-content {
  display: block;
  width: 45%;
}
@media screen and (max-width: 897px) {
  .store-price__feature-content {
    width: 100%;
  }
}
.store-price__txt {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
  margin-top: 30px;
}
@media screen and (max-width: 897px) {
  .store-price__txt {
    line-height: 200%;
    font-size: 3.5vw;
  }
}
.store-price__feature-img {
  width: 55%;
}
@media screen and (max-width: 897px) {
  .store-price__feature-img {
    width: 100%;
  }
}

.store-feature {
  padding: 160px 0;
}
@media screen and (max-width: 897px) {
  .store-feature {
    padding: 50px 0 70px;
  }
}
.store-feature__container {
  background-color: #fff;
  padding: 80px;
  border-radius: 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .store-feature__container {
    padding: 55px 20px;
  }
}
.store-feature__header-heading {
  margin: 0;
  color: #6CA5A2;
  text-align: center;
  font-family: Futura;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
.store-feature__header-container {
  margin: 0 0 80px;
}
.store-feature__header-ttl {
  margin: 0;
  color: #6CA5A2;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 897px) {
  .store-feature__header-ttl {
    font-size: 8vw;
  }
}
.store-feature__content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #333;
}
.store-feature__content-box:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}
@media screen and (max-width: 897px) {
  .store-feature__content-box {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.store-feature__content-box-left, .store-feature__content-box-rigth, .store-feature__content-img-left, .store-feature__content-img-rigth {
  width: 45%;
}
@media screen and (max-width: 897px) {
  .store-feature__content-box-left, .store-feature__content-box-rigth, .store-feature__content-img-left, .store-feature__content-img-rigth {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 897px) {
  .store-feature__content-box-left, .store-feature__content-box-rigth {
    margin-bottom: 30px;
  }
}
.store-feature__point-detail {
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
}
.store-feature__content-img-rigth, .store-feature__content-box-rigth {
  order: 2;
}
.store-feature__header-ttl-name {
  font-family: Futura;
  font-weight: 500;
}
.store-feature__point-ttl {
  margin-top: 16px 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 897px) {
  .store-feature__point-ttl {
    font-size: 6vw;
    line-height: 35px;
  }
}
.store-feature__point-txt {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 897px) {
  .store-feature__point-txt {
    font-size: 5vw;
  }
}
.store-feature__point-detail-txt {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 897px) {
  .store-feature__point-detail-txt {
    font-size: 4vw;
  }
}
.store-feature__icon {
  width: 100%;
}
.store-feature__icon-img {
  width: 258px;
}
@media screen and (max-width: 897px) {
  .store-feature__icon-img {
    width: 100%;
  }
}

.store-process {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 897px) {
  .store-process {
    padding: 50px 20px 20px;
  }
}
.store-process__container {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.store-process__header {
  margin-bottom: 79px;
}
.store-process__header-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6CA5A2;
  font-family: Futura;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.store-process__header-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #6CA5A2;
  font-size: 3.5rem;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
}
@media screen and (max-width: 897px) {
  .store-process__header-ttl {
    text-align: center;
    line-height: 1.3em;
    font-size: 8vw;
  }
}
.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) {
  .store-process__header-ttl-explan {
    font-size: 4vw;
    text-align: center;
  }
}
.store-process__flow-list {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 897px) {
  .store-process__flow-list {
    width: auto;
  }
}
.store-process__flow-ttl {
  margin: 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 897px) {
  .store-process__flow-ttl {
    font-size: 4vw;
  }
}
.store-process__flow-icon {
  width: 81px;
  margin-right: 16px;
}
.store-process__flow-content {
  width: calc(100% - 81px - 16px);
}
.store-process__flow-bubble {
  padding: 16px 30px;
  border-radius: 10px;
  background: #F7F5EF;
}
.store-process__flow-bubble-txt {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.store-process__flow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 897px) {
  .store-process__flow-box {
    align-items: flex-start;
  }
}
.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) {
  .store-process__flow-box::after {
    top: 143px;
    left: 40px;
    height: 55px;
  }
}
.store-process__flow-box:last-of-type:after {
  display: none;
}
.store-process__flow-bubble {
  padding: 16px 30px;
  border-radius: 10px;
  background: #F7F5EF;
}
@media screen and (max-width: 897px) {
  .store-process__flow-bubble {
    padding: 16px 15px;
  }
}
.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) {
  .store-process__flow-bubble-txt {
    display: flex;
    align-items: center;
    height: 65px;
    font-size: 4vw;
  }
}

.store-support {
  padding: 113px 0px 169px;
  overflow: hidden;
}
@media screen and (max-width: 897px) {
  .store-support {
    padding: 50px 20px 20px;
  }
}
.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) {
  .store-support__message {
    font-size: 5.5vw;
    line-height: 1.8;
    margin: 0 0 26px;
  }
}
.store-support__card-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 897px) {
  .store-support__card-box {
    display: block;
    width: 100%;
  }
}
.store-support__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 380px;
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 897px) {
  .store-support__card {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .store-support__card:last-child {
    margin-bottom: 0px;
  }
}
.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) {
  .store-support__card-txt {
    margin-bottom: 15px;
    font-size: 6vw;
  }
}
.store-support__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 897px) {
  .store-support__card-img {
    margin-top: 9vw;
  }
}

.store-start {
  padding: 53px 0;
  background-color: #6CA5A2;
}
@media screen and (max-width: 897px) {
  .store-start {
    padding: 50px 20px;
  }
}
.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) {
  .store-start__container {
    display: block;
  }
}
.store-start__content {
  width: 45%;
}
@media screen and (max-width: 897px) {
  .store-start__content {
    width: 100%;
  }
}
.store-start__img {
  width: 50%;
}
@media screen and (max-width: 897px) {
  .store-start__img {
    width: 100%;
  }
}
.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) {
  .store-start__ttl {
    font-size: 7vw;
    text-align: center;
  }
}
.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) {
  .store-start__txt {
    padding: 0px;
    line-height: 170%;
    font-size: 5vw;
  }
}
.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) {
  .store-start__btn {
    font-size: 4.2vw;
  }
}
.store-start__btn a {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.88px;
  white-space: nowrap;
}
.store-start__registration-btn {
  margin-top: 50px;
  width: 421px;
}
@media screen and (max-width: 897px) {
  .store-start__registration-btn {
    width: 100%;
  }
}
.store-start__inquiry-btn {
  width: 536px;
}
@media screen and (max-width: 897px) {
  .store-start__inquiry-btn {
    width: 100%;
  }
}
.store-start__link {
  width: 100%;
  padding: 15px 0 15px;
  background: #FF7E14;
  border-radius: 50px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.store-start__btn-icon {
  position: absolute;
  top: 5px;
  right: 15px;
}
@media screen and (max-width: 897px) {
  .store-start__btn-icon {
    top: 11px;
    right: 15px;
  }
}
.store-start__link-highlight {
  color: #FFFF1F;
}

.store-message {
  background-image: url(/assets/store/store-message-1cc66df8cabb28d437e0d457cf961a7de418e3a5f2b4b9585530600828d72511.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.store-message__container {
  padding: 101px 0 97px;
}
@media screen and (max-width: 897px) {
  .store-message__container {
    padding: 50px 20px 20px;
  }
}
.store-message__ttl, .store-message__txt {
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
@media screen and (max-width: 897px) {
  .store-message__ttl, .store-message__txt {
    text-align: left;
  }
}
.store-message__ttl {
  font-size: 4rem;
  line-height: 50px;
}
@media screen and (max-width: 897px) {
  .store-message__ttl {
    font-size: 4vw;
    line-height: 20px;
    margin: 0;
    line-height: 190%;
  }
}
.store-message__txt {
  font-size: 2rem;
  line-height: 230%;
}
@media screen and (max-width: 897px) {
  .store-message__txt {
    font-size: 4vw;
    line-height: 20px;
    line-height: 190%;
  }
}

.color__blue {
  background-color: #46C3E6;
}
.color__red {
  background-color: #F57F96;
}
