@charset "utf-8";

/* ======================================================
 * boogieboard.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  .bb-hero-visual .hero_caption,
  .bb-gallery-layout .gallery_visual_title,
  .bb-gallery-layout .gallery_thumb_title,
  .bb-product-layout .product_name,
  .bb-point-layout .point_title,
  .bb-product-feature-layout .product_feature_list .product_feature_label {
    font-family: "Noto Sans", "Noto Sans CJK JP", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb-boogieboard-wrap {
    font-family: "Yu Gothic Medium", "���S�V�b�N Medium", YuGothic, "���S�V�b�N��", "�q���M�m�p�S Pro W3", "���C���I", sans-serif;
  }

  /* ----- a ----- */
  .bb-product-index-layout a .index_title {
    color: #3381d0;
  }

  /* ----- opacity ----- */
  .bb-gallery-layout .gallery_thumb_item > a:not(.is-active):hover,
  .bb-product-index-layout > a:hover .index_image img {
    opacity: .8;
  }

  /* ----- transition ----- */
  .bb-gallery-layout .block .gallery_thumb_title {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .bb-product-index-layout > a .index_image img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }

  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- column-layout ----- */
  .column-layout.type-special-bb > .column_item {
    margin-top: 2.5em;
  }
  /* ----- tab-layout ----- */
  .tab-layout > .tab_navi > .tab_list > li > a > .tab_label .tab_label_sub {
    margin-left: .5em;
    font-size: 1.6rem;
  }
  /* ----- special-color-icon ----- */
  .special-color-icon > li.color-white {
    border: 1px solid #cdcdcd;
  }
  /* ----- youtube-layout ----- */
  .youtube-layout.type-special-bb {
    margin-top: 2.5em;
  }
  /* ----- bb-point-icon ----- */
  .bb-point-icon {
    display: inline-block;
    position: relative;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    background-color: #f63366;
    font-size: 0;
    vertical-align: top;
    line-height: 1;
    overflow: hidden;
  }
  .bb-point-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 41px;
    height: 42px;
    margin-top: 3px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  /* ----- bb-hero-visual ----- */
  .bb-hero-visual {
    position: relative;
    margin: 2.5em 0 0;
    padding: 40px 0;
  }
  .bb-hero-visual .hero_image {
    position: absolute;
    top: 50%;
    right: 0;
    width: 62.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .bb-hero-visual .hero_inner {
    position: relative;
    min-height: 280px;
    padding: 50px 0 20px 0;
    background-color: #c3d600;
  }
  .bb-hero-visual .hero_title {
    width: 44.5%;
    margin: 0 0 1.5em;
    padding-left: 80px;
  }
  .bb-hero-visual .hero_caption {
    width: 37.5%;
    padding-left: 80px;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  /* ----- bb-box-layout ----- */
  .bb-box-layout {
    margin: 2em 0 0;
    background-color: #f1f1f1;
  }
  .bb-box-layout.color1 {
    background-color: #79d9e2;
  }
  .bb-box-layout.color2 {
    background-color: #c3d600;
  }
  .bb-box-layout.color3 {
    background-color: #fcd22b;
  }
  .bb-box-layout.color4 {
    background-color: #f8aadd;
  }
  .bb-box-layout > .box_title {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
  }
  .bb-box-layout > .box_title .box_title_label {
    display: table-cell;
    padding: 20px 40px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    line-height: 1.25;
  }
  .bb-box-layout > .box_title.type-point {
    height: 112px;
  }
  .bb-box-layout > .box_title.type-point .box_title_label {
    padding-left: 130px;
  }
  .bb-box-layout > .box_title.type-point .bb-point-icon {
    position: absolute;
    top: 20px;
    left: 40px;
  }
  .bb-box-layout > .box_detail {
    padding: 30px 40px;
  }
  .bb-box-layout > .box_title + .box_detail {
    padding-top: 0;
  }
  .bb-box-layout > .box_detail > *:first-child,
  .bb-box-layout > .box_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-gallery-layout ----- */
  .bb-gallery-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 2em;
  }
  .bb-gallery-layout .gallery_visual {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 38.5%;
    padding: 25px 15px 15px;
    border: 3px solid #222;
    background-color: #efefef;
    text-align: center;
  }
  .bb-gallery-layout .gallery_visual_item {
    display: none;
  }
  .bb-gallery-layout .gallery_visual_title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .bb-gallery-layout .gallery_visual_image {
    margin-top: 1.25em;
  }
  .bb-gallery-layout .gallery_visual .link-text-v2 {
    margin-top: 1.25em;
  }
  .bb-gallery-layout.type-detail {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .bb-gallery-layout.type-detail .gallery_visual {
    padding: 0;
  }
  .bb-gallery-layout.type-detail .gallery_visual_item {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }
  .bb-gallery-layout.type-detail .gallery_visual_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 35px 15px 0;
    text-align: center;
  }
  .bb-gallery-layout.type-detail .gallery_visual_title .gallery_visual_label {
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff;
  }
  .bb-gallery-layout.type-detail .gallery_visual_image {
    margin: 0;
  }
  .bb-gallery-layout.type-detail .gallery_visual_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 18px;
    background-color: rgba(250,250,250,0.8);
    text-align: left;
  }
  .bb-gallery-layout .gallery_thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    width: 59%;
  }
  .bb-gallery-layout .gallery_thumb_item {
    width: calc((100% - 60px) / 3);
    margin: 1.75em 0 0 30px;
  }
  [data-browser="ie11"] .bb-gallery-layout .gallery_thumb_item { width: calc(((100% - 60px) / 3) - 0.1px); }
  [data-browser="edge"] .bb-gallery-layout .gallery_thumb_item { width: calc(((100% - 60px) / 3) - 0.1px); }
  .bb-gallery-layout .gallery_thumb_item:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .bb-gallery-layout .gallery_thumb_item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .bb-gallery-layout .gallery_thumb_item > .block {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .bb-gallery-layout .gallery_thumb_item > a.is-active {
    border-bottom: none;
  }
  .bb-gallery-layout .gallery_thumb_title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    border: 3px solid transparent;
    background-color: rgba(250,250,250,0.8);
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.25;
  }
  .bb-gallery-layout a.is-active .gallery_thumb_title {
    height: 100%;
    background-color: rgba(195,214,0,0.8);
    font-weight: 700;
    border-color: #222;
  }
  .bb-gallery-layout .gallery_thumb_title .gallery_thumb_label {
    display: inline-block;
    position: relative;
  }
  .bb-gallery-layout a .gallery_thumb_title .gallery_thumb_label {
   padding-left: 20px;
  }
  .bb-gallery-layout a .gallery_thumb_title .gallery_thumb_label::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .bb-gallery-layout a.is-active .gallery_thumb_title .gallery_thumb_label::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /* ----- bb-product-index-layout ----- */
  .bb-product-index-layout > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bb-product-index-layout > .block .index_image {
    position: relative;
    width: 46.07%;
  }
  .bb-product-index-layout > .block .index_image .index_new {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #222;
    background-color: #fcd22b;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 1;
  }
  .bb-product-index-layout > .block .index_image .index_new::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 11px;
    background: url(/common/img/cmn_new_ic02.png) no-repeat 0 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
  }
  .bb-product-index-layout > .block .index_caption {
    width: 53.83%;
    padding: 10px 0 0 20px;
  }
  .bb-product-index-layout .index_title {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bb-product-index-layout a:hover .index_title {
    text-decoration: underline;
  }
  .bb-product-index-layout .index_lead {
    margin-top: .5em;
    font-weight: bold;
  }
  .bb-product-index-layout .index_info {
    margin-top: 1em;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .bb-product-index-layout .index_price {
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* ----- bb-boogieboard-layout ----- */
  .bb-boogieboard-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 3em;
  }
  .bb-boogieboard-layout > .boogieboard_product {
    width: 48.33%;
  }
  .bb-boogieboard-layout > .boogieboard_detail {
    width: 46.66%;
  }
  .bb-boogieboard-layout > .boogieboard_product > *:first-child,
  .bb-boogieboard-layout > .boogieboard_product > section:first-child > [class*="heading-lv"],
  .bb-boogieboard-layout > .boogieboard_detail > *:first-child,
  .bb-boogieboard-layout > .boogieboard_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-boogieboard-layout-v2 ----- */
  .bb-boogieboard-layout-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 3em;
  }
  .bb-boogieboard-layout-v2 > .boogieboard_product-v2 {
    width: 59.20%;
  }
  .bb-boogieboard-layout-v2 > .boogieboard_detail-v2 {
    width: 36.25%;
  }
  .bb-boogieboard-layout-v2 > .boogieboard_product-v2 > *:first-child,
  .bb-boogieboard-layout-v2 > .boogieboard_product-v2 > section:first-child > [class*="heading-lv"],
  .bb-boogieboard-layout-v2 > .boogieboard_detail-v2 > *:first-child,
  .bb-boogieboard-layout-v2 > .boogieboard_detail-v2 > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-boogieboard-layout-v3 ----- */
  .bb-boogieboard-layout-v3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 20px;
  }
  .bb-boogieboard-layout-v3 > div[class^="bb-boogieboard-layout-v3__img-area"]{
    width: 57%;
  }
  .bb-boogieboard-layout-v3 > div[class^="bb-boogieboard-layout-v3__detail"]{
    width: 36.7%;
    margin-left: 6.3%;
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title{
    position: relative;
    margin: 21px 9% 20px;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    color: #733493;
    text-align: center;
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::before,
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::after{
    position: absolute;
    bottom: -7px;
    width: 3px;
    height: 60px;
    background-color: #733493;
    content: "";
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::before{
    right: 0;
    transform: rotate(30deg);
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::after{
    left: 0;
    transform: rotate(-30deg);
  }
  /* ----- bb-product-layout ----- */
  .bb-product-layout {
    margin-top: 2em;
    padding: 35px 40px;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .bb-product-layout > *:first-child,
  .bb-product-layout > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-product-layout .product_name {
    color: #f63366;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bb-product-layout .product_price {
    margin-top: .5em;
    padding: 7px 10px;
    background-color: #f6f6f6;
    line-height: 1.25;
  }
  .bb-product-layout .product_content {
    margin: 2em 0 0;
  }
  .bb-product-layout .product_image {
    margin: 1.5em -40px 0;
    text-align: center;
  }
  .bb-product-layout .product_content > *:first-child,
  .bb-product-layout .product_content > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-product-layout-v2 ----- */
  .bb-product-layout-v2 {
    margin-top: 2em;
  }
  .bb-product-layout-v2 > *:first-child,
  .bb-product-layout-v2 > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-product-layout-v2 .product_content {
    margin: 2em 0 0;
  }
  .bb-product-layout-v2 .product_image {
  }
  .bb-product-layout-v2 .product_content > *:first-child,
  .bb-product-layout-v2 .product_content > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  /* ----- bb-point-layout ----- */
  .bb-point-layout {
    margin-top: 2em;
  }
  .bb-point-layout .point_item {
    padding: 25px 30px 30px 60px;
  }
  .bb-point-layout.color1 .point_item {
    background-color: #6fba2c;
    color: #fff;
  }
  .bb-point-layout.color2 .point_item {
    background-color: #feda2a;
  }
  .bb-point-layout.color3 .point_item {
    background-color: #fcd4d6;
  }
  .bb-point-layout.color4 .point_item {
    background-color: #1d2087;
    color: #fff;
  }
  .bb-point-layout.color5 .point_item {
    background-color: #00a29a;
    color: #fff;
  }
  .bb-point-layout.color6 .point_item {
    background-color: #ffd9e9;
  }
  .bb-point-layout.color7 .point_item {
    background-color: #00a9da;
    color: #fff;
  }
  .bb-point-layout.color8 .point_item {
    background-color: #ffc560;
  }
  .bb-point-layout.color9 .point_item {
    background-color: #c3d600;
  }
  .bb-point-layout .point_item.type-bb1r-bg1 {
    padding-bottom: 50px;
    background-image: url(/sp/boogieboard/img/bb1rk_bg01.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom 25px;
  }
  .bb-point-layout .point_item + .point_item {
    margin-top: 2px;
  }
  .bb-point-layout.color1 .point_item .list-note > li,
  .bb-point-layout.color4 .point_item .list-note > li,
  .bb-point-layout.color5 .point_item .list-note > li,
  .bb-point-layout.color7 .point_item .list-note > li {
    color: #fff;
  }
  .bb-point-layout .point_title {
    position: relative;
    margin: 0 0 .5em;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-point-layout.color2 .point_title {
    color: #8c5634;
  }
  .bb-point-layout .point_title .bb-point-icon {
    position: absolute;
    top: -5px;
    left: -75px;
    height: 58px;
    width: 58px;
  }
  .bb-point-layout.color2 .point_title .bb-point-icon {
    background-color: #8c5634;
  }
  .bb-point-layout.color6 .point_item .bb-point-icon {
    background-color: #e60012;
  }
  .bb-point-layout .point_title .point_color1 {
    color: #e60012;
  }
  .bb-point-layout .point_title .bb-point-icon img {
    width: 33px;
    height: 33px;
  }
  .bb-point-layout .point_detail > *:first-child,
  .bb-point-layout .point_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-point-layout-v2 ----- */
  .bb-point-layout-v2 {
    margin-top: 2em;
    padding: 0 46px 34px;
    background-color: #92b4cb;
    color: #231815;
  }
  .bb-point-layout-v2 .point_arae {
    padding-top: 30px;
  }
  .bb-point-layout-v2 .point_title {
    position: relative;
    margin: 0 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-point-layout-v2 .point_title .bb-point-icon {
    position: absolute;
    top: -13px;
    left: -81px;
    width: 5.2vw;
    height: 5.2vw;
    max-width: 96px;
    max-height: 96px;
    min-width: 70px;
    min-height: 70px;
    background-color: #c4c5c5;
    border: 4px solid #231815;
  }
  .bb-point-layout-v2 .point_title .bb-point-icon img {
    width: 3.391vw;
    height: 3.068vw;
    min-width: 50px;
    min-height: 45px;
  }
  .bb-point-layout-v2 .point_title .point_text {
    text-align: center;
  }
  .bb-point-layout-v2 .point_title .point_text > .bb-point-main {
    height: 25px;
    margin-bottom: 8px;
  }
  .bb-point-layout-v2 .point_title .point_text > .bb-point-main img {
    max-height: 25px;
  }
  .bb-point-layout-v2 .point_title .point_text > .bb-point-sub {
    padding-top: 14px;
    border-top: 3px solid #6e6c6c;
    font-size: 1.7rem;
  }
  .bb-point-layout-v2 .point_image {
    margin-top: 1em;
  }
  .bb-point-layout-v2 .point_image > .bb-point-image-inner {
    text-align: center;
  }
  .bb-point-layout-v2 .point_detail > *:first-child,
  .bb-point-layout-v2 .point_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-point-layout-v3 ----- */
  .bb-point-layout-v3 {
    padding: 0 46px 34px;
    background-color: #d9bde9;
    color: #231815;
  }
  .bb-point-layout-v3 .point_area {
    padding-top: 28px;
  }
  .bb-point-layout-v3 .point_title {
    position: relative;
    margin: 0 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-point-layout-v3 .point_title .bb-point-icon {
    position: absolute;
    top: -9px;
    left: -81px;
    width: 6.4vw;
    height: 6.4vw;
    max-width: 96px;
    max-height: 96px;
    min-width: 70px;
    min-height: 70px;
    background-color: #c4c5c5;
    border: 4px solid #231815;
  }
  .bb-point-layout-v3 .point_title .bb-point-icon img {
    width: 74%;
    height: auto;
    min-width: 50px;
    min-height: 45px;
  }
  .bb-point-layout-v3 .point_title .point_text {
    text-align: center;
  }
  .bb-point-layout-v3 .point_title .point_text > .bb-point-main {
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
  .bb-point-layout-v3 .point_title .point_text > .bb-point-sub {
    padding-top: 14px;
    border-top: 3px solid #6e6c6c;
    font-size: 1.7rem;
  }
  .bb-point-layout-v3 .point_image {
    margin-top: 1em;
  }
  .bb-point-layout-v3 .point_image > .bb-point-image-inner {
    text-align: center;
  }
  .bb-point-layout-v3 .point_detail > *:first-child,
  .bb-point-layout-v3 .point_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-product-feature-layout ----- */
  .bb-product-feature-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 3em;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .bb-product-feature-layout > .product_feature {
    width: 60%;
  }
  .bb-product-feature-layout > .product_feature.is-sizeS {
    width: 45%;
  }
  .bb-product-feature-layout > .product_feature.is-centering {
    width: 100%;
  }
  .bb-product-feature-layout > .product_image {
    width: 37%;
  }
  .bb-product-feature-layout > .product_feature.is-sizeS + .product_image {
    width: 50%;
  }
  .bb-product-feature-layout > .product_image.is-multi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .bb-product-feature-layout > .product_image.is-multi .image-set {
    -webkit-flex: 1;
    flex: 1;
  }
  .bb-product-feature-layout > .product_image.is-multi .image-set + .image-set {
    margin-top: 0;
  }
  .bb-product-feature-layout > .product_feature > *:first-child,
  .bb-product-feature-layout > .product_feature > section:first-child > [class*="heading-lv"],
  .bb-product-feature-layout > .product_image > *:first-child,
  .bb-product-feature-layout > .product_image > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-product-feature-layout .product_feature_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .bb-product-feature-layout > .product_feature.is-centering .product_feature_list {
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 984px;
    margin: 0 auto;
  }
  .bb-product-feature-layout .product_feature_list > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .75em 0 0 10px;
    padding: 10px 5px;
    text-align: center;
  }
  .bb-product-feature-layout .product_feature_list[data-row-pc="3"] > li {
    width: calc((100% - 20px) / 3);
  }
  .bb-product-feature-layout .product_feature_list[data-row-pc="4"] > li {
    width: calc((100% - 30px) / 4);
  }
  #main #mainBody .bb-product-feature-layout .product_feature_list[data-row-pc="6"] > li {
    width: calc((100% - 50px) / 6) !important;
    margin: .75em 0 0 10px !important;
  }
  #main #mainBody .bb-product-feature-layout .product_feature_list[data-row-pc="6"] > li:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  #main #mainBody .bb-product-feature-layout .product_feature_list[data-row-pc="6"] > li:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  .bb-product-feature-layout .product_feature_list.color1 > li {
    background-color: #6fba2c;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color2 > li {
    background-color: #ed7000;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color3 > li {
    background-color: #f15f64;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color4 > li {
    background-color: #1d2087;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color5 > li {
    background-color: #00a29a;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color6 > li {
    background-color: #ffd9e9;
  }
  .bb-product-feature-layout .product_feature_list.color7 > li {
    background-color: #00a9da;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color8 > li {
    background-color: #ffc560;
  }
  .bb-product-feature-layout .product_feature_list.color9 > li {
    background-color: #c3d600;
  }
  [data-browser="ie11"] .bb-product-feature-layout .product_feature_list[data-row-pc="3"] > li,
  [data-browser="edge"] .bb-product-feature-layout .product_feature_list[data-row-pc="3"] > li { width: calc(((100% - 20px) / 3) - 0.1px); }
  [data-browser="ie11"] .bb-product-feature-layout .product_feature_list[data-row-pc="4"] > li,
  [data-browser="edge"] .bb-product-feature-layout .product_feature_list[data-row-pc="4"] > li { width: calc(((100% - 30px) / 4) - 0.1px); }
  [data-browser="ie11"] .bb-product-feature-layout .product_feature_list[data-row-pc="6"] > li,
  [data-browser="ie11"] .bb-product-feature-layout .product_feature_list[data-row-pc="6"] > li { width: calc(((100% - 50px) / 6) - 0.1px); }
  .bb-product-feature-layout .product_feature_list .product_feature_label {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bb-product-feature-layout .product_feature_list .product_feature_label .product_font_middle {
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .bb-product-feature-layout .product_feature_list .product_feature_label .product_font_large {
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .bb-product-feature-layout .product_image .image-set .image_inner {
    -webkit-flex: 1;
    flex: 1;
  }
  .bb-product-feature-layout .product_info {
    margin-top: 1em;
    color: #e40000;
    font-size: 1.4rem;
  }

  /* ----- bb-main-visual ----- */
  .bb-main-visual {
    max-width: 1442px;
    margin: 0 auto 20px;
  }
  .bb-main-visual .bb-main_textarea {
    max-width: 1200px;
    margin: 40px auto 0;
  }


  /* ----- bb-product-column-layout ----- */
  .bb-product-column-layout {
    margin-top: 69px;
  }
  .bb-product-column-layout + .bb-product-column-layout {
    margin-top: 60px;
  }
  .bb-product-column-layout .product-column_title {
    text-align: center;
  }
  .bb-product-column-layout .product-column_title .column_inner {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #0084a9;
  }
  .bb-product-column-layout .product-column_title .column_inner.type_01 img {
    width: 536px;
  }
  .bb-product-column-layout .product-column_title .column_inner.type_02 img {
    width: 215px;
  }
  .bb-product-column-layout .product-column_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
  }
  .bb-product-column-layout .product-column_inner .product-col:nth-child(n+3) {
    margin-top: 43px;
  }
  .bb-product-column-layout .product-column_inner[data-row-pc="2"] > .product-col {
    width: calc((100% - 80px) / 2);
  }
  [data-browser="ie11"] .bb-product-column-layout .product-column_inner[data-row-pc="2"] > .product-col,
  [data-browser="edge"] .bb-product-column-layout .product-column_inner[data-row-pc="2"] > .product-col { width: calc(((100% - 40px) / 2) - 0.1px); }

  .bb-product-column-layout .product-column_inner .bb-col-text {
    margin-top: 30px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .bb-product-column-layout .product-column_inner[data-row-pc="1"] {
    display: block;
  }
  .bb-product-column-layout .product-column_inner[data-row-pc="1"] > .product-col {
    width: 100%;
  }

  /* ----- app ----- */
  .app .appHead{
      display: flex;
      align-items: start;
  }
  .app .appHead .logo{
      width: 17.6%;
      height: auto;
  }
  .app .appHead .appHeadCol{
      margin: 0 0 0 5.15%;
      width: calc(100% - 17.6% - 1.15%);
  }
  .appHeadtext{
    margin-top: 9px!important;
    line-height: 1.6;
  }
  .app .appHead .heading-lv3{
      margin: 0;
  }
  .app .appWrap{
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
  }
  .app .appWrap .banner{
    display: flex;
    justify-content: center;
  }
  .app .appWrap .banner li{
      margin-right: 1.7%;
  }
  .app .appWrap .banner li + li{
      margin-right: 0;
      margin-left: 1.7%;
  }
  .app .appWrap .banner + p{
      margin-top: 3.4%;
      text-align: center;
  }
  .app .appWrap .banner + p + .gp-al-center{
        margin-top: 2.5%;
    }
    .app .image-set .image_caption{
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
    }

  /* ----- bb14.html ----- */
  .bb14-main-visual{
      position: relative;
  }
  .bb14-main-visual .txArea{
      position: absolute;
      width: 33.3%;
      top: 66.6%;
      left: 8.3%;
      font-weight: bold;
  }
  .bb14-main-visual .txArea .price{
      background-color: #fff;
      text-align: center;
  }
  .bb14-main-visual .txArea .price span{
      font-size: 2.4rem;
  }
  .bb14-main-visual .txArea .release{
      margin-top: 2em;
      text-align: center;
  }
  .bb14-feature{
      background-color: #eae9e2;
      padding: 40px;
  }
  .bb14-feature dt{
      font-size: 2.8rem;
      text-align: center;
      color: #40220f;
      font-weight: bold;
  }
  .bb14-feature dd{
      display: flex;
      padding-top: 20px;
  }
  .bb14-feature dd .featureCol{
      width: 346px;
  }
  .bb14-feature dd .featureCol .title{
      border-bottom: #e8c300 solid 2px;
      padding-bottom: 6px;
      margin-top: 18px;
      font-size: 2.4rem;
      color: #40220f;
      font-weight: bold;
      text-align: center;
      line-height: 1;
  }
  .bb14-feature dd .featureCol .text{
       margin-top: 18px;
       color: #40220f;
       text-align: center;
       letter-spacing: -0.5px;
  }
  .bb14-feature dd .featureCol .text .note{
      text-align: right;
      margin-top: 1em;
  }
    .bb14-feature dd .featureCol .text .note span{
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.4rem;
    }
  .bb14-feature dd .featureCol + .featureCol{
      margin-left: 46px;
  }
  .column-layout.app figure .image_caption{
      margin-top: 0.5em;
      font-size: 3.2rem;
      color: #333333;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
  }
  .column-layout.app02 figure .image_caption{
      font-size: 2.4rem;
      color: #40220f;
  }
  .bb14-appWrap{
      display: table;
  }
  .bb14-appWrap .appWrap_item{
/*      width: 32.5%;*/

  }
  .bb14-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb14-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb14-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb14-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb14-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb14-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb14-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb14-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb14-appWrap .appWrap_item + .appWrap_item{
      display: table-cell;
      width: 22.4%;
      padding-left: 30px;
      vertical-align: bottom;
      text-align: center;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 50px;
      padding-bottom: 0.8em;
      font-size: 2rem;
      font-weight: bold;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      display: table-cell;
      width: 45%;
      padding-left: 30px;
      vertical-align: bottom;
      text-align: center;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow{
      letter-spacing: -0.5em;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure{
      display: inline-block;
      width: 44.5%;
      letter-spacing: normal;
      box-sizing: border-box;
      vertical-align: top;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/pc_bb14_im02.gif") no-repeat 6px 102px;
      padding-left: 30px;
      box-sizing: content-box;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }

  /* ----- bb15.html ----- */
  .heading-lv1.type-ec-button {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .bb15-main-visual{
      position: relative;
  }
  .bb15-main-visual .txArea{
      position: absolute;
      width: 33.3%;
      top: 70.8%;
      left: 8.3%;
      font-weight: bold;
      background-color: #fff;
      text-align: center;
  }
  .bb15-main-visual .txArea .price span{
      font-size: 2.4rem;
  }
  .bb15-main-visual .txArea .date{
      font-size: 2rem;
  }
  .bb15-main-visual .txArea .release{
      margin-top: 2em;
      text-align: center;
  }
  .bb15-feature{
      background-color: #eaf0ee;
      padding: 30px 40px 40px 40px;
  }
  .bb15-feature dt{
      font-size: 2.8rem;
      text-align: center;
      color: #40220f;
      font-weight: bold;
  }
  .bb15-feature dd{
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      padding-top: 10px;
  }
  .bb15-feature dd .featureCol{
      width: calc(((100% - (80px)) / 3) - .1px);
  }
  .bb15-feature dd .featureCol .title{
      border-bottom: #d7838f solid 2px;
      padding-bottom: 6px;
      margin-top: 18px;
      font-size: 2.4rem;
      color: #40220f;
      font-weight: bold;
      text-align: center;
      line-height: 1;
  }
  .bb15-feature dd .featureCol .text{
       margin-top: 18px;
       color: #40220f;
       text-align: center;
       letter-spacing: -0.5px;
  }
  .bb15-feature dd .featureCol .text .note{
      text-align: right;
      margin-top: 1em;
  }
  .bb15-feature dd .featureCol .text .note span{
      text-indent: -1em;
      padding-left: 1em;
      font-size: 1.4rem;
  }
  .bb15-feature dd .featureCol + .featureCol{
      margin-left: 40px;
  }
  .bb15-feature dd .featureCol:nth-of-type(4n){
      margin-left: 0px;
  }
  .bb15-feature dd .featureCol:nth-of-type(n + 4){
      margin-top: 40px;
  }
  .column-layout.app figure .image_caption{
      margin-top: 0.5em;
      font-size: 3.2rem;
      color: #333333;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
  }
  .column-layout.app02 figure .image_caption{
      font-size: 2.4rem;
      color: #40220f;
  }
  .column-layout.center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .bb15-appWrap{
      display: table;
  }
  .bb15-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb15-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb15-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb15-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb15-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb15-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb15-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb15-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb15-appWrap .appWrap_item + .appWrap_item{
      display: table-cell;
      width: 22.4%;
      padding-left: 30px;
      vertical-align: bottom;
      text-align: center;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 50px;
      padding-bottom: 0.8em;
      font-size: 2rem;
      font-weight: bold;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      display: table-cell;
      width: 45%;
      padding-left: 30px;
      vertical-align: bottom;
      text-align: center;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow{
      letter-spacing: -0.5em;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure{
      display: inline-block;
      width: 44.5%;
      letter-spacing: normal;
      box-sizing: border-box;
      vertical-align: top;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/pc_bb15_im02.gif") no-repeat 6px 102px;
      padding-left: 30px;
      box-sizing: content-box;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  /* ----- bb16.html ----- */
  .bb16-main-visual{
    position: relative;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb16-main-visual .txArea{
    position: absolute;
    width: 33.3%;
    top: 71.8%;
    right: 8.3%;
    font-weight: bold;
    text-align: center;
  }
  .bb16-main-visual .txArea .price{
    padding: 1px;
    background-color: #fff;
  }
  .bb16-main-visual .txArea .price span{
    font-size: 2.4rem;
  }
  .bb16-main-visual .txArea .date{
    margin-top: 0.55em;
    font-size: 1.8rem;
    text-align: center;
  }
  .bb16-feature{
    padding-top: 21px;
  }
  .bb16-feature dt{
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .bb16-feature dd{
    margin-top: 21px;
    padding: 31px 0 50px;
    background: repeat url("/sp/boogieboard/img/bb16_bg01.png")
  }
  .bb16-feature dd .bb16-feature__lead{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .bb16-feature dd .bb16-feature__lead span{
    display: inline;
    padding: 0 1px 0px;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    background: linear-gradient(transparent 80%, #fff100 0%);
    line-height: 1.5;
  }
  .bb16-feature dd .bb16-feature__img{
    margin-top: 32px;
  }
  .bb16-feature dd .bb16-feature__img img{
    display: block;
    margin: 0 auto;
  }
  .bb16-feature dd .bb16-feature__col-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 7.5% 0;
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col{
    width: calc((100% - 10%) / 2);
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col:nth-child(2n){
    position: relative;
    margin-left: 10%;
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col:nth-child(2n)::before{
    position: absolute;
    bottom: -17%;
    left: -18%;
    width: 13%;
    height: 100%;
    background: no-repeat url("/sp/boogieboard/img/bb16_ic01.png");
    background-position: center;
    background-size: contain;
    content: "";
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col img{
    display: block;
    margin: 0 auto;
  }
  .bb16-feature--add div[class^="bb16-feature--add__title"]{
    padding: 7px;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    background-color: #fff100;
    text-align: center;
  }
  .bb16-feature--add .bb16-feature--add__title--head{
    position: relative;
  }
  .bb16-feature--add .bb16-feature--add__title--head::after{
    position: absolute;
    top: 100%;
    right: calc(50% - 18px);
    border: 18px solid transparent;
    border-top: 23px solid #fff100;
    content: "";
  }
  .bb16-feature--add .bb16-feature--add__img-title{
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    text-align: center;
    background: linear-gradient(transparent calc(100% - 9px), #fff100 0%);
  }
  .bb16-feature--add .bb16-feature--add__contents-wrap +.bb16-feature--add__contents-wrap{
    margin-top: 32px;
  }
  .bb16-feature--add .bb16-feature--add__contents{
    margin-top: 30px;
  }
  .bb16-feature--add .bb16-feature--add__img-text{
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb16-feature--add .bb16-feature--add__img-detail{
    margin-top: 9px;
    text-align: center;
  }
  .bb16-feature--add .bb16-feature--add__img-note{
    font-size: 1.2rem;
  }
  .bb16-feature--add .bb16-feature--add__img-caption{
    margin: 10px;
    text-align: center;
  }
  .bb16-feature--add .bb16-feature--add__media{
      display: flex;
  }
  .bb16-feature--add .bb16-feature--add__media--text{
    width: calc(33% - 30px);
    margin-left: 30px;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__title{
    margin: 6px 0 15px;
    padding-bottom: 7px;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: #333 solid 4px;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__text{
    line-height: 1.6;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__title span{
    display: block;
    font-size: 2rem;
    line-height: 1.5;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__detail{
    margin-top: 3px;
    font-size: 1.2rem;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__detail + .bb16-feature--add__media__detail{
    margin-top: 5px;
  }
  .bb16-feature--add .bb16-feature--add__media--img{
    display: flex;
    flex-wrap: wrap;
    width: 67%;
  }
  .bb16-feature--add .bb16-feature--add__media--img__image{
    width: calc((100% - 4px) /2);
  }
  .bb16-feature--add .bb16-feature--add__media--img__image:nth-child(2n){
    margin-left: 4px;
  }
  .bb16-appWrap{
      display: table;
  }
  .bb16-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb16-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb16-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb16-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb16-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb16-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb16-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb16-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb16-appWrap .appWrap_item + .appWrap_item{
      display: table-cell;
      width: 22.4%;
      padding-left: 30px;
      vertical-align: bottom;
      text-align: center;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 50px;
      padding-bottom: 0.8em;
      font-size: 2rem;
      font-weight: bold;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      display: table-cell;
      width: 45%;
      padding-left: 30px;
      vertical-align: bottom;
      text-align: center;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow{
      letter-spacing: -0.5em;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure{
      display: inline-block;
      width: 44.5%;
      letter-spacing: normal;
      box-sizing: border-box;
      vertical-align: top;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/pc_bb16_im02.gif") no-repeat 6px 102px;
      padding-left: 30px;
      box-sizing: content-box;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  /* ----- bb17.html ----- */
  .bb17-main-visual{
    position: relative;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb17-main-visual .txArea{
    position: absolute;
    width: 33.3%;
    top: 66.4%;
    left: 8.3%;
    font-weight: bold;
    text-align: center;
  }
  .bb17-main-visual .txArea .price{
    background-color: #fff;
  }
  .bb17-main-visual .txArea .price span{
    font-size: 2.4rem;
  }
  .bb17-main-visual .txArea .date{
    margin-top: 0.6em;
    font-size: 1.8rem;
    text-align: center;
  }
  .bb17-feature{
    padding-top: 23px;
  }
  .bb17-feature dt{
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .bb17-feature dd{
    margin-top: 22px;
  }
  .bb17-column-layout{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .bb17-column-layout > .bb17-column-layout__col{
    width: calc((100% - 30px)/2);
  }
  .bb17-column-layout > .bb17-column-layout__col:nth-child(2n){
    margin-left: 30px;
  }
  .bb17-appWrap{
      display: table;
  }
  .bb17-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb17-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb17-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb17-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb17-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb17-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb17-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb17-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb17-appWrap .appWrap_item + .appWrap_item{
    display: table-cell;
    width: 22.4%;
    padding-left: 30px;
    vertical-align: bottom;
    text-align: center;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item .image_inner img{
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item .image_inner .image_caption{
    padding-top: 37px;
    padding-bottom: 0.8em;
    font-size: 2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
    display: table-cell;
    width: 45%;
    padding-left: 30px;
    vertical-align: bottom;
    text-align: center;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow{
    letter-spacing: -0.5em;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure{
    display: inline-block;
    width: 44.5%;
    letter-spacing: normal;
    box-sizing: border-box;
    vertical-align: top;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure + figure{
    background: url("/sp/boogieboard/img/pc_bb17_im02.gif") no-repeat 6px 102px;
    padding-left: 30px;
    box-sizing: content-box;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure figcaption{
    margin-top: 0.75em;
    text-align: left;
  }
  /* ----- bb18.html ----- */
  .bb18-main-visual{
    position: relative;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb18-main-visual .txArea{
    position: absolute;
    width: 33.3%;
    top: 61.4%;
    left: 10.9%;
    font-weight: bold;
    text-align: center;
  }
  .bb18-main-visual .txArea .price{
    display: flex;
    align-items: baseline;
    justify-content: center;
    background-color: #fff;
    line-height: 1.9;
  }
  .bb18-main-visual .txArea .price span{
    font-size: 2.4rem;
  }
  .bb18-main-visual .txArea .date{
    margin-top: 0.5em;
    font-size: 1.8rem;
    text-align: center;
  }
  .bb18-feature{
    padding-top: 23px;
  }
  .bb18-feature dt{
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .bb18-feature dd{
    margin-top: 22px;
  }
  .bb18-column-layout{
    margin-top: 1.375em;
    display: flex;
    flex-wrap: wrap;
  }
  .bb18-column-layout > .bb18-column-layout__col{
    width: calc((100% - 30px)/2);
  }
  .bb18-column-layout > .bb18-column-layout__col:nth-child(2n){
    margin-left: 30px;
  }
  .bb18-appWrap{
    display: flex;
    align-items: center;
  }
  .bb18-appWrap .appWrap_item .appHead{
    display: flex;
    align-items: start;
  }
  .bb18-appWrap .appWrap_item .appHead .logo {
    width: 50%;
    height: auto;
  }
  .bb18-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
    margin-right: 8px;
  }
  .bb18-appWrap .appWrap_item .appHead .heading-lv3 + * {
    margin-top: .6em!important;
  }
  .bb18-appWrap .appWrap_item .appHead .heading-lv3 + p {
    line-height: 1.625;
  }
  .bb18-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
  }
  .bb18-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
  }
  .bb18-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb18-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb18-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .bb18-appWrap .link-button li .link_label {
    font-weight: bold;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item{
    width: 100%;
    padding-left: 80px;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item .image_inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item .image_inner img{
    display: block;
    width: 58%;
    margin: 0;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item .image_inner .image_caption{
    padding-left: .3em;
    font-size: 2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  .bb18-box-v1,
  .bb18-box-v2 {
    margin-top: 3.75em;
    padding: 1.875em 1.875em 1.8em;
  }
  .bb18-box-v1 {
    background-color: #d5537c;
  }
  .bb18-box-v2 {
    background-color: #2e87b9;
  }
  .bb18-box__head {
    text-align: center;
  }
  .bb18-box__head .bb18-box__title {
    color: #fff;
    font-size: 3.2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.5;
  }
  .bb18-box__body {
    margin-top: 1.2em;
  }
  .bb18-box__body .bb18-box-card-wrap {
    display: flex;
    flex-flow: row wrap;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    text-align: center;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__head {

  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__head .bb18-box-card__image {
    position: relative;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__head .bb18-box-card__image .bb18-box-card__icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body {
    margin-top: .7em;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__title {
    position: relative;
    padding-bottom: .3em;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__description {
    margin-top: .5em;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__description__note {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .bb18-list-note > li {
    position: relative;
    padding-left: 1.0em;
    font-size: 1.6rem;
  }
  .bb18-list-note > li > .bb18-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .heading-lv1 .bb18-heading_title {
  }
  /* ----- bb19.html ----- */
  .bb19-main-visual{
    position: relative;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    margin-bottom: 25px;
  }
  .bb19-main-visual .txArea{
    position: absolute;
    width: 33.3%;
    top: 71.8%;
    left: 8.3%;
    font-weight: bold;
    text-align: center;
  }
  .bb19-main-visual .txArea .price{
  }
  .bb19-main-visual .txArea .price span{
    font-size: 2.4rem;
  }
  .bb19-main-visual .txArea .date{
    margin-top: 0.6em;
    font-size: 1.8rem;
    text-align: center;
  }
  .bb19-feature {
    margin: 27px 0 0;
  }
  .bb19-feature-text {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.5;
  }
  .bb19-feature-column-layout {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .bb-19-heading2 {
    margin-bottom: 23px;
  }
  .bb-19-heading2__inner {
    position: relative;
  }
  .bb-19-heading2__inner {
    text-align: center;
  }
  .bb-19-heading2__inner:after {
    display: block;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 86px);
    content: "";
    background: linear-gradient(0deg,rgba(251, 228, 86, 1) 0%, rgba(255, 230, 86, 1) 100%);
    width: 168px;
    height: 11px;
    z-index: 0;
  }
  .bb-19-heading2__title {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;;
  }
  .bb-19-point-wrap {
    background-color: #fffbe4;
    z-index: -1;
    padding: 45px 30px;
    margin-top: 60px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb-19-point-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    gap: 10px;
  }
  .bb-19-point-title__icon {
    background-color: #ffe457;
    display: flex;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
  }
  .bb-19-point-title__icon-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 9px;
  }
  .bb-19-point-title__icon-number {
    font-size: 3.0rem;
    display: block;
  }
  .bb-19-point-title__text {
    flex: 1 1;
    word-wrap: break-word;
  }
  .bb-19-point-image {
    margin-top: 12px;;
  }
  .bb-19-point-text {
    font-weight: bold;
    margin-top: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  .bb-19-point-small-text {
    font-size: 1.4rem;
  }
  .bb-19-capability-wrap {
    margin-top: 66px;
  }
  .bb-19-capability-column {
    display: flex;
    flex-flow: row wrap;
  }
  .bb-19-capability-column-image-area {
    max-width: calc(60% - 10px);
  }
  .bb-19-capability-column-detail-area {
    margin-left: 10px;
    flex: 1 1;
  }
  .bb-19-capability-column-detail {
    background-color: #fffbe4;
    border-bottom: 1px solid #dfdade;
    padding: 22px 20px 20px;
  }
  .bb-19-capability-column-detail-head {
    display: flex;
    flex-flow: row wrap;
    font-weight: bold;
    gap: 10px;
  }
  .bb-19-capability-column-detail-head-number {
    font-size: 2.4rem;
    background-color: #ffe457;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .bb-19-capability-column-detail-head-text {
    font-size: 2.2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    margin-top: -2px;
  }
  .bb-19-capability-column-detail-text {
    line-height: 1.5;
  }
  .bb-19-capability-column-detail-body {
    margin-left: 44px;
    margin-top: 8px;
  }
  .bb-19-capability-image {
    width: 130px;
    margin-top: 18px;
  }
  .bb-19-capability-list-bullet {
    padding: 0;
    list-style: none;
    margin-top: -4px;
  }
  .bb-19-capability-list-bullet > li {
    padding-left: calc(5px + 13px);
    font-size: 1.6rem;
    position: relative;
  }
  .bb-19-capability-list-bullet > li + li {
    margin-top: 7px;
  }
  .bb-19-capability-list-bullet > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #30322f;
    content: "";
    top: .55em;
    width: 8px;
    height: 8px;
  }
  .bb-19-capability-column-layout {
    margin-top: -2px;
    gap: 22px;
  }
  .bb-19-capability-column__item {
    margin-left: 0;
    width: fit-content;
  }
  .bb-19-scene-wrap {
    margin-top: 21px;
  }
  .bb-19-scene-image__caption {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
  }
  .bb19-appWrap{
    display: flex;
    gap: 36px;
  }
  .bb19-appWrap .appWrap_item .appHead{
    display: flex;
    align-items: start;
  }
  .bb19-appWrap .appWrap_item .appHead .logo {
    width: 100%;
    height: auto;
  }
  .bb19-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
  }
  .bb19-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: 67%;
  }
  .bb-appWrap{
    display: flex;
    gap: 36px;
  }
  .bb-appWrap .appWrap_item .appHead{
    display: flex;
    align-items: start;
  }
  .bb-appWrap .appWrap_item .appHead .logo {
    width: 100%;
    height: auto;
  }
  .bb-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
  }
  .bb-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: 67%;
  }
  .appHeadlogo {
    text-align: center;
  }
  .appHeadfleelogo {
    font-size: 2.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    background-color: #ffe457;
    display: inline-block;
    margin-top: 14px;
    line-height: 1;
    border-radius: 5px;
  }
  .bb19-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 14px;
  }
  .bb19-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb19-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb19-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .bb-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 14px;
  }
  .bb-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .appWrap_item-v2 {
    background-color: #d4e8e9;
    display: flex;
    padding: 0 42px ;
    margin-bottom: 66px;
    width: 95%;
    align-items: center;
  }
  .appWrap_item-v2-text {
    font-size: 2.8rem;
    font-weight: bold;
    margin-left: 34px;
    width: 63%;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.5;
  }
/* ----- ec-button ----- */
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .ec-button.type-table_inner {
      margin-left: 7px;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1680px) {
  /* ----- bb-main-visual ----- */
  .bb-main-visual {
    width: auto;
    margin: 0 auto 20px;
  }
  .bb-main-visual .bb-main_textarea {
    width: auto;
    margin: 40px auto 0;
  }
  .bb-point-layout-v2 .point_title .bb-point-icon {
    top: -10px;
    left: -72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bb-hero-visual .hero_caption br {
    display: none;
  }
  .bb-point-layout-v2 .point_title .bb-point-icon {
    top: -4px;
    left: -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .bb-hero-visual {
    padding: 0;
  }
  .bb-19-capability-column-image-area {
    max-width: calc(45% - 10px);
  }

}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .bb-hero-visual .hero_title {
    padding-left: 40px;
  }
  .bb-hero-visual .hero_caption {
    padding-left: 40px;
  }
}
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  .bb-hero-visual .hero_caption,
  .bb-gallery-layout .gallery_visual_title,
  .bb-gallery-layout .gallery_thumb_title,
  .bb-product-layout .product_name,
  .bb-point-layout .point_title,
  .bb-product-feature-layout .product_feature_list .product_feature_label {
    font-family: "Noto Sans", "Noto Sans CJK JP", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }

  /* ----- a ----- */
  .bb-product-index-layout a .index_title {
    color: #3381d0;
  }

  /* ----- opacity ----- */

  /* ----- transition ----- */
  .bb-gallery-layout .gallery_thumb_item .gallery_thumb_image::before {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .bb-gallery-layout .gallery_thumb_item .gallery_thumb_image::after {
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }

  /* ----- sprite ----- */


  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- tab-layout ----- */
  .tab-layout > .tab_navi > .tab_list > li > a > .tab_label .tab_label_sub {
    display: block;
    margin-top: .25em;
    font-size: 1.2rem;
  }
  /* ----- bb-point-icon ----- */
  .bb-point-icon {
    display: inline-block;
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #f63366;
    font-size: 0;
    vertical-align: top;
    line-height: 1;
    overflow: hidden;
  }
  .bb-point-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: 2px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  /* ----- special-color-icon ----- */
  .special-color-icon {
    letter-spacing: -.4em;
    line-height: 1;
  }
  .special-color-icon > li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px 6px 0;
    border-radius: 50%;
    letter-spacing: normal;
    vertical-align: top;
    line-height: 1;
    overflow: hidden;
  }
  .special-color-icon > li.color-white {
    border: 1px solid #cdcdcd;
  }
  .special-color-icon > li img {
    width: 100%;
  }
  /* ----- bb-hero-visual ----- */
  .bb-hero-visual {
    margin: 2em 0 0;
  }
  .bb-hero-visual .hero_image {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .bb-hero-visual .hero_image::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #c3d600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
  .bb-hero-visual .hero_image img {
    position: relative;
    z-index: 1;
  }
  .bb-hero-visual .hero_inner {
    margin-top: 1em;
  }
  .bb-hero-visual .hero_title img {
    width: 100%;
    max-width: 345px;
  }
  .bb-hero-visual .hero_caption {
    margin-top: .5em;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  /* ----- bb-box-layout ----- */
  .bb-box-layout {
    margin: 1.5em 0 0;
    background-color: #f1f1f1;
  }
  .bb-box-layout.color1 {
    background-color: #79d9e2;
  }
  .bb-box-layout.color2 {
    background-color: #c3d600;
  }
  .bb-box-layout.color3 {
    background-color: #fcd22b;
  }
  .bb-box-layout.color4 {
    background-color: #f8aadd;
  }
  .bb-box-layout > .box_title {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
  }
  .bb-box-layout > .box_title .box_title_label {
    display: table-cell;
    padding: 20px 20px 10px;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    line-height: 1.25;
  }
  .bb-box-layout > .box_title.type-point {
    height: 75px;
  }
  .bb-box-layout > .box_title.type-point .box_title_label {
    padding: 20px 20px 10px 75px;
  }
  .bb-box-layout > .box_title.type-point .bb-point-icon {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .bb-box-layout > .box_detail {
    padding: 15px 20px;
  }
  .bb-box-layout > .box_title + .box_detail {
    padding-top: 0;
  }
  .bb-box-layout > .box_detail > *:first-child,
  .bb-box-layout > .box_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-box-layout > .box_image img {
    vertical-align: bottom;
  }
  /* ----- bb-gallery-layout ----- */
  .bb-gallery-layout {
    margin-top: 2em;
  }
  .bb-gallery-layout .gallery_visual {
    padding: 20px 15px 15px;
    border: 3px solid #222;
    background-color: #efefef;
    text-align: center;
    min-height: 360px;
  }
  .bb-gallery-layout .gallery_visual_item {
    display: none;
  }
  .bb-gallery-layout .gallery_visual_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .bb-gallery-layout .gallery_visual_image {
    margin-top: 1em;
  }
  .bb-gallery-layout .gallery_visual .link-text-v2 {
    margin-top: 1.25em;
  }
  .bb-gallery-layout.type-detail .gallery_visual {
    padding: 0;
    min-height: 0;
  }
  .bb-gallery-layout.type-detail .gallery_visual_item {
    position: relative;
  }
  .bb-gallery-layout.type-detail .gallery_visual_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 25px 15px 0;
    text-align: center;
  }
  .bb-gallery-layout.type-detail .gallery_visual_title .gallery_visual_label {
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff;
  }
  .bb-gallery-layout.type-detail .gallery_visual_image {
    margin: 0;
  }
  .bb-gallery-layout.type-detail .gallery_visual_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(250,250,250,0.8);
    text-align: left;
  }
  .bb-gallery-layout .gallery_thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
    margin: 1.5em 0 0 calc(50% - 50vw);
    padding: 0 15px 15px;
    overflow-x: auto;
  }
  .bb-gallery-layout .gallery_thumb_item {
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 10px;
  }
  .bb-gallery-layout .gallery_thumb_item:last-child {
    -webkit-flex-basis: 135px;
    flex-basis: 135px;
    margin-right: 0;
    padding-right: 15px;
  }
  .bb-gallery-layout .gallery_thumb_item > .block {
  }
  .bb-gallery-layout .gallery_thumb_item .gallery_thumb_image {
    position: relative;
  }
  .bb-gallery-layout .gallery_thumb_item > a .gallery_thumb_image::before,
  .bb-gallery-layout .gallery_thumb_item > a .gallery_thumb_image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .bb-gallery-layout .gallery_thumb_item > a .gallery_thumb_image::before {
    background-color: transparent;
  }
  .bb-gallery-layout .gallery_thumb_item > a .gallery_thumb_image::after {
    border: 3px solid transparent;
  }
  .bb-gallery-layout .gallery_thumb_item > a.is-active .gallery_thumb_image::before {
    background-color: rgba(195,214,0,0.8);
  }
  .bb-gallery-layout .gallery_thumb_item > a.is-active .gallery_thumb_image::after {
    border-color: #222;
  }
  .bb-gallery-layout .gallery_thumb_title {
    margin-top: .5em;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.25;
  }
  .bb-gallery-layout a.is-active .gallery_thumb_title {
    font-weight: 700;
  }
  /* ----- bb-product-index-layout ----- */
  .column-layout > .column_item .bb-product-index-layout {
    margin-top: -1.25em !important;
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  .column-layout > .column_item:first-child .bb-product-index-layout {
    margin-top: 0 !important;
    padding-top: 0;
    border-top: none;
  }
  .column-layout > .column_item:last-child .bb-product-index-layout {
    padding-bottom: 0;
  }
  .bb-product-index-layout > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .bb-product-index-layout > .block .index_image {
    position: relative;
    width: 115px;
  }
  .bb-product-index-layout > .block .index_image .index_new {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #222;
    background-color: #fcd22b;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 1;
  }
  .bb-product-index-layout > .block .index_image .index_new::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 7px;
    background: url(/common/img/cmn_new_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 7px;
    background-size: 20px 7px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
  }
  .bb-product-index-layout > .block .index_caption {
    position: relative;
    width: calc(100% - 115px);
    padding: 0 20px 0 15px;
  }
  .bb-product-index-layout > a.block .index_caption::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .bb-product-index-layout .index_title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bb-product-index-layout .index_lead {
    margin-top: .25em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .bb-product-index-layout .index_info {
    margin-top: .5em;
    font-size: 1.1rem;
  }
  .bb-product-index-layout .index_price {
    font-size: 1.4rem;
    font-weight: bold;
  }
  /* ----- bb-boogieboard-layout ----- */
  .bb-boogieboard-layout {
    margin-top: 2em;
  }
  .bb-boogieboard-layout > .boogieboard_detail {
    margin-top: 1.5em;
  }
  .bb-boogieboard-layout > .boogieboard_product > *:first-child,
  .bb-boogieboard-layout > .boogieboard_product > section:first-child > [class*="heading-lv"],
  .bb-boogieboard-layout > .boogieboard_detail > *:first-child,
  .bb-boogieboard-layout > .boogieboard_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-boogieboard-layout ----- */
  .bb-boogieboard-layout-v2 {
    margin-top: 2em;
  }
  .bb-boogieboard-layout-v2 > .boogieboard_detail-v2 {
    margin-top: 1.5em;
  }
  .bb-boogieboard-layout-v2 > .boogieboard_product-v2 > *:first-child,
  .bb-boogieboard-layout-v2 > .boogieboard_product-v2 > section:first-child > [class*="heading-lv"],
  .bb-boogieboard-layout-v2 > .boogieboard_detail-v2 > *:first-child,
  .bb-boogieboard-layout-v2 > .boogieboard_detail-v2 > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-boogieboard-layout-v3 ----- */
  .bb-boogieboard-layout-v3 > div[class^="bb-boogieboard-layout-v3__detail"]{
    margin-top: 20px;
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title{
    position: relative;
    margin: 0 5% 5%;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    color: #733493;
    text-align: center;
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::before,
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::after{
    position: absolute;
    bottom: -5px;
    width: 2px;
    height: 30px;
    background-color: #733493;
    content: "";
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::before{
    right: 0;
    transform: rotate(30deg);
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__title::after{
    left: 0;
    transform: rotate(-30deg);
  }
  .bb-boogieboard-layout-v3__img-area .bb-boogieboard-layout-v3__image{
    margin: 0 7px;
  }

  /* ----- bb-product-layout ----- */
  .bb-product-layout {
    width: 100vw;
    margin: 2em 0 0 calc(50% - 50vw);
    padding: 15px 15px 0;
    border-top: 2px solid #ddd;
  }
  .bb-product-layout > *:first-child,
  .bb-product-layout > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-product-layout .product_name {
    color: #f63366;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bb-product-layout .product_price {
    margin-top: .5em;
    padding: 7px 10px;
    background-color: #f6f6f6;
    line-height: 1.25;
  }
  .bb-product-layout .product_content {
    margin-top: 1.5em;
  }
  .bb-product-layout .product_image {
    margin-top: 1.5em;
    text-align: center;
  }
  .bb-product-layout .product_image img {
    max-width: 85%;
  }
  .bb-product-layout .product_content > *:first-child,
  .bb-product-layout .product_content > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-product-layout-v2 ----- */
  .bb-product-layout-v2 {
    width: 100vw;
    margin: 2em 0 0 calc(50% - 50vw);
    padding: 15px 15px 0;
    border-top: 2px solid #ddd;
  }
  .bb-product-layout-v2 > *:first-child,
  .bb-product-layout-v2 > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-product-layout-v2 .product_content {
    margin-top: 1.5em;
  }
  .bb-product-layout-v2 .product_image {
    margin-top: 1.5em;
    text-align: center;
  }
  .bb-product-layout-v2 .product_content > *:first-child,
  .bb-product-layout-v2 .product_content > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-point-layout ----- */
  .bb-point-layout {
    margin-top: 2em;
  }
  .bb-point-layout .point_item {
    margin-left: 20px;
    padding: 20px 20px 20px 35px;
  }
  .bb-point-layout.color1 .point_item {
    background-color: #6fba2c;
    color: #fff;
  }
  .bb-point-layout.color2 .point_item {
    background-color: #feda2a;
  }
  .bb-point-layout.color3 .point_item {
    background-color: #fcd4d6;
  }
  .bb-point-layout.color4 .point_item {
    background-color: #1d2087;
    color: #fff;
  }
  .bb-point-layout.color5 .point_item {
    background-color: #00a29a;
    color: #fff;
  }
  .bb-point-layout.color6 .point_item {
    background-color: #ffd9e9;
  }
  .bb-point-layout.color7 .point_item {
    background-color: #00a9da;
    color: #fff;
  }
  .bb-point-layout.color8 .point_item {
    background-color: #ffc560;
  }
  .bb-point-layout.color9 .point_item {
    background-color: #c3d600;
  }
  .bb-point-layout .point_item.type-bb1r-bg1 {
    padding-bottom: 35px;
    background-image: url(/sp/boogieboard/img/bb1rk_bg01.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
  }
  .bb-point-layout.color1 .point_item .list-note > li,
  .bb-point-layout.color4 .point_item .list-note > li,
  .bb-point-layout.color5 .point_item .list-note > li,
  .bb-point-layout.color7 .point_item .list-note > li {
    color: #fff;
  }
  .bb-point-layout .point_item + .point_item {
    margin-top: 10px;
  }
  .bb-point-layout .point_title {
    position: relative;
    margin: 0 0 .5em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-point-layout.color2 .point_title {
    color: #8c5634;
  }
  .bb-point-layout .point_title .bb-point-icon {
    position: absolute;
    top: -10px;
    left: -60px;
    height: 50px;
    width: 50px;
  }
  .bb-point-layout.color2 .point_title .bb-point-icon {
    background-color: #8c5634;
  }
  .bb-point-layout.color6 .point_item .bb-point-icon {
    background-color: #e60012;
  }
  .bb-point-layout .point_title .point_color1 {
    color: #e60012;
  }
  .bb-point-layout .point_title .bb-point-icon img {
    width: 28px;
    height: 28px;
  }
  .bb-point-layout .point_detail > *:first-child,
  .bb-point-layout .point_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-point-layout .point_detail .column-media[data-layout-sp="col"][data-media-size="1/3"] > .column_image,
  .bb-point-layout .point_detail .column-media[data-layout-sp="col-reverse"][data-media-size="1/3"] > .column_image {
    width: auto;
  }
  /* ----- bb-point-layout-v2 ----- */
  .bb-point-layout-v2 {
    margin-top: 2em;
    margin-left: 25px;
    background-color: #92b4cb;
    color: #231815;
  }
  .bb-point-layout-v2 .point_arae {
    padding: 20px 35px 25px;
  }
  .bb-point-layout-v2 .point_arae + .point_arae {
    padding-top: 0;
  }
  .bb-point-layout-v2 .point_title {
    position: relative;
    margin: 0 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-point-layout-v2 .point_title .bb-point-icon {
    position: absolute;
    top: -8px;
    left: -62px;
    height: 70px;
    width: 70px;
    background-color: #c4c5c5;
    border: 3px solid #231815;
  }
  .bb-point-layout-v2 .point_title .bb-point-icon img {
    width: 46px;
    height: 42px;
  }
  .bb-point-layout-v2 .point_title .point_text {
    text-align: center;
  }
  .bb-point-layout-v2 .point_title .point_text > .bb-point-main {
    height: 18px;
    margin-bottom: 5px;
  }
  .bb-point-layout-v2 .point_title .point_text > .bb-point-main img {
    height: 18px;
  }
  .bb-point-layout-v2 .point_title .point_text > .bb-point-sub {
    padding-top: 8px;
    border-top: 2px solid #6e6c6c;
    font-size: 1.2rem;
  }
  .bb-point-layout-v2 .point_image {
    margin-top: 1em;
  }
  .bb-point-layout-v2 .point_image > .bb-point-image-inner {
    text-align: center;
  }
  .bb-point-layout-v2 .point_detail > *:first-child,
  .bb-point-layout-v2 .point_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-point-layout-v3 ----- */
  .bb-point-layout-v3 {
    margin-left: 25px;
    background-color: #d9bde9;
    color: #231815;
  }
  .bb-point-layout-v3 .point_area {
    padding: 20px 35px 25px;
  }
  .bb-point-layout-v3 .point_area + .point_area {
    padding-top: 0;
  }
  .bb-point-layout-v3 .point_title {
    position: relative;
    margin: 0 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-point-layout-v3 .point_title .bb-point-icon {
    position: absolute;
    top: -8px;
    left: -62px;
    height: 70px;
    width: 70px;
    background-color: #c4c5c5;
    border: 3px solid #231815;
  }
  .bb-point-layout-v3 .point_title .bb-point-icon img {
    width: 46px;
    height: 42px;
  }
  .bb-point-layout-v3 .point_title .point_text {
    text-align: center;
  }
  .bb-point-layout-v3 .point_title .point_text > .bb-point-main {
    margin-bottom: 7px;
    font-size: 1.6rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb-point-layout-v3 .point_title .point_text > .bb-point-main img {
    height: 18px;
  }
  .bb-point-layout-v3 .point_title .point_text > .bb-point-sub {
    padding-top: 8px;
    border-top: 2px solid #6e6c6c;
    font-size: 1.2rem;
  }
  .bb-point-layout-v3 .point_image {
    margin-top: 1em;
  }
  .bb-point-layout-v3 .point_image > .bb-point-image-inner {
    text-align: center;
  }
  .bb-point-layout-v3 .point_detail > *:first-child,
  .bb-point-layout-v3 .point_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- bb-product-feature-layout ----- */
  .bb-product-feature-layout {
    margin-top: 2em;
    padding: 20px;
    background-color: #f1f1f1;
  }
  .bb-product-feature-layout > .product_image {
    margin-top: 1.5em;
  }
  .bb-product-feature-layout > .product_image.is-multi .image-set[class*="gp-sp-w-"] {
    margin-right: auto;
    margin-left: auto;
  }
  .bb-product-feature-layout > .product_feature > *:first-child,
  .bb-product-feature-layout > .product_feature > section:first-child > [class*="heading-lv"],
  .bb-product-feature-layout > .product_image > *:first-child,
  .bb-product-feature-layout > .product_image > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .bb-product-feature-layout .product_feature_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .bb-product-feature-layout .product_feature_list > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .5em 0 0 7px;
    padding: 10px 5px;
    text-align: center;
  }
  .bb-product-feature-layout .product_feature_list[data-row-sp="3"] > li {
    width: calc((100% - 14px) / 3);
  }
  .bb-product-feature-layout .product_feature_list.color1 > li {
    background-color: #6fba2c;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color2 > li {
    background-color: #ed7000;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color3 > li {
    background-color: #f15f64;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color4 > li {
    background-color: #1d2087;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color5 > li {
    background-color: #00a29a;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color6 > li {
    background-color: #ffd9e9;
  }
  .bb-product-feature-layout .product_feature_list.color7 > li {
    background-color: #00a9da;
    color: #fff;
  }
  .bb-product-feature-layout .product_feature_list.color8 > li {
    background-color: #ffc560;
  }
  .bb-product-feature-layout .product_feature_list.color9 > li {
    background-color: #c3d600;
  }
  .bb-product-feature-layout .product_feature_list .product_feature_label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bb-product-feature-layout .product_feature_list .product_feature_label .product_font_middle {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .bb-product-feature-layout .product_feature_list .product_feature_label .product_font_large {
    font-size: 1.9rem;
    line-height: 1.25;
  }
  .bb-product-feature-layout .product_feature_list > li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .bb-product-feature-layout .product_feature_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .bb-product-feature-layout .product_info {
    margin-top: 1em;
    color: #e40000;
    font-size: 1.2rem;
  }

  /* ----- bb-main-visual ----- */
  .bb-main-visual {
    width: 100%;
    margin-bottom: 25px;
  }
  .bb-main-visual .bb-main_textarea {
    margin-top: 25px;
    padding: 0 27px;
  }


  /* ----- bb-product-column-layout ----- */
  .bb-product-column-layout {
    margin-top: 57px;
  }
  .bb-product-column-layout .product-column_title {
    text-align: center;
  }
  .bb-product-column-layout .product-column_title .column_inner {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #0084a9;
  }
  .bb-product-column-layout .product-column_title .column_inner img {
    height: 20px;
  }
  .bb-product-column-layout .product-column_inner {
    margin-top: 20px;
  }
  .bb-product-column-layout .product-column_inner .product-col {
    margin-top: 30px;
  }
  .bb-product-column-layout .product-column_inner[data-row-sp="1"] > .product-col {
    width: 100%;
  }
  .bb-product-column-layout .product-column_inner .bb-col-text {
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
  }

  /* ----- app ----- */
  .app .appHead{
      display: flex;
      align-items: start;
  }
  .app .appHead .logo{
      width: 17.6%;
      height: auto;
  }
  .app .appHead .appHeadCol{
      margin: 0 0 0 5.15%;
      width: calc(100% - 17.6% - 1.15%);
  }
  .app .appHead .heading-lv3{
      margin: 0;
  }
 .app .appWrap{
      background-color: #f5f5f5;
      padding: 5%;
      margin-top: 5%;
  }
 .app .appWrap .banner{
     display: flex;
     justify-content: center;
 }
  .app .appWrap .banner li{
      margin-right: 1.7%;
  }
  .app .appWrap .banner li + li{
      margin-right: 0;
      margin-left: 1.7%;
  }
  .app .appWrap .banner + p{
      margin-top: 3.4%;
      text-align: center;
  }
  .app .appWrap .banner + p + .gp-al-center{
        margin-top: 4%;
    }
    .app .image-set .image_caption{
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }
  /* ----- bb14.html ----- */
  .bb14-main-visual{
      background-color: #ece9e9;
      margin-left: -15px;
      margin-right: -15px;
      padding-bottom: 0.75em;
  }
  .bb14-main-visual .txArea{
      font-weight: bold;
  }
  .bb14-main-visual .txArea .price{
      background-color: #fff;
      margin: 0 17.6%;
      font-size: 1.2rem;
      text-align: center;
  }
  .bb14-main-visual .txArea .price span{
      font-size: 1.6rem;
  }
  .bb14-main-visual .txArea .release{
      margin: 0.75em 0;
      text-align: center;
  }
  .bb14-feature{
      background-color: #eae9e2;
      margin-left: -15px;
      margin-right: -15px;
  }
  .bb14-feature dl{
      padding: 8% 4%;
  }
  .bb14-feature dt{
      font-size: 1.8rem;
      text-align: center;
      color: #40220f;
      font-weight: bold;
  }
  .bb14-feature dd{
      padding-top: 8%;
  }
  .bb14-feature dd .featureCol{
      display: flex;
      align-items: start;
  }
  .bb14-feature dd .featureCol .img{
      width: 47%;
  }
  .bb14-feature dd .featureCol .title{
      border-bottom: #e8c300 solid 2px;
      padding-bottom: 6px;
      font-size: 1.8rem;
      color: #40220f;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
  }
  .bb14-feature dd .featureCol .txt{
      width: 49%;
      margin-left: 3.5%;
       color: #40220f;
       text-align: center;
  }
  .bb14-feature dd .featureCol .text{
      margin-top: 0.5em;
  }
  .bb14-feature dd .featureCol .text .note{
      margin-top: 1em;
      text-align: right;
  }
    .bb14-feature dd .featureCol .text .note span{
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.1rem;
    }
  .bb14-feature dd .featureCol + .featureCol{
      margin-top: 8%;
  }
  .column-layout.app figure{
      text-align: center;
  }
  .column-layout.app figure img{
      width: 82.8%;
      height: auto;
  }
  .column-layout.app figure .image_caption{
      margin-top: 0.75em;
      font-size: 1.8rem;
      color: #40220f;
      font-weight: bold;
      text-align: center;
  }
  .bb14-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb14-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb14-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb14-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb14-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb14-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb14-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb14-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb14-appWrap .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 0.8em;
      font-size: 2rem;
      font-weight: bold;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  .bb14-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/sp_bb14_im02.gif") no-repeat 50% 0;
      background-size: 36px auto;
      padding-top: 10%;
      margin-top: 4%;
      box-sizing: content-box;
  }

  /* ----- bb15.html ----- */
  .heading-lv1.type-ec-button {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .bb15-main-visual{
      background-color: #c1dbe3;
      margin-left: -15px;
      margin-right: -15px;
      padding-bottom: 2em;
  }
  .bb15-main-visual .txArea{
    margin: 0 17.6%;
    padding: 5px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .bb15-main-visual .txArea .price{
      font-size: 1.2rem;
  }
  .bb15-main-visual .txArea .date{
      font-size: 1.5rem;
  }
  .bb15-main-visual .txArea .price span{
      font-size: 1.6rem;
  }
  .bb15-main-visual .txArea .release{
      margin: 0.75em 0;
      text-align: center;
  }
  .bb15-feature{
      background-color: #eaf0ee;
      margin-left: -15px;
      margin-right: -15px;
  }
  .bb15-feature dl{
      padding: 8% 4%;
  }
  .bb15-feature dt{
      font-size: 1.8rem;
      text-align: center;
      color: #40220f;
      font-weight: bold;
  }
  .bb15-feature dd{
      padding-top: 8%;
  }
  .bb15-feature dd .featureCol{
      display: flex;
      align-items: start;
  }
  .bb15-feature dd .featureCol .img{
      width: 47%;
  }
  .bb15-feature dd .featureCol .title{
      border-bottom: #d7838f solid 2px;
      padding-bottom: 6px;
      font-size: 1.8rem;
      color: #40220f;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
  }
  .bb15-feature dd .featureCol .txt{
      width: 49%;
      margin-left: 3.5%;
       color: #40220f;
       text-align: center;
  }
  .bb15-feature dd .featureCol .text{
      margin-top: 0.5em;
  }
  .bb15-feature dd .featureCol .text .note{
      margin-top: 1em;
      text-align: right;
  }
    .bb15-feature dd .featureCol .text .note span{
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.1rem;
    }
  .bb15-feature dd .featureCol + .featureCol{
      margin-top: 8%;
  }
  .column-layout.app figure{
      text-align: center;
  }
  .column-layout.app figure img{
      width: 82.8%;
      height: auto;
  }
  .column-layout.app figure .image_caption{
      margin-top: 0.75em;
      font-size: 1.8rem;
      color: #40220f;
      font-weight: bold;
      text-align: center;
  }
  .bb15-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb15-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb15-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb15-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb15-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb15-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb15-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb15-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb15-appWrap .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 0.8em;
      font-size: 2rem;
      font-weight: bold;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  .bb15-appWrap .appWrap_item + .appWrap_item + .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/sp_bb15_im02.gif") no-repeat 50% 0;
      background-size: 36px auto;
      padding-top: 10%;
      margin-top: 4%;
      box-sizing: content-box;
  }
    /* ----- bb16.html ----- */
  .bb16-main-visual{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bb16-main-visual .txArea{
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 5.5%;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb16-main-visual .txArea .price{
    padding: 2px 33px;
    background-color: #fff;
    font-size: 1.2rem;
  }
  .bb16-main-visual .txArea .price span{
    font-size: 1.8rem;
  }
  .bb16-main-visual .txArea .date{
    margin-top: 0.35em;
    font-size: 1.4rem;
    text-align: center;
  }
  .bb16-feature{
    margin-left: -15px;
    margin-right: -15px;
  }
  .bb16-feature dt{
    margin: 15px 0;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .bb16-feature dd{
    padding: 15px 15px 25px;
    background: repeat url("/sp/boogieboard/img/bb16_bg01.png")
  }
  .bb16-feature dd .bb16-feature__lead{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .bb16-feature dd .bb16-feature__lead span{
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    background: linear-gradient(transparent 80%, #fff100 0%);
    display: inline;
    padding: 0 1px 0px;
  }
  .bb16-feature dd .bb16-feature__img{
    margin: 16px 16px 0;
  }
  .bb16-feature dd .bb16-feature__img img{
    display: block;
    margin: 0 auto;
  }
  .bb16-feature dd .bb16-feature__col-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col{
    width: calc((100% - 13%) / 2);
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col:nth-child(2n){
    position: relative;
    margin-left: 13%;
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col:nth-child(2n)::after{
    position: absolute;
    bottom: -18%;
    left: -24%;
    width: 20%;
    height: 100%;
    background: no-repeat url("/sp/boogieboard/img/bb16_ic01.png");
    background-position: center;
    background-size: contain;
    content: "";
  }
  .bb16-feature dd .bb16-feature__col-wrap .bb16-feature__col img{
    display: block;
    margin: 0 auto;
  }
  .bb16-feature--add div[class^="bb16-feature--add__title"]{
    margin-left: -30px;
    margin-right: -30px;
    padding: 7px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    background-color: #fff100;
    text-align: center;
  }
  .bb16-feature--add .bb16-feature--add__title--head{
    position: relative;
  }
  .bb16-feature--add .bb16-feature--add__title--head::after{
    position: absolute;
    top: 100%;
    right: calc(50% + -15px);
    border: 15px solid transparent;
    border-top: 18px solid #fff100;
    content: "";
  }
  .bb16-feature--add .bb16-feature--add__title--head + .bb16-feature--add__contents{
    margin-top: 25px;
  }
  .bb16-feature--add .bb16-feature--add__img-title{
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    text-align: center;
    background: linear-gradient(transparent calc(100% - 6px), #fff100 0%);
  }
  .bb16-feature--add .bb16-feature--add__contents-wrap{
    margin: 0 15px;
  }
  .bb16-feature--add .bb16-feature--add__contents-wrap +.bb16-feature--add__contents-wrap{
    margin-top: 30px;
  }
  .bb16-feature--add .bb16-feature--add__contents{
    margin-top: 15px;
  }
  .bb16-feature--add .bb16-feature--add__contents + .bb16-feature--add__contents{
    margin-top: 30px;
  }
  .bb16-feature--add .bb16-feature--add__contents .product-col .bb-col-image img{
    display: block;
    margin: 0 auto;
  }
  .bb16-feature--add .bb16-feature--add__img-text{
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb16-feature--add .bb16-feature--add__img-detail{
    margin-top: 15px;
    text-align: center;
  }
  .bb16-feature--add .bb16-feature--add__img-note{
    font-size: 1.1rem;
  }

  .bb16-feature--add .bb16-feature--add__img-caption{
    margin: 10px 0 28px;
    text-align: center;
  }
  .bb16-feature--add .bb16-feature--add__media{
    margin: 0 -15px;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__title{
    margin: 12px 0 10px;
    padding-bottom: 12px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    border-bottom: #333 solid 3px;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__title span{
    display: block;
    font-size: 1.6rem;
  }
  .bb16-feature--add .bb16-feature--add__media--text .bb16-feature--add__media__detail{
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .bb16-feature--add .bb16-feature--add__media--img{
    display: flex;
    flex-wrap: wrap;
  }
  .bb16-feature--add .bb16-feature--add__media--img__image{
    width: calc((100% - 4px) /2);
  }
  .bb16-feature--add .bb16-feature--add__media--img__image:nth-child(2n){
    margin-left: 4px;
  }
  .bb16-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb16-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
}
  .bb16-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
}
  .bb16-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
}
  .bb16-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
}
  .bb16-appWrap .banner {
    display: flex;
    justify-content: center;
}
  .bb16-appWrap .banner li {
    margin-right: 1.7%;
}
  .bb16-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
}
  .bb16-appWrap .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 0.5em;
      font-size: 2rem;
      font-weight: bold;
  }
  .bb16-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb16-appWrap .appWrap_item .flow figure img{
      width: 70%;
      margin: 0 auto;
  }
  .bb16-appWrap .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  .bb16-appWrap .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/sp_bb16_im02.gif") no-repeat 50% 0;
      background-size: 36px auto;
      padding-top: 10%;
      margin-top: 4%;
      box-sizing: content-box;
  }
  /* ----- bb17.html ----- */
  .bb17-main-visual{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bb17-main-visual .txArea{
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 4%;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb17-main-visual .txArea .price{
    padding: 5px 35px;
    background-color: #fff;
      font-size: 1.2rem;
  }
  .bb17-main-visual .txArea .price span{
    font-size: 1.8rem;
  }
  .bb17-main-visual .txArea .date{
    margin-top: 0.75em;
    font-size: 1.4rem;
    text-align: center;
  }
  .bb17-feature{
    padding-top: 15px;
  }
  .bb17-feature dt{
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .bb17-feature dd{
    margin-top: 25px;
  }
  .bb17-column-layout{
    margin-top: 30px;
  }
  .bb17-column-layout > .bb17-column-layout__col + .bb17-column-layout__col{
    margin-top: 30px;
  }
  .bb17-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb17-appWrap .appWrap_item .appHead .logo {
    width: 26.4%;
    height: auto;
  }
  .bb17-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
  }
  .bb17-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: calc(100% - 26.4% - 7.69%);
  }
  .bb17-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
  }
  .bb17-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb17-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb17-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 0.5em;
      font-size: 2rem;
      font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
      font-weight: bold;
  }
  .bb17-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb17-appWrap .appWrap_item .flow img,
  .bb17-appWrap .appWrap_item .image_inner img{
      width: 70%;
      margin: 0 auto;
  }
  .bb17-appWrap .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  .bb17-appWrap .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/sp_bb17_im02.gif") no-repeat 50% 0;
      background-size: 36px auto;
      padding-top: 10%;
      margin-top: 4%;
      box-sizing: content-box;
  }
  /* ----- bb18.html ----- */
  .bb18-main-visual{
    position: relative;
    margin-top: -.6em!important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bb18-main-visual .txArea{
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 6%;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb18-main-visual .txArea .price{
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 2px 33px 5px;
    background-color: #fff;
    font-size: 1.2rem;
  }
  .bb18-main-visual .txArea .price span{
    font-size: 1.8rem;
  }
  .bb18-main-visual .txArea .date{
    margin-top: 0.5em;
    font-size: 1.4rem;
    text-align: center;
  }
  .bb18-feature{
    padding-top: 15px;
  }
  .bb18-feature dt{
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .bb18-feature dd{
    margin-top: 16px;
  }
  .bb18-column-layout{
    margin-top: 16px;
  }
  .bb18-column-layout > .bb18-column-layout__col + .bb18-column-layout__col{
    margin-top: 30px;
  }
  .bb18-appWrap .appWrap_item .appHead{
      display: flex;
      align-items: start;
  }
  .bb18-appWrap .appWrap_item .appHead .logo {
    width: 47%;
    height: auto;
  }
  .bb18-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
    margin-right: 7px;
  }
  .bb18-appWrap .appWrap_item .appHead .heading-lv3 + * {
    margin-top: .5em!important;
  }
  .bb18-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0px 0 0 17px;
  }
  .bb18-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 5%;
  }
  .bb18-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb18-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb18-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item .image_caption{
      padding-top: 0.5em;
      font-size: 2rem;
      font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
      font-weight: bold;
  }
  .bb18-appWrap .appWrap_item + .appWrap_item + .appWrap_item{
      margin-top: 7.3%;
      text-align: center;
  }
  .bb18-appWrap .appWrap_item .flow img,
  .bb18-appWrap .appWrap_item .image_inner img{
      width: 91%;
      margin: 0 auto;
  }
  .bb18-appWrap .appWrap_item .flow figure figcaption{
      margin-top: 0.75em;
      text-align: left;
  }
  .bb18-appWrap .appWrap_item .flow figure +  figure{
      background: url("/sp/boogieboard/img/sp_bb18_im02.gif") no-repeat 50% 0;
      background-size: 36px auto;
      padding-top: 10%;
      margin-top: 4%;
      box-sizing: content-box;
  }
  .bb18-box-v1,
  .bb18-box-v2 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 1em 15px 1.5em;
  }
  .bb18-box-v1 {
    margin-top: 2.2em;
    background-color: #d5537c;
  }
  .bb18-box-v2 {
    margin-top: 2.1em;
    background-color: #2e87b9;
  }
  .bb18-box__head {
    text-align: center;
  }
  .bb18-box__head .bb18-box__title {
    color: #fff;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.5;
  }
  .bb18-box__body {
    margin-top: 1.1em;
  }
  .bb18-box__body .bb18-box-card-wrap {
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card:nth-of-type(n+2) {
    margin-top: 1.1em;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__head {
    width: calc((100% - 15px) / 2);
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__head .bb18-box-card__image {
    position: relative;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__head .bb18-box-card__image .bb18-box-card__icon {
    position: absolute;
    width: 45px;
    top: 0;
    left: 0;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    text-align: center;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__title {
    position: relative;
    padding-bottom: .5em;
    color: #fff;
    font-size: min(calc((16/375)*100vw), 1.6rem);
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__description {
    margin-top: .5em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .bb18-box__body .bb18-box-card-wrap .bb18-box-card .bb18-box-card__body .bb18-box-card__description__note {
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.6;
  }
  .bb18-list-note > li {
    position: relative;
    padding-left: 1.0em;
    font-size: 1.4rem;
  }
  .bb18-list-note > li > .bb18-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .heading-lv1 .bb18-heading_title {
    margin-bottom: .3em;
    font-weight: bold!important;
    font-size: min(calc((23/375)*100vw), 2.3rem);
  }
  /* ----- bb19.html ----- */
  .bb19-main-visual{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 19px;
  }
  .bb19-main-visual .txArea{
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 4%;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb19-main-visual .txArea .price{
    font-size: 1.2rem;
  }
  .bb19-main-visual .txArea .price span{
    font-size: 1.8rem;
  }
  .bb19-main-visual .txArea .date{
    margin-top: 0.75em;
    font-size: 1.4rem;
    text-align: center;
  }
  .bb19-feature{
    margin-top: 12px;
  }
  .bb19-feature-text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb19-feature-column_item {
    margin-top: .95em!important;
  }
  .bb19-feature-column_item + .bb19-feature-column_item {
    margin-top: 1.45em!important;
  }
  .bb-19-heading2 {
    margin-bottom: 12px;
  }
  .bb-19-heading2__inner {
    position: relative;
  }
  .bb-19-heading2__inner {
    text-align: center;
  }
  .bb-19-heading2__inner:after {
    display: block;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 46px);
    content: "";
    background: linear-gradient(0deg,rgba(251, 228, 86, 1) 0%, rgba(255, 230, 86, 1) 100%);
    width: 95px;
    height: 10px;
    z-index: 0;
  }
  .bb-19-heading2__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;;
  }
  .bb-19-point-wrap {
    margin-top: 28px;
    padding: 30px 15px;
    z-index: -1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    background-color: #fffbe4;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bb-19-point-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    gap: 5px;
  }
  .bb-19-point-title__icon {
    background-color: #ffe457;
    display: flex;
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
  }
  .bb-19-point-title__icon-text {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .bb-19-point-title__icon-number {
    font-size: 2.5rem;
    display: block;
  }
  .bb-19-point-title__text {
    font-size: 1.8rem;
  }
  .bb-19-point-image {
    margin-top: 7px;
  }
  .bb-19-point-text {
    font-weight: bold;
    margin-top: 6px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .bb-19-point-small-text {
    font-size: 1.1rem;
  }
  .bb-19-point-column-layout .column_item + .column_item {
    margin-top: 1.35em!important;
  }
  .bb-19-capability-wrap {
    margin-top: 26px;
  }
  .bb-19-capability-column {
    display: flex;
    flex-flow: column;
  }
  .bb-19-capability-column-image-area {
    width: 100%;
    padding: 8px 12px 0 20px;
  }
  .bb-19-capability-column-detail-area {
    margin-top: 16px;
  }
  .bb-19-capability-column-detail {
    background-color: #fffbe4;
    border-bottom: 1px solid #dfdade;
    padding: 14px 13px 15px;
  }
  .bb-19-capability-column-detail-head {
    display: flex;
    flex-flow: row wrap;
    font-weight: bold;
    gap: 7px;
  }
  .bb-19-capability-column-detail-head-number {
    font-size: 1.7rem;
    background-color: #ffe457;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .bb-19-capability-column-detail-head-text {
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    margin-top: -2px;
  }
  .bb-19-capability-column-detail-text {
    line-height: 1.5;
  }
  .bb-19-capability-column-detail-body {
    margin-left: 31px;
    margin-top: 5px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 1.4rem;
  }
  .bb-19-capability-image {
    width: 98px;
    margin-top: 8px;
  }
  .bb-19-capability-list-bullet {
    padding: 0;
    list-style: none;
    margin-top: -1px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb-19-capability-list-bullet > li {
    padding-left: calc(5px + 2px);
    font-size: 1.4rem;
    position: relative;
  }
  .bb-19-capability-list-bullet > li + li {
    margin-top: 6px;
  }
  .bb-19-capability-list-bullet > li::before {
    display: inline-block;
    position: absolute;
    left: -1.5px;
    border-radius: 50%;
    background-color: #30322f;
    content: "";
    top: .55em;
    width: 6px;
    height: 6px;
  }
  .bb-19-capability-column-layout {
    margin-top: -2px;
    gap: 20px;
  }
  .bb-19-capability-column__item {
    margin-left: 0;
    max-width: 98px;
  }
  .bb-19-scene-wrap {
    margin-top: 28px;
  }
  .bb-19-scene-image__caption {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .bb-19-scene-column__item + .bb-19-scene-column__item {
    margin-top: 1.95em;
  }
  .bb19-appWrap{
    gap: 36px;
  }
  .bb19-appWrap .appWrap_item .appHead{
    display: flex;
    align-items: start;
  }
  .bb19-appWrap .appWrap_item .appHead .logo {
    width: 100%;
    height: auto;
  }
  .bb19-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
    font-size: 1.8rem;
  }
  .bb19-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: 82%;
  }
  .bb-appWrap{
    gap: 36px;
  }
  .bb-appWrap .appWrap_item .appHead{
    display: flex;
    align-items: start;
  }
  .bb-appWrap .appWrap_item .appHead .logo {
    width: 100%;
    height: auto;
  }
  .bb-appWrap .appWrap_item .appHead .heading-lv3 {
    margin: 0;
    font-size: 1.8rem;
  }
  .bb-appWrap .appWrap_item .appHead .appHeadCol {
    margin: 0 0 0 5.15%;
    width: 82%;
  }
  .appHeadtext{
    margin-top: 9px!important;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .appHeadlogo {
    text-align: center;
  }
  .appHeadfleelogo {
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: bold;
    padding: 5px 11px;
    background-color: #ffe457;
    display: inline-block;
    margin-top: 13px;
    line-height: 1;
    border-radius: 5px;
  }
  .bb19-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 14px;
  }
  .bb19-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb19-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb19-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .bb-appWrap .appWrap {
    background-color: #f5f5f5;
    padding: 5%;
    margin-top: 14px;
  }
  .bb-appWrap .banner {
    display: flex;
    justify-content: center;
  }
  .bb-appWrap .banner li {
    margin-right: 1.7%;
  }
  .bb-appWrap .banner li + li {
    margin-right: 0;
    margin-left: 1.7%;
  }
  .appWrap_item-v2 {
    background-color: #d4e8e9;
    padding: 14px 53px;
    margin-top: 10px;
    align-items: center;
  }
  .appWrap_item-v2-text {
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.5;
  }

  /* ----- ec-button ----- */
  .ec-button {
    display: inline-block;
    max-width: 200px;
    min-width: 70px;
  }
  .ec-button.type-table_inner {
    margin-top: 3px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 19px 6px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  }
  .type-ec-button .ec-button_link,
  .type-table_inner .ec-button_link{
    max-height: 30px;
    padding: 2px 19px;
  }
  .tab-layout > .tab_navi > .tab_list {
    display: flex;
    justify-content: space-around;
  }
  .tab-layout > .tab_navi > .tab_list > li {
    width: 50%;
    display: block;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
}
***/
@media only screen and (max-width: 360px) {
  .heading-lv1 .bb18-heading_title {
    font-size: min(calc((22/360)*100vw), 2.2rem);
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}