@charset "utf-8";
@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - PageComponent
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - PageComponent
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- neckfan_main-compo ----- */
  .neckfan_main-compo {
    position: relative;
    background-color: #b6e4fb;
    margin-bottom: 6.0rem;
  }
  .neckfan_main-compo .main_img-wrap {
    width: 100%;
  }
  .neckfan_main-compo .main_img-wrap .main_img {
    width: 100%;
  }
  .neckfan_main-compo .main_detail-wrap {
    position: absolute;
    left: 5.5%;
    top: 83%;
    font-size: 2.2rem;
    font-weight: 700;
    color: #231815;
    line-height: 1.3;
  }
  .neckfan_main-compo .main_detail-wrap .main-detail-notice {
    margin-top: .5em;
    font-size: 1.4rem;
    color: #e50012;
  }
  .neckfan_main-compo .release-date {
    position: absolute;
    top: 90%;
    right: 5.3%;
    font-size: 2.8rem;
    font-weight: 700;
    color: #172a88;
  }
  
  /* ----- neckfan-intro-layout ----- */
  .neckfan-intro-layout .neck-fan_heading-lv2 {
    padding: 6px 2.25% 5px;
    background-color: #172a88;
  }
  .neckfan-intro-layout .neck-fan_heading-lv2 .neck-fan_heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
  }
  .neckfan-intro-layout .neck-fan_image-set {
    margin-top: 1em;
  }
  .neckfan-intro-layout .neck-fan_notice-list {
    margin-top: 1em;
  }
  .neckfan-intro-layout .neck-fan_notice-list li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.4rem;
    color: #e40000;
  }
  .neckfan-intro-layout .neck-fan_notice-list li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- neckfan_demo ----- */
  .neckfan_demo .demo-wrap {
    margin-top: 35px;
    padding: 25px 2.5%;
    background-color: #231815;
  }
  .neckfan_demo .neck-fan_heading-lv3 {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
  }
  .neckfan_demo .neck-fan_heading-lv3 .neck-fan_heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
  }
  .neckfan_demo .demo_lead {
    font-weight: 700;
    color: #fff;
  }
  .neckfan_demo .demo-img-col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 24px;
  }
  .neckfan_demo .demo-img-col .col-item {
    width: 23.684%;
  }
  .neckfan_demo .demo-img-col .col-item figure figcaption {
    margin-top: 1em;
    color: #fff;
  }
  .neckfan_demo .demo-notice {
    margin-top: 1em;
    font-size: 1.4rem;
    color: #555;
  }
  /* ----- neckfan_related-compo ----- */
  .neckfan_related-compo {
    margin-top: 6.5rem;
  }
  .neckfan_related-compo .related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .neckfan_related-compo .related-item .item-img {
    width: 30%;
  }
  .neckfan_related-compo .related-item .item-link {
    width: 67.586%;
  }
  .neckfan_related-compo .related-item .item-link .link-button-v2 {
    margin-top: 0;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@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: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .neckfan_main-compo .main_detail-wrap {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .neckfan_main-compo .release-date {
    right: 3.0%;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- neckfan_main-compo ----- */
  .neckfan_main-compo {
    position: relative;
    background-color: #b6e4fb;
    margin: 0 -15px 3.0rem;
    padding-bottom: 10px;
  }
  .neckfan_main-compo .main-content-wrap {
    position: relative;
  }
  .neckfan_main-compo .main_img-wrap {
    width: 100%;
  }
  .neckfan_main-compo .main_img-wrap .main_img {
    width: 100%;
  }
  .neckfan_main-compo .main_detail-wrap {
    position: absolute;
    left: 4%;
    top: 80.2%;
    font-size: 1.3rem;
    font-weight: 700;
    color: #231815;
    line-height: 1.3;
  }
  .neckfan_main-compo .main_detail-wrap .main-detail-notice {
    margin-top: .5em;
    font-size: 1.1rem;
    color: #e50012;
  }
  .neckfan_main-compo .release-date {
    top: 100%;
    width: 100%;
    padding: 3px 4%;
    background: #b6e4fb;
    font-size: 1.6rem;
    font-weight: 700;
    color: #172a88;
  }
  
  /* ----- neckfan-intro-layout ----- */
  .neckfan-intro-layout .neck-fan_heading-lv2 {
    padding: 4px 4.5% 3px;
    background-color: #172a88;
  }
  .neckfan-intro-layout .neck-fan_heading-lv2 .neck-fan_heading_title {
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
  }
  .neckfan-intro-layout .neck-fan_image-set {
    margin-top: 0.5em;
  }
  .neckfan-intro-layout .neck-fan_notice-list {
    margin-top: 1em;
  }
  .neckfan-intro-layout .neck-fan_notice-list li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.1rem;
    color: #e40000;
  }
  .neckfan-intro-layout .neck-fan_notice-list li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- neckfan_demo ----- */
  .neckfan_demo .demo-wrap {
    margin-top: 20px;
    padding: 25px 15px 15px;
    background-color: #231815;
  }
  .neckfan_demo .neck-fan_heading-lv3 {
    margin-bottom: 18px;
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
  }
  .neckfan_demo .neck-fan_heading-lv3 .neck-fan_heading_title {
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
  }
  .neckfan_demo .demo_lead {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
  }
  .neckfan_demo .demo-img-col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 24px;
  }
  .neckfan_demo .demo-img-col .col-item {
    width: 47.62%;
  }
  .neckfan_demo .demo-img-col .col-item:nth-of-type(n + 3) {
    margin-top: 1em;
  }
  .neckfan_demo .demo-img-col .col-item figure figcaption {
    margin-top: 0.4em;
    font-size: 1.2rem;
    color: #fff;
  }
  .neckfan_demo .demo-notice {
    position: relative;
    margin-top: 1em;
    padding-left: 1.1em;
    font-size: 1.1rem;
    color: #555;
  }
  .neckfan_demo .demo-notice .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
    /* ----- neckfan_related-compo ----- */
  .neckfan_related-compo .related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .neckfan_related-compo .related-item .item-img {
    width: 25%;
  }
  .neckfan_related-compo .related-item .item-link {
    width: 72.46%;
  }
  .neckfan_related-compo .related-item .item-link .link-button-v2 {
    margin-top: 0;
  }
  .neckfan_related-compo .related-item .item-link .link-button-v2 a {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * 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: 767px) and (min-width: 568px) {
  .neckfan_main-compo .main_detail-wrap .main-detail-notice {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 767px) and (min-width: 414px) {
  .neckfan_main-compo .main_detail-wrap {
    top: 82%;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
}
@media only screen and (max-width: 359px) {
  .neckfan_main-compo .main_detail-wrap {
    font-size: 1.2rem;
  }
  .neckfan_main-compo .main_detail-wrap .main-detail-notice {
    font-size: 1.0rem;
  }
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}