@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.c5-container {
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

.c5-container * {
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
}

.c5-container h1, .c5-container h2, .c5-container p {
  margin-top: 0;
}

.c5-container img {
  display: block;
  max-width: 100%;
}

.c5-container img.s5-iconInline {
  display: inline-block;
}

.c5-container ul {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
}

.c5-container a {
  transition: all .3s;
}

.c5-container a:hover {
  text-decoration: none;
  opacity: .7;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-red {
  color: #d40505;
  font-weight: 500;
}

.c5-bgred {
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  background-color: #d40505;
  font-size: 12px;
  letter-spacing: .1em;
}

.c5-grad {
  background: #062789;
  background: linear-gradient(90deg, #062789 0%, #2cbbd6 100%);
}

.c5-grad-border {
  display: inline-block;
  border: 2px solid #062789;
  -o-border-image: linear-gradient(90deg, #062789 0%, #2cbbd6 100%);
     border-image: linear-gradient(90deg, #062789 0%, #2cbbd6 100%);
  border-image-slice: 1;
}

.c5-ttl {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 auto 15px;
  padding: 10px;
  letter-spacing: .05em;
}

.c5-ttl span {
  display: block;
  font-size: 80%;
}

.c5-link {
  color: #04c5fc;
  border-bottom: 1px solid #04c5fc;
}

.c5-link:hover {
  border-bottom: none;
  color: #04c5fc;
}

.c5-pagelink a {
  display: inline-block;
  font-size: 14px;
  color: #111;
  text-align: center;
  background-color: #05d5e8;
  line-height: 1;
  padding: 13px 10px;
  letter-spacing: .05em;
}

.c5-pagelink a:hover {
  color: #111;
}

.c5-linkBlue {
  display: block;
  color: #fff;
  line-height: 1.3125;
  padding: 5px;
  font-size: 14px;
  background-color: #3ca6e2;
}

.c5-linkBlue:hover {
  color: #fff;
}

.c5-hero {
  margin: 0 auto 45px;
}

.c5-hero h1 {
  margin: 0 auto 20px;
}

.c5-hero h1 img {
  margin: 0 auto;
}

.c5-hero-catch {
  font-size: 14px;
  line-height: 1.666;
  text-align: center;
  margin: 0 auto;
  letter-spacing: .02em;
}

.c5-sec1 {
  margin: 0 auto 50px;
}

.c5-sec1-set-content {
  margin-bottom: 20px;
}

.c5-sec1-set-ttl {
  width: 100%;
  padding-left: 1em;
  margin-bottom: -20px;
}

.c5-sec1-set-ttl p {
  font-size: 14px;
  margin: 0 auto;
  padding: 3px .5em;
  color: #013791;
  font-weight: 500;
  background-color: #fff;
  letter-spacing: .1em;
}

.c5-sec1-set-txt {
  font-size: 13px;
  line-height: 1.625;
  margin: 0 auto;
  padding: 30px 15px 15px;
  background-color: #eee;
  letter-spacing: .1em;
}

.c5-sec1-set-txt .c5-red.ex {
  font-size: 12px;
}

.c5-sec1-pattern h3 {
  font-size: 14px;
  line-height: 1.625;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}

.c5-sec1-pattern h3::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: linear-gradient(90deg, #062789 0%, #2cbbd6 100%);
}

.c5-sec1-pattern-pro {
  margin: 0 auto 40px;
  display: grid;
  grid-template-areas: "itemA itemA" "itemB itemC";
  align-items: center;
}

.c5-sec1-pattern-pro-name {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #013791;
  margin: 0 auto 10px;
}

.c5-sec1-pattern-pro-img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.c5-sec1-pattern-pro-info p {
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
}

.c5-sec1-model .c5-grad {
  margin: 0 auto 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.444;
}

.c5-sec1-model-txt {
  font-size: 13px;
  line-height: 1.625;
}

.c5-sec1-model .c5-pagelink {
  text-align: center;
}

.c5-A {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: itemA;
}

.c5-B {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: itemB;
}

.c5-C {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: itemC;
}

.c5-sec2 {
  margin: 0 auto 50px;
}

.c5-sec2-box {
  margin: 0 auto 30px;
  padding: 0 15px;
}

.c5-sec2-box-img {
  margin: 0 auto 15px;
}

.c5-sec2-box-img img {
  margin: 0 auto;
}

.c5-sec2-box-txt-catch {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 auto;
}

.c5-sec2-box-txt-content {
  font-size: 13px;
  line-height: 1.625;
  margin: 15px auto !important;
}

.c5-sec2-box-txt-note {
  font-size: 12px;
  line-height: 1.416;
  margin: 0 auto 15px;
}

.c5-sec2-box-txt .c5-linkBlue {
  text-align: center;
}

.c5-sec3-catch {
  margin: 0 auto 30px;
}

.c5-sec3-catch p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

.c5-sec3-catch p:first-child {
  font-size: 14px;
  line-height: 1.388;
  margin-bottom: 10px;
}

.c5-sec3-catch p:nth-child(2) {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c5-sec3-catch p:last-child {
  font-size: 12px;
  line-height: 1.416;
  margin-bottom: 0;
}

.c5-sec3-box {
  margin: 0 auto 40px;
}

.c5-sec3-box-content {
  margin: 0 auto 20px;
}

.c5-sec3-box-content-img {
  width: 55%;
  margin: 0 auto;
}

.c5-sec3-box-content-img img {
  display: block;
  margin: 0 auto;
}

.c5-sec3-box-content-txt {
  margin: 0 auto 15px;
}

.c5-sec3-box-content-txt p:first-child {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #111;
  margin: 0 auto 5px;
  padding-bottom: 5px;
  line-height: 1;
}

.c5-sec3-box-content-txt p:last-child {
  font-size: 13px;
  line-height: 1.428;
  margin: 0 auto;
}

.c5-sec3-box-content-yt {
  margin: 0 auto 20px;
}

.c5-sec3-box-content-yt .c5-linkBlue-wrap:first-child {
  margin-bottom: 20px;
}

.c5-sec3-box-content-yt .c5-linkBlue-wrap:last-of-type {
  margin-bottom: 10px;
}

.c5-sec3-box-content-yt p {
  font-size: 12px;
  margin-bottom: 0;
}

.c5-sec4-box-content {
  width: 95%;
  margin: 0 auto 30px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.c5-sec4-box-content::after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(90deg, #062789 0%, #2cbbd6 100%);
  z-index: -1;
  border-radius: 11px;
}

.c5-sec4-box-img {
  margin: 0 auto;
}

.c5-sec4-box-img img {
  display: block;
  margin: 0 auto;
}

.c5-sec4-box-txt {
  font-size: 13px;
  line-height: 1.428;
  margin: 0 auto 10px;
  text-align: center;
}

.c5-sec4-box-pro {
  width: 75%;
  margin: 0 auto;
}

.c5-sec4-box-pro img {
  display: block;
  margin: 0 auto;
}

.c5-sec4-box-catch {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.388;
}

.c5-sec4-btn {
  margin: 0 auto 10px;
}

.c5-sec4-btn a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.c5-sec4-btn .c5-linkRev {
  background-color: #013791;
  color: #fff;
  padding: 8px 18px;
}

.c5-sec5 {
  margin: 0 auto 50px;
}

.c5-sec5-box {
  margin: 0 auto 20px;
}

.c5-sec5-box-img {
  margin: 0 auto 20px;
}

.c5-sec5-box-img img {
  display: block;
  margin: 0 auto;
}

.c5-sec5-box-right-ttl {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  color: #fff;
  background-color: #f00;
  letter-spacing: .06em;
}

.c5-sec5-box-right-link {
  display: flex;
  justify-content: center;
  background-color: #ffefe0;
  border: 1px solid #ccc;
  border-top: none;
}

.c5-sec5-box-right-link-content {
  width: 50%;
  padding: 10px 15px;
}

.c5-sec5-box-right-link-content a {
  display: block;
  font-size: 12px;
  line-height: 1.416;
  color: #f00;
  text-align: center;
}

.c5-sec5-box-right-link-content:first-child {
  border-right: 1px solid #ccc;
}

.c5-sec5-module-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  border-bottom: 1px solid #111;
}

.c5-sec6 {
  margin: 0 auto 40px;
}

.c5-sec6-ttl {
  padding: 10px;
  background-color: #d40505;
  text-align: center;
}

.c5-sec6-ttl .c5-ttl {
  display: inline-block;
  font-size: 16px;
  color: #d40505;
  background-color: #fff;
  margin: 0 auto 5px;
  padding: 5px 10px;
  border-radius: 10px;
}

.c5-sec6-ttl-right {
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
}

.c5-sec6-top {
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #eef1fa;
}

.c5-sec6-top-img {
  width: 90%;
  margin: 0 auto 10px;
}

.c5-sec6-top-img img {
  margin: 0 auto;
}

.c5-sec6-top-txt p {
  text-align: center;
}

.c5-sec6-top-txt-catch {
  font-size: 13px;
  font-weight: 500;
  margin: 0 auto;
}

.c5-sec6-top-txt-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 5px;
  color: #e63566;
}

.c5-sec6-top-txt-target {
  font-size: 13px;
  margin: 0 auto 5px;
}

.c5-sec6-top-txt-price {
  font-size: 18px;
  font-weight: 500;
}

.c5-sec6-top-txt-price .c5-tri {
  display: block;
}

.c5-sec6-top .c5-red {
  font-weight: bold;
}

.c5-sec6-btn {
  text-align: center;
}

.c5-sec6-middle {
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #eef1fa;
}

.c5-sec6-middle p {
  text-align: center;
}

.c5-sec6-middle p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
}

.c5-sec6-middle p:nth-child(2) {
  font-size: 13px;
  font-weight: 500;
}

.c5-sec6-middle p:last-child {
  font-size: 18px;
  font-weight: 500;
}

.c5-sec6-middle p:last-child .c5-red {
  font-weight: bold;
  display: block;
}

.c5-sec6-bottom-content {
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #f1f1f1;
}

.c5-sec6-bottom-content-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
}

.c5-sec6-bottom .c5-blue {
  color: #006eb9;
  font-size: 22px;
}

.c5-sec6-bottom .arrow {
  color: #999;
  font-size: .8em;
  padding-right: .5em;
  position: relative;
  top: -2px;
}

.c5-sec6-bottom-link {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.434;
  font-weight: bold;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.c5-sec6-bottom-txt {
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.5em;
  margin: 0 auto;
}

.c5-sec6-bottom-sublink {
  font-size: 16px;
  font-weight: bold;
  font-weight: 500;
}

.c5-sec6-bottom-subtxt {
  font-size: 13px;
  line-height: 1.428;
  padding-left: 1.5em;
}

.c5-sec6-bottom-1 .c5-sec6-bottom-img {
  width: 70%;
  margin: 0 auto;
}

.c5-sec6-bottom-1 .c5-sec6-bottom-img img {
  margin: 0 auto;
}

.c5-sec6-bottom-2 .c5-sec6-bottom-content-ttl-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.c5-sec6-bottom-2 .c5-sec6-bottom-content-ttl-wrap .c5-sec6-bottom-content-ttl-icn {
  width: 20%;
}

.c5-sec6-bottom-2 .c5-sec6-bottom-content-ttl-wrap .c5-sec6-bottom-content-ttl {
  width: 75%;
  margin-left: 5%;
  margin-bottom: 0;
  text-align: left;
}

.c5-sec6-bottom-2 .c5-sec6-bottom-img {
  width: 90%;
  margin: 20px auto;
}

.c5-sec6-bottom-2 .c5-sec6-bottom-img img {
  margin: 0 auto;
}

.c5-sec6-bottom-3-box {
  display: flex;
  justify-content: flex-start;
}

.c5-sec6-bottom-3 .c5-sec6-bottom-subtxt {
  width: 55%;
  margin: 0 2% 0 0;
}

.c5-sec6-bottom-3 .c5-sec6-bottom-img {
  width: 30%;
  margin: 0;
}

.c5-sec6-bottom-4 p.c5-blue {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 10px;
}

.c5-sonyStore {
  font-size: 22px;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: .1em;
}

.c5-sonyStore span {
  padding: 10px;
  border: 1px solid #111;
}

.c5-nav {
  margin: 0 auto 40px;
}

.c5-nav .c5-pagelink:not(:last-child) {
  margin: 0 auto 10px;
}

.c5-nav .c5-pagelink a {
  display: block;
}

.c5-sec-reason p {
  margin-top: 0;
}

.c5-sec-reason-ttl {
  padding: 25px 10px;
}

.c5-sec-reason-ttl p {
  font-size: 19px;
  margin: 0 auto;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  font-weight: 500;
}

.c5-sec-reason-ttl p span {
  display: block;
  font-size: 14px;
}

.c5-sec-reason-ttl.ttl1 {
  background: url("../img/bg1_sp.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}

.c5-sec-reason-ttl.ttl2 {
  background: url("../img/bg3_sp.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}

.c5-sec-reason-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.c5-sec-reason-box-content {
  width: 48%;
}

.c5-sec-reason-box-content img {
  margin: 0 auto 10px;
}

.c5-sec-reason-box-content p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}

.c5-sec-reason-catch {
  margin: 0 auto 30px;
  padding: 51% 10px 15px;
  background: url("../img/bg2_sp.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.c5-sec-reason-catch p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 3px 8.8px rgba(9, 10, 8, 0.8);
}

.c5-sec-reason-catch p:first-child {
  font-size: 19px;
  line-height: 1.47;
}

.c5-sec-reason-catch p:last-child {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.c5-sec-reason-catch p:last-child span {
  font-size: 19px;
  border-bottom: 1px solid #fff;
}

.c5-sec-reason-blue {
  margin: 0 auto;
  padding: 10px;
  background-color: #2a63ab;
}

.c5-sec-reason-blue p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  color: #fff;
}

.c5-sec-reason-blue.blue1 {
  margin-bottom: 20px;
}

.c5-sec-reason-blue.blue2 {
  margin-bottom: 50px;
}

.c5-sec-reason-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.c5-sec-model .c5-ttl.first {
  margin-bottom: 0;
}

.c5-sec-model-ttl {
  margin: 0 auto 35px;
  padding: 14px;
  background-color: #646667;
}

.c5-sec-model-ttl p {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}

.c5-sec-model-ttl p span {
  display: block;
  font-size: .8em;
}

.c5-sec-model-tv {
  margin: 0 auto 40px;
}

.c5-sec-model-tv-content {
  margin: 0 auto;
}

.c5-sec-model-tv-content:not(:last-child) {
  margin-bottom: 35px;
}

.c5-sec-model-tv-content img {
  width: 90%;
  margin: 0 auto;
}

.c5-sec-model-tv-content p {
  font-size: 19px;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 500;
}

.c5-sec-model-tv-content p span {
  display: block;
  font-size: 14px;
}

.c5-sec-model-tv-size {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}

.c5-sec-model-tv-size span {
  margin: 0 5px;
  padding: 3px 5px;
  border: 1px solid #111;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.c5-sec-model-tv-btn {
  text-align: center;
}

.c5-sec-model-bar-content {
  margin: 0 auto 30px;
}

.c5-sec-model-bar-content img {
  width: 60%;
  margin: 0 auto;
}

.c5-sec-model-bar-content img.ex {
  width: 50%;
}

.c5-sec-model-bar-content p {
  font-size: 19px;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 500;
}

.c5-sec-model-bar-content p span {
  display: block;
  font-size: 14px;
}

.c5-sec-model-bar-btn {
  text-align: center;
}

.c5-sec-model .c5-grad-border {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
}

.c5-sec-model .c5-grad-border p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #013791;
  margin: 0;
  font-weight: 500;
}

.c5-sec-model-img {
  margin: 0 auto 50px;
}

.c5-sec-model-img img {
  margin: 0 auto;
}

.c5-end {
  width: 75%;
  padding: 10px;
  margin: 15px auto 0;
  border: 1px solid #d40505;
}

.c5-end p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}

.c5-end.c5-mb {
  margin-bottom: 30px;
}

@media (min-width: 750px) {
  .c5-container {
    max-width: 1230px;
    margin: 40px auto 0;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-ttl {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 auto 40px;
    letter-spacing: .1em;
  }
  .c5-ttl span {
    font-size: 20px;
  }
  .c5-bgred {
    margin-left: 1em;
    padding: 0 5px;
    font-size: 16px;
  }
  .c5-pagelink a {
    font-size: 16px;
    padding: 12px 10px;
  }
  .c5-linkBlue {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
  }
  .c5-hero {
    margin-bottom: 50px;
  }
  .c5-hero h1 {
    margin: 0 auto 40px;
  }
  .c5-hero-catch {
    font-size: 20px;
    line-height: 1.4;
  }
  .c5-sec1 {
    margin: 0 auto 65px;
  }
  .c5-sec1-set {
    margin-bottom: 0;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec1-set-content {
    margin: 0;
  }
  .c5-sec1-set-content:first-child {
    width: 36%;
  }
  .c5-sec1-set-content:last-child {
    width: 60%;
  }
  .c5-sec1-set-ttl {
    width: auto;
    margin-bottom: -20px;
    padding-left: 1.3em;
  }
  .c5-sec1-set-ttl p {
    font-size: 20px;
    padding: 3px 1.5em;
  }
  .c5-sec1-set-txt {
    font-size: 16px;
    min-height: 180px;
    padding: 30px 20px 20px;
  }
  .c5-sec1-set-txt .c5-red.ex {
    font-size: 15px;
  }
  .c5-sec1-pattern {
    padding: 0 5%;
  }
  .c5-sec1-pattern h3 {
    font-size: 22px;
    margin: 0 auto 35px;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .c5-sec1-pattern-pro {
    grid-template-areas: "itemB itemA" "itemB itemC";
    grid-template-rows: 34px 173px;
    align-items: flex-start;
  }
  .c5-sec1-pattern-pro-name {
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
  .c5-sec1-pattern-pro-img {
    width: 100%;
  }
  .c5-sec1-pattern-pro-img img {
    margin: 0 auto;
  }
  .c5-sec1-pattern-pro-info p {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  .c5-sec1-model .c5-grad {
    display: inline-block;
    padding: 3px 10px;
    font-size: 20px;
    letter-spacing: .1em;
  }
  .c5-sec1-model-txt {
    font-size: 16px;
    letter-spacing: .1em;
  }
  .c5-sec1-model .c5-pagelink {
    text-align: left;
  }
  .c5-A {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .c5-B {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .c5-C {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .c5-sec2 {
    margin: 0 auto 80px;
  }
  .c5-sec2-box {
    margin: 0 auto 40px;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
  }
  .c5-sec2-box-img {
    width: 39%;
    margin: 0;
  }
  .c5-sec2-box-img img {
    margin: 0;
  }
  .c5-sec2-box-txt {
    width: 60%;
  }
  .c5-sec2-box-txt-catch {
    font-size: 20px;
  }
  .c5-sec2-box-txt-content {
    font-size: 16px;
  }
  .c5-sec2-box-txt-note {
    font-size: 12px;
    margin: 0 auto 20px;
  }
  .c5-sec3-catch {
    margin: 0 auto 30px;
    padding: 0 5%;
  }
  .c5-sec3-catch p {
    letter-spacing: .1em;
  }
  .c5-sec3-catch p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c5-sec3-catch p:nth-child(2) {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c5-sec3-catch p:last-child {
    font-size: 12px;
  }
  .c5-sec3-box {
    width: calc(100% + 60px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 40px;
    padding: 0 5%;
  }
  .c5-sec3-box-content {
    width: calc(50% - 60px);
    margin: 0 60px 40px 0;
  }
  .c5-sec3-box-content-img {
    width: 55%;
  }
  .c5-sec3-box-content-txt {
    margin: 0 auto 20px;
  }
  .c5-sec3-box-content-txt p:first-child {
    margin: 0 auto 7px;
    padding-bottom: 7px;
  }
  .c5-sec3-box-content-txt p:last-child {
    font-size: 14px;
  }
  .c5-sec3-box-content-btn {
    display: flex;
    justify-content: flex-start;
  }
  .c5-sec3-box-content-btn .c5-pagelink {
    margin-left: 20px;
  }
  .c5-sec4 {
    margin: 0 auto 80px;
  }
  .c5-sec4-box {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
  }
  .c5-sec4-box-content {
    width: 30%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
  }
  .c5-sec4-box-content::after {
    border-radius: 21px;
  }
  .c5-sec4-box-txt {
    font-size: 14px;
  }
  .c5-sec4-box-catch {
    font-size: 18px;
  }
  .c5-sec4-btn {
    margin: 0 auto 15px;
  }
  .c5-sec4-btn a {
    font-size: 18px;
  }
  .c5-sec5 {
    margin-bottom: 80px;
  }
  .c5-sec5-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .c5-sec5-box-img {
    width: 56%;
    max-width: 670px;
    margin: 0;
  }
  .c5-sec5-box-right {
    width: 41%;
  }
  .c5-sec5-box-right-ttl {
    font-size: 18px;
    line-height: 1.2;
  }
  .c5-sec5-box-right-link {
    border-width: 2px;
  }
  .c5-sec5-box-right-link-content {
    padding: 17px 15px;
  }
  .c5-sec5-box-right-link-content a {
    font-size: 18px;
    line-height: 1.555;
  }
  .c5-sec5-box-right-link-content:first-child {
    border-width: 2px;
  }
  .c5-sec5-module-ttl {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .c5-sec6 {
    margin-bottom: 90px;
  }
  .c5-sec6-inner {
    padding: 0 5%;
  }
  .c5-sec6-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }
  .c5-sec6-ttl .c5-ttl {
    width: 35%;
    font-size: 30px;
    margin: 0;
  }
  .c5-sec6-ttl-right {
    width: 57%;
    margin: 0;
    padding: 0;
    font-size: 36px;
  }
  .c5-sec6-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 15px;
  }
  .c5-sec6-top-img {
    width: 48%;
    margin: 0;
  }
  .c5-sec6-top-txt {
    width: 51%;
  }
  .c5-sec6-top-txt-catch {
    font-size: 18px;
  }
  .c5-sec6-top-txt-ttl {
    font-size: 24px;
  }
  .c5-sec6-top-txt-target {
    font-size: 14px;
  }
  .c5-sec6-top-txt-price {
    letter-spacing: .1em;
  }
  .c5-sec6-top .c5-red {
    font-size: 20px;
  }
  .c5-sec6-middle {
    padding: 20px 15px;
  }
  .c5-sec6-middle p:first-child {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .c5-sec6-middle p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c5-sec6-middle p:last-child .c5-red {
    display: inline;
    font-size: 20px;
    margin-bottom: 0;
  }
  .c5-sec6-bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
  }
  .c5-sec6-bottom-content {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    padding: 20px 15px;
  }
  .c5-sec6-bottom-content-ttl {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.411;
  }
  .c5-sec6-bottom .c5-blue {
    font-size: 28px;
  }
  .c5-sec6-bottom-link {
    font-size: 20px;
  }
  .c5-sec6-bottom-txt {
    font-size: 18px;
  }
  .c5-sec6-bottom-sublink {
    font-size: 20px;
  }
  .c5-sec6-bottom-subtxt {
    font-size: 16px;
  }
  .c5-sec6-bottom-1 .c5-sec6-bottom-img {
    width: 79%;
  }
  .c5-sec6-bottom-3-box {
    display: block;
  }
  .c5-sec6-bottom-3 .c5-sec6-bottom-subtxt {
    width: 100%;
    margin: 0 auto 40px;
  }
  .c5-sec6-bottom-3 .c5-sec6-bottom-img {
    width: auto;
    margin: 0 auto;
  }
  .c5-sec6-bottom-3 .c5-sec6-bottom-img img {
    margin: 0 auto;
  }
  .c5-sec6-bottom-4 p.c5-blue {
    text-align: left;
  }
  .c5-sonyStore {
    font-size: 28px;
  }
  .c5-nav nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c5-nav .c5-pagelink {
    width: 48%;
    margin: 0 0 10px;
  }
  .c5-nav .c5-pagelink:not(:last-child) {
    margin: 0 0 10px;
  }
  .c5-sec-reason-ttl {
    padding: 30px 10px;
  }
  .c5-sec-reason-ttl p {
    font-size: 36px;
    letter-spacing: .1em;
  }
  .c5-sec-reason-ttl p span {
    font-size: 26px;
  }
  .c5-sec-reason-ttl.ttl1 {
    background: url("../img/bg1_pc.jpg") no-repeat center center;
    margin-bottom: 40px;
  }
  .c5-sec-reason-ttl.ttl2 {
    background: url("../img/bg3_pc.jpg") no-repeat center center;
    margin-bottom: 60px;
  }
  .c5-sec-reason-box {
    justify-content: center;
  }
  .c5-sec-reason-box-content {
    width: 48%;
    max-width: 349px;
    margin: 0 4.2% 0;
  }
  .c5-sec-reason-box-content img {
    margin: 0 auto 15px;
  }
  .c5-sec-reason-box-content p {
    font-size: 20px;
    line-height: 1.5;
  }
  .c5-sec-reason-catch {
    max-width: 798px;
    margin: 0 auto 60px;
    padding: 50px 10px;
    background: url("../img/bg2_pc.jpg") no-repeat center center;
    background-size: cover;
  }
  .c5-sec-reason-catch p {
    letter-spacing: .14em;
  }
  .c5-sec-reason-catch p:first-child {
    font-size: 32px;
    line-height: 1.5625;
  }
  .c5-sec-reason-catch p:last-child {
    font-size: 24px;
    line-height: 1.4;
  }
  .c5-sec-reason-catch p:last-child span {
    font-size: 32px;
    border-width: 2px;
    line-height: 2;
  }
  .c5-sec-reason-blue {
    max-width: 1120px;
    padding: 20px;
  }
  .c5-sec-reason-blue p {
    font-size: 28px;
    letter-spacing: .14em;
  }
  .c5-sec-reason-blue.blue1 {
    margin-bottom: 30px;
  }
  .c5-sec-reason-blue.blue2 {
    margin-bottom: 80px;
  }
  .c5-sec-reason-txt {
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: .1em;
  }
  .c5-sec-model-ttl {
    margin-bottom: 40px;
    padding: 15px;
  }
  .c5-sec-model-ttl p {
    font-size: 24px;
    line-height: 1.4;
  }
  .c5-sec-model-ttl p span {
    display: inline-block;
    padding-left: 20px;
  }
  .c5-sec-model-tv {
    display: flex;
    justify-content: space-around;
  }
  .c5-sec-model-tv-content {
    width: 33.333%;
  }
  .c5-sec-model-tv-content:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-sec-model-tv-content img {
    width: auto;
  }
  .c5-sec-model-tv-content p {
    font-size: 24px;
  }
  .c5-sec-model-tv-content p span {
    font-size: 18px;
  }
  .c5-sec-model-tv-size {
    margin-bottom: 20px;
  }
  .c5-sec-model-tv-size span {
    border-radius: 6px;
    font-size: 18px;
  }
  .c5-sec-model-bar {
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
  }
  .c5-sec-model-bar-content {
    width: 24.5%;
    margin: 0 auto;
  }
  .c5-sec-model-bar-content img {
    width: auto;
  }
  .c5-sec-model-bar-content img.ex {
    width: auto;
  }
  .c5-sec-model-bar-content p {
    font-size: 24px;
  }
  .c5-sec-model-bar-content p span {
    font-size: 18px;
  }
  .c5-sec-model .c5-grad-border {
    max-width: 1120px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .c5-sec-model .c5-grad-border p {
    font-size: 28px;
    line-height: 1.357;
  }
  .c5-sec-model-img {
    margin-bottom: 80px;
  }
  .c5-end {
    width: 50%;
    margin-top: 25px;
    border-width: 2px;
  }
  .c5-end.c5-mb {
    margin-bottom: 50px;
  }
  .c5-end.c5-ex {
    width: 100%;
    margin-top: 10px;
  }
  .c5-end p {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .c5-nav .c5-pagelink {
    width: 24.4%;
  }
  .c5-nav .c5-pagelink:not(:last-child) {
    margin: 0 .6% 0 0;
  }
  .c5-nav .c5-pagelink a {
    font-size: 16px;
    padding: 20px 10px;
  }
}
