@import url("/assets/vendor/destyle.css");
@import url("/assets/vendor/tailwind-subset.css");
/* dōzo for Business(/a/p/forbiz)— 独立 LP。
   收编自线上专用样式(均为未压缩源码,仅本地化资源路径):
   ① app.css 工具类子集(按页面实际 class 抽取)② front/v1/lp/css/style.css(LP 页头)
   ③ front/v1/lpforb/css/style.css(七段 + pc:/sm: 工具层)。真理源见 assets-harvest。 */

/* forbiz 工具类子集:从线上 app.css(Tailwind build)按页面实际 class 抽取。 */
.absolute { position:absolute }
.relative { position:relative }
.-bottom-8 { bottom:-2rem }
.mx-2 { margin-left:.5rem;margin-right:.5rem }
.mr-3 { margin-right:.75rem }
.ml-3 { margin-left:.75rem }
.inline { display:inline }
.flex { display:flex }
.h-8 { height:2rem }
.h-full { height:100% }
.w-full { width:100% }
.flex-grow { flex-grow:1 }
.cursor-pointer { cursor:pointer }
.items-center { align-items:center }
.justify-center { justify-content:center }
.justify-between { justify-content:space-between }
.gap-2 { gap:.5rem }
.rounded-2xl { border-radius:1rem }
.rounded-full { border-radius:9999px }
.rounded-t-2xl { border-top-left-radius:1rem;border-top-right-radius:1rem }
.border-2 { border-width:2px }
.border-t { border-top-width:1px }
.border-black { --tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity)) }
.bg-white { --tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity)) }
.bg-gray-100 { --tw-bg-opacity:1;background-color:rgba(239,239,236,var(--tw-bg-opacity)) }
.hover\:bg-gray-500:hover { --tw-bg-opacity:1;background-color:rgba(224,224,218,var(--tw-bg-opacity)) }
.pt-2 { padding-top:.5rem }
.text-center { text-align:center }
.font-futura { font-family:futura-pt,sans-serif }
.text-13 { font-size:13px }
.text-14 { font-size:14px }
.font-medium { font-weight:500 }
.font-bold { font-weight:700 }
.italic { font-style:italic }
.placeholder-black::-moz-placeholder { --tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity)) }
.placeholder-black:-ms-input-placeholder { --tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity)) }
.placeholder-black::placeholder { --tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity)) }
@media (max-width:767px) {
  .sm\:my-3 { margin-bottom:.75rem;margin-top:.75rem }
  .sm\:mr-5 { margin-right:1.25rem }
  .sm\:mb-6 { margin-bottom:1.5rem }
  .sm\:flex-shrink-0 { flex-shrink:0 }
  .sm\:pb-2 { padding-bottom:.5rem }
  .sm\:text-12 { font-size:12px }
  .sm\:text-16 { font-size:16px }
  .sm\:text-17 { font-size:17px }
  .sm\:text-27 { font-size:27px }
}
@media (min-width:768px) {
  .md\:px-3 { padding-left:.75rem;padding-right:.75rem }
  .md\:text-16 { font-size:16px }
}
.moveLeftTop:hover { cursor:pointer;transform:translate(-4px,-4px);transition:.5s }
@media (min-width:768px) {
  .sp { display:none }
}
@media (max-width:767px) {
  .pc { display:none }
}
.hoverBtn,.hoverDefault,.hoverLink,.hoverScale { cursor:pointer;transition-duration:.3s }
.hoverBtn:hover,.hoverLink:hover { opacity:.4 }
@media (max-width:767px) {
  .headerNav_menu { width:126px }
}
@media (min-width:768px) {
  .headerNav_menu { width:355px }
  .headerNav_menu-search { max-height:35px;padding-left:12px }
  .headerNav_menu-search img { height:35px;width:18px }
  .headerNav_menu-search input { height:35px;width:134px }
}

/* ============ ② lp/css/style.css(LP 基础/页头) ============ */
@charset "UTF-8";


/* fonts: 全站 Noto 栈 */500;700&display=swap");
/* typekit futura-pt: Phase1 用 Jost 替身(tokens) */
/* ==========================================================================
   Base Styles
========================================================================== */
/* ======================
   Common
====================== */
html {
  scroll-behavior: revert;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: var(--color-ink);
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-i {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.wrap {
  overflow: hidden;
}

.pc-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-area {
    display: block;
  }
}

.sp-area {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-area {
    display: none;
  }
}

.new-line {
  display: block;
}
@media screen and (min-width: 768px) {
  .new-line {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.inner {
  padding: 0 15px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1280px), print {
  .inner {
    padding: 0;
  }
}

.flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

img {
  width: 100%;
}

.zoomIn {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.zoomIn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* ======================
   Header
====================== */
.header-container {
  position: relative;
  z-index: 3;
  background: var(--color-white);
}
.header-container header .title {
  position: relative;
  z-index: 2;
  margin: 0;
}
.header-container header .title a {
  color: var(--color-white);
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .header-container header .title a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .header-container header .title a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.header-container header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  padding: 10px 1.25rem;
  position: fixed;
  width: 100%;
  background: var(--color-white);
}
.header-container header .site-header .site-logo {
  margin-right: 1rem;
}
.header-container header .site-header .site-logo img {
  width: 100%;
  max-width: 102px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 换皮:LP 页头 logo 走真文本 wordmark(原为 site_logo.svg 图字) */
.header-container header .site-header .site-logo a {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  white-space: nowrap;
}
.header-container header .site-header .site-logo .dd-wordmark {
  font-size: 24px;
  line-height: 1;
}
.dd-forbiz-tag {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--color-main-ink);
}
@media screen and (max-width: 767.98px) {
  .header-container header .site-header .site-logo .dd-wordmark { font-size: 19px; }
  .dd-forbiz-tag { font-size: 10px; }
}
.header-container header .site-header.transform {
  padding: 0 1.25rem;
  -webkit-transform: initial;
          transform: initial;
}
.header-container header .site-header.transform .site-logo {
  margin-right: 1rem;
}
.header-container header .site-header.transform .site-logo img {
  width: 100%;
  max-width: 92px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-container header .site-header .menu {
  position: fixed;
  top: 12px;
  right: 15px;
  width: 100%;
}
.header-container header .site-header .line-list {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  z-index: 300;
}
.header-container header .site-header .line-list span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: var(--color-ink);
  border-radius: 9999px;
}
.header-container header .site-header .line-list span:nth-child(1) {
  margin-top: -8px;
}
.header-container header .site-header .line-list span:nth-child(3) {
  margin-top: 8px;
}
.header-container header .site-header .line-list.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  left: 8px;
}
.header-container header .site-header .line-list.active span:nth-child(2) {
  opacity: 0;
}
.header-container header .site-header .line-list.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  left: 8px;
}
.header-container header .site-header .menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: var(--color-ink);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
.header-container header .site-header .global-nav {
  position: fixed;
  right: -250px;
  top: 0;
  width: 230;
  height: 100vh;
  background: var(--color-white);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 85px 16px 16px;
}
@media screen and (min-width: 768px) {
  .header-container header .site-header .global-nav {
    right: -400px;
    width: 400px;
    padding: 85px 40px 40px;
  }
}
.header-container header .site-header .global-nav .search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-ink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
  width: 200px;
  margin-bottom: 28px;
  margin-top: 20px;
  padding: 4px 24px 4px 12px;
  border-radius: 9999px;
  font-weight: 500;
}
.header-container header .site-header .global-nav .search:hover {
  background: var(--color-muted);
  border: 1px solid var(--color-ink);
}
.header-container header .site-header .global-nav a img {
  max-width: 30px;
  margin-right: 0.75rem;
}
.header-container header .site-header .global-nav ul {
  background: var(--color-white);
  margin: 0 auto;
}
.header-container header .site-header .global-nav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.header-container header .site-header .global-nav ul li a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color-ink);
  padding: 8px 0;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-container header .site-header .global-nav ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header-container header .site-header .global-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-main);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.header-container header .site-header .global-nav ul li a img {
  max-width: 30px;
  margin-right: 0.75rem;
}
.header-container header .site-header .global-nav ul li:hover a {
  opacity: 0.4;
}
.header-container header .site-header .global-nav ul li:nth-of-type(2) a img {
  width: 20px;
  margin-right: 1rem;
  margin-left: 5px;
}
.header-container header .site-header .global-nav .main-nav {
  margin-bottom: 32px;
}
.header-container header .site-header .global-nav .main-nav li {
  border-bottom: 1px solid var(--color-muted);
}
.header-container header .site-header .global-nav .main-nav li:first-child {
  border-top: 1px solid var(--color-muted);
}
.header-container header .site-header .global-nav .main-nav li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .header-container header .site-header .global-nav .main-nav li a {
    padding: 20px 0;
  }
}
.header-container header .site-header .global-nav .sub-nav li {
  margin-bottom: 20px;
}
.header-container header .site-header .global-nav .sub-nav li:nth-child(2) {
  padding-bottom: 2.75rem;
}
.header-container header .site-header .global-nav .sub-nav li a {
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header-container header .site-header .global-nav .sub-nav li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.header-container header .site-header .global-nav .sns-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 128px;
}
@media screen and (min-width: 768px) {
  .header-container header .site-header .global-nav .sns-nav {
    width: 132px;
  }
}
.header-container header .site-header .global-nav .sns-nav a:hover {
  opacity: 0.4;
}
.header-container header .site-header .global-nav .sns-nav a img {
  margin-right: 0;
}
.header-container header .site-header .global-nav .sns-nav a img:hover {
  opacity: 0.4;
}
.header-container header .site-header .global-nav.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

body.nav-open .menu-bg {
  opacity: 0.7 !important;
  visibility: visible !important;
}

body.nav-open .global-nav {
  right: 0 !important;
}

/*========= 背景動画 ===============*/
/*header設定*/
.mv {
  margin-top: 70px;
}
/* `.mv #header` 三条已于 2026-08-02 删除:全站 0 个 id="header" 元素,选择器实测
   命中 0,这段背景(指向 roster.png)从来没渲染过——是 harvest 带进来的死规则。
   留着会让人以为角色图还被 for-business 当背景用。 */
.mv .header_inner {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv .header_inner {
    width: 351px;
    width: 45.703125vw;
    padding-left: 100px;
    padding-left: 13.0208333333vw;
  }
}
@media screen and (min-width: 1280px), print {
  .mv .header_inner {
    width: 491px;
    width: 38.359375vw;
    padding-top: 120px;
    padding-top: 9.375vw;
    padding-bottom: 80px;
    padding-bottom: 6.25vw;
    padding-left: 220px;
    padding-left: 17.1875vw;
  }
}
.mv .header_title {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .mv .header_title {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1280px), print {
  .mv .header_title {
    font-size: 20px;
  }
}
.mv .header_logo {
  max-width: 189px;
  width: 160px;
  width: 42.6666666667vw;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 250px;
  margin-bottom: 66.6666666667vw;
}
@media screen and (min-width: 768px) {
  .mv .header_logo {
    margin-bottom: 45px;
    margin-bottom: 5.859375vw;
  }
}
@media screen and (min-width: 1280px), print {
  .mv .header_logo {
    margin-bottom: 100px;
    margin-bottom: 7.8125vw;
  }
}
.mv .header_info {
  width: 260px;
  width: 69.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mv .header_info {
    width: 250px;
    width: 32.5520833333vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .mv .header_info {
    width: 270px;
    width: 21.09375vw;
  }
}
.mv .header_info li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50vh;
  padding: 2px 3px 2px 25px;
  margin-bottom: 10px;
  color: var(--color-ink);
}
@media screen and (min-width: 1280px), print {
  .mv .header_info li {
    padding: 4px 5px 4px 35px;
  }
}
.mv .header_info li::before {
  content: "";
  background: url("/assets/common/ic_list_check.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 5px;
}
@media screen and (min-width: 1280px), print {
  .mv .header_info li::before {
    width: 19px;
    height: 19px;
    top: 8px;
    left: 10px;
  }
}

.fixed-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fixed-bnr .fixed-bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.fixed-bnr .fixed-bnr-inner a {
  margin: 0 0.5%;
  display: block;
}
.fixed-bnr .fixed-bnr-inner a img {
  width: 100%;
}

/* ======================
   Main
====================== */
.main-container {
  position: relative;
  z-index: 1;
  background: var(--color-white);
}
article {
  background-color: var(--color-bg);
}
article section {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  article section {
    padding: 3rem 0;
  }
}
article section .section_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-hl)));
  background: linear-gradient(transparent 60%, var(--color-hl) 60%);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  article section .section_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  article section .section_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
article section .section_title .marker {
  padding-left: 16px;
  padding-left: 4.2666666667vw;
  padding-right: 8px;
  padding-right: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  article section .section_title .marker {
    padding-left: 40px;
    padding-left: 5.2083333333vw;
    padding-right: 10px;
    padding-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1280px), print {
  article section .section_title .marker {
    padding-left: 100px;
    padding-left: 7.8125vw;
    padding-right: 10px;
    padding-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) {
  article section .section_title .pl0 {
    padding-left: 0;
  }
  article section .section_title .pr0 {
    padding-right: 0;
  }
}
article section .section_title ~ * {
  margin-top: 25px;
}
article section .section_title p {
  margin-top: 1rem;
}

.detail_link {
  margin: 0 auto;
  width: 195px;
}
.detail_link a {
  position: relative;
  width: 100%;
  background-color: var(--color-ink-soft);
  color: var(--color-white);
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 0;
  border-radius: 60px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.detail_link a::after {
  background: url("/assets/common/nav-arrow-black.svg") no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 15px;
}
.detail_link a:hover {
  background-color: var(--color-muted);
}
.detail_link a:hover::after {
  right: 10px;
}
.detail_link.right {
  margin-right: 2rem;
}

.floating {
  width: 195px;
  margin-right: 2rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .floating {
    float: right;
  }
}
.floating.fixed {
  position: fixed;
  bottom: 25px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
  opacity: 1;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  visibility: visible;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
@media screen and (min-width: 768px) {
  .floating.fixed {
    bottom: 20px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.floating.fixed.none {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.floating.active {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

#feature .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  #feature .flex {
    padding: 30px 0;
    margin-top: 0;
    width: 700px;
    width: 91.1458333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#feature .flex .flex_item .item_ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #feature .flex .flex_item .item_ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1280px), print {
  #feature .flex .flex_item .item_ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
#feature .flex .flex_item .item_txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #feature .flex .flex_item .item_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px), print {
  #feature .flex .flex_item .item_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#feature .flex .item_desc {
  width: 65%;
}
#feature .flex .item_img {
  width: 30%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #feature .flex .item_img {
    width: 35%;
  }
}
#feature .flex .item_img img {
  width: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  max-width: initial;
}
@media screen and (min-width: 768px) {
  #feature .flex .item_img img {
    max-width: 300px;
    width: 250px;
    width: 32.5520833333vw;
    position: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1280px), print {
  #feature .flex .item_img img {
    width: 300px;
  }
}
#feature .flex:first-of-type {
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  #feature .flex:first-of-type {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1280px), print {
  #feature .flex:first-of-type {
    margin-top: -60px;
  }
}
#feature .flex:first-of-type .item_ttl {
  margin-top: 40px;
}
#feature .flex:first-of-type .item_img img {
  max-width: 171px;
  width: 90px;
}
@media screen and (min-width: 768px) {
  #feature .flex:first-of-type .item_img img {
    width: 100px;
    width: 13.0208333333vw;
  }
}
#feature .flex:nth-of-type(odd) .item_img {
  position: relative;
}
#feature .flex:nth-of-type(even) .item_desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 64%;
}
@media screen and (min-width: 1280px), print {
  #feature .flex:nth-of-type(even) .item_desc {
    width: 57%;
  }
}
#feature .flex:nth-of-type(even) .item_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
#feature .flex:nth-of-type(even) .item_img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-30%, -55%);
          transform: translate(-30%, -55%);
  max-width: initial;
}
@media screen and (min-width: 768px) {
  #feature .flex:nth-of-type(even) .item_img img {
    max-width: 300px;
    width: 250px;
    width: 32.5520833333vw;
    position: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1280px), print {
  #feature .flex:nth-of-type(even) .item_img img {
    width: 300px;
  }
}
#feature .flex:last-of-type {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #feature .flex:last-of-type {
    margin-bottom: 0;
  }
}
#feature .flex:last-of-type .item_desc {
  width: 85%;
}
@media screen and (min-width: 768px) {
  #feature .flex:last-of-type .item_desc {
    width: 65%;
  }
}
#feature .flex:last-of-type .item_img {
  width: 15%;
}
@media screen and (min-width: 768px) {
  #feature .flex:last-of-type .item_img {
    width: 35%;
  }
}
#feature .flex:last-of-type .item_img img {
  -webkit-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
}
@media screen and (min-width: 768px) {
  #feature .flex:last-of-type .item_img img {
    max-width: 300px;
    width: 250px;
    width: 32.5520833333vw;
    position: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1280px), print {
  #feature .flex:last-of-type .item_img img {
    width: 300px;
  }
}
#feature .flex:not(:last-of-type) {
  position: relative;
}
#feature .flex:not(:last-of-type)::after {
  content: "";
  background: url("/assets/dd/forbiz/dot-rule.svg") repeat;
  width: 60%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #feature .flex:not(:last-of-type)::after {
    width: 100%;
  }
}

#pattern .inner {
  max-width: 900px;
  margin: 40px auto 0 auto;
}
#pattern .intro_desc {
  font-size: 18px;
  font-size: 1.125rem;
}
#pattern .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #pattern .flex {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #pattern .flex:nth-of-type(1) {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pattern .flex:nth-of-type(2) {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#pattern .flex .flex_item {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #pattern .flex .flex_item {
    width: 40%;
  }
}
@media screen and (max-width: 767.98px) {
  #pattern .flex .flex_item::after {
    content: "";
    background: url("/assets/dd/forbiz/dot-rule.svg") repeat;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#pattern .flex .flex_item:last-of-type::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #pattern .flex .flex_item:first-of-type {
    margin-right: 1.5rem;
  }
  #pattern .flex .flex_item:first-of-type::after {
    content: "";
    width: 1px;
    height: 93%;
    background: url("/assets/dd/forbiz/dot-rule.svg") repeat;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #pattern .flex .flex_item:last-of-type {
    margin-left: 1.5rem;
  }
}
#pattern .flex .flex_item .item_ttl {
  position: relative;
  background-color: var(--color-white);
  border: solid 1px var(--color-ink);
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  min-height: 85px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pattern .flex .flex_item .item_ttl::after {
  content: "";
  background: url("/assets/dd/forbiz/bubble-tail.svg") no-repeat;
  background-size: 100%;
  width: 23px;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#pattern .flex .flex_item img {
  width: 100%;
}
#pattern .flex .flex_item .gift_list_ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
}
#pattern .flex .flex_item .gift_list_item li {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 15px;
}
#pattern .flex .flex_item .gift_list_item li::before {
  content: "";
  background: url("/assets/common/ic_list_check.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}

#other_gift .inner {
  max-width: 730px;
  margin: 40px auto 0 auto;
}
#other_gift .other_gift_list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
#other_gift .other_gift_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #other_gift .other_gift_list li {
    margin-right: 20px;
  }
}
#other_gift .other_gift_list li a {
  background-color: var(--color-white);
  border: solid 1px var(--color-ink);
  border-radius: 50vh;
  padding: 10px 20px;
  -webkit-box-shadow: 5px 5px 0 0 var(--color-border);
          box-shadow: 5px 5px 0 0 var(--color-border);
}
@media screen and (min-width: 768px) {
  #other_gift .other_gift_list li a:hover {
    outline: solid 2px var(--color-ink);
  }
}

#pro_select {
  clear: both;
}
#pro_select .inner {
  max-width: 900px;
  margin: 40px auto 0 auto;
}
#pro_select .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pro_select .flex .flex_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #pro_select .flex .flex_item {
    width: 47.5%;
  }
}
#pro_select .flex .flex_item .item_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #pro_select .flex .flex_item .item_ttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1280px), print {
  #pro_select .flex .flex_item .item_ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
#pro_select .flex .flex_item .item_ttl .new-line {
  display: none;
}
@media screen and (min-width: 768px) {
  #pro_select .flex .flex_item .item_ttl .new-line {
    display: block;
  }
}
#pro_select .flex .flex_item .item_txt {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #pro_select .flex .flex_item .item_txt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1280px), print {
  #pro_select .flex .flex_item .item_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#pro_select .flex .flex_item img {
  width: 100%;
}
#pro_select .flex:nth-of-type(odd) .item_info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
#pro_select .flex:nth-of-type(odd) .item_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#pro_select .flex:nth-of-type(odd) .item_img img {
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  #pro_select .flex:nth-of-type(odd) .item_img img {
    margin-left: 0;
  }
}
#pro_select .flex:nth-of-type(even) {
  margin-top: 20px;
}
#pro_select .flex:nth-of-type(even) .item_info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #pro_select .flex:nth-of-type(even) .item_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#pro_select .flex:nth-of-type(even) .item_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  #pro_select .flex:nth-of-type(even) .item_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#pro_select .flex:nth-of-type(even) .item_img img {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  #pro_select .flex:nth-of-type(even) .item_img img {
    margin-left: 0;
  }
}

#brand .slider_brand {
  margin-top: 40px;
}
#brand .slider_brand li {
  margin: 0 15px;
}
@media screen and (min-width: 1280px), print {
  #brand .slider_brand li img {
    width: 150px;
  }
}

#message_card .slider_message {
  margin-top: 40px;
  margin-bottom: 20px;
}
#message_card .slider_message .slick-list {
  padding-bottom: 5px;
}
#message_card .slider_message li {
  margin: 0 10px;
}
#message_card .slider_message li img {
  -webkit-box-shadow: 5px 5px 0 0 var(--color-muted);
          box-shadow: 5px 5px 0 0 var(--color-muted);
}
@media screen and (min-width: 1280px), print {
  #message_card .slider_message li img {
    width: 200px;
    height: 200px;
  }
}
#message_card .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #message_card .flex {
    margin: 50px auto 0 auto;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1280px), print {
  #message_card .flex {
    padding: 0;
  }
}
#message_card .flex .flex_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #message_card .flex .flex_item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #message_card .flex .flex_item .inner {
    padding: 0;
  }
}
#message_card .flex .flex_item .item_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #message_card .flex .flex_item .item_ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px), print {
  #message_card .flex .flex_item .item_ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#message_card .flex .flex_item .item_txt {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #message_card .flex .flex_item .item_txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1280px), print {
  #message_card .flex .flex_item .item_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#message_card .flex .flex_item img {
  margin-top: 15px;
}

#how_to_use .section_title .futura-i {
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  #how_to_use .section_title .futura-i {
    font-size: 42px;
  }
}
@media screen and (min-width: 1280px), print {
  #how_to_use .section_title .futura-i {
    font-size: 54px;
  }
}
#how_to_use .head_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #how_to_use .head_ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    clear: both;
    padding: 0 25px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px), print {
  #how_to_use .head_ttl {
    font-size: 32px;
    font-size: 2rem;
    max-width: 1000px;
  }
}
#how_to_use .slider_how_to_use {
  position: relative;
  margin-bottom: 40px;
}
#how_to_use .slider_how_to_use li {
  margin-right: 20px;
}
#how_to_use .slider_how_to_use .prev,
#how_to_use .slider_how_to_use .next {
  position: absolute;
  top: 50%;
  display: block;
  width: 29px;
  height: 58px;
  padding: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
#how_to_use .slider_how_to_use .next {
  right: 8px;
  right: 2.1333333333vw;
  background-image: url("/assets/common/nav-arrow-black.svg");
}
@media screen and (min-width: 768px) {
  #how_to_use .how_to_use_send {
    padding: 0 25px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px), print {
  #how_to_use .how_to_use_send {
    max-width: 1000px;
  }
}
#how_to_use .how_to_use_send .how_to_use_send_item {
  display: block;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #how_to_use .how_to_use_send .how_to_use_send_item {
    max-width: 640px;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1280px), print {
  #how_to_use .how_to_use_send .how_to_use_send_item {
    max-width: 870px;
  }
}
#how_to_use .how_to_use_send .right_side {
  float: right;
}
@media screen and (min-width: 768px) {
  #how_to_use .how_to_use_send .right_side {
    margin-left: 50px;
    margin-left: 6.5104166667vw;
  }
}
@media screen and (min-width: 1280px), print {
  #how_to_use .how_to_use_send .right_side {
    margin-left: 130px;
    margin-left: 10.15625vw;
  }
}
@media screen and (min-width: 768px) {
  #how_to_use .how_to_use_get {
    padding: 0 25px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px), print {
  #how_to_use .how_to_use_get {
    max-width: 1000px;
  }
}
#user_voice .section_title .futura-i {
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  #user_voice .section_title .futura-i {
    font-size: 42px;
  }
}
@media screen and (min-width: 1280px), print {
  #user_voice .section_title .futura-i {
    font-size: 54px;
  }
}
#user_voice .user_voice_wrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 2rem;
}
#user_voice .user_voice_wrap .user_voice_item {
  position: relative;
  width: 100%;
  background-color: var(--color-white);
  border: solid 1px var(--color-ink);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 50px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #user_voice .user_voice_wrap .user_voice_item {
    width: 32%;
    margin-bottom: 0;
    min-height: 424px;
  }
}
@media screen and (min-width: 1280px), print {
  #user_voice .user_voice_wrap .user_voice_item {
    min-height: 253px;
  }
}
#user_voice .user_voice_wrap .user_voice_item picture {
  position: relative;
  z-index: 1;
  margin-top: -55px;
  margin-left: 10px;
  width: 100px;
  height: 100px;
  float: right;
  border: solid 1px var(--color-ink);
  border-radius: 100vh;
  overflow: hidden;
}
/* ======================
   Footer
====================== */
.footer-container {
  position: relative;
  z-index: 1;
}
.footer-container .foot-wrap {
  color: var(--color-white);
  background: var(--color-ink-soft);
  padding-top: 72px;
}
.footer-container .foot_logo {
  max-width: 189px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.footer-container a:hover {
  opacity: 0.4;
}
.footer-container a img:hover {
  opacity: 0.4;
}
.footer-container .foot_menu .sns-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.footer-container .foot_menu .sns-nav a img {
  width: 30px;
  height: 30px;
}
.footer-container .foot_menu .foot-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer-container .foot_menu .foot-nav {
    width: 82%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-container .foot_menu .foot-nav {
    width: 640px;
  }
}
.footer-container .foot_menu .foot-nav li {
  width: 50%;
  background: #1a1a1a;
  border: 0.5px solid var(--color-ink);
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  .footer-container .foot_menu .foot-nav li {
    width: 25%;
    background: none;
    border: none;
    height: auto;
    line-height: initial;
    margin-bottom: 20px;
  }
  .footer-container .foot_menu .foot-nav li:nth-of-type(2) {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-container .foot_menu .foot-nav li:nth-of-type(2)::after {
    content: "|";
    margin-left: 50px;
  }
}
.footer-container .foot_menu .foot-nav li a {
  color: var(--color-white);
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}
.footer-container .foot_menu .pay-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 210px;
  width: 160px;
  width: 42.6666666667vw;
  margin: auto;
  line-height: inherit;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .footer-container .foot_menu .pay-nav {
    max-width: 360px;
    width: 100%;
    padding-bottom: 15px;
  }
}
.footer-container .foot_menu .pay-nav li {
  width: 36px;
  height: 22px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .footer-container .foot_menu .pay-nav li {
    width: 11%;
    height: auto;
  }
}
.footer-container address {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--color-ink-soft);
  color: var(--color-white);
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .footer-container address {
    padding-top: 0;
  }
}

/* ==========================================================================
   Helper classes
========================================================================== */
.clear {
  clear: both;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */

/* ============ ③ lpforb/css/style.css(forbiz 七段) ============ */

body {
  background-color: var(--color-white);
}
.fnt-bold {
  font-weight: 700 !important;
}
.fnt-semibold {
  font-weight: 600;
}
.fnt-medium {
  font-weight: 500;
}
.fnt-regular {
  font-weight: 400 !important;
}
.sclfadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
.sclfadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slick-dots {
  position: relative;
  bottom: 0;
  top: 0.4rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0.1rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  -webkit-appearance: none;
  background: var(--color-border);
  border: 0;
  border-radius: 50%;
  color: transparent;
  display: block;
  font-size: 0;
  height: 8px;
  width: 8px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--color-ink);
}
.slick-dots li button:before {
  content: none;
}

.wrap-main.fadein {
  position: relative;
}
.wrap-main.fadein:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  transition: all 1.0s 0s ease;
  z-index: 99999;
}
.wrap-main.fadeout:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  transition: all 1.0s 0s ease;
  opacity: 0;
  z-index: 99999;
}

.footer-container .foot_menu .foot-nav li:nth-of-type(2)::after {
  content: "";
  margin-left: 50px;
}
.mask_yellow {
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-hl) 0,var(--color-hl));
}
.mask_yellow.slide {
  position: relative;
  z-index: 0;
  background: inherit;
}
.mask_yellow.slide:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-hl) 0,var(--color-hl));
}
.mask_yellow.slide.v2:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-hl) 0,var(--color-hl));
}
.mask_gray {
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-bg) 0,var(--color-bg));
}
.mask_gray.slide {
  position: relative;
  z-index: 0;
  background: inherit;
}
.mask_gray.slide:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-bg) 0,var(--color-bg));
}
.mask_gray_inline {
  position: relative;
  z-index: 0;
  background: inherit;
  display: inline !important;
}
.mask_gray_inline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-bg) 0,var(--color-bg));
}
h2.bline100:after {
  content: "";
  border-bottom: 5px solid var(--color-ink);
  padding-bottom: 3rem;
  display: inline-block;
  width: 100px;
}
.balloon {
  position: relative;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -35px;
  border: 15px solid transparent;
  border-right: 25px solid var(--color-white);
}

.ico-social {
  position: relative;
}
.ico-social:before {
  content: "";
  background: url("/assets/dd/forbiz/doodle-tote.svg") no-repeat;
  background-size: 114px auto;
  background-position: center 0px;
  width: 100%;
  height: 134px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.ico-card {
  position: relative;
}
.ico-card:before {
  content: "";
  background: url("/assets/dd/forbiz/doodle-ring.svg") no-repeat;
  background-size: 114px auto;
  background-position: center 0px;
  width: 100%;
  height: 134px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-dotted:after {
  content: "";
  background: url(/assets/dd/forbiz/dot-rule.svg) repeat;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box-item-labels span {
  background-color: var(--color-border);
  padding: 4px 30px;
  border-radius: 1rem;
  font-size: 14px;
}
.box-item-labels span.orenge {
  background-color: var(--color-base-orange);
}
.box-item-labels span.green {
  background-color: var(--color-base-green);
}
.box-item-labels span.blue {
  background-color: var(--color-base-blue);
}

.box-item-inner {
  width: 98%;
  max-width: 1180px;
  margin: auto;
}

.head-banner {
  position: relative;
  padding-top: 0px;
  opacity: 1;
  outline: none;
}
.head-banner #js-breadclumb {
  position: absolute;
  top: 0px;
  height: max-content;
  z-index: 0;
}
.head-banner #js-breadclumb ul {
  justify-content: inherit;
}
.head-banner .bnr-main {
  padding: 80px 0 80px;
}

.header-container header .site-header {
  min-height: 70px;
}
.header-container header .site-header .site-header-menu {
  position: absolute;
  z-index: 0; 
  right: 3.6rem;
}
.header-container header .site-header .site-header-menu .btn .btn-black {
  min-height: 35px;
  background: var(--color-ink-soft);
  border: 0;
  border-radius: 60px;
  color: var(--color-white);
  padding: 0 12px;
}
.header-container header .site-header .site-header-menu .btn .btn-black:hover {
  background: var(--color-muted);
  opacity: 1;
  color: var(--color-white) !important;
}

.header-container header .site-header .menu {
  position: fixed;
  top: 12px;
  right: 15px;
  width: auto;
}

.header-container header .site-header .line-list:hover {
  cursor: pointer;
}
.header-container header .site-header .global-nav {
  right: -400px;
  padding: 85px 0px 5rem;
}
.header-container header .site-header .global-nav .global-nav-inner {
  padding: 0px 40px;
}
.header-container header .site-header .global-nav .global-nav-sub-inner.border-tb {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.header-container header .site-header .global-nav .global-nav-sub-inner.border-t {
  border-top: 1px solid var(--color-border);
}
.header-container header .site-header .global-nav .main-nav li {
  border-bottom: 1px solid var(--color-border);
}
.header-container header .site-header .global-nav .main-nav li:first-child {
  border-top: 1px solid var(--color-border);
}
.header-container header .site-header .global-nav .main-nav li a {
  padding: 14px 3px;
}
.header-container header .site-header .global-nav .global-btn-link-nav {
  padding-bottom: 22px;
}
.header-container header .site-header .global-nav .global-btn-link-nav.border-b {
  border-bottom: 1px solid var(--color-muted);
}
.header-container header .site-header .global-nav .global-btn-link-nav a {
  padding: 15px 0;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-search {
  background: var(--color-bg);
  padding: 0;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-search a {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 1.125rem;
  width: 100%;
  padding: 10px 0;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-search span {
  width: 55%;
  padding: 0;
  margin-left: auto;
  text-align: right;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-search img {
  margin-left: auto;
  margin-right: 1rem;
  width: 30px;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-contact {
  margin: 20px auto;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-contact a {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 1.125rem;
  width: 100%;
  height: auto;
  line-height: inherit;
  padding: 10px 0;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-contact span {
  color: var(--color-white);
  width: 100%;
  padding: 0;
  margin-left: auto;
  text-align: center;
  font-size: inherit;
}
.header-container header .site-header .global-nav .sub-nav {
  margin: 30px auto;
  padding: 0px 40px;
}
.header-container header .site-header .global-nav .sub-nav.border-tb:before {
  content: '';
  position: absolute;
}
.header-container header .site-header .global-nav .sub-nav.border-tb:after {
  content: '';
  position: absolute;
}

.header-container header .site-header .global-nav .sub-nav li:nth-child(2) {
  padding-bottom: 0px;
}
.header-container header .site-header .global-nav .sub-nav li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.header-container header .site-header .global-nav .sub-nav li:before {
  content: '·';
  position: absolute;
  left: 0px;
}

.headerNav-menu-search, .headerNav_menu-search {
  width: auto;
}
.headerNav-menu-search, .headerNav_menu-search a {
  padding: 0 15px;
}
.header-container header .site-header .site-header-menu .btn .btn-black {
  padding: 0 15px;
}

.box_mv.bnr-main div {
  margin: auto;
  display: flex;
  max-width: 1100px;
  width: 100%;
  align-items: center;
}
.box_mv.bnr-main div img {
  max-width: 542px;
  width: 50%;
}
.box_mv.bnr-main div h1 {
  width: 46%;
  margin: 0 1% 0 3%;
  font-family: var(--font-futura);
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--color-ink);
}
.box_mv.bnr-main div h1 + p,
.box_mv.bnr-main .bnr-sub {
  width: 46%;
  margin: 14px 1% 0 3%;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
  color: var(--color-muted);
}

/* main content */

.main-container {
  /* background-color: inherit; */
  background-color: var(--color-bg);
}
.main-container .wrp_for_business {
  position: relative;
  padding: 100px 0px;
}
.main-container .wrp_for_business .box_for_business {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 1rem;
}
.main-container .wrp_for_business .box_for_business .box-item-wrapper .box-item-inner {
  width: 100%;
  margin: auto;
}
.main-container .wrp_for_business .box_for_business .box-item-wrapper .box-item-inner.box-flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-container .wrp_for_business .box_for_business .box-item-wrapper .box-item-inner .box_item {
  background-color: var(--color-white);
  border-radius: 1rem;
  padding: 2rem 2rem;
  margin: auto 1px auto 0px;
}

.main-container .wrp_for_business .box_for_business .box_st_for_business {
  margin-bottom: 30px;
}
.main-container .wrp_for_business .box_for_business .box_st_for_business h2 {
  text-align: center;
}
.main-container .wrp_for_business .box_for_business .box_st_for_business h2 span {
  display: block;
  line-height: 1;
}
.main-container .wrp_for_business .box_for_business .box_st_for_business h2 span.txt {
  letter-spacing: 0.06rem;
}
.main-container .wrp_for_business .box_for_business .box_txt {
  margin-bottom: 90px;
  padding: 0 2%;
  text-align: center;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p {
  letter-spacing: 0.02rem;
  line-height: 1.9;
  margin: auto auto 50px auto;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line {
  display: block;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line.fpc {
  display: inline;
}
.main-container .wrp_for_business .box_for_business .box_img_catch {
  display: flex;
  align-items: center;
  margin: 120px auto;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
}
.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item {
  padding: 30px;
  height: 198px;
  display: flex;
  align-items: center;
  width: 200px;
  margin: auto;
}
.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item:before {
  content: "";
  background-color: var(--color-white);
  border-radius: 10rem;
  width: 198px;
  height: 198px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item p {
  font-size: 23px;
  margin: auto;
}
.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item p span {
  display: block;
  background-image: linear-gradient(to right, var(--color-border), var(--color-border) 3px, transparent 3px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: fit-content;
  margin: auto;
}
.main-container .wrp_for_business .box_pickup_top {
  max-height: 494px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 3rem;
  opacity: 0;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  */
  margin: 10px auto;
  width: 100%;
  max-width: 4000px;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items {
  background: transparent;
  box-shadow: none;
  margin-bottom: 1rem;
  margin-right: 15px;
  position: relative;
  /* width: calc(33.33333% - 23.33333px); */
  width: 60%;
  max-width: 310px;
  outline: none;
  padding: 0.5rem;
  display: inline-block;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item {
  margin-bottom: 0;
  width: inherit;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .box_item_inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 1px;
  margin-right: inherit;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .box_item_inner img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .js-cardSubImageArea {
  padding: 0 0.6rem;
  min-height: 70px;
  margin-top: 0.6rem;
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: start;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .js-cardSubImageArea li.js-imageCrossNav {
  position: relative;
  width: 30.33333%;
}


.main-container .sec-area {
  margin: 0px auto 200px auto;
  padding-top: 100px;
}
.main-container .sec-area.bg-dark {
  background-color: var(--color-accent-yellow);
  margin: 0px auto 0px auto;
  padding: 160px 0 100px 0;
}
#what-we-do ul li {
  position: relative;
}
#what-we-do ul.box_img_catch li:nth-child(1):before {
  content: none;
  background: none;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -30px;
  bottom: 0;
  z-index: 1;
}
#what-we-do ul.box_img_catch li:nth-child(3):before {
  content: none;
  background: none;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -30px;
  bottom: 0;
  z-index: 1;
}
#what-we-do .what-we-do-action {
  width: 100%;
  margin: auto;
}
#what-we-do .what-we-do-action .balloon-wrapper {
  max-width: 910px;
  display: flex;
  margin: 50px auto 90px auto;
  align-items: center;
  justify-content: space-around;
}
#what-we-do .what-we-do-action .balloon-wrapper img {
  width: 28%;
  max-width: 164px;
}
#what-we-do .what-we-do-action .balloon-wrapper .balloon {
  width: 74%;
}
#what-we-do .what-we-do-action .balloon-wrapper .balloon p {
  font-size: 20px;
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 1.5rem;
}
#what-we-do .what-we-do-action .btns {
  margin: auto;
  width: 70%;
  max-width: 320px;
}
#what-we-do .what-we-do-action .btns .btn a {
  text-align: center;
  font-size: 18px;
}



#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item {
  width: calc(50% - 15px);
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item .box-item-head h3 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
  padding-top: 134px;
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item .box-item-head p {
  padding: 0 30px 30px 30px;
  font-size: 20px;
  margin: 30px auto;
  border-bottom: 3px solid var(--color-ink);
  text-align: center;
}
#howto-give-gift .box-item-image {
  width: 100%;
  max-width: 375px;
  min-height: 242px;
  margin: 40px auto;
}
#howto-give-gift .box-item-image.card {
  max-width: 420px;
}
#howto-give-gift ul.box-item-text {
  width: 80%;
  margin: auto auto 30px auto;
}
#howto-give-gift ul.box-item-text li {
  position: relative;
  font-size: 20px;
  padding-left: 28px;
  margin-bottom: 5px;
}
#howto-give-gift ul.box-item-text li:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#howto-give-gift .box-item-wrapper.top-next-r {
  position: relative;
  width: 100%;
  margin: 100px auto auto auto;
  height: 1px;
  z-index: 1;
}
#howto-give-gift .box-item-wrapper.box-item-howtouse {
  position: relative;
  width: 100%;
  margin: 20px auto auto auto;
  z-index: 0;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  background-color: var(--color-white);
  padding: 2rem 5rem 4rem 5rem;
  border-radius: 2rem;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt {
  padding: 20px 0px;
  margin: auto;
  width: calc(100% - 300px);
  position: relative;
  z-index: 1;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt .btns,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns {
  display: inline-block;
  width: 77%;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt .btns a,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns a {
  /* padding: 0px 6rem; */
  text-align: center;
  font-size: 18px;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-img,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-img {
  width: 350px;
  z-index: 1;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item h3,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item h3 {
  font-size: 32px;
  text-align: left;
  margin: 20px auto;
  padding: 0;
  padding-left: 0.8rem;
}
#howto-give-gift .box-item-wrapper.top-next-r:before {
  content: "";
  background: url("/assets/dd/forbiz/arrow-curve.svg") no-repeat;
  background-size: 70px auto;
  background-position: right;
  width: 70px;
  height: 130px;
  position: absolute;
  right: 2.5rem;
  top: -3.8rem;
  z-index: 1;
}
#howto-give-gift .box-item-wrapper .box-item-inner.bg-howtouse {
  position: relative;
}
#howto-give-gift .box-item-wrapper .box-item-inner.bg-howtouse:before {
  content: "";
  background: url("/assets/dd/forbiz/bg-txt-how.svg") no-repeat;
  background-size: 592px auto;
  background-position: right;
  width: 592px;
  height: 115px;
  position: absolute;
  left: -40px;
  top: 15px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step {
  margin: 20px auto 40px auto;
  padding-left: 1.2rem;
}
#howto-give-gift .box-item-wrapper ul.box-item-step li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step li p.txt {
  padding-left: 10px;
  font-size: 20px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step1 {
  font-family: var(--font-futura);
  font-size: 17px;
  color: var(--color-main-ink);
  padding-right: 18px;
  white-space: nowrap;
  position: relative;
  top: 2px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step2 {
  font-family: var(--font-futura);
  font-size: 17px;
  color: var(--color-main-ink);
  padding-right: 18px;
  white-space: nowrap;
  position: relative;
  top: 2px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step3 {
  font-family: var(--font-futura);
  font-size: 17px;
  color: var(--color-main-ink);
  padding-right: 18px;
  white-space: nowrap;
  position: relative;
  top: 2px;
}

#howto-scene ul.box-item-scenes {
  display: flex;
  margin: 40px auto;
  align-items: baseline;
  justify-content: space-around;
}
#howto-scene ul.box-item-scenes li {
  width: 28%;
  max-width: 364px;
}
#howto-scene ul.box-item-scenes li .scene-step h3 {
  display: flex;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
#howto-scene ul.box-item-scenes li .scene-step h3 strong {
  font-size: 60px;
  position: relative;
  top: 25px;
  left: -50px;
  letter-spacing: 0.01rem;
}
#howto-scene ul.box-item-scenes li .scene-step h3 strong.num1 {
  color: var(--color-main-deep);
  white-space: nowrap;
}
#howto-scene ul.box-item-scenes li .scene-step h3 strong.num2 {
  color: var(--color-main-deep);
  white-space: nowrap;
}
#howto-scene ul.box-item-scenes li .scene-step h3 strong.num3 {
  color: var(--color-main-deep);
  white-space: nowrap;
}
#howto-scene ul.box-item-scenes li p.txt {
  font-size: 24px;
  text-align: center;
  margin: 10px auto 20px auto;
  padding-bottom: 4px;
}
#howto-scene ul.box-item-scenes li .box-item-scene-txts {
  padding: 0 0.5rem;
}
#howto-scene ul.box-item-scenes li .box-item-scene-txts li {
  position: relative;
  font-size: 17px;
  padding-left: 22px;
  width: 100%;
  max-width: inherit;
}
#howto-scene ul.box-item-scenes li .box-item-scene-txts li:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#howto-scene .box-item-wrapper .box-item-inner {
  background-color: var(--color-white);
  margin-top: 80px;
  padding: 20px;
  border-radius: 2rem;
}
#howto-scene .box-item-wrapper .box-item-inner.bg-why {
  position: relative;
}
#howto-scene .box-item-wrapper .box-item-inner.bg-why:before {
  content: "";
  /* 300 不是 256:手写的 bg-txt-why.svg 里 "why us" 在 Georgia italic 92px 下实测
     294px 宽,原来的 256 viewBox 把词尾的 s 裁掉了,页面上显示成 "why u"。 */
  background: url("/assets/dd/forbiz/bg-txt-why.svg") no-repeat;
  background-size: 300px auto;
  background-position: right;
  width: 300px;
  height: 115px;
  position: absolute;
  /* 原 -36px 是 harvest 带来的左出血,配日文水印没问题;换成 "why us" 之后
     容器 overflow 会把词首的 w 削掉一半(和右边被裁的 s 一起,读起来像 "vhy u")。 */
  left: 0;
  top: 1rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item.line-b {
  position: relative;
  padding: 2rem 2rem;
  margin: auto 10px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item.line-b h3 {
  font-size: 38px;
  text-align: left;
  margin: 20px auto;
  padding: 0;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text {
  width: 100%;
  border-bottom: 3px solid var(--color-ink);
  padding-bottom: 50px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text h4 {
  display: inline-block;
  letter-spacing: 0.1rem;
  font-size: 24px;
  position: relative;
  padding: 1px 5px;
  padding-left: 35px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text h4:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 4px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text p {
  font-size: 20px;
  padding-top: 10px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px dotted var(--color-border);
  padding: 10px 0 20px 0;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li:first-child {
  border-top: 0;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li .scene-why-item {
  width: 70%;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li .scene-why-item-image {
  width: 30%;
  max-width: 220px;
  padding-right: 2%;
}

#howto-scene .box-item-wrapper .box-item-inner .box-item-flex {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: start;
  margin-bottom: 50px;
  padding: 1rem;
  border-radius: 2rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-left {
  width: 30%;
  max-width: 265px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-left .scene-why-ftr-image {
  max-width: 285px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right {
  width: 66%;
  margin-left: auto;
  padding: 0;
  margin-top: 0.5rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right h4 {
  font-size: 24px;
  margin-bottom: 2rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right h4 span {
  display: block;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right .scene-why-ftr-image {
  width: 80%;
  margin: auto;
  padding: 0.6rem 0 1.6rem 0;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels li {
  
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels span {
  background-color: var(--color-border);
  padding: 5px 1.6rem;
  border-radius: 1rem;
  font-size: 17px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels span.orenge {
  background-color: var(--color-base-orange);
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels span.green {
  background-color: var(--color-base-green);
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels span.blue {
  background-color: var(--color-base-blue);
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right p {
  font-size: 18px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right p span {
  display: block;
}

#menu-price .box-item-wrapper .box-item-inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item {
  background-color: var(--color-white);
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  margin: auto 1px auto 0px;
  width: 31%;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social,
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-card {
  height: 6rem;
  font-size: 22px;
  text-align: center;
  margin: auto;
  padding-top: 8rem;
  padding-bottom: 5.2rem;
  border-bottom: 3px solid var(--color-ink);
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social:before {
  background-size: 88px auto;
  background-position: center;
  height: 124px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-card:before {
  background-size: 114px auto;
  background-position: top center;
  height: 124px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span {
  display: block;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span.solo {
  top: 6px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span.mask_yellow {
  display: inline-block;
  padding: 0 10px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span.sub {
  font-size: 18px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text.b-dotted {
  position: relative;
  margin-top: 20px;
  padding-bottom: 1rem;
  margin-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text li {
  position: relative;
  font-size: 18px;
  padding-left: 18px;
  width: 100%;
  max-width: inherit;
  padding-left: 30px;
  margin-bottom: 5px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text li:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer {
  font-size: 18px;
  padding: 0 0.6rem 1rem 0.6rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer .box-item-labels {
  padding: 0 0.2rem;
  margin-top: 0.5rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer .box-item-labels li {
  margin-bottom: 0.5rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer .box-item-labels li span {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 2rem;
  font-size: 18px;
}

#menu-customize .customize-items {
  max-width: 1160px;
  margin: 50px auto;
}
#menu-customize .customize-items li {
  position: relative;
  margin: 30px auto;
}
#menu-customize .customize-items .customize-item {
  position: relative;
  background-color: var(--color-white);
  padding: 15px 20px;
  border-radius: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 50px;
}
#menu-customize .customize-items .customize-item.has-free:before {
  content: "";
  background: url(/assets/dd/forbiz/badge-free.svg) no-repeat;
  background-size: contain;
  width: 122px;
  height: 118px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#menu-customize .customize-items .customize-item .customize-item-l {
  width: 43%;
}
#menu-customize .customize-items .customize-item .customize-item-r {
  width: 57%;
}
#menu-customize .customize-items .customize-item .customize-item-head {
  margin: 30px auto;
  padding-top: 30px;
  padding-left: 25px;
}
#menu-customize .customize-items .customize-item .customize-item-head.bg-orenge {
  background: url(/assets/dd/forbiz/blob-01.svg) no-repeat;
  background-size: contain;
  height: 158px;
}
#menu-customize .customize-items .customize-item .customize-item-head.bg-green {
  background: url(/assets/dd/forbiz/blob-02.svg) no-repeat;
  background-size: contain;
  height: 158px;
}
#menu-customize .customize-items .customize-item .customize-item-head.bg-blue {
  background: url(/assets/dd/forbiz/blob-03.svg) no-repeat;
  background-size: contain;
  height: 158px;
}
#menu-customize .customize-items .customize-item .customize-item-head p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
#menu-customize .customize-items .customize-item .customize-item-head p span {
  font-size: 24px;
  font-weight: 500;
  padding-left: 5px;
}
#menu-customize .customize-items .customize-item .customize-item-head p.num1 {
  height: 28px;
  width: auto;
  color: var(--color-main-ink);
  white-space: nowrap;
}
#menu-customize .customize-items .customize-item .customize-item-head p.num2 {
  height: 28px;
  width: auto;
  color: var(--color-main-ink);
  white-space: nowrap;
}
#menu-customize .customize-items .customize-item .customize-item-head p.num3 {
  height: 28px;
  width: auto;
  color: var(--color-main-ink);
  white-space: nowrap;
}
#menu-customize .customize-items .customize-item .customize-item-head h3 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin-top: 4px;
}
#menu-customize .customize-items .customize-item .customize-item-image {
  width: 90%;
  max-width: 391px;
}
#menu-customize .customize-items .customize-item .customize-item-catch {
}
#menu-customize .customize-items .customize-item .customize-item-catch p {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0px 10px 0px 0px;
}
#menu-customize .customize-items .customize-item .customize-item-catch span {
  font-size: 16px;
}
#menu-customize .customize-items .customize-item .customize-item-points {
  padding: 1rem 1.5rem;
  background-color: var(--color-bg);
  border-radius: 1rem;
  margin: 30px auto;
}
#menu-customize .customize-items .customize-item .customize-item-points ul {
  margin-bottom: 1.5rem;
}
#menu-customize .customize-items .customize-item .customize-item-points ul li {
  position: relative;
  margin: 10px auto;
}
#menu-customize .customize-items .customize-item .customize-item-points ul li p {
  display: inline;
}
#menu-customize .customize-items .customize-item .customize-item-points ul li p.mark {
  position: relative;
  padding-left: 32px;
  font-size: 20px;
}
#menu-customize .customize-items .customize-item .customize-item-points ul li p.mark:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 2px;
}
#menu-customize .customize-items .customize-item .customize-item-points .customize-item-point-menu {
  font-size: 18px;
}
#menu-customize .customize-items .customize-item .customize-item-points .customize-item-point-menu li p {
  font-size: 18px;
}
#menu-customize .customize-items .customize-item .customize-item-point-menu ul {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu-customize .customize-items .customize-item .customize-item-point-menu ul li {
  position: relative;
  margin: 5px auto;
  margin-left: 0;
}
#menu-customize .customize-items .customize-item .customize-item-point-menu ul li.disc {
  position: relative;
  padding-left: 20px;
}
#menu-customize .customize-items .customize-item .customize-item-point-menu ul li.disc:before {
  content: '·';
  position: absolute;
  left: 0px;
}
#menu-customize .customize-items .customize-item .customize-item-submits {
}
#menu-customize .customize-items .customize-item .customize-item-submits p.title {
  font-size: 20px;
  display: inline-block;
  padding: 0 5px;
}
#menu-customize .customize-items .customize-item .customize-item-submits p.list-title {
  font-size: 16px;
  margin-top: 15px;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul {
  width: 100%;
  margin: 10px auto;
  display: inline-block;
}
#menu-customize .customize-items .customize-item .customize-item-submits p.list-title + ul {
  margin: 0px auto 10px auto;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul li {
  position: relative;
  margin: 5px auto;
  padding-left: 20px;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul li:before {
  content: '·';
  position: absolute;
  left: 0px;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul li.asterisk:before {
  content: '*';
  position: absolute;
  left: 0px;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul li p span {
  font-size: 13px;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul.list-line {
  display: flex;
  align-items: center;
  justify-content: start;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul.list-line li {
  margin: initial;
  padding-right: 3rem;
}


#usage-flow {
  padding-top: 100px;
}
#usage-flow .flow-balloons {
  max-width: 940px;
  margin: auto;
}
#usage-flow .flow-balloons li {
  position: relative;
  margin: 25px auto;
}
#usage-flow .flow-balloons li.adj {
  position: relative;
  top: -14px;
  margin: 0px auto -10px auto;
}
#usage-flow .flow-balloons .balloon-item {
  position: relative;
  background-color: var(--color-white);
  padding: 15px 20px;
  border-radius: 1.5rem;
  width: 65%;
  max-width: 590px;
  display: flex;
  align-items: start;
  justify-content: start;
}
#usage-flow .flow-balloons .balloon-item.balloon-right {
  margin-bottom: 40px;
}
#usage-flow .flow-balloons .balloon-item.b-next:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -35px;
  border: 15px solid transparent;
  border-top: 25px solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item.b-next-left:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-top: -5px;
  margin-left: -35px;
  border: 15px solid transparent;
  border-top: 25px solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item.b-next-right:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 84%;
  margin-top: -5px;
  margin-left: -35px;
  border: 15px solid transparent;
  border-top: 25px solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item.b-next-left-long:after {

}
#usage-flow .flow-balloons .balloon-item .b-next-right:before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 27%;
  border: 12px solid transparent;
  border-top: 25px solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item .b-next-right:after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 28%;
  width: 13px;
  height: 120px;
  background: var(--color-white);
}
#usage-flow .flow-balloons .balloon-item label {
  font-size: 34px;
  font-weight: 500;
  margin-right: 20px;
  line-height: 1;
}
#usage-flow .flow-balloons .balloon-item p {
  font-size: 22px;
  line-height: 1.444;
}
#usage-flow .flow-balloons .balloon-item p.ico-mail:after {
  content: "";
  background: url(/assets/dd/forbiz/icon-mail.svg) no-repeat;
  background-size: auto;
  width: 33px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
}
#usage-flow .flow-balloons li .sub-caution {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: -30px;
}
#usage-flow .flow-balloons li .sub-caution.right {
  float: inherit;
  text-align: right;
}



#site-faq .flow-faq-footer {
  margin: 150px auto 0px auto;
}
#site-faq .flow-faq-items {
  width: 100%;
  max-width: 940px;
  margin: 50px auto;
}
#site-faq .flow-faq-items li {
  margin: 20px auto;
  background-color: var(--color-white);
  padding: 25px 35px;
  border-radius: 1rem;
}
#site-faq .flow-faq-items .faq-item {
  display: flex;
  align-items: flex-start;
}
#site-faq .flow-faq-items .faq-item .faq-item-inner {
  display: flex;
  align-items: flex-start;
}
#site-faq .flow-faq-items .faq-item .faq-item-txt {
}
#site-faq .flow-faq-items .faq-item .faq-item-image {
  max-width: 293px;
  overflow: hidden;
  border-radius: 1rem;
  margin: 20px auto;
}
#site-faq .flow-faq-items h3 {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
}
#site-faq .flow-faq-items h3:before {
  content: "Q";
  font-family: var(--font-futura);
  font-size: 26px;
  line-height: 1.2;
  color: var(--color-main-ink);
  width: 34px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}
#site-faq .flow-faq-items .faq-item p {
  padding: 20px 40px;
}
#site-faq .flow-faq-items .faq-item span {
  padding: 20px 40px;
  font-size: 14px;
}

#site-faq .flow-faq-list {
  width: 100%;
  max-width: 1060px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
}
#site-faq .flow-faq-list li:first-child {
  width: 40%;
  margin-right: 4%;
}
#site-faq .flow-faq-list li:last-child {
  width: 55%;
}
#site-faq .flow-faq-list li .flow-faq-item {
  background-color: var(--color-white);
  padding: 40px 30px;
  border-radius: 1rem;
  text-align: center;
  height: auto;
}
#site-faq .flow-faq-list li .flow-faq-item .btns a {
  text-align: center;
}
#site-faq .flow-faq-list li .flow-faq-item.c-blk {
  background-color: var(--color-ink-soft);
  color: var(--color-white);
}
#site-faq .flow-faq-list li .flow-faq-item h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
#site-faq .flow-faq-list li .flow-faq-item h3.en {
  font-size: 50px;
  margin-bottom: 0px;
  letter-spacing: 0.06rem;
}
#site-faq .flow-faq-list li .flow-faq-item p.txt {
  margin: 15px auto;
  font-size: 19px;
}
#site-faq .flow-faq-list li .flow-faq-item p.txt span {
  display: block;
}
#site-faq .flow-faq-list li .flow-faq-item.c-blk p.txt {
  font-size: 26px;
  margin: auto auto 15px auto;
}
#site-faq .flow-faq-list li .flow-faq-item .btns {
  margin: 30px auto 20px auto;
  max-width: 300px;
}
#site-faq .flow-faq-list li .flow-faq-item .r-cursor {
  background: url("/assets/dd/forbiz/arrow-long.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 35px;
  width: 171px;
  margin: auto;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}


@media screen and (min-width: 769px) {

.pc\:text-40 {
  font-size: 40px;
}
.pc\:text-38 {
  font-size: 38px;
}
.pc\:text-20 {
  font-size: 20px;
}
.pc\:text-19 {
  font-size: 19px;
}

.header-container header .site-header .site-header-menu .headerNav_menu-search {
  border: none;
  background: none;
}
.header-container header .site-header .site-header-menu .headerNav_menu-search a {
  background: var(--color-white);
  border: 1px solid var(--color-ink);
  border-radius: 9999px;
}
.header-container header .site-header .site-header-menu .headerNav_menu-search a:hover {
  background: var(--color-main);
  border: none;
  border-radius: 9999px;
  color: var(--color-ink);
}

.header-container header .site-header .global-nav ul.global-btn-link-nav li:hover a {
  opacity: 1.0;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-search a.hover_y:hover {
  background: var(--color-main);
  color: var(--color-ink);
  border-radius: 9999px;
}
.header-container header .site-header .site-header-menu .btn .btn-black.hover_y:hover {
  background: var(--color-main);
  color: var(--color-ink);
}
.header-container header .site-header .site-header-menu .btn .btn-black.hover_y:hover span {
  color: var(--color-ink);
}

#site-faq .flow-faq-list a.hover_y:hover .flow-faq-item {
  background-color: var(--color-main);
  color: var(--color-ink);
}
#site-faq .flow-faq-list li a.hover_y:hover .flow-faq-item .r-cursor {
  background: url("/assets/dd/forbiz/arrow-long-ink.svg") no-repeat;
}

.btn a.btn_black_arrow.hover_y:hover {
  background: var(--color-main);
  color: var(--color-ink);
}
.header-container header .site-header .global-nav ul li:hover a.hover_y {
  opacity: 1;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-contact a.btn_black_arrow.hover_y:hover span {
  color: var(--color-ink);
}
.btn a.btn_black_arrow.hover_y:hover span {
  color: var(--color-ink);
}
.btn a.btn_black_arrow.hover_y:hover:before {
  background: transparent url('/assets/common/nav-arrow-black.svg') no-repeat 50%;
}


}


/* /main content */


@media screen and (max-width: 1000px) {

#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner {
  padding: 2rem 1rem 4rem 1rem;
}
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns {
  width: 98%;
  margin: auto;
}
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns a {
  font-size: 16px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item.line-b {
  padding: 2rem 1rem;
  margin: auto;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text h4 {
  font-size: 22px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right h4 {
  font-size: 22px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels span {
  font-size: 15px;
  padding: 5px 1.6rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item {
  padding: 1rem 1rem;
  width: 32%;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text li {
  font-size: 15px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer .box-item-labels li span {
  font-size: 15px;
}
#menu-customize .customize-items .customize-item .customize-item-head h3 {
  font-size: 28px;
}
#site-faq .flow-faq-list li .flow-faq-item p.txt {
  font-size: 18px;
}

}


@media screen and (max-width: 900px) {

#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item .box-item-head h3 {
  font-size: 26px;
} 
#howto-give-gift ul.box-item-text li {
  font-size: 17px;
}
#howto-scene ul.box-item-scenes li p.txt {
  font-size: 22px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text h4 {
  font-size: 18px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text p {
  font-size: 16px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-labels span {
  font-size: 14px;
  padding: 5px 1rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right p {
  font-size: 15px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text.b-dotted {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item {
  padding: 1rem 0.6rem;
}
#site-faq .flow-faq-list li .flow-faq-item.c-blk p.txt {
  font-size: 22px;
}
#site-faq .flow-faq-list li .flow-faq-item p.txt {
  font-size: 15px;
}

}



@media screen and (max-width: 768px) {

.onlypc {
  display:none;
}

.mask_yellow.slide.v2 {
  line-height: 1;
}
.mask_yellow.slide.v2:after {
  height: 20px;
}
.mask_yellow.slide.slide-nosp {
  background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 0,var(--color-hl) 0,var(--color-hl));
  display: inline;
}
.mask_yellow.slide.slide-nosp:before,
.mask_yellow.slide.slide-nosp:after {
  content: none;
}


.btn_black_arrow:hover {
  background: var(--color-ink-soft);
  opacity: 1;
  color: var(--color-white) !important;
}
.btn_white_border:hover {
  background: #FFF;
  color: var(--color-ink);
  opacity: 1;
}

h2.bline100:after {
  padding-bottom: 2rem;
  width: 56px;
}

.header-container header .site-header {
  min-height: 70px;
}
.header-container header .site-header:after {
  /*
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25rem;
  z-index: -1;
  background-color: var(--color-white);
  */
}
.header-container header .title {
  z-index: inherit;
}
.header-container header .site-header .site-header-menu {
  right: 4.6rem;
}
.header-container header .site-header .site-header-menu .btn .btn-black:hover {
  background: var(--color-ink-soft);
  opacity: 1;
  color: var(--color-white) !important;
}
.header-container header .site-header .global-nav {
  width: 86%;
  max-width: 300px;
  padding: 85px 0px 0px;
}
.headerNav_menu {
  width: inherit;
}
.header-container header .site-header .global-nav .global-nav-inner {
  padding: 0px 4%;
}
.header-container header .site-header .global-nav .sub-nav {
  margin: 1.5rem auto 1.5rem auto;
  padding: 0px 4% 8rem 4%;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-search a {
  font-size: 15px;
  font-size: 0.9375rem;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-contact a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.head-banner .bnr-main {
  position: relative;
  padding: 50px 0 60px;
}
.box_mv.bnr-main div {
  display: block;
}
.box_mv.bnr-main div img {
  width: 80%;
  margin: auto;
}
.box_mv.bnr-main div h1 {
  width: 80%;
  margin: auto;
}


.main-container .sec-area {
  margin: 0px auto 2rem auto;
}

.main-container .wrp_for_business {
  padding: 0 0 0.1rem 0;
}
.main-container .wrp_for_business .box_for_business {
  margin: 0 auto 6.8rem auto;
  padding: 0 2%;
}
.main-container .wrp_for_business .box_for_business.bsml {
  margin: 0 auto 2rem auto;
}
.main-container .wrp_for_business .box_for_business .box_txt {
  margin-bottom: 4rem;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p {
  margin: auto auto 2rem auto;
  letter-spacing: 0.01rem;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line.fpc {
  display: block;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line.l1 {
  max-width: 240px;
  margin: auto;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line.l2 {
  max-width: 280px;
  margin: auto;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line.l3 {
  max-width: 318px;
  margin: auto auto 2rem auto;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.line.l4 {
  max-width: 318px;
  margin: auto;
}
.main-container .wrp_for_business .box_for_business .box_txt .txts p span.cr {
  display: inline-block;
}

.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item p {
  font-size: 14px;
}
.main-container .wrp_for_business .box_for_business .box_img_catch {
  margin: 3rem auto 2rem auto;
  width: 90%;
  max-width: 310px;
}
.main-container .wrp_for_business .box_for_business .box_img_catch li {
  width: 40%;
}
.main-container .wrp_for_business .box_for_business .box_img_catch li.next {
  width: 8%;
}

.main-container .wrp_for_business .box_pickup_top {
  max-height: 320px;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup {
  margin: auto;
  padding: 15px 0;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items {
  max-width: 180px;
  padding: 0.08rem;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .js-cardSubImageArea {
  padding: 0 0.4rem;
  margin-top: 0.6rem;
  min-height: fit-content;
  flex-wrap: inherit;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .js-cardSubImageArea li.js-imageCrossNav {
  padding: 0.1rem 0;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .item_caption_area {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .item_caption_3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 26px;
}

#what-we-do ul.box_img_catch li:nth-child(1):before,
#what-we-do ul.box_img_catch li:nth-child(3):before {
  width: 55px;
  height: 55px;
  top: -20px;
  left: -15px;
}
.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item {
  width: 120px;
  height: 120px;
  padding: 0;
}
.main-container .wrp_for_business .box_for_business .box_img_catch .img_catch_item:before {
  border-radius: 10rem;
  width: 120px;
  height: 120px;
}

#what-we-do .what-we-do-action {
  width: 94%;
}
#what-we-do .what-we-do-action .balloon-wrapper {
  max-width: inherit;
  margin: 0 auto 4rem 0;
}
.balloon:before {
  content: "";
  position: absolute;
  width: 20vw;
  top: 0px;
  bottom: 0;
  left: 0%;
  margin-top: 0;
  margin-left: -10vw;
  border: 0;
  border-right: 0;
  background-color: var(--color-white);
  z-index: -1;
  border-radius: 1rem;
}
#what-we-do .what-we-do-action .balloon-wrapper .balloon p {
  font-size: 13px;
  font-size: 4.05vw;
  padding: 3vw 3vw 3vw 2vw;
  border-radius: 1rem;
}
#what-we-do .what-we-do-action .btns {
  width: 94%;
}
#what-we-do .what-we-do-action .btns .btn a {
  font-size: 17px;
  font-size: 1.0625rem;
}


.main-container .wrp_for_business .box_for_business .box-item-wrapper .box-item-inner.box-flex-sb {
  width: 96%;
  margin: auto;
  max-width: inherit;
  border-radius: 1rem;
}
#howto-give-gift .box_for_business {
  margin: 0 auto 3rem auto;
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item {
  width: 50%;
  padding: 0.8rem;
  margin: auto;
  position: relative;
  background-color: var(--color-white);
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item:first-child:after {
  content: "";
  background-color: var(--color-ink);
  position: absolute;
  top: 3%;
  bottom: 3%;
  right: 0;
  height: 94%;
  width: 1px;
}
#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item .box-item-head h3 {
  font-size: 18px;
  position: relative;
  margin: auto;
  min-height: 10rem;
  padding-top: 5rem;
  margin-top: 2rem;
}

.ico-social:before {
  background-size: 72px auto;
  background-position: center top;
  height: 80px;
  top: -1rem;
}
.ico-card:before {
  background-size: 95px auto;
  height: 80px;
  top: 0;
  top: -1rem;
}

#howto-give-gift .box_for_business .box-item-wrapper .box-item-inner .box_item .box-item-head p {
  font-size: 13px;
  padding: 0;
  border-bottom: 0px;
  margin: 0rem auto 1rem auto;
  text-align: left;
}
#howto-give-gift .box-item-image {
  margin: 0 auto 1.5rem auto;
  max-width: inherit;
  min-height: 129px;
  width: 80%;
}
#howto-give-gift ul.box-item-text {
  width: 100%;
  min-height: 16rem;
}
#howto-give-gift ul.box-item-text li {
  font-size: 13px;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
#howto-give-gift ul.box-item-text li:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
#howto-give-gift .box-item-wrapper.top-next-r {
  margin: 9rem auto auto auto;
}
#howto-give-gift .box-item-wrapper.box-item-howtouse {
  margin: 0rem auto auto auto;
}
#howto-give-gift .box-item-wrapper.top-next-r:before {
  content: "";
  background: url(/assets/dd/forbiz/arrow-curve.svg) no-repeat;
  background-size: 4rem auto;
  background-position: center;
  width: 100%;
  height: 130px;
  position: absolute;
  right: 0;
  left: 0;
  top: -8.4rem;
  z-index: 1;
}
#howto-give-gift .box-item-wrapper .box-item-inner.bg-howtouse {
  padding: 1rem 0.5rem 1rem 0.5rem;
  border-radius: 1rem;
  width: 96%;
  max-width: inherit;
  display: block;
}
#howto-give-gift .box-item-wrapper .box-item-inner.bg-howtouse:before {
  content: "";
  background: url(/assets/dd/forbiz/bg-txt-how.svg) no-repeat;
  background-size: 260px auto;
  background-position: top;
  width: 260px;
  height: 28px;
  position: absolute;
  left: -0.76rem;
  top: 10px;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt {
  width: 100%;
  padding: 0;
  position: relative;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item h3,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item h3 {
  font-size: 20px;
  margin: 0.5rem auto 1rem auto;
  padding-left: 0.8rem;
}
#howto-give-gift .box-item-wrapper ul.box-item-step {
  margin: 0.5rem auto 2rem auto;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  width: 100%;
}
#howto-give-gift .box-item-wrapper ul.box-item-step li {
  margin-bottom: 0.5rem;
  align-items: baseline;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step1 {
  font-family: var(--font-futura);
  font-size: 14px;
  color: var(--color-main-ink);
  padding-right: 0;
  white-space: nowrap;
  position: relative;
  top: 2px;
  width: 68px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step2 {
  font-family: var(--font-futura);
  font-size: 14px;
  color: var(--color-main-ink);
  padding-right: 0px;
  white-space: nowrap;
  position: relative;
  top: 2px;
  width: 20vw;
  max-width: 68px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step3 {
  font-family: var(--font-futura);
  font-size: 14px;
  color: var(--color-main-ink);
  padding-right: 30px;
  white-space: nowrap;
  position: relative;
  top: 2px;
  width: 68px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step li p.txt {
  font-size: 14px;
  padding-left: 0;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt .btns,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns {
  display: none;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt .btns,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns {

}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-txt .btns a,
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-txt .btns a {
  font-size: 15px;
  padding: 1rem 0;
  width: 100%;
  line-height: 1.4;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .box-item.catch-img, 
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .box-item.catch-img {
  width: 94%;
  margin: auto;
  max-width: 290px;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .btns.sp {
  margin: 2rem auto;
  max-width: 94%;
}
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .btns.sp {
  margin: 2rem auto;
  max-width: 100%;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .btns.sp .btn, 
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .btns.sp .btn {
  max-width: 310px;
  margin: auto;
}
#howto-give-gift .box-item-wrapper.top-next-r .box-item-inner .btns.sp .btn a, 
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .btns.sp .btn a {
  font-size: 14px;
  text-align: center;
}

#howto-scene ul.box-item-scenes {
  display: block;
}
#howto-scene ul.box-item-scenes li {
  width: 94%;
  margin: auto;
  padding: 0.5rem;
  margin-bottom: 2.5rem;
}
#howto-scene ul.box-item-scenes li .scene-step {
  position: relative;
}
#howto-scene ul.box-item-scenes li .scene-step h3 {
  font-size: 25px;
  position: absolute;
}
#howto-scene ul.box-item-scenes li .scene-step h3 strong.num1,
#howto-scene ul.box-item-scenes li .scene-step h3 strong.num2,
#howto-scene ul.box-item-scenes li .scene-step h3 strong.num3 {
  font-size: 70px;
  background-size: contain;
  top: 2.2rem;
  left: -4.8rem;
}
#howto-scene ul.box-item-scenes li .scene-step-thumb {
  width: 88%;
  margin: auto;
  margin-top: 1.8rem;
}
#howto-scene ul.box-item-scenes li p.txt {
  font-size: 20px;
  margin: 25px auto 20px auto;
}
#howto-scene ul.box-item-scenes li .box-item-scene-txts {
  padding: 0 0.5rem;
}
#howto-scene ul.box-item-scenes li .box-item-scene-txts li {
  padding: 0;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
#howto-scene ul.box-item-scenes li .box-item-scene-txts li:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

#howto-scene .box-item-wrapper .box-item-inner.bg-why {
  border-radius: 1rem;
  padding: 1rem 1rem;
  margin-bottom: 6rem;
}
#howto-scene .box-item-wrapper .box-item-inner.bg-why:before {
  content: "";
  background: url(/assets/dd/forbiz/bg-txt-why.svg) no-repeat;
  background-size: 110px auto;
  background-position: right;
  width: 110px;
  height: 28px;
  position: absolute;
  left: -12px;
  top: 0.4rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item.line-b {
  padding: 0;
  margin: auto;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item.line-b h3 {
  font-size: 22px;
  margin: auto;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text {
  border-bottom: 1px solid var(--color-ink);
  padding-bottom: 2rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px dotted var(--color-border);
  padding: 0.8rem 0 0.8rem 0;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li .scene-why-item {
  width: 100%;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text h4 {
  font-size: 16px;
  display: inline;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text h4:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline;
  position: absolute;
  top: 6px;
  left: 4px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text p {
  font-size: 14px;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li .scene-why-item .scene-why-item-main {
  display: flex;
  justify-content: start;
  align-items: start;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li .scene-why-item .scene-why-item-main p {
  width: 68%;
  padding-right: 1%;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-text li .scene-why-item .scene-why-item-main .scene-why-item-image {
  width: 30%;
  padding: 10px 0 0 2%;
  margin-bottom: 1.2rem;
}

#howto-scene .box-item-wrapper .box-item-inner .box-item-flex {
  padding: 0;
  margin: 1.6rem auto 2rem auto;
  display: block;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-left {
  width: 100%;
  margin: auto;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right {
  width: 100%;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.6rem;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right p {
  font-size: 14px;
  line-height: 2;
}
#howto-scene .box-item-wrapper .box-item-inner .box-item-flex .box-item-right p span {
  display: inline;
}



#menu-price {
  padding: 100px 0 0px 0;
}
#menu-price .box_for_business.box_menu-price {
  margin: 0 auto;
  padding: 0 0 3rem 0;
}
#menu-price .box_for_business.box_menu-price .box_txt {
  padding: 0 1rem;
}
#menu-price .box_for_business .box_txt .txts p {
  max-width: 360px;
}
#menu-price .box_for_business .box_txt .txts p span.line {
  display: inline;
}
#menu-price .box_for_business .box_pickuo-menu-price {
  display: block;
  width: 100%;
  margin: auto;
}
#menu-price .box-item-wrapper .box-item-inner .box_item {
  width: 80%;
  /* max-width: calc(80% - 2rem); */
  /* max-width: 310px; */
  margin: auto 1rem 0 auto;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social, 
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-card {
  height: 2rem;
  padding: 0;
  font-size: 21px;
  min-height: 100px;
  border-bottom: 1px solid var(--color-ink);
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social:before {
  background-size: 62px auto;
  background-position: left;
  left: 3%;
  top: 0;
  width: 94%;
  height: 94px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-card:before {
  background-size: 74px auto;
  background-position: left;
  left: 0.5rem;
  top: 0;
  height: 94px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span {
  padding: 0;
  position: relative;
  top: 2.4rem;
  display: inline-block;
  left: 2rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span.main {
  display: block;
  top: 0rem;
  left: 0rem;
  width: 100%;
  margin: auto;
  padding: 0;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span.sub {
  display: block;
  left: 0;
  right: 0;
  top: 0;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social .menu-price-title-inner {
  display: flex;
  align-items: baseline;
  left: 0;
  justify-content: center;
  top: 1.5rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-card .menu-price-title-inner {
  display: inline-block;
  top: 0.8rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head h3 span.solo {
  top: 0px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text li {
  padding-left: 26px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text li:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-text li p {
  font-size: 14px;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer {
  font-size: 15px;
  padding: 0 0.5rem 1rem 0.5rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer .box-item-labels {
  padding: 0 0.6rem;
  margin-top: 0.5rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-footer .box-item-labels li span {
  font-size: 15px;
}


#menu-customize .box_menu-customize {
  margin: 0 auto 1.8rem auto;
}
#menu-customize .box_for_business .box_txt .txts p {
  max-width: 360px;
}
#menu-customize .box_for_business .box_txt .txts p span.line {
  display: inline;
}
#menu-customize .customize-items {
  max-width: inherit;
  margin: 2rem auto;
}
#menu-customize .customize-items li {
  position: relative;
  margin: 2rem auto;
}
#menu-customize .customize-items .customize-item {
  padding: 1rem 1rem 4rem 1rem;
  display: block;
}
#menu-customize .customize-items .customize-item.has-free:before {
  content: "";
  background: url(/assets/dd/forbiz/badge-free.svg) no-repeat;
  background-size: contain;
  width: 90px;
  height: 87px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#menu-customize .customize-items .customize-item .customize-item-l {
  width: 96%;
}
#menu-customize .customize-items .customize-item .customize-item-head {
  margin: auto;
  padding: 2rem 1.2rem 2rem 1.8rem;
  height: 130px;
  min-width: 106px;
  width: 98%;
  text-align: left;
  margin-left: 0.5rem;
}
#menu-customize .customize-items .customize-item .customize-item-head.bg-orenge,
#menu-customize .customize-items .customize-item .customize-item-head.bg-blue,
#menu-customize .customize-items .customize-item .customize-item-head.bg-green
{
  background-size: contain;
  background-position: top left;
  height: inherit;
}

#menu-customize .customize-items .customize-item .customize-item-head h3 {
  font-size: 21px;
}
#menu-customize .customize-items .customize-item .customize-item-r {
  width: 100%;
  margin: 1rem auto 1rem auto;
}
#menu-customize .customize-items .customize-item .customize-item-catch p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
#menu-customize .customize-items .customize-item .customize-item-main-inner {
  
}
#menu-customize .customize-items .customize-item .customize-item-main-inner .customize-item-image {
  width: 80%;
  margin: auto;
  padding: 0.5rem 0;
}
#menu-customize .customize-items .customize-item .customize-item-points {
  margin: 1.6rem auto;
  padding: 0.4rem 1.2rem;
}
#menu-customize .customize-items .customize-item .customize-item-points ul {
  margin-bottom: 1rem;
}
#menu-customize .customize-items .customize-item .customize-item-points ul li p.mark {
  font-size: 15px;
  padding-left: 1.8rem;
}
#menu-customize .customize-items .customize-item .customize-item-points ul li p.mark:before {
  content: "";
  background: url(/assets/common/ic_list_check.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 2px;
}
#menu-customize .customize-items .customize-item .customize-item-points .customize-item-point-menu {
  font-size: 14px;
}
#menu-customize .customize-items .customize-item .customize-item-points .customize-item-point-menu li p {
  font-size: 14px;
}
#menu-customize .customize-items .customize-item .customize-item-point-menu ul {
  display: block;
}
#menu-customize .customize-items .customize-item .customize-item-submits p.title {
  font-size: 16px;
}
#menu-customize .customize-items .customize-item .customize-item-submits p.list-title {
  margin-top: 0.6rem;
  font-size: 14px;
}
#menu-customize .customize-items .customize-item .customize-item-submits p.list-title + ul {
  display: block;
  margin: 0px auto 0.6rem auto;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul li p {
  font-size: 14px;
}
#menu-customize .customize-items .customize-item .customize-item-submits ul li p span {
  font-size: 12px;
}
#menu-customize .customize-items .customize-item .customize-ftr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action {
  cursor: pointer;
  background-color: var(--color-bg);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: var(--color-white);
  padding: 0.5rem;
  overflow: hidden;
  height: 48px;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action span {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action.orenge {
  background-color: var(--color-base-orange);
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action.green {
  background-color: var(--color-base-green);
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action.blue {
  background-color: var(--color-base-blue);
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action .txt-opend {
  position: relative;
  top: 0;
  opacity: 0;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action.open .txt-opend {
  top: -2rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action .txt-opend:before {
  content: "";
  background: url(/assets/dd/forbiz/toggle-minus-light.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 0.25rem;
  right: 1rem;
  width: 18px;
  height: 18px;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action .txt-closed {
  position: relative;
  top: 0;
  opacity: 1;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action.open .txt-closed {
  top: -2rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
#menu-customize .customize-items .customize-item .customize-ftr .togle-action .txt-closed:before {
  content: "";
  background: url(/assets/dd/forbiz/toggle-plus-light.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 0rem;
  right: 1rem;
  width: 18px;
  height: 10px;
}



.main-container .sec-area.bg-dark {
  padding-top: 100px;
  
}

.main-container .wrp_for_business .box_for_business .box-item-wrapper .box-item-inner {
  width: 94%;
  margin: auto;
}
#usage-flow .box_usage-flow {
  margin: 0 auto 1.8rem auto;
}
#usage-flow .flow-balloons {
  max-width: inherit;
}
#usage-flow .flow-balloons li {
  margin: 1.2rem auto;
}
#usage-flow .flow-balloons li.adj {
  position: relative;
  top: -1.2rem;
  margin: 0px auto -1.2rem auto;
}
#usage-flow .flow-balloons .balloon-item {
  width: 88%;
  display: flex;
  align-items: start;
  justify-content: start;
  border-radius: 1rem;
  padding: 0.7rem 1rem;
  max-width: inherit;
}
#usage-flow .flow-balloons .balloon-item label {
  font-size: 24px;
  margin-right: 0.8rem;
}
#usage-flow .flow-balloons .balloon-item p {
  font-size: 14px;
  line-height: 1.6;
}
#usage-flow .flow-balloons .balloon-item.b-next:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 46%;
  margin-top: -5px;
  margin-left: 0;
  border: 0.6rem solid transparent;
  border-top: 1.4rem solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item p.ico-mail:after {
  content: "";
  background: url(/assets/dd/forbiz/icon-mail.svg) no-repeat;
  background-size: auto;
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  width: 20px;
  height: 23px;
  background-size: contain;
}
#usage-flow .flow-balloons .balloon-item.b-next-right:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 46%;
  margin-top: -5px;
  margin-left: 0;
  border: 0.6rem solid transparent;
  border-top: 1.4rem solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item.b-next-left:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 46%;
  margin-top: -5px;
  margin-left: 0;
  border: 0.6rem solid transparent;
  border-top: 1.4rem solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item .b-next-right:before {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 5%;
  border: 0.6rem solid transparent;
  border-top: 1.2rem solid var(--color-white);
}
#usage-flow .flow-balloons .balloon-item .b-next-right:after {
content: "";
  position: absolute;
  bottom: -70px;
  left: 7%;
  width: 0.5rem;
  height: 7rem;
  background: var(--color-white);
  z-index: -1;
}
#usage-flow .box-item-inner .btns {
  max-width: 320px;
  width: 94%;
  margin: 4rem auto auto auto;
}
#usage-flow .box-item-inner .btns a {
  text-align: center;
}

#site-faq .flow-faq-items {
  max-width: inherit;
  margin: 3rem auto;
}
#site-faq .flow-faq-items li {
  margin: 1rem auto;
  padding: 1rem 1rem 0rem 1rem;
}
#site-faq .flow-faq-items li.flow-faq {
  cursor: pointer;
}
#site-faq .flow-faq-items h3 {
  font-size: 14px;
  padding-bottom: 1rem;
  padding-left: 2.6rem;
  padding-right: 2.2rem;
}
#site-faq .flow-faq-items h3:before {
  content: "Q";
  font-family: var(--font-futura);
  font-size: 19px;
  line-height: 1.1;
  color: var(--color-main-ink);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
}
#site-faq .flow-faq-items h3.toggle:after {
  content: "";
  background: url(/assets/common/ic_plus.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#site-faq .flow-faq-items .faq-item {
  border-top: 1px solid var(--color-ink);
  display: flex;
  justify-content: space-around;
  align-items: center;

  position: relative;
  overflow: hidden;
  border-top: 0;
  /*:
  height: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  **/
}
#site-faq .flow-faq-items .faq-item.unload {
  display:none;
}
#site-faq .flow-faq-items .faq-item .faq-item-inner {
  width: 100%;
  display: block;
}
/* 答案标记:原为图字 svg,换皮后 lbl div 里直接放真文本 "A" */
#site-faq .flow-faq-items .faq-item .faq-item-lbl {
  width: 3rem;
  height: 100%;
  min-height: 30px;
  font-family: var(--font-futura);
  font-size: 19px;
  color: var(--color-main-ink);
  position: relative;
  top: 50%;
  left: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#site-faq .flow-faq-items .faq-item .faq-item-txt {
  /* padding-left: 2.6rem; */
  padding-left: 0;
  padding-bottom: 1rem;
}
#site-faq .flow-faq-items .faq-item p {
  font-size: 14px;
  padding: 1rem 0 0 0;
}
#site-faq .flow-faq-items .faq-item span {
  font-size: 12px;
  padding: 0.5rem 0 0 0;
}
#site-faq .flow-faq-items .faq-item .faq-item-image {
  padding: 0;
  /* width: calc(80% - 2.6rem); */
  width: 90%;
}


#site-faq .flow-faq-footer {
  margin: 2rem auto 0px auto;
}
#site-faq .flow-faq-list {
  display: block;
  max-width: inherit;
  margin-bottom: 15rem;
}
#site-faq .flow-faq-list li {
  width: 100%;
  margin: 2rem auto;
}
#site-faq .flow-faq-list li:first-child {
  width: 100%;
}
#site-faq .flow-faq-list li:last-child {
  width: 100%;
}
#site-faq .flow-faq-list li .flow-faq-item.c-blk p.txt {
  font-size: 17px;
}
#site-faq .flow-faq-list li .btns {
  width: 100%;
  max-width: 320px;
  margin: auto auto 4rem auto;
}
#site-faq .flow-faq-list li .btns .btn a {
  position: relative;
}
.btn_white_arrow:before {
  background: transparent url(/assets/common/nav-arrow-black.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: .5s;
  width: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_white_arrow:hover:before {
    right: 25px;
}

#site-faq .flow-faq-items li.flow-faq.on h4.toggle:after {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}
#site-faq .flow-faq-items li.flow-faq.on .faq-item {
  /*:
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  **/

  height: auto;
  overflow: hidden;
  border-top: 1px solid var(--color-ink);

}
#site-faq .flow-faq-items li.flow-faq.on .faq-item-lbl {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}




}




@media screen and (max-width: 320px) {

.header-container header .site-header {
  padding: 10px 1.25rem 10px 0.75rem;
}
.header-container header .site-header .site-logo img {
  max-width: 96px;
}
.header-container header .site-header.transform {
  padding: 0 1.25rem 0 0.75rem;
}
.header-container header .site-header .site-header-menu {
  right: 4rem;
}
.header-container header .site-header .global-nav .global-btn-link-nav .btn-link-nav-contact span {
  font-size: 12px;
}
.main-container .wrp_for_business .box_for_business .box_txt.sp320p0 {
  padding: 0;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social, 
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-card {
  font-size: 18px;
}
#howto-give-gift .box-item-wrapper ul.box-item-step .ico-step2 {
  width: 100px;
}
#howto-give-gift .box-item-wrapper.box-item-howtouse .box-item-inner .btns.sp .btn a {
  font-size: 12px;
}
#menu-customize .customize-items .customize-item .customize-item-l {
  width: 100%;
}
#menu-customize .customize-items .customize-item .customize-item-head {
  padding: 2rem 0.2rem 2rem 1.8rem;
}
#menu-price .box-item-wrapper .box-item-inner .box_item .box-item-head .ico-social, 
#usage-flow .box_for_business .box-item-inner {
  width: 100%;
}
#usage-flow .flow-balloons .balloon-item p.ico-mail:after {
  right: 0.5rem;
}
#site-faq .flow-faq-list li .flow-faq-item.c-blk p.txt {
  font-size: 15px;
}

}




/* ===== 换皮修正层(00d Task 24)=====
   Phase 1 收编 CSS 的三处缺口 + dumbdumb 素材适配。改动只加不减,选择器沿用原前缀。 */

/* 1. pickup 卡列表:线上是 simply-scroll 横向跑马灯,Phase 1 没接 JS 导致纵向堆叠被裁。
      这里用 CSS 横向滚动还原设计意图(无第三方库)。 */
.main-container .wrp_for_business .box_pickup_top {
  max-height: none;
  overflow: hidden;
}
.main-container .wrp_for_business .box_pickup_top .simply-scroll-clip {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  padding-bottom: 10px;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  max-width: none;
  padding-left: 30px;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items {
  flex: 0 0 auto;
  width: 260px;
  max-width: 260px;
}

/* 2. 按钮:Phase 1 只收编了 hover 态,基础药丸态缺失(线上在未收编的 common.css 里) */
.btn a.btn_black_arrow,
.btn a.btn_white_border {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 46px 15px 26px;
  border-radius: var(--radius-pill);
  line-height: 1.2;
  transition: 0.3s;
}
.btn a.btn_black_arrow {
  background: var(--color-ink-soft);
  color: var(--color-white);
}
.btn a.btn_white_border {
  background: transparent;
  color: var(--color-ink);
  border: 1px solid var(--color-ink);
}
.btn a.btn_black_arrow:before,
.btn a.btn_white_border:before {
  content: "";
  position: absolute;
  right: 20px;
  width: 15px;
  height: 15px;
  background: transparent url("/assets/common/nav-arrow-white.svg") no-repeat 50%/contain;
}
.btn a.btn_white_border:before {
  background-image: url("/assets/common/nav-arrow-black.svg");
}
.btn a.btn_black_arrow:hover:before {
  background-image: url("/assets/common/nav-arrow-black.svg");
}

/* 3. 角色图是 roster 的竖切片(245×916),给它们定框 + contain,避免撑成长条 */
#what-we-do .what-we-do-action .balloon-wrapper img {
  width: 170px;
  height: 230px;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 12px;
}
#howto-scene .box-item-left .scene-why-ftr-image img,
#howto-scene .box-item-right .scene-why-ftr-image img {
  width: 100%;
  max-width: 260px;
  height: 240px;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 12px;
}

/* 3b. 卡片等高 + 三张小图统一方形,免得跑马灯高低不齐 */
.main-container .wrp_for_business .box_pickup_top .box_pickup {
  align-items: stretch;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item,
.main-container .wrp_for_business .box_pickup_top .box_pickup li.box_items .box_item .box_item_inner {
  height: 100%;
}
.main-container .wrp_for_business .box_pickup_top .box_pickup .js-cardSubImageArea li img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

/* 4. add-on 卡:英文标题比日文长,缩一档字号并让色块跟着内容走 */
#menu-customize .customize-items .customize-item .customize-item-head {
  background-size: 100% 100%;
  height: auto;
  min-height: 132px;
  padding-bottom: 22px;
  padding-right: 25px;
}
#menu-customize .customize-items .customize-item .customize-item-head h3 {
  font-size: 27px;
  line-height: 1.2;
}
/* free 徽章压住正文 → 给首行让出位置 */
#menu-customize .customize-items .customize-item.has-free .customize-item-catch {
  padding-right: 130px;
}

/* 5. FAQ 手风琴:Phase 1 把折叠逻辑整段注释掉了(答案默认全展开、桌面端没有开合标记)。
      这里用 .on 类还原开合,并给桌面端补一个角标。 */
#site-faq .flow-faq-items .faq-item {
  display: none;
}
#site-faq .flow-faq-items li.flow-faq.on .faq-item {
  display: flex;
}
#site-faq .flow-faq-items h3.toggle {
  cursor: pointer;
  padding-right: 3rem;
}
#site-faq .flow-faq-items h3.toggle:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.35rem;
  width: 16px;
  height: 16px;
  background: url("/assets/common/icon-angle.svg") no-repeat 50%/contain;
  transition: 0.3s ease-in-out;
}

/* 6. 移动端隐藏两处装饰大字(容器变窄后会被裁成半个单词) */
@media screen and (max-width: 767.98px) {
  #howto-give-gift .box-item-wrapper .box-item-inner.bg-howtouse:before,
  #howto-scene .box-item-wrapper .box-item-inner.bg-why:before {
    display: none;
  }
}
