@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-main__container p, .c5-main__container span, .c5-main__container li {
  font-feature-settings: "palt";
}
.c5-main__container a {
  transition: all 0.3s;
}
.c5-main__container a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-inner {
  max-width: 1230px;
  padding: 0 15px;
}

.c5-bg {
  background-image: linear-gradient(180deg, #f8f0e4 0%, #efce99 8%, #eabf7d 21%, #e1b275 34%, #c98588 53%, #748ba3 83%, #475768 100%);
  padding-bottom: 70px;
}

.c5-hero h1 {
  margin: 0 auto;
}
.c5-hero h1 img {
  display: block;
  margin: 0 auto;
}

.c5-catch {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 10px 40px;
}
.c5-catch__ttl {
  width: 60%;
  margin: 0 auto 5px;
}
.c5-catch__ttl img {
  display: block;
  margin: 0 auto;
}
.c5-catch__box {
  display: flex;
  justify-content: center;
}
.c5-catch__product {
  position: relative;
}
.c5-catch__product:first-child {
  width: 47%;
}
.c5-catch__product:last-child {
  width: 53%;
}
.c5-catch__product::after {
  display: block;
  content: "";
  width: 40px;
  height: 250px;
  position: absolute;
}
.c5-catch__product-txt {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.c5-catch__product-txt p {
  text-align: center;
}
.c5-catch__product-txt p:first-child {
  font-size: 2.9vw;
  line-height: 1.45;
  margin: 0 auto 5px;
}
.c5-catch__product-txt p:first-child::after {
  display: block;
  content: "";
  width: 70%;
  height: 1px;
  background-color: #111;
  margin: 5px auto 0;
}
.c5-catch__product-txt p:last-child {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.57;
  margin: 0 auto;
}
.c5-catch__product-img {
  position: relative;
  z-index: 1;
}
.c5-catch__product-img img {
  display: block;
  margin: 0 auto;
}
.c5-catch__product.c5-left::after {
  background: url("../img/bg_1.png") no-repeat 0 0;
  background-size: contain;
  top: 17%;
  left: 50%;
  transform: translate(-50%, 0);
}
.c5-catch__product.c5-left .c5-catch__product-txt {
  top: 31%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.c5-catch__product.c5-right {
  overflow-x: clip;
}
.c5-catch__product.c5-right::after {
  background: url("../img/bg_5.png") no-repeat 0 0;
  background-size: contain;
  top: 22%;
  left: 59%;
  transform: translateX(-50%);
}
.c5-catch__product.c5-right .c5-catch__product-txt {
  top: 39%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.c5-scene {
  max-width: 1250px;
  margin: 0 auto 20px;
  padding: 0 5px;
}
.c5-scene__ttl {
  width: 80%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
.c5-scene__ttl::after {
  display: block;
  content: "";
  width: 130px;
  height: 130px;
  background: url("../img/bg_2.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-scene__ttl img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.c5-scene__time {
  padding: 0 0 10px;
  position: relative;
}
.c5-scene__time::before {
  display: block;
  content: "";
  width: 5px;
  height: 99%;
  background: linear-gradient(180deg, rgba(248, 240, 228, 0) 0%, #f8f0e4 5%, #f8f0e4 50%, #f8f0e4 95%, #f8f0e4 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c5-scene__time::after {
  display: block;
  content: "";
  width: 25px;
  height: 33px;
  background-color: #f8f0e4;
  clip-path: polygon(50% 33px, 0% 0%, 25px 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.is-show {
  opacity: 1 !important;
  transform: rotate3d(0, 0, 0, 0deg) translateY(0) !important;
}

.c5-scene__time-content {
  width: 43%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  transform: rotate3d(1, 0, 0, 90deg);
}
.c5-scene__time-content-inner {
  width: 95%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px/0 0 10px 10px;
  background-color: #f8f0e4;
}
.c5-scene__time-catch {
  padding: 10px 5px;
  border-radius: 10px;
  position: relative;
  top: 5px;
}
.c5-scene__time-catch.c5-color1 {
  color: #3d736c;
  border: 4px solid #86bbb5;
  background-color: #fff;
}
.c5-scene__time-catch.c5-color2 {
  color: #5572a1;
  border: 4px solid #8faad5;
  background-color: #fff;
}
.c5-scene__time-catch p {
  margin: 0;
  font-size: 3.1vw;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
.c5-scene__time-img {
  margin: 0 auto 10px;
}
.c5-scene__time-img img {
  display: block;
  margin: 0 auto;
}
.c5-scene__time-txt {
  padding: 0 5px 5px;
}
.c5-scene__time-txt-main {
  font-size: 3.7vw;
  line-height: 1.35;
  margin: 0 auto;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
}
.c5-scene__time-txt-note {
  font-size: 2.5vw;
  line-height: 1.42;
  margin: 10px auto 0;
  font-weight: 500;
}

.c5-scene__time-hour {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #f8f0e4;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(200px);
}
.c5-scene__time-hour-wrap {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c5-scene__time-hour p {
  margin: 0;
  font-size: 12px;
  padding: 4px;
  position: relative;
  left: -1px;
}
.c5-scene__time-hour.c5-hour1 p, .c5-scene__time-hour.c5-hour2 p {
  left: 2px;
}
.c5-scene__time-hour.c5-hour1 {
  top: 8%;
}
.c5-scene__time-hour.c5-hour2 {
  top: 25%;
}
.c5-scene__time-hour.c5-lineLong::before, .c5-scene__time-hour.c5-lineLong::after {
  display: block;
  content: "";
  background-color: #f8f0e4;
  position: absolute;
}
.c5-scene__time-hour.c5-hour3 {
  top: 30%;
}
.c5-scene__time-hour.c5-hour3.c5-lineLong::before {
  width: 20px;
  height: 3px;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
}
.c5-scene__time-hour.c5-hour3.c5-lineLong::after {
  width: 3px;
  height: 400px;
  right: -7px;
  bottom: 50%;
}
.c5-scene__time-hour.c5-hour3.c5-lineLong p {
  position: relative;
}
.c5-scene__time-hour.c5-hour3.c5-lineLong p::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f8f0e4;
  position: absolute;
  bottom: 410px;
  left: 35px;
}
.c5-scene__time-hour.c5-hour4 {
  top: 33%;
}
.c5-scene__time-hour.c5-hour5 {
  top: 45%;
}
.c5-scene__time-hour.c5-hour6 {
  top: 49%;
}
.c5-scene__time-hour.c5-hour7 {
  top: 60%;
}
.c5-scene__time-hour.c5-hour7.c5-lineLong p {
  position: relative;
}
.c5-scene__time-hour.c5-hour8 {
  top: 65%;
}
.c5-scene__time-hour.c5-hour9 {
  top: 88%;
}
.c5-scene__time-hour.c5-lineLeft::before, .c5-scene__time-hour.c5-lineRight::before {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f8f0e4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c5-scene__time-hour.c5-lineLeft::before {
  right: 10px;
}
.c5-scene__time-hour.c5-lineRight::before {
  left: 10px;
}

.c5-time1 {
  margin-bottom: 30px;
}

.c5-time2 {
  margin-bottom: 30px;
}

.c5-time3 {
  position: absolute;
  right: 0;
  top: 3%;
}

.c5-time4 {
  position: absolute;
  right: 0;
  top: 24%;
  overflow-x: clip;
}
.c5-time4::before {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/bg_3.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -50%;
  right: -20px;
}

.c5-time5 {
  margin-bottom: 100px;
}

.c5-time6 {
  position: absolute;
  right: 0;
  top: 41%;
}

.c5-time7 {
  position: absolute;
  right: 0;
  top: 59%;
}
.c5-time7::after {
  display: block;
  content: "";
  width: 120px;
  height: 140px;
  background: url("../img/bg_4.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -80%;
  transform: translateX(-50%);
}

.c5-time8 {
  margin-bottom: 30px;
}

.c5-time9 {
  margin-bottom: 30px;
}

.c5-douji {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.c5-douji__img {
  margin: 0 auto;
}
.c5-douji__img img {
  display: block;
  margin: 0 auto;
}
.c5-douji__inner {
  width: 95%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-douji__circle {
  width: 140px;
  height: 140px;
  background-color: #d48e83;
  border-radius: 100%;
  position: absolute;
  top: -20px;
}
.c5-douji__circle p {
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 3vw;
  line-height: 1.43;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-douji__circle p .c5-line {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
}
.c5-douji__circle p .c5-big {
  font-size: 4.8vw;
}
.c5-douji__txt {
  width: 37.8%;
  border: 3px solid #d48e83;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -30px;
  font-weight: 500;
}
.c5-douji__txt p {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 3.2vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.c5-douji__note {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.c5-douji__note p {
  font-size: 2.6vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}

.c5-product__wrap {
  background-color: #475768;
  padding: 0 10px 100px;
}
.c5-product__inner {
  margin-bottom: 65px;
  padding: 20px 10px 40px;
  background-color: #e8e7e9;
  border-radius: 10px;
}
.c5-product__content {
  margin: 0 auto 75px;
}
.c5-product__info {
  margin: 0 auto 30px;
}
.c5-product__ttl {
  margin: 0 auto 20px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.46;
  text-align: center;
  letter-spacing: 0.04em;
}
.c5-product__name-cate {
  font-size: 3.06vw;
  line-height: 1;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 500;
}
.c5-product__name-logo {
  margin: 0 auto 10px;
}
.c5-product__name-logo img {
  display: block;
  margin: 0 auto;
}
.c5-product__name-model {
  font-size: 4.66vw;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.c5-product__name .c5-bt {
  max-width: 148px;
}
.c5-product__btn {
  display: flex;
  justify-content: center;
}
.c5-product__btn a {
  display: block;
  width: 48%;
  font-size: 3.2vw;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #111;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.c5-product__btn a:first-child {
  margin-right: 2%;
}
.c5-product__btn a:last-child {
  margin-left: 2%;
}
.c5-product__btn a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(-45deg) translateY(-50%);
}
.c5-product__btn a:hover {
  border-color: #5e5e5e;
}
.c5-product__spec-box {
  border-radius: 10px;
  padding: 5px;
}
.c5-product__spec-txt {
  margin: 0;
}
.c5-product__spec-txt p {
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.c5-an7 .c5-bt {
  display: block;
  width: 60%;
}
.c5-an7 .c5-product__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c5-an7 .c5-product__img {
  width: 35%;
  margin-right: 2%;
}
.c5-an7 .c5-product__img img {
  display: block;
  margin: 0 auto;
}
.c5-an7 .c5-product__img img.c5-bt {
  margin: 10px 0 0;
}
.c5-an7 .c5-product__name {
  width: 61%;
  margin-left: 2%;
}
.c5-an7 .c5-product__btn {
  width: 100%;
  margin-top: 10px;
}
.c5-an7 .c5-product__spec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
.c5-an7 .c5-product__spec-box {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  background-color: #cbe3e0;
}
.c5-an7 .c5-product__spec-txt.c5-ttl {
  font-size: 3.46vw;
  border-bottom: 1px solid #111;
  padding: 0.8em 0;
}
.c5-an7 .c5-product__spec-txt.c5-ttl.ex {
  padding: 0;
}
.c5-an7 .c5-product__spec-txt.c5-txt {
  font-size: 2.53vw;
  padding: 0.5em 0 0;
}
.c5-an7 .c5-product__spec-txt.c5-txt.ex {
  padding: 0.1em 0 0;
}
.c5-an7 .c5-product__spec-txt.c5-txt.ex p {
  position: static;
}
.c5-an7 .c5-product__spec-txt .c5-middle {
  font-size: 3.46vw;
}
.c5-an7 .c5-product__spec-txt .c5-big {
  font-size: 4.8vw;
}
.c5-an7 .c5-product__spec-txt .c5-txt__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.c5-an7 .c5-product__spec-txt .c5-txt__box .c5-icn {
  display: block;
  width: 15%;
  margin-right: 5px;
}
.c5-an7 .c5-product__spec-txt .c5-txt__box .c5-icn + p {
  width: auto;
  text-align: left;
}
.c5-an7__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 25px;
}
.c5-an7__note span {
  font-weight: bold;
}
.c5-an7__merit {
  max-width: 820px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-an7__merit:last-of-type {
  margin-bottom: 0;
}
.c5-an7__merit-img {
  width: 45%;
}
.c5-an7__merit-img img {
  display: block;
  margin: 0;
}
.c5-an7__merit-txt {
  width: 53%;
  margin-left: 2%;
}
.c5-an7__merit-txt p {
  font-size: 3.46vw;
  margin: 0;
  font-weight: 500;
  line-height: 1.38;
}
.c5-an7__merit-txt p .c5-color {
  font-weight: bold;
  color: #3d736c;
}

.c5-ht .c5-pcBlock {
  margin: 0 auto 30px;
}
.c5-ht .c5-product__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.c5-ht .c5-product__img {
  width: 35%;
  margin-right: 2%;
}
.c5-ht .c5-product__img img {
  display: block;
  margin: 0 auto;
}
.c5-ht .c5-product__name {
  width: 61%;
  margin-left: 2%;
}
.c5-ht .c5-product__power {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.c5-ht .c5-product__power-txt {
  width: 48%;
  margin: 0 2% 0 0;
  padding: 5px 10px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #111;
  border-radius: 5px;
}
.c5-ht .c5-product__power .c5-bt {
  width: 48%;
  margin-left: 2%;
}
.c5-ht .c5-product__spec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c5-ht .c5-product__spec-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #acc6ef;
}
.c5-ht .c5-product__spec-box:first-child {
  margin-bottom: 10px;
}
.c5-ht .c5-product__spec-box.c5-long {
  width: 100%;
}
.c5-ht .c5-product__spec-box.c5-short {
  width: 33%;
  margin-right: 3%;
}
.c5-ht .c5-product__spec-box.c5-middle {
  width: 64%;
}
.c5-ht .c5-product__spec-txt:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #111;
}
.c5-ht .c5-product__spec-txt.c5-ttl p {
  font-size: 3.3vw;
}
.c5-ht .c5-product__spec-txt.c5-ttl p .c5-small {
  font-size: 3vw;
}
.c5-ht .c5-product__spec-txt.c5-ttl p.ex {
  padding: 0.8em 0;
}
.c5-ht .c5-product__spec-txt.c5-txt p {
  font-size: 3vw;
}
.c5-ht .c5-product__spec-txt.c5-txt p .c5-big {
  font-size: 4.4vw;
}

.c5-a9000, .c5-a8000 {
  margin: 0 auto 40px;
}

.c5-a8000 .c5-product__img img {
  max-width: 88%;
}

.c5-a3000 .c5-product__img img {
  max-width: 80%;
}

.c5-a9m2 .c5-product__spec .c5-txt__detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-a9m2 .c5-product__spec .c5-txt__detail:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
}
.c5-a9m2 .c5-product__spec .c5-txt__detail-left {
  margin-right: 8px;
}
.c5-a9m2 .c5-product__spec .c5-kakko {
  line-height: 1.2;
  position: relative;
  padding: 3px 2px;
  border-right: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
}
.c5-a9m2 .c5-product__spec .c5-kakko::before, .c5-a9m2 .c5-product__spec .c5-kakko::after {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c5-a9m2 .c5-product__spec .c5-kakko::before {
  left: -1px;
}
.c5-a9m2 .c5-product__spec .c5-kakko::after {
  right: -1px;
}
.c5-a9m2 .c5-product__spec .c5-middle .c5-ttl {
  width: 40px;
}
.c5-a9m2 .c5-product__spec .c5-middle .c5-txt {
  width: calc(100% - 45px);
}
.c5-a9m2 .c5-lh {
  line-height: 1.2;
}
.c5-a9m2 .c5-product__spec-box.c5-long .c5-ttl p {
  padding: 1em 0;
}
.c5-a9m2 .c5-product__spec-box.c5-middle .c5-ttl p {
  padding: 3.5em 0;
}
.c5-a9m2 .c5-product__spec-box.c5-short {
  display: block;
  margin-right: 0;
  margin-left: 3%;
}
.c5-a9m2 .c5-product__spec-box.c5-short .c5-ttl p {
  padding: 0.8em 0;
}
.c5-a9m2 .c5-product__spec-box.c5-short .c5-txt p {
  padding: 0.8em 0;
}
.c5-a9m2 .c5-product__spec-box.c5-short .c5-ttl {
  border-right: none;
  border-bottom: 1px solid #111;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.c5-sa {
  margin-bottom: 40px;
}
.c5-sa__box {
  margin: 0 auto 45px;
}
.c5-sa__content {
  margin: 0 auto;
}
.c5-sa__content:not(:last-child) {
  margin-bottom: 35px;
}
.c5-sa__pro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
.c5-sa__pro-img {
  width: 50%;
}
.c5-sa__pro-img img {
  display: block;
  width: 45%;
  margin: 0 auto;
}
.c5-sa__pro-img img.ex {
  width: 33%;
}
.c5-sa__pro-name {
  width: 50%;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.c5-sa__pro-name span {
  display: block;
}
.c5-sa__pro-name span:first-child {
  font-size: 3.16vw;
}
.c5-sa__pro-name span:last-child {
  font-size: 4.66vw;
}
.c5-sa__pro-name span.c5-logo {
  width: 90%;
  margin: 10px auto 0;
}

.c5-note {
  margin: 0 auto;
}
.c5-note ul {
  margin: 0;
  padding: 0;
}
.c5-note ul li {
  font-size: 12px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.69;
}
.c5-banner__ttl {
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
  margin: 0 auto 40px;
}
.c5-banner__ttl span {
  padding: 0.5em 3em;
  border: 1px solid #fff;
  border-radius: 10px;
}
.c5-banner__box {
  width: calc(100% + 20px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c5-banner__box li {
  width: calc(50% - 20px);
  margin: 0 20px 30px 0;
  position: relative;
}
.c5-banner__box li:last-child {
  margin-bottom: 0;
}
.c5-banner__box li a {
  display: block;
  transition: all 0.3s;
}
.c5-banner__box li a > img {
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s;
}
.c5-banner__box li a p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
.c5-banner__box li a:hover img {
  opacity: 0.7;
}
@media (min-width: 500px) {
  .c5-catch__product.c5-left::after {
    top: 34%;
  }
  .c5-catch__product.c5-right::after {
    top: 43%;
  }
  .c5-time4 {
    top: 25%;
  }
  .c5-time6 {
    top: 41%;
  }
  .c5-time7 {
    top: 60%;
  }
  .c5-douji__circle {
    width: 36vw;
    height: 36vw;
  }
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-bg {
    padding-bottom: 120px;
  }
  .c5-catch {
    margin-bottom: 50px;
    padding: 40px 10px 0;
  }
  .c5-catch__ttl {
    width: auto;
  }
  .c5-catch__product:first-child {
    width: 39%;
  }
  .c5-catch__product:last-child {
    width: 61%;
  }
  .c5-catch__product::after {
    width: 80px;
    height: 500px;
    top: auto;
  }
  .c5-catch__product-txt p:first-child {
    font-size: 1.8vw;
    margin-bottom: 20px;
  }
  .c5-catch__product-txt p:first-child::after {
    width: 245px;
    margin-top: 20px;
  }
  .c5-catch__product-txt p:last-child {
    font-size: 2.3vw;
  }
  .c5-catch__product.c5-left::after {
    top: 13%;
  }
  .c5-catch__product.c5-left .c5-catch__product-txt {
    top: 29%;
    left: 46%;
  }
  .c5-catch__product.c5-right::after {
    top: 45%;
    left: 73%;
  }
  .c5-catch__product.c5-right .c5-catch__product-txt {
    top: 35%;
    left: 68%;
  }
  .c5-scene {
    margin-bottom: 40px;
  }
  .c5-scene__ttl::after {
    width: 300px;
    height: 300px;
  }
  .c5-scene__ttl {
    width: auto;
    margin-bottom: 60px;
  }
  .c5-scene__time::before {
    width: 10px;
  }
  .c5-scene__time::after {
    width: 53px;
    height: 66px;
    clip-path: polygon(50% 66px, 0% 0%, 53px 0%);
  }
  .c5-scene__time-content-inner {
    width: 100%;
    border-radius: 20px;
  }
  .c5-scene__time-catch {
    position: absolute;
    top: 10%;
    z-index: 1;
  }
  .c5-scene__time-catch.c5-color1 {
    border: none;
    background: none;
  }
  .c5-scene__time-catch.c5-color2 {
    border: none;
    background: none;
  }
  .c5-scene__time-catch p {
    font-size: 2vw;
  }
  .c5-scene__time-img img {
    margin: 0;
  }
  .c5-scene__time-img {
    width: 100%;
    margin: 0;
    position: relative;
    top: -20px;
    margin-bottom: -20px;
  }
  .c5-scene__time-txt {
    padding: 0 10px 10px;
  }
  .c5-scene__time-txt-main {
    font-size: 2.16vw;
    line-height: 1.46;
  }
  .c5-scene__time-txt-note {
    font-size: 1.16vw;
  }
  .c5-scene__time-hour {
    width: 52px;
    height: 52px;
  }
  .c5-scene__time-hour-wrap {
    width: 52px;
  }
  .c5-scene__time-hour p {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .c5-scene__time-hour.c5-hour3.c5-lineLong::before {
    height: 6px;
    right: -13px;
  }
  .c5-scene__time-hour.c5-hour3.c5-lineLong::after {
    width: 6px;
    height: 400px;
    right: -13px;
  }
  .c5-scene__time-hour.c5-hour3.c5-lineLong p::after {
    height: 6px;
    bottom: 418px;
    left: 60px;
  }
  .c5-scene__time-hour.c5-hour7.c5-lineLong::before {
    width: 20px;
    height: 6px;
    top: 50%;
    left: auto;
    right: -13px;
    transform: translateY(-50%);
  }
  .c5-scene__time-hour.c5-hour7.c5-lineLong::after {
    width: 6px;
    height: 300px;
    right: -13px;
    top: 50%;
  }
  .c5-scene__time-hour.c5-hour7.c5-lineLong p::after {
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    background-color: #f8f0e4;
    position: absolute;
    top: 320px;
    left: 60px;
  }
  .c5-scene__time-hour.c5-lineLeft::before, .c5-scene__time-hour.c5-lineRight::before {
    width: 120px;
    height: 6px;
  }
  .c5-time3 .c5-scene__time-img img,
  .c5-time4 .c5-scene__time-img img,
  .c5-time6 .c5-scene__time-img img,
  .c5-time7 .c5-scene__time-img img {
    margin-left: auto;
  }
  .c5-time1 {
    margin-bottom: 80px;
  }
  .c5-time1 .c5-scene__time-catch {
    top: 0;
  }
  .c5-time1 .c5-scene__time-img {
    left: -25px;
  }
  .c5-time2 {
    margin-bottom: 80px;
  }
  .c5-time2 .c5-scene__time-catch {
    top: 0;
  }
  .c5-time2 .c5-scene__time-img {
    left: -25px;
  }
  .c5-time3::before {
    display: block;
    content: "";
    width: 250px;
    height: 250px;
    background: url("../img/bg_3.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: -50%;
    right: 0;
  }
  .c5-time3 .c5-scene__time-catch {
    top: 0;
    right: 6%;
  }
  .c5-time3 .c5-scene__time-img {
    right: -25px;
  }
  .c5-time4 {
    overflow-x: visible;
  }
  .c5-time4 .c5-scene__time-catch {
    top: 0;
    right: 7%;
  }
  .c5-time4 .c5-scene__time-img {
    right: -25px;
  }
  .c5-time4::before {
    display: none;
  }
  .c5-time5 {
    margin-bottom: 80px;
  }
  .c5-time5 .c5-scene__time-catch {
    top: 0;
  }
  .c5-time5 .c5-scene__time-img {
    left: -25px;
  }
  .c5-time6 {
    top: 45%;
  }
  .c5-time6 .c5-scene__time-catch {
    top: 0;
    right: 7%;
  }
  .c5-time6 .c5-scene__time-img {
    right: -25px;
  }
  .c5-time7::after {
    width: 180px;
    height: 200px;
  }
  .c5-time7 {
    top: 67%;
  }
  .c5-time7 .c5-scene__time-catch {
    top: 0;
    right: 7%;
  }
  .c5-time7 .c5-scene__time-img {
    right: -25px;
  }
  .c5-time8 {
    margin-bottom: 80px;
  }
  .c5-time8 .c5-scene__time-catch {
    top: 0;
  }
  .c5-time8 .c5-scene__time-img {
    left: -25px;
  }
  .c5-time9 {
    margin-bottom: 50px;
  }
  .c5-time9 .c5-scene__time-catch {
    top: 0;
  }
  .c5-time9 .c5-scene__time-img {
    left: -25px;
  }
  .c5-douji__circle {
    top: auto;
    bottom: 15%;
  }
  .c5-douji__circle p {
    font-size: 3.25vw;
  }
  .c5-douji__circle p .c5-big {
    font-size: 5.08vw;
  }
  .c5-douji__txt p {
    font-size: 2.9vw;
  }
  .c5-douji__note {
    width: 60%;
  }
  .c5-douji__note p {
    font-size: 14px;
  }
  .c5-product__inner {
    max-width: 1200px;
    margin: 0 auto 120px;
    padding: 60px 15px 100px;
    border-radius: 20px;
  }
  .c5-product__content {
    margin-bottom: 110px;
  }
  .c5-product__info {
    margin-bottom: 40px;
  }
  .c5-product__ttl {
    font-size: 2.5vw;
    margin-bottom: 40px;
  }
  .c5-product__name-cate {
    font-size: 1.33vw;
    margin-bottom: 15px;
  }
  .c5-product__name-logo {
    margin-bottom: 15px;
  }
  .c5-product__name-model {
    font-size: 2.33vw;
  }
  .c5-product__btn {
    display: block;
  }
  .c5-product__btn a {
    width: 275px;
    font-size: 1.33vw;
    border-radius: 10px;
    border-width: 2px;
  }
  .c5-product__btn a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c5-product__btn a:last-child {
    margin-left: 0;
  }
  .c5-product__btn a::after {
    width: 11px;
    height: 11px;
    right: 25px;
    border-width: 2px;
  }
  .c5-product__spec-box {
    border-radius: 20px;
    padding: 10px;
  }
  .c5-an7 .c5-bt {
    width: 148px;
  }
  .c5-an7 .c5-product__info {
    max-width: 550px;
    margin: 0 auto 40px;
  }
  .c5-an7 .c5-product__img {
    width: 260px;
    margin-right: 0;
  }
  .c5-an7 .c5-product__img img.c5-bt {
    margin-top: 20px;
  }
  .c5-an7 .c5-product__name {
    width: 280px;
    margin-left: 10px;
  }
  .c5-an7 .c5-product__btn {
    margin-top: 20px;
  }
  .c5-an7 .c5-product__btn a {
    margin-left: auto;
    margin-right: auto;
  }
  .c5-an7 .c5-product__spec {
    width: calc(100% + 14px);
    margin-bottom: 15px;
  }
  .c5-an7 .c5-product__spec-box {
    width: calc(25% - 14px);
    margin: 0 14px 0 0;
  }
  .c5-an7 .c5-product__spec-txt.c5-ttl {
    font-size: 1.66vw;
  }
  .c5-an7 .c5-product__spec-txt.c5-txt {
    font-size: 1.25vw;
  }
  .c5-an7 .c5-product__spec-txt.c5-txt p {
    position: relative;
    top: 15px;
  }
  .c5-an7 .c5-product__spec-txt .c5-middle {
    font-size: 1.66vw;
  }
  .c5-an7 .c5-product__spec-txt .c5-big {
    font-size: 2.33vw;
  }
  .c5-an7 .c5-product__spec-txt .c5-txt__box .c5-icn {
    width: 40px;
  }
  .c5-an7__note {
    font-size: 16px;
    text-align: center;
    margin-bottom: 65px;
  }
  .c5-an7__merit {
    margin-bottom: 40px;
  }
  .c5-an7__merit-img {
    width: 351px;
  }
  .c5-an7__merit-txt {
    width: calc(100% - 351px - 40px);
    margin-left: 40px;
  }
  .c5-an7__merit-txt p {
    font-size: 2.5vw;
  }
  .c5-ht .c5-pcBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }
  .c5-ht .c5-product__info {
    display: block;
    width: 49%;
    margin-bottom: 0;
  }
  .c5-ht .c5-product__btn {
    width: 49%;
  }
  .c5-ht .c5-product__img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .c5-ht .c5-product__name {
    width: 100%;
    margin-left: 0;
  }
  .c5-ht .c5-product__name-logo {
    max-width: 263px;
  }
  .c5-ht .c5-product__power {
    margin-top: 15px;
  }
  .c5-ht .c5-product__power-txt {
    font-size: 2.5vw;
  }
  .c5-ht .c5-product__spec-box {
    border-radius: 10px;
  }
  .c5-ht .c5-product__spec-txt:first-child {
    margin-right: 15px;
    padding-right: 15px;
  }
  .c5-ht .c5-product__spec-txt.c5-ttl p {
    font-size: 1.33vw;
  }
  .c5-ht .c5-product__spec-txt.c5-ttl p .c5-small {
    font-size: 1.3vw;
  }
  .c5-ht .c5-product__spec-txt.c5-txt p {
    font-size: 1.3vw;
  }
  .c5-ht .c5-product__spec-txt.c5-txt p .c5-big {
    font-size: 2.33vw;
  }
  .c5-ht .c5-product__spec-txt.c5-txt p .c5-middle {
    font-size: 1.66vw;
  }
  .c5-a9000, .c5-a8000 {
    margin-bottom: 80px;
  }
  .c5-a8000 .c5-product__img img {
    max-width: 100%;
  }
  .c5-a3000 .c5-product__img img {
    max-width: 100%;
  }
  .c5-a9m2 .c5-product__spec .c5-kakko::before, .c5-a9m2 .c5-product__spec .c5-kakko::after {
    width: 8px;
  }
  .c5-sa__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .c5-sa__content {
    width: 48%;
    margin: 0 1%;
  }
  .c5-sa__content:nth-child(-n+2) {
    margin-bottom: 90px;
  }
  .c5-sa__content .c5-product__btn a {
    margin: 0 auto;
  }
  .c5-sa__content .c5-product__btn a:first-child {
    margin-bottom: 20px;
  }
  .c5-sa__pro {
    flex-direction: column;
  }
  .c5-sa__pro-img {
    width: 40%;
  }
  .c5-sa__pro-img img {
    width: auto;
  }
  .c5-sa__pro-img img.ex {
    width: auto;
  }
  .c5-sa__pro-name {
    width: auto;
    margin-top: 10px;
  }
  .c5-sa__pro-name span:first-child {
    font-size: 1.33vw;
  }
  .c5-sa__pro-name span:last-child {
    font-size: 2.33vw;
  }
  .c5-sa__pro-name span.c5-logo {
    width: 100%;
  }
  .c5-note ul li {
    font-size: 15px;
    line-height: 1.33;
  }
  .c5-banner__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-banner__ttl {
    font-size: 35px;
    margin-bottom: 70px;
  }
  .c5-banner__ttl span {
    padding: 0.4em 2em;
  }
  .c5-banner__box {
    width: calc(100% + 70px);
  }
  .c5-banner__box li {
    width: calc(33.333% - 70px);
    margin: 0 70px 70px 0;
  }
  .c5-banner__box li a > img {
    margin-bottom: 15px;
  }
  .c5-banner__box li a p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 1200px) {
  .c5-inner {
    padding: 0;
  }
  .c5-hero {
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(248, 240, 228) 100%);
  }
  .c5-catch {
    margin-bottom: 0;
  }
  .c5-catch__ttl {
    margin-bottom: -80px;
  }
  .c5-catch__product-txt p:first-child {
    font-size: 22px;
  }
  .c5-catch__product-txt p:last-child {
    font-size: 28px;
  }
  .c5-catch__product.c5-left::after {
    top: 31%;
    left: 37%;
  }
  .c5-catch__product.c5-left .c5-catch__product-txt {
    left: 39%;
  }
  .c5-catch__product.c5-left .c5-catch__product-img img {
    margin-left: 0;
  }
  .c5-catch__product.c5-right .c5-catch__product-txt {
    left: 73.5%;
  }
  .c5-catch__product.c5-right {
    position: relative;
    left: 20px;
  }
  .c5-catch__product.c5-right .c5-catch__product-img img {
    margin-right: 0;
  }
  .c5-scene__ttl::after {
    width: 439px;
    height: 439px;
  }
  .c5-scene__time-catch p {
    font-size: 24px;
  }
  .c5-scene__time-txt-main {
    font-size: 26px;
  }
  .c5-scene__time-txt-note {
    font-size: 14px;
  }
  .c5-scene__time-hour.c5-hour2 {
    top: 22%;
  }
  .c5-scene__time-hour.c5-hour3.c5-lineLong::before {
    width: 30px;
    right: -30px;
  }
  .c5-scene__time-hour.c5-hour3.c5-lineLong::after {
    right: -30px;
  }
  .c5-scene__time-hour.c5-hour3.c5-lineLong p::after {
    left: 77px;
  }
  .c5-scene__time-hour.c5-hour4 {
    top: 38%;
  }
  .c5-scene__time-hour.c5-hour6 {
    top: 53%;
  }
  .c5-scene__time-hour.c5-hour7 {
    top: 64%;
  }
  .c5-scene__time-hour.c5-hour7.c5-lineLong::before {
    width: 30px;
    right: -30px;
  }
  .c5-scene__time-hour.c5-hour7.c5-lineLong::after {
    right: -30px;
  }
  .c5-scene__time-hour.c5-hour7.c5-lineLong p::after {
    left: 77px;
  }
  .c5-scene__time-hour.c5-hour8 {
    top: 75%;
  }
  .c5-time1 .c5-scene__time-catch {
    top: 1%;
    left: 3%;
  }
  .c5-time2 .c5-scene__time-catch {
    top: 1%;
    left: 0;
  }
  .c5-time3 {
    top: 12%;
  }
  .c5-time3::before {
    width: 420px;
    height: 420px;
    top: -90%;
    right: 40px;
  }
  .c5-time3 .c5-scene__time-catch {
    top: 4%;
    right: 17%;
  }
  .c5-time4 {
    top: 31%;
  }
  .c5-time4 .c5-scene__time-catch {
    top: 1%;
    right: 7%;
  }
  .c5-time5 .c5-scene__time-catch {
    top: 1%;
    left: 3%;
  }
  .c5-time6 {
    top: 51%;
  }
  .c5-time6 .c5-scene__time-catch {
    top: 0;
    right: 7%;
  }
  .c5-time7::after {
    width: 236px;
    height: 280px;
  }
  .c5-time7 {
    top: 72%;
  }
  .c5-time7 .c5-scene__time-catch {
    top: 5%;
    right: 11%;
  }
  .c5-time8 .c5-scene__time-catch {
    top: 1%;
    left: 6%;
  }
  .c5-time9 .c5-scene__time-catch {
    top: 4%;
    left: 6%;
  }
  .c5-douji__inner {
    width: 99%;
  }
  .c5-douji__circle {
    width: 460px;
    height: 460px;
    bottom: 80px;
    left: -5px;
  }
  .c5-douji__circle p {
    font-size: 39px;
  }
  .c5-douji__circle p .c5-big {
    font-size: 61px;
  }
  .c5-douji__txt {
    width: 460px;
    bottom: -27px;
    right: 100px;
    border-width: 8px;
    border-radius: 20px;
  }
  .c5-douji__txt p {
    padding: 40px 0;
    font-size: 35px;
  }
  .c5-douji__note {
    left: 40px;
    bottom: 20px;
  }
  .c5-product__inner {
    padding: 60px 70px 100px;
  }
  .c5-product__ttl {
    font-size: 30px;
  }
  .c5-product__name-cate {
    font-size: 16px;
  }
  .c5-product__name-model {
    font-size: 28px;
  }
  .c5-product__name .c5-bt {
    width: auto;
  }
  .c5-product__btn a {
    font-size: 16px;
    padding: 17px 30px;
  }
  .c5-product__spec-box {
    margin-bottom: 10px;
  }
  .c5-an7 .c5-product__info {
    margin-bottom: 0;
  }
  .c5-an7 .c5-product__img {
    position: relative;
    top: 60px;
  }
  .c5-an7 .c5-product__btn {
    margin-top: 0;
    position: relative;
    top: -50px;
  }
  .c5-an7 .c5-product__btn a {
    margin-right: 0;
  }
  .c5-an7 .c5-product__spec-txt.c5-ttl {
    font-size: 20px;
  }
  .c5-an7 .c5-product__spec-txt.c5-txt {
    font-size: 15px;
  }
  .c5-an7 .c5-product__spec-txt.c5-txt p {
    top: 5px;
  }
  .c5-an7 .c5-product__spec-txt .c5-middle {
    font-size: 20px;
  }
  .c5-an7 .c5-product__spec-txt .c5-big {
    font-size: 28px;
  }
  .c5-an7__merit-txt p {
    font-size: 30px;
  }
  .c5-ht .c5-product__info {
    width: 30%;
    margin: 0 50px 0 0;
  }
  .c5-ht .c5-product__btn {
    width: 26.2%;
  }
  .c5-ht .c5-product__power-txt {
    width: 135px;
    font-size: 30px;
  }
  .c5-ht .c5-product__power-txt sup {
    font-size: 0.5em;
    position: relative;
    top: -15px;
  }
  .c5-ht .c5-product__spec-box.c5-long {
    width: 484px;
    margin-right: 15px;
  }
  .c5-ht .c5-product__spec-box.c5-short {
    width: 198px;
    margin-right: 15px;
  }
  .c5-ht .c5-product__spec-box.c5-middle {
    width: 337px;
  }
  .c5-ht .c5-product__spec-txt.c5-ttl p {
    font-size: 16px;
  }
  .c5-ht .c5-product__spec-txt.c5-ttl p .c5-small {
    font-size: 15px;
  }
  .c5-ht .c5-product__spec-txt.c5-txt p {
    font-size: 15px;
  }
  .c5-ht .c5-product__spec-txt.c5-txt p .c5-big {
    font-size: 28px;
  }
  .c5-ht .c5-product__spec-txt.c5-txt p .c5-middle {
    font-size: 20px;
  }
  .c5-a9m2 .c5-product__spec-box .c5-ttl {
    margin-right: 5px;
    padding-right: 5px;
  }
  .c5-a9m2 .c5-product__spec-box.c5-long .c5-ttl p {
    padding: 2.2em 0;
  }
  .c5-a9m2 .c5-product__spec-box.c5-long {
    width: 479px;
    margin-right: 15px;
  }
  .c5-a9m2 .c5-product__spec-box.c5-middle .c5-ttl p {
    padding: 3.8em 0;
  }
  .c5-a9m2 .c5-product__spec-box.c5-middle {
    width: 320px;
    margin-right: 15px;
  }
  .c5-a9m2 .c5-product__spec-box.c5-short .c5-ttl p {
    padding: 3.4em 0;
  }
  .c5-a9m2 .c5-product__spec-box.c5-short {
    width: 213px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-a9m2 .c5-product__spec-box.c5-short .c5-ttl {
    margin-right: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #111;
  }
  .c5-sa {
    margin-bottom: 0;
  }
  .c5-sa__content {
    width: 40%;
  }
  .c5-sa__content:nth-child(n+3) {
    width: 31%;
    margin-bottom: 50px;
  }
  .c5-sa__pro-name span:first-child {
    font-size: 16px;
  }
  .c5-sa__pro-name span:last-child {
    font-size: 28px;
  }
  .c5-banner__box li {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */