@charset "UTF-8";

/* 見出し */
.products-sub-title {
  font-weight: 300;
}

/* vgCont */
.vgCont {
  font-weight: 400;
  margin-bottom: 50px;
}

.localmenuIn .global-page-title-container.hasBorderT {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .vgCont {
    margin-bottom: 30px;
  }

  .localmenuIn .global-page-title-container.hasBorderT {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
}

.vgCont .products-sub-title {
  font-weight: 400;
}

.sub-section .sub-title {
  padding: 0.2em 0.5em;
  background: #f8f8f8;
  margin-bottom: 20px;
  font-weight: 300;
}

#news.sub-section .sub-title,
#notice.sub-section .sub-title {
  margin-bottom: unset !important;
}

.vgCont .sub-title {
  font-weight: 400;
}

.sub-section .sub-title._blue {
  background: #e5efff;
}

.sub-section .sub-title._orange {
  background: #fdeadb;
}

@media print,
screen and (min-width: 768px) {
  .sub-title-container {
    margin-bottom: 3rem;
  }

  .products-sub-title {
    font-size: 2.8rem;
  }

  .sub-section .sub-title {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sub-title-container {
    margin-bottom: 2rem;
  }

  .products-sub-title {
    flex-shrink: 0;
    font-size: 2.2rem;
  }
}

@media print,
screen and (min-width: 768px) {

  /* ページ製品ナビメニュー */
  .page-navi-menu {
    margin-top: 2rem;
    padding-bottom: 1.4em;
  }

  .page-navi-container ul.list-page-navi {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    line-height: 2.6;
  }

  .page-navi-container ul.list-page-navi a {
    color: inherit;
  }

  .page-navi-container ul.list-page-navi a::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
  }

  .page-navi-container ul li {
    margin-right: 1.4em;
    margin-bottom: 1.4rem;
    padding-left: 1.4rem;
    border-left: 1px solid #898989;
    display: inline-block;
    line-height: 1.4;
  }

  .page-navi-container ul li:last-of-type {
    margin-right: 0em;
  }
}

@media only screen and (max-width: 767px) {

  /* ページ製品ナビメニュー */
  .page-navi-menu {
    margin-bottom: 1rem;
  }

  .page-navi-container ul.list-page-navi {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 1.6rem;
    color: #000;
    line-height: 3;
  }

  .page-navi-container ul.list-page-navi a {
    color: inherit;
  }

  .page-navi-container ul.list-page-navi a::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
  }

  .page-navi-container ul li {
    margin-right: 1.2em;
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
    border-left: 1px solid #898989;
    display: inline-block;
    line-height: 1.4;
  }

  .page-navi-container ul li:last-of-type {
    margin-right: 0em;
  }
}

/* general */
.textIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.disB {
  display: block !important;
}

.ulLink {
  text-decoration: underline;
}

.ulLink:hover {
  text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
  .pcTxt {
    display: inline !important;
  }

  .spTxt {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pcTxt {
    display: none !important;
  }

  .spTxt {
    display: inline !important;
  }
}

/* linkAr */
.linkAr {
  background: none;
  padding: 0;
  position: relative;
  padding-left: 1em;
}

.linkAr::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -0.4em;
}

/* btnLinkList */
.btnLinkList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.btnLinkList._col2 li {
  width: 48%;
  margin-top: 1em;
}

.btnLinkList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em 1em 1em 2em;
  border: solid 1px #D9D9D9;
  position: relative;
}

.btnLinkList li a:hover {
  background: #e5e5e5;
  text-decoration: none;
}

.btnLinkList li span {
  display: inline-block;
  position: relative;
}

.btnLinkList li .icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -1em;
  margin-top: -0.5em;
}

.btnLinkList._anchor li .icon {
  padding-left: 0.5em;
}

.btnLinkList._anchor li .icon::before {
  content: '\f078';
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .btnLinkList {
    flex-direction: column;
  }

  .btnLinkList._col2 li {
    width: 100%;
  }

  .btnLinkList li a {
    display: block;
    text-align: center;
    padding: 0.5em;
  }

  .btnLinkList li .icon::before {
    left: 0;
  }

  .btnLinkList._anchor li .icon {
    padding-left: 1.5em;
    text-align: left;
  }
}

/* topCont */
.topCont .textLinkArea {
  text-align: right;
  margin-top: 30px;
}

.topCont .textLinkArea .textLink {
  display: inline-block;
  margin-right: 2em;
}

.topCont .textLinkArea .textLink:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .topCont {
    margin-top: 20px;
  }

  .topCont .textLinkArea {
    margin-top: 0;
  }

  .topCont .textLinkArea .textLink {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* acdArea */
.acdArea {
  margin-bottom: 30px;
}

.acdArea .acdBlock {
  border-bottom: #e6e6e6 1px dotted;
}

.acdArea .acdTtl {
  font-weight: bold;
  padding: 15px 1em;
  position: relative;
  cursor: pointer;
}

.acdArea .acdTtl:hover {
  text-decoration: underline;
}

.acdArea .acdTtl:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.acdArea .acdTtl:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #333333;
  transition: .3s;
}

.acdArea .acdTtl.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.acdArea .acdTtl.on:after {
  background-color: transparent;
}

.acdArea .acdTtl .new {
  background: url(/support/images/ico_vg_new.gif) no-repeat left top 5px;
  padding-left: 2em;
  display: inline-block;
}

.acdArea .acdCont {
  display: none;
  padding: 10px 1em 30px;
}

.acdArea .text {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .acdArea .acdTtl {
    padding-right: 12%;
  }

  .acdArea .acdTtl:before,
  .acdArea .acdTtl:after {
    width: 16px;
  }
}

/* ############################### btn-anc */
.btnBox {
  display: grid;
  align-items: start;
  margin: 1em 0;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  column-gap: 1em;
  row-gap: 0.5em;
}

.btn-anc {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 2.5em 1em 1em;
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 5px;
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1em;
  flex-grow: 1;
}

.btn-anc:hover {
  color: #fff;
  background: #535353;
}

.btn-anc:before {
  position: absolute;
  top: calc(50% - 0.65em);
  right: 0.5em;
  display: block;
  content: "\f063";
  color: #b01681;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .btnBox {
    display: block;
  }
}

/* boxArea */
.boxArea {
  border: #e6e6e6 1px solid;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.boxArea .boxTtl {
  margin-bottom: 10px;
}

.boxArea .boxTextArea {
  margin-bottom: 20px;
}

.boxArea .boxText {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .boxArea {
    padding: 10px 15px;
  }
}

/* 開閉操作 */
.accordionBlock {
  border-bottom: #e6e6e6 1px dotted;
  margin-bottom: 30px;
}

.accordionBlock .text {
  margin-bottom: 20px;
}

.accordionBlockTitle {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 15px 1em;
}

.accordionBlockTitle:hover {
  text-decoration: underline;
}

.accordionBlockTitle::after {
  position: absolute;
  top: 14px;
  right: 5%;
  display: block;
  content: "\f078";
  transition: transform .5s;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: auto;
}

.accordionBlockTitle[aria-expanded="true"] {
  border: none;
  font-weight: 700;
}

.accordionBlockTitle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.accordionBlockBody {
  overflow-y: hidden;
  transform-origin: top center;
  animation: expandY .5s ease-out;
}

@keyframes expandY {
  from {
    max-height: 0;
  }

  to {
    max-height: 100%;
  }
}

.accordionBlockBody[aria-hidden="true"] {
  display: none;
}

/* 製品リスト内の開閉操作 */
.accordionBlockTitle {
  width: 100%;
}

.accordionBlockBody {
  padding: 15px 15px 20px 15px;
}

@media only screen and (max-width: 767px) {
  .accordionBlockTitle {
    padding-right: 35px;
  }

  .accordionBlockTitle::after {
    right: 3%;
  }
}

/* movieArea */
.movieArea {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.movieAreaTtl {
  font-weight: bold;
  margin-bottom: 15px;
}

.movieBlockTtl {
  margin-bottom: 10px;
}

.movieBlockTtl.iconNew {
  padding-left: 52px;
  position: relative;
}

.movieBlockTtl.iconNew::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 17px;
  background: url("/support/images/ico_new3.gif") no-repeat 0 0/ contain;
  position: absolute;
  top: 4px;
  left: 0;
}

.movieBlock .movie {
  width: 560px;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media only screen and (max-width: 767px) {
  .movieArea {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .movieBlock .movie {
    width: 100%;
  }
}

/* kisyuArea */
.kisyuArea {
  margin: 30px 0;
}

.kisyuArea .heading {
  padding: 3px 10px;
  margin-right: 1em;
  background: #ccc;
}

/* 機種名2行 */
.kisyuArea._col2 {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .kisyuArea {
    margin-top: 0;
  }

  .kisyuArea span {
    display: block;
  }

  .kisyuArea .heading {
    display: inline-block;
    margin-bottom: 5px;
  }

  .kisyuArea._col2 {
    flex-direction: column;
  }
}

.modelArea {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.modelArea .heading {
  padding: 3px 10px;
  margin-right: 1em;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .modelArea {
    margin-top: 0;
    align-items: baseline;
    flex-direction: column;
  }

  .modelArea .heading {
    margin-bottom: 5px;
  }
}

/* modal */
#modal #mMovie {
  width: 100%;
  height: auto;
}

#mMovie .mMovieBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#mMovie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #modal #mMovie {
    width: 95%;
    margin: auto;
  }
}

/* ファミレド */

.img660 {
  max-width: 660px;
}

.acdCont .img400 {
  max-width: 400px;
  margin-left: 2em;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .acdCont .img400 {
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}