@charset "utf-8";


/********************
* font files
********************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');



/********************
* style files
********************/
@import url(normalize.css);


/********************
* base style
********************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-size: 1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
h1 {
  margin: 0;
}
a,
button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media (min-width:641px) {
  body {
    min-width: 1230px;
  }
}

/********************
* layout
********************/
.sr-only {
  overflow: hidden !important;
  position: absolute !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important;
  white-space: nowrap !important;
  clip: rect(0,0,0,0) !important;
}

/********************
* layout
********************/
@media (max-width:640px) {
  .pc {
    display: none !important;
  }
}
@media (min-width:641px) {
  .sp {
    display: none !important;
  }
}
.gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.content-body {
  padding: 30px 0;
  background-color: #D3D3D3;
}
@media (min-width:641px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .container.gutter {
    width: 1230px;
  }
  .content-body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content-inner.gutter {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
  .content-body > .items-introduction,
  .content-body > .product,
  .thanks-btn {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
  }
  .content + .content {
    margin-top: 80px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width:641px) {
  .row-ai_center_pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

/********************
* movie responsive
********************/
.movie {
  margin: 0;
  padding: 0;
}
.movie-box {
  /* 560 x 315 */
  position: relative;
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
}
.movie-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-caption {
  margin-top: 6px;
  font-size: 0.625rem;
}
.movie-caption a {
  border-bottom: 1px solid #707070;
  background-color: transparent;
  color: inherit;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
}
@media (max-width:640px) {
  .movie-caption {
    text-align: center;
  }
  .movie-caption img {
    vertical-align: 0;
  }
}
@media (min-width:641px) {
  .movie-caption {
    font-size: 1.0625rem;
  }
  .movie-caption {
    margin-top: 10px;
    font-size: 1.0625rem;
  }
  .movie-caption img {
    vertical-align: 2px;
  }
}



/********************
* new window
********************/
.s5-icon-window {
    display: inline-block;
    margin: -2px 0 0 4px;
    width: 11px;
    height: 9px;
    vertical-align: middle;
    background: url(https://www.sony.jp/share5/images/s5-icon/sprite_01.png) no-repeat;
    line-height: 1;

}
a:hover .s5-icon-window {
  background-position: 0 -24px;
}



/********************
* modal
********************/
.modal_profile-btn {
  text-align: center;
}
@media (max-width:640px) {
  .modal {
    overflow: scroll;
    height: 80vh;
    max-width: 360px;
  }
}
.remodal-wrapper.remodal-is-opened {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0,0,0,0.8);
}
@media (max-width:640px) {
  .remodal-wrapper.remodal-is-opened {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/********************
* header
********************/
.site_header {
  background-color: #000;
  color: #fff;
}
.site_header .container {
  height: 4.5rem;
}
/* header logo */
.site_header-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.site_header-title a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}


/********************
* main > visual
********************/
.visual {
  position: relative;
  z-index: 1000;
  background-color: #000;
  color: #fff;
}
.visual .container {
  position: relative;
  z-index: 10;
}
.visual-title {

  text-align: center;
  font-size: 2rem;
}
.visual-message {
  font-weight: 700;
}
.visual-bg_media {
  z-index: 1;
}
@media (max-width:640px) {
  .visual .container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 15px;
  }
  /*
  .visual-title {
    margin-left: -15px;
    margin-right: -15px;
  }
  */
  .visual-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6px;
  }
  .visual-message p {
    margin: 0 0 15px;
    text-align: justify;
    line-height: 1.8;
  }
}
@media (min-width:641px) {
  .visual {
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    /*
    height: 926px;
    background-image: url(../media/images/visual/title-bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    */
    background-color: #000;
  }
  .visual-bg {
    padding-top: 48.2291%;
    width: 100%;
    background-image: url(../media/images/visual/title-bg_pc.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /*
  .visual .container {
    padding-top: 215px;
  }
  */
  .visual-inner {
    position: absolute;
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 30px;
    height: 100%;
  }
  .visual-title {
    height: 35.0971%;
    text-align: center;
    font-size: 5rem;
  }
  .visual-title img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .visual-message {
    margin-top: 76px;
  }
  .visual-message > .col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .visual-img {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-right: 47px;
  }
  .visual-message p {
    margin: 0;
    font-size: 1.1875rem;
    line-height: 2.5;
  }
}


/********************
* main > navigation
********************/
.nav {
  position: relative;
  z-index: 1000;
  background-color: #000;
  color: #fff;
}
.nav-list {
  margin: 0;
  padding: 0;
}
.nav-list-menu {
  text-align: center;
  font-size: 1.375rem;
  list-style-type: none;
}
.nav-list-menu a {
  height: 70px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width:640px) {
  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-list-menu {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #fff;
  }
}
@media (min-width:641px) {
  .nav-list {
    height: 140px;
  }
  .nav-list-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 33.3334%;
        flex-basis: 33.3334%;
    height: 90px;
    font-size: 1.6875rem;
    line-height: 1.5555;
  }
  .nav-list-menu:first-of-type::before,
  .nav-list-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -45px;
    width: 2px;
    height: 90px;
    background-color: #fff;
  }
  .nav-list-menu:first-of-type::before {
    left: 0;
  }
  .nav-list-menu::after {
    right: 0;
  }
}



/********************
* main > message & profile
********************/
.section_message {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #ededed;
}
.section_message-heading {
  text-align: center;
  font-size: 1.8125rem;
  font-weight: 600;
  letter-spacing: 3px;
}
.section_message-profile {
  margin: 34px auto 30px;
}
.section_message-profile-img {
  text-align: center;
}
.section_message-name {
  font-family: 'Noto Sans JP', sans-serif;
}
.section_message-name {
  text-align: center;
  font-size: 1.375rem;
  white-space: nowrap;
}
.section_message-name small {
  margin-right: 0.5em;
  font-size: 1rem;
}
.section_message-profile-message {
  line-height: 2.07143;
}
.section_message-profile-message p {
  margin: 0;
}
.modal_profile-btn button {
  padding: 0;
  border: none;
  cursor: pointer;
}
.modal_profile-btn img {
  margin-bottom: 10px;
  vertical-align: top;
}
.modal-noscript {
  display: none;
  color: inherit;
  text-decoration: none;
}
@media (max-width:640px) {
  .section_message-heading {
    line-height: 1.31034;
  }
  .section_message-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_message-modal,
  .section_message-modal button {
    font-size: 0.8125rem;
  }
  .section_message-profile-message {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}
@media (min-width:641px) {
  .section_message {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section_message-heading {
    font-size: 2.875rem;
    letter-spacing: 6px;
  }
  .section_message-profile {
    margin: 50px auto 60px;
    width: 950px;
  }
  .section_message-profile .section_message-profile-img {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    margin-right: 40px;
    -ms-flex-preferred-size: 234px;
        flex-basis: 234px;
    width: 234px;
  }
  .section_message-profile .section_message-profile-message {
    -ms-flex-preferred-size: 676px;
        flex-basis: 676px;
    width: 676px;
  }
  .section_message-profile-message {
    font-size: 1.1875rem;
    line-height: 2.2632;
  }
  .section_message-profile-message p {
    margin-top: -0.5263rem;
  }
}

.modal_profile {
  text-align: left;
}
.modal_profile-btn {
  text-align: center;
  line-height: 1.5;
}
.modal_profile-btn a {
  border: none;
  outline: none !important;
  background-color: transparent;
  color: inherit;
  font-size: 0.8125rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
}
.modal_profile .modal-body {
  padding: 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
}
.modal_profile .modal-img {
  text-align: center;
}
.modal_profile .modal-title {
  margin-bottom: 20px;
  font-size: 2.25rem;
}
.modal_profile .modal-title small {
  display: block;
  font-size: 1.125rem;
}
.modal_profile .modal-text {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8888;
}
.modal_profile p {
  margin: 0;
}
@media (max-width:640px) {
  .modal_profile .modal-title {
    margin-top: 20px;
  }
}
@media (min-width:641px) {
  .modal_profile {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 1300px;
  }
  .modal_profile .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
  .modal_profile .modal-img {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    margin-right: 50px;
  }
  .modal_profile .modal-title {
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
  }
  .modal_profile .modal-title small {
    margin-bottom: 6px;
    line-height: 1;
  }
}

.section_message-movie {
  margin-bottom: 50px;
}



/********************
* main > section
********************/
.content-heading {
  margin-top: 0;
}
.product {
  margin-top: 30px;
  padding: 40px 20px;
  background-color: #3C3C3C;
  color: #fff;
}
.product > .row + .row {
  margin-top: 42px;
}
.product-img {
  text-align: center;
}
.product-data_guide {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.product-data_name {
  margin-bottom: 2px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.409;
}
.product-data_num {
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  margin-left: auto;
}
.product-btn .btn {
  position: relative;
  display: block;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  line-height: 39px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.product-btn .btn {
  opacity: 1;
}
.product-btn .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -3px;
  width: 7px;
  height: 9px;
  background-image: url(../media/images/icon-arrow-right.svg);
  background-repeat: no-repeat;background-position: center center;
  background-size: auto 9px;
}
.product-btn .btn + .btn {
  margin-left: 20px;
}
.btn-sample {
  background-color: #666;
  color: #fff;
}
.btn-sample:hover {
  background-color: #8c8c8c;
}
.btn-item {
  margin-left: auto;
  background-color: #E06909;
  color: #fff;
}
.btn-item:hover {
  background-color: #f7913e;
}
.product-review {
  text-align: center;
  font-size: 0.75rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.product-review a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.product-review .s5-icon-window {
  position: relative;
  top: -1px;
  margin-left: 8px;
}
@media (max-width:640px) {
  .product > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-img {
    margin-bottom: 40px;
  }
}
@media (min-width:641px) {
  .product {
    margin-top: 70px;
    padding: 40px;
  }
  .product > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-img {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
  }
  .product-data {
    -ms-flex-preferred-size: 510px;
        flex-basis: 510px;
    margin-left: 40px;
  }
  .product-data_guide {
    font-size: 1.1875rem;
  }
  .product-data_name {
    margin-bottom: 7px;
    font-size: 1.5625rem;
  }
  .product-data_num {
    margin-bottom: 17px;
    font-size: 0.875rem;
  }
  .product-btn {
    margin-bottom: 20px;
    width: 387px;
  }
  .product-btn .btn {
    width: 186px;
    font-size: 0.875rem;
  }
  .product-review {
    text-align: right;
  }
  .product-review .s5-icon-window {
    margin-left: 5px;
  }
}


/********************
* main > section1
********************/
#section1 .content-heading {
  background-image: url(../media/images/section1/section1-heading_sp.jpg);
}

.content-heading {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: #fff;
}
.content-heading-head {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.content-heading-summary {
  margin: 0;
}
@media (max-width:640px) {
  .content-heading {
    margin-bottom: 112px;
    height: 100px;
  }
  .content-heading-summary {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    margin-top: 30px;
    text-align: center;
    color: #000;
    font-size: 0.75rem;
    line-height: 2.0833;
  }
}
@media (min-width:641px) {
  .content-heading {
    margin-bottom: 60px;
    height: 300px;
    text-align: center;
  }
  .content-heading-head {
    margin-bottom: 17px;
    font-size: 3.75rem;
  }
  .content-heading-summary {
    font-size: 1.375rem;
    line-height: 1.7727;
  }
}

.content-section-heading {
  margin-top: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
}
.content-heading_line {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.content-photo {
  margin: 20px 0 30px;
  text-align: center;
}
.content-photo-caption {
  margin-top: 10px;
  text-align: right;
  font-size: 0.625rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.content-body p {
  margin: 0;
  line-height: 2;
}
@media (max-width:640px) {
  .content-section + .content-section {
    padding-top: 60px;
  }
  .content-photo-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-photo-row > p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content-photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width:641px) {
  .content-section + .content-section {
    padding-top: 140px;
  }
  .content-section-heading {
    font-size: 2.1875rem;
  }
  .content-photo {
    margin: 36px 0 40px;
  }
  .content-photo-caption {
    font-size: 0.9375rem;
  }
  .content-body p {
    font-size: 1.125rem;
    line-height: 1.8888;
  }
  .content-photo-row p {
    -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
    margin-right: auto;
  }
  .content-photo-row .content-photo {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 12px 0 0;
  }
}


/********************
* main > section2
********************/
#section2 .content-heading {
  background-image: url(../media/images/section2/section2-heading_sp.jpg);
}

.point-section + .point-section {
  margin-top: 40px;
}
.point-heading {
  margin: 0 0 20px;
  border-bottom: 2px solid #E06909;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
}
.point-heading-label {
  display: inline-block;
  margin-right: 10px;
  width: 3.5625rem;
  text-align: center;
  background-color: #E06909;
  color: #fff;
  font-size: 0.625rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 2.8;
}
.point-heading-label::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 2px;
  width: 5px;
  height: 6px;
  background-image: url(../media/images/section2/icon-arrow-right_s.svg);
  background-position: none;
  background-position: center center;
}

.point-table-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}
.point-table {
  margin-left: -2px;
  margin-right: -2px;
  font-size: 0.625rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 2px;
}
.point-table th,
.point-table td {
  padding: 12px;
  vertical-align: center;
  font-weight: 500;
}
.point-table th {
  width: 7.5rem;
  background-color: #464646;
  color: #fff;
}
.point-table td {
  background-color: #fff;
  color: #000;
  line-height: 1.5;
}

.point-list {
  margin: 20px 0 0;
}
.point-list dt {
  margin-bottom: 10px;
  padding-left: 6px;
  color: #E06909;
  font-size: 1.25rem;
  font-weight: 700;
}
.point-list dd + dt {
  margin-top: 36px;
}
.point-list dt::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  width: 8px;
  height: 10px;
  background-image: url(../media/images/section2/icon-arrow-right_or.svg);
  background-position: none;
  background-position: center center;
}
.point-list dd {
  margin-left: 0;
  line-height: 2;
}

.point-section-img {
  margin-bottom: 20px;
}

.point-section p {
  margin: 0;
}
@media (max-width:640px) {
  .row.point-section-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .row.point-section-img > .col:first-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width:641px) {
  #section2 .content-heading {
    background-image: url(../media/images/section2/section2-heading_pc.jpg);
  }

  .point-section + .point-section {
    margin-top: 80px;
  }

  .point-heading {
    margin: 0 0 36px;
    font-size: 1.75rem;
    line-height: 1.5714;
    letter-spacing: 2px;
  }
  .point-heading-label {
    margin-right: 14px;
    width: 5.9375rem;
    font-size: 1rem;
    line-height: 2.75;
  }
  .point-heading-label::before {
    margin-right: 6px;
    width: 8px;
    height: 10px;
    background-size: contain;
  }


  .point-table-area {
    max-width: 600px;
  }
  .point-table {
    margin-left: -4px;
    margin-right: -4px;
    font-size: 1.125rem;
    border-spacing: 4px;
  }
  .point-table th {
    width: 12.5rem;
  }
  .point-table td {
    padding: 20px;
    width: 24.75rem;
    font-size: 1.0625rem;
    line-height: 1.5294;
  }

  .point-list {
    margin: 40px 0 0;
  }
  .point-list dt {
    margin-bottom: 12px;
    padding-left: 5px;
  }
  .point-list dd + dt {
    margin-top: 32px;
  }
  .point-list dd {
    font-size: 1.125rem;
    line-height: 1.8888;
  }

  .point-section-img {
    margin-bottom: 40px;
  }
  .point-section-img .col {
    -ms-flex-preferred-size: 467px;
        flex-basis: 467px;
  }
  .point-section-img .col + .col {
    margin-left: auto;
  }
}


/********************
* main > section3
********************/
#section3 .content-heading {
  background-image: url(../media/images/section3/section3-heading_sp.jpg);
}

.items-introduction {
  margin-top: 22px;
  margin-bottom: 30px;
}
.items-introduction dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
  font-size: 1.735rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.items-introduction dd + dt {
  margin-top: 30px;
}
.items-introduction dt::before {
  content: "";
  display: inline-block;
  margin-right: 11px;
  width: 10px;
  height: 30px;
  background-color: #E06909;
}
.items-introduction dd {
  margin-left: 0;
  line-height: 2;
}
.product-data_category {
  margin-bottom: 2px;
  font-size: 0.75rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
@media (min-width:641px) {
  .items-introduction {
    margin-top: 52px;
    margin-bottom: 80px;
  }
  .items-introduction dt {
    font-size: 1.375rem;
  }
  .items-introduction dd + dt {
    margin-top: 52px;
  }
  .items-introduction dd {
    font-size: 1.25rem;
    line-height: 1.95;
  }
  .product-data_category {
    font-size: 0.875rem;
  }
}



/********************
* main > bravia
********************/
.bravia-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(144,144,144);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(144,144,144,1)),to(rgba(0,0,0,1)));
  background: linear-gradient(to bottom, rgba(144,144,144,1) 0%,rgba(0,0,0,1) 100%);
  color: #fff;
}

.bravia-heading,
.bravia-sentence,
.bravia-howto {
  text-align: center;
}
.bravia-heading,
.bravia-sentence {
  text-shadow: 0 0 8px rgba(0,0,0,0.8), 0 0 4px rgba(0,0,0,0.8);
}
.bravia-heading {
  margin: 0 0 30px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.3478;
}
.bravia-sentence {
  margin-top: 30px;
  margin-bottom: 43px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2;
}
.bravia-howto {
  font-family: 'Noto Sans JP', sans-serif;
}
.bravia-howto dt {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 700;
}
.bravia-howto dd {
  font-size: 0.75rem;
  line-height: 1.5833;
}

.bravia .product {
  background-color: #fff;
  color: #000;
}
.bravia .product-review a {
  border-bottom: 1px solid #000;
  color: #000;
}

.connection {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.connection-heading {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 1.125rem;
  font-weight: 700;
}
.connection-text {
  margin-bottom: 20px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5384;
}
.connection-btn a {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
  width: 100%;
  text-align: center;
  background-color: #5787F4;
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
  line-height: 3.4615;
}
.connection-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 10px;
  background-image: url(../media/images/icon-arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.bravia-message {
  padding: 20px 15px;
  background-color: #E6E6E6;
}
.bravia-message-row {
  padding: 20px 15px;
  border-radius: 12px;
  background-color: #fff;
  color: #000;
}
.bravia-message-heading {
  margin-top: 0;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
}
.bravia-message-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.92;
}
.bravia-message-text p {
  margin: 0;
}
@media (max-width:640px) {
  .bravia-message-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bravia-message-img {
    margin-bottom: 23px;
    text-align: center;
  }
}
@media (min-width:641px) {
  .bravia {
    margin-top: 90px;
  }
  .bravia-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .bravia-heading {
    margin: 0 0 40px;
    font-size: 2.3125rem;
  }
  .bravia-sentence {
    margin-top: 40px;
    margin-bottom: 45px;
    font-size: 1.625rem;
    line-height: 1.5769;
  }
  .bravia-howto dt {
    margin-bottom: 12px;
    font-size: 1.375rem;
  }
  .bravia-howto dd {
    font-size: 1.125rem;
    line-height: 1.6111;
  }
  .bravia-howto {
    margin-bottom: 78px;
  }
  .connection {
    margin-top: 50px;
    padding: 30px 0 40px;
  }
  .connection-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.625rem;
  }
  .connection-text {
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 1.5555;
  }
  .connection-btn a {
    max-width: 400px;
    font-size: 1.0625rem;
    line-height: 3.3333;
  }
  .connection-btn a::before {
    left: 16px;
    margin-top: -7px;
    width: 12px;
    height: 14px;
    background-size: contain;
  }

  .bravia-message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bravia-message-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 45px 65px;
    border-radius: 20px;
  }
  .bravia-message-heading {
    margin-left: 261px;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 2.25rem;
  }
  .bravia-message-img {
    margin-right: 25px;
  }
  .bravia-message-text {
    -ms-flex-preferred-size: calc(100% - 261px);
        flex-basis: calc(100% - 261px);
    font-size: 1.25rem;
    line-height: 2;
  }
  .bravia-message-text p {
    margin-top: -12px;
  }
}



/********************
* main > aside
********************/
.content-aside {
  margin-top: 40px;
}
.aside-heading {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
}
.aside-img {
  margin-bottom: 20px;
}
.aside-text {
  font-size: 0.875rem;
  line-height: 1.9285;
}
@media (min-width:641px) {
  .content-aside {
    margin-top: 120px;
    margin-bottom: 70px;
  }
  .aside-heading {
    margin-bottom: 30px;
    font-size: 1.75rem;
  }
  .aside-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}



/********************
* main > more  sonystore support
********************/
.more {
  margin-top: 62px;
}
.more-subsection + .more-subsection {
  margin-top: 62px;
}
.more-heading {
  margin-bottom: 55px;
  min-height: 79px;
  background-color: #2B2B2B;
  color: #fff;
}
.more-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.1363;
}
.more-heading h2::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  width: 28px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
}

.more-subsection-heading {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6;
}
.more-order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.more-order a {
  display: block;
}
.more-subsection p {
  font-family: 'Noto Sans JP', sans-serif;
}
.more-banner {
  margin-bottom: 25px;
}
.more-support2-note {
  margin-top: 0 !important;
}
@media (max-width:640px) {
  .more-heading h2::before {
    margin-left: -5px;
    background-image: url(../media/images/more/icon-arrow-right_sp.png);
  }
  .more-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .more-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .more-order-text {
    margin-top: 25px;
    font-size: 0.875rem;
    line-height: 1.9285;
  }
  .more-subsection .more-support2-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .more-subsection .more-support2-note {
    font-size: 0.7rem;
    line-height: 2;
  }
  .school {
    display: none;
  }
}
@media (min-width:641px) {
  .more-heading h2::before {
    background-image: url(../media/images/more/icon-arrow-right_pc.png);
  }
  .more-heading {
    margin-bottom: 70px;
    min-height: 70px;
  }
  .more-heading h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.75rem;
  }
  .more-heading h2::before {
    margin-right: 10px;
  }

  .more-support2-text + .more-support2-note {
    margin-top: -45px !important;
    margin-bottom: 45px;
  }

  .more-subsection + .more-subsection {
    margin-top: 90px;
  }
  .more-subsection-heading {
    margin-bottom: 32px;
    font-size: 1.75rem;
    line-height: 1.4285;
  }
  .more-a .more-subsection-heading {
    margin-bottom: 45px;
  }
  .more-order a {
    display: block;
  }
  .more-subsection p {
    margin-bottom: 45px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .more-banner {
    margin-top: 25px;
  }
  .more-heading-img {
    position: relative;
    top: 2px;
    margin-left: 11px;
  }
  .more-a .more-support2-note {
    text-align: center;
    font-size: 1rem;
  }
  .school .col {
    -ms-flex-preferred-size: 182px;
        flex-basis: 182px;
  }
  .school .col + .col {
    margin-left: 10px;
  }
  .school .link-banner {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .school img {
    vertical-align: top;
	width: 100%;
  }
  .school-name {
    background-color: #000;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 3.8571;
  }
  .school-name::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 6px;
    height: 9px;
    background-image: url(../media/images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}



/********************
* main > thanks
********************/
.thanks {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #EAEAEA;
}
.thanks .content-body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.thanks-heading {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4166;
}
.thanks-btn {
  margin-top: 20px;
}
.thanks-btn a {
  height: 50px;
  background-color: #E0690A;
  color: #fff;
  font-size: 0.875rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.thanks-btn a:hover {
  background-color: #f7913e;
  opacity: 1;
}
.thanks p {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width:641px) {
  .thanks {
    margin-top: 68px;
  }
  .thanks-heading {
    margin: 0 0 23px;
    font-size: 2.6875rem;
  }
  .thanks p {
    text-align: center;
    font-size: 1.1875rem;
    line-height: 1.7368;
  }
  .thanks-btn a {
    height: 64px;
    font-size: 1.75rem;
  }
}


/********************
* main > totop
********************/
.totop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 100;
}
.totop-hide {
  display: none;
  opacity: 0;
}
.totop-show {
  display: block;
  opacity: 1 !important;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (min-width:641px) {
  .totop {
    right: 50%;
    margin-right: -600px;
  }
}


/********************
* main > totop
********************/
.footer {
  height: 100px;
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer img {
  margin-left: 10px;
}

/*    */
.movie-text p {
    padding: 0;
    margin: 22px auto 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.6;
}

.mt-footer {
  position: absolute;
  /*bottom: 0;*/
  margin-top: 40px;
  width: 100%;
}

.close-btn {
    color: #fff;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    background-color: #333;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    width: 30%;
}
@media (max-width:640px) {
  .close-btn {
    width: 60%;
}
}
.product-review.yt{
	text-align: center;
	padding-top: 5px;
}

.bravia .product-review.yt a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
