@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----------------------------------------
	base
---------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #fff;
}
html.fixed {
  overflow: hidden;
}

body {
  font-family: "SST Japanese W55 Regular", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  }
}

main {
  position: relative;
  overflow-x: hidden;
  margin-top: -54px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

img {
  max-width: 100%;
  width: 100%;
}

section {
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width: 640px) {
  section {
    padding: 45px 0;
  }
}

/* ----------------------------------------
	common
---------------------------------------- */
.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .inner {
    width: 92%;
    padding: 0;
  }
}

.txt {
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.txtLink {
  color: #008AD0;
  text-decoration: underline;
}

.note {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .note {
    font-size: 1.8rem;
  }
}

.btn {
  display: block;
  color: #fff;
  background: #162D56;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 50px;
  width: 92%;
  margin: 0 auto;
  max-width: 244px;
  padding: 18px 10px;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 2.2rem;
    max-width: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 2.4rem;
    max-width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .btn:hover {
    background: #39557F;
  }
}

.btn2 {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #008AD0;
  color: #008AD0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .btn2 {
    max-width: 260px;
    font-size: 2rem;
    padding: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .btn2:hover {
    opacity: 0.7;
  }
}
.btn2::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #008AD0;
  border-right: 1px solid #008AD0;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 640px) {
  .btn2::after {
    width: 13px;
    height: 13px;
    right: 24px;
  }
}
.btn2.is-disabled {
  pointer-events: none;
  cursor: initial;
  color: #666;
  border-color: #666;
}
.btn2.is-disabled::after {
  border-color: #666;
}
.btn2 span {
  padding-right: 0.5em;
}

.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 43%;
  right: 30px;
}
@media screen and (min-width: 640px) {
  .arrow::after {
    width: 12px;
    height: 12px;
  }
}

/* ----------------------------------------
	secTtl
---------------------------------------- */
.secTtl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.38;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .secTtl {
    font-size: 3rem;
    padding-bottom: 25px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl {
    font-size: 3.6rem;
  }
}
.secTtl::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #A4D3D9), color-stop(50%, #5F4491), color-stop(90%, #A4D3D9), to(transparent));
  background: linear-gradient(to right, transparent 0%, #A4D3D9 10%, #5F4491 50%, #A4D3D9 90%, transparent 100%);
}
@media screen and (min-width: 640px) {
  .secTtl::after {
    width: 540px;
    height: 3px;
  }
}
.secTtl--inline {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#3197A6), color-stop(49%, #2384BE), to(#5F4491)) text;
  background: linear-gradient(to left, #3197A6 0%, #2384BE 49%, #5F4491 100%) text;
}

/* ----------------------------------------
	pageTtl
---------------------------------------- */
.pageTtl--en {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#3197A6), color-stop(49%, #2384BE), to(#5F4491)) text;
  background: linear-gradient(to left, #3197A6 0%, #2384BE 49%, #5F4491 100%) text;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 640px) {
  .pageTtl--en {
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl--en {
    font-size: 5rem;
  }
}
.pageTtl--en::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#3197A6), color-stop(49%, #2384BE), to(#5F4491));
  background: linear-gradient(to left, #3197A6 0%, #2384BE 49%, #5F4491 100%);
  top: 50%;
  left: calc(100% + 16px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .pageTtl--en::after {
    width: 240px;
    left: calc(100% + 24px);
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl--en::after {
    width: 300px;
  }
}
.pageTtl--ja {
  font-size: 1.4rem;
  font-weight: 600;
  color: #162D56;
  display: block;
}
@media screen and (min-width: 640px) {
  .pageTtl--ja {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl--ja {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
.l-inner-primary {
  background: #000;
  padding: 15px;
  line-height: 1.15;
}
@media screen and (min-width: 640px) {
  .l-inner-primary {
    padding: 25px;
    height: 67px;
  }
}
.l-inner-primary .logo-sony {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .l-inner-primary .logo-sony {
    width: 74px;
  }
}
.l-inner-primary .logo-sony img {
  width: 100px;
}
.l-inner-primary > p a img {
  width: 129px;
}

.header {
  position: relative;
  z-index: 100;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header.fixed .header__container {
  background: linear-gradient(-45deg, rgba(43, 141, 171, 0.9) 0%, rgba(35, 132, 190, 0.9) 47%, rgba(95, 68, 145, 0.9) 100%);
}
@media screen and (min-width: 1024px) {
  .header a:hover {
    opacity: 0.7;
  }
}
.header__container {
  background: linear-gradient(-45deg, rgba(43, 141, 171, 0.5) 0%, rgba(35, 132, 190, 0.5) 47%, rgba(95, 68, 145, 0.5) 100%);
  height: 54px;
  padding: 10px 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding: 0 25px;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 1.8rem;
}
.header__right {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__right {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: linear-gradient(-45deg, rgba(43, 141, 171, 0.9) 0%, rgba(35, 132, 190, 0.9) 47%, rgba(95, 68, 145, 0.9) 100%);
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 70px 30px;
    visibility: hidden;
  }
  .header__right.panelactive {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__item {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__item {
    margin-right: 32px;
  }
}
.header__nav__link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header__nav__link {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #D8EBED;
  }
}
.header__lang {
  margin-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .header__lang {
    margin-top: 0;
  }
}
.header__lang__link {
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 6px 14px;
}
.header__hamburger {
  width: 20px;
  height: 15px;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  margin: 5px 0;
}
.header__hamburger span:nth-child(3) {
  top: 0;
}
.header__hamburger.active {
  position: absolute;
  right: 15px;
  top: 20px;
}
.header__hamburger.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__bg {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header__bg {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1024px) {
  .header__bg {
    display: none;
  }
}
.header__bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  .header__bg.show {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header #js-focus-trap {
    display: none;
  }
}

/* ----------------------------------------
	footer
---------------------------------------- */
.footer {
  background: #000;
  color: #f5f5f5;
  padding: 30px 0 22px;
}
@media screen and (min-width: 640px) {
  .footer {
    padding: 28px 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 27px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer__inner {
  padding: 0 40px;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 639px) {
  .footer__nav li {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .footer__nav li:not(:last-child) a {
    padding-right: 24px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 640px) {
  .footer__nav li:not(:last-child) a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer__nav li a {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav li a {
    font-size: 1.5rem;
  }
}
.footer__right {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .footer__right {
    text-align: right;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__right {
    text-align: left;
    margin-top: 0;
  }
}
.footer__copy {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .footer__copy {
    font-size: 1.4rem;
  }
}

/* ----------------------------------------
	pageTop
---------------------------------------- */
.pageTop {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
  display: none;
}
.pageTop a {
  display: block;
}
/*# sourceMappingURL=common.css.map */