@charset "UTF-8";
/* 202501　WA エラー修正　is-show削除 */
nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
/* change colours to suit your needs */
/* change border colour to suit your needs */
img, video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

li {
  list-style: none;
}

main {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  max-width: 100%;
  height: auto;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

a.c-inlinelink {
  color: #0094FF;
  transition: opacity 0.4s ease 0s;
}

@media screen and (min-width: 768px) {
  a.c-inlinelink:hover {
    opacity: 0.5;
  }
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /* background: url(/web/jp/bpstorage/images/loading.gif) no-repeat; */
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left; /*background:url(/web/jp/bpstorage/images/prev.png) left 48% no-repeat*/
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right; /*background:url(/web/jp/bpstorage/images/next.png) right 48% no-repeat*/
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px; /*background:url(/web/jp/bpstorage/images/close.png) top right no-repeat*/
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* --------------------------------------------------------------------------------
web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("/web/jp/bpstorage/fonts/design_plus.woff?v=1.0") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------------------------------------- keyframes
-------------------------------------------------------------------------------- */
/* fadeIn */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* loading-anime */
@keyframes loading-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* slideDown */
@keyframes slideDown {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
/* ========================================================================== Layout ========================================================================== */
/* Header ----------------------------------------------------------------- */
.l-header {
  background: rgba(255, 255, 255, 0.9);
  height: 70px;
  line-height: 70px;
  width: 100%;
  position: relative;
  z-index: 999;
}

.l-header.is-fixed {
  position: absolute;
  top: 0;
}

.l-header.is-active {
  height: 70px;
  line-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.5s ease;
}

.l-header--large {
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 88.28125%;
  max-width: 1130px;
  height: 100%;
}

.l-header__logo {
  display: flex;
}

.l-header__logo a {
  line-height: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  overflow: hidden;
  word-wrap: break-word;
}

.l-header__logo img {
  vertical-align: middle;
}

/* Inner ----------------------------------------------------------------- */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 88.28125%;
  max-width: 1130px;
}

/* Component ----------------------------------------------------------------- */
@keyframes opacityAnimation {
  100% {
    opacity: 1;
  }
}
/**
	* Load
	*/
@keyframes loading-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-square-base {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  5%, 50% {
    bottom: 0;
    opacity: 1;
  }
  55%, 100% {
    bottom: -10px;
    opacity: 0;
  }
}
@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
  }
}
@keyframes loading-dots-first-dot {
  100% {
    transform: translate(1em);
    opacity: 1;
  }
}
@keyframes loading-dots-middle-dots {
  100% {
    transform: translate(1em);
  }
}
@keyframes loading-dots-last-dot {
  100% {
    transform: translate(2em);
    opacity: 0;
  }
}
#site-wrap {
  display: none;
}

#site_loader_overlay {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

/* type1 */
.c-load--type1 {
  width: 48px;
  height: 48px;
  font-size: 10px;
  text-indent: -9999em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  animation: loading-circle 1.1s infinite linear;
}

.c-load--type1 {
  border: 3px solid rgba(51, 51, 51, 0.2);
  border-top-color: #333333;
}

#site_loader_animation i {
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  border-radius: 50%;
  margin: 0 0.25em;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}

#site_loader_animation i:first-child {
  animation: loading-dots-first-dot 0.5s linear infinite;
  opacity: 0;
  transform: translate(-1em);
}

#site_loader_animation i:last-child {
  animation: loading-dots-last-dot 0.5s linear infinite;
}

.c-menu-button {
  color: #5d5d5d;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.c-menu-button::before {
  content: "\f0c9";
  font-family: "design_plus";
  font-size: 18px;
}

/* Project ----------------------------------------------------------------- */
/**
	* global nav
	*/
.p-global-nav {
  font-size: 16px;
}

@media only screen and (min-width: 1200px) {
  .p-global-nav {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .p-global-nav {
    background: rgba(51, 51, 51, 0.9);
  }
}
.p-global-nav > li {
  float: left;
  line-height: inherit;
}

.p-global-nav > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}

.p-global-nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

.p-global-nav > li > .sub-menu {
  top: 75%;
  left: 0;
}

.p-global-nav a {
  color: #fff;
  display: block;
}

.p-global-nav .menu-item-has-children {
  position: relative;
}

.p-global-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.p-global-nav .sub-menu {
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  top: -25%;
  left: 100%;
  transition: 0.3s;
  visibility: hidden;
  z-index: 99;
}

.p-global-nav .sub-menu .menu-item-has-children > a {
  position: relative;
}

.p-global-nav .sub-menu .menu-item-has-children > a::after {
  content: "\e910";
  font-family: "design_plus";
  position: absolute;
  right: 16px;
}

.p-global-nav .sub-menu a {
  background: #00ac97;
  box-sizing: border-box;
  padding: 15px 19px;
  width: 220px;
}

/**
	* lightbox
	*/
.lb-nav {
  background: #222;
  top: calc(100% + 50px);
  height: 50px;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  background: #333;
  opacity: 1;
  line-height: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.lb-nav a.lb-prev {
  left: calc(50% - 51px);
}

.lb-nav a.lb-prev::before {
  color: #fff;
  content: "\e90f";
  font-family: "design_plus";
}

.lb-nav a.lb-next {
  left: calc(50% + 1px);
}

.lb-nav a.lb-next::after {
  color: #fff;
  content: "\e910";
  font-family: "design_plus";
}

.lb-dataContainer {
  height: 100px;
  padding-top: 0;
}

.lb-data {
  background: #000;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.lb-data .lb-details {
  box-sizing: border-box;
  float: none;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.lb-data .lb-caption {
  display: block !important;
  height: 50px;
  line-height: 50px;
}

.lb-data .lb-number {
  padding-bottom: 0;
}

.lb-data .lb-close {
  float: right;
  line-height: 50px;
  opacity: 1;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 999;
}

.lb-data .lb-close::before {
  color: #aaa;
  content: "\e91a";
  font-size: 18px;
  font-family: "design_plus";
  position: absolute;
  right: 18px;
}

.lightbox .lb-image {
  border: 0;
  border-radius: 0;
}

.p-logo a {
  color: #fff;
}

/**
	* menu button
	*/
.p-menu-button {
  line-height: 60px;
  width: 60px;
  height: 60px;
}

/** pagebuilder extend
	*/
/**
	* pager
	*/
/**
	* pagetop
	*/
.p-pagetop a {
  background: #333;
  color: #fff;
  display: block;
  height: 56px;
  position: relative;
}

.p-pagetop a:hover {
  background: #444;
}

.p-pagetop a::after {
  content: "\e911";
  font-family: "design_plus";
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

.slick-dots li {
  border-radius: 50%;
  margin: 0 14px 0 0;
  width: 12px;
  height: 12px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active, .slick-dots li:hover {
  background: #fdca00;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}

.slick-dots li button::before {
  content: "";
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Utility ----------------------------------------------------------------- */
/** clearfix */
.u-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/** hidden */
.u-hidden {
  display: none;
}

/** font-size - フォントサイズ */
.text70 {
  font-size: 70%;
}

.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

.b {
  font-weight: 700;
}

/* 太字 */
.u {
  text-decoration: underline;
}

/* 下線 */
.del {
  text-decoration: line-through;
}

/* 打ち消し線 */
/** font-color - フォントカラー */
.red {
  color: red;
}

/* 赤色 */
.blue {
  color: #2ca9e1;
}

/* 青色 */
.green {
  color: #82ae46;
}

/* 緑色 */
.orange {
  color: #ff7d00;
}

/* 橙色 */
.yellow {
  color: #fff000;
}

/* 黄色 */
.pink {
  color: #ff0084;
}

/* ピンク */
.gray {
  color: #999999;
}

/* グレー */
/** background-color - 背景色 */
/* 青色の文字背景 */
.bg-blue {
  background-color: #4ab0f5;
  padding: 2px;
}

/* 赤色の文字背景 */
.bg-red {
  background-color: red;
  padding: 2px;
}

/* 黄色の文字背景 */
.bg-yellow {
  background-color: #ff0;
  padding: 2px;
}

/** text-align - 配置 */
.align1 {
  text-align: center !important;
}

/* 中央寄せ */
.align2 {
  text-align: right !important;
}

/* 右寄せ */
.align3 {
  text-align: left !important;
}

/* 左寄せ */
/** float - 回り込み */
/* 右に回り込み */
.r-flo {
  float: right;
  margin: 10px;
}

/* 左に回り込み */
.l-flo {
  float: left;
  margin: 10px;
}

.f-clear {
  clear: both;
}

/* 回り込みの解除 */
/** hover - 画像リンクマウスオーバー時の不透明度 */
a img.fade {
  background: none !important;
  outline: none;
  transition: all 0.3s;
}

a:hover img.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

/** margin - 要素の外側の余白 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

/** padding - 要素の内側の余白 */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.fa {
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .l-header,
  .l-header--large,
  .l-header.is-fixed {
    height: 70px;
    line-height: 70px;
  }
  .l-header.is-fixed ~ .l-main {
    margin-top: 0px;
  }
  .l-header__inner {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .l-header__logo {
    position: relative;
    height: 100%;
    padding-left: 10px;
  }
  .l-header__logo a {
    line-height: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 88.88889%;
  }
  .l-inner--narrow {
    width: 100%;
  }
  .c-load--type1 {
    width: 30px;
    height: 30px;
  }
  .c-load--type2::after,
  .c-load--type2::before {
    width: 8px;
    height: 8px;
  }
  #site_loader_animation i {
    width: 0.25em;
    height: 0.25em;
    margin: 0 0.125em;
  }
}
@media only screen and (max-width: 1200px) {
  .c-menu-button {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .c-share__btn {
    margin-bottom: 5px;
  }
  .p-address {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-button {
    font-size: 16px;
    line-height: 35px;
    width: 160px;
    height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-global-nav li.current-menu-item a,
  .p-global-nav > li > a:hover {
    color: #fff;
  }
  .p-global-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .is-fixed .p-global-nav {
    height: 100vh;
    overflow: auto;
  }
  .p-global-nav > li {
    float: none;
  }
  .p-global-nav li {
    width: 100%;
  }
  .p-global-nav .menu-item-has-children > a > span.is-active::before {
    content: "-";
  }
  .p-global-nav .menu-item-has-children > a > span::before {
    border: 1px solid #555;
    border-radius: 100%;
    color: #aaa;
    content: "+";
    line-height: 24px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    text-align: center;
    width: 24px;
    height: 24px;
  }
  .p-global-nav .sub-menu {
    display: none;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100%;
    transition-property: none;
  }
  .p-global-nav .sub-menu li {
    box-sizing: border-box;
    padding-left: 1em;
  }
  .p-global-nav .sub-menu .menu-item-has-children > a::after {
    content: "";
  }
  .p-global-nav .sub-menu a {
    background: 0 0 !important;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    width: 100%;
  }
  .p-global-nav a {
    color: #fff;
    box-sizing: border-box;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    line-height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
  .p-pagetop a {
    width: 50px;
    height: 50px;
    text-align: center;
  }
  .p-pagetop a::after {
    position: static;
  }
}
/* --------------------------------------------------
Common
-------------------------------------------------- */
.c-load--type1 {
  border-top-color: var(--maincolor, #ca5b9d) !important;
}

.lb-nav,
.lb-data {
  background: none;
}

.lb-data .lb-details {
  box-sizing: border-box;
  float: none;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.lb-data .lb-caption {
  display: block !important;
  height: 50px;
  line-height: 50px;
}

.lb-data .lb-close::before {
  font-size: 30px;
}

body {
  color: #474241;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

body .common-btn {
  max-width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  color: #474241;
}

body .common-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--maincolor, #ca5b9d);
  border-radius: 70px;
  border: solid 2px var(--maincolor, #ca5b9d);
  box-sizing: border-box;
  color: #fff;
}

body .common-btn.is-comingsoon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #DAD9D9 !important;
  color: #827F7E !important;
  border-radius: 70px;
  box-sizing: border-box;
}

body .common-btn.h56 {
  height: 56px;
}

body .common-btn.h56 a {
  border-radius: 80px;
}

@media print, screen and (min-width: 768px) {
  body .common-btn a {
    transition: all 0.4s ease 0s;
  }
  body .common-btn a:hover {
    background-color: #fff;
    color: var(--maincolor, #ca5b9d);
  }
  body .common-btn a:hover::after {
    transform: scale(1.2) translate(3px, 0);
  }
}
body .p-base {
  color: rgba(71, 66, 65, 0.8);
  font-size: 14px;
  line-height: 26px;
}

body .p-base a {
  color: #0094FF;
}

body .p-base + .p-base {
  margin: 26px 0 0;
}

@media print, screen and (min-width: 768px) {
  body .p-base {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
  body .p-base a {
    transition: opacity 0.4s ease 0s;
  }
  body .p-base a:hover {
    opacity: 0.5;
  }
  body .p-base + .p-base {
    margin: 28px 0 0;
  }
}
main {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
Header
-------------------------------------------------- */
@keyframes effect1 {
  0% {
    transform: translate(-101%, 0);
  }
  40% {
    transform: translate(-101%, 0);
  }
  50% {
    transform: translate(101%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
@keyframes effect2 {
  0% {
    transform: translate(-101%, 0);
  }
  50% {
    transform: translate(-101%, 0);
  }
  60% {
    transform: translate(101%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
#site_wrap {
  padding: 53px 0 0;
}

#site_wrap .l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 53px;
  box-shadow: none;
  transition: transform 0.6s ease 0s;
}

#site_wrap .l-header .l-header__inner {
  display: flex;
  align-items: center;
}

#site_wrap .l-header .l-header__inner .l-header__logo {
  width: var(--header_logosize_sp, 150px);
  padding: 0 0 0 24px;
  height: auto;
}

#site_wrap .l-header .l-header__inner .l-header__logo a {
  height: auto;
  line-height: 1;
}

#site_wrap .l-header .l-header__inner .c-menu-button {
  width: 75px;
  height: 53px;
  line-height: 53px;
  right: 0;
}

#site_wrap .l-header .l-header__inner .p-global-nav {
  top: 53px;
  height: 100vh;
}

#site_wrap .l-header .l-header__inner .p-global-nav .menu-item-has-children > a {
  display: none;
}

#site_wrap .l-header .l-header__inner .p-global-nav .menu-item-has-children .sub-menu {
  display: block !important;
}

#site_wrap .l-header .l-header__inner .p-global-nav .menu-item-has-children .sub-menu li {
  padding: 0;
}

#site_wrap .l-header .l-header__inner .p-global-nav .menu-item-has-children .sub-menu li.sub-b {
  order: 0;
  text-align: left;
}

#site_wrap .sub-menu-button {
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 44px);
  height: 46px;
  margin: 20px auto;
  margin-left: 24px;
  position: relative;
}

#site_wrap .sub-menu-button a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: solid 2px var(--maincolor, #ca5b9d);
  border-radius: 70px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease 0s;
}

#site_wrap .sub-menu-button a span {
  position: relative;
  z-index: 2;
}

#site_wrap .sub-menu-button a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url(/web/jp/bpstorage/images/icon-arrow-g.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 0 8px;
  transition: transform 0.4s ease 0s;
}

#site_wrap .l-header.is-hidden {
  transform: translate(0, -101%);
}

@media screen and (min-width: 768px) {
  #site_wrap .l-header .l-header__inner .p-global-nav .menu-item-has-children .sub-menu li.sub-b {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1201px) {
  #site_wrap {
    padding: 84px 0 0;
  }
  #site_wrap .l-header {
    height: 84px;
  }
  #site_wrap .l-header .l-header__inner {
    width: calc(100% - 96px);
    max-width: 1350px;
  }
  #site_wrap .l-header .l-header__inner .l-header__logo {
    width: var(--header_logosize, 168px);
    padding: 0;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container {
    width: calc(100% - 242px);
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav {
    position: static;
    display: flex !important;
    align-items: center;
    height: auto;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li {
    float: none;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li .sub-menu {
    position: static;
    opacity: 1;
    display: flex !important;
    align-items: center;
    visibility: visible;
    white-space: nowrap;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li:first-child .sub-menu {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #site_wrap .sub-menu-button {
    font-size: 14px;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li .sub-menu li:not(.sub-menu-button) a {
    background: none;
    color: #474241;
    padding: 0;
    width: auto;
    transition: all 0.4s ease 0s;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li .sub-menu li a:hover {
    opacity: 0.5;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li:nth-child(1) {
    margin: 0 auto;
  }
  #site_wrap .l-header .l-header__inner .menu-header-container .p-global-nav > li:nth-child(1) .sub-menu li + li {
    margin: 0 0 0;
  }
  #site_wrap .sub-menu-button {
    font-size: 12px;
    width: 170px;
    height: 36px;
  }
  #site_wrap .sub-menu-button a {
    width: 100%;
    z-index: 1;
  }
  #site_wrap .sub-menu-button a::after {
    display: none !important;
  }
  #site_wrap .sub-menu-button a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(-101%, 0);
    background: var(--maincolor, #ca5b9d);
/* ボタン背景のアニメーション停止
    animation: effect1 6s linear 0s infinite;*/
  }
  #site_wrap .sub-menu-button a:hover {
    background: var(--maincolor, #ca5b9d);
    color: #fff;
    opacity: 1 !important;
  }
  #site_wrap .sub-menu-button + .sub-menu-button a::before {
    animation-name: effect2;
  }
  #site_wrap .sub-menu-button a:hover {
    background: #FFFFFF;
    color: #474241;
  }
}
@media only screen and (max-width: 1201px) {
  #site_wrap .l-header .l-header__inner .p-global-nav {
    padding-top: 47px;
  }
  .p-global-nav .sub-menu a {
    height: auto;
    padding: 0 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(1) li + li {
    margin: 28px 0 0;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) {
    margin: 40px 0 0;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2):has(.sub-b) {
    margin-top: 0;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.login-b {
    order: 100;
    margin: 8px 0 0;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.sub-b a,
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.login-b a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1.5px;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.sub-b a {
    margin-bottom: 24px;
    text-align: left;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.sub-menu-button {
    width: calc(100% - 48px);
    height: 56px;
    margin: 0 auto;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.sub-menu-button a:after {
    display: none !important;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.sub-menu-button.type-secoundary {
    order: 1;
  }
  #site_wrap .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li.sub-menu-button a {
    border-radius: 80px;
  }
  .p-menu-button.is-active {
    background: #333333;
  }
}
/*svg
----------------------------------------------*/
.svg-arw {
  position: relative;
  top: 1px;
  margin-left: 8px;
  width: 16px;
  vertical-align: middle;
}

.svg-arw path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: currentColor;
}

.svg-play {
  position: relative;
  top: 1px;
  margin-left: 8px;
  width: 16px;
  vertical-align: middle;
}

.svg-play path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: currentColor;
}

/*service
----------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #services h2 {
    margin-bottom: 40px;
  }
}

.g-service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 32px;
}
@media screen and (max-width:767px) {
  .g-service {
    gap: 24px;
    grid-template-columns: 100%;
  }
}

.g-service-card {
  display: grid;
  gap: 40px 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 16px;
  border: 4px solid #267C3A;
  padding: 44px 36px 36px;
  transition: box-shadow 0.4s ease 0s;
}
@media print, screen and (min-width: 768px) {
  .g-service-card:hover {
    box-shadow: 0px 6px 10px 0px rgba(71, 66, 65, 0.2);
  }
}

.g-service-card__logo img {
  width: 100%;
  aspect-ratio: 272/64;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-service-card__text {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.75;
  color: rgba(71, 66, 65, 0.8);
}

.g-service-card__link {
  font-size: 14px;
  font-weight: 700;
  color: #267C3A;
}
.g-service-card__link::after {
  position: relative;
  top: -1px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(/web/jp/bpstorage/images/icon-blank.svg) 50% 50% no-repeat;
          mask: url(/web/jp/bpstorage/images/icon-blank.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #267C3A;
}

.caption p a{
	color: #0094FF;
}

/* --------------------------------------------------
Start invox
-------------------------------------------------- */
.basicprice-headline {
  margin: 0 !important;
  font-size: 28px;
  line-height: 1.4 !important;
  color: rgb(71, 66, 65);
  letter-spacing: 1px;
}

.basicprice-headline .en {
  font-size: 30px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

.basicprice-headline .small {
  font-size: 20px;
}

.basicprice-headline strong {
  background-image: linear-gradient(to bottom, transparent 70%, var(--markColor) 70%);
}

.basicprice-lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 5px;
  margin: 24px 0 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.85;
  color: rgb(71, 66, 65);
}

.basicprice-lead:before {
  content: "＼";
}

.basicprice-lead:after {
  content: "／";
}

.basicprice-figure {
  margin: 24px auto 0;
}

.basicprice-note {
  margin-top: 24px;
  text-align: left;
  color: rgba(71, 66, 65, 0.8);
  font-size: 12px;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  .basicprice-headline {
    font-size: 36px;
    line-height: 1.5556 !important;
    letter-spacing: 1px;
  }
  .basicprice-headline .en {
    font-size: 40px;
  }
  .basicprice-headline .small {
    font-size: 28px;
  }
  .basicprice-lead {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .basicprice-figure {
    margin: 40px auto 0;
    max-width: 1098px;
  }
  .basicprice-figure__caption {
    margin-top: 40px;
  }
  .basicprice-note {
    margin-top: 40px;
    font-size: 16px;
  }
}
/* --------------------------------------------------
Start invox
-------------------------------------------------- */
body #startinvox {
  margin-bottom: 0;
  padding: 60px 0;
}

body #startinvox .inner .start .single .imagearea {
  width: 140px;
  margin: 0 auto 32px;
}

body #startinvox .inner .start .single .textarea {
  text-align: center;
}

body #startinvox .inner .start .single .textarea .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
}

body #startinvox .inner .start .single .textarea .p-base {
  margin: 0 0 24px;
}

body #startinvox .inner .start .single .textarea .common-btn {
  max-width: 232px;
  margin: 0 auto;
}

body #startinvox .inner .start .single + .single {
  margin: 50px 0 0;
}

body #startinvox {
  background: #fff;
}

body #startinvox .inner {
  border: 4px solid var(--maincolor);
  padding: 50px 15px 54px;
  box-sizing: border-box;
}

body #startinvox .inner h2 {
  margin: 0 0 24px;
}

body:not(.site-front) #startinvox {
  border: 4px solid var(--maincolor, #000);
  box-sizing: border-box;
  width: 342px;
  max-width: 96%;
  margin: 0 auto 60px;
  padding: 40px 15px;
}

body:not(.site-front) #startinvox .description {
  font-weight: 700;
  font-size: 14.4px;
  line-height: 22.4px;
  text-align: center;
  margin: 0 0 24px;
}

body:not(.site-front) #startinvox h3 {
  font-weight: 700;
  font-size: 28.8px;
  line-height: 44.8px;
  text-align: center;
  margin: 0 0 64px;
}

@media screen and (min-width: 768px) {
  body #startinvox {
    padding: 104px 0;
  }
  body #startinvox .inner {
    width: calc(100% - 50px);
    max-width: 1120px;
    padding: 75px 10px;
  }
  body #startinvox .inner .start {
    display: flex;
    justify-content: center;
  }
  body #startinvox .inner .start .single {
    width: 256px;
  }
  body #startinvox .inner .start .single .textarea .common-btn {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body #startinvox .inner .start .single {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 768px) {
  body #startinvox .inner .start .single .imagearea {
    width: 160px;
    margin: 0 auto 24px;
  }
  body #startinvox .inner .start .single .textarea {
    position: relative;
  }
  body #startinvox .inner .start .single .textarea .p-base {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    min-height: 72px;
  }
  body #startinvox .inner .start .single + .single {
    margin: 0 0 0 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body #startinvox .inner .start .single + .single {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  body #startinvox .inner h2 {
    margin: 0 0 64px;
  }
  body:not(.site-front) #startinvox {
    width: 1120px;
    max-width: 96%;
    margin: 0 auto 80px;
    padding: 80px 15px;
  }
  body:not(.site-front) #startinvox .description {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
  body:not(.site-front) #startinvox h3 {
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 1px;
    margin: 0 0 64px;
  }
}
body #startinvox.startinvox--hasbg {
  margin: 60px 0;
  background: var(--bgColor);
}

body #startinvox.startinvox--hasbg .inner {
  border: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  body #startinvox.startinvox--hasbg {
    margin: 104px 0;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
@keyframes f-effect1 {
  0% {
    transform: translate(-101%, 0);
  }
  40% {
    transform: translate(-101%, 0);
  }
  46.6% {
    transform: translate(101%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
@keyframes f-effect2 {
  0% {
    transform: translate(-101%, 0);
  }
  46.6% {
    transform: translate(-101%, 0);
  }
  53.3% {
    transform: translate(101%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
@keyframes f-effect3 {
  0% {
    transform: translate(-101%, 0);
  }
  55.3% {
    transform: translate(-101%, 0);
  }
  60% {
    transform: translate(101%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.l-footer #toggle-cta-footer {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  height: 94px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -2px 20px 0px rgba(71, 66, 65, 0.2);
  transition: transform 0.6s ease 0s;
}

.l-footer #toggle-cta-footer .toggle-cta-footer-inner {
  width: 342px;
  max-width: calc(100% - 48px);
}

.l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li a::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-101%, 0);
  background: #FFFFFF;
/* ボタン背景のアニメーション停止
  animation: f-effect1 9s linear 0s infinite;*/
}

.l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li:nth-child(2) a::before {
  animation-name: f-effect2;
}

.l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li:nth-child(3) a::before {
  animation-name: f-effect3;
}

.l-footer #toggle-cta-footer.is-hidden {
  transform: translate(0, 101%) translate(0, 22px);
}

@media print, screen and (min-width: 768px) {
  .l-footer #toggle-cta-footer {
    height: 88px;
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner {
    width: calc(100% - 64px);
    max-width: calc(100% - 64px);
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner ul {
    display: flex;
    justify-content: flex-end;
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li:nth-child(-n+2) {
    display: block;
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li.trial {
    width: 191px;
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li.demo {
    width: 269px;
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li.download {
    width: 257px;
  }
  .l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li + li {
    margin: 0 0 0 32px;
  }
}
/*footer
----------------------------------------------*/
.footer-v2 {
  padding: 64px 0 140px;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  background-color: rgb(51, 51, 51);
}
@media screen and (max-width:767px) {
  .footer-v2 {
    padding: 40px 0 120px;
  }
}

.footer-v2__block {
  max-width: 1120px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .footer-v2__block {
    width: 342px;
    max-width: 87.69%;
  }
}

.footer-v2-layout {
  display: flex;
}
@media screen and (max-width:767px) {
  .footer-v2-layout {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}

.footer-v2-layout__logo {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width:767px) {
  .footer-v2-layout__logo {
    width: 100%;
  }
}

.footer-v2-pagelogo {
  margin: 0;
  width: 192px;
}
.footer-v2-pagelogo.is-storage {
  width: 160px;
}
@media screen and (max-width:767px) {
  .footer-v2-pagelogo {
    width: 224px;
  }
  .footer-v2-pagelogo.is-storage {
    width: 160px;
  }
}

.footer-v2-layout__guide {
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .footer-v2-layout__guide {
    margin: 0;
  }
}

.footer-v2-linkwrap {
  display: grid;
  grid-template-columns: 240px 180px;
  justify-content: space-between;
  gap: 40px 10px;
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  .footer-v2-linkwrap {
    gap: 40px 0;
    padding-top: 0;
    grid-template-columns: 100%;
  }
}

.footer-v2__label {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-v2__linklist {
  display: grid;
  gap: 6px;
  line-height: 1.8571;
}
@media print, screen and (min-width: 768px) {
  .footer-v2__linklist > li > a {
    transition: ease opacity 0.3s;
  }
  .footer-v2__linklist > li > a:hover {
    opacity: 0.7;
  }
}
.footer-v2__linklist > li > a[target=_blank]::after {
  position: relative;
  top: -1px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(/web/jp/bpstorage/images/icon-blank.svg) 50% 50% no-repeat;
          mask: url(/web/jp/bpstorage/images/icon-blank.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}

.footer-v2__linklist__item {
  display: flex;
  align-items: center;
}

.footer-v2-layout__infomart {
  flex-shrink: 0;
  margin-left: auto;
  border-left: 1px solid rgb(92, 92, 92);
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .footer-v2-layout__infomart {
    border: none;
    border-top: 1px solid rgb(92, 92, 92);
    margin: 0;
    padding: 40px 0 0;
  }
}

.footer-v2-infomartlogo {
  margin: 0 0 24px;
  max-width: 186px;
}

.footer-v2-copyright {
  margin-top: 36px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
}
@media screen and (max-width:767px) {
  .footer-v2-copyright {
    margin-top: 60px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-v2-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: center;
    gap: 60px 0;
  }
  .footer-v2-layout__logo {
    grid-column: 1/3;
  }
  .footer-v2-layout__guide {
    margin: 0;
    padding-right: 40px;
  }
  .footer-v2-layout__infomart {
    margin-left: auto;
  }
  .footer-v2__block {
    width: calc(100% - 80px);
  }
}