@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald&display=swap");
.c5-oswald {
  font-family: "Oswald", sans-serif;
}

.c5-container {
  font-family: "Noto Sans JP", sans-serif;
  margin: 20px auto 0;
  background-color: #eceef0;
  overflow-x: hidden;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-container img {
  display: block;
  max-width: 100%;
}
.c5-container ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}
.c5-hero {
  padding: 0 8px;
  border: 4px solid #ffe300;
  border-top: none;
  border-bottom: none;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.c5-hero__wrap {
  padding: 0 10px;
}
.c5-hero__inner {
  margin: 0 auto 40px;
}
.c5-hero__inner h1 {
  margin: 0 auto 20px;
  padding-top: 20px;
}
.c5-hero__inner h1 img {
  display: block;
  margin: 0 auto;
}
.c5-hero__inner-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.c5-hero__inner-link a, .c5-hero__inner-link img {
  display: block;
  margin: 0 auto;
}
.c5-hero__inner-link.c5-linkTop {
  margin-bottom: 20px;
}
.c5-hero__inner-link.c5-linkTop a.c5-toppro1 {
  width: 50%;
  margin-right: 2%;
}
.c5-hero__inner-link.c5-linkTop a.c5-toppro2 {
  width: 48%;
}
.c5-hero__inner-link.c5-linkBottom a.c5-toppro4 {
  width: 34%;
  margin-right: 8%;
}
.c5-hero__inner-link.c5-linkBottom a.c5-toppro5 {
  width: 40%;
}
.c5-hero__inner-link.c5-linkBottom .sp {
  width: 52%;
  margin-right: 8%;
}
.c5-hero__inner-link a {
  transition: all 0.3s;
}
.c5-hero__inner-link a:hover {
  opacity: 0.6;
}
.c5-hero__catch h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 auto 20px;
}
.c5-hero__catch-inner {
  position: relative;
  padding: 78% 0;
}
.c5-hero__catch-inner img {
  position: absolute;
  width: 56%;
  margin: 0 auto;
}
.c5-hero__catch-inner img:first-child {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c5-hero__catch-inner img:nth-child(2) {
  top: 24%;
  right: 0;
  z-index: 2;
}
.c5-hero__catch-inner img:nth-child(3) {
  top: 40%;
  left: 0;
  z-index: 0;
}
.c5-hero__catch-inner img:last-child {
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c5-hero__arrow {
  display: none !important;
}
.c5-top__wrap {
  margin: 0 auto 30px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.c5-top h3 {
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  letter-spacing: 2px;
  background: url("../img/bg_hero_pc.png") no-repeat center top #fff;
  background-size: 100% 70%;
}
.c5-top h3 span {
  font-size: 30px;
}
.c5-top__box {
  background-color: #fff;
}
.c5-top__box-inner {
  width: 100%;
  padding: 0 10px;
}
.c5-top__box-inner:first-child {
  margin-bottom: 50px;
}
.c5-top__box-inner:last-child {
  margin-bottom: 0;
}
.c5-top__box-ttl {
  margin: 0 auto 5px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-feature-settings: "palt" 1;
}
.c5-top__box-ttl .c5-small {
  font-size: 16px;
}
.c5-top__box-ttl .c5-band {
  font-size: 24px;
  background-color: #ffe300;
  padding: 0 3px;
}
.c5-top__box-ttl .c5-band.ex {
  padding-right: 0;
}
.c5-top__box-ttl .c5-band.c5-fs {
  font-size: 23px;
}
.c5-top__box-ttl .c5-band.c5-ib {
  display: inline-block;
}
.c5-top__box-txt {
  font-size: 13px;
  margin: 0 auto 10px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}
.c5-top__pro-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c5-top__pro-wrap.c5-center {
  justify-content: center;
}
.c5-top__pro {
  width: 46%;
}
.c5-top__pro p {
  line-height: 1.6;
  margin: 0 auto 10px;
  text-align: center;
}
.c5-top__pro p span {
  display: block;
}
.c5-top__pro p span:first-child {
  font-size: 11px;
}
.c5-top__pro p span:last-child {
  font-size: 16px;
}
.c5-top__pro img {
  margin: 0 auto 10px;
}
.c5-top__pro .c5-pro1 {
  width: 90%;
}
.c5-top__pro .c5-pro2 {
  width: 90%;
}
.c5-top__pro .c5-pro3 {
  width: 90%;
}
.c5-top__pro .c5-pro4 {
  width: 60%;
}
.c5-top__pro .c5-pro6 {
  width: 76%;
  margin-bottom: 0;
}
.c5-top__note {
  font-size: 11px;
  margin-bottom: 40px;
  padding: 0 10px;
}
.c5-top .c5-bg-arrow {
  margin: 0 0 -70px 0;
  padding: 10px 0 100px;
  background: url("../img/bg-arrow.png") no-repeat bottom center #eceef0;
  background-size: cover;
}
.c5-phil__ttl img {
  display: block;
  width: 15%;
  margin: 0 auto 10px;
}
.c5-phil__ttl p {
  margin: 0 auto 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.c5-phil__grid {
  display: grid;
  grid-template-rows: max-content max-content;
  grid-template-columns: 50% 1fr;
}
.c5-phil__grid-1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.c5-phil__grid-1 img {
  width: 80%;
  margin: 0 auto;
}
.c5-phil__grid-2 {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
}
.c5-phil__grid-2 p {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.c5-phil__grid-2 img {
  display: block;
  width: 70%;
}
.c5-phil__grid-3 {
  grid-row: 2/3;
  grid-column: 1/3;
}
.c5-phil__grid-3 p {
  font-size: 13px;
  line-height: 1.52;
}
.c5-phil__grid-3 a {
  width: 152px;
  margin: 0 auto;
}
.c5-button {
  display: block;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 13px 16px;
  position: relative;
  transition: all 0.3s;
}
.c5-button:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.c5-arrow1 {
  width: 100%;
  margin: 0 auto;
  padding-left: 14px;
}
.c5-arrow1::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 40%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
}

.c5-arrow2::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 12px;
  top: 48.1%;
  transform: translateY(-50%) rotate(30deg);
}
.c5-arrow2::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 13px;
  top: 57%;
  transform: translateY(-50%);
}

.c5-arrowcol1 {
  background-color: #1f78c3;
}

.c5-arrowcol2 {
  background-color: #fd933e;
}

.c5-arrowcol3 {
  background-color: #5a5d5e;
}
.c5-content__wrap {
  margin: 0 auto 30px;
  padding: 30px 20px;
  background-color: #fff;
}
.c5-content__wrap.ex {
  padding-left: 0;
  padding-right: 0;
}

.c5-content__product {
  margin: 0 auto 30px;
}
.c5-content__product-img {
  text-align: center;
}
.c5-content__product-img img {
  width: 45%;
  margin: 0 auto 15px;
}
.c5-content__product-img p {
  display: inline-block;
  margin: 0 auto 20px;
}
.c5-content__product-img p span {
  display: block;
  margin: 0;
  text-align: center;
}
.c5-content__product-img p span:first-child {
  font-size: 11px;
}
.c5-content__product-img p span:last-child {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.c5-content__product-img .c5-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.c5-content__product-img .c5-flex img {
  margin: 0;
}
.c5-content__product-img .c5-flex img.c5-left {
  width: 55%;
  margin-right: 15px;
}
.c5-content__product-img .c5-flex img.c5-right {
  width: 35%;
  position: relative;
  top: 20px;
}
.c5-content__product-btn {
  display: flex;
  justify-content: center;
}
.c5-content__product-btn a {
  width: 48%;
  max-width: 152px;
}
.c5-content__product-btn a:first-child {
  margin-right: 10px;
}
.c5-content__product-btn a:last-child {
  margin-left: 10px;
}
.c5-content__block {
  margin: 0 auto 50px;
}
.c5-content__block-ttl {
  margin: 0 auto 15px;
  padding: 20px 0;
  background: url("../img/bg_hex.png") no-repeat left center;
  background-size: contain;
  letter-spacing: 2px;
}
.c5-content__block-ttl.ex {
  padding: 5px 0;
}
.c5-content__block-ttl p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.c5-content__block-ttl sup {
  font-size: 11px;
  top: -10px;
}
.c5-content__block-txt {
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.61;
}
.c5-content__block img {
  width: 80%;
  margin: 0 auto;
}
.c5-content__block .c5-button {
  max-width: 152px;
  margin: 10px 0 0 auto;
}
.c5-content__note {
  margin: 0 auto;
  padding: 0;
}
.c5-content__note li {
  font-size: 11px;
  line-height: 1.54;
}

.c5-sec3 .c5-content__product,
.c5-sec3 .c5-content__inner,
.c5-sec3 .c5-content__note {
  padding-right: 20px;
  padding-left: 20px;
}
.c5-sec3__banner {
  margin: 80px auto 20px;
  background-color: #f8f8f8;
}
.c5-sec3__banner-inner {
  padding: 15px 20px;
  position: relative;
}
.c5-sec3__banner-txt {
  border-left: 7px solid #ffe300;
  margin-bottom: 20px;
}
.c5-sec3__banner-txt p {
  margin: 0 auto;
  padding-left: 12px;
}
.c5-sec3__banner-txt p:first-child {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-sec3__banner-txt p:nth-child(2) {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.c5-sec3__banner-txt p:last-child {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
}
.c5-sec3__banner img {
  display: block;
  width: 25%;
  max-width: 128px;
  position: absolute;
  right: 30px;
  top: -25px;
}

.c5-sec6 .c5-content__product,
.c5-sec6 .c5-content__inner,
.c5-sec6 .c5-content__note {
  padding-right: 20px;
  padding-left: 20px;
}
.c5-sec6 .c5-content__product-img img {
  margin-bottom: 0;
}
.c5-sec6 .c5-ex-pro6 {
  width: 30%;
  max-width: 128px;
  right: 20px;
  top: -35px;
}

.c5-sec4 .c5-content__block.ex .c5-pos {
  width: 40%;
}
.c5-banner {
  padding: 0 0 60px;
}
.c5-banner a {
  max-width: 750px;
  transition: all 0.3s;
}
.c5-banner a:hover {
  opacity: 0.7;
}
.c5-banner a, .c5-banner img {
  display: block;
  margin: 0 auto;
}
.c5-sec5 .c5-content__product-img p span {
  text-align: left;
}
.c5-sec5__catch {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.52;
  margin: 0 auto 15px;
}
.c5-sec5 .c5-content__block .c5-sec5__img {
  width: 60%;
}
.c5-sec5 .c5-content__block .c5-sec5__img.first {
  width: 80%;
}
.c5-sec5 .c5-content__block.ex.bottom {
  margin-bottom: 0;
}
.c5-sec5__block {
  margin-bottom: 20px;
}
.c5-sec5__block__txt p {
  font-size: 14px;
  line-height: 1.57;
  margin: 0 auto 10px;
}
.c5-sec5__block__txt ul {
  margin: 0 0 15px;
  padding: 0;
}
.c5-sec5__block__txt ul li {
  font-size: 13px;
  line-height: 1.53;
}
.c5-sec5__block__txt ul li span {
  color: #ffe300;
}
.c5-sec5__block__img p {
  font-size: 11px;
  margin-bottom: 0;
}
.c5-sec5__note ul {
  margin: 0;
  padding: 0;
}
.c5-sec5__note ul li {
  font-size: 11px;
  line-height: 1.54;
}
.c5-bottom__pro-wrap {
  padding: 0 15px;
}
.c5-bottom__pro {
  margin: 0 auto 45px;
}
.c5-bottom__pro-ttl {
  font-size: 25px;
  text-align: center;
  margin: 0 auto 35px;
}
.c5-bottom__pro img {
  display: block;
  margin: 0 auto;
}
.c5-bottom__pro p {
  text-align: center;
}
.c5-bottom__pro p span {
  display: block;
}
.c5-bottom__pro p span:first-child {
  font-size: 13px;
}
.c5-bottom__pro p span:last-child {
  font-size: 14px;
}
.c5-bottom__pro:first-child img {
  width: 50%;
}
.c5-bottom__pro:nth-child(2) img {
  width: 50%;
}
.c5-bottom__pro:nth-child(3) img {
  width: 40%;
}
.c5-bottom__pro:nth-child(4) img {
  width: 30%;
}
.c5-bottom__pro:nth-child(5) img {
  width: 40%;
}
.c5-bottom__pro:nth-child(5) p {
  margin-top: 0;
}
@media (min-width: 750px) {
  .c5-container {
    background-color: #f8f8f8;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-hero {
    padding: 0 20px;
    border-width: 10px;
  }
  .c5-hero__wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .c5-hero__inner {
    margin: 0 auto 90px;
    position: relative;
  }
  .c5-hero__inner h1 {
    margin: 0 auto;
  }
  .c5-hero__inner-link {
    width: 57.7%;
    max-width: 630px;
  }
  .c5-hero__inner-link a, .c5-hero__inner-link img {
    margin: 0;
  }
  .c5-hero__inner-link.c5-linkTop {
    position: absolute;
    top: 46%;
    left: 42%;
    z-index: 2;
    margin-bottom: 0;
  }
  .c5-hero__inner-link.c5-linkTop a.c5-toppro1 {
    width: 30%;
    margin-right: 15%;
  }
  .c5-hero__inner-link.c5-linkTop a.c5-toppro2 {
    width: 28.5%;
  }
  .c5-hero__inner-link.c5-linkTop .pc {
    width: 32%;
  }
  .c5-hero__inner-link.c5-linkBottom {
    position: absolute;
    top: 66%;
    left: 51%;
  }
  .c5-hero__inner-link.c5-linkBottom a.c5-toppro4 {
    width: 20%;
    margin-right: 16%;
  }
  .c5-hero__inner-link.c5-linkBottom a.c5-toppro5 {
    width: 22.5%;
  }
  .c5-hero__catch h2 {
    font-size: calc(1.25rem + (1vw - 7.5px) * 4);
    min-height: 0vw;
    text-align: center;
    margin: 0;
  }
  .c5-hero__catch-inner {
    position: relative;
    margin-top: -17%;
    padding: 20% 0;
  }
  .c5-hero__catch-inner img {
    width: 30%;
    max-width: 309px;
    margin: 0;
  }
  .c5-hero__catch-inner img:first-child {
    top: 0;
    left: 1.3%;
    transform: translateX(0);
  }
  .c5-hero__catch-inner img:nth-child(2) {
    top: 50%;
    left: 20.2%;
  }
  .c5-hero__catch-inner img:nth-child(3) {
    top: 50%;
    left: 50.3%;
  }
  .c5-hero__catch-inner img:last-child {
    top: 0;
    left: 69.3%;
    transform: translateX(0);
  }
  .c5-hero__arrow {
    display: block !important;
  }
  .c5-top__wrap {
    max-width: 1200px;
    margin: 0 auto -100px;
    padding: 0 10px;
    position: relative;
    bottom: 180px;
  }
  .c5-top {
    background: none;
  }
  .c5-top h3 {
    font-size: 32px;
    margin: 40px auto 60px;
    padding-bottom: 0;
    background: none;
  }
  .c5-top h3 span {
    font-size: 40px;
  }
  .c5-top__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
    background: none;
  }
  .c5-top__box-inner {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 9px;
    border: 1px solid #5a5d5e;
    background-color: #fff;
  }
  .c5-top__box-inner:first-child {
    margin-bottom: 30px;
  }
  .c5-top__box-inner:last-child {
    margin-bottom: 0;
  }
  .c5-top__box-ttl {
    margin: 0 auto 10px;
    font-size: 35px;
  }
  .c5-top__box-ttl .c5-small {
    font-size: 26px;
  }
  .c5-top__box-ttl .c5-band {
    font-size: 38px;
  }
  .c5-top__box-ttl .c5-band.c5-fs {
    font-size: 38px;
  }
  .c5-top__box-txt {
    width: 80%;
    font-size: 20px;
    margin: 0 auto 5px;
  }
  .c5-top__pro-wrap {
    flex-wrap: nowrap;
    padding: 0 5px;
  }
  .c5-top__pro {
    width: 48%;
    max-width: 240px;
  }
  .c5-top__pro p {
    margin: 0 auto 15px;
  }
  .c5-top__pro p span:first-child {
    font-size: 14px;
  }
  .c5-top__pro p span:last-child {
    font-size: 30px;
  }
  .c5-top__note {
    font-size: 14.8px;
    background: none;
    margin: 0;
    padding: 10px 0 0;
  }
  .c5-top .c5-bg-arrow {
    background: none;
    margin: 20px auto 0;
    padding: 0;
  }
  .c5-phil__wrap {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .c5-phil__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
  }
  .c5-phil__ttl img {
    width: 13%;
    max-width: 144px;
    margin: 0;
  }
  .c5-phil__ttl p {
    width: auto;
    margin: 0 0 0 1em;
    font-size: 40px;
    letter-spacing: 2px;
  }
  .c5-phil__grid {
    padding: 20px;
    border: 2px solid #aeb0b0;
    background-color: #fff;
    grid-template-rows: max-content max-content;
    grid-template-columns: 200px 1fr;
  }
  .c5-phil__grid-1 {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-right: 25px;
    align-self: center;
  }
  .c5-phil__grid-1 img {
    width: 180px;
  }
  .c5-phil__grid-2 {
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .c5-phil__grid-2 p {
    display: block;
    width: auto;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 3.5% 0 0;
    line-height: 1.2;
  }
  .c5-phil__grid-2 img {
    width: 152px;
  }
  .c5-phil__grid-3 {
    grid-row: 2/3;
    grid-column: 2/3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .c5-phil__grid-3 p {
    width: 75%;
    margin: 0 4% 0 0;
    font-size: 16px;
  }
  .c5-phil__grid-3 a {
    width: 240px;
  }
  .c5-button {
    display: block;
    font-size: 16px;
    padding: 15px 13px;
  }
  .c5-arrow1 {
    padding-left: 30px;
  }
  .c5-arrow1::after {
    width: 20px;
    height: 20px;
    top: 35%;
    right: 30px;
  }
  .c5-arrow2::before {
    content: "";
    width: 17px;
    height: 1px;
    right: 9px;
    top: 48%;
    transform: translateY(-50%) rotate(25deg);
  }
  .c5-arrow2::after {
    content: "";
    width: 38px;
    right: 10px;
    top: 57%;
  }
  .c5-content__wrap {
    margin-bottom: 60px;
    padding: 50px 20px 50px;
  }
  .c5-content__wrap.ex {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c5-content {
    max-width: 1100px;
    margin: 0 auto;
  }
  .c5-content__product {
    position: relative;
    margin-bottom: 45px;
  }
  .c5-content__product-img img {
    width: auto;
  }
  .c5-content__product-img p {
    margin: 0 auto;
  }
  .c5-content__product-img p span {
    text-align: left;
  }
  .c5-content__product-img p span:first-child {
    font-size: 15px;
  }
  .c5-content__product-img p span:last-child {
    font-size: 45px;
    letter-spacing: 2px;
  }
  .c5-content__product-img .c5-flex {
    margin-bottom: 45px;
  }
  .c5-content__product-img .c5-flex img.c5-left {
    width: auto;
    margin-right: 30px;
  }
  .c5-content__product-img .c5-flex img.c5-right {
    width: 156px;
    top: 20px;
  }
  .c5-content__product-btn {
    width: 100%;
    margin-top: 30px;
  }
  .c5-content__product-btn a {
    max-width: 250px;
  }
  .c5-content__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .c5-content__block {
    width: 48%;
    margin: 0 0 75px;
    position: relative;
  }
  .c5-content__block:first-child {
    margin-right: 4%;
  }
  .c5-content__block.ex {
    width: 100%;
  }
  .c5-content__block.ex .c5-pos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c5-content__block.ex .c5-content__block-txt {
    width: 47%;
  }
  .c5-content__block-ttl {
    margin-bottom: 20px;
    padding: 35px 0;
    padding: 0;
    height: 123px;
    position: relative;
  }
  .c5-content__block-ttl.ex {
    padding: 8px 0;
    padding: 0;
  }
  .c5-content__block-ttl p {
    font-size: calc(1.5rem + (1vw - 7.5px) * 2.2222);
    min-height: 0vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c5-content__block-ttl sup {
    font-size: 36%;
    top: -20px;
  }
  .c5-content__block-txt {
    font-size: 17px;
    line-height: 1.88;
  }
  .c5-content__block .c5-button {
    max-width: 250px;
    margin: 15px 0 0;
  }
  .c5-content__block img {
    width: 90.8%;
    max-width: 479px;
  }
  .c5-content__note li {
    font-size: 15px;
    line-height: 1.4;
  }
  .c5-sec1 .c5-content__inner .c5-content__block:not(:last-child) {
    margin-bottom: 75px;
  }
  .c5-sec1 .c5-content__block img.ex {
    margin-left: 0;
  }
  .c5-sec1 .c5-content__block.ex .c5-pos {
    width: 47.1%;
    max-width: 100%;
    right: 2%;
  }
  .c5-sec2 .c5-content__block.ex .c5-pos {
    width: 27.3%;
    max-width: 100%;
    right: 22%;
  }
  .c5-sec3 .c5-content__product,
  .c5-sec3 .c5-content__inner,
  .c5-sec3 .c5-content__note {
    padding-right: 0;
    padding-left: 0;
  }
  .c5-sec3 .c5-content__block.ex .c5-content__block-txt {
    width: 59%;
  }
  .c5-sec3 .c5-content__block.ex .c5-pos {
    width: 39%;
    max-width: 420px;
    right: 0;
  }
  .c5-sec3__banner {
    margin: 0 auto 60px;
  }
  .c5-sec3__banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .c5-sec3__banner-txt {
    width: 50%;
    border-left-width: 14px;
    margin-bottom: 0;
  }
  .c5-sec3__banner-txt p {
    padding-left: 15px;
  }
  .c5-sec3__banner-txt p:first-child {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .c5-sec3__banner-txt p:nth-child(2) {
    font-size: 15px;
  }
  .c5-sec3__banner-txt p:last-child {
    font-size: 45px;
  }
  .c5-sec3__banner img {
    position: static;
  }
  .c5-sec3__banner .c5-content__product-btn {
    position: static !important;
  }
  .c5-sec4 .c5-content__inner .c5-content__block:not(:last-child) {
    margin-bottom: 75px;
  }
  .c5-sec4 .c5-content__block img.ex {
    margin-left: 0;
    margin-top: 30px;
  }
  .c5-sec4 .c5-content__block.ex {
    margin-bottom: 30px;
  }
  .c5-sec4 .c5-content__block.ex .c5-pos {
    width: 20%;
    max-width: 209px;
    right: 25%;
  }
  .c5-sec6 .c5-content__block.ex .c5-content__block-txt {
    width: 59%;
  }
  .c5-sec6 .c5-content__block.ex .c5-pos {
    width: 40%;
    max-width: 417px;
    right: 0;
  }
  .c5-sec6 .c5-ex-pro6 {
    width: 16%;
    max-width: 170px;
  }
  .c5-banner {
    padding: 0 15px 160px;
  }
  .c5-banner a {
    max-width: 1000px;
  }
  .c5-sec5__catch {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto 40px;
  }
  .c5-sec5 .c5-content__block.ex .c5-content__block-txt {
    width: 100%;
    margin-bottom: 50px;
  }
  .c5-sec5 .c5-content__block .c5-sec5__img {
    width: auto;
    max-width: 100%;
  }
  .c5-sec5 .c5-content__block .c5-sec5__img.first {
    width: auto;
  }
  .c5-sec5__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  .c5-sec5__block__txt {
    width: -moz-max-content;
    width: max-content;
  }
  .c5-sec5__block__txt p {
    font-size: 20px;
    line-height: 1.8;
  }
  .c5-sec5__block__txt ul {
    margin: 0;
  }
  .c5-sec5__block__txt ul li {
    font-size: 18px;
    line-height: 1.7;
  }
  .c5-sec5__block__img {
    margin-left: 30px;
  }
  .c5-sec5__block__img img {
    margin: 0;
    width: auto;
    max-width: 100%;
  }
  .c5-sec5__block__img p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .c5-sec5__note ul li {
    font-size: 15px;
    line-height: 1.4;
  }
  .c5-sec5 .c5-content__product-btn {
    bottom: auto;
    top: 60%;
    right: 37px;
  }
  .c5-bottom__pro-wrap {
    max-width: 1000px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c5-bottom__pro {
    width: calc(33.333% - 70px);
    max-width: 250px;
    margin: 0 35px 70px 35px;
  }
  .c5-bottom__pro-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .c5-bottom__pro-ttl {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .c5-bottom__pro p {
    text-align: left;
    margin: 0;
  }
  .c5-bottom__pro p span:first-child {
    font-size: 15px;
  }
  .c5-bottom__pro p span:last-child {
    font-size: 30px;
  }
  .c5-bottom__pro img {
    height: 100%;
  }
  .c5-bottom__pro .c5-content__product-btn {
    position: static;
    display: block;
    width: 100%;
  }
  .c5-bottom__pro .c5-content__product-btn a {
    width: 100%;
  }
  .c5-bottom__pro .c5-content__product-btn a:first-child {
    margin-bottom: 20px;
  }
  .c5-bottom__pro .c5-content__product-btn a:last-child {
    margin-left: 0;
  }
  .c5-bottom__pro:first-child img {
    width: 90%;
  }
  .c5-bottom__pro:first-child p {
    margin-bottom: 78px;
  }
  .c5-bottom__pro:first-child .c5-content__product-btn {
    margin-top: 84px;
  }
  .c5-bottom__pro:nth-child(2) img {
    width: 90%;
  }
  .c5-bottom__pro:nth-child(2) p {
    margin-bottom: 10px;
  }
  .c5-bottom__pro:nth-child(2) p span:last-child {
    line-height: 1.2;
  }
  .c5-bottom__pro:nth-child(2) .c5-content__product-btn {
    margin-top: 19px;
  }
  .c5-bottom__pro:nth-child(3) img {
    width: 90%;
  }
  .c5-bottom__pro:nth-child(3) p {
    margin-bottom: 58px;
  }
  .c5-bottom__pro:nth-child(3) .c5-content__product-btn {
    margin-top: 64px;
  }
  .c5-bottom__pro:nth-child(4) img {
    width: 58%;
  }
  .c5-bottom__pro:nth-child(4) p {
    margin-bottom: 10px;
  }
  .c5-bottom__pro:nth-child(4) .c5-content__product-btn {
    margin-top: 20px;
  }
  .c5-bottom__pro:nth-child(5) img {
    width: 75%;
  }
  .c5-bottom__pro:nth-child(5) p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .c5-hero__catch h2 {
    font-size: 38px;
  }
  .c5-phil__ttl p {
    font-size: 50px;
  }
  .c5-phil__grid-2 {
    margin-bottom: 0;
  }
  .c5-phil__grid-2 p {
    font-size: 38px;
  }
  .c5-phil__grid-3 p {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .c5-content__block-ttl p {
    font-size: 34px;
  }
}
@media (min-width: 376px) {
  .c5-sec3__banner img {
    width: 24%;
    right: 25px;
    top: -35px;
  }
}
@media (min-width: 500px) {
  .c5-sec3__banner img {
    width: 20%;
    right: 50px;
    top: -35px;
  }
  .c5-sec6 .c5-ex-pro6 {
    right: 50px;
    top: -45px;
  }
}
@media (min-width: 1100px) {
  .c5-top h3 {
    margin-top: 0;
    font-size: 40px;
  }
  .c5-top h3 span {
    font-size: 50px;
  }
  .c5-content__product-img .c5-flex {
    display: block;
    position: relative;
  }
  .c5-content__product-img .c5-flex img.c5-left {
    width: auto;
    margin: 0 auto;
  }
  .c5-content__product-img .c5-flex img.c5-right {
    width: 15%;
    max-width: 156px;
    position: absolute;
    right: 14%;
    top: 60%;
  }
  .c5-content__product-btn {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 24.7%;
    margin-top: 0;
  }
  .c5-content__product-btn a {
    width: 100%;
  }
  .c5-content__product-btn a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c5-content__product-btn a:last-child {
    margin-left: 0;
  }
  .c5-sec3__banner {
    margin-top: 50px;
  }
  .c5-sec3__banner-txt {
    width: 55%;
  }
  .c5-sec3__banner img {
    position: absolute;
    right: 40%;
    top: -55px;
  }
  .c5-sec3__banner .c5-content__product-btn {
    display: block;
  }
  .c5-sec3__banner .c5-content__product-btn a {
    width: 100%;
    margin: 0 auto;
  }
  .c5-sec3__banner .c5-content__product-btn a:first-child {
    margin-bottom: 20px;
  }
  .c5-sec6 .c5-ex-pro6 {
    position: absolute;
    right: 40%;
    top: -55px;
  }
}
@media (min-width: 1156px) {
  .c5-top__box-inner:first-child {
    margin-bottom: 0;
    margin-left: 0;
  }
  .c5-top__box-inner:last-child {
    margin-right: 0;
  }
  .c5-top__pro-wrap.ex {
    position: absolute;
    bottom: 20px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1000px) {
  .c5-bottom__pro-wrap {
    width: calc(100% + 70px);
  }
}