@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes arrow {
  50% {
    right: 30px;
  }
  100% {
    right: 20px;
  }
}
@keyframes arrow {
  50% {
    right: 30px;
  }
  100% {
    right: 20px;
  }
}
.c-btn {
  display: block;
  width: 234px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .c-btn {
    margin: auto !important;
    width: 24.4004171011vw;
  }
}
@media screen and (max-width: 559px) {
  .c-btn {
    width: 62.4vw;
  }
}
.c-btn-max {
  width: 100%;
}

.c-btn-w200 {
  width: 200px;
}

@media screen and (max-width: 959px) {
  .c-btn-w200 {
    width: 20.8550573514vw;
  }
}
@media screen and (max-width: 559px) {
  .c-btn-w200 {
    width: 53.3333333333vw;
  }
}
.c-btn-w267 {
  width: 267px;
}

@media screen and (max-width: 959px) {
  .c-btn-w267 {
    width: 27.8415015641vw;
  }
}
@media screen and (max-width: 559px) {
  .c-btn-w267 {
    width: 71.2vw;
  }
}
.c-btn-w370 {
  width: 370px;
}

@media screen and (max-width: 959px) {
  .c-btn-w370 {
    width: 38.5818561001vw;
  }
}
@media screen and (max-width: 559px) {
  .c-btn-w370 {
    width: 98.6666666667vw;
    max-width: 100%;
  }
}
.c-btn--default {
  background-color: #262626;
  padding: 15px 0 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
  .c-btn--default {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--default {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--default:hover, .c-btn--default:active {
  opacity: 1 !important;
  -webkit-box-shadow: 0px 2px 4px 0px #666;
  box-shadow: 0px 2px 4px 0px #666;
}

.c-btn--pale {
  background-color: #e5e5e5;
  padding: 15px 0 !important;
  color: #262626 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
  .c-btn--pale {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--pale {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--pale:hover, .c-btn--pale:active {
  opacity: 1 !important;
  -webkit-box-shadow: 0px 3px 6px 0px #666;
  box-shadow: 0px 3px 6px 0px #666;
}

.c-btn--search {
  background-color: #ffdc19;
  padding: 15px 0 !important;
  color: #262626 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .c-btn--search {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--search {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--search:hover, .c-btn--search:active {
  opacity: 1 !important;
  -webkit-box-shadow: 0px 2px 4px 0px #999;
  box-shadow: 0px 2px 4px 0px #999;
}

.c-btn--apply {
  background-color: #f98e1b;
  padding: 15px 0 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
  .c-btn--apply {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--apply {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--apply:hover, .c-btn--apply:active {
  opacity: 1 !important;
  -webkit-box-shadow: 0px 2px 4px 0px #666;
  box-shadow: 0px 2px 4px 0px #666;
}

.c-btn--arrow {
  border: 2px solid #262626;
  padding: 15px 0 !important;
  color: #262626 !important;
  position: relative;
}

@media screen and (max-width: 959px) {
  .c-btn--arrow {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--arrow {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-image: url("/hikari/renewal/common/images/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn--arrow:hover:after, .c-btn--arrow:active:after {
  position: absolute;
  -webkit-animation: arrow 0.4s;
  animation: arrow 0.4s;
}

.c-btn--defaultArrow {
  background-color: #262626;
  border: 2px solid #262626;
  padding: 15px 0 !important;
  text-decoration: none !important;
  color: #fff !important;
  position: relative;
}

@media screen and (max-width: 959px) {
  .c-btn--defaultArrow {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--defaultArrow {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--defaultArrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-image: url("/hikari/renewal/common/images/icon-arrow-white2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn--defaultArrow:hover, .c-btn--defaultArrow:active {
  opacity: 1 !important;
}

.c-btn--defaultArrow:hover:after, .c-btn--defaultArrow:active:after {
  position: absolute;
  -webkit-animation: arrow 0.4s;
  animation: arrow 0.4s;
}

.c-btn--turning {
  color: #262626 !important;
  padding: 15px 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 2px solid #262626;
}

@media screen and (max-width: 959px) {
  .c-btn--turning {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--turning {
    padding: 3.2vw 0 !important;
  }
}
.c-btn--turning:hover, .c-btn--turning:active {
  background-color: #262626;
  color: #fff !important;
}

.c-btn--conv {
  background-color: #d30d58;
  padding: 17px 0 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
  .c-btn--conv {
    padding: 1.7726798749vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-btn--conv {
    padding: 3.7333333333vw 0 !important;
  }
}
.c-btn--conv:hover, .c-btn--conv:active {
  opacity: 1 !important;
  -webkit-box-shadow: 0px 2px 4px 0px #666;
  box-shadow: 0px 2px 4px 0px #666;
}

.c-link {
  display: inline-block;
  position: relative;
  line-height: 1 !important;
  padding-left: 15px !important;
}

.c-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #707070;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-link:hover, .c-link:active {
  text-decoration: underline !important;
}

.c-linkArrow {
  display: inline-block;
  position: relative;
  line-height: 1 !important;
  text-decoration: underline !important;
  color: #0066be;
  font-weight: bold;
  padding: 15px 0 !important;
}

@media screen and (max-width: 959px) {
  .c-linkArrow {
    padding: 1.5641293014vw 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .c-linkArrow {
    padding: 3.2vw 0 !important;
  }
}
.c-linkArrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-image: url("/hikari/renewal/common/images/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-anotherWindow {
  display: inline-block;
  position: relative;
  color: #0066be;
  text-decoration: underline !important;
  padding-right: 1.5em;
}

.c-anotherWindow:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/hikari/renewal/common/images/icon-another-window-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 959px) {
  .c-anotherWindow:after {
    width: 1.6684045881vw;
    height: 1.6684045881vw;
    right: 0.3128258603vw;
  }
}
@media screen and (max-width: 559px) {
  .c-anotherWindow:after {
    font-size: 3.2vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 0vw;
  }
}
.c-banner:hover, .c-banner:active {
  opacity: 0.87;
}

.c-outline {
  background-color: #e2ebf0;
}

.c-item {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
  .c-item {
    border-radius: 1.6684045881vw;
    -webkit-box-shadow: 1.0427528676vw 1.0427528676vw 1.0427528676vw 0px rgba(0, 0, 0, 0.16);
    box-shadow: 1.0427528676vw 1.0427528676vw 1.0427528676vw 0px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 559px) {
  .c-item {
    border-radius: 4.2666666667vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0px rgba(0, 0, 0, 0.16);
  }
}
.c-subheading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

.c-subheading span {
  display: inline-block;
  color: #fff;
  background-color: #cd0914;
  border-radius: 2px;
  padding: 0 4px;
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 959px) {
  .c-subheading {
    font-size: 2.5026068822vw;
    margin-bottom: 2.6068821689vw;
  }
  .c-subheading span {
    border-radius: 0.2085505735vw;
    padding: 0 0.417101147vw;
    font-size: 1.6684045881vw;
    margin-bottom: 1.5641293014vw;
  }
}
@media screen and (max-width: 559px) {
  .c-subheading {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1.3 !important;
  }
  .c-subheading span {
    border-radius: 0.5333333333vw;
    padding: 0 1.0666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.c-notice {
  padding: 30px;
  color: #757575;
}

.c-notice--modal {
  font-size: 0.8em;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 959px) {
  .c-notice {
    padding: 3.1282586027vw;
  }
}
@media screen and (max-width: 559px) {
  .c-notice {
    padding: 6.6666666667vw 0;
    font-size: 3.2vw;
  }
}
.c-noticeList li {
  margin-bottom: 8px;
  color: #262626;
}

.c-noticeList li span.featured-word {
  font-weight: bold;
  color: #cd0914;
}

.c-noticeList--mark li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.7em;
  color: #757575;
}

.c-noticeList--mark li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.c-noticeList--mark li.mark-num:after {
  content: "1";
  position: absolute;
  left: 1.1em;
  top: 0;
}

.c-noticeList--mark li.mark-num-2:after {
  content: "2";
  position: absolute;
  left: 1.1em;
  top: 0;
}

.c-noticeList--mark li.mark-num-3:after {
  content: "3";
  position: absolute;
  left: 1.1em;
  top: 0;
}

.c-noticeList + .c-noticeList {
  margin-top: 25px;
}

@media screen and (max-width: 959px) {
  .c-noticeList li {
    margin-bottom: 0.8342022941vw;
  }
  .c-noticeList--mark li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.7em;
    color: #757575;
  }
  .c-noticeList--mark li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-noticeList + .c-noticeList {
    margin-top: 2.6068821689vw;
  }
}
@media screen and (max-width: 559px) {
  .c-noticeList li {
    margin-bottom: 1.1em;
  }
  .c-noticeList + .c-noticeList {
    margin-top: 5.3333333333vw;
  }
}
.c-text-cancel {
  font-weight: bold !important;
  text-decoration: line-through !important;
}

.c-text-notes {
  font-weight: bold !important;
  color: #fa4a4a !important;
}

.c-text-annotation {
  color: #757575;
}

.c-table {
  width: auto;
}

.c-table th, .c-table td {
  border-collapse: collapse;
  border: 1px solid #707070;
  line-height: 1.5;
  padding: 20px 25px;
}

.c-table th {
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #fff;
}

.c-table th.w17 {
  width: 17%;
}

.c-table th.w19 {
  width: 19%;
}

.c-table th.w25 {
  width: 25%;
}

.c-table th.w27 {
  width: 27%;
}

.c-table th.w30 {
  width: 30%;
}

.c-table th.w34 {
  width: 34%;
}

.c-table th.w37 {
  width: 37%;
}

.c-table th.w40 {
  width: 40%;
}

.c-table th.w63 {
  width: 63%;
}

.c-table td {
  width: 380px;
  vertical-align: top;
  font-size: 16px;
}

.c-table td.txt-center {
  text-align: center;
  font-weight: bold;
}

.c-table td.txt-right {
  text-align: right;
}

.c-table td span {
  color: #707070;
  font-weight: normal;
}

.c-table td.w23 {
  width: 23%;
}

.c-table-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .c-table th, .c-table td {
    padding: 2.0855057351vw 2.6068821689vw;
  }
  .c-table td {
    width: 39.6246089677vw;
    font-size: 1.6684045881vw;
  }
  .c-table-pc {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .c-table-pc {
    display: none;
  }
  .c-table-sp {
    display: block;
    font-size: 3.2vw;
    width: 100%;
  }
  .c-table-sp:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
  .c-table-sp.tableType-sp-col2 tr td:first-of-type {
    width: 26%;
  }
  .c-table-sp th, .c-table-sp td {
    border-collapse: collapse;
    border: 1px solid #eff0f1 !important;
    line-height: 1.5;
    padding: 1.0666666667vw 0 !important;
    width: 100vw;
  }
  .c-table-sp th.txt-center, .c-table-sp td.txt-center {
    text-align: center;
    font-weight: bold;
  }
  .c-table-sp th.txt-right, .c-table-sp td.txt-right {
    text-align: right;
  }
  .c-table-sp th {
    font-weight: bold;
    vertical-align: top;
    background: #eff0f1;
    color: #262626;
  }
  .c-table-sp td {
    vertical-align: top;
    font-size: 3.2vw;
    padding: 5.3333333333vw 4.2666666667vw !important;
  }
  .c-table-sp td:first-of-type {
    padding: 5.3333333333vw 2.1333333333vw !important;
  }
  .c-table-sp.tableType-sp-row2 tr:nth-of-type(odd) {
    border-bottom-style: hidden;
  }
  .c-table-sp.tableType-sp-row2 tr:nth-of-type(odd) td {
    padding-bottom: 0 !important;
  }
  .c-table-sp.tableType-sp-row3 tr:not(:nth-of-type(3)) {
    border-bottom-style: hidden;
  }
  .c-table-sp.tableType-sp-row3 tr:not(:nth-of-type(3)) td {
    padding-bottom: 0 !important;
  }
  .c-table-sp.tableType-sp-rowAll tr:not(:last-of-type) {
    border-bottom-style: hidden;
  }
  .c-table-sp.tableType-sp-rowAll tr:not(:last-of-type) td {
    padding-bottom: 0 !important;
  }
  .c-table-sp tr:last-of-type {
    border-bottom: 1px solid #eff0f1;
  }
  .c-table-sp tr:last-of-type td {
    padding-bottom: 4.8vw;
  }
  .c-table-noborder {
    margin-bottom: -2.6666666667vw;
  }
  .c-table-noborder tr, .c-table-noborder th, .c-table-noborder td {
    border: none !important;
  }
  .c-table-common {
    margin-left: 0 !important;
  }
  .c-table-common th, .c-table-common td {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(20deg);
    transform: scale(0) rotate(20deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(20deg);
    transform: scale(1) rotate(20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(20deg);
    transform: scale(50) rotate(20deg);
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(20deg);
    transform: scale(0) rotate(20deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(20deg);
    transform: scale(1) rotate(20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(20deg);
    transform: scale(50) rotate(20deg);
    opacity: 0;
  }
}
body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blueTx {
  color: #0066d5 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.taLeft {
  text-align: left !important;
}

.taRight {
  text-align: right !important;
}

.taCenter {
  text-align: center !important;
}

img {
  pointer-events: none !important;
}

.sonyGroup {
  text-align: left;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}

.sonyGroup img {
  max-width: 100%;
  pointer-events: none;
}

.sonyGroup sup {
  top: 0;
  color: #757575;
}

.sonyGroup .inner {
  max-width: 890px;
  margin: 0 auto;
}

.sonyGroup .pcNone {
  display: none;
}

.sonyGroup .spNone {
  display: block;
}

/* .sonyGroup .kv {
  padding-bottom: 20px;
} */
.sonyGroup .kv__topTxt {
  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;
  background: #103374;
}

.sonyGroup .kv__topTxt p {
  width: 900px;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}

.sonyGroup .kv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.sonyGroup .kv__box:first-child {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10px;
}

.sonyGroup .kv__release {
  font-size: 24px;
  margin: 40px 0;
}

.sonyGroup .kv__title {
  left: 70px;
  position: relative;
}

.sonyGroup .kv__mainArea {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 30px;
}

.sonyGroup .kv__mainBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 900px;
  position: relative;
  margin: auto;
  padding-bottom: 50px;
}

.sonyGroup .kv__mainBlock img {
  display: block;
}

.sonyGroup .kv__mainLabel {
  position: relative;
  top: -30px;
  overflow: hidden;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.sonyGroup .kv__mainLabel:after {
  content: "";
  position: absolute;
  top: -600px;
  left: -600px;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.sonyGroup .kv__2ndCode {
  position: absolute;
  top: 12%;
  left: 0%;
  transform: rotate(24deg);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 159px;
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  opacity: 16%;
  color: #FFFFFF;
}

.sonyGroup .kv__attention {
  width: 900px;
  margin-bottom: 67px;
}

.sonyGroup .kv__attention p {
  position: relative;
  background-color: #FFEFEA;
  color: #D03000;
  padding: 24px 24px 24px 140px;
  border-radius: 16px;
}

.sonyGroup .kv__attention p::after {
  content: "";
  display: block;
  width: 104px;
  height: 95px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/hikari/agency/fukuri/images/nyaro_pc.png");
}

.sonyGroup .kv__logoArea {
  width: 900px;
  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;
  margin-bottom: 30px;
}

.sonyGroup .kv__2ndCodeSmall {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.sonyGroup .kv .koov-area {
  background-color: #F8F8F8;
  padding: 50px 0;
}

.sonyGroup .kv .koov-box {
  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;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  font-size: 18px;
  color: #666666;
}

.sonyGroup .kv .koov-box .img-box {
  order: 2;
}

.sonyGroup .kv .koov-box .txt-box {
  order: 1;
}

.sonyGroup .kv .koov-box dl {
  width: 432px;
  margin-right: 10px;
}

.sonyGroup .kv .koov-box dl dt {
  font-size: 26px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 23px;
}

.sonyGroup .kv .koov-box dl dd p:first-of-type {
  margin-bottom: 25px;
}

.sonyGroup .kv .koov-box dl dd p a {
  color: #0066D5;
}

@media screen and (max-width: 559px) {
  .sonyGroup .kv .koov-area {
    padding: 20px 0;
  }
  .sonyGroup .kv .koov-box {
    display: block;
  }
  .sonyGroup .kv .koov-box dl {
    width: auto;
  }
  .sonyGroup .kv .koov-box .img-box {
    margin-bottom: 16px;
  }
  .sonyGroup .kv .koov-box dl dt {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .sonyGroup .kv .koov-box dl dd p:first-of-type {
    margin-bottom: 10px;
  }
  .sonyGroup .kv .koov-box dl dd {
    font-size: 15px;
  }
}
.sonyGroup .movement {
  background-color: #5EB16D;
  background-size: cover;
  padding: 24px 0;
}

.sonyGroup .movement__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sonyGroup .movement__btnsItem {
  margin: 0 10px;
}

.sonyGroup .movement__btnsItem a {
  width: 215px;
  position: relative;
  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;
  height: 58px;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sonyGroup .movement__btnsItem a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/hikari/agency/fukuri/images/arrow_row.svg") no-repeat center;
  background-size: contain;
}

.sonyGroup .movement__btnsItem a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
}

.sonyGroup .listNote {
  padding-left: 0;
  color: #757575;
}

.sonyGroup .listNote dt {
  font-weight: bold;
  margin: 20px 0 5px;
}

.sonyGroup .listNote li,
.sonyGroup .listNote dd {
  position: relative;
  font-size: 16px;
  padding-left: 1.4em;
  margin-bottom: 3px;
}

.sonyGroup .listNote li:before,
.sonyGroup .listNote dd:before {
  margin-left: -1.4em;
  position: absolute;
  content: "※";
}

.sonyGroup section {
  /* margin-top: -100px; */
  padding: 160px 0;
}

.sonyGroup section.bgPale {
  background-color: #F8F8F8;
  padding: 60px 0;
}

.sonyGroup section h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 10px;
}

.sonyGroup #secPlan h2 + p {
  margin-bottom: 24px;
  text-align: center;
  padding: 0 6vw;
}

.sonyGroup section h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #103374;
  padding: 20px 0;
  margin-bottom: 20px;
}

.sonyGroup section h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sonyGroup section a {
  color: #0066d5 !important;
}

.sonyGroup section a.shut {
  color: #fff !important;
}

.sonyGroup section a.link.outside {
  padding-left: 18px;
  background-image: url(/hikari/agency/fukuri/images/icon-outside.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px auto;
}

.sonyGroup section .dotList .bold {
  font-weight: bold;
}

.sonyGroup section .dotList li,
.sonyGroup section .dotList dd {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.85em;
}

.sonyGroup section .dotList li:before,
.sonyGroup section .dotList dd:before {
  position: absolute;
  content: "・";
  display: inline-block;
  left: 0;
}

.sonyGroup section .dotList li:last-child,
.sonyGroup section .dotList dd:last-child {
  margin-bottom: 0;
}

.sonyGroup section .articleArea {
  border: 4px solid #e6e6e6;
  border-radius: 12px;
  padding: 60px 36px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.sonyGroup section .secWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.sonyGroup section .flowTitbox {
  width: 100%;
  text-align: center;
  background-color: #ffe9d7;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 auto 24px;
  font-size: 28px;
  font-weight: normal;
}

.sonyGroup section .flowTitbox sub {
  font-size: 0.6em;
}

.sonyGroup section .flowTitbox .colorRed {
  color: #e02900;
  font-weight: bold;
  font-size: 30px;
}

.sonyGroup section .flowTitbox .colorRed strong {
  font-size: 1.4em;
}

.sonyGroup section .blueTx {
  color: #0066d5;
}

.sonyGroup .secRequest {
  background-color: #D6007F;
  padding: 50px 0;
}
.sonyGroup .secRequest .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 798px;
  margin: 0 auto;
  border-radius: 12px;
  border: 3px solid #FFFFFF;
  background-color: #FFFFFF;
  padding: 48px;
}
.sonyGroup .secRequest .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -65%;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  transform: skewX(-16deg);
  background-color: #0068B7;
}
.sonyGroup .secRequest .inner::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 230px;
  top: 27%;
  right: 0;
  background-image: url(/hikari/agency/keio/images/img_bg_request.png);
  background-repeat: no-repeat;
  background-position: right 48px center;
  background-size: 289px auto;
  z-index: 1;
}
.sonyGroup .secRequest .inner h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  color: #103374;
  margin-bottom: 15px;
}
.sonyGroup .secRequest .inner p {
  max-width: 474px;
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #103374;
  margin-bottom: 30px;
}
.sonyGroup .secRequest .inner .btnArea {
  max-width: 470px;
  width: 59%;
  margin-bottom: 24px;
}
.sonyGroup .secRequest .inner .btnArea .btnArea__btn {
  width: 100%;
  color: #FFFFFF !important;
  margin: 0;
  background-color: #D6007F !important;
  box-shadow: 0 5px 0 #95002A !important;
}
.sonyGroup .secRequest .inner .attention {
  font-size: 16px;
  font-weight: normal;
}
.sonyGroup .secRequest .inner .attention + p {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .sonyGroup .secRequest {
    padding: 30px 3%;
  }
  .sonyGroup .secRequest .inner {
    width: 86%;
    max-width: 798px;
    padding: 20px 4% 200px;
  }
  .sonyGroup .secRequest .inner::before {
    top: 32%;
    right: -65%;
    -webkit-transform: skew(-76deg, 18deg);
    -moz-transform: skew(-76deg, 18deg);
    transform: skew(-76deg, 18deg);
  }
  .sonyGroup .secRequest .inner::after {
    width: 232px;
    height: 199px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-position: bottom center;
    background-size: 232px auto;
  }
  .sonyGroup .secRequest .inner h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .sonyGroup .secRequest .inner p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sonyGroup .secRequest .inner .btnArea {
    width: 100%;
    margin-bottom: 24px;
  }
  .sonyGroup .secRequest .inner .btnArea .btnArea__btn {
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
  .sonyGroup .secRequest .inner .btnArea + p {
    font-size: 12px;
  }
  .sonyGroup .secRequest .inner .attention + p {
    font-size: 12px;
  }
}
.sonyGroup .secBenefit {
  margin-top: 0;
  padding: 30px 0 40px;
}

.sonyGroup .secBenefit h3 {
  margin-bottom: 50px;
}

.sonyGroup .secBenefit .monthCampaignTable {
  width: 100%;
  margin: 20px 0;
}

.sonyGroup .secBenefit .monthCampaignTable th {
  padding: 10px;
  font-size: 16px;
  width: 9%;
  background: #ededed;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.sonyGroup .secBenefit .monthCampaignTable td {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.sonyGroup .secBenefit .monthCampaignTable .waribiki td {
  font-size: 16px;
  font-weight: bold;
}

.sonyGroup .secBenefit .monthCampaignTable .big td {
  font-size: 16px;
  font-weight: bold;
  color: #d23633;
}

.sonyGroup .secBenefit .monthCampaignTable .big .colorBlack {
  color: #333333;
}

.sonyGroup .secBenefit .monthCampaignTable sup {
  font-size: 14px;
}

.sonyGroup .secBenefit .monthCampaignTable .fukidashi td p {
  margin-bottom: 0;
}

.sonyGroup .secBenefit .monthCampaignTable .fukidashi td p:before {
  z-index: 1;
}

.sonyGroup .secBenefit .monthCampaignTable .fukidashi td p:after {
  z-index: 0;
}

.sonyGroup .secBenefit .monthCampaignTable .waribiki td {
  font-weight: bold;
}

.sonyGroup .secBenefit .monthCampaignTable .big td {
  font-weight: bold;
  color: #d23633;
}

.sonyGroup .secBenefit .monthCampaignTable .listNote {
  margin-top: 8px;
}

.sonyGroup .secBenefit .monthCampaignTable .listNote li {
  font-size: 14px;
}

.sonyGroup .secBenefit .secWrap:not(:last-of-type) {
  margin-bottom: 50px;
}

.sonyGroup .secBenefit .secWrap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sonyGroup .secBenefit .benefitDetail {
  width: 462px;
}

.sonyGroup .secBenefit .benefitDetail h4 {
  text-align: left;
  font-size: 35px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenLabel {
  display: inline-block;
  line-height: 1;
  background-color: #D6007F;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  padding: 4px 18px 0;
  width: 72px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenlabel--01 + .tokutenCaption span {
  font-size: 55px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenlabel--02 {
  margin-bottom: -8px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption {
  color: #D6007F;
  display: block;
  line-height: 1.15;
  font-size: 35px;
  font-weight: bold;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption span {
  display: block;
  font-size: 24px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption span.yen {
  display: inline-block;
  font-size: 26px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption strong {
  font-size: 60px;
}

.sonyGroup .secBenefit .benefitDetail .benefitSummery {
  font-size: 18px;
}

.sonyGroup .secBenefit .benefitDetail .benefitSummery span {
  font-weight: bold;
  font-size: 24px;
}

.sonyGroup .secBenefit .benefitImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 368px;
  height: 388px;
  text-align: center;
  border: #E6E6E6 4px solid;
  border-radius: 36px;
}

.sonyGroup .secBenefit .tabCont--apply {
  margin-bottom: 60px;
}

.sonyGroup .secBenefit .tabCont--benefit {
  margin-bottom: 60px;
}

.sonyGroup #secPlan {
  background-color: #FFFFFF;
  padding: 100px 0;
}

.sonyGroup #secPlan .sec__inner {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.sonyGroup #secPlan .sec__inner ul li {
  margin: 0 0 32px 0;
  padding: 5px;
  border-radius: 12px;
}

.sonyGroup #secPlan .plan01 {
  background-color: #D6007F;
}

.sonyGroup #secPlan .plan02 {
  background-color: #103374;
}

.sonyGroup #secPlan h3 {
  font-size: 24px;
  text-align: left;
  line-height: 1;
  margin: 0 0 0 18px;
}

.sonyGroup #secPlan .plan01 h3 {
  background-color: #D6007F;
  color: #FFFFFF;
}

.sonyGroup #secPlan .plan02 h3 {
  background-color: #103374;
  color: #FFFFFF;
}

.sonyGroup #secPlan h3 span {
  text-align: center;
  font-size: 24px;
}

.sonyGroup #secPlan .plan01 h3 span {
  color: #D6007F;
  background-color: #FFFFFF;
  border-radius: 21px;
  padding: 0 18px;
  margin-right: 12px;
}

.sonyGroup #secPlan .plan02 h3 span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

.sonyGroup #secPlan .table-area {
  display: flex;
  background-color: #FFFFFF;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sonyGroup #secPlan .table-block {
  width: 260px;
  border-left: #E6E6E6 1px solid;
}

.sonyGroup #secPlan .table-block table {
  width: 100%;
}

.sonyGroup #secPlan .table-block:first-of-type {
  width: 360px;
  border-left: none;
}

.sonyGroup #secPlan .table-block:first-of-type tr:first-of-type th {
  display: table-cell;
  padding: 0;
}

.sonyGroup #secPlan .table-block:first-of-type td {
  width: 226px;
}

.sonyGroup #secPlan .table-block th {
  padding: 10px 18px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
  border-right: #E6E6E6 1px solid;
  border-top: #F8F8F8 1px solid;
}

.sonyGroup #secPlan .table-block:last-of-type th {
  border-bottom: none;
}

.sonyGroup #secPlan td {
  width: auto;
  padding: 10px;
}

.sonyGroup #secPlan td:first-of-type {
  border-top: #F8F8F8 1px solid;
}

.sonyGroup #secPlan td div {
  width: 100%;
  min-width: 200px;
  padding: 5px 0;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
  -webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
}

.sonyGroup #secPlan .period {
  background-color: #F8F8F8;
  padding: 5px 0;
  color: #353535;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  clip-path: unset;
}

.sonyGroup #secPlan td dl {
  display: flex;
  justify-content: space-between;
}

.sonyGroup #secPlan td dl dd span {
  display: block;
  font-size: 12px;
}

.sonyGroup #secPlan .paymentamount01 {
  background-color: #D6007F;
}

.sonyGroup #secPlan .paymentamount01 span {
  font-size: 18px;
}

.sonyGroup #secPlan .breakdowncolor {
  font-weight: bold;
  color: #F07558;
}

.sonyGroup #secPlan .paymentamount02 {
  background-color: #103374;
}

.sonyGroup #secPlan .paymentamount02 span {
  font-size: 18px;
}

.sonyGroup #secPlan .sec__inner ul.attention-list li {
  margin: 0;
  color: #757575;
}

.sonyGroup #secPlan .sec__inner ul.attention-list li dl {
  display: flex;
}

.sonyGroup #secPlan .sec__inner ul.attention-list li dl dt {
  margin-right: 10px;
}

@media screen and (max-width: 559px) {
  .sonyGroup #secPlan {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .sonyGroup #secPlan .table-area {
    display: block;
  }
  .sonyGroup #secPlan .table-block {
    width: 100%;
    border-left: none;
  }
  .sonyGroup #secPlan .table-block:first-of-type {
    width: 100%;
  }
  .sonyGroup #secPlan .table-block:first-of-type tr:first-of-type th {
    display: table-cell;
  }
  .sonyGroup #secPlan .table-block:first-of-type tr:first-of-type th.spNone {
    display: none;
  }
  .sonyGroup #secPlan .table-block:first-of-type td {
    width: 70%;
  }
  .sonyGroup #secPlan h3 {
    text-align: center;
    font-size: 18px;
    line-height: normal;
    margin: 0;
  }
  .sonyGroup #secPlan h3 span {
    display: block;
    width: 100%;
    max-width: 96px;
    margin: 0 auto;
    font-size: 16px;
    padding: 2px 5px;
  }
  .sonyGroup #secPlan .plan01 h3 span {
    margin: 0 auto;
    padding: 2px 5px;
  }
  .sonyGroup #secPlan .plan02 h3 span {
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
  }
  .sonyGroup #secPlan .sec__inner ul li {
    margin: 0 0 20px 0;
    padding: 10px 24px 24px;
  }
  .sonyGroup #secPlan .table-block th {
    padding: 20px;
    font-size: 14px;
    border-right: none;
  }
  .sonyGroup #secPlan td {
    width: 70%;
    vertical-align: middle;
    border-left: #E6E6E6 1px solid;
  }
  .sonyGroup #secPlan td div {
    width: auto;
    min-width: 0;
  }
  .sonyGroup #secPlan .sec__inner ul.attention-list li {
    padding: 0 24px;
  }
}
.sonyGroup #secFeature {
  width: 100%;
  padding: 50px 0;
  background-color: #F8F8F8;
}

.sonyGroup #secFeature .sec__inner {
  border: #E6E6E6 solid 4px;
  border-radius: 12px;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.sonyGroup #secFeature .sec__heading {
  font-size: 26px;
  font-weight: bold;
  color: #103374;
  text-align: left;
}

.sonyGroup #secFeature .feature__block--2 {
  padding: 30px;
}

.sonyGroup #secFeature .feature__blockWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
  margin-bottom: 32px;
  border-bottom: #DADADA solid 1px;
}

.sonyGroup #secFeature .feature__blockWrap--2 .feature__txt {
  order: 2;
  padding-left: 34px;
}

.sonyGroup #secFeature .feature__blockWrap--2 .feature__image {
  order: 1;
  padding-top: 20px;
  padding-left: 10px;
}

.sonyGroup #secFeature .feature__detail {
  width: 470px;
  color: #262626;
  display: flex;
  flex-direction: column;
}

.sonyGroup #secFeature .feature__tag {
  font-size: 28px;
  font-weight: bold;
  color: #D6007F;
  margin-bottom: 35px;
}

.sonyGroup #secFeature .feature__tag span {
  display: inline-block;
  position: relative;
  font-size: 55px;
  font-weight: bold;
}

.sonyGroup #secFeature .feature__tag .feature__attention {
  font-size: 12px;
}

.sonyGroup #secFeature .feature__summery {
  font-size: 18px;
  font-weight: bold;
  color: #103374;
}

.sonyGroup #secFeature .feature__summery .c-noticeList li {
  color: #757575;
  font-weight: normal;
}

.sonyGroup #secFeature .feature__block--bottom {
  padding: 0px 16px 0;
}

.sonyGroup #secFeature .feature__area {
  margin-top: 30px;
  font-size: 16px;
}

.sonyGroup #secFeature .feature__notes dl {
  display: flex;
}

.sonyGroup #secFeature .feature__notes dl dt {
  margin-right: 10px;
}

@media screen and (max-width: 559px) {
  .sonyGroup #secFeature {
    width: calc(100% - 12.8vw);
    padding: 30px 6.4vw;
    margin-top: 0;
  }
  .sonyGroup #secFeature .sec__inner {
    width: auto;
    margin: auto;
    padding: 20px 6.4vw;
  }
  .sonyGroup #secFeature .feature__block {
    padding: 0;
  }
  .sonyGroup #secFeature .feature__blockWrap {
    display: block;
  }
  .sonyGroup #secFeature .feature__blockWrap .feature__txt {
    padding-left: 0;
  }
  .sonyGroup #secFeature .feature__blockWrap .feature__txt h2 {
    margin-bottom: 0;
    font-size: 18px;
  }
  .sonyGroup #secFeature .feature__area {
    font-size: 15px;
  }
  .sonyGroup #secFeature .feature__detail {
    width: auto;
    padding: 0;
    align-items: start;
  }
  .sonyGroup #secFeature .feature__detail dd {
    padding-top: 62vw;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("/hikari/agency/keio/images/feature.png");
  }
  .sonyGroup #secFeature .feature__blockWrap--2 .feature__image {
    margin-top: 0;
  }
  .sonyGroup #secFeature .feature__tag {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sonyGroup #secFeature .feature__tag span {
    font-size: 36px;
  }
  .sonyGroup #secFeature .feature__summery {
    font-size: 15px;
  }
  .sonyGroup #secFeature .feature__list {
    color: #757575;
    font-size: 13px;
  }
}
.sonyGroup .secFlow .flowCommonList {
  padding: 0;
  margin: 0 auto;
  width: auto;
}

.sonyGroup .secFlow .flowCommonList > li {
  padding: 36px 0 35px 198px;
  position: relative;
  height: auto;
}

.sonyGroup .secFlow .flowCommonList > li.itemEx {
  min-height: 160px;
}

.sonyGroup .secFlow .flowCommonList > li:not(:last-of-type) {
  margin: 0 0 35px;
}

.sonyGroup .secFlow .flowCommonList > li:not(:last-of-type) .stepInner::before {
  content: "";
  position: absolute;
  left: 90px;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
}

.sonyGroup .secFlow .flowCommonList > li .stepImage {
  position: absolute;
  left: 36px;
  top: 40px;
}

.sonyGroup .secFlow .flowCommonList > li p.ttl {
  font-size: 24px;
  margin: 0 0 20px;
}

.sonyGroup .secFlow .flowCommonList > li:before {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 100px;
}

.sonyGroup .secFlow .flowCommonList > li:nth-of-type(1):before {
  content: url("/hikari/agency/keio/images/step01img.png");
}

.sonyGroup .secFlow .flowCommonList > li:nth-of-type(2):before {
  content: url("/hikari/agency/keio/images/step02img.png");
}

.sonyGroup .secFlow .flowCommonList > li:nth-of-type(3):before {
  content: url("/hikari/agency/keio/images/step03img.png");
}

.sonyGroup .secFlow .flowCommonList > li:nth-of-type(4):before {
  content: url("/hikari/agency/keio/images/step04img.png");
}

.sonyGroup .secFlow .flowCommonList > li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 620px;
  height: 1px;
  background-color: #ccc;
}

.sonyGroup .secFlow .flowCommonList > li:after {
  border-width: 10px 10px 0 10px;
  margin-left: -10px;
  bottom: -28px;
}

.sonyGroup .secFlow .flowCommonList--noImage > li::before {
  display: none;
}

.sonyGroup .secFlow .flowCommonList--moving > li:before {
  display: none !important;
}

.sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(2) {
  height: 160px;
}

.sonyGroup .secFlow .flowCommonList--moving > li:after {
  border-width: 10px 10px 0 10px;
  margin-left: -10px;
  bottom: -28px;
}

.sonyGroup .secFlow .articleArea:not(:last-of-type) {
  margin-bottom: 50px;
}

.sonyGroup .modal-area .dotList li, .sonyGroup .listNormal li {
  position: relative;
  padding-left: 20px !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}

.sonyGroup .modal-area .dotList li:before {
  position: absolute;
  content: "・";
  display: inline-block;
  left: 0;
}

.sonyGroup .secAbout {
  text-align: center;
}

.sonyGroup .secAbout .aboutTtl {
  color: #1c3753;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.sonyGroup .secAbout .tekiyou {
  margin-bottom: 30px;
}

.sonyGroup .secAbout .blockWrap {
  margin-bottom: 40px;
}

.sonyGroup .secAbout .block:first-of-type {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.follow {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #fee9e7;
  padding: 12px 0;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
}

.follow__tag {
  font-size: 21px;
  font-weight: bold;
}

.follow__tag span {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.follow__tag span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 26px;
  background-color: #393939;
  position: absolute;
  top: -3px;
  left: -16px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.follow__tag span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 26px;
  background-color: #393939;
  position: absolute;
  top: -3px;
  right: -16px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.follow__btn {
  width: 416px;
  margin: 10px auto;
}

.follow__btn .c-btn {
  border-radius: 28px;
  text-decoration: none;
  background-color: #ed005b;
  padding: 16px 0 !important;
}

.follow__link {
  color: #575757;
}

.follow__link a {
  color: #0066d5;
}

/* リニューアル 2023/01/17 */
.sonyGroup .wifiContentText {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}

.sonyGroup .provisionArea__text {
  width: 980px;
  margin: 0 auto;
}

.sonyGroup .monthlyPlan__block {
  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;
  margin-bottom: 10px;
}

.sonyGroup .monthlyPlanText--01 {
  color: #ff450a;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

.sonyGroup .monthlyPlanText--02 {
  color: #ff450a;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}

.sonyGroup .monthlyPlanPrice--01 {
  color: #ff450a;
  font-size: 69px;
  font-weight: 900;
  line-height: 1;
}

.sonyGroup .monthlyPlanPrice--02 {
  color: #ff450a;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.contact__caption {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold !important;
  background-color: #2b2b2b !important;
  padding: 15px 0 !important;
  margin-bottom: 0px !important;
  font-size: 16px !important;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2b2b2b;
}

.contact__company {
  padding-top: 15px;
}

.contact__tel {
  font-size: 40px;
  font-weight: bold;
}

.contact__teltime {
  margin-bottom: 20px;
}

.contact__mail {
  margin-bottom: 10px;
}

.btnArea__btn {
  width: 350px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 30px auto 40px;
  padding: 10px 0;
  text-decoration: none;
  font-size: 20px;
  background-color: #E81051 !important;
  -webkit-box-shadow: 0 5px 0 #9f0030 !important;
  box-shadow: 0 5px 0 #9f0030 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

@media screen and (max-width: 559px) {
  .sonyGroup {
    font-size: 3.4666666667vw;
  }
  .sonyGroup .inner {
    max-width: 93.0666666667vw;
  }
  .sonyGroup .pcNone {
    display: block;
  }
  .sonyGroup .spNone {
    display: none;
  }
  .sonyGroup .notes {
    font-size: 3.4666666667vw;
  }
  .sonyGroup .notes li {
    text-align: left !important;
  }
  .sonyGroup .kv__topTxt p {
    width: auto;
    text-align: center;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 7.4666666667vw;
  }
  .sonyGroup .kv__block {
    display: block;
    margin-bottom: 3.2vw;
  }
  .sonyGroup .kv__box:first-child {
    margin-right: 0;
    margin-bottom: 4.5333333333vw;
  }
  .sonyGroup .kv__box:nth-child(2) {
    width: 67.2vw;
    margin: 0 auto;
  }
  .sonyGroup .kv__box .btnLink a {
    margin: 0 auto;
  }
  .sonyGroup .kv__release {
    font-size: 5.3333333333vw;
    margin: 6.9333333333vw 0 4.8vw;
  }
  .sonyGroup .kv__title {
    left: 0;
  }
  /* .sonyGroup .kv .inner {
    padding-top: 5.3333333333vw;
  } */
  .sonyGroup .kv__mainArea {
    padding: 5.3333333333vw 6.4vw 0vw;
  }
  .sonyGroup .kv__2ndCode {
    position: absolute;
    top: 12%;
    left: 0%;
    font-family: "Roboto", sans-serif;
    transform: rotate(24deg);
    font-weight: bold;
    font-size: 25.0666666667vw;
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    opacity: 16%;
    color: #FFFFFF;
  }
  .sonyGroup .kv__attention {
    width: auto;
    margin-bottom: 3.2vw;
  }
  .sonyGroup .kv__attention p {
    padding: 4vw 4vw 4vw 17.3333333333vw;
  }
  .sonyGroup .kv__attention p::after {
    content: "";
    display: block;
    width: 43px;
    height: 38px;
    position: absolute;
    left: 13px;
    top: 32%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/hikari/agency/fukuri/images/nyaro_sp.png");
  }
  .sonyGroup .kv__mainBlock {
    display: block;
    width: 100%;
    position: relative;
    right: 0;
    margin: auto;
    padding-bottom: 20px;
  }
  .sonyGroup .kv__mainBlock img {
    display: block;
  }
  .sonyGroup .kv__mainLabel {
    width: 100%;
    position: relative;
    top: 0;
  }
  .sonyGroup .kv__mainLabel img {
    display: initial;
    width: 100%;
  }
  .sonyGroup .kv__mainLabel::after {
    display: none;
  }
  .sonyGroup .kv__mainChara {
    position: relative;
    width: auto;
    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;
    margin-top: 3.7333333333vw;
  }
  .sonyGroup .kv__mainChara img {
    z-index: 1;
  }
  .sonyGroup .kv__logoArea {
    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;
    margin-bottom: 8vw;
  }
  .sonyGroup .kv__2ndCodeSmall {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
  .sonyGroup .movement {
    margin: 0 auto;
    padding: 5.3333333333vw 0;
  }
  .sonyGroup .movement__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sonyGroup .movement__btnsItem {
    margin: 1.0666666667vw auto;
    width: 48%;
  }
  .sonyGroup .movement__btnsItem a {
    width: auto;
    height: 12vw;
    font-size: 3.4666666667vw;
  }
  .sonyGroup .movement__btnsItem a::after {
    width: 1.8666666667vw;
    height: 0.8vw;
    right: 2.9333333333vw;
  }
  .sonyGroup .listNote {
    padding-left: 0;
    color: #757575;
  }
  .sonyGroup .listNote dt {
    font-weight: bold;
    margin: 5.3333333333vw 0 1.3333333333vw;
  }
  .sonyGroup .listNote li,
  .sonyGroup .listNote dd {
    position: relative;
    font-size: 3.2vw;
    padding-left: 1.4em;
    margin-bottom: 0.8vw;
  }
  .sonyGroup .listNote li:before,
  .sonyGroup .listNote dd:before {
    margin-left: -1.4em;
    position: absolute;
    content: "※";
  }
  .sonyGroup section {
    padding: 16vw 0;
  }
  .sonyGroup section.bgPale {
    padding: 8vw 0;
  }
  .sonyGroup section h2 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .sonyGroup section h3 {
    font-size: 4.8vw;
    padding: 1.3333333333vw 0;
    margin-bottom: 4.2666666667vw;
  }
  .sonyGroup section h4 {
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: bold;
    margin-bottom: 5.3333333333vw;
  }
  .sonyGroup section .dotList .bold {
    font-weight: bold;
  }
  .sonyGroup section .dotList li,
  .sonyGroup section .dotList dd {
    position: relative;
    padding-left: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .sonyGroup section .dotList li:before,
  .sonyGroup section .dotList dd:before {
    position: absolute;
    content: "・";
    display: inline-block;
    left: 0;
  }
  .sonyGroup section .dotList li:last-child,
  .sonyGroup section .dotList dd:last-child {
    margin-bottom: 0;
  }
  .sonyGroup section .articleArea {
    border: 0.8vw solid #e6e6e6;
    border-radius: 1.8666666667vw;
    padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw;
    background-color: #fff;
  }
  .sonyGroup section .listNote {
    margin-top: 2.1333333333vw;
  }
  .sonyGroup section .listNote li {
    font-size: 3.2vw;
  }
  .sonyGroup section .secWrap {
    display: block;
  }
  .sonyGroup section .flowTitbox {
    width: 100%;
    text-align: center;
    background-color: #ffe9d7;
    font-weight: bold;
    padding: 2.6666666667vw 0;
    margin: 0 auto 6.4vw;
    font-size: 4.2666666667vw;
    font-weight: normal;
  }
  .sonyGroup section .flowTitbox .colorRed {
    color: #e02900;
    font-weight: bold;
    font-size: 5.8666666667vw;
  }
  .sonyGroup section .flowTitbox .colorRed strong {
    font-size: 1.4em;
  }
  .sonyGroup .secBenefit h3 {
    margin-bottom: 20px;
  }
  .sonyGroup .secBenefit .inner {
    padding: 0 6vw;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp {
    border: 0.2666666667vw solid #575757;
    padding: 0 4vw 2.6666666667vw;
    margin: 0 0 10px;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp p {
    background: #eee;
    font-weight: bold;
    text-align: center;
    font-size: 4.2666666667vw;
    padding: 4vw 0;
    margin: 0 -4vw;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp table {
    margin-top: 4vw;
    width: 100%;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp table tr th {
    text-align: left;
    padding: 0 2.6666666667vw 2.6666666667vw 0;
    font-size: 4.2666666667vw;
    vertical-align: top;
    width: 55%;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp table tr td {
    text-align: right;
    font-weight: bold;
    font-size: 4.2666666667vw;
    width: auto;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp table tr:last-child td {
    color: #d23633;
  }
  .sonyGroup .secBenefit .monthCampaignTableSp .red {
    color: #d23633;
  }
  .sonyGroup .secBenefit .secWrap:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
  .sonyGroup .secBenefit .secWrap:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sonyGroup .secBenefit .benefitDetail {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  .sonyGroup .secBenefit .benefitDetail h4 {
    text-align: left;
    font-size: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenLabel {
    display: inline-block;
    line-height: 1;
    font-size: 6.6666666667vw;
    font-weight: normal;
    padding: 1.0666666667vw 1.3333333333vw;
    text-align: center;
    padding: 0;
    margin-bottom: 2.1333333333vw;
    width: 88px;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenLabel img {
    width: 80%;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenlabel {
    width: 22.9333333333vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenlabel--02 {
    margin-bottom: -2.1333333333vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenCaption {
    display: block;
    line-height: 1.15;
    font-size: 6.6666666667vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenCaption span {
    font-size: 11vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenlabel--01 + .tokutenCaption span {
    font-size: 11vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenlabel--03 + .tokutenCaption span {
    font-size: 4vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenlabel--03 + .tokutenCaption span.yen {
    font-size: 5vw;
  }
  .sonyGroup .secBenefit .benefitDetail .tokutenCaption strong {
    font-size: 12.8vw;
  }
  .sonyGroup .secBenefit .benefitDetail .benefitSummery {
    font-size: 3.7333333333vw;
  }
  .sonyGroup .secBenefit .benefitImage {
    width: 100%;
    text-align: center;
  }
  .sonyGroup .secBenefit .tabCont--apply {
    margin-bottom: 8vw;
  }
  .sonyGroup .secBenefit .tabCont--benefit {
    margin-bottom: 8vw;
  }
  .sonyGroup .secFlow .flowCommonList {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sonyGroup .secFlow .flowCommonList > li {
    padding: 0 0 0 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 3.7333333333vw;
    border-radius: 0;
  }
  .sonyGroup .secFlow .flowCommonList > li.itemEx {
    min-height: auto;
  }
  .sonyGroup .secFlow .flowCommonList > li:not(:last-of-type) {
    margin: 0 0 5.3333333333vw;
  }
  .sonyGroup .secFlow .flowCommonList > li:not(:last-of-type) .stepInner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5.3333333333vw;
  }
  .sonyGroup .secFlow .flowCommonList > li.stepInner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5.3333333333vw;
  }
  .sonyGroup .secFlow .flowCommonList > li:not(:last-of-type) .stepInner::before {
    left: 50px;
    bottom: -4px;
    border-width: 6px 6px 0 6px;
  }
  .sonyGroup .secFlow .flowCommonList > li .stepImage {
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 0;
    width: 60px;
  }
  .sonyGroup .secFlow .flowCommonList > li p.ttl {
    font-size: 4vw;
    font-weight: bold;
    margin: 0 0 4vw;
  }
  .sonyGroup .secFlow .flowCommonList > li p.ttl span {
    font-size: 4vw;
  }
  .sonyGroup .secFlow .flowCommonList > li .stepSummery {
    font-size: 3.4666666667vw;
  }
  .sonyGroup .secFlow .flowCommonList > li ul.listNote {
    margin: 0;
  }
  .sonyGroup .secFlow .flowCommonList > li ul.listNote li {
    font-weight: normal;
    color: #f40000;
    font-size: 3.4666666667vw;
  }
  .sonyGroup .secFlow .flowCommonList > li:before {
    content: "" !important;
    width: 60px;
    height: 60px;
    left: 20px;
    top: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .sonyGroup .secFlow .flowCommonList > li:nth-of-type(1):before {
    background-image: url("/hikari/agency/keio/images/step01img.png");
  }
  .sonyGroup .secFlow .flowCommonList > li:nth-of-type(2):before {
    background-image: url("/hikari/agency/keio/images/step02img.png");
  }
  .sonyGroup .secFlow .flowCommonList > li:nth-of-type(3):before {
    background-image: url("/hikari/agency/keio/images/step03img.png");
  }
  .sonyGroup .secFlow .flowCommonList > li:nth-of-type(4):before {
    background-image: url("/hikari/agency/keio/images/step04img.png");
  }
  .sonyGroup .secFlow .flowCommonList > li:nth-of-type(3):after {
    content: none;
  }
  .sonyGroup .secFlow .flowCommonList > li:after {
    display: none !important;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 13px 0 13px;
    border-color: #424242 transparent transparent transparent;
    left: 50%;
    margin-left: -13px;
    bottom: -22px;
  }
  .sonyGroup .secFlow .flowCommonList--noImage > li::before {
    display: none;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li {
    margin: 0 0 34px;
    text-align: left;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 15px;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li div {
    margin-bottom: 40px;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li p.ttl {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 26px;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li p.ttl span {
    font-size: 18px;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li ul.listNote {
    margin: 0;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li ul.listNote li {
    font-weight: bold;
    color: #f40000;
    font-size: 15px;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:before {
    position: absolute;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(1):before {
    display: none !important;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(2):before {
    display: none !important;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(3):before {
    display: none !important;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(3) {
    margin: 0 0 46px;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(3):after {
    content: "";
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(4) {
    margin: 0;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:nth-of-type(4):after {
    content: none;
  }
  .sonyGroup .secFlow .flowCommonList--moving > li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 13px 0 13px;
    border-color: #424242 transparent transparent transparent;
    left: 50%;
    margin-left: -13px;
    bottom: -22px;
  }
  .sonyGroup .secFlow .articleArea:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
  .sonyGroup .secWifi {
    margin-top: -18vw;
  }
  .sonyGroup .secWifi .wifiRecommend {
    position: relative !important;
    width: 92% !important;
    margin: 40px auto 0 !important;
    border: 3px solid #333 !important;
    border-radius: 7px !important;
    padding: 25px 10px 2px !important;
    font-size: 14px !important;
  }
  .sonyGroup .secWifi .more__content {
    max-height: 60vw;
  }
  .sonyGroup .secFaq .articleArea {
    padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw;
  }
  .sonyGroup .secAbout .block:first-of-type img {
    width: 50%;
    margin: auto;
  }
  .sonyGroup .secAbout .block:not(:first-of-type) img {
    width: 65%;
    margin: auto;
  }
  .sonyGroup .secPs5 .psLife__optionTitle {
    font-size: 3.6vw;
    margin: 10px 0 5px 0;
  }
  .sonyGroup .secPs5 .inner.inner_ps5 {
    max-width: 93.06667vw;
    margin: 0 auto;
  }
  .sonyGroup .secPs5 .inner.inner_ps5 .ps5 {
    margin: 4.26667vw 2vw 0;
    margin: 4.26667vw 0 0;
    padding: 7.73333vw 5vw 8vw;
    border: 1.6vw solid #e6e6e6;
    border-radius: 3.2vw;
  }
  .sonyGroup .secPs5 .secAbout .inner_ps5 {
    padding: 0;
  }
  .sonyGroup .secPs5 .psLife__titleH3 {
    padding: 0;
  }
  .sonyGroup .secPs5 .psLife__titleH3 .colorRed {
    display: block;
    color: #ca3034;
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
  .sonyGroup .secPs5 .ps5__title {
    width: 66.6666666667vw;
    margin: auto;
  }
  .sonyGroup .secPs5 .ps5__titleSub {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .sonyGroup .secPs5 button.btn_more {
    border: 0.5vw solid #e6e6e6;
    font-size: 3.46667vw;
    padding: 2vw 13vw;
    width: 100%;
  }
  .sonyGroup .secPs5 .boTopSp {
    border-top: 3px solid #e6e6e6;
  }
  .sonyGroup .secPs5 .ps5__monthly {
    font-size: 6vw;
  }
  .sonyGroup .secPs5 .contents .secTop .inner div:nth-of-type(2) {
    padding-top: 15px;
  }
  .sonyGroup .secPs5 .ps5__block {
    display: block;
  }
  .sonyGroup .secPs5 .ps5__blockItem {
    width: 100%;
  }
  .sonyGroup .secPs5 .ps5__blockItem:first-child {
    border-right: none;
  }
  .sonyGroup .secPs5 .ps5 li {
    font-size: 3.4666666667vw;
  }
  .sonyGroup .secPs5 .ps5__table {
    margin-top: 0;
  }
  .sonyGroup .secPs5 .modal-area strong {
    font-size: 3.4666666667vw;
  }
  .sonyGroup .secPs5 .modal-area .shut {
    text-align: center;
  }
  .sonyGroup .secPs5 .modal-area .notes li {
    font-size: 3.2vw;
  }
  .sonyGroup .sec10g .c-table-sp {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .sonyGroup .sec10g .c-table-sp td {
    font-weight: normal;
  }
  .follow {
    width: 100%;
    text-align: center;
    background-color: #fee9e7;
    padding: 2.6666666667vw 6.4vw;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
  }
  .follow__tag {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .follow__tag span {
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .follow__tag span::before {
    content: "";
    display: inline-block;
    width: 0.5333333333vw;
    height: 5.6vw;
    background-color: #393939;
    position: absolute;
    top: -0.8vw;
    left: -3.2vw;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .follow__tag span::after {
    content: "";
    display: inline-block;
    width: 0.5333333333vw;
    height: 5.6vw;
    background-color: #393939;
    position: absolute;
    top: -0.8vw;
    right: -3.2vw;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .follow__btn {
    width: 100%;
    margin: 2.1333333333vw auto;
  }
  .follow__btn .c-btn {
    border-radius: 7.4666666667vw;
    text-decoration: none;
    background-color: #ed005b;
    padding: 4vw 0 !important;
    font-size: 3.7333333333vw;
  }
  .follow__link {
    color: #575757;
    font-size: 3.2vw;
  }
  .follow__link a {
    color: #0066d5;
  }
  .btnArea__btn {
    width: auto;
  }
}
/* リニューアル 2023/01/17 */
.sonyGroup .wifiContentText {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}

.sonyGroup .provisionArea__text {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 559px) {
  .sonyGroup .wifiContentText {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  .sonyGroup .provisionArea__text {
    width: 100%;
    margin: 20px auto 0;
    padding-left: 20px;
    text-align: left;
  }
  .sonyGroup .monthlyPlanText--01 {
    color: #ff450a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .sonyGroup .monthlyPlanText--02 {
    color: #ff450a;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
  }
  .sonyGroup .monthlyPlanPrice--01 {
    color: #ff450a;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
  }
  .sonyGroup .monthlyPlanPrice--02 {
    color: #ff450a;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
  }
}
.sonyGroup section .contact__btn {
  margin: 0 auto 20px;
}

.sonyGroup section .contact__btn a {
  display: block;
  color: #ffffff !important;
  font-weight: bold;
  background-color: #000000;
  border-radius: 20px;
  padding: 5px 0;
  width: 100%;
  min-width: 200px;
  text-decoration: unset;
}

.sonyGroup section .contact__btn a:hover {
  text-decoration: unset;
  opacity: 0.8;
}

body.sideOpen .commonFooter {
  padding-left: 0 !important;
}/*# sourceMappingURL=style.css.map */