@charset "utf-8";

/* ======================================================
 * newbasic.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  img {
    image-rendering: auto;
  }
  .heading-lv1.ec-heading > .heading_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  
  /* ----- newbasic-hero ----- */
  .newbasic-hero {
    position: relative;
    overflow: hidden;
  }
  .newbasic-hero + *,
  .newbasic-hero + section > *:first-child {
    margin-top: 3.125em;
  }
  .newbasic-hero > .hero_detail {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .newbasic-hero .hero_date {
    position: absolute;
    bottom: .7em;
    right: .5em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: right;
    text-shadow: 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84);
  }
  .newbasic-hero .hero_date-inner {
    position: relative;
  }
  .newbasic-hero .hero_date-inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-16deg);
    background: linear-gradient(112deg, rgb(238,228,214, .6) 100% , rgb(238,228,214, .6) 0);
    box-shadow: 10px 4px 20px 16px rgb(238 228 214 / .7);
    filter: drop-shadow(1px 1px 1px rgb(238,228,214,.7));
  }
  .newbasic-hero .hero_lead {
    width: 578px;
    margin: 0 auto;
  }
  .newbasic-hero .hero_date-inner .hero_text {
    position: inherit;
  }
  
  /* ----- newbasic-heading ----- */
  .newbasic-heading {
    margin-top: 5.2em;
    margin-bottom: 2.125em;
  }
  [data-newbasic="hang-organizer"] .newbasic-heading {
    margin-top: 2.5em;
  }
  [data-newbasic="hang-organizer"] .newbasic-heading .heading_title {
    padding-bottom: 12px;
  }
  [data-newbasic="hang-organizer"] .newbasic-heading .heading_title > img {
    height: 43px;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading {
    margin-top: 4.7em;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading .heading_title {
    padding-bottom: 12px;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading .heading_title > img {
    height: 43px;
  }
  [data-newbasic="bag"] .newbasic-heading {
    margin-top: 2.7em;
  }
  .newbasic-heading .heading_title {
    padding-bottom: 8px;
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);
  }
  [data-newbasic="bag"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(156,204,230,1) 0%, rgba(156,204,230,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);}
  [data-newbasic="case"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(245,184,137,1) 0%, rgba(245,184,137,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);}
  [data-newbasic="pouch"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(150,212,202,1) 0%, rgba(150,212,202,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(213,225,105,1) 0%, rgba(213,225,105,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);}
  [data-newbasic="hang-organizer"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(76,146,184,1) 0%, rgba(76,146,184,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand-organizer"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(107,158,115,1) 0%, rgba(107,158,115,1) 54%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);}
  .newbasic-heading .heading_title > img {
    width: auto;
    max-width: inherit;
    height: 47px;
  }
  [data-newbasic="tarpaulin"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(238, 220, 188, 1) 0%, rgba(238, 220, 188, 1) 54%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);}
  .newbasic-heading .heading_subtitle {
    margin-top: 2px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .newbasic-heading + * {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-heading-v2 ----- */
  .newbasic-heading-v2 {
    margin: 2.65em 0 1.5em;
    padding-bottom: 11px;
    padding-left: 4px;
    border-bottom: 1px solid #ddd;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .newbasic-heading-v2__inner {
    display: flex;
    justify-content: space-between;
  }
  .newbasic-heading-v2__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .newbasic-heading-v2__badge-wrap {
    display: flex;
  }
  .newbasic-heading-v2__badge {
    height: 36px;
    padding: 2px 20px 4px;
  }
  [data-newbasic="hang-organizer"] .newbasic-heading-v2__badge {
    background-color: #006f9e;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading-v2__badge {
    background-color: #007e4a;
    padding: 2px 18px 4px;
  }
  .newbasic-heading-v2__badge__text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .newbasic-heading-v2__icon {
    margin-left: 10px;
  }
  .newbasic-heading-v2 + .column-media {
    margin-top: 1.5em;
  }
  [data-newbasic="hang-organizer"] > section:nth-of-type(n+2) .newbasic-heading-v2 {
    margin-top: 3em;
  }
  [data-newbasic="stand-organizer"] > section:nth-of-type(n+2) .newbasic-heading-v2 {
    margin-top: 3em;
  }
  
  /* ----- newbasic-box ----- */
  .newbasic-box {
    margin-top: 3.6em;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 25px 10px 22px;
    border-top: 2px solid #000;
    border-bottom: 4px solid #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  [data-newbasic="stand-organizer"] + .newbasic-box {
    margin-top: 4.2em;
  }
  .newbasic-box::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    border-top: 4px solid #000;
    z-index: -1;
  }
  .newbasic-box__head {
    text-align: center;
  }
  .newbasic-box__title {
    margin-top: .2em;
  }
  .newbasic-box__title img {
    max-width: 432px;
  }
  .newbasic-box__body {
    margin-top: .75em;
    text-align: center;
  }
  .newbasic-box__body .newbasic-box__lead {
    display: inline-block;
    color: #033f75;
    font-size: 2.2rem;
    font-weight: 700;
  }
  [data-newbasic="stand-organizer"] + .newbasic-box .newbasic-box__body .newbasic-box__lead {
    color: #db4e11;
  }
  .newbasic-box__body .newbasic-box__text {
    margin-top: .3em;
  }
  
  /* ----- newbasic-merit-layout ----- */
  .newbasic-merit-layout {
    position: relative;
  }
  .newbasic-box + .newbasic-merit-layout {
    margin-top: 2.45em;
  }
  .newbasic-merit-layout > .merit_head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .newbasic-merit-layout > .merit_head p {
    line-height: 1.625;
  }
  .newbasic-merit-layout > .merit_image,
  .newbasic-merit-layout > .merit_image-v2 {
    float: right;
    margin-left: 36px;
  }
  .newbasic-merit-layout > .merit_image-v2 {
    width: calc(((114% - 36px) / 2) - .1px);
  }
  .newbasic-merit-layout .merit_lead {
    margin-bottom: 1em;
  }
  .newbasic-merit-layout .merit_lead > img {
    width: auto;
    max-width: inherit;
    height: auto;
    max-height: 44px;
  }
  .newbasic-box + .newbasic-merit-layout .point_title {
    position: relative;
    display: inline-block;
  }
  .newbasic-box + .newbasic-merit-layout .point_title::before {
    position: absolute;
    top: 14px;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000000;
    vertical-align: middle;
    content: "";
  }
  .newbasic-box + .newbasic-merit-layout .point_detail {
    margin-top: 1em;
  }
  
  /* ----- newbasic-column ----- */
  .newbasic-column {
    margin-top: 2.3em;
  }
  .newbasic-column[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-left: 36px;
  }
  .newbasic-column[data-row-pc="2"] > * {width: calc(((100% - (36px * 1)) / 2) - .1px);}
  .newbasic-column[data-row-pc="3"] > * {width: calc(((100% - (36px * 2)) / 3) - .1px);}
  .newbasic-column[data-row-pc="4"] > * {width: calc(((100% - (36px * 3)) / 4) - .1px);}
  .newbasic-column[data-row-pc="5"] > * {width: calc(((100% - (36px * 4)) / 5) - .1px);}
  .newbasic-column[data-row-pc="6"] > * {width: calc(((100% - (36px * 5)) / 6) - .1px);}
  .newbasic-column[data-row-pc="2"] > *:nth-child(2n+1),
  .newbasic-column[data-row-pc="3"] > *:nth-child(3n+1),
  .newbasic-column[data-row-pc="4"] > *:nth-child(4n+1),
  .newbasic-column[data-row-pc="5"] > *:nth-child(5n+1),
  .newbasic-column[data-row-pc="6"] > *:nth-child(6n+1) {
    margin-left: 0;
  }
  .newbasic-column > * > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-text ----- */
  .newbasic-text {
    margin-top: .35em;
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .newbasic-text--small {
    font-size: 1.6rem;
  }
  .newbasic-text > em {
    display: inline-block;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(230,230,230,1) 10%, rgba(230,230,230,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
    font-style: normal;
    font-weight: 600;
  }
  [data-newbasic="bag"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(156,204,230,1) 10%, rgba(156,204,230,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="case"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(245,184,137,1) 10%, rgba(245,184,137,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="pouch"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(150,212,202,1) 10%, rgba(150,212,202,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(213,225,105,1) 10%, rgba(213,225,105,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="hang-organizer"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(137,174,203,1) 10%, rgba(137,174,203,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand-organizer"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(154,183,151,1) 10%, rgba(154,183,151,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="tarpaulin"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(238, 220, 188, 1) 10%, rgba(238, 220, 188, 1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  
  /* ----- newbasic-image-wrap ----- */
  .newbasic-image-wrap {
    margin-top: 2.3em;
  }
  [data-newbasic="hang-organizer"] > .newbasic-image-wrap {
    margin-top: 1.4em;
  }
  [data-newbasic="stand-organizer"] > .newbasic-image-wrap {
    margin-top: 1.4em;
  }
  [data-newbasic="hang-organizer"] > .newbasic-image-wrap .newbasic-image > .image_head + .image_body {
    margin-top: .6em;
  }
  [data-newbasic="stand-organizer"] > .newbasic-image-wrap .newbasic-image > .image_head + .image_body {
    margin-top: .6em;
  }
  .newbasic-image-wrap[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-left: 36px;
  }
  .newbasic-image-wrap[data-row-pc="2"] > * {width: calc(((100% - (36px * 1)) / 2) - .1px);}
  .newbasic-image-wrap[data-row-pc="3"] > * {width: calc(((100% - (36px * 2)) / 3) - .1px);}
  .newbasic-image-wrap[data-row-pc="4"] > * {width: calc(((100% - (36px * 3)) / 4) - .1px);}
  .newbasic-image-wrap[data-row-pc="5"] > * {width: calc(((100% - (36px * 4)) / 5) - .1px);}
  .newbasic-image-wrap[data-row-pc="6"] > * {width: calc(((100% - (36px * 5)) / 6) - .1px);}
  .newbasic-image-wrap[data-row-pc="2"] > *:nth-child(2n+1),
  .newbasic-image-wrap[data-row-pc="3"] > *:nth-child(3n+1),
  .newbasic-image-wrap[data-row-pc="4"] > *:nth-child(4n+1),
  .newbasic-image-wrap[data-row-pc="5"] > *:nth-child(5n+1),
  .newbasic-image-wrap[data-row-pc="6"] > *:nth-child(6n+1) {
    margin-left: 0;
  }
  .newbasic-image-wrap > * > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-image ----- */
  .newbasic-image > .image_head + .image_body {
    margin-top: .5em;
  }
  .newbasic-image > .image_body p {
    line-height: 1.625;
  }
  
  /* ----- newbasic-media-wrap ----- */
  .newbasic-media-wrap {
    margin-top: 3.25em;
  }
  .newbasic-media-wrap > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-button ----- */
  .newbasic-button-wrap {
    margin-top: 2.9em;
  }
  .newbasic-button-wrap > .newbasic-button {
    display: inline-block;
    position: relative;
    max-width: 100%;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
  }
  .newbasic-button-wrap .newbasic-button_type {
    color: #333;
    display: block;
    width: 315px;
    padding: 18px 10px 14px 45px;
    border: 2px solid #222;
    background-color: #fff;
  }
  .newbasic-button > .newbasic-button_type::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 39px;
    border: 2px solid #222;
    background-color: #418fde;
    content: "";
  }
  .newbasic-button > .newbasic-button_type::after {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .newbasic-button_type:hover {
    background-color: #3381d0;
    color: #fff;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .newbasic-merit-layout::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .newbasic-hero .hero_date {
    font-size: calc( 18 * 100vw / 1280);
    text-shadow: 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84);
  }
  .newbasic-hero .hero_date-inner::before {
    box-shadow: 15px 4px 20px 16px rgb(238 228 214 / .7);
  }
  
  .newbasic-hero .hero_lead {
    width: 60vw;
    text-align: right;
  }
  .newbasic-box__body .newbasic-box__lead {
    font-size: calc( 22 * 100vw / 1280);
  }
  .newbasic-box__body .newbasic-box__text {
    font-size: calc( 16 * 100vw / 1280);
  }
  .newbasic-merit-layout > .merit_image {
    width: 60vw;
  }
  .newbasic-merit-layout .merit_lead > img {
    width: 24vw;
    max-height: none;
  }
  .newbasic-merit-layout > .merit_head p {
    font-size: calc( 16 * 100vw / 1280);
  }
  [data-newbasic="stand-organizer"] .newbasic-heading-v2__badge {
    padding: .3em 1em .1em;
  }
  .newbasic-heading-v2__badge__text {
    font-size: calc( 16 * 100vw / 1280);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .newbasic-heading-v2__badge {
    padding: .3em 1em .1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .newbasic-heading-v2__badge {
    padding: .45em 1em .1em;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading-v2__badge {
    padding: .45em 1em .1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .newbasic-merit-layout .merit_lead > img {
    max-width: 100%;
  }
}
/***
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@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) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .heading-lv1.ec-heading > .heading_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ----- newbasic-hero ----- */
  .newbasic-hero {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .newbasic-hero + *,
  .newbasic-hero + section > *:first-child {
    margin-top: 2.8em;
  }
  .newbasic-hero > .hero_image > img {
    width: 100%;
  }
  .newbasic-hero > .hero_detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .newbasic-hero .hero_date {
    position: absolute;
    bottom: 20.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(255,255,255,.84), 0 0 10px rgba(255,255,255,.84), 0 0 10px rgba(255,255,255,.84), 0 0 10px rgba(255,255,255,.84);
  }
  .newbasic-hero .hero_lead {
    margin: 0 auto;
    text-align: center;
  }
  
  /* ----- newbasic-heading ----- */
  .newbasic-heading {
    margin-top: 3.43em;
    margin-bottom: 1.65em;
  }
  [data-newbasic="hang-organizer"] .newbasic-heading {
    margin-top: 2.2em;
    margin-bottom: 1.2em;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading {
    margin-bottom: 1.2em;
  }
  [data-newbasic="bag"] .newbasic-heading {
    margin-top: 1.6em;
  }
  .newbasic-heading .heading_title {
    padding-bottom: 8px;
    max-width: 100%;
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);
  }
  [data-newbasic="bag"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(156,204,230,1) 0%, rgba(156,204,230,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);}
  [data-newbasic="case"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(245,184,137,1) 0%, rgba(245,184,137,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);}
  [data-newbasic="pouch"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(150,212,202,1) 0%, rgba(150,212,202,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(213,225,105,1) 0%, rgba(213,225,105,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);}
  [data-newbasic="hang-organizer"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(76,146,184,1) 0%, rgba(76,146,184,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand-organizer"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(107,158,115,1) 0%, rgba(107,158,115,1) 64%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 100%);}
  [data-newbasic="tarpaulin"] .newbasic-heading .heading_title {background: linear-gradient(0deg, rgba(238, 220, 188, 1) 0%, rgba(238, 220, 188, 1) 64%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 100%);}
  .newbasic-heading .heading_title > img {
    width: auto;
    max-width: inherit;
    height: 31px;
  }
  .newbasic-heading .heading_subtitle {
    margin-top: 3px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .newbasic-heading + * {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-heading-v2 ----- */
  .newbasic-heading-v2 {
    margin: 1.8em 0 1.5em;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .newbasic-heading-v2__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .newbasic-heading-v2__title {
    margin-top: .4em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .newbasic-heading-v2__badge-wrap {
    display: flex;
  }
  .newbasic-heading-v2__badge {
    height: 18px;
    padding: 2px 5px;
  }
  [data-newbasic="hang-organizer"] .newbasic-heading-v2__badge {
    background-color: #006f9e;
  }
  [data-newbasic="stand-organizer"] .newbasic-heading-v2__badge {
    background-color: #007e4a;
  }
  .newbasic-heading-v2__badge__text {
    display: flex;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .newbasic-heading-v2__icon {
    max-height: 16px;
    margin-left: 0px;
  }
  .newbasic-heading-v2__icon img {
    max-width: 33px;
  }
  .newbasic-heading-v2 + .column-media {
    margin-top: 1.5em;
  }
  
  /* ----- newbasic-box ----- */
  .newbasic-box {
    margin-top: 2.6em;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 17px 14px 11px;
    border-top: 2px solid #000;
    border-bottom: 4px solid #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  [data-newbasic="stand-organizer"] + .newbasic-box {
    margin-top: 3.6em;
    padding-bottom: 18px;
  }
  .newbasic-box::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    border-top: 4px solid #000;
    z-index: -1;
  }
  .newbasic-box__head {
    text-align: center;
  }
  .newbasic-box__title {
    margin-top: .2em;
  }
  .newbasic-box__title img {
    max-width: 270px;
  }
  .newbasic-box__body {
    margin-top: .6em;
    text-align: center;
  }
  .newbasic-box__body .newbasic-box__lead {
    display: inline-block;
    color: #033f75;
    font-size: 1.6rem;
    font-weight: 700;
  }
  [data-newbasic="stand-organizer"] + .newbasic-box .newbasic-box__body .newbasic-box__lead {
    color: #db4e11;
  }
  .newbasic-box__body .newbasic-box__text {
    margin-top: .6em;
  }
  
  /* ----- newbasic-merit-layout ----- */
  .newbasic-merit-layout {
    display: flex;
    flex-direction: column;
  }
  .newbasic-merit-layout > .merit_head {
    order: 1;
  }
  .newbasic-merit-layout > .merit_head p {
    line-height: 1.6;
  }
  .newbasic-merit-layout > .merit_body {
    margin-top: 1.28em;
    order: 3;
  }
  .newbasic-merit-layout > .merit_body p {
    line-height: 1.6;
  }
  .newbasic-merit-layout > .merit_image {
    margin-top: 1.0em;
    order: 2;
  }
  .newbasic-merit-layout > .merit_image > .image_inner {
    text-align: center;
  }
  .newbasic-merit-layout .merit_lead {
    margin-bottom: 1.28em;
  }
  .newbasic-merit-layout .merit_lead > img {
    width: auto;
    max-width: inherit;
    height: 28px;
  }
  .newbasic-merit-layout .merit_point {
    display: flex;
    flex-flow: row nowrap;
  }
  .newbasic-merit-layout .merit_point > .point_title {
    width: 86px;
    flex-shrink: 0;
    margin-bottom: .875em;;
  }
  .newbasic-merit-layout .merit_point > .point_title::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .6em;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000000 transparent;
    vertical-align: middle;
    content: "";
  }
  .newbasic-merit-layout .merit_point > .point_title > img {
    width: auto;
    max-width: inherit;
    height: 20px;
  }
  .newbasic-merit-layout .merit_point > .point_detail {
    width: 100%;
  }
  .newbasic-box + .newbasic-merit-layout {
    margin-top: 1.5em;
  }
  .newbasic-box + .newbasic-merit-layout > .merit_head {
    display: flex;
    margin-top: 1.3em;
  }
  .newbasic-box + .newbasic-merit-layout .point_title {
    position: relative;
    display: inline-block;
    padding-left: 1.4em;
  }
  .newbasic-box + .newbasic-merit-layout .point_title img {
    max-width: 51px;
  }
  .newbasic-box + .newbasic-merit-layout .point_title::before {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0px 6px 8px;
    border-color: transparent transparent transparent #000000;
    transform: rotate(-90deg);
    vertical-align: middle;
    content: "";
  }
  .newbasic-box + .newbasic-merit-layout .point_detail {
    margin-left: 1em;
  }
  /* ----- newbasic-column ----- */
  .newbasic-column {
    margin-top: 1.7em;
  }
  .newbasic-column[data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > * {
    margin-left: 15px;
  }
  .newbasic-column[data-row-sp="2"] > * {width: calc((100% - (15px * 1)) / 2);}
  .newbasic-column[data-row-sp="3"] > * {width: calc((100% - (15px * 2)) / 3);}
  .newbasic-column[data-row-sp="2"] > *:nth-child(2n+1),
  .newbasic-column[data-row-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .newbasic-column[data-row-sp="1"] > * + *,
  .newbasic-column[data-row-sp="2"] > *:nth-child(n+3),
  .newbasic-column[data-row-sp="3"] > *:nth-child(n+4) {
    margin-top: .86em;
  }
  .newbasic-column > * > *:not(.newbasic-image-wrap):first-child {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-text ----- */
  .newbasic-text {
    margin-top: .8em;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .newbasic-text--small {
    display: inline-block;
    margin-top: .4em;
    font-size: 1.4rem;
  }
  .newbasic-text > em {
    display: inline;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(230,230,230,1) 10%, rgba(230,230,230,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
    font-style: normal;
    font-weight: 600;
  }
  [data-newbasic="bag"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(156,204,230,1) 10%, rgba(156,204,230,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="case"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(245,184,137,1) 10%, rgba(245,184,137,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="pouch"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(150,212,202,1) 10%, rgba(150,212,202,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(213,225,105,1) 10%, rgba(213,225,105,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="hang-organizer"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(137,174,203,1) 10%, rgba(137,174,203,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="stand-organizer"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(154,183,151,1) 10%, rgba(154,183,151,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  [data-newbasic="tarpaulin"] .newbasic-text > em {background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(238, 220, 188, 1) 10%, rgba(238, 220, 188, 1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);}
  
  /* ----- newbasic-image-wrap ----- */
  .newbasic-image-wrap {
    margin-top: 1.7em;
  }
  [data-newbasic="hang-organizer"] > .newbasic-image-wrap {
    margin-top: 1.2em;
  }
  [data-newbasic="hang-organizer"] > .newbasic-image-wrap[data-row-sp="1"] > * + * {
    margin-top: 1.35em;
  }
  [data-newbasic="stand-organizer"] > .newbasic-image-wrap {
    margin-top: 1em;
  }
  [data-newbasic="stand-organizer"] > .newbasic-image-wrap[data-row-sp="1"] > * + * {
    margin-top: 1.1em;
  }
  .newbasic-image-wrap[data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > * {
    margin-left: 15px;
  }
  .newbasic-image-wrap[data-row-sp="2"] > * {width: calc((100% - (15px * 1)) / 2);}
  .newbasic-image-wrap[data-row-sp="3"] > * {width: calc((100% - (15px * 2)) / 3);}
  .newbasic-image-wrap[data-row-sp="2"] > *:nth-child(2n+1),
  .newbasic-image-wrap[data-row-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .newbasic-image-wrap[data-row-sp="1"] > * + *,
  .newbasic-image-wrap[data-row-sp="2"] > *:nth-child(n+3),
  .newbasic-image-wrap[data-row-sp="3"] > *:nth-child(n+4) {
    margin-top: 2.0em;
  }
  .newbasic-image-wrap > * > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-image ----- */
  .newbasic-image[data-layout-sp="row"] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .newbasic-image[data-layout-sp="row"] > .image_head {
    width: calc((100% - 15px) / 2);
    flex-shrink: 0;
    margin-right: 15px;
  }
  .newbasic-image .image_inner {
    text-align: center;
  }
  .newbasic-image[data-layout-sp="row"] .image_body {
    width: 100%;
  }
  .newbasic-image:not([data-layout-sp="row"]) > .image_head + .image_body {
    margin-top: .7em;
  }
  .newbasic-image > .image_body p {
    line-height: 1.6;
  }
  
  /* ----- newbasic-media-wrap ----- */
  .newbasic-media-wrap {
    margin-top: 2.0em;
  }
  .newbasic-media-wrap > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- newbasic-button ----- */
  .newbasic-button-wrap {
    margin-top: 1.8em;
  }
  .newbasic-button-wrap > .newbasic-button {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
  }
  .newbasic-button-wrap .newbasic-button_type {
    color: #333;
    display: block;
    padding: 10px 10px 10px 34px;
    border: 2px solid #222;
    background-color: #fff;
  }
  .newbasic-button > .newbasic-button_type::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    border: 2px solid #222;
    background-color: #418fde;
    content: "";
  }
  .newbasic-button > .newbasic-button_type::after {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .newbasic-button_type:hover {
    background-color: #3381d0;
    color: #fff;
  }
  /* ------------------------------------------------------
   * 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: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 374px) {
}
@media only screen and (max-width: 370px) {
  .table-ec {
    flex-flow: column;
    align-items: baseline;
  }
  .table-ec-button {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 349px) {
  .pageGuide {
    padding-bottom: 65px !important;
  }
}



/* ======================================================
 * Print
====================================================== */
@media print {
}