@charset "UTF-8";
/*reset------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

input, button, textarea, select {
  font: inherit;
}

li {
  list-style: none;
}

.s5-returnToTop {
  margin: 0;
}

/*base------------------------------------------*/
body {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .05em;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*header------------------------------------------*/
.c5-logo {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-logo .c5-logo__sony {
  float: left;
}

.c5-logo .c5-logo__sony img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.c5-logo .c5-logo__category {
  float: right;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .c5-logo {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .c5-logo {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }

  .c5-logo .c5-logo__sony {
    display: block;
    float: none;
  }

  .c5-logo .c5-logo__sony img {
    display: block;
    float: left;
    max-width: 100%;
    width: 20%;
    height: auto;
    margin: 0 5%;
  }

  .c5-logo .c5-logo__category {
    display: block;
    float: none;
    text-align: right;
    font-size: 60%;
    padding-right: 10px;
  }
}
/*MV------------------------------------------*/
.c5-mv {
  text-align: center;
}
.c5-mv img {
  width: 100%;
}

/*main------------------------------------------*/
.c5-main {
  padding-top: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  background: url("../images/bg_product.png") no-repeat right top, linear-gradient(to right, #fefefe 0%, #f3ecf4 100%);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c5-main {
    background-size: 70vw, 100%;
    padding-top: 20vw;
  }
}
.c5-main p {
  margin-bottom: 2em;
}
.c5-main p:last-child {
  margin-bottom: 0;
}

.c5-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.c5-inner02 {
  max-width: 950px;
  margin: 0 auto;
}

.c5-inner03 {
  max-width: 700px;
  margin: 0 auto;
}

.c5-table {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

 .c5-table_size { 
  height: 40px;
}
@media only screen and (max-width : 767px){
  .c5-table_size { 
  height: 80px
	}
}

.c5-section {
  padding: 80px 15px;
}
.c5-section > .c5-col__scene {
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .c5-section {
    padding: 60px 15px;
  }
}

.c5-bg__arrow {
  background: url("../images/bg_arrow.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 210px;
}
@media only screen and (max-width: 767px) {
  .c5-bg__arrow {
    padding-bottom: 100px;
  }
}

.c5-box__index {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: 0 15px;
}
.c5-box__index__ttl {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: linear-gradient(to right, navy 1%, #500080 50%, purple 100%);
  font-size: 28px;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(250, 117, 255, 0.75);
}
@media only screen and (max-width: 767px) {
  .c5-box__index__ttl {
    font-size: 18px;
  }
}
.c5-box__index__body {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c5-box__index__body {
    padding: 15px;
    font-size: 16px;
  }
}
.c5-box__index li:not(:last-child) {
  margin-bottom: 15px;
}
.c5-box__index a {
  display: block;
  color: #fff;
}
.c5-box__index .indent a {
  padding-left: 2em;
  position: relative;
}
.c5-box__index .indent span {
  position: absolute;
  top: 0;
  left: 0;
}

.c5-img__center {
  text-align: center;
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .c5-img__center {
    margin-bottom: 40px;
  }
}
.c5-img__center:last-child {
  margin-bottom: 0;
}

.c5-col {
  display: flex;
  justify-content: center;
}
.c5-col._col2 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .c5-col._col2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.c5-col._col2 > div {
  flex: 0 1 50%;
  margin: 0 20px;
  text-align: center;
}
.c5-col._center > div {
  margin: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-col {
    display: block;
  }
  .c5-col > div {
    margin: 0 0 30px 0 !important;
  }
  .c5-col > div:last-child {
    margin-bottom: 0 !important;
  }
}
.c5-col .c5-col__img + .c5-col__txt {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c5-col .c5-col__img + .c5-col__txt {
    margin-left: 0;
    margin-top: 20px;
  }
}
.c5-col .c5-col__txt + .c5-col__img {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c5-col .c5-col__txt + .c5-col__img {
    margin-left: 0;
    margin-top: 20px;
  }
}
.c5-col__img {
  flex: 0 1 50%;
  text-align: center;
}
.c5-col__txt {
  flex: 0 1 50%;
}
.c5-col__txt.adjust {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c5-col__txt.adjust {
    padding-top: 0;
  }
}
.c5-col__txt .c5-ttl__sectionsub {
  margin-bottom: 20px;
}
.c5-col ._w30 {
  flex: 0 1 30%;
}
.c5-col + * {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .c5-col + * {
    margin-top: 40px;
  }
}

.c5-col__scene {
  display: flex;
  height: 600px;
}
@media only screen and (max-width: 1000px) {
  .c5-col__scene {
    display: block;
    height: auto;
  }
}
.c5-col__scene._rv {
  flex-direction: row-reverse;
}
.c5-col__scene._rv .c5-col__scene__txt {
  background: linear-gradient(135deg, navy 1%, #500080 50%, purple 100%);
}
.c5-col__scene__txt {
  color: #fff;
  text-align: center;
  padding: 4vw;
  background: linear-gradient(-45deg, navy 1%, #500080 50%, purple 100%);
}
@media only screen and (max-width: 767px) {
  .c5-col__scene__txt {
    padding: 30px 15px;
  }
}
.c5-col__scene__txt p {
  text-align: left;
}
.c5-col__scene__img {
  text-align: center;
}
.c5-col__scene__img._top img {
  object-position: top;
}
.c5-col__scene__img._bottom img {
  object-position: bottom;
}
.c5-col__scene__img img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .c5-col__scene__img img {
    height: auto;
    width: auto;
  }
}

.c5-img__point {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-img__point img {
    max-width: 70px;
  }
}

.c5-ttl__section {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  font-weight: bold;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c5-ttl__section {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.c5-ttl__grad {
  background: linear-gradient(to right, navy 1%, #500080 50%, purple 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

* + .c5-ttl__sectionsub {
  margin-top: 70px;
}

.c5-ttl__sectionsub {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c5-ttl__sectionsub {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c5-ttl__sectionsub2 {
  font-size: 17px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c5-ttl__sectionsub2 {
    font-size: 16px;
  }
}

.c5-ttl__other {
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.c5-ttl__other + p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 90px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c5-ttl__other + p {
    font-size: 16px;
    margin-bottom: 60px;
  }
}

.c5-col__scene > div {
  flex: 0 1 50%;
}

.c5-section__enq {
  padding: 80px 15px;
}

.c5-section__btns {
  padding: 100px 15px;
  background: #000 url("../images/bg_support.jpg") no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c5-section__btns {
    padding: 60px 15px;
    background-image: none;
  }
}

.c5-col__btns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c5-col__btns {
    display: block;
  }
}
.c5-col__btns > div {
  flex: 0 1 34%;
  text-align: center;
}
.c5-col__btns > div:last-child {
  margin-left: 10%;
}
@media only screen and (max-width: 767px) {
  .c5-col__btns > div:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
}
.c5-col__btns a {
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  padding: 20px;
  display: block;
  height: 100%;
  box-shadow: 0 0 60px #7d38c4;
  transition: box-shadow .3s ease;
}
@media only screen and (max-width: 767px) {
  .c5-col__btns a {
    padding: 15px;
  }
}
.c5-col__btns a:hover {
  box-shadow: 0 0 60px purple;
}
.c5-col__btns__ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c5-col__btns__ttl {
    font-size: 18px;
  }
}
.c5-col__btns__img {
  margin-bottom: 20px;
}

.c5-col__icon__img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c5-col__icon__img img {
    max-width: 50px;
  }
}
.c5-col__icon__txt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.4;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .c5-col__icon__txt {
	margin-bottom: 10px;
    font-size: 18px;
  }
}

.c5-btn01 {
  transition: opacity .3s ease;
  display: inline-block;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(to right, navy 1%, #500080 50%, purple 100%);
  box-shadow: 0 0 10px #fff;
}
@media only screen and (max-width: 767px) {
  .c5-btn01 {
    font-size: 18px;
    padding: 15px;
  }
}
.c5-btn01:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}

.c5-icon__arrow {
  display: block;
  position: relative;
}
.c5-icon__arrow::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.c5-ttl__owner {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .c5-ttl__owner {
    font-size: 20px;
  }
}

.c5-btn__enq {
  max-width: 400px;
  margin: 0 auto;
}
.c5-btn__enq .c5-btn01 {
  display: block;
}

* + .c5-btn__enq {
  margin-top: 40px;
}

.c5-list__step li:not(:last-child) {
  background: url("../images/icon_arrow.png") no-repeat center bottom;
  padding-bottom: 80px;
  margin-bottom: 20px;
}

.c5-list__ready {
  text-align: center;
  margin-bottom: 40px;
}
.c5-list__ready ul {
  text-align: left;
  display: inline-block;
}
.c5-list__ready li {
  list-style: disc;
  margin: 0 0 .5em 2em;
}

.c5-box__ex {
  border: 1px solid #ccc;
}
.c5-box__ex + * {
  margin-top: 90px;
}

.c5-ttl__column {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px;
  background: #382938;
  background: linear-gradient(to bottom, #382938 0%, #13031c 100%);
  width: 400px;
  margin: -40px 0 40px -80px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1260px) {
  .c5-ttl__column {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-ttl__column {
    margin: -40px auto 20px auto !important;
    width: auto;
    max-width: 300px;
    font-size: 18px;
    padding: 15px;
  }
}

.c5-col__column {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c5-col__column {
    display: block;
  }
}
.c5-col__column._rv {
  flex-direction: row-reverse;
}
.c5-col__column._rv .c5-ttl__column {
  margin: -40px -80px 40px auto;
}
@media only screen and (max-width: 1260px) {
  .c5-col__column._rv .c5-ttl__column {
    margin-right: -50px;
  }
}
.c5-col__column__txt {
  flex: 1;
  padding: 0 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .c5-col__column__txt {
    padding: 0 20px 20px 20px;
  }
}
.c5-col__column__img {
  padding: 0 10px;
  text-align: center;
}

/*deco------------------------------------------*/
.c5-bg__tri01 {
  background: url("../images/bg_tri01.svg") no-repeat left bottom;
  background-size: 100% 10vw;
  padding-bottom: 10vw;
}
@media only screen and (max-width: 767px) {
  .c5-bg__tri01 {
    padding-bottom: 15vw;
  }
}

.c5-bg__tri02 {
  background: url("../images/bg_tri02.svg") no-repeat left bottom;
  background-size: 100% 10vw;
  padding-bottom: 10vw;
}
@media only screen and (max-width: 767px) {
  .c5-bg__tri02 {
    padding-bottom: 15vw;
  }
}

.c5-bg__tri03 {
  background: url("../images/bg_tri03.svg") no-repeat left top, url("../images/bg_tri04.svg") no-repeat right bottom;
  background-size: 100% 10vw, 100% 10vw;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.c5-img_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*parts------------------------------------------*/
.c5-txt__center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }
}

.c5-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c5-sp {
    display: block;
  }
}

.c5-mb0 {
  margin-bottom: 0 !important;
}
