@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
/* =========================================================
共通
========================================================= */
:root {
  --base-color: #fff;
  --base-sub-color: #f1fdff;
  --main-color: #4aaeec;
  --main-text-color: #055385;
  --accent-color: #ffc130;
}
.sliderArea {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 ;
}
.dots-wrap {
    display: flex;
    justify-content: center;
}
.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: var(--main-color);
    border-radius: 50%;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: var(--main-text-color);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
#Features, #Function, #News, #Price, #Attention {
  padding: 100px 0 0;
}
#Features .sectTit, #Case .sectTit, #Specs .sectTit, #Product .sectTit, #Function .sectTit, #News .sectTit, #Price .sectTit {
  position: relative;
  padding: 0 0 14px;
  margin-bottom: 34px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#Features .sectTit:after, #Case .sectTit:after, #Specs .sectTit:after, #Product .sectTit:after, #Function .sectTit:after, #News .sectTit:after, #Price .sectTit:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 4px;
  background: var(--main-color);
  border-radius: 10px;
}
#Features .sectTit .subTit, #Case .sectTit .subTit, #Specs .sectTit .subTit, #Product .sectTit .subTit, #Function .sectTit .subTit, #News .sectTit .subTit, #Price .sectTit .subTit {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-text-color);
  letter-spacing: 0.15rem;
}
#Features .sectTxt, #Case .sectTxt, #Specs .sectTxt, #Product .sectTxt, #Function .sectTxt, #News .sectTxt, #Price .sectTxt {
  margin-bottom: 64px;
  font-size: 22px;
  text-align: center;
}
#Features .sectTxt a:hover, #Case .sectTxt a:hover, #Specs .sectTxt a:hover, #Product .sectTxt a:hover, #Function .sectTxt a:hover, #News .sectTxt a:hover, #Price .sectTxt a:hover {
  text-decoration:underline;
}
#Features .sectMain .contentArea, #Case .sectMain .contentArea, #Specs .sectMain .contentArea, #Product .sectMain .contentArea, #Function .sectMain .contentArea, #News .sectMain .contentArea, #Price .sectMain .contentArea {
  position: relative;
  background: var(--base-sub-color);
  margin-bottom: 16px;
  box-shadow: 6px 6px 6px -3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#Features .sectMain .contentArea .contentMain, #Specs .sectMain .contentArea .contentMain, #Product .sectMain .contentArea .contentMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 54px 20px 60px;
  transition: all 300ms;
  display: flex;
}

@media screen and (max-width: 736px) {
  #Features, #Case #Specs, #Product, #Function, #News, #Price, #Attention {
    padding: 50px 0 0;
  }
  #Features .sectTit, #Case .sectTit, #Specs .sectTit,  #Product .sectTit, #Function .sectTit, #News .sectTit, #Price .sectTit {
    font-size: 18px;
  }
  #Features .sectTxt, #Case .sectTxt, #Specs .sectTxt, #Product .sectTxt, #Function .sectTxt, #News .sectTxt, #Price .sectTxt {
    padding: 0 5%;
    font-size: 14px;
    margin-bottom: 30px;
  }
  #Features .sectMain .contentArea .contentMain, #Case .sectMain .contentArea .tabMain, #Specs .sectMain .contentArea .contentMain, #Product .sectMain .contentArea .contentMain, #Function .sectMain .contentArea .contentMain {
    width: 100%;
    min-width: auto;
  }
}
/* =========================================================
MvSect
========================================================= */
#MvSect {
  background-image: url(../image/mv/bg_mv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding-top: 30px;
  padding-bottom: 30px;
}
#MvSect .sectMain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
}
#MvSect .sectMain .leftBox{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
}
#MvSect .sectMain .rightBox{
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#MvSect .sectMain .sectTit{
  font-size: 32px;
  line-height: 1.1;
  color: var(--main-text-color);
}
#MvSect .sectMain .sectTit .mvBtn{
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: normal;
}
#MvSect .sectMain .sectTit .mainTit{
  font-weight: bold;
}
#MvSect .sectMain .sectTit .titB{
  font-size: 64px;
  padding: 0 8px;
}
#MvSect .sectMain .sectTit .subTxt{
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
#MvSect .sectMain .sectTit .subTxt .checkImg{
  width: 25px; 
}
#MvSect .sectMain .sectTit a.btnStyle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 210px;
  padding: 14px 0;
  font-size: 17px;
  color: var(--base-color);
  background: var(--main-color);
  border-radius: 100px;
  line-height: 1.2;
  transition: all 300ms;
}
#MvSect .sectMain .sectTit a.btnStyle:hover {
  filter: brightness(95%);
}
#MvSect .sectMain .sectTit a.btnStyle:active {
  filter: brightness(90%);
}
@media screen and (max-width: 736px) {
  #MvSect {
    background-size: 150%;
  }
  #MvSect .sectMain{
    flex-direction: column-reverse;
  }
  #MvSect .sectMain .leftBox{
    margin: 25px 0;
  }
  #MvSect .sectMain .leftBox, #MvSect .sectMain .rightBox{
    height: 100%;
    width: 100%;
  }
  #MvSect .sectMain .sectTit{
    font-size: 1.3rem;
  }
  #MvSect .sectMain .sectTit .mvBtn{
    margin-top: 25px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  #MvSect .sectMain .sectTit a.btnStyle{
    font-size: 0.8rem;
    width: 9rem;
  }
  #MvSect .sectMain .sectTit .titB{
    font-size: 2.6rem;
    padding: 0 4px;
  }
  #MvSect .sectMain .sectTit .subTxt{
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
  #MvSect .sectMain .sectTit .subTxt .checkImg{
    width: 1rem; 
  }
}
/* =========================================================
MainNav
========================================================= */
#MainNav {
  background: var(--base-color);
  width: 100%;
}
#MainNav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#MainNav .inner {
  display: flex;
  justify-content: space-between;
  min-width: 990px;
  padding: 7px 20px;
  overflow: hidden;
}
#MainNav .inner .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
  transform: translateY(80px);
  transition: all 0.3s;
  opacity: 0.1;
}
#MainNav.m_fixed .inner .logo {
  opacity: 1;
  transform: translateY(0);
  background: var(--base-color);
  height: 62px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainNav .inner .navList {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-items: center;
}
#MainNav .inner .navList li {
  flex: 0 1 auto;
  margin-left: 30px;
}
#MainNav .inner .navList li a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
#MainNav .inner .navList li a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--main-color);
  opacity: 0;
  transition: all 300ms;
}
#MainNav .inner .navList li a:hover:before {
  opacity: 1;
}
#MainNav .inner .navList li a.btnStyle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding: 14px 0;
  font-size: 17px;
  color: var(--base-color);
  background: var(--accent-color);
  border-radius: 100px;
  line-height: 1.2;
  transition: all 300ms;
}
#MainNav .inner .navList li a.btnStyle:hover {
  filter: brightness(95%);
}
#MainNav .inner .navList li a.btnStyle:active {
  filter: brightness(90%);
}
#MainNav .inner .navList li a.btnStyle:hover:before {
  display: none;
}
@media screen and (max-width: 736px) {
  #MainNav {
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 50px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    transform: translateX(200%);
    transition: transform .8s, opacity 1s;
    z-index: 1000;
    opacity: 0.1;
    background: rgba(50, 50, 50, 0.95);
    /* display: none; */
  }
  #MainNav.sp_fixed.navOpen {
    opacity: 1;
    transform: translateX(0);
    transition: transform .8s, opacity 0s;
  }
  #MainNav.sp_fixed {
    display: block;
  }
  #MainNav.m_fixed {
    /* top: 50px; */
    z-index: 998;
  }
  #MainNav .inner {
    width: 100%;
    min-width: auto;
    height: 100%;
  }
  #MainNav .inner .logo {
    display: none !important;
  }
  #MainNav .inner .navList {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 10vw 0;
  }
  #MainNav .inner .navList li {
    margin-left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #MainNav .inner .navList li a {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 5vw;
    color: var(--base-color);
    padding: 3vw 0;
  }
  #MainNav .inner .navList li a.btnStyle {
    font-size: 5vw;
    width: 80%;
    padding: 5% 0;
    margin-top: 5vh;
  }
}
/* =========================================================
Features
========================================================= */
#Features {
  margin-bottom: 100px;
}

#Features .sectMain .contentArea .contentTit {
  display: flex;
  padding: 20px 20px 0px;
}

#Features .sectMain .contentArea .contentTit span{
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 5px 0;
  color: var(--base-color);
  background: var(--main-text-color);
  border-radius: 100px;
  line-height: 1.2;
}

#Features .sectMain .contentArea .contentTit p{
  font-size: 25px;
  font-weight: bold;
  margin-left: 16px;
  padding: 5px 0;
  color: var(--main-text-color);
  line-height: 1.2;
  border-bottom: solid 1.5px var(--main-text-color);
}

#Features .sectMain .contentArea .contentMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 20px 20px 0px;
  display: none;
  transition: all 300ms;
}

#Features .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
}
#Features .sectMain .contentArea {
  padding-bottom: 40px;
  width: 1140px;
  border-radius: 10px;
}
#Features .sectMain .contentArea .contentMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Features .sectMain .contentArea .contentMain .blockArea {
  width: 350px;
  border-radius: 10px;
}
#Features .sectMain .contentArea .contentMain .blockArea .blockIcon {
  padding: 16px 0;
  text-align: center;
  line-height: 0;
  background: var(--main-color);
  border-radius: 10px 10px 0 0;
}
#Features .sectMain .contentArea .contentMain .blockArea .blockMain {
  display: flex;
  flex-direction: column;
  padding: 20px 3%;
  background: var(--base-color);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
#Features .sectMain .contentArea .contentMain .blockArea .blockMain .link{
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}

#Features .sectMain .contentArea .contentMain .blockArea .blockIcon img {
  width: 30%;
}
#Features .sectMain .contentArea .contentMain .blockArea .blockMain .featureTxt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  padding-top: 10px;
}
#Features .sectMain .contentArea .contentMain .blockArea .blockMain .featureTit {
  font-size: 19px;
  font-weight: bold;
  color: var(--main-text-color);
  text-align: center;
}
#Features .sectMain .contentArea .contentMain .blockArea .blockMain .link a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 736px) {
  #Features .sectMain {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Features .sectMain .contentArea .contentTit {
    padding: 8px 8px 0px;
  }
  #Features .sectMain .contentArea .contentMain {
    width: 100%;
    min-width: auto;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 8px 0;
  }
  #Features .sectMain .contentArea {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Features .sectMain .contentArea .contentTit span {
   font-size: 13px;
   width:  70px;
  }
  #Features .sectMain .contentArea .contentTit p {
   font-size: 13px;
   margin-left: 8px;
  }
  #Features .sectMain .contentArea .contentMain .blockArea {
    width: 47%;
  }
  #Features .sectMain .contentArea .contentMain .blockArea .blockIcon {
    font-size: 16px;
    padding: 16px 2%;
  }
  #Features .sectMain .contentArea .contentMain .blockArea .blockMain .featureTxt {
    font-size: 14px;
    height: calc(18 * 3);
    line-height: 18px;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    line-clamp: 3;
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden;
  }
  #Features .sectMain .contentArea .contentMain .blockArea .blockMain .featureTit {
    font-size: 13px;
  }
}

/* =========================================================
Case
========================================================= */
#Case {
  padding: 100px 0 100px;
}

#Case .sectMain .contentArea .tabMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 20px 20px 0px;
  display: none;
  transition: all 300ms;
}

#Case .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
}
#Case .sectMain .contentArea {
  padding-bottom: 20px;
  width: 1140px;
  border-radius: 10px;
}
#Case .sectMain .tabArea{
  display: flex;
  justify-content: space-around;
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 0 10px;
}
#Case .sectMain .tabArea .tabBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  width: 400px;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  background: var(--base-color);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 8px 16px 2px rgba(110, 110, 110, 0.18);
  transition: all 300ms;
  cursor: pointer;
}
#Case .sectMain .tabArea .tabBtn.active {
  background: var(--base-sub-color);
  color: var(--main-text-color);
}
#Case .sectMain .contentArea .tabMain {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 54px 20px 60px;
  display: none;
  transition: all 300ms;
}
#Case .sectMain .contentArea .tabMain.show {
  display: flex;
}
#Case .sectMain .contentArea .tabMain .tabBlock {
  width: 540px;
  background: var(--base-color);
  border-radius: 10px;
}

#Case .sectMain .contentArea .tabMain .tabBlock:nth-child(1) {
  width: 100%;
  margin-bottom: 16px;
}

#Case .sectMain .contentArea .tabMain .tabBlock .blockTit {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 90px 5px;
  padding: 5px 0;
  color: var(--base-color);
  background: var(--main-color);
  border-radius: 100px;
  line-height: 1.2;
}
#Case .sectMain .contentArea .tabMain .tabBlock .blockMain {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: var(--base-color);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

#Case .sectMain .contentArea .tabMain .tabBlock .blockMain ul {
  list-style: initial;
  margin: 0px 32px;
  color: var(--main-text-color);
}

#Case .sectMain .contentArea .tabMain .tabBlock .blockMain li {
  margin: 0px 40px;
  padding: 1px 0;
  font-weight: bold;
  font-size: 20px;
  color: var(--main-text-color);
}

#Case .sectMain .contentArea .tabMain .tabBlock .blockMain li div a {
  color: var(--main-text-color);
}

#Case .sectMain .contentArea .tabMain .tabBlock .blockMain .txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
#Case .sectMain .contentArea .tabMain .tabBlock .blockMain .icon {
  width: 24px;
  height: 24px;
  margin: auto;
  transform: rotate(90deg);
}
#Case .sectMain .contentArea .tabMain .tabBlock .blockMain .txtB {
  padding-top: 16px;
  font-size: 19px;
  font-weight: bold;
  color: var(--main-text-color);
  text-align: center;
}
#Case .sectMain .contentArea .tabMain .tabBlock .blockMain .link a:hover {
	text-decoration:underline;
}

@media screen and (max-width: 736px) {
  #Case .sectMain {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Case .sectMain .tabArea {
    width: 100%;
    min-width: auto;
    padding: 0 10px !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #Case .sectMain .tabArea .tabBtn {
    width: 48%;
    font-size: 13px;
    height: 55px;
    padding: 0;
    text-align: center;
  }
  #Case .sectMain .contentArea .tabMain {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Case .sectMain .contentArea {
    width: 100%;
    min-width: auto;
    padding: 16px 10px 0;
  }

  #Case .sectMain .contentArea .tabMain {
    flex-direction: column;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock {
    width: 100%;
    margin-bottom: 16px;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock .blockTit {
    margin: 10px;
    padding: 8px 2%;
    font-size: 13px;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock:nth-child(1) .blockMain {
    flex-direction: column;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock .blockMain {
    padding: 0 10px 10px;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock .blockMain .txt {
    font-size: 13px;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock .blockMain .txtB {
    font-size: 13px;
  }
  #Case .sectMain .contentArea .tabMain .tabBlock .blockMain li {
    font-size: 13px;
    margin: 0 16px;
  }
}

/* =========================================================
Function
========================================================= */
#Function {
  margin-bottom: 100px;
}

#Function .sectMain .contentArea .contentTit {
  padding: 20px 20px 0px;
}

#Function .sectMain .contentArea .contentTit span{
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: var(--base-color);
  background: var(--main-color);
  border-radius: 100px;
  line-height: 1.2;
}

#Function .sectMain .contentArea .contentMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 20px 20px 0px;
  display: none;
  transition: all 300ms;
}

#Function .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
}
#Function .sectMain .contentArea {
  padding-bottom: 20px;
  width: 1140px;
  border-radius: 10px;
}
#Function .sectMain .contentArea .contentMain {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#Function .sectMain .contentArea .contentMain .blockArea {
  display: flex;
  border-radius: 10px;
  cursor: pointer;
}
#Function .sectMain .contentArea .contentMain .blockArea:hover {
  filter: brightness(95%);
}
#Function .sectMain .contentArea .contentMain .blockArea:active {
  filter: brightness(90%);
}
#Function .sectMain .contentArea .contentMain .blockArea .blockMain {
  display: flex;
  gap: 16px;
  flex-direction: row;
  width: 355px;
  padding: 16px 3%;
  background: var(--base-color);
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

#Function .sectMain .contentArea .contentMain .blockArea .blockMain img {
  width: 50px;
}
#Function .sectMain .contentArea .contentMain .blockArea .blockMain .blockTit {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: var(--main-text-color);
}
@media screen and (max-width: 736px) {
  #Function .sectMain {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Function .sectMain .contentArea .contentMain {
    width: 100%;
    min-width: auto;
    padding: 10px;
    justify-content: center;
    gap: 8px;
  }
  #Function .sectMain .contentArea {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Function .sectMain .contentArea .contentTit span {
    font-size: 13px;
  }
  #Function .sectMain .contentArea .contentMain .blockArea{
    width: 45%;
  }
  #Function .sectMain .contentArea .contentMain .blockArea .blockMain {
    gap: 2px;
    padding: 8px 3%;
  }
  #Function .sectMain .contentArea .contentMain .blockArea .blockMain img {
    width: 26px;
  }
  #Function .sectMain .contentArea .contentMain .blockArea .blockMain .blockTit {
    font-size: 13px;
  }
}

/* =========================================================
Specs
========================================================= */
#Specs {
  padding: 100px 0 100px;
}

#Specs .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--base-sub-color);
  box-shadow: 6px 6px 6px -3px rgba(0, 0, 0, 0.2);
}

#Specs .sectMain table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  background-color: var(--base-sub-color);
  margin: 20px;
}
#Specs .sectMain table  th, #Specs .sectMain table  td {
  font-size: 16px;
  font-weight: bold;
  border: 5px solid var(--base-sub-color);
  background-color: var(--base-color);
  color: var(--main-text-color);
  border-radius: 10px;
  padding: 1em;
}
#Specs .sectMain table td .annotation{
  font-size: 14px;
  font-weight: normal;
}
#Specs .sectMain table  th {
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 4em;
  background-color: var(--main-color);
  color: var(--base-color);
}

@media screen and (max-width: 736px) {
  #Specs .sectMain {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Specs .sectMain table  th, #Specs .sectMain table  td {
    font-size: 12px;
    padding: 6px;
  }
  #Specs .sectMain table td .annotation{
    font-size: 10px;
  }
}


/* =========================================================
Product
========================================================= */
#Product {
  padding: 100px 0 100px;
}


#Product .sectMain .contentArea .contentMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 26px;
  display: none;
  transition: all 300ms;
}

#Product .sectMain .contentMain .attention{
  width: 100%;
  padding: 64px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#Product .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
}
#Product .sectMain .contentArea {
  width: 1140px;
  border-radius: 10px;
}
#Product .sectMain .contentArea .contentMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#Product .sectMain .contentArea .contentMain .blockArea {
  /* width: 350px; */
  width: 530px;
  border-radius: 10px;
}
#Product .sectMain .contentArea .contentMain .blockArea .blockTit {
  display: flex;
  padding: 16px 0;
  height: 160px;
  text-align: center;
  line-height: 0;
  background: var(--base-color);
  border-radius: 10px 10px 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#Product .sectMain .contentArea .contentMain .blockArea .blockMain {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
  background: var(--base-color);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

#Product .sectMain .contentArea .contentMain .blockArea .blockMain .blockSub {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}

#Product .sectMain .contentArea .contentMain .blockArea .blockMain .blockSub span {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 5px 0;
  color: var(--base-color);
  background: var(--main-color);
  border-radius: 100px;
  line-height: 1.2;
}

#Product .sectMain .contentArea .contentMain .blockArea .blockMain .blockSub p {
  margin: 5px 10px;
  padding: 5px 0;
  line-height: 1.2;
}

#Product .sectMain .contentArea .contentMain .blockArea .blockMain .link{
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}

#Product .sectMain .contentArea .contentMain .blockArea .blockTit img {
  width: 60%;
}
#Product .sectMain .contentArea .contentMain .blockArea .blockMain .txt {
  font-size: 16px;
  margin-bottom: 12px;
  padding-top: 10px;
}
#Product .sectMain .contentArea .contentMain .blockArea .blockMain .productTit {
  font-size: 19px;
  font-weight: bold;
  color: var(--main-text-color);
  text-align: center;
}
#Product .sectMain .contentArea .contentMain .blockArea .blockMain .link a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 736px) {
  #Product .sectMain {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  #Product .sectMain .contentArea .contentMain {
    width: 100%;
    min-width: auto;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 8px;
  }
  #Product .sectMain .contentArea {
    width: 100%;
    min-width: auto;
    padding: 0 8px;
  }
  #Product .sectMain .contentArea .contentMain .blockArea {
    width: 100%;
  }
  #Product .sectMain .contentArea .contentMain .blockArea .blockTit {
    height: 100px;
    font-size: 22px;
    padding: 8px 2%;
  }
  #Product .sectMain .contentArea .contentMain .blockArea .blockMain {
    padding: 8px;
  }
  #Product .sectMain .contentArea .contentMain .blockArea .blockMain .txt {
    font-size: 14px;
    height: calc(18 * 3);
    line-height: 18px;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    line-clamp: 3;
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden;
  }
  #Product .sectMain .contentArea .contentMain .blockArea .blockMain .productTit {
    font-size: 16px;
  }
}

/* =========================================================
Price
========================================================= */
#Price {
  padding-bottom: 70px;
}
#Price .btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#Price .imgBox{
  border-radius: 10px;
}
#Price .sectMain .contentArea {
  display: flex;
  justify-content: space-around;
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 736px) {
  #Price {
    padding: 50px 5% 35px;
  }
  #Price .sectMain .contentArea {
    width: 100%;
    min-width: auto;
    padding: 0 10px !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* =========================================================
News
========================================================= */

#News {
  padding-bottom: 100px;
}
#News .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 736px) {
  #News {
    padding-bottom: 50px;
  }
  #News .sectMain {
    width: 100%;
    min-width: auto;
  }
  #News ul.newsList li:nth-child(-n + 3) {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

/* 新着部分 */
#News ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
  align-items: center;
}

#News ul.newsList li {
  display: block;
  margin: 10px 10px;
}

#News ul.newsList li:nth-child(-n + 3) {
  flex-basis: 130px;
}

#News ul.newsList li:nth-child(2) {
  color: var(--base-color);
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  background-color: var(--main-text-color);
}

#News ul.newsList li:nth-child(3) {
  flex-basis: auto;
}

/* =========================================================
Attention
========================================================= */

#Attention {
  padding-bottom: 100px;
}
#Attention .sectMain {
  width: 1140px;
  min-width: 990px;
  margin: 0 auto;
  padding: 20px 40px;
  color: #888;
  border: 1px solid #e5e5e5;
}
#Attention .sectMain ul {
    list-style: disc !important;
}
@media screen and (max-width: 736px) {
  #Attention {
    padding: 20px;
  }
  #Attention .sectMain {
    width: 100%;
    min-width: auto;
  }
}

/* =========================================================
Modal
========================================================= */

/*モーダル本体の指定 + モーダル外側の背景の指定*/
[class^="modalContainer"]{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
[class^="modalContainer"]:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
[class^="modalContainer"].active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modalBody{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  max-height: 80%;
}
.modalTit{
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin: 16px;
  color: var(--base-color);
  background: var(--main-color);
  border-radius: 100px;
  line-height: 1.2;
}
.modalTxt{
  font-size: 20px;
  width: 55%;
}
.modalTxt2{
  font-size: 20px;
  width: 90%;
  margin-top: 8px;
  text-align: center;
}
.modalImg{
  width: 35%;
}
.modalImg2{
  width: 80%;
  margin: 16px auto;
}
/*モーダルを閉じるボタンの指定*/
.modalClose{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modalContent{
  background: #fff;
  text-align: left;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}
.modalContent .annotation{
  font-size: 14px;
  font-weight: normal;
}
.modalLink {
  cursor: pointer;
}
.modalLink:hover {
	text-decoration:underline !important;
}
@media screen and (max-width: 736px) {
  .modalBody{
    width: 80%;
  }
  .modalContent{
    padding: 8px;
    gap: 8px;
  }
  .modalTit{
    width: 100%;
    margin: 8px;
    font-size: 16px;
  }
  .modalTxt, .modalTxt2{
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .modalImg{
    width: 60%;
    margin: 0%;
  }
  .modalImg2{
    width: 100%;
    margin: 0%;
  }
  .modalContent .annotation{
    font-size: 12px;
  }
}