@charset "utf-8";

/* ======================================================
 * npcpocket.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.d-light_hero_detail,
.d-light_hero_detail-v2,
.d-light_layout_title,
.d-light_layout_lead,
.d-light_layout_lead-v2,
.d-light_layout_lead-v3 {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .pageGuide[data-social="true"] {
    padding-right: 352px;
  }
  
  /* ------------------------------------------------------
   * 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 24px 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;
  }
  
  /* ----- d-light_hero ----- */
  .d-light_hero {
    width: 100%;
    position: relative;
  }
  .d-light_hero-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.7em 2.3em 1.9em 1.7em;
  }
  .d-light_hero_inner {
    position: relative;
    height: 100%;
  }
  .d-light_hero_release {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 274px;
    max-width: 310px;
    padding: 8px 17px;
    background-color: rgba(255,255,255,.6);
    color: #231815;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .d-light_hero_release > *:first-child {
    margin-top: 0 !important;
  }
  .d-light_hero_price,
  .d-light_hero_date {
    margin-top: 8px;
  }
  .d-light_hero_detail {
    position: absolute;
    right: 0;
    top: 0;
    width: 34.5%;
    color: #fff;
    line-height: 1.2;
  }
  .d-light_hero_lead {
    margin-top: 8px;
    font-size: 6.5rem;
    font-weight: bold;
  }
  .d-light_hero_lead-small {
    font-size: 2.3rem;
  }
  .d-light_hero_detail-v2 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 260px;
    color: #fff;
    line-height: 1.3;
    text-align: right;
  }
  .d-light_hero_text {
    font-size: 2.6rem;
    font-weight: bold;
  }
  /* ----- d-light_layout ----- */
  .d-light_layout {
    margin-top: 60px;
  }
  .d-light_layout_head {
    width: 100%;
    padding: 2px 10px;
    background-color: #71868f;
    text-align: center;
  }
  .d-light_layout_body {
    background-color: #f1f5f9;
  }
  .d-light_layout_inner {
    width: 100%;
    padding: 32px 36px
  }
  .d-light_layout_inner > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_inner > .d-light_layout_item:first-child {
    border-top: none!important;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .d-light_layout_inner-v2 {
    width: 100%;
    padding: 20px
  }
  .d-light_layout_inner-v2 > *:first-child {
    margin-top: 0;
  }
  .d-light_layout_inner-v2 > .d-light_layout_item:first-child {
    border-top: none!important;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .d-light_layout_title {
    display: inline-block;
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
  }
  .d-light_layout_item {
    margin-top: 38px;
    padding-top: 32px;
    border-top: 1px solid #b1bdc4;
  }
  .d-light_layout_item > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_lead {
    margin-top: 15px;
    color: #2d5160;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .d-light_layout_lead-v2 {
    margin-top: 26px;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .d-light_layout_lead-v3 {
    margin-top: 15px;
    color: #2d5160;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .d-light_layout_text {
    margin-top: 10px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .d-light_layout_text-v2 {
    margin-top: 15px;
    color: #555;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .d-light_layout_column {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
  }
  .d-light_layout_column_left {
    width: 59%;
    flex-shrink: 0;
  }
  .d-light_layout_column_right {
    width: 100%;
    margin-left: 20px;
  }
  .d-light_layout_column_left > *:first-child,
  .d-light_layout_column_right > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_column-v2 {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .d-light_layout_column-v2_left {
    width: 100%;
  }
  .d-light_layout_column-v2_right {
    width: 48%;
    flex-shrink: 0;
    margin-left: 20px;
  }
  .d-light_layout_column-v2_left > *:first-child,
  .d-light_layout_column-v2_right > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_list {
    margin-top: 15px;
  }
  .d-light_layout_list > li {
    position: relative;
    margin-top: 10px;
    padding: 0 3px 0 15px;
    color: #555;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .d-light_layout_list > li:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_list > li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #999;
    border-radius: 50%;
  }
  .d-light_layout_list > li > em {
    font-weight: bold;
    font-style: normal;
  }
  .d-light_layout_visual {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .d-light_layout_visual_item {
    width: 50%;
  }
  .d-light_layout_visual_item > img {
    max-width: 100%;
  }
  /* ----- d-light_example ----- */
  .d-light_example {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .d-light_example > * {
    width: calc((100% - 100px) / 2);
  }
  .d-light_example_before,
  .d-light_example_after {
    text-align: center;
  }
  .d-light_example_after {
    position: relative;
    margin-left: 100px;
  }
  .d-light_example_after:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -87px;
    width: 42px;
    height: 28px;
    transform: translateY(-50%);
    background-color: #71868f;
  }
  .d-light_example_after:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-color: transparent transparent transparent #71868f;
    border-width: 32px 0 32px 32px;
  }
  .d-light_example_before > img,
  .d-light_example_after > img {
    max-width: 100%;
  }
  /* ----- d-light_column ----- */
  .d-light_column {
    display: -webkit-flex;
    display: flex;
  }
  .d-light_column[data-col-pc="2"] {
    margin-top: 38px;
  }
  .d-light_column[data-col-pc="3"] {
    margin-top: 24px;
  }
  .d-light_column[data-col-pc="2"] > .d-light_column_item {
    width: calc((100% - 36px) / 2);
    margin-left: 36px;
  }
  .d-light_column[data-col-pc="2"] > .d-light_column_item:nth-of-type(odd) {
    margin-left: 0;
  }
  .d-light_column[data-col-pc="3"] > .d-light_column_item {
    width: calc((100% - (21px * 2)) / 3);
    margin-left: 21px;
  }
  .d-light_column[data-col-pc="3"] > .d-light_column_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .d-light_column_item > *:first-child {
    margin-top: 0!important;
  }
  /* ----- d-light_image ----- */
  .d-light_image {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
  .d-light_image > img {
    max-width: 100%;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
  .npcpocket-partsName > .npcpocket-partsName_layout::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .d-light_hero_lead {
    margin-top: 5px;
    font-size: 4.3vw;
  }
  .d-light_hero_lead-small {
    font-size: 1.7vw;
  }
  .d-light_hero_text {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .d-light_hero-wrap {
    padding: 1.8em 1.2em 1.2em;
  }
}
/***
@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) {
  /* ------------------------------------------------------
   * 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;
    background-color: #fff;
    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;
  }
  
  /* ----- d-light_hero ----- */
  .d-light_hero {
    width: 100vw;
    margin-left: -15px;
    position: relative;
  }
  .d-light_hero_image {
    text-align: center;
  }
  .d-light_hero-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .d-light_hero_inner {
    position: relative;
    height: 100%;
  }
  .d-light_hero_release {
    position: absolute;
    left: 4%;
    bottom: 2.5%;
    max-width: 92%;
    
    padding: 12px 10px 7px;
    background-color: rgba(255,255,255,.6);
    color: #231815;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .d-light_hero_detail {
    position: absolute;
    left: 4%;
    top: 2%;
    width: 92%;
    color: #fff;
    line-height: 1.2;
  }
  .d-light_hero_lead {
    margin-top: 5px;
    font-size: 3.5rem;
    font-weight: bold;
  }
  .d-light_hero_lead-small {
    font-size: 1.4rem;
  }
  .d-light_hero_detail-v2 {
    position: absolute;
    right: 4%;
    bottom: 53%;
    width: 92%;
    color: #fff;
    line-height: 1.2;
    text-align: right;
  }
  .d-light_hero_text {
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* ----- d-light_layout ----- */
  .d-light_layout {
    margin-top: 35px;
  }
  .d-light_hero + .d-light_layout {
    margin-top: 12px;
  }
  .d-light_layout_head {
    width: 100%;
    padding: 6px;
    background-color: #71868f;
    text-align: center;
  }
  .d-light_layout_body {
    background-color: #f1f5f9;
  }
  .d-light_layout_inner {
    width: 100%;
    padding: 16px 18px 11px
  }
  .d-light_layout_inner > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_inner > .d-light_layout_item:first-child {
    border-top: none!important;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .d-light_layout_inner-v2 {
    width: 100%;
    padding: 8px
  }
  .d-light_layout_inner-v2 > *:first-child {
    margin-top: 0!important
  }
  .d-light_layout_inner-v2 > .d-light_layout_item:first-child {
    border-top: none;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .d-light_layout_title {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .d-light_layout_item {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #b1bdc4;
  }
  .d-light_layout_item > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_lead {
    margin-top: 15px;
    color: #2d5160;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .d-light_layout_lead-v2 {
    margin-top: 17px;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .d-light_layout_lead-v3 {
    margin-top: 15px;
    color: #2d5160;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .d-light_layout_text {
    margin-top: 10px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .d-light_layout_text-v2 {
    margin-top: 10px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .d-light_layout_column {
    margin-top: 14px;
  }
  .d-light_layout_column_left + .d-light_layout_column_right {
    margin-top: 18px;
  }
  .d-light_layout_column_left > *:first-child,
  .d-light_layout_column_right > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_column-v2 {
    margin-top: 18px;
  }
  .d-light_layout_column-v2_left + .d-light_layout_column-v2_right {
    margin-top: 13px;
    padding: 0 24px;
  }
  .d-light_layout_column-v2_left > *:first-child,
  .d-light_layout_column-v2_right > *:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_list {
    margin-top: 16px;
  }
  .d-light_layout_list > li {
    position: relative;
    margin-top: 9px;
    padding-left: 13px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .d-light_layout_list > li:first-child {
    margin-top: 0!important;
  }
  .d-light_layout_list > li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #999;
    border-radius: 50%;
  }
  .d-light_layout_list > li > em {
    font-weight: bold;
    font-style: normal;
  }
  .d-light_layout_visual {
    width: 100%;
  }
  .d-light_layout_visual_item {
    width: 100%;
    text-align: center;
  }
  .d-light_layout_visual_item > img {
    max-width: 100%;
  }
  /* ----- d-light_example ----- */
  .d-light_example {
    margin-top: 12px;
  }
  .d-light_example > * {
    width: 100%;
  }
  .d-light_example_before > img,
  .d-light_example_after > img {
    max-width: 100%;
  }
  .d-light_example_before,
  .d-light_example_after {
    text-align: center;
  }
  .d-light_example_after {
    margin-top: 50px;
    position: relative;
  }
  .d-light_example_after:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 50%;
    width: 25px;
    height: 17px;
    transform: translateX(-50%);
    background-color: #71868f;
  }
  .d-light_example_after:after {
    content: '';
    position: absolute;
    top: -28px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #71868f transparent transparent transparent;
    border-width: 24px 28px 0 28px;
  }
  /* ----- d-light_column ----- */
  .d-light_column[data-col-pc="2"] {
    margin-top: 24px;
  }
  .d-light_column[data-col-pc="3"] {
    margin-top: 9px;
  }
  .d-light_column_item:first-child {
    margin-top: 0!important;
  }
  .d-light_column_item > *:first-child {
    margin-top: 0!important;
  }
  .d-light_column[data-col-pc="2"] > .d-light_column_item {
    width: 100%;
    margin-top: 16px;
  }
  .d-light_column[data-col-pc="3"] > .d-light_column_item {
    width: 100%;
    margin-top: 12px;
  }
  /* ----- d-light_image ----- */
  .d-light_image {
    width: 100%;
    margin-top: 6px;
    text-align: center;
  }
  .d-light_image > img {
    max-width: 100%;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (min-width: 590px) and (max-width: 767px) {
}

@media only screen and (max-width: 363px) {
}
/* ======================================================
 * SP Media Queries
====================================================== */
/***
@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: 374px) {
  .d-light_hero_lead {
    margin-top: 5px;
    font-size: 9.3vw;
  }
  .d-light_hero_text {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}