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

kv

------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::before {
  content: "";
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 31, 46, 0.62) 0%, rgba(39, 47, 65, 0.2) 55%, rgba(52, 61, 76, 0.03) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.top-kv .wrap {
  position: absolute;
  left: calc((100% - 96rem) / 2);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
}
.top-kv .wrap .en {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.top-kv .wrap .jp {
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 900;
}
.top-kv .wrap .jp i {
  border-bottom: solid 0.7rem #fff;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 56rem;
}

@media screen and (max-width: 768px) {
  .top-kv .wrap {
    left: 2.5rem;
  }
  .top-kv .wrap .en {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .top-kv .wrap .jp {
    font-size: 4rem;
    line-height: 1.3;
  }
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 44rem;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  padding: 12rem 0;
}
.top-about .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.top-about .wrap > figure {
  width: 55%;
  margin-top: 9rem;
  margin-left: -5%;
}
.top-about .wrap > figure img {
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.top-about .wrap > div {
  width: 50%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 5rem 3.5rem;
}
.top-about .wrap > div h3 {
  font-size: 2.3rem;
}
.top-about .wrap > div p {
  margin: 2rem 0 3rem 0;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 8rem 3rem;
  }
  .top-about .wrap {
    flex-direction: column;
  }
  .top-about .wrap > figure {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .top-about .wrap > figure img {
    border-radius: 2rem;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
  }
  .top-about .wrap > div {
    width: 100%;
    padding: 3.5rem 3rem;
  }
}
/* -------------------------------------------

service

------------------------------------------- */
.top-service {
  padding: 12rem 0;
  background: #e8e8e8;
}
.top-service ul {
  margin-bottom: 7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.top-service ul img {
  border-radius: 2rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service li {
  width: calc((100% - 5rem) / 2);
}
.top-service li:nth-child(1) {
  width: 100%;
}
.top-service li:nth-child(1) a {
  display: flex;
  gap: 5rem;
}
.top-service li:nth-child(1) a > * {
  flex: 1;
}
.top-service li:not(:first-child) figure {
  margin-bottom: 1.5rem;
}
.top-service dt {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.top-service dt::before, .top-service dt::after {
  content: "";
  position: absolute;
  left: 0;
}
.top-service dt::before {
  width: 100%;
  height: 0.1rem;
  background: #000;
  bottom: 0;
}
.top-service dt::after {
  width: 10rem;
  height: 0.4rem;
  background: linear-gradient(to right, #9e88b8, #2e428f, #7096c3);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding: 8rem 3rem;
  }
  .top-service ul {
    margin-bottom: 5rem;
    flex-direction: column;
    gap: 5rem;
  }
  .top-service li {
    width: 100%;
  }
  .top-service li:nth-child(1) {
    width: 100%;
  }
  .top-service li:nth-child(1) a {
    flex-direction: column;
    gap: 1.5rem;
  }
  .top-service li:nth-child(1) a > * {
    flex: none;
    width: 100%;
  }
  .top-service dt {
    line-height: 1.3;
    padding-bottom: 1.5rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

recruit

------------------------------------------- */
.top-recruit {
  padding: 10rem 0;
  background: #e8e8e8;
}
.top-recruit > figure img {
  border-radius: 2rem;
  height: 34rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit .wrap {
  background: #fff;
  width: 80rem;
  margin: -6rem auto 0 auto;
  padding: 4rem 3rem 5rem 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.top-recruit .wrap p {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 0.2rem #f5f5f5;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 8rem 3rem;
    background: #e8e8e8;
  }
  .top-recruit > figure img {
    height: 28rem;
  }
  .top-recruit .wrap {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 3rem 3rem 4rem 3rem;
  }
  .top-recruit .wrap p {
    text-align: left;
    line-height: 1.6;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  background: #f2f2f2;
  padding: 10rem 0;
}
.top-access .logo {
  width: 14rem;
  margin-bottom: 2.5rem;
}
.top-access dl {
  width: 30rem;
  border-top: solid 0.15rem #ccc;
  border-bottom: solid 0.15rem #ccc;
  display: flex;
  flex-wrap: wrap;
}
.top-access dl dt {
  width: 30%;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding: 2rem 0;
}
.top-access dl dd {
  width: 70%;
  padding: 2rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
  }
  .top-access dl {
    width: 100%;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  background: #f2f2f2;
  padding: 0 5rem 10rem 5rem;
}
.top-contact .wrap {
  background: #000;
  color: #fff;
  padding: 10rem 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-contact {
    padding: 0;
  }
  .top-contact .wrap {
    padding: 8rem 3rem;
    flex-direction: column;
  }
  .top-contact p {
    margin-bottom: 4rem;
  }
  .top-contact .more-wrap {
    width: 100%;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.low {
  background: #f7f7f7;
}

.container {
  padding: 8rem 0 10rem 0;
  margin: 0 auto;
  width: 96rem;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23rem;
}
.page-ttl h2 {
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-ttl h2 .en {
  font-size: 4.4rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.page-ttl h2 .jp {
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 20rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 40%;
}
.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.container .wrap > div {
  width: 56%;
}
.container .wrap > div p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.contact-tel {
  margin-bottom: 6rem;
  padding: 4rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-tel::before, .contact-tel::after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
}
.contact-tel::before {
  border-top: solid 0.3rem #000;
  border-left: solid 0.3rem #000;
  left: 0;
  top: 0;
}
.contact-tel::after {
  border-right: solid 0.3rem #000;
  border-bottom: solid 0.3rem #000;
  right: 0;
  bottom: 0;
}
.contact-tel p {
  margin-bottom: 1rem;
}
.contact-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
}
.contact-tel a i {
  font-size: 2.8rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
}

@media screen and (max-width: 768px) {
  .contact-tel {
    padding: 4rem 3rem;
  }
  .contact-tel p {
    margin-bottom: 1.5rem;
  }
  .contact-tel a {
    text-decoration: none;
    font-size: 3.2rem;
  }
  .contact-tel a i {
    font-size: 2.4rem;
  }
  .contact-tel a span {
    border-bottom: solid 0.2rem #000;
  }
}
.form-wrap {
  margin-bottom: 4rem;
}

.form-wrap + p {
  font-size: 1.2rem;
  line-height: 2;
}

.CMS-FORM-GROUP {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 100%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 100%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
.CMS-FORM-RADIO {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 100%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
.CMS-FORM-GROUP input[type=submit] {
  background: #000;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
.required {
  background: linear-gradient(to right, #9e88b8, #2e428f, #7096c3);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
.thanx,
.back {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
/* -------------------------------------------

service

------------------------------------------- */
.service .pickup {
  background: #fff;
  margin-bottom: 8rem;
  border-left: solid 0.4rem #000;
  border-top: solid 0.1rem #000;
  border-right: solid 0.1rem #000;
  border-bottom: solid 0.1rem #000;
  padding: 3rem;
}
.service .pickup > span {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.service .pickup p {
  margin-bottom: 2rem;
}
.service .pickup .wrap > div > div {
  width: 34rem;
}
.service .pickup .wrap > div > div span {
  border: solid 0.1rem #3a58f6;
  display: block;
  background: linear-gradient(to right, #effbfe, #eeebfe);
  color: #221471;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
}
.service .pickup .wrap > div > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.4rem;
  background: linear-gradient(to right, #64dcfb, #3164f6, #913ad6);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.service .pickup .wrap > div > div a i {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .service .pickup {
    padding: 2.5rem;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy h3 {
  font-size: 1.7rem;
  margin-bottom: 5rem;
}
.privacy h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

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

store
------------------------------------------- */
.store {
  --store-ivory: #f6f6ff;
  --store-paper: #ffffff;
  --store-aqua: #00dff7;
  --store-highlight: #3b35c5;
  --store-blue: #1769ff;
  --store-green: #5b2cff;
  --store-pink: #ff3cac;
  --store-deep: #1d0d6a;
  --store-ink: #19164a;
  --store-mist: #ecefff;
  --store-rgb-gradient: linear-gradient(110deg, #00e5ff 0%, #1769ff 44%, #5b2cff 76%, #ff3cac 125%);
  background: var(--store-ivory);
  color: var(--store-ink);
  color: var(--store-ink);
}

.store header {
  background: #fff;
}
.store .gnav-menu li:last-child a {
  background: var(--store-rgb-gradient);
}
.store footer {
  background: var(--store-deep);
}

.store-kv {
  overflow: hidden;
  position: relative;
  background: radial-gradient(ellipse at 7% 90%, rgba(0, 229, 255, 0.95) 0%, rgba(0, 229, 255, 0) 43%), radial-gradient(ellipse at 88% 12%, rgba(110, 255, 218, 0.95) 0%, rgba(110, 255, 218, 0) 40%), radial-gradient(circle at 100% 88%, rgba(255, 60, 172, 0.72) 0%, rgba(255, 60, 172, 0) 27%), linear-gradient(125deg, #0b8cff 0%, #293dff 46%, #551cf3 100%);
}

.store-kv::before {
  background: linear-gradient(125deg, rgba(93, 255, 222, 0.82), rgba(0, 117, 255, 0.06) 58%, rgba(255, 60, 172, 0.45));
  border-radius: 46% 54% 32% 68%/60% 36% 64% 40%;
  content: "";
  filter: blur(0.2rem);
  height: 48rem;
  left: -18rem;
  position: absolute;
  top: 13rem;
  transform: rotate(-14deg);
  width: 72rem;
}

.store-kv::after {
  background: radial-gradient(ellipse, rgba(115, 255, 222, 0.8), rgba(37, 81, 255, 0.1) 66%, transparent 70%);
  border-radius: 60% 40% 65% 35%/37% 58% 42% 63%;
  content: "";
  height: 48rem;
  position: absolute;
  right: -20rem;
  top: -22rem;
  transform: rotate(28deg);
  width: 76rem;
}

.store-kv {
  padding: 10rem 5rem;
}
.store-kv .wrap {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
.store-kv .wrap > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.store-kv .wrap > div:nth-of-type(1) {
  padding-right: 5rem;
}
.store-kv .wrap > div:nth-of-type(1) > span:nth-child(1) {
  margin-bottom: 3rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}
.store-kv .wrap > div:nth-of-type(1) > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
.store-kv .wrap > div:nth-of-type(1) > span:nth-child(2) i {
  font-size: 1.5rem;
  margin-left: -0.7rem;
}
.store-kv .wrap > div:nth-of-type(1) > div {
  margin: 2.5rem 0;
  border-left: solid 0.35rem #fff;
  padding-left: 2rem;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.store-kv .wrap > div:nth-of-type(1) > div span {
  margin-left: -2rem;
}
.store-kv .wrap > div:nth-of-type(1) > p {
  line-height: 2;
}
.store-kv .gsv {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 2.4rem 6rem rgba(16, 5, 90, 0.48), 0 0 4rem rgba(0, 229, 255, 0.22);
  position: relative;
}
.store-kv .gsv img {
  border-radius: 1rem;
}
.store-kv .gsv span {
  background: linear-gradient(90deg, rgba(13, 14, 75, 0.92), rgba(68, 26, 190, 0.92));
  color: #fff;
  font-size: 1.1rem;
  left: 1rem;
  bottom: 1rem;
  letter-spacing: 0.03em;
  padding: 0.9rem 1.2rem;
  position: absolute;
  text-align: center;
  width: calc(100% - 2rem);
  border-radius: 0 0 1rem 1rem;
}

@media screen and (max-width: 768px) {
  .store-kv {
    padding: 6rem 3rem;
  }
  .store-kv .wrap {
    flex-direction: column;
  }
  .store-kv .wrap > * {
    flex: none;
    width: 100%;
  }
  .store-kv .wrap > div:nth-of-type(1) {
    margin-bottom: 3rem;
    padding-right: 0;
  }
  .store-kv .wrap > div:nth-of-type(1) > div {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .store-kv .wrap > div:nth-of-type(1) > div span {
    margin-left: -1.5rem;
  }
  .store-kv .gsv {
    padding: 0.5rem;
  }
  .store-kv .gsv img {
    border-radius: 1.5rem;
  }
  .store-kv .gsv span {
    left: 0.5rem;
    bottom: 0.5rem;
    width: calc(100% - 1rem);
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
.store-feature {
  padding: 10rem 0;
  background: radial-gradient(circle at 0 100%, rgba(0, 229, 255, 0.13), transparent 32%), var(--store-paper);
}
.store-feature p {
  width: 80rem;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .store-feature {
    padding: 8rem 3rem;
  }
  .store-feature p {
    width: auto;
  }
}
.store-howto {
  background: radial-gradient(circle at 8% 18%, rgba(0, 229, 255, 0.32), transparent 24%), radial-gradient(circle at 91% 82%, rgba(255, 60, 172, 0.28), transparent 27%), linear-gradient(145deg, #0f1c74 0%, #263be0 50%, #5515b8 100%);
  color: #fff;
  overflow: hidden;
  padding: 10rem 0;
  position: relative;
}
.store-howto .heading-2 {
  color: #fff;
}
.store-howto .heading-2 + p {
  text-align: center;
  line-height: 2;
  margin-bottom: 4rem;
}
.store-howto ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.store-howto ul li {
  align-items: center;
  background: #fff;
  border: solid 0.1rem rgba(255, 255, 255, 0.72);
  border-radius: 2.4rem;
  box-shadow: 0 2.5rem 7rem rgba(4, 8, 60, 0.32);
  color: var(--store-ink);
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3.5rem;
}
.store-howto ul li > * {
  width: calc((100% - 4rem) / 2);
}
.store-howto ul li > div p {
  line-height: 2;
}
.store-howto ul li > div p + span {
  display: block;
  margin: 1em 0;
  font-size: 1.2rem;
  line-height: 2;
  color: #5B5878;
}
.store-howto ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.store-howto ul figure {
  background: #eef1ff;
  border: solid 0.1rem #ccd4ff;
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 3rem rgba(28, 25, 100, 0.14);
  overflow: hidden;
}
.store-howto ul figure img {
  display: block;
  height: auto;
  width: 100%;
}
.store-howto ul figure figcaption {
  background: #fff;
  color: #5b5878;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  text-align: center;
}
.store-howto ul h3 {
  align-items: center;
  background: var(--store-rgb-gradient);
  border-radius: 1rem;
  box-shadow: 0.8rem 0.8rem 0 rgba(0, 229, 255, 0.28);
  color: #fff;
  display: flex;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  min-height: 6rem;
  padding: 1rem 2rem 1.2rem 2rem;
}
.store-howto ul h3 > span:nth-child(1) {
  border-right: solid 0.1rem rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  margin-right: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (max-width: 768px) {
  .store-howto {
    padding: 8rem 3rem;
  }
  .store-howto .heading-2 + p {
    text-align: left;
  }
  .store-howto ul {
    gap: 3rem;
  }
  .store-howto ul li {
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem;
  }
  .store-howto ul li > * {
    width: 100%;
  }
  .store-howto ul li:nth-child(even) {
    flex-direction: column;
  }
  .store-howto ul h3 {
    margin-bottom: 2rem;
  }
}
.store-case {
  background: radial-gradient(circle at 10% 18%, rgba(0, 229, 255, 0.15), transparent 26%), radial-gradient(circle at 93% 82%, rgba(91, 44, 255, 0.16), transparent 28%), var(--store-ivory);
  padding: 10rem 0;
}
.store-case .heading-2 .en {
  background: var(--store-rgb-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.store-case .wrap {
  background: #fff;
  border: solid 0.1rem #d9ddff;
  border-radius: 2.4rem;
  box-shadow: 0 2rem 5rem rgba(35, 39, 170, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  overflow: hidden;
}
.store-case .wrap figure {
  min-height: 48rem;
}
.store-case .wrap figure img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.store-case .wrap > div {
  align-self: center;
  padding: 5rem;
}
.store-case .wrap > div h3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.store-case .wrap > div h3 span:nth-child(1) {
  background: var(--store-rgb-gradient);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 1.8rem;
  padding: 0.7rem 1.5rem;
}
.store-case .wrap > div h3 span:nth-child(2) {
  color: var(--store-deep);
  font-family: var(--font-jp);
  font-size: 2.7rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.store-case .wrap > div p {
  line-height: 2;
}
.store-case .wrap > div p span {
  display: block;
  margin-top: 2em;
  font-size: 1rem;
  color: #77738F;
}

@media screen and (max-width: 768px) {
  .store-case {
    padding: 8rem 3rem;
  }
  .store-case .wrap {
    display: block;
  }
  .store-case .wrap figure {
    min-height: auto;
    height: 24rem;
  }
  .store-case .wrap > div {
    padding: 3rem;
  }
}
.store-intro {
  background: var(--store-ivory);
  padding: 10rem 0;
}
.store-intro .heading-2 + p {
  text-align: center;
  line-height: 2;
  margin-bottom: 5rem;
}
.store-intro ul {
  display: flex;
  gap: 3rem;
}
.store-intro ul li {
  flex: 1;
  background: var(--store-paper);
  border: solid 0.1rem #d9ddff;
  border-radius: 1.8rem;
  box-shadow: 0 1rem 3rem rgba(35, 39, 170, 0.1);
  overflow: hidden;
}
.store-intro ul figure img {
  aspect-ratio: 4/3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.store-intro ul div {
  padding: 3rem;
}
.store-intro ul h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--store-deep);
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.store-intro ul h3 span {
  align-items: center;
  background: var(--store-rgb-gradient);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  height: 4.4rem;
  justify-content: center;
  margin-bottom: 2rem;
  width: 4.4rem;
}

@media screen and (max-width: 768px) {
  .store-intro {
    padding: 8rem 3rem;
  }
  .store-intro .heading-2 + p {
    text-align: left;
    margin-bottom: 4rem;
  }
  .store-intro ul {
    flex-direction: column;
  }
  .store-intro ul li {
    flex: none;
    width: 100%;
  }
}
.store-service {
  background: radial-gradient(circle at 8% 20%, rgba(0, 229, 255, 0.16), transparent 28%), radial-gradient(circle at 92% 82%, rgba(91, 44, 255, 0.15), transparent 30%), var(--store-mist);
  padding: 10rem 0;
}
.store-service .heading-2 + p {
  text-align: center;
  margin-bottom: 5rem;
}
.store-service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.store-service ul li {
  width: calc((100% - 3rem) / 2);
  background: var(--store-paper);
  border: solid 0.1rem #d5d9ff;
  border-radius: 1.8rem;
  box-shadow: 0 0.8rem 2.4rem rgba(35, 39, 170, 0.08);
  padding: 3rem;
}
.store-service ul li:nth-child(3) {
  width: 100%;
}
.store-service ul h3 span {
  color: var(--store-aqua);
  font-family: var(--font-garamond);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.store-service ul h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--store-deep);
  font-family: var(--font-jp);
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .store-service {
    padding: 8rem 3rem;
  }
  .store-service .heading-2 + p {
    text-align: left;
    margin-bottom: 4rem;
  }
  .store-service ul {
    flex-direction: column;
  }
  .store-service ul li {
    width: 100%;
  }
  .store-service ul li:nth-child(3) {
    width: 100%;
  }
}
.store-flow {
  background: var(--store-ivory);
  padding: 10rem 0;
}
.store-flow .heading-2 + p {
  text-align: center;
  margin-bottom: 5rem;
}
.store-flow ul {
  counter-reset: flow;
  display: flex;
  gap: 1.5rem;
}
.store-flow ul li {
  width: calc((100% - 4.5rem) / 4);
  background: var(--store-paper);
  border: solid 0.1rem #d9ddff;
  border-radius: 1.4rem;
  counter-increment: flow;
  padding: 2.8rem 2.2rem;
}
.store-flow ul li::before {
  color: var(--store-green);
  content: "0" counter(flow);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.store-flow ul li dt {
  color: var(--store-deep);
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .store-flow {
    padding: 8rem 3rem;
  }
  .store-flow .heading-2 + p {
    text-align: left;
    margin-bottom: 4rem;
  }
  .store-flow ul {
    flex-direction: column;
    gap: 3rem;
  }
  .store-flow ul li {
    width: 100%;
  }
}
.store-cta {
  background: var(--store-rgb-gradient);
  color: #fff;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store-cta .heading-2 .jp {
  color: #fff;
}
.store-cta .heading-2::after {
  display: none;
}
.store-cta p {
  text-align: center;
  margin-bottom: 4rem;
}
.store-cta a {
  background: #fff;
  border: solid 0.2rem #fff;
  border-radius: 999px;
  box-shadow: 0 0.8rem 2rem rgba(25, 93, 83, 0.18);
  color: var(--store-deep);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 30rem;
  padding: 1.6rem 3rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.store-cta a:hover {
  box-shadow: 0 1.2rem 2.8rem rgba(25, 93, 83, 0.24);
  opacity: 1;
  transform: translateY(-0.2rem);
}

@media screen and (max-width: 768px) {
  .store-cta {
    padding: 6rem 0;
  }
}/*# sourceMappingURL=style.css.map */