@charset "UTF-8";
/*ーーーーーーーーーー
common
ーーーーーーーーーーー*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 2000px;
  background: #e6e6e6;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
p {
  font-size: clamp(10px,3.3vw,22px);
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
.small {
  font-size: clamp(6px,2vw,12px);
}
.br_769 {
  display: none;
}
.hero {
  width: 100%;
  position: relative;
  padding-top: clamp(70px,23.3vw,120px);
}
.hero figure {
  width: 98%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.hero_copy {
  text-align: center;
  margin: 20px auto;
}
.hero_copy .copy {
  font-size: clamp(18px,6vw,36px);
}
.hero_copy h2 {
  font-size: clamp(16px,5.3vw,32px);
  margin: 2% 0 0.5%;
}
.hero_copy p {
  text-align: center;
  margin: 20px 0;
}
.hero_copy p.model_number {
  font-size: clamp(14px,4.6vw,20px);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.youtube {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.feature_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas:
    "item_01 item_02 item_04 item_04 item_06 item_07 item_07"
    "item_03 item_03 item_04 item_04 item_08 item_09 item_10"
    "item_03 item_03 item_05 item_05 item_08 item_11 item_11";
  gap: clamp(3px,1vw,8px);
  width: 98%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0;
  list-style: none;
}
.feature_item {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
}
.feature_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_item_01 {
  grid-area: item_01;
}
.feature_item_02 {
  grid-area: item_02;
}
.feature_item_03 {
  grid-area: item_03;
}
.feature_item_04 {
  grid-area: item_04;
}
.feature_item_05 {
  grid-area: item_05;
}
.feature_item_06 {
  grid-area: item_06;
}
.feature_item_07 {
  grid-area: item_07;
}
.feature_item_08 {
  grid-area: item_08;
}
.feature_item_09 {
  grid-area: item_09;
}
.feature_item_10 {
  grid-area: item_10;
}
.feature_item_11 {
  grid-area: item_11;
}

.content_A {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}
.content_A h2 {
  text-align: center;
  font-size: clamp(15px,5vw,24px);
  margin: 0 auto 10px;
}
.content_A p {
  text-align: center;
}
ul.list_A {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(3px, 1vw, 8px);
  margin: 20px auto;
}
ul.list_A figure {
  margin: 0;
}

#use,#feature,#spec {
  margin: 50px auto;
}

.midashi h2 {
  font-size: clamp(15px,5vw,24px);
  margin: 1% auto 0;
  text-align: center;
}
.midashi p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 10vw, 60px);
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  opacity: 0.5;
}

.content_B {
  width: 90%;
  max-width: 1000px;
  background: #ffffff;
  margin: 20px auto;
  padding: clamp(20px,6.6vw,50px);
}
.content_B h3 {
  text-align: center;
  font-size: clamp(15px,5vw,28px);
  line-height: 1.4;
  margin: 0;
}
.content_B p {
  text-align: left;
}
.content_B p.small {
  margin: 10px 0 0;
}

.content_B figure {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.content_C {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(5px,1.6vw,40px);
  width: 90%;
  max-width: 900px;
  margin: 20px auto;
}
.content_C .content_C_item {
  width: calc((100% - clamp(5px,1.6vw,40px)) / 2);
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 20px;
  padding: clamp(6px,2vw,20px);
}
.content_C .content_C_item figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.content_C .content_C_item h3 {
  line-height: 1.6;
  font-size: clamp(11px,3.6vw,24px);
  text-align: center;
  margin: 3% auto 0;
}
.content_C .content_C_item p {
  margin: 1% auto 0;
}
.content_D {
  width: 98%;
  max-width: 1000px;
  margin: 5% auto;
}
.content_D h3 {
  background: #666666;
  font-size: clamp(15px,5vw,24px);
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
.content_D p {
  margin: 1% auto;
  font-size: clamp(8px, 2.6vw, 14px);
  padding: 0 1em; 
}
.spec_table_wrap {
  width: 90%;
  max-width: 1000px;
  margin: 2% auto 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.spec_table_wrap .date {
  text-align: right;
  font-size: clamp(6px,2vw,12px);
  margin: 0 1em 1em;
}
.spec_table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}
.spec_table th,.spec_table td {
  border: 1px solid #ffffff;
  padding: 7px 10px;
  color: #222222;
  font-size: clamp(8px,2.6vw,14px);
  line-height: 1.35;
  vertical-align: middle;
}
.spec_table thead th {
  background: #666666;
  color: #ffffff;
  font-size: clamp(8px,2.6vw,14px);
  font-weight: 700;
  text-align: center;
}
.spec_table thead th:first-child {
  width: 15%;
}
.spec_table tbody th {
  background: #e3e3e3;
  font-weight: 400;
  text-align: center;
}
.spec_table tbody td {
  background: #e3e3e3;
  text-align: center;
}
.spec_table tbody tr:nth-child(even) th {
  background: #f5f5f5;
}
.spec_table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.cta {
  box-sizing: border-box;
  width: 90%;
  max-width: 500px;
  margin: 50px auto;
  padding: 20px clamp(5px,1.6vw,20px);
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.cta h3 {
  margin: 0;
  padding: 0 0 0.3em;
  font-size: clamp(9px,3vw,16px);
  text-align: center;
}
ul.btn_buy {
  display: flex;
  justify-content: center;
  gap: 0 1%;
  width: 100%;
  margin: 5px auto 0;
  padding: 0;
  list-style: none;
}
ul.btn_buy li {
  width: 33%;
}
ul.btn_buy li a {
  display: block;
  transition: opacity 0.3s ease;
}
ul.btn_buy li a:hover {
  opacity: 0.7;
}
ul.btn_buy li img {
  display: block;
  width: 100%;
  height: auto;
}
.manual_btn_list {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 90%;
  max-width: 900px;
  margin: 20px auto;
}
.manual_btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 350px;
  padding: 1.5em 1em;
  background: #777777;
  color: #ffffff;
  font-size: clamp(8px,2.6vw,14px);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
.manual_btn:visited {
  color: #ffffff;
}
.manual_btn:hover {
  color: #ffffff;
  opacity: 0.7;
}
.manual_btn i {
  padding-right: 0.4em;
}
@media screen and (max-width: 769px) {
  .br_769 {
    display: block;
  }
  .manual_btn_list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 30px auto;
  }
}
