@charset "UTF-8";

/* ----------------------------------------------------
Shopify
---------------------------------------------------- */

/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* kv */

:root {
  --bg-color: rgb(255, 255, 255);
  --main-color: rgb(251, 63, 61);
  --sub-color: rgb(0, 64, 84);
}

.cross_main {
  overflow: hidden;
}

.cross_main p {
  line-height: 1.8;
  font-size: 16px;
}

.cross_main .kv {
  overflow: hidden;
}

.cross_main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/joom/bg.png);
  background-size: cover;
}

body.joom .l-header {
  background-color: #fff;
}

body.joom .c-lower {
  contain: none;
}

.cross_main .kv__title span {
  display: block;
  font-size: clamp(22px, 2.5vw, 48px);
  margin-top: 15px;
}

.cross_btn a {
  color: var(--main-color);
  background: var(--bg-color);
  border: 1px solid var(--main-color);
  display: inline-block;
  font-size: 18px;
  padding: 16px 37px;
  border-radius: 100px;
  line-height: 1;
  transition: 0.3s;
  margin: 80px auto 0;
}

.cross_btn a:hover {
  color: var(--bg-color);
  background-color: var(--main-color);
  transition: 0.3s;
}

.cross_main .kv {
  display: flex;
  margin-right: 0;
  gap: 3vw;
  margin-top: 5vw;
  margin-left: 5vw;
  margin-bottom: 5vw;
  align-items: center;
  justify-content: center;
}

.cross_main .kv .imgWrap img {
  max-width: 1050px;
  width: 60vw;
}

.cross_main section.kv .cross_btn a {
  margin: 70px auto 0;
}

.cross_main .c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 999px) {
  .cross_main .kv {
    flex-wrap: wrap;
    margin: 55px 0 0;
    gap: 40px;
  }

  .cross_main .kv .imgWrap {
    width: 100%;
    margin-left: -10vw;
    margin-right: -10vw;
  }

  .cross_main .kv .imgWrap img {
    width: 120vw;
  }

  .cross_main .kv .textWrap {
    margin-left: 15px;
  }

  .cross_main section.kv .cross_btn a {
    margin-top: 28px;
  }

  .cross_main .c-inner {
    margin: 0;
    padding-left: 15px;
  }

  .cross_btn a {
    margin: 60px auto 0;
  }
}

/* about */

.cross_main .section-ttl {
  text-align: center;
  font-size: clamp(30px, 2.7vw, 44px);
  margin: 120px auto 60px;
  letter-spacing: 0.05em;
}

.cross_main .section-ttl .en {
  display: block;
  color: var(--main-color);
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: 0.2em;
  font-weight: normal;
}

.cross_main section.about p {
  text-align: center;
}

.cross_main section.about .container {
  position: relative;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  padding: 46px 60px;
  margin-top: 40px;
}

.cross_main section.about .container::after {
  position: absolute;
  content: "";
  background: url(../images/shopify/about_img.svg) no-repeat center/contain;
  right: -6vw;
  top: 0;
  width: 526px;
  height: 373.62px;
  max-width: 30vw;
}

.cross_main section.about .point li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}

.cross_main section.about .point li::before {
  position: absolute;
  content: "";
  background: url(../images/shopify/check_icon.svg) no-repeat center/contain;
  left: 0;
  top: 3px;
  width: 29px;
  height: 24.98px;
}

.cross_main section.about .point {
  margin-top: 35px;
}

.cross_main section.about .cross_btn {
  text-align: center;
}

@media (max-width: 999px) {
  .cross_main section.about .container::after {
    bottom: -80px;
    right: 0;
    top: initial;
    max-width: 100%;
    height: 234.62px;
  }

  .cross_main section.about .container {
    padding: 28px 15px 160px;
    margin-top: 56px;
    margin-bottom: 100px;
  }

  .cross_main section.about .point li {
    font-size: 18px;
  }

  .cross_main .section-ttl {
    margin: 60px auto 30px;
  }

  .cross_main section.about .container img.logo {
    width: 170px;
  }
}

/* strength */

.cross_main section.strength li {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 62px 24px 28px;
  text-align: center;
  flex: 1;
}

.cross_main section.strength li::before {
  position: absolute;
  content: "01";
  font-size: 36px;
  background-color: var(--main-color);
  width: 70px;
  height: 70px;
  border-radius: 100px;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.cross_main section.strength li:nth-of-type(2):before {
  content: "02";
}

.cross_main section.strength li:nth-of-type(3):before {
  content: "03";
}

.cross_main section.strength h3 {
  border-radius: 100px;
  background: var(--main-color);
  color: var(--bg-color);
  font-size: 14px;
  display: inline-block;
  padding: 6px 11px;
  line-height: 1;
  text-align: center;
  margin-top: 18px;
}

.cross_main section.strength h4 {
  font-size: 24px;
  margin: 16px auto 12px;
}

.cross_main section.strength li p {
  text-align: center;
}

.cross_main .strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  margin-top: 80px;
}

.cross_main section.strength .cross_btn {
  text-align: center;
}

@media (max-width: 999px) {
  .cross_main section.strength li {
    flex: auto;
    max-width: 320px;
  }

  .cross_main .strength__list {
    gap: 76px;
    justify-content: center;
  }
}

/* feature */

.cross_main section.feature .num {
  font-size: 63px;
  color: var(--main-color);
}

.cross_main section.feature h3 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 21px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.cross_main section.feature p .orange {
  color: var(--main-color);
  font-weight: bold;
}

.cross_main .feature__item:first-of-type {
  margin-bottom: 60px;
}

.cross_main section.feature .wrapper {
  display: flex;
  gap: 5vw;
}

.cross_main section.feature .feature__list {
  width: 70%;
}

.cross_main section.feature .wrapper:first-of-type .feature__img {
  margin-right: -10vw;
  width: 50vw;
}

.cross_main section.feature .wrapper:nth-of-type(2) .feature__img {
  margin-left: -10vw;
  width: 50vw;
}

.cross_main section.feature .section-ttl {
  margin-bottom: 80px;
}

.cross_main section.feature .wrapper:first-of-type {
  margin-bottom: 100px;
}

.cross_main section.feature .cross_btn {
  text-align: center;
}

@media (max-width: 999px) {
  .cross_main section.feature .wrapper {
    flex-wrap: wrap;
  }

  .cross_main section.feature .feature__list {
    width: 100%;
  }

  .cross_main section.feature .section-ttl {
    margin-bottom: 30px;
  }

  .cross_main section.feature .num {
    font-size: 49px;
  }

  .cross_main section.feature h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .cross_main .feature__item:first-of-type,
  .cross_main .feature__item {
    margin-bottom: 30px;
  }

  .cross_main section.feature .wrapper:first-of-type .feature__img {
    width: 100%;
    margin-right: 0;
  }

  .cross_main section.feature .wrapper:nth-of-type(2) {
    flex-wrap: wrap-reverse;
  }

  .cross_main section.feature .wrapper:first-of-type {
    margin-bottom: 30px;
  }

  .cross_main section.feature .wrapper:nth-of-type(2) .feature__img {
    width: 100%;
    margin-left: 0;
  }
}

/* flow */

.cross_main section.flow .arrow path {
  stroke-width: 1px;
  stroke: #ff4800;
}

.cross_main section.flow .flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
  align-items: center;
}

.cross_main section.flow .flow__item {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 62px 24px 28px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cross_main section.flow .flow__item::before {
  position: absolute;
  content: "01";
  font-size: 36px;
  background-color: var(--main-color);
  width: 70px;
  height: 70px;
  border-radius: 100px;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.cross_main section.flow li:nth-of-type(2):before {
  content: "02";
}

.cross_main section.flow li:nth-of-type(3):before {
  content: "03";
}

.cross_main section.flow .flow__item .icon {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cross_main section.flow h3 {
  font-size: 24px;
}

@media (max-width: 999px) {
  .cross_main section.flow .flow__list {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .cross_main section.flow .flow__item {
    flex: auto;
    max-width: 320px;
  }

  .cross_main .arrow {
    transform: rotate(90deg);
    margin-bottom: 30px;
  }
}

/* contact */

.cross_main section.contact .container {
  background: #faf3f0;
  padding: 62px 50px;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.cross_main section.contact {
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .cross_main section.contact .container {
    padding: 40px 15px;
  }
}
