@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;
}

@media (min-width: 750px) {
  .c5-container {
    background-color: #f8f8f8;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}
.c5-hero {
  padding: 0 8px;
  border: 5px 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 10px;
  padding-top: 20px;
}
.c5-hero__inner h1 img {
  display: block;
  margin: 0 auto;
}
.c5-hero__inner-link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c5-hero__inner-link a, .c5-hero__inner-link img {
  display: block;
}
.c5-hero__inner-link.c5-linkTop {
  margin-bottom: 10px;
}
.c5-hero__inner-link.c5-linkTop a:first-child {
  width: 48%;
  margin-right: 4%;
}
.c5-hero__inner-link.c5-linkTop a:last-child {
  width: 44%;
}
.c5-hero__inner-link.c5-linkBottom a:first-child {
  width: 52%;
  margin-right: 8%;
}
.c5-hero__inner-link.c5-linkBottom a:last-child {
  width: 32%;
}
.c5-hero__inner-link a {
  transition: all .3s;
}
.c5-hero__inner-link a:hover {
  opacity: .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: 2;
}
.c5-hero__catch-inner img:last-child {
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
}
.c5-hero__arrow {
  display: none !important;
}

@media (min-width: 750px) {
  .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 30px;
    position: relative;
  }
  .c5-hero__inner h1 {
    margin: 0 auto;
  }
  .c5-hero__inner-link {
    width: 57.7%;
    max-width: 630px;
  }
  .c5-hero__inner-link.c5-linkTop {
    position: absolute;
    top: 46%;
    left: 29%;
    z-index: 2;
    margin-bottom: 0;
  }
  .c5-hero__inner-link.c5-linkTop a:first-child {
    width: 30%;
    margin-right: 20px;
  }
  .c5-hero__inner-link.c5-linkTop a:last-child {
    width: 28.5%;
  }
  .c5-hero__inner-link.c5-linkBottom {
    position: absolute;
    top: 60.5%;
    left: 53%;
  }
  .c5-hero__inner-link.c5-linkBottom a:first-child {
    width: 32%;
    margin-right: 20px;
  }
  .c5-hero__inner-link.c5-linkBottom a:last-child {
    width: 20%;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .c5-hero__catch h2 {
    font-size: 38px;
  }
}
.c5-top__wrap {
  margin: 0 auto 30px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.c5-top {
  background: url("../img/bg-top.png") no-repeat center top;
  background-size: contain;
}
.c5-top h3 {
  font-size: 25px;
  text-align: center;
  margin: 0 auto 30px;
  letter-spacing: 2px;
}
.c5-top h3 span {
  font-size: 30px;
}
.c5-top__box {
  padding: 0 5px;
}
.c5-top__box-inner {
  width: 100%;
}
.c5-top__box-inner:first-child {
  margin-bottom: 50px;
}
.c5-top__box-inner:last-child {
  margin-bottom: 15px;
}
.c5-top__box-ttl {
  margin: 0 auto 5px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.c5-top__box-ttl .c5-small {
  font-size: 16px;
}
.c5-top__box-ttl .c5-band {
  font-size: 23px;
  background-color: #ffe300;
  padding: 0 3px;
}
.c5-top__box-ttl .c5-band.ex {
  padding-right: 0;
}
.c5-top__box-txt {
  font-size: 13px;
  margin: 0 auto 10px;
}
.c5-top__pro-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.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__note {
  font-size: 11px;
}

@media (min-width: 750px) {
  .c5-top__wrap {
    max-width: 1200px;
    margin: 0 auto -150px;
    padding: 0 10px;
    position: relative;
    bottom: 180px;
  }

  .c5-top {
    background: none;
  }
  .c5-top h3 {
    font-size: 32px;
    margin: 40px auto 60px;
  }
  .c5-top h3 span {
    font-size: 40px;
  }
  .c5-top__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
  }
  .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-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;
  }
}
.c5-top__vaio {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 20px;
}
.c5-top__vaio .c5-top__box-ttl {
  margin-bottom: 15px;
}
.c5-top__vaio .c5-top__box-txt {
  margin-bottom: 25px;
}
.c5-top__vaio-proTtl {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 1.5px;
}
.c5-top__vaio-proWrap {
  display: flex;
  justify-content: flex-start;
  width: calc(100% + 30px);
  flex-wrap: wrap;
}
.c5-top__vaio-pro {
  width: calc(50% - 30px);
  margin: 0 30px 40px 0;
}
.c5-top__vaio-proImg {
  margin: 0 auto 15px;
}
.c5-top__vaio-proImg img {
  display: block;
  margin: 0 auto;
}
.c5-top__vaio-proName {
  line-height: 1.6;
  margin: 0 auto 10px;
  text-align: center;
}
.c5-top__vaio-proName span {
  display: block;
}
.c5-top__vaio-proName span:first-child {
  font-size: 11px;
}
.c5-top__vaio-proName span:last-child {
  font-size: 16px;
}
.c5-top__vaio .c5-button {
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .c5-top__vaio-proTtl {
    font-size: 21px;
  }
  .c5-top__vaio-proName span:first-child {
    font-size: 14px;
  }
  .c5-top__vaio-proName span:last-child {
    font-size: 30px;
  }
}
@media (min-width: 980px) {
  .c5-top__vaio {
    padding-bottom: 80px;
  }
  .c5-top__vaio-inner {
    border: 1px solid #5a5d5e;
    background-color: #fff;
    padding: 50px 2%;
  }
  .c5-top__vaio .c5-top__box-ttl {
    margin-bottom: 10px;
  }
  .c5-top__vaio .c5-top__box-txt {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .c5-top__vaio-proTtl {
    font-size: 25px;
    margin: 0 auto 30px;
  }
  .c5-top__vaio-proWrap {
    padding: 0 3%;
  }
  .c5-top__vaio-pro {
    width: calc(25% - 30px);
    margin: 0 30px 0 0;
  }
  .c5-top__vaio-proImg {
    margin: 0 auto 45px;
  }
  .c5-top__vaio-proName {
    margin: 0 auto 20px;
  }
}
.c5-button {
  display: block;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 13px 16px;
  position: relative;
  transition: all .3s;
}
.c5-button:hover {
  text-decoration: none;
  opacity: .7;
  color: #fff;
}
.c5-button.c5-arrowcol4 {
  padding: 4px 16px;
  line-height: 1.3;
}

.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 {
  position: relative;
}
.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-arrowcol4 {
  background-color: #eb5c70;
}

@media (min-width: 750px) {
  .c5-button {
    display: block;
    font-size: 16px;
    padding: 17px 13px;
  }
  .c5-button.c5-arrowcol4 {
    padding: 5px 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: 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 img {
  width: 45%;
  margin: 0 auto 15px;
}
.c5-content__product-img p {
  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;
}
.c5-content__product-btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 324px;
  margin: 0 auto;
}
.c5-content__product-btn a {
  width: 152px;
}
.c5-content__product-btn a:first-child {
  margin-right: 10px;
}
.c5-content__product-btn a:first-child, .c5-content__product-btn a:nth-child(2) {
  margin-bottom: 15px;
}
.c5-content__block {
  margin: 0 auto 25px;
}
.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-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-sec1 .c5-content__inner .c5-content__block:not(:last-child) {
  margin-bottom: 60px;
}

.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: 50px 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-sec4 .c5-content__block.ex .c5-pos {
  width: 40%;
}

@media (min-width: 420px) {
  .c5-sec3__banner {
    margin-top: 60px;
  }
  .c5-sec3__banner img {
    width: 24%;
    right: 35px;
    top: -35px;
  }
}
@media (min-width: 500px) {
  .c5-sec3__banner {
    margin-top: 50px;
  }
  .c5-sec3__banner img {
    width: 18%;
    top: -15px;
  }
}
@media (min-width: 750px) {
  .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;
  }
  .c5-content__product-btn {
    width: 100%;
    max-width: 515px;
    margin-top: 30px;
  }
  .c5-content__product-btn a {
    width: 100%;
    max-width: 250px;
  }
  .c5-content__product-btn a:first-child, .c5-content__product-btn a:nth-child(2) {
    margin-bottom: 20px;
  }
  .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: 50%;
    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__product-img p {
    width: 250px;
  }
  .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__product-img p {
    width: 378px;
  }
  .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__product-img p {
    width: 378px;
  }
  .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__product-img p {
    width: 235px;
  }
  .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%;
  }
}
@media (min-width: 1100px) {
  .c5-top h3 {
    margin-top: 0;
    font-size: 40px;
  }
  .c5-top h3 span {
    font-size: 50px;
  }

  .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, .c5-content__product-btn a:nth-child(2) {
    margin-right: 0;
  }

  .c5-sec3__banner {
    margin-top: 50px;
  }
  .c5-sec3__banner-txt {
    width: 55%;
  }
  .c5-sec3__banner img {
    position: absolute;
    width: 17%;
    max-width: 178px;
    right: 41%;
    top: -60px;
  }
  .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, .c5-sec3__banner .c5-content__product-btn a:nth-child(2) {
    margin-bottom: 20px;
  }
}
@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: 1200px) {
  .c5-content__block-ttl p {
    font-size: 34px;
  }
}
.c5-banner {
  padding: 0 0 40px;
}
.c5-banner a {
  max-width: 750px;
  transition: all .3s;
}
.c5-banner a:hover {
  opacity: .7;
}
.c5-banner a, .c5-banner img {
  display: block;
  margin: 0 auto;
}

.c5-bottomBtn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: .8em;
  text-align: center;
  transition: all .3s;
}
.c5-bottomBtn__wrap {
  width: 90%;
  margin: 0 auto;
  padding: 60px 15px;
}
.c5-bottomBtn span {
  position: relative;
  left: -15px;
}
.c5-bottomBtn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}

@media (min-width: 750px) {
  .c5-banner {
    padding: 0 15px 95px;
  }
  .c5-banner a {
    max-width: 1000px;
  }

  .c5-bottomBtn {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 10px 0;
  }
  .c5-bottomBtn span {
    position: static;
  }
  .c5-bottomBtn__wrap {
    width: 100%;
    max-width: 1030px;
    padding: 120px 15px;
  }
  .c5-bottomBtn.c5-arrow2::before {
    width: 27px;
    top: 46%;
    right: 2%;
  }
  .c5-bottomBtn.c5-arrow2::after {
    width: 60px;
    right: 2%;
  }
}
@media (min-width: 980px) {
  .c5-bottomBtn {
    font-size: 45px;
  }
  .c5-bottomBtn.c5-arrow2::before {
    top: 50%;
  }
}
.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 {
  letter-spacing: 1px;
  font-size: 14px;
}
.c5-bottom__pro:first-child img {
  width: 50%;
}
.c5-bottom__pro:nth-child(2) img {
  width: 40%;
}
.c5-bottom__pro:nth-child(3) img {
  width: 50%;
}
.c5-bottom__pro:last-child img {
  width: 30%;
}

@media (min-width: 750px) {
  .c5-bottom__pro-wrap {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c5-bottom__pro {
    width: 250px;
    margin: 0 20px 30px;
  }
  .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: 58px;
  }
  .c5-bottom__pro:nth-child(2) .c5-content__product-btn {
    margin-top: 64px;
  }
  .c5-bottom__pro:nth-child(3) img {
    width: 90%;
  }
  .c5-bottom__pro:nth-child(3) p {
    margin-bottom: 60px;
  }
  .c5-bottom__pro:nth-child(3) .c5-content__product-btn {
    margin-top: 65px;
  }
  .c5-bottom__pro:last-child img {
    width: 58%;
  }
  .c5-bottom__pro:last-child p {
    margin-bottom: 10px;
  }
  .c5-bottom__pro:last-child .c5-content__product-btn {
    margin-top: 20px;
  }
}
.c5-vaio {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px 10px;
}
.c5-vaio__wrap {
  background-color: #fff;
}
.c5-vaio .c5-top__box-ttl {
  margin: 0 auto 20px;
}
.c5-vaio .c5-top__box-ttl sup {
  font-size: 10px;
  position: relative;
  top: -15px;
}
.c5-vaio__txt {
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.61;
}
.c5-vaio__box {
  width: 95%;
}
.c5-vaio__box p {
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.61;
}
.c5-vaio__box.top {
  margin: 0 auto 35px;
}
.c5-vaio__box.top .left {
  margin-bottom: 30px;
}
.c5-vaio__box.top .left img {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.c5-vaio__box.bottom {
  margin: 0 auto 50px;
}
.c5-vaio .c5-bottom__pro-wrap {
  padding: 0;
}
.c5-vaio .c5-bottom__pro {
  margin-bottom: 55px;
}
.c5-vaio .c5-bottom__pro img {
  width: 50%;
}
.c5-vaio .c5-bottom__pro .c5-content__product-btn {
  justify-content: flex-start;
}
.c5-vaio .c5-edition {
  max-width: 324px;
  margin: 20px auto 0;
}
.c5-vaio .c5-edition p {
  font-size: 12px;
  margin: 0 auto 5px;
  text-align: left;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 576px) {
  .c5-movie {
    width: auto;
    max-width: 576px;
    height: 324px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .c5-vaio {
    padding: 80px 15px 30px;
  }
  .c5-vaio .c5-top__box-ttl sup {
    font-size: 12px;
    top: -25px;
  }
  .c5-vaio__txt {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.8;
  }
  .c5-vaio__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c5-vaio__box.top {
    margin: 40px auto 100px;
  }
  .c5-vaio__box.top .left {
    width: 492px;
    margin: 0 auto 30px;
  }
  .c5-vaio__box.top .left img {
    width: 100%;
  }
  .c5-vaio__box.top .right {
    width: 576px;
    margin: 0 auto;
  }
  .c5-vaio__box.bottom {
    margin: 0 auto 100px;
  }
  .c5-vaio__box.bottom .left {
    width: 35%;
  }
  .c5-vaio__box.bottom .left p {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.8;
  }
  .c5-vaio__box.bottom .right {
    width: 60%;
  }
  .c5-vaio__box.bottom .right img {
    display: block;
    margin: 0 auto;
  }
  .c5-vaio .c5-bottom__pro-wrap {
    padding: 0;
  }
  .c5-vaio .c5-bottom__pro {
    margin-bottom: 60px;
  }
  .c5-vaio .c5-bottom__pro p {
    margin-bottom: 60px;
    text-align: center;
  }
  .c5-vaio .c5-bottom__pro img {
    width: 100%;
  }
  .c5-vaio .c5-bottom__pro .c5-content__product-btn {
    margin-top: 35px;
  }
  .c5-vaio .c5-bottom__pro:last-child .c5-edition .c5-content__product-btn {
    display: block;
  }
  .c5-vaio .c5-edition {
    max-width: 324px;
    margin: 40px auto 0;
  }
  .c5-vaio .c5-edition.ex {
    margin-top: 139px;
  }
  .c5-vaio .c5-edition p {
    font-size: 12px;
    margin: 0 auto 10px;
    text-align: left;
  }
  .c5-vaio .c5-edition .c5-content__product-btn {
    margin-top: 0;
  }
}
