@charset "UTF-8";
:root {
  --c-red: #ec1d00;
  --c-text: #333;
  --c-light-blue: #4bb6eb;
  --c-blue: #005e8c;
  --c-pink: #e95b94;
  --c-light-gray: #C7C7C7;
}

/*!* -------------------------------
    共通
------------------------------- *!*/
#main .pagetop img {
  height: auto;
}

/* .top_main_visual, #top { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans","Arial" !important; } */
.top_main_visual img,
#top img {
  max-width: 100%;
  height: auto;
}

#top {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #top {
    padding-bottom: 130px;
  }
}
#top .section .button {
  width: 74.4vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #top .section .button {
    margin-top: 50px;
  }
}
#top .section .button a {
  text-align: center;
  font-weight: 600;
}
#top .section .gakun {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#top .hover-block {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#top .hover-block:hover {
  opacity: 0.7;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/*!* -------------------------------
    .top_feature_wrap(霧ヶ峰の特徴)
------------------------------- *!*/
#top .headline .inner {
  color: #000;
  font-weight: 600;
}
#top .section.top_feature_wrap .gakun {
  max-width: 66.6666666667vw;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .gakun {
    margin-top: 14px;
  }
}
#top .section.top_feature_wrap .headline .inner {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .headline .inner {
    padding-bottom: 17px;
  }
}
#top .section.top_feature_wrap .headline .inner img {
  width: 106px;
  margin-bottom: -20px;
  margin-right: 6px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .headline .inner img {
    width: 115px;
    margin-bottom: -20px;
    margin-right: 6px;
  }
}
#top .section.top_feature_wrap .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .button {
    width: 201px;
  }
}
#top .section.top_feature_wrap .button a {
  background-position: calc(50% - 3.5em) center;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .button a {
    background-position: 45px center;
  }
}
#top .section.top_feature_wrap {
  /* .feature_card_list(カード箇所) */
}
#top .section.top_feature_wrap .feature_card_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 15px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  grid-row-gap: 15px;
  row-gap: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_list {
    grid-template-columns: repeat(auto-fit, 276px);
    -webkit-column-gap: min(4.2589437819vw, 50px);
       -moz-column-gap: min(4.2589437819vw, 50px);
            column-gap: min(4.2589437819vw, 50px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }
}
#top .section.top_feature_wrap .feature_card_item {
  -webkit-box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #333;
  color: var(--c-text);
  position: relative;
  padding-bottom: 11px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-row-gap: 10px;
  row-gap: 10px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_item {
    row-gap: 16px;
    padding-bottom: 19px;
  }
}
#top .section.top_feature_wrap .feature_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ec1d00;
  background-color: var(--c-red);
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  padding-top: 1px;
  padding-bottom: 1px;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
  width: 90%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_title {
    font-size: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    width: 94.2028985507%;
  }
}
#top .section.top_feature_wrap .feature_card_title_inner {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_title_inner {
    padding-left: 0;
  }
}
#top .section.top_feature_wrap .feature_card_img {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  grid-row: 1/3;
  grid-column: 1/2;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_img {
    width: 94.2028985507%;
  }
}
#top .section.top_feature_wrap .feature_card_text_wrap {
  grid-row: 3/4;
  grid-column: 1/2;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_text_wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#top .section.top_feature_wrap .feature_card_text {
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_text {
    font-size: 1em;
  }
}
#top .section.top_feature_wrap .feature_card_text--small {
  font-size: 0.625em;
  font-weight: 300;
  display: block;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_text--small {
    font-size: 0.75em;
  }
}
#top .section.top_feature_wrap .feature_card_note {
  font-size: 0.625em;
  font-weight: 300;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #top .section.top_feature_wrap .feature_card_note {
    font-size: 0.75em;
  }
}
#top .section.top_feature_wrap .feature_card_note:not(:has(.annotation_mark)) {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .top_feature_wrap .gakun {
    max-width: 432px;
    margin-top: 16px;
  }
}
#top {
  /*!* -------------------------------
    .top_info_wrap(お知らせ)
  ------------------------------- *!*/
}
#top .section.top_info_wrap {
  margin-top: 102px;
}
#top .section.top_info_wrap .info_list_title:not(:first-of-type) {
  margin-top: 37px;
}
#top .section.top_info_wrap .info_list_button {
  border: 1px solid #A7A7A7;
  background-color: #F9F9F9;
  max-width: 77.6vw;
  margin-top: 6.4vw;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .info_list_button {
    max-width: 874px;
    margin-top: 26px;
  }
}
#top .section.top_info_wrap .info_list_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 0.75em;
  padding-top: 5.8666666667vw;
  padding-bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .info_list_button a {
    font-size: 0.75em;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
#top .section.top_info_wrap .info_list_button .icon_pdf {
  width: 26px;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .info_list_button .icon_pdf {
    width: 28px;
    margin-left: 9px;
  }
}
#top .section.top_info_wrap .top_info {
  background-color: #ededed;
  margin-top: 30px;
  padding-top: 38px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .top_info {
    margin-top: 38px;
    padding-top: 39px;
    padding-bottom: 37px;
  }
}
#top .section.top_info_wrap .info_list_wrap {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .info_list_wrap {
    margin-top: 37px;
  }
}
#top .section.top_info_wrap .top_info_list {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
#top .section.top_info_wrap .top_info_list .info_list_wrap:first-child {
  margin-top: 0;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
#top .section.top_info_wrap .info_list_title {
  font-size: 0.625em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .info_list_title {
    font-size: 0.75em;
  }
}
#top .section.top_info_wrap .info_list_data {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .info_list_data {
    margin-top: 10px;
    font-size: 0.75em;
  }
}
#top .section.top_info_wrap .top_info .top_info_scroll_y {
  overflow-y: auto;
  max-height: 250px;
}
@media screen and (min-width: 768px) {
  #top .section.top_info_wrap .top_info .top_info_scroll_y {
    overflow-y: auto;
    max-height: 220px;
  }
}
#top {
  /*!* -------------------------------
    .top_support_wrap(サポート共通)
  ------------------------------- *!*/
}
#top .section.top_support_wrap {
  margin-top: 101px;
}
#top .section.top_support_wrap .support_list {
  display: grid;
  grid-template-columns: repeat(2, 41.6vw);
  grid-gap: 6.1333333333vw;
  gap: 6.1333333333vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap .support_list {
    grid-template-columns: repeat(auto-fit, minmax(0, 250px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: min(3.4111310592%, 38px);
       -moz-column-gap: min(3.4111310592%, 38px);
            column-gap: min(3.4111310592%, 38px);
    margin-top: 43px;
  }
}
#top .section.top_support_wrap .support_item {
  background-color: #ECECEC;
}
#top .section.top_support_wrap .support_item.coming-soon {
  position: relative;
}
#top .section.top_support_wrap .support_item.coming-soon::after {
  content: "Coming Soon";
  color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  font-size: 0.625em;
  font-weight: 600;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap .support_item.coming-soon::after {
    font-size: 1em;
  }
}
#top .section.top_support_wrap .support_item_link {
  display: grid;
  grid-template-rows: auto 1fr;
  aspect-ratio: 156/100;
}
#top .section.top_support_wrap .support_item_link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap .support_item_link {
    aspect-ratio: 250/150;
  }
}
#top .section.top_support_wrap .support_item_title {
  border-bottom: 2px solid #fff;
  color: #000;
  text-align: center;
  font-size: 0.625em;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap .support_item_title {
    border-bottom: 2px solid #fff;
    font-size: 1em;
    padding-top: 11px;
    padding-bottom: 8px;
  }
}
#top .section.top_support_wrap .support_item_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap .support_item_img {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
#top {
  /*!* -------------------------------
    .top_support_wrap.top_support_wrap_repair(修理サポート)
  ------------------------------- *!*/
}
#top .section.top_support_wrap_repair .gakun {
  max-width: 394px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_repair .gakun {
    max-width: 66.6666666667vw;
    margin-top: 16px;
  }
}
#top .section.top_support_wrap_repair .support_item.trouble img {
  width: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_repair .support_item.trouble img {
    max-width: 44px;
  }
}
#top .section.top_support_wrap_repair .support_item.faq img {
  width: 12vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_repair .support_item.faq img {
    max-width: 64px;
  }
}
#top .section.top_support_wrap_repair .support_item.advice img {
  width: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_repair .support_item.advice img {
    max-width: 84px;
  }
}
#top .section.top_support_wrap_repair .support_item.manual img {
  width: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_repair .support_item.manual img {
    max-width: 51px;
  }
}
#top {
  /*!* -------------------------------
      .top_support_wrap.top_support_wrap_replace(買替サポート)
  ------------------------------- *!*/
}
#top .section.top_support_wrap_replace .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_replace .button {
    width: 285px;
  }
}
#top .section.top_support_wrap_replace .button a {
  background-position: calc(35% - 4em) center;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_replace .button a {
    background-position: 45px center;
  }
}
#top .section.top_support_wrap_replace .support_item.replacement img {
  width: 12.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_replace .support_item.replacement img {
    max-width: 67px;
  }
}
#top .section.top_support_wrap_replace .support_item.form img {
  width: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_replace .support_item.form img {
    max-width: 67px;
  }
}
#top .section.top_support_wrap_replace .support_item.tell img {
  width: 7.7333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_replace .support_item.tell img {
    max-width: 48px;
  }
}
#top {
  /*!* -------------------------------
      .top_support_wrap.top_support_wrap_use(使い方サポート)
  ------------------------------- *!*/
}
#top .section.top_support_wrap_use .support_item.smart_use img {
  width: 17.0666666667vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_use .support_item.smart_use img {
    max-width: 106px;
  }
}
#top .section.top_support_wrap_use .support_item.care img {
  width: 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_use .support_item.care img {
    max-width: 78px;
  }
}
#top .section.top_support_wrap_use .support_item.mymu img {
  width: 12.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_support_wrap_use .support_item.mymu img {
    max-width: 67px;
  }
}
#top {
  /*!* -------------------------------
      .top_after_wrap(アフターサービス)
  ------------------------------- *!*/
}
#top .section.top_after_wrap {
  margin-top: 100px;
}
#top .section.top_after_wrap .after_list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  grid-row-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #top .section.top_after_wrap .after_list {
    row-gap: 40px;
    margin-top: 50px;
  }
}
#top {
  /*!* -------------------------------
      .top_voice_wrap(「ご購入者の声を見る」リンク箇所)
  ------------------------------- *!*/
}
#top .section.top_voice_wrap {
  padding-top: 16vw;
  border-top: 1px solid #C7C7C7;
  border-top: 1px solid var(--c-light-gray);
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  #top .section.top_voice_wrap {
    padding-top: 131px;
  }
}
#top .section.top_voice_wrap .gakun {
  max-width: 66.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .section.top_voice_wrap .gakun {
    max-width: 417px;
  }
}
#top .section.top_voice_wrap .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top .section.top_voice_wrap .button {
    width: 290px;
    margin-top: 29px;
  }
}
#top .section.top_voice_wrap .button a {
  background-position: calc(35% - 4em) center;
}
@media screen and (min-width: 768px) {
  #top .section.top_voice_wrap .button a {
    background-position: 45px center;
  }
}