@charset "UTF-8";
@import url("https://use.typekit.net/pzh4acs.css");
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: baseline;
}

a:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  outline: 0;
}

input, button, textarea, select {
  *font-size: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  border: 0;
}

@font-face {
  font-family: "SST Japanese Pro Regular";
  src: url(../fonts/SSTJpPro-Regular.woff2), url(../fonts/SSTJpPro-Regular.woff);
}
@font-face {
  font-family: "SST Japanese Pro Bold";
  src: url(../fonts/SSTJpPro-Bold.woff2), url(../fonts/SSTJpPro-Bold.woff);
}
b {
  font-family: "SST Japanese Pro Bold";
  font-weight: normal;
}
.button {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 424px;
  height: 54px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 32px;
  color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1120px) {
  .button {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .button {
    width: 76vw;
    height: 13.8666666667vw;
    line-height: 13.8666666667vw;
    border-radius: 8.2666666667vw;
  }
}
.button::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100%);
  height: calc(100%);
  border-radius: 32px;
  border: solid 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .button::before {
    top: -1.3333333333vw;
    left: -1.3333333333vw;
    border-radius: 8.5333333333vw;
    border: solid 1.3333333333vw;
    -webkit-transition: none;
    transition: none;
  }
}
.button span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .button span {
    font-size: 3.7333333333vw;
  }
}
.button.primary {
  background-color: #FFFFFF;
  color: #646464;
}
.button.primary::before {
  border-color: #0093BB;
}
/*IE11 にのみ適用される*/
@media all and (-ms-high-contrast: none) {
.button.primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
}
.button.secondary {
  background-color: #0093BB;
}
.button.secondary::before {
  border-color: #0093BB;
}

@media screen and (max-width: 767px) {
  .button.sp-large {
    height: 17.866667vw;
    line-height: 1.6;
    border-radius: 20vw;
  }
  .button.sp-large::before {
    border-radius: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .button.pc-large {
    width: 464px;
  }
}
@media screen and (min-width: 768px) {
  .button.-small {
    font-size: 1.4rem;
    width: 360px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .button.-small {
    line-height: 12vw;
    height: 12vw;
  }
}
i.arrow {
  display: contents;
}
i.arrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
i.arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  transform: rotate(45deg);
  transform-origin: right;
}
.button.primary .arrow::before, .button.primary .arrow::after {
  background-color: #646464;
}
.button.sony-01 {
  background-color: #36414B;
}
.button.sony-01::before {
  border-color: #36414B;
}
.button.sony-02 {
  background-color: #00ACBB;
}
.button.sony-02::before {
  border-color: #00ACBB;
}
@media screen and (min-width: 768px) {
  .button:not(.disabled):hover {
    color: #FFFFFF;
    background-color: #0093BB;
  }
  .button:nth-child:hover::before,
  .button:not(.disabled):hover::before {
    border-radius: 34px;
    border-width: 7px;
    top: -7px;
    left: -7px;
  }
  .button:not(.disabled):hover.primary {
    background-color: #0093BB;
  }
  .button:not(.disabled):hover.primary .arrow::before, .button:not(.disabled):hover.primary .arrow::after {
    background-color: #FFFFFF;
  }
  .button:not(.disabled):hover.secondary {
    background-color: #006996;
  }
  .button:not(.disabled):hover.sony-01 {
    background-color: #222222;
  }
  .button:not(.disabled):hover.sony-01::before {
    border-color: #222222;
  }
  .button:not(.disabled):hover.sony-02 {
    background-color: #00909D;
  }
}
.button.disabled {
  pointer-events: none;
  color: #FFFFFF;
}
.button.disabled.primary, .button.disabled.secondary {
  opacity: 0.3;
  background-color: #0093BB;
}
.button.disabled.primary::before, .button.disabled.secondary::before {
  opacity: 0.3;
  border-color: #0093BB;
}
.button.disabled.sony-01 {
  opacity: 0.3;
  background-color: #222222;
}
.button.disabled.sony-01::before {
  opacity: 0.3;
  border-color: #222222;
}

/* CTA Amazonボタン */
.button.amazon {
  background-color: #232F3E;
  font-size: 0;
}
.button.amazon::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/available_at_amazon_horizontal_white.png);
  background-repeat: no-repeat;
  background-size: 180px auto;
  background-position: center 6px;
  right: 0;
}
.sec-purchase .inner ul.plan li a.button.amazon::after {
  background-size: 169px auto;
  background-position: center 4px;
  right: 5px;
}
.button.amazon span {
  font-size: 0;
}
.button.amazon::before {
  border-color: #232F3E;
}
.button.amazon:not(.disabled):hover {
  background-color: #000 !important;
}
.button.amazon .arrow::before, .button.amazon .arrow::after {
    background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .button.amazon::after {
    background-size: 44vw auto;
    background-position: center 2vw;
    right: .5vw;
  }
  .sec-purchase .inner ul.plan li a.button.amazon::after {
    background-size: 44vw auto;
    background-position: center 1.5vw;
    right: .5vw;
  }
}
/* CTA Rakutenボタン */
.button.rakuten {
  background-color: #BF0000;
  color: #FFF;
}
.button.rakuten::before {
  border-color: #BF0000;
}
.button.rakuten:not(.disabled):hover {
  background-color: #8E0000 !important;
}
.button.rakuten .arrow::before, .button.rakuten .arrow::after {
    background-color: #FFF;
}


.title-common {
  font-family: "SST Japanese Pro Regular", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  font-size: 4rem;
  line-height: 1.5;
  color: #0093BB;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .title-common {
    font-size: 7.4666666667vw;
    line-height: 1.5;
  }
}

.subtitle-common {
  color: #646464;
  font-size: 2.6rem;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #CCCCCC;
}
@media screen and (max-width: 767px) {
  .subtitle-common {
    font-size: 5.3333333333vw;
  }
}
.subtitle-common.small {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .subtitle-common.small {
    font-size: 4.2666666667vw;
  }
}

.subtitle-disc {
  font-size: 2.4rem;
  color: #0093BB;
}
@media screen and (max-width: 767px) {
  .subtitle-disc {
    font-size: 4.8vw;
  }
}
.subtitle-disc::before {
  content: "";
  display: inline-block;
  background: url(../images/common/disc.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 0.3em;
  vertical-align: -0.05em;
}
@media screen and (max-width: 767px) {
  .subtitle-disc::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
em.line {
  font-family: "SST Japanese Pro Bold";
  background: linear-gradient(transparent 70%, #CCE9F1 0%);
}
/*.title-circle {
  position: relative;
  margin: 0 auto;
  width: 15em;
  height: 15em;
  background: url(../images/common/icon_point.png) no-repeat center center;
  background-size: 99%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-circle {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
}*/
.title-circle {
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 260px;
  background-image: url(../images/common/icon_point.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  text-align: center;
}
.sec-point-01 .title-circle {
  background-image: url(../images/common/icon_point_01.png);
}
.sec-point-02 .title-circle {
  background-image: url(../images/common/icon_point_02.png);
}
.sec-point-03 .title-circle {
  background-image: url(../images/common/icon_point_03.png);
}
.sec-point-04 .title-circle {
  background-image: url(../images/common/icon_point_04.png);
}
.sec-point-05 .title-circle {
  background-image: url(../images/common/icon_point_05.png);
}
@media screen and (max-width: 767px) {
  .title-circle {
    background-size: 99%;
    width: 40vw;
    height: 43vw;
  }
}
.title-circle p {
  position: absolute;
  top: 5%;
  left: 7%;
  line-height: 1;
  color: #0093BB;
  display: none;
}
.title-circle p .point {
  font-family: "Stolzl", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .title-circle p .point {
    font-size: 2.1333333333vw;
  }
}
.title-circle p .num {
  font-family: "Stolzl", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 4.6rem;
  font-weight: 100;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .title-circle p .num {
    font-size: 6.6666666667vw;
  }
}
.title-circle h3 {
  position: absolute;
  width: 200px;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0093BB;
}
@media screen and (max-width: 767px) {
  .title-circle h3 {
    width: 32vw;
    top: 50%;
    top: calc(50% + 1.5vw);
  }
}
.title-circle h3 span {
  display: block;
  line-height: 1;
}
.title-circle h3 .large {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .title-circle h3 .large {
    font-size: 4.8vw;
  }
}
.title-circle h3 .small {
  margin-top: 0.4em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .title-circle h3 .small {
    font-size: 3.2vw;
  }
}
.d-none {
  display: none;
}

p.lead {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  p.lead {
    margin-top: 8vw;
  }
}

.list {
  margin-top: 1em;
  line-height: 1.8;
}
.list > li + li {
  margin-top: .75em;
}
/*連番*/
.list.-brackets > li  {
  position: relative;
  list-style: none !important;
  counter-increment: ol-list;
  margin-left: 0;
  padding-left: 1.8em;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .list.-brackets > li {
    padding-left: 2.2em;
  }
}
.list.-brackets > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: counter(ol-list);
  position: absolute;
  top: .3em;
  left: 0;
  width: calc(1.5em);
  height: calc(1.5em);
  border: 1px solid #646464;
  border-radius: 50%;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list.-brackets > li::before {
    top: 0.1em;
    font-size: 3.7333333333vw;
  }
}

a.modal-video {
  border-bottom: none;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a.modal-video:hover {
  opacity: 0.85;
}
a.modal-video.play-icon {
  border-bottom: none !important;
  position: relative;
}
a.modal-video.play-icon::before {
  content: "";
  background: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
a.modal-video.play-icon::after {
  background: url(../images/common/icon_play_video.svg) no-repeat center center;
  background-size: contain;
  filter: drop-shadow(10px 20px 30px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  a.modal-video.play-icon::after {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  a.modal-video.play-icon.big::after {
    width: 80px;
    height: 80px;
  }
}
a.modal-video img {
  border-radius: 6px;
}
.subtitle-disc + .modal-video-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .subtitle-disc + .modal-video-wrap {
    margin-top: .75em;
  }
}
.modal-video-wrap + .button {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .modal-video-wrap + .button {
    margin: 4vw auto;
  }
}



.news-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: solid 1px #E5E5E5;
}
@media screen and (max-width: 767px) {
  .news-content li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.8vw 0 5.3333333333vw;
  }
}
.news-content li:first-child {
  border-top: solid 1px #E5E5E5;
}
.news-content li .date {
  width: 9.5em;
  color: #646464;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .news-content li .date {
    font-size: 3.7333333333vw;
  }
}
.news-content li .date .day {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news-content li .date .day {
    font-size: 3.4666666667vw;
  }
}
.news-content li .category {
  width: 9em;
  background-color: #F2F2F2;
  color: #646464;
  text-align: center;
  font-size: 1.2rem;
  height: 2.6rem;
  line-height: 2.6rem !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .news-content li .category {
    height: 5.3333333333vw;
    line-height: 5.3333333333vw !important;
    font-size: 3.2vw;
  }
}
.news-content li .txt {
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .news-content li .txt {
    margin-top: 0.5em;
    padding-left: 0;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.news-content li .txt a {
  padding: 0.1em 0;
}
.news-content li .txt a:hover {
  border-bottom: 1px solid #0A68C2;
}
.news-content li .txt a img {
  border-radius: 20px;
  display: block;
  margin-top: 16px;
  transition: all .2s;
}
.news-content li .txt a:hover img {
  border-bottom: none;
  opacity: .7;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* wrap, block */
html {
  font-size: 62.5%;
  /* 10px / 16px */
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  font-family: "SST Japanese Pro Regular", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  font-size: 1.6em;
  /*min-width: 1190px;*/
  color: #646464;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 3.7333333333vw;
  }
}
body p, body dt, body dd {
  color: #646464;
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #646464;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: normal;
}
body.no-scroll {
  overflow-y: hidden;
}
.container {
  /*overflow: hidden;*/
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  color: #0A68C2;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  word-wrap:break-word;
}
a[target=_blank]::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -18px;
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/common/icon_blank.png) no-repeat;
  background-size: contain;
}
.small a[target=_blank]::after {
  bottom: 2px;
  right: -16px;
}
@media screen and (max-width: 1120px) {
  a[target=_blank]::after {
    bottom: .1em;
    right: -1.25em;
    width: 1em;
    height: 1em;
  }
  .small a[target=_blank]::after {
    bottom: .05em;
    right: -1.25em;
  }
}
a:not(.button):not(.modal-video):not([href^="#"]):not([href^="/"]) {
  padding: 0.1em 0;
}
a:not(.button):not(.modal-video):not([href^="#"]):not([href^="/"])[target=_blank] {
  margin-right: 1.75em;
}
@media screen and (min-width: 768px) {
  a:not(.button):not(.app-link):not(.modal-video):not(.footer-nuro):not([href^="#"]):not([href^="/"]):hover) {
    border-bottom: 1px solid #0A68C2;
  }
}
.textLink a {
  border-bottom: 1px solid #0A68C2;
}
.textLink a:hover {
  border-bottom: none;
}
.textLink.arrow a {
  border-bottom: none !important;
  padding-left: 16px !important;
  text-decoration: underline;
}
.textLink.arrow a:hover {
  text-decoration: none !important;
}
.textLink.arrow a::before {
  content: "";
  background: url(../images/common/anchor_arrow.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 11px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .textLink.arrow a::before {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
    top: .9vw;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
    speak: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
    speak: none;
  }
}

.inner {
  margin: 0 auto;
  /*max-width: 1120px;*/
  max-width: 1190px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 89.3333333333%;
    padding: 0;
  }
}

.inner-w {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .inner-w {
    width: 89.3333333333%;
  }
}

#header-sony {
  background-color: #000000;
  z-index: 10000200;
  position: relative;
}
#header-sony .inner {
  max-width: 1190px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header-sony .inner {
    width: 100%;
  }
}
#header-sony .gHd__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #header-sony .gHd__inner {
    padding: 0 5.3333333333vw;
    height: 50px;
  }
  #header-sony .gHd__sonyGroup {
    display: none;
  }
  #header-sony .gHd__inner {
    flex-direction: row-reverse;
  }
}
#header-sony .gHd__sony {
  height: auto;
}
#header-sony .gHd__sony a {
  display: inline-block;
  background-size: 100%;
  text-indent: -999em;
  width: 100px;
  height: 18px;
  background: url(../images/common/gHd_pc_sony.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #header-sony .__02 .gHd__sony a {
    width: 80px;
    height: 14px;
  }
}
#header-sony .gHd__sonyGroup {
  margin: 0;
}
#header-sony .gHd__sonyGroup a {
  margin: 0;
  border: none;
  display: block;
  width: 150px;
  height: 20px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/common/gHd_sonygroup.png) no-repeat;
}

#header-common {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #header-common {
    position: sticky;
    top: 0;
    z-index: 10000100;
  }
}
#header-common .inner {
  max-width: 1190px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header-common .inner {
    width: 100%;
  }
}
#header-common .inner .btn-HM {
  display: none;
  position: absolute;
  z-index: 10000300;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 21.3333333333vw;
  width: 21.3333333333vw;
}
@media screen and (max-width: 767px) {
  #header-common .inner .btn-HM {
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
}
#header-common .inner .btn-HM .menu,
#header-common .inner .btn-HM .menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header-common .inner .btn-HM .menu {
  position: relative;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
}
#header-common .inner .btn-HM .menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8vw;
  border-radius: 0.8vw;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header-common .inner .btn-HM .menu span:nth-of-type(1) {
  top: 0;
}
#header-common .inner .btn-HM .menu span:nth-of-type(2) {
  top: 2.6666666667vw;
}
#header-common .inner .btn-HM .menu span:nth-of-type(3) {
  bottom: 0;
}
#header-common .inner .btn-HM .menu.active span {
  background-color: #FFFFFF;
}
#header-common .inner .btn-HM .menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.6666666667vw) rotate(-45deg);
          transform: translateY(2.6666666667vw) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header-common .inner .btn-HM .menu.active span:nth-of-type(2) {
  opacity: 0;
}
#header-common .inner .btn-HM .menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.6666666667vw) rotate(45deg);
          transform: translateY(-2.6666666667vw) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header-common .inner .logo-HM {
  background-color: #fff;
  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;
  height: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM {
    width: 100%;
    padding: 0 5.3333333333vw;
    height: 21.3333333333vw;
    z-index: 10000200;
  }
}
#header-common .inner .logo-HM .logo-amuelink {
  width: 172px;
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM .logo-amuelink {
    width: 37.6vw;
    z-index: 10000300;
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
  }
}
#header-common .inner .logo-HM .logo-nuro {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM .logo-nuro {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM.__02 .logo-nuro {
    display: block;
    height: 14px;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM::after {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    background-color: #0093BB;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM.active .logo-amuelink {
    -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
            filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
}
@media screen and (max-width: 767px) {
  #header-common .inner .logo-HM.active::after {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #header-common .inner .header-btn {
    position: absolute;
    z-index: 10000300;
    top: 5.1655vw;
    right: 23vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header-common .inner .active + .header-btn {
    opacity: 0;
    visibility: hidden;
  }
  #header-common .inner .header-btn .button {
    width: 24vw;
    height: 11vw;
    line-height: 11vw;
  }
}


#menu {
  top: 0;
  background-color: #FFFFFF;
  z-index: 10000000;
  position: sticky;
}
@media screen and (max-width: 767px) {
  #menu[aria-hidden="true"] {
    speak: none;
    outline: 0;
    pointer-events: none;
  }
  #menu[aria-hidden="true"] a {
    outline: 0;
    pointer-events: none;
  }
  #menu[aria-hidden="true"]:focus {
    outline: 0;
    pointer-events: none;
  }
}
#menu .inner {
  max-width: 1190px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #menu .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #menu .inner .nav-HM {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 76px;
    width: 100%;
    padding: 0 40px;
    background-color: #FFFFFF;
  }
  #menu .inner .nav-HM .list-nav {
    width: 100%;
    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: 768px) and (max-width: 767px) {
  #menu .inner .nav-HM .list-nav {
    width: auto;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #menu .inner .nav-HM .list-nav .item:not(:last-child) {
    line-height: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: .3;
  }
  #menu .inner .nav-HM .list-nav .item:not(:last-child) > .item__link {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 27px 0;
    cursor: pointer;
  }
  #menu .inner .nav-HM .list-nav .item:not(:last-child) > .item__link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 147, 187, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menu .inner .nav-HM .list-nav .item:not(:last-child) > .item__link:hover {
    color: #0080A8;
    border: none;
  }
  #menu .inner .nav-HM .list-nav .item:not(:last-child) > .item__link:hover::before {
    width: 50px;
    height: 50px;
  }
  #menu .inner .nav-HM .list-nav .item.-about {
    -webkit-box-flex: 0.66;
        -ms-flex-positive: 0.66;
            flex-grow: 0.66;
  }
  #menu .inner .nav-HM .list-nav .item.-about {
    text-align: right;
    margin-right: 40px;
  }  
  #menu .inner .nav-HM .list-nav .item:last-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #menu .inner .nav-HM .list-nav .item a.button,
  #menu .inner .nav-HM .list-nav .item a.button {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background-color: #0080A8;
  }

  #menu .inner .nav-HM .list-nav .item a.button:hover,
  #menu .inner .nav-HM .list-nav .item a.button:hover {
    background-color: #006996;
  }
  #menu .inner .nav-HM .list-nav .item a.button span,
  #menu .inner .nav-HM .list-nav .item a.button span {
    font-size: 1.4rem;
  }
  #menu .inner .nav-HM .list-nav .item a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100%);
    height: calc(100%);
    border-radius: 32px;
    border: solid 5px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0.2;
	transform: inherit;
border-color: #0093BB;
  }
  #menu .inner .nav-HM .list-nav .item:nth-child(5) a.button:hover {
	color: #FFF;
  }

}


@media screen and (max-width: 767px) {
  #menu .inner .nav-HM {
    position: fixed;
    top: 0;
    right: -100vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100vh;
    width: 100VW;
    padding: 40vw 5.3333333333vw 0;
    background-color: #0093BB;
    text-align: center;
    visibility: hidden;
    speak: none;
  }
  #menu .inner .nav-HM.active {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    visibility: visible;
    speak: initial;
  }
  #menu .inner .nav-HM .list-nav .item ~ .item {
    margin-top: 4vw;
  }
  #menu .inner .nav-HM .list-nav .item > .item__link {
    color: #FFFFFF;
    display: inline-block;
    padding: 1.3333333333vw 0;
    font-size: 4.2666666667vw;
  }
  #menu .inner .nav-HM .list-nav .item > .item__link a {
    color: #FFFFFF;
    display: inline-block;
    padding: 1.3333333333vw 0;
    font-size: 4.2666666667vw;
  }
  #menu .inner .nav-HM .list-nav .item:last-child a.button {
    margin-top: 4vw;
    padding: inherit;
    background-color: #FFFFFF;
    color: #0093BB;
  }
  #menu .inner .nav-HM .list-nav .item:nth-child(5) a.button {
    margin-top: 4vw;
    padding: inherit;
    background-color: #FFFFFF;
    color: #0093BB;
  }
  #menu .inner .nav-HM .list-nav .item:last-child a.button::before {
    opacity: 1;
    border-color: #33A9C9;
  }
  #menu .inner .nav-HM .list-nav .item:nth-child(5) a.button::before {
    opacity: 1;
    border-color: #33A9C9;
  }
}
/*IE11 にのみ適用される*/
@media all and (-ms-high-contrast: none) {
#menu .inner .nav-HM {
  display: flex;
}
#menu .inner .nav-HM .list-nav .item:last-child a.button {
  display: flex;
  align-items: center;
}
#menu .inner .nav-HM .list-nav .item:last-child a.button span {
  width: 100%;
}
}



/*header 設定・使い方*/
#menu .item .item__child {
  display: none;
}
#menu .item.howto {
  position: relative;
}
@media screen and (min-width: 768px) {
#menu .item:not(:last-child) > .item__link {
  padding: 27px 0;
} }
/*#menu .item.howto > .item__link:hover::before {
  content: none !important;
}
#menu .item.howto > .item__link::after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  background: #0093BB;
  background-size: contain;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  margin: auto;
}*/
@media screen and (min-width: 768px) {
#menu .item.howto.active .howto__link {
  color: #0080A8 !important;
}
#menu .item.howto.active > .howto__link::before {
  width: 50px !important;
  height: 50px !important;
}
#menu .item.howto.active .item__child {
  background-color: #FFF;
  border-radius: 8px;
  color: #000;
  display: block;
  display: flex;
  gap: 20px;
  justify-content: center;
  position: absolute;
  top: 80px;
  left: -235px;
  width: 550px;
  padding: 25px 5px;
  margin: 0;
}
#menu .item.howto > .item__link:focus-within .item__child {
  display: block;
}
#menu .item.howto > .item__link:focus-visible .item__child {
  display: block;
}

#menu .item.howto .item__child > .item__link {
  display: block;
  width: calc(50% - 30px);
}
#menu .item.howto .item__child > .item__link a img {
  border-radius: 10px;
  display: block;
  margin: 0 0 16px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#menu .item.howto .item__child > .item__link a:hover {
  color: #0080A8;
}
#menu .item.howto .item__child > .item__link a:hover img {
  opacity: .7;
}
#menu .item.howto .item__child > .item__link a span {
  color: #0093BB;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  opacity: .25;
} }
#menu .item .item__child::before {
  border-color: #0093BB !important;
  border: solid 5px;
  border-radius: 10px;
  content: "";
  display: block !important;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100%);
  height: calc(100%);
  border: solid 5px;
  opacity: 0.2;
}
#menu .item .item__child > .item__link {
  list-style: none;
}
#menu .item .item__child > .item__link a {
  color: #000;
  display: block;
  font-size: 1.3rem !important;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#menu .item .item__child > .item__link a:hover::before {
  content: none !important;
}
@media screen and (max-width: 1300px) {
  #menu .item.howto.active .item__child {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #menu .inner .nav-HM {
    padding: 170px 11vw 0;
  }
  #menu .inner .nav-HM .list-nav .item {
    text-align: left !important;
  }
  #menu .inner .nav-HM .list-nav .item ~ .item {
    text-align: left !important;
  }
  #menu .inner .nav-HM .list-nav .item:last-child a.button {
    display: block;
    margin-top: 8vw;
  }

  #menu .item .item__child {
    display: block;
    margin-top: 8px;
  }
  #menu .item .item__child > .item__link a {
    color: #FFF;
    text-align: left;
    padding: 10px 0 10px 20px !important;
    position: relative;
  }
  #menu .item .item__child > .item__link a:before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 10px;
    height: 1px;
    background: rgba(255,255,255,.5);
  }
  #menu .item.howto .item__child .item__link a img {
    display: none;
  }
  #menu .item.howto .item__child .item__link a span {
    display: none;
  }
}
/*閉じるボタン*/
#menu .item.howto .item__child .item__btn .btn-close {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #menu .item.howto .item__child > .item__btn .btn-close {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #menu .item.howto .item__child > .item__btn .btn-close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 5px solid rgba(0, 147, 187, .2);
    background: #FFF;
    border-color: rgba(0, 147, 187, .2);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #menu .item.howto .item__child .item__btn .btn-close::before, #menu .item.howto .item__child .item__btn .btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 18px;
    background: #0093BB;
    border-radius: 4px;

  }
  #menu .item.howto .item__child .item__btn .btn-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  #menu .item.howto .item__child .item__btn .btn-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  #menu .item.howto.close .item__child {
    display: none !important;
  }
}


#footerinc {
  background-color: #000000;
}
#footerinc .inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 30px 40px 28px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #footerinc .inner {
    width: 89.3333333333%;
    padding: 6.6666666667vw 0 7.4666666667vw;
    text-align: left;
  }
}
#footerinc .gFt__corporationLink li {
  display: inline;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #footerinc .gFt__corporationLink li {
    line-height: 2;
  }
}
#footerinc .gFt__corporationLink li a {
  border-bottom: none;
  color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footerinc .gFt__corporationLink li a {
    font-size: 3.2vw;
  }
}
#footerinc .gFt__corporationLink li:not(:last-child) a {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #footerinc .gFt__corporationLink li:not(:last-child) a {
    margin-right: 0.5333333333vw;
  }
}
#footerinc .gFt__corporationLink li a:hover{
  border-bottom: 1px solid #fff;
}
#footerinc .gFt__corporationLink li:not(:first-child) a {
  display: inline-block;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  #footerinc .gFt__corporationLink li:not(:first-child) a {
    display: inline;
    margin-left: 2.1333333333vw;
  }
}
#footerinc .gFt__corporationLink li:not(:first-child)::before {
  content: "|";
  display: inline;
  color: #FFFFFF;
  font-size: 1.2rem;
  vertical-align: 0.05em;
}
@media screen and (max-width: 767px) {
  #footerinc .gFt__corporationLink li:not(:first-child)::before {
    font-size: 3.2vw;
  }
}
#footerinc .gFt__copyright {
  margin-top: 45px;
  color: #FFFFFF;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footerinc .gFt__copyright {
    font-size: 2.4vw;
    margin-top: 5.3333333333vw;
  }
}

#footer-common {
  background-color: #0080A8;
}
#footer-common .inner {
  padding: 100px 70px 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1120px) {
  #footer-common .inner {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer-common .inner {
    padding: 10.6666666667vw 0 12.2666666667vw;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #footer-common .inner .logo-FM {
    width: 50%;
  }
}
#footer-common .inner .logo-FM img {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 1120px) {
  #footer-common .inner .logo-FM img {
    max-width: 320px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #footer-common .inner .logo-FM img {
    width: 55.4666666667vw;
  }
}
#footer-common .inner .nav-FM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #footer-common .inner .nav-FM {
    width: 100%;
    margin-top: 8vw;
  }
}
#footer-common .inner .nav-FM .list-nav {
  width: 50%;
}
#footer-common .inner .nav-FM .list-nav .item ~ .item {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #footer-common .inner .nav-FM .list-nav .item ~ .item {
    margin-top: 3.7333333333vw;
  }
}
#footer-common .inner .nav-FM .list-nav .item a {
  color: #FFFFFF;
  line-height: 1.5;
  padding: 0.1em 0;
}
#footer-common .inner .nav-FM .list-nav .item a:hover {
  border-bottom: solid 1px #FFFFFF;
}

.footer-sns {
  background-color: #414141;
}
.footer-sns .inner {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-sns .inner {
    width: 89.3333333333%;
    padding: 6.6666666667vw 0 7.4666666667vw;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .footer-sns .sns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .footer-sns .sns-container {
  }
}
.footer-sns .sns-head {
  color: #FFF;
  font-size: 1.6rem;
  font-family: "SST Japanese Pro Bold", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif, sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-sns .sns-head {
    font-size: 4.2666666667vw;
  }
}
.footer-sns .sns-block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-sns .sns-block {
    margin-left: 80px;
    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;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sns .sns-block {
    border-top: 1px solid #FFF;
    padding-top: 6.67vw;
    margin-top: 4vw;
  }
}
.footer-sns .sns-block::after {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  width: 1px;
  height: 60px;
  left: -40px;
}
.footer-sns .sns-block .sns-link {
  color: #FFF;
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.footer-sns .sns-block .sns-link:hover {
  opacity: .5;
}
.footer-sns .sns-block .sns-link::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .footer-sns .sns-block li + li {
    margin-top: 3vw;
  }
  .footer-sns .sns-block .sns-link {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .footer-sns .sns-block .sns-link.-insta img {
    width: 10vw;
  }
}
.footer-sns .sns-block .sns-link img {
  width: 35px;
  min-width: 32px;
  margin: 0 1em 0 0;
}
.footer-sns .sns-block .sns-link.-insta img {
  width: 32px;
}
@media screen and (max-width: 1120px) {
  .footer-sns .sns-block .sns-link img {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sns .sns-block .sns-link img {
    width: 8vw;
    margin-right: 3.5vw;
  }
  .footer-sns .sns-block .sns-link.-insta img {
    width: 8vw;
  }
}
.iconBlank {
  width: 12px !important;
  height: 10px;
  vertical-align: middle;
  margin-top: -0.15em;
  margin-left: 8px !important;
    min-width: initial !important;
}

/*purchase*/
.sec-purchase {
  position: relative;
  text-align: center;
}
.sec-purchase.bg-gray {
  background-color: #FAFAFA;
}
.sec-purchase.-style02 {
  margin: 100px 0 0;
}
.sec-purchase.foot {
  background-color: #FAFAFA;
}
.sec-purchase.foot::before {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 130px;
  background: #CCE9F1;
  border-radius: 1.5px;
}
.sec-purchase.no-rentio .rentio-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-purchase.-style02 {
    margin: 8vw 0 0;
  }
  .sec-purchase.foot::before {
    top: -10.4vw;
    height: 20.8vw;
  }
}
.sec-purchase .inner {
  padding: 0 40px 0;
}
.sec-purchase.-style02 .inner {
  padding: 80px 40px 0;
}
.sec-purchase.foot .inner {
  padding: 120px 40px 100px;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .inner {
    padding: 120px 40px 40px;
  }
  .sec-purchase.-style02 .inner {
    padding: 80px 40px 80px;
  }
  .sec-purchase.foot .inner {
    padding: 120px 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .inner {
    padding: 4vw 0 16vw;
  }
  .sec-purchase.-style02 .inner {
    padding: 8vw 0 16vw;
  }
  .sec-purchase.foot .inner {
    padding: 16vw 0 18.6666666667vw;
  }
}
.sec-purchase .inner .title {
  text-align: center;
}
.sec-purchase.-style02 .inner > .title {
  margin: 0px 0 -40px;
}
@media screen and (max-width: 767px) {
  .sec-purchase.-style02 .inner > .title {
    margin: 0px 0 -4vw;
  }
}
.sec-purchase .purchase-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .purchase-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .purchase-wrap {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sec-purchase .device-image {
    min-width: 350px;
  }
}
@media screen and (max-width: 1130px) {
  .sec-purchase .device-image {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
}
.sec-purchase .device-image img {
  width: 350px;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .device-image img {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .device-image img {
    width: 70%;
  }
}
.sec-purchase .txt-wrap {
  width: 100%;
  max-width: 685px;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .txt-wrap {
    margin: 0 auto;
  }
}
.sec-purchase .price-wrap {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0 40px;
  margin: 0 auto 24px;
}
.sec-purchase.foot .price-wrap {
  padding: 20px 0 20px;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .price-wrap {
    padding: 0 40px 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec-purchase.-style02 .price-wrap {
    padding: 0 0 20px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .price-wrap {
    padding: 0 0 5.3333333333vw;
    margin: 0 auto 8vw;
  }
  .sec-purchase.foot .price-wrap {
    padding: 0 0 8vw;
    margin: 0 auto 8vw;
  }
}
.sec-purchase .price-wrap .price {
  border: solid 5px #CCE9F1;
  border: solid 1px #CCCCCC;
  border: solid 5px #ebebeb;
  border-radius: 4px;
  color: #0080A8;
  width: 50%;
  font-family: "SST Japanese Pro Bold", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  padding: .5em 0;
}
.sec-purchase .price-wrap .price .title {
  font-size: 1.8rem;
  font-family: "SST Japanese Pro Regular", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  margin-right: .5em;
}
.sec-purchase .price-wrap .price .num {
  color: #0080A8;
  font-family: "Stolzl", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 3.2rem;
  vertical-align: -0.04em;
}
.sec-purchase .price-wrap .plus {
  font-size: 3rem;
  margin: 0 2%;
}
@media screen and (min-width: 768px) {
  .sec-purchase .price-wrap .price {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .price-wrap .price {
    font-size: 3.2vw;
    padding: .5em 0;
  }
  .sec-purchase .price-wrap .price .title {
    display: block;
    font-size: 3.7333333333vw;
    margin: 0 0 .1em;
  }
  .sec-purchase .price-wrap .price .num {
    font-size: 6.4vw;
    line-height: 0;
  }
  .sec-purchase .price-wrap .plus {
    font-size: 3.7333333333vw;
  }
}
.sec-purchase .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .sec-purchase .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .sec-purchase .button-wrap .button {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .button-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8vw;
    gap: 5vw;
  }
  .sec-purchase .button-wrap .button {
    width: 84vw;
  }
}
.sec-purchase .button-wrap .button.amazon::after {
  right: 0;
}

.sec-purchase .rentio-wrap {
  background: #f4f4f4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .rentio-wrap {
    max-width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .rentio-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .75em;
    padding: 4vw 8vw 6vw;
    margin-top: 6vw;
  }
}
.sec-purchase .rentio-wrap .title {
  color: #646464;
  font-size: 1.8rem;
  font-family: "SST Japanese Pro Bold", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-purchase .rentio-wrap .title {
    font-size: 4.266666vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-purchase .rentio-wrap .button {
    width: 330px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .rentio-wrap .button {
    width: 84vw;
  }
}
.sec-purchase .note {
  color: #767676;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  max-width: 910px;
  margin: -40px auto 0;
}
.sec-purchase .note + .note {
  margin-top: .5em;
  margin: .5em auto 0;
}
@media screen and (max-width: 1130px) {
  .sec-purchase .note {
    max-width: 840px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .note {
    font-size: 3.7333333333vw;
    margin: 8vw auto 0;
  }
}
/*campaign*/
.sec-campaign .inner {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec-campaign .inner {
    padding: 12vw 0;
  }
}
.sec-purchase .campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 910px;
  margin: 40px auto 40px;
}
.sec-purchase.foot .campaign {
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .sec-purchase .campaign {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
  }
}
@media screen and (max-width: 1130px) {
  .sec-purchase .campaign {
    margin: 40px auto 40px;
  }
  .sec-purchase.foot .campaign {
    margin: 40px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-purchase .campaign {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 10vw 0 8vw;
  }
  .sec-purchase.foot .campaign {
    margin: 10vw 0 8vw;
  }
}
.sec-purchase .campaign .campaign__item {
  text-align: center;
  width: 100%;
  padding: 0 !important;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.sec-purchase .campaign .campaign__item::after {
  content: none;
}
.sec-purchase .campaign .campaign__item:hover {
  opacity: .7;
}
.sec-purchase .campaign .campaign__item img {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .sec-purchase .campaign .campaign__item {
    padding: 0;
    margin: 0 auto 0 !important;
  }
  .sec-purchase .campaign .campaign__item + .campaign__item {
    margin: 4vw auto 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .sec-purchase .campaign.-col1 .campaign__item {
    max-width: 535px;
    margin: 0 auto !important;
  }
  .sec-purchase .campaign.-col2 .campaign__item {
    width: 50%;
    margin-right: 0 !important;
  }
}
.sec-purchase .campaign .cam-text {
  z-index: 9;
  position: relative;
}

/*hero*/
.sec-hero {
  position: relative;
}
.sec-hero .hero-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1190px;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner {
    width: 100%;
  }
}
.sec-hero .hero-inner .title-wrap {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#E8F5FB));
  background: linear-gradient(90deg, #FFFFFF, #E8F5FB);
  -webkit-clip-path: inset(0 80px 0 0 round 0 0 60px 0);
          clip-path: inset(0 80px 0 0 round 0 0 60px 0);
  height: 286px;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .title-wrap {
    -webkit-clip-path: inset(0 5.333% 0 0 round 0 0 16vw 0);
            clip-path: inset(0 5.333% 0 0 round 0 0 16vw 0);
    height: 42.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-hero .hero-inner .title-wrap.pc-large {
    height: 412px;
  }
  .sec-hero .hero-inner .title-wrap.pc-large .title {
    top: 33%;
  }
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .title-wrap.sp-large {
    height: 53.1333333333vw;
  }
}
.sec-hero .hero-inner .title-wrap .title {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  color: #0093BB;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .title-wrap .title {
    top: 50%;
    left: 5.3333333333vw;
  }
}
.sec-hero .hero-inner .title-wrap .title span {
  display: block;
}
.sec-hero .hero-inner .title-wrap .title .en {
  font-family: "Stolzl", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  background-image: url(../images/common/title_bg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  display: inline;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .title-wrap .title .en {
    font-size: 10.66666vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .title-wrap .title .ja {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-hero .hero-inner .anchor {
    position: absolute;
    bottom: 80px;
    right: 0;
  }
}
.sec-hero .hero-inner .anchor ul {
  padding: 29px 100px 29px 60px;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.2666666667vw 0;
    padding: 7.4666666667vw 5.3333333333vw;
    border-radius: 0;
  }
}
.sec-hero .hero-inner .anchor ul li {
  display: inline;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .anchor ul li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sec-hero .hero-inner .anchor ul li ~ li {
    margin-left: 24px;
  }
}
.sec-hero .hero-inner .anchor ul li a {
  display: inline-block;
  color: #646464;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec-hero .hero-inner .anchor ul li a::after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  background: url(../images/common/anchor_arrow.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec-hero .hero-inner .anchor ul li a::after {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
  }
}
.sec-hero .hero-inner .anchor ul li a:hover {
  opacity: 0.7;
}


/*add*/
.sec-hero .hero-inner .anchor ul li a:hover::after{
  transition: all .3s;
  vertical-align: baseline;
}

.app-link a[target=_blank]::after,
.button.secondary[target=_blank]::after,
.button.primary[target=_blank]::after,
.footer-nuro [target=_blank]::after,
.button.sony-01[target=_blank]::after{
  display: none;
}

.nav-FM a[target=_blank]::after,
.gFt__corporationLink a[target=_blank]::after{
  background: url(../images/common/icon_blank_white.png) no-repeat;
  background-size: contain;
}

.footer-nuro {
  margin: 30px 0;
  width: 100px;
}
.footer-nuro a {
  border-bottom: none !important;
}

.gFt__corporationLink a[target=_blank]::after{
  content: "";
  position: relative;
  top: 2px;
  right: 2px;
  display: block;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 7px;
}

.txt-vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.sec-purchase .inner ul.plan .outright-plan .price,
.sec-purchase .inner ul.plan .monthly-plan .price{
  margin-top: 5px;
}
.sec-purchase .inner ul.plan li .price+.price{
  margin-top: 10px;
}
/*--------anchor--------*/
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@media screen and (min-width: 768px){
  .sec-hero .hero-inner .anchor.sticky, .sec-hero .hero-inner .anchor.sticky_releace {
    position: fixed;
    top: 85px;
    left: 0;
    z-index: 100;
    width: 618px;
    height: 40px;
    margin: 0 auto;
    animation: fadeIn 0.5s ease-out;
  }
  .sec-hero .hero-inner .anchor.sticky ul, .sec-hero .hero-inner .anchor.sticky_releace ul {
    padding: 10px 80px 10px 60px;
    font-size: 1.3rem;
    -webkit-box-shadow: 0px 2px 30px #ededed, 0px 2px 30px #ffffff;
    box-shadow: 0px 2px 30px #ededed, 0px 2px 30px #ffffff;
    border-radius: 50px;
    width: 618px;
    height: 40px;
    float: right;
    margin-right: -252px;
  }
}
/*--------breadcrumb--------*/
.breadcrumbArea {
  padding: 22px 0;
  background-color: #0080A8;
  border-bottom: 1px solid #1C8EB2;
  line-height: 1.2;
  overflow: auto;
  }
@media screen and (max-width: 767px) {
  .breadcrumbArea {
    padding: 20px;
  }
}
.breadcrumbArea nav {
  /*width: 1120px;*/
  max-width: 1190px;
  margin: auto;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumbArea nav {
    width: auto;
    display: table;
    width: 100%;
    padding: 0;
  }
}
.breadcrumbArea nav ol {
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumbArea nav ol li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  white-space: nowrap;
  position: relative;
}
.breadcrumbArea nav ol li::after {
  content: "";
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #FFF;
  width: 6px;
  height: 6px;
  opacity: .5;
  position: absolute;
  top: calc(50% - 3px);
  right: -16px;
}
.breadcrumbArea nav ol li + li {
  margin: 0 10px 0 20px;
}
.breadcrumbArea nav ol li:last-child::after {
  content: none;
}
.breadcrumbArea nav ol li a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.breadcrumbArea nav ol li a:hover {
  color: #FFF;
  text-decoration: underline;
}
/*animaion*/
.sa {
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease; }

.sa.show {
  opacity: 1;
  transform: translate(0, 0); }

/*下から上にフェードイン*/
.sa--up {
  transition: all 1.3s ease;
  transform: translateY(60px); }

