.bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 9999;
}

body,
html,
img {
  width: 100%;
  max-width: 100%;
}

#modal .modal-inner .btn.close p.icon,
body,
html {
  color: #fff;
}

a {
  color: #00aff1;
}
a:active, a:hover, a:visited {
  color: #00aff1;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes scroll-down {
  0% {
    top: -40%;
    opacity: 1;
    background-color: #000;
  }
  70% {
    top: 100%;
    opacity: 1;
    background-color: #000;
  }
  99% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -40%;
    opacity: 0;
  }
}
@keyframes scroll-down {
  0% {
    top: -40%;
    opacity: 1;
    background-color: #000;
  }
  70% {
    top: 100%;
    opacity: 1;
    background-color: #000;
  }
  99% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -40%;
    opacity: 0;
  }
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/pp-icons.eot?8a24pnh);
  src: url(../fonts/pp-icons.eot?8a24pnh#iefix) format("embedded-opentype"), url(../fonts/pp-icons.ttf?8a24pnh) format("truetype"), url(../fonts/pp-icons.woff?8a24pnh) format("woff"), url(../fonts/pp-icons.svg?8a24pnh#pp-icons) format("svg");
  font-family: pp-icons;
}
span.icon {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 175, 241, 0.75);
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: pp-icons !important;
  text-transform: none;
}
span.icon.triple-angle:before {
  content: "\e904";
}

p.icon {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: pp-icons !important;
  text-transform: none;
}
p.icon.triple-angle:before {
  content: "\e904";
}
p.icon.angle-down:before {
  content: "\e900";
}
p.icon.angle-up:before {
  content: "\e901";
}
p.icon.c-angle-down:before {
  content: "\e902";
}
p.icon.c-angle-up:before {
  content: "\e903";
}
p.icon.close:before {
  content: "\e905";
}
p.icon.num-1:before {
  content: "\e911";
}
p.icon.num-2:before {
  content: "\e912";
}
p.icon.num-3:before {
  content: "\e913";
}
p.icon.num-4:before {
  content: "\e914";
}
p.icon.facebook:before {
  content: "\e931";
}
p.icon.line:before {
  content: "\e932";
}
p.icon.youtube:before {
  content: "\e933";
}
p.icon.instagram:before {
  content: "\e934";
}

:after,
:before,
a,
blockquote,
button,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
label,
legend,
li,
main,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  image-rendering: auto;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin: 0;
  background-color: #000;
  padding: 0;
  height: 100%;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  background-color: #000;
  padding: 0;
  height: 100%;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
html::-webkit-scrollbar-track {
  background-color: rgba(0, 175, 241, 0.2);
}
html::-webkit-scrollbar-thumb {
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: rgba(0, 175, 241, 0.5);
}
html::-webkit-scrollbar-thumb:hover {
  background-color: #00aff1;
}
body #main {
  position: relative;
  overflow-x: hidden;
}

#modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal-inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-weight: 500;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button:focus:not(.focus-visible) {
  outline: 0;
}
#modal {
  display: none;
  z-index: 9000;
  overflow-y: auto;
}
#modal .modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}
#modal .modal-inner .modal-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: 1;
}
#modal .modal-inner .modal-container {
  position: relative;
}
#modal .modal-inner .btn.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
#modal .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}
#modal .modal-bg {
  z-index: 1;
}
#modal .modal-window {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s linear, transform 0.2s ease-out;
  transition: opacity 0.2s linear, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#modal .btn.close,
#modal .modal-bg,
#modal .modal-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#modal .modal-container {
  max-height: 100vh;
}
#modal .modal-container .modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#modal.active .btn.close,
#modal.active .modal-bg,
#modal.active .modal-overlay {
  opacity: 1;
}
#modal.open .modal-window {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#modal.open.opened .modal-container {
  max-height: none;
}
#modal.open.opened.close .btn.close {
  opacity: 0;
}
#modal.open.opened.close .modal-window {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
#modal.scrollable.open.opened.close .modal-window {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#modal .modal-content.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
}
#modal .modal-content.profile .col > p.name {
  font-weight: 700;
  line-height: 1.3;
}
#modal .modal-content.profile .col.col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal .modal-content.profile .col.col-left .image {
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}
#modal .modal-content.profile .col.col-right div.description,
#modal .modal-content.profile .col.col-right p.description {
  line-height: 1.8;
}
#modal .modal-content.profile .col.col-right ul.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#modal .modal-content.profile .col.col-right ul.links li.link > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon p.icon {
  color: #fff;
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon.hp {
  border: 1px solid #888;
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon.twitter {
  position: relative;
  background-color: #000000;
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon.twitter::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icon_Twitter.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 82%;
  height: 82%;
  content: "";
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon.facebook {
  background-color: #305097;
}
#modal .modal-content.profile .col.col-right ul.links li.link .c-icon.youtube {
  background-color: red;
}
#modal .modal-content.profile .col.col-right ul.links li.link p.name {
  margin-left: 0.5em;
}
#modal .modal-content.profile .col.col-right ul.links li.link.hp > a {
  color: #888;
}
#modal .modal-content.profile .col.col-right ul.links li.link.hp > a:active, #modal .modal-content.profile .col.col-right ul.links li.link.hp > a:hover, #modal .modal-content.profile .col.col-right ul.links li.link.hp > a:visited {
  color: #888;
}
#modal .modal-content.profile .col.col-right ul.links li.link.twitter > a {
  color: #000;
}
#modal .modal-content.profile .col.col-right ul.links li.link.twitter > a:active, #modal .modal-content.profile .col.col-right ul.links li.link.twitter > a:hover, #modal .modal-content.profile .col.col-right ul.links li.link.twitter > a:visited {
  color: #000;
}
#main .bg-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main .bg-layer:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  content: "";
}
#main .bg-layer .video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main > section {
  position: relative;
  z-index: 1;
}
#main > section .container {
  position: relative;
}
#main > section .container.full {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#main > section h2 {
  margin-right: auto;
  margin-left: auto;
}
#main > section h2 p.icon {
  margin-right: auto;
  margin-left: auto;
}
#main > section h3.box {
  margin-right: auto;
  margin-left: auto;
}
#main > section h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#main > section h2 .en img {
  max-width: none;
}
#main > section h2 .jp img {
  width: auto;
  max-width: none;
  max-width: none;
  height: 100%;
}
#main > section h2 .en img {
  width: auto;
  max-width: none;
  height: 100%;
}
#main > section h2 p.icon {
  color: rgba(0, 175, 241, 0.75);
  text-align: center;
}
#main > section h3.box {
  line-height: 1;
  text-align: center;
}
#main > section h3.box.w {
  background-color: #fff;
  color: #000;
}
#main > section p.lead {
  line-height: 1.8;
  text-align: center;
}
#main > section p.sub {
  font-size: 80%;
}
#main > section p.note {
  margin-top: 0.8em;
}
#main > section p + p {
  margin-top: 0.3em;
}
#main > section section.sub {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#main > section section.sub.entry .container {
  border: 1px solid rgba(0, 185, 0, 0.75);
  border-right: none;
  border-left: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 380px);
  height: 100%;
}
#main > section section.sub.entry .btn,
#main > section section.sub.entry .lead {
  margin-right: auto;
  margin-left: auto;
}
#main > section section.sub.entry .edge {
  position: absolute;
}
#main > section .box.articles {
  background-color: #fff;
  width: 100%;
}
#main > section .box.articles .box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#main > section .box.articles .box-content ul.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#main > section .box.articles .box-content ul.articles > li .no-link {
  color: #000;
}
#main > section .box.articles .box-content ul.articles > li > a {
  color: #000;
  text-decoration: none;
}
#main > section .box.articles .box-content ul.articles > li figure {
  overflow: hidden;
}
#main > section .box.articles .box-content ul.articles > li figure img {
  transition: transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
  transition: transform 0.3s ease-out, filter 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: transform 0.3s ease-out, filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
#main > section .box.articles .box-content ul.articles > li h4.article-title {
  margin-top: 1em;
  text-decoration: none;
}
#main > section .box.card {
  position: relative;
  color: #000;
}
#main > section .box.card .box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  border-bottom: 1px solid transparent;
}
#main > section .box.card .box-head .logo {
  position: relative;
}
#main > section .box.card .box-head .btn.accordion {
  position: absolute;
  cursor: pointer;
}
#main > section .box.card .box-head .btn.accordion p.icon:before {
  content: "\e902";
}
#main > section .box.card .box-content {
  position: relative;
  z-index: 1;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
#main > section .box.card .box-content .inner {
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}
#main > section .box.card .box-content .title {
  font-weight: 700;
}
#main > section .box.card .box-content .text {
  line-height: 2;
}
#main > section .box.card .base {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main > section .box.card .base:before {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
}
#main > section .box.card .base .base-bottom,
#main > section .box.card .base .base-top {
  position: absolute;
  width: 100%;
}
#main > section .box.card .base .base-bottom:after, #main > section .box.card .base .base-bottom:before {
  display: block;
  top: 0;
  content: "";
}
#main > section .box.card .base .base-top:after, #main > section .box.card .base .base-top:before {
  display: block;
  top: 0;
  content: "";
}
#main > section .box.card .base .base-bottom:before,
#main > section .box.card .base .base-top:before {
  position: relative;
  background-color: #fff;
  width: 100%;
}
#main > section .box.card .base .base-bottom:after {
  position: absolute;
  border-width: 0;
  border-style: solid;
  width: 0;
  height: 0;
}
#main > section .box.card .base .base-top {
  top: 0;
}
#main > section .box.card .base .base-top:after {
  position: absolute;
  right: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
}
#main > section .box.card .base .base-bottom {
  bottom: 0;
}
#main > section .box.card .base .base-bottom:after {
  left: 0;
  border-color: transparent #fff transparent transparent;
}
#main > section .box.card.opened .box-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}
#main > section .box.card.opened .box-head .btn.accordion p.icon:before {
  content: "\e903";
}
#main > section .scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#main > section .scroll-down .bar {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#main > section .scroll-down .bar img {
  width: auto;
  max-width: none;
  height: 100%;
}
#main > section .scroll-down .bar .inner {
  -webkit-animation-name: scroll-down;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  position: absolute;
  top: -40%;
  right: 0;
  left: 0;
  animation-duration: 1.25s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: scroll-down;
  background-color: #000;
  height: 40%;
}
#main > section .btn.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
#main > section .btn.banner .label {
  line-height: 1;
}
#main > section .btn.banner .label img {
  width: auto;
  height: 100%;
}
#main > section .btn.line {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#main > section .btn.line .image {
  position: relative;
  z-index: 2;
}
#main > section .btn.line .base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#main > section .btn.line .base.b {
  z-index: 0;
}
#main > section .btn.line .base.over {
  opacity: 0;
  z-index: 1;
}
#main > section .btn.line:hover .base.over {
  opacity: 0.3;
}
#main > section.kv {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#main > section.kv.scrolled {
  border-bottom: 1px solid #fff;
}
#main > section.kv > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#main > section.kv .scroll-down {
  position: absolute;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s linear;
  transition: transform 0.3s ease-out, opacity 0.2s linear, -webkit-transform 0.3s ease-out;
}
#main > section.kv .scroll-down.inactive {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}
#main > section.kv .logo.sony-music {
  position: absolute;
}
#main > section.kv .logo.main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#main > section.artists {
  background-color: #000;
}
#main > section.artists .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/bg_intro_equalizer.png);
  background-size: 1332px 203px;
  background-repeat: repeat-x;
  width: 100%;
}
#main > section.artists > .container {
  z-index: 1;
}
#main > section.artists h2 .jp img,
#main > section.artists h2 .en img {
  width: auto;
  max-width: none;
  height: 100%;
}
#main > section.artists ul.profiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#main > section.artists ul.profiles > li {
  cursor: pointer;
}
#main > section.artists ul.profiles > li figure.image {
  overflow: hidden;
}
#main > section.artists ul.profiles > li figure.image img {
  transition: transform 0.2s ease-out, -webkit-filter 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-filter 0.3s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-filter 0.3s ease-out;
  transition: transform 0.2s ease-out, filter 0.3s ease-out;
  transition: transform 0.2s ease-out, filter 0.3s ease-out, -webkit-transform 0.2s ease-out, -webkit-filter 0.3s ease-out;
  transition: transform 0.2s ease-out, filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
#main > section.artists ul.profiles > li p.name {
  margin-top: 0.3em;
  text-align: center;
}
#main > section.artists ul.profiles > li .modal-content {
  display: none;
}
#main > section.guidelines {
  background-image: url(../img/bg_intro_shibuya.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
#main > section.guidelines > .container {
  z-index: 1;
}
#main > section.guidelines .block {
  text-align: center;
}
#main > section.project {
  background-color: rgba(0, 0, 0, 0.75);
}
#main > section.project .lead {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
#main > section.project .block.solution .hexagon {
  position: relative;
  width: 100%;
}
#main > section.project .block.solution .hexagon .content {
  position: relative;
  z-index: 1;
}
#main > section.project .block.solution .hexagon .content .title {
  margin-right: auto;
  margin-left: auto;
}
#main > section.project .block.solution .hexagon .content .text {
  text-align: center;
}
#main > section.project .block.solution .hexagon .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
#main > section.project .block.solution .hexagon .bg .shape {
  position: absolute;
  top: 0;
  left: 0;
}
#main > section.project .block.solution .hexagon .bg > .shape {
  z-index: 0;
}
#main > section.project .block.solution .hexagon .bg .mask {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#main > section.project .block.solution figure.solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
#main > section.project .block.solution figure.solution .arrow {
  position: relative;
  z-index: 1;
}
#main > section.project .block.solution figure.solution .image {
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
}
#main > section.project .block.solution figure.solution ul.lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main > section.project .block.solution figure.solution ul.lines > li {
  position: absolute;
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon {
  position: relative;
  z-index: 1;
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border {
  border-right: solid 1px #d8dcdf;
  border-left: solid 1px #d8dcdf;
  background-color: #000;
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border:after {
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  z-index: 1;
  background-color: inherit;
  content: "";
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border:before {
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  z-index: 1;
  border-top: solid 1.41px #d8dcdf;
  border-right: solid 1.41px #d8dcdf;
  background-color: inherit;
  content: "";
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border:after {
  border-bottom: solid 1.41px #d8dcdf;
  border-left: solid 1.41px #d8dcdf;
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill {
  background-color: #d8dcdf;
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill:after, #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill:before {
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  z-index: 1;
  background-color: inherit;
  content: "";
}
#main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .mask {
  width: 100%;
}
#main > section.project .block.solution figure.solution ul.lines > li .box.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background-color: #000;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
#main > section.project .block.solution figure.solution ul.lines > li .box.num p.icon {
  margin-left: -0.05em;
}
#main > section.project .block.solution figure.solution ul.lines > li .line {
  position: absolute;
  z-index: 0;
  border-top: 1px solid #fff;
}
#main > section.project .block.solution figure.solution ul.lines > li[data-id="1"], #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] {
  left: 0;
}
#main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#main > section.project .block.solution figure.solution ul.lines > li[data-id="2"], #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] {
  right: 0;
}
#main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#main > section.project .block.solution ul.solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main > section.project .block.solution ul.solutions > li {
  position: relative;
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border {
  border-right: solid 1px #d8dcdf;
  border-left: solid 1px #d8dcdf;
  background-color: #000;
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:after {
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  z-index: 1;
  background-color: inherit;
  content: "";
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:before {
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  z-index: 1;
  border-top: solid 1.41px #d8dcdf;
  border-right: solid 1.41px #d8dcdf;
  background-color: inherit;
  content: "";
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:after {
  border-bottom: solid 1.41px #d8dcdf;
  border-left: solid 1.41px #d8dcdf;
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill {
  background-color: #d8dcdf;
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill:after, #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill:before {
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  z-index: 1;
  background-color: inherit;
  content: "";
}
#main > section.project .block.solution ul.solutions > li .hexagon .bg .mask {
  width: 100%;
}
#main > section.project .block.solution ul.solutions > li[data-id="1"], #main > section.project .block.solution ul.solutions > li[data-id="3"] {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#main > section.project .block.solution ul.solutions > li[data-id="2"], #main > section.project .block.solution ul.solutions > li[data-id="4"] {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#main > section.project .block.media {
  position: relative;
}
#back-to-top > .container {
  margin-right: auto;
  margin-left: auto;
}

#main > section.cocotame .block.cocotame .lead .main,
#main > section.cocotame .block.cocotame .lead .sub,
#main > section.cocotame .block.cocotame .lead p.icon {
  margin-right: auto;
  margin-left: auto;
}
#main > section.project .block.media .box.card {
  position: relative;
  z-index: 1;
}
#main > section.project .block.media .bg {
  position: absolute;
  z-index: 0;
}
#main > section.project .block.media .bg.gear {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 60s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-duration: 60s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: rotate;
}
#main > section.cocotame {
  background-image: url(../img/cocotame_bg_pc.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main > section.cocotame .block.cocotame .lead p.icon {
  text-align: center;
}
#main > section.cocotame .block.cocotame .box.articles a.cocotame {
  display: block;
}
#main > section.cocotame .block.cocotame .box.articles a.cocotame img {
  width: auto;
  max-width: none;
  height: 100%;
}
#main > section.attention {
  background-color: #f0f5f8;
  color: #000;
  text-align: center;
}
#main > section.attention .block h3 {
  margin-bottom: 0.8em;
  font-weight: 700;
}
#main > section.attention .block p + p {
  margin-top: 0.6em;
}
#main > section.attention .block.attention ul.list > li:nth-child(n+2) {
  margin-top: 0.5em;
}
#main footer {
  position: relative;
  z-index: 1;
  background-color: #000;
}
#main footer .block.bottom p.copyright {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  text-align: center;
}
#back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#back-to-top > .container {
  position: relative;
}
#back-to-top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, background-color 0.1s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s linear, background-color 0.1s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s linear, background-color 0.1s linear;
  transition: transform 0.3s ease-out, opacity 0.2s linear, background-color 0.1s linear, -webkit-transform 0.3s ease-out;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}
#back-to-top .btn:hover {
  background-color: #00aff1;
}
#back-to-top .btn p.icon {
  color: #fff;
}
#back-to-top.active .btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.equalizers::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/bg_intro_equalizer.png);
  background-size: 1332px 203px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.pickup {
  background-color: #000;
  padding-top: 208px;
}
.pickup .main-title {
  position: relative;
  margin: 0 auto 35px;
  width: 27%;
  max-width: 170px;
}
.pickup .main-title .title__text {
  display: block;
  margin-bottom: 22px;
  width: 100%;
}
.pickup .main-title img {
  width: 100%;
}
.pickup-wrap {
  margin: 0 auto;
  width: 992px;
}
.pickup a {
  color: #fff;
  text-decoration: none;
}
.pickup_slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.pickup_slide__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.pickup_slide__list {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.pickup_slide__list-item {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
}
.pickup_slide__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.pickup_slide__list a .p-in__title {
  margin: 20px 0 12px;
}
.pickup_slide__list a .p-in__title h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.15em;
}
.pickup_slide__list a .p-in__image {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}
.pickup_slide__list a .p-in__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pickup_slide__list a .p-in__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.pickup_slide__list a .p-in__data {
  color: #00aef3;
  letter-spacing: 0.1em;
}
.pickup_slide__list a .p-in__category {
  display: block;
  letter-spacing: 0.1em;
  word-break: break-all;
}
.pickup_slide__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 22px auto 0;
  width: 100%;
}
.pickup_slide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pickup_slide__pagination-item {
  display: block;
  position: relative;
  -webkit-transition: background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  cursor: pointer;
  margin: 0 10px 10px 0;
  width: 9px;
  height: 9px;
}
.pickup_slide__pagination-item:hover {
  background: #fff;
}
.pickup_slide__pagination-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}
.pickup_slide__pagination-item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  background: #00aef3;
  width: 100%;
  height: 100%;
  content: "";
}
.pickup_slide__pagination-item.is-current::after {
  opacity: 1;
}

.pickup_slide__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 20px;
}
.pickup_slide__nav-item {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  background: url("../img/btn_arrow.svg") no-repeat center;
  background-size: 45px auto;
  width: 60px;
  height: 60px;
  font-size: 0;
}
.pickup_slide__nav-item.-next {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pickup_slide__nav-item:hover {
  opacity: 0.8;
}
.pickup_slide__nav-item.is-disable {
  opacity: 0.5 !important;
}

.news {
  background-color: #000;
  padding-top: 100px;
}
.news .main-title {
  position: relative;
  margin: 0 auto 30px;
  width: 27%;
  max-width: 260px;
}
.news .main-title .title__text {
  margin-bottom: 22px;
}
.news-wrap {
  margin: 0 auto;
  width: 992px;
}
.news a {
  color: #fff;
  text-decoration: none;
}
.news__content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__content__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-bottom: 40px;
  width: 32%;
}
.news__content__list__item:nth-of-type(3n) {
  margin-right: 0;
}
.news__content__list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.news__content__list__item a .p-in__title {
  margin: 20px 0 12px;
}
.news__content__list__item a .p-in__title h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.15em;
}
.news__content__list__item a .p-in__image {
  overflow: hidden;
}
.news__content__list__item a .p-in__image img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__content__list__item a .p-in__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.news__content__list__item a .p-in__data {
  color: #00aef3;
  letter-spacing: 0.1em;
}
.news__content__list__item a .p-in__category {
  display: block;
  letter-spacing: 0.1em;
  word-break: break-all;
}
.news__link {
  margin: 44px auto 0;
  width: 288px;
}
.news__link a {
  display: inline-block;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  border: 3px solid #00aff1;
  border-radius: 15px 0 15px 0;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

.Twitter {
  background-color: #000;
  padding-bottom: 100px;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  background: #000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.is-menu-show .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.is-menu-open .nav {
  opacity: 1;
  pointer-events: auto;
}
.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10vh 0;
  width: 80%;
  height: 100%;
  min-height: 400px;
}
.nav__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.nav__brand {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 180px;
}
.nav__list {
  display: block;
  position: relative;
  z-index: 0;
}
.nav__list-item {
  display: block;
  position: relative;
  text-align: center;
}
.nav__list-item + .nav__list-item {
  margin-top: 30px;
}
.nav__list-item.-Twitter img {
  height: 40px;
}
.nav__link {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  padding: 9px;
}
.nav__link:hover {
  opacity: 0.5;
}
.nav__link img {
  width: auto;
  height: 28px;
}

.menu {
  display: block;
  position: fixed;
  top: -2px;
  right: 140px;
  z-index: 1500;
  cursor: pointer;
  padding: 25px 16px;
  width: 76px;
  height: 68px;
  content: "";
}
.menu__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.menu__open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.is-menu-open .menu__open {
  pointer-events: none;
}
.menu__open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200%;
  height: 300%;
  content: "";
}
.menu__open-item {
  display: block;
  position: absolute;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 2px;
}
.menu__open-item.-item1 {
  top: 0;
}
.menu__open-item.-item2 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu__open-item.-item3 {
  bottom: 0;
}
.menu__open-deco {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  width: 100%;
  height: 100%;
  content: "";
}
.-item1 .menu__open-deco {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.-item2 .menu__open-deco {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.-item3 .menu__open-deco {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu__open-deco::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}
[data-area=top] .menu__open-deco::before {
  background: #fff;
}
.-item1 .menu__open-deco::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.-item2 .menu__open-deco::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.-item3 .menu__open-deco::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menu__open-deco::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s, background-color 0.25s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s, background-color 0.25s cubic-bezier(0.5, 1, 0.89, 1);
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}
[data-area=top] .menu__open-deco::after {
  background: #fff;
}
.-item1 .menu__open-deco::after {
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.-item2 .menu__open-deco::after {
  -webkit-transition-delay: 0.35s, 0s;
  transition-delay: 0.35s, 0s;
}
.-item3 .menu__open-deco::after {
  -webkit-transition-delay: 0.4s, 0s;
  transition-delay: 0.4s, 0s;
}
.is-menu-open .-item1 .menu__open-deco {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.is-menu-open .-item1 .menu__open-deco::before {
  -webkit-transition: width 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  width: 0;
}
.is-menu-open .-item1 .menu__open-deco::after {
  -webkit-transition: width 0.1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.1s cubic-bezier(0.87, 0, 0.13, 1);
  width: 0;
}
.is-menu-open .-item2 .menu__open-deco {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.05s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
}
.is-menu-open .-item2 .menu__open-deco::before {
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.05s;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.05s;
  width: 0;
}
.is-menu-open .-item2 .menu__open-deco::after {
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.05s;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.05s;
  width: 0;
}
.is-menu-open .-item3 .menu__open-deco {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.is-menu-open .-item3 .menu__open-deco::before {
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  width: 0;
}
.is-menu-open .-item3 .menu__open-deco::after {
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  width: 0;
}
.menu__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.is-menu-open .menu__close {
  pointer-events: auto;
}
.menu__close::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200%;
  height: 300%;
  content: "";
}
.menu__close-item {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 2px;
}
.menu__close-item.-item1 {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg);
}
.menu__close-item.-item2 {
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
  transform: translate(-50%, -50%) rotate(-25deg);
}
.menu__close-deco {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
  height: 100%;
  content: "";
}
.menu__close-deco::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  background: #fff;
  width: 0;
  height: 100%;
  content: "";
}
.menu__close-deco::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  background: #fff;
  width: 0;
  height: 100%;
  content: "";
}
.is-menu-open .-item1 .menu__close-deco {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.is-menu-open .-item1 .menu__close-deco::before {
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}
.is-menu-open .-item1 .menu__close-deco::after {
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  width: 100%;
}
.is-menu-open .-item2 .menu__close-deco {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.is-menu-open .-item2 .menu__close-deco::before {
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}
.is-menu-open .-item2 .menu__close-deco::after {
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.3s;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1) 0.3s;
  width: 100%;
}

.official {
  position: fixed;
  top: 3%;
  left: 3%;
  z-index: 10;
}
.official-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.official-item.SonyMusic {
  margin-right: 14px;
  max-width: 180px;
}
.official-item.Twitter {
  margin-top: -2px;
  background-color: transparent;
  padding-top: 0px;
  max-width: 36px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  dd,
  div,
  dl,
  dt,
  figure,
  h1,
  h2,
  h3,
  h4,
  li,
  ol,
  section,
  ul {
    min-height: 1px;
  }
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 13px;
  }
  html {
    font-size: 13px;
  }
  html::-webkit-scrollbar {
    width: 10px;
  }
  .pc-only {
    display: inherit;
  }
  .sp-only {
    display: none !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .mr40 {
    margin-right: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .ml50 {
    margin-left: 50px !important;
  }
  .mr50 {
    margin-right: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .ml60 {
    margin-left: 60px !important;
  }
  .mr60 {
    margin-right: 60px !important;
  }
  .mt70 {
    margin-top: 70px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .ml70 {
    margin-left: 70px !important;
  }
  .mr70 {
    margin-right: 70px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .ml80 {
    margin-left: 80px !important;
  }
  .mr80 {
    margin-right: 80px !important;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .ml90 {
    margin-left: 90px !important;
  }
  .mr90 {
    margin-right: 90px !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .ml100 {
    margin-left: 100px !important;
  }
  .mr100 {
    margin-right: 100px !important;
  }
  .mt110 {
    margin-top: 110px !important;
  }
  .mb110 {
    margin-bottom: 110px !important;
  }
  .ml110 {
    margin-left: 110px !important;
  }
  .mr110 {
    margin-right: 110px !important;
  }
  .mt120 {
    margin-top: 120px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .ml120 {
    margin-left: 120px !important;
  }
  .mr120 {
    margin-right: 120px !important;
  }
  #modal .modal-inner .modal-container {
    width: auto;
  }
  #modal .modal-inner .btn.close {
    top: -45px;
    right: 0;
    width: 40px;
    height: 40px;
  }
  #modal .modal-inner .btn.close p.icon {
    font-size: 40px;
  }
  #modal .modal-content.profile {
    border-radius: 5px;
    padding: 50px;
    width: 780px;
  }
  #modal .modal-content.profile .col.col-left .image {
    width: 220px;
  }
  #modal .modal-content.profile .col.col-left p.name {
    margin-left: 20px;
    font-size: 24px;
  }
  #modal .modal-content.profile .col.col-right > p.name {
    font-size: 24px;
  }
  #modal .modal-content.profile .col.col-right > p.name::after {
    display: block;
    border-top: 2px solid #000;
    content: "";
  }
  #modal .modal-content.profile .col.col-right div.description,
  #modal .modal-content.profile .col.col-right p.description {
    margin-top: 20px;
  }
  #modal .modal-content.profile .col.col-right ul.links {
    margin-top: 20px;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link:nth-child(n+2) {
    margin-left: 15px;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .c-icon {
    width: 40px;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .c-icon {
    border-radius: 20px;
    height: 40px;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .c-icon p.icon {
    font-size: 32px;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .img-icon {
    width: 40px;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link p.name {
    font-size: 12px;
  }
  #main > section .container {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
  }
  #main > section h2 {
    margin-bottom: 30px;
  }
  #main > section h2 .jp {
    height: 44px;
  }
  #main > section h2 .en {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 20px;
  }
  #main > section h2 p.icon {
    width: 20px;
    font-size: 20px;
  }
  #main > section h3.box {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    font-size: 18px;
  }
  #main > section p.lead {
    font-size: 20px;
  }
  #main > section p.note {
    font-size: 14px;
  }
  #main > section section.sub.entry {
    height: 191px;
  }
  #main > section section.sub.entry .container {
    padding-top: 30px;
  }
  #main > section section.sub.entry .container {
    padding-bottom: auto;
  }
  #main > section section.sub.entry .lead {
    margin-bottom: 25px;
    width: 400px;
  }
  #main > section section.sub.entry .edge {
    top: -43px;
    width: 190px;
  }
  #main > section section.sub.entry .edge.l {
    left: 0;
  }
  #main > section section.sub.entry .edge.r {
    right: 0;
  }
  #main > section .box.articles {
    padding-top: 30px;
  }
  #main > section .box.articles {
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  #main > section .box.articles .box-title {
    margin-bottom: 30px;
  }
  #main > section .box.articles .box-content ul.articles > li {
    width: 320px;
  }
  #main > section .box.articles .box-content ul.articles > li > a:hover figure img {
    -webkit-filter: brightness(125%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(125%);
  }
  #main > section .box.articles .box-content ul.articles > li h4.article-title {
    font-size: 16px;
  }
  #main > section .box.card {
    padding-right: 40px;
    padding-left: 40px;
  }
  #main > section .box.card .box-head {
    height: 80px;
  }
  #main > section .box.card .box-head .btn.accordion {
    top: 25px;
    right: 0;
  }
  #main > section .box.card .box-head .btn.accordion p.icon {
    font-size: 30px;
  }
  #main > section .box.card .box-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main > section .box.card .box-content .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #main > section .box.card .box-content p.link {
    margin-top: 10px;
  }
  #main > section .box.card .base {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main > section .box.card .base .base-bottom,
  #main > section .box.card .base .base-top {
    height: 20px;
  }
  #main > section .box.card .base .base-bottom:after, #main > section .box.card .base .base-bottom:before {
    height: 20px;
  }
  #main > section .box.card .base .base-top {
    padding-right: 20px;
  }
  #main > section .box.card .base .base-top:after, #main > section .box.card .base .base-top:before {
    height: 20px;
  }
  #main > section .box.card .base .base-top:after {
    border-top-width: 20px;
    border-left-width: 20px;
  }
  #main > section .box.card .base .base-bottom {
    padding-left: 20px;
  }
  #main > section .box.card .base .base-bottom:after {
    border-right-width: 20px;
    border-bottom-width: 20px;
  }
  #main > section .box.card.opened .box-content {
    padding-top: 20px;
  }
  #main > section .box.card.opened .box-content {
    padding-bottom: 40px;
  }
  #main > section .scroll-down .label {
    margin-bottom: 8px;
    width: 8px;
  }
  #main > section .scroll-down .bar {
    width: 2px;
  }
  #main > section .scroll-down .bar {
    border-radius: 1px;
    height: 80px;
  }
  #main > section .scroll-down .bar .inner {
    border-radius: 1px;
  }
  #main > section .scroll-down p.icon.triple-angle {
    margin-top: 8px;
    font-size: 16px;
  }
  #main > section .btn.banner {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 500px;
  }
  #main > section .btn.banner .label {
    height: 60px;
  }
  #main > section .btn.line {
    width: 290px;
  }
  #main > section .btn.line .image {
    margin-right: -20px;
    width: 290px;
  }
  #main > section .btn.line .base {
    width: 290px;
  }
  #main > section.kv {
    height: 100vh;
  }
  #main > section.kv > .container {
    width: 1000px;
  }
  #main > section.kv .scroll-down {
    right: 20px;
    bottom: 20px;
  }
  #main > section.kv .content {
    padding-top: 80px;
  }
  #main > section.kv .logo.sony-music {
    top: 20px;
    left: 20px;
    width: 132.5px;
  }
  #main > section.kv .logo.main {
    width: 1010px;
  }
  #main > section.kv .logo.main img {
    margin-left: -10px;
  }
  #main > section.kv .lead {
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    width: 700px;
  }
  #main > section.artists .bg {
    height: 203px;
  }
  #main > section.artists > .container {
    padding-top: 200px;
    padding-bottom: 200px;
    width: 1000px;
  }
  #main > section.artists h2 .jp {
    height: 50px;
  }
  #main > section.artists h2 .en {
    height: 25px;
  }
  #main > section.artists p.lead {
    margin-bottom: 60px;
  }
  #main > section.artists ul.profiles > li figure.image {
    width: 220px;
  }
  #main > section.artists ul.profiles > li p.name {
    font-size: 22px;
  }
  #main > section.artists ul.profiles > li:hover figure img {
    -webkit-filter: brightness(125%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(125%);
  }
  #main > section.guidelines {
    background-position: center -12.5vw;
  }
  #main > section.guidelines > .container {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  #main > section.guidelines .block {
    font-size: 20px;
  }
  #main > section.guidelines .block:not(:first-of-type) {
    margin-top: 60px;
  }
  #main > section.project > .container {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  #main > section.project .lead {
    width: 665px;
  }
  #main > section.project .block.solution {
    padding-top: 60px;
  }
  #main > section.project .block.solution figure.solution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main > section.project .block.solution figure.solution .txt1 {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 175px;
  }
  #main > section.project .block.solution figure.solution .arrow {
    margin-bottom: -110px;
    width: 25px;
  }
  #main > section.project .block.solution figure.solution .image {
    width: 271px;
  }
  #main > section.project .block.solution figure.solution .logo {
    width: 150px;
  }
  #main > section.project .block.solution figure.solution .txt2 {
    margin-top: 20px;
    width: 225px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li {
    width: 235px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .content {
    padding-top: 23.5px;
    height: 271.35px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .content .title {
    margin-bottom: 5.88px;
    width: 150.4px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border, #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill {
    margin: 67.84px 0;
    width: 235px;
    height: 135.68px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border:after, #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill:after {
    left: 34.41px;
    width: 166.17px;
    height: 166.17px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border:before, #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill:before {
    top: -83.09px;
    left: 34.41px;
    width: 166.17px;
    height: 166.17px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border:after, #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill:after {
    bottom: -83.09px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .mask {
    height: 135.68px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .content .text {
    font-size: 14px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .box.num {
    display: none;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .line {
    width: 280px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line {
    right: -100px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
    left: -100px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"], #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] {
    top: 0;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line {
    bottom: 25px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"], #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] {
    bottom: -40px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
    top: 20px;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  #main > section.project .block.solution ul.solutions {
    display: none;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border {
    margin-right: 0;
    margin-left: 0;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill {
    margin-left: 0;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill {
    margin-right: 0;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .content .text {
    font-size: 18px;
  }
  #main > section.project .block.media {
    margin-top: 90px;
  }
  #main > section.project .block.media .box.card:nth-child(n+2) {
    margin-top: 10px;
  }
  #main > section.project .block.media .box.card.monogatary .box-head > .logo {
    width: 200px;
  }
  #main > section.project .block.media .box.card.monogatary .box-head > .logo {
    margin-top: 0;
  }
  #main > section.project .block.media .box.card.orchard .box-head > .logo {
    width: 143px;
  }
  #main > section.project .block.media .box.card.orchard .box-head > .logo {
    margin-top: 0;
  }
  #main > section.project .block.media .bg.gear {
    display: none;
  }
  #main > section.cocotame {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  #main > section.cocotame .block.cocotame .lead .main {
    width: 512px;
  }
  #main > section.cocotame .block.cocotame .lead .sub {
    margin-top: 20px;
    width: 128.5px;
  }
  #main > section.cocotame .block.cocotame .lead p.icon {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 10px;
  }
  #main > section.cocotame .block.cocotame .box.articles a.cocotame {
    height: 60px;
  }
  #main > section.cocotame > section.sub.entry {
    margin-top: 120px;
  }
  #main > section.attention > .container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #main > section.attention .block h3 {
    font-size: 18px;
  }
  #main > section.attention .block.contact {
    margin-top: 60px;
  }
  #main > section.attention .block.line .btn {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  #main footer .block.bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main footer .block.bottom p.copyright {
    font-size: 10px;
  }
  #back-to-top > .container {
    width: 1000px;
  }
  #back-to-top .btn {
    top: -100px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  #back-to-top .btn p.icon {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  body {
    max-width: 100%;
    font-size: 3.73333vw;
  }
  html {
    max-width: 100%;
    font-size: 3.73333vw;
  }
  html::-webkit-scrollbar {
    width: 1.33333vw;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mt10 {
    margin-top: 2vw !important;
  }
  .mb10 {
    margin-bottom: 2vw !important;
  }
  .ml10 {
    margin-left: 2vw !important;
  }
  .mr10 {
    margin-right: 2vw !important;
  }
  .mt20 {
    margin-top: 4vw !important;
  }
  .mb20 {
    margin-bottom: 4vw !important;
  }
  .ml20 {
    margin-left: 4vw !important;
  }
  .mr20 {
    margin-right: 4vw !important;
  }
  .mt30 {
    margin-top: 6vw !important;
  }
  .mb30 {
    margin-bottom: 6vw !important;
  }
  .ml30 {
    margin-left: 6vw !important;
  }
  .mr30 {
    margin-right: 6vw !important;
  }
  .mt40 {
    margin-top: 8vw !important;
  }
  .mb40 {
    margin-bottom: 8vw !important;
  }
  .ml40 {
    margin-left: 8vw !important;
  }
  .mr40 {
    margin-right: 8vw !important;
  }
  .mt50 {
    margin-top: 10vw !important;
  }
  .mb50 {
    margin-bottom: 10vw !important;
  }
  .ml50 {
    margin-left: 10vw !important;
  }
  .mr50 {
    margin-right: 10vw !important;
  }
  .mt60 {
    margin-top: 12vw !important;
  }
  .mb60 {
    margin-bottom: 12vw !important;
  }
  .ml60 {
    margin-left: 12vw !important;
  }
  .mr60 {
    margin-right: 12vw !important;
  }
  .mt70 {
    margin-top: 14vw !important;
  }
  .mb70 {
    margin-bottom: 14vw !important;
  }
  .ml70 {
    margin-left: 14vw !important;
  }
  .mr70 {
    margin-right: 14vw !important;
  }
  .mt80 {
    margin-top: 16vw !important;
  }
  .mb80 {
    margin-bottom: 16vw !important;
  }
  .ml80 {
    margin-left: 16vw !important;
  }
  .mr80 {
    margin-right: 16vw !important;
  }
  .mt90 {
    margin-top: 18vw !important;
  }
  .mb90 {
    margin-bottom: 18vw !important;
  }
  .ml90 {
    margin-left: 18vw !important;
  }
  .mr90 {
    margin-right: 18vw !important;
  }
  .mt100 {
    margin-top: 20vw !important;
  }
  .mb100 {
    margin-bottom: 20vw !important;
  }
  .ml100 {
    margin-left: 20vw !important;
  }
  .mr100 {
    margin-right: 20vw !important;
  }
  .mt110 {
    margin-top: 22vw !important;
  }
  .mb110 {
    margin-bottom: 22vw !important;
  }
  .ml110 {
    margin-left: 22vw !important;
  }
  .mr110 {
    margin-right: 22vw !important;
  }
  .mt120 {
    margin-top: 24vw !important;
  }
  .mb120 {
    margin-bottom: 24vw !important;
  }
  .ml120 {
    margin-left: 24vw !important;
  }
  .mr120 {
    margin-right: 24vw !important;
  }
  #modal .modal-inner .modal-container {
    padding-top: 12vw;
    padding-bottom: 2.66667vw;
    width: 89.33333vw;
  }
  #modal .modal-inner .btn.close {
    top: 0.66667vw;
    right: 0;
    width: 10.66667vw;
    height: 10.66667vw;
  }
  #modal .modal-inner .btn.close p.icon {
    font-size: 10.66667vw;
  }
  #modal.scrollable .modal-inner {
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: scroll;
  }
  #modal .modal-content.profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1vw;
    padding: 5.33333vw;
    width: 100%;
  }
  #modal .modal-content.profile .col.col-left .image {
    width: 42.66667vw;
  }
  #modal .modal-content.profile .col.col-left p.name {
    margin-left: 4vw;
    font-size: 4.8vw;
  }
  #modal .modal-content.profile .col.col-right > p.name {
    font-size: 4.8vw;
  }
  #modal .modal-content.profile .col.col-right div.description,
  #modal .modal-content.profile .col.col-right p.description {
    margin-top: 5.33333vw;
  }
  #modal .modal-content.profile .col.col-right ul.links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8vw;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link:nth-child(n+2) {
    margin-left: 5.33333vw;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .c-icon {
    border-radius: 6vw;
    width: 12vw;
    height: 12vw;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .c-icon p.icon {
    font-size: 9.6vw;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link .img-icon {
    width: 12vw;
  }
  #modal .modal-content.profile .col.col-right ul.links li.link p.name {
    font-size: 3.2vw;
  }
  #main > section .container {
    margin-right: 4%;
    margin-left: 4%;
    width: auto;
  }
  #main > section h2 {
    margin-bottom: 6vw;
  }
  #main > section h2 .jp {
    height: 10.66667vw;
  }
  #main > section h2 .en {
    margin-top: 4vw;
    margin-bottom: 5.33333vw;
    height: 5.33333vw;
  }
  #main > section h2 p.icon {
    width: 4vw;
  }
  #main > section h3.box {
    margin-bottom: 4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 40vw;
    font-size: 4.53333vw;
  }
  #main > section p.lead {
    font-size: 4.8vw;
  }
  #main > section p.note {
    font-size: 3.46667vw;
  }
  #main > section section.sub.entry {
    height: auto;
  }
  #main > section section.sub.entry .container {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #main > section section.sub.entry .container {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #main > section section.sub.entry .lead {
    margin-bottom: 6.66667vw;
    width: 55.6vw;
  }
  #main > section section.sub.entry .edge {
    display: none;
  }
  #main > section .box.articles {
    border-radius: 2vw;
    padding: 6vw 4vw 8vw;
  }
  #main > section .box.articles .box-title {
    margin-bottom: 6vw;
  }
  #main > section .box.articles .box-content ul.articles > li {
    width: 100%;
  }
  #main > section .box.articles .box-content ul.articles > li h4.article-title {
    font-size: 3.73333vw;
  }
  #main > section .box.card {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  #main > section .box.card .box-head {
    height: 20vw;
  }
  #main > section .box.card .box-head .btn.accordion {
    top: 6.66667vw;
    right: 0;
  }
  #main > section .box.card .box-head .btn.accordion p.icon {
    font-size: 8vw;
  }
  #main > section .box.card .box-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main > section .box.card .box-content .title {
    margin-bottom: 2vw;
    font-size: 4.53333vw;
  }
  #main > section .box.card .box-content p.link {
    margin-top: 2vw;
  }
  #main > section .box.card .base {
    padding-top: 3.73333vw;
    padding-bottom: 3.73333vw;
  }
  #main > section .box.card .base .base-bottom,
  #main > section .box.card .base .base-top {
    height: 4vw;
  }
  #main > section .box.card .base .base-bottom:after, #main > section .box.card .base .base-bottom:before {
    height: 4vw;
  }
  #main > section .box.card .base .base-top:after, #main > section .box.card .base .base-top:before {
    height: 4vw;
  }
  #main > section .box.card .base .base-top {
    padding-right: 3.86667vw;
  }
  #main > section .box.card .base .base-top:after {
    border-top-width: 4vw;
    border-left-width: 4vw;
  }
  #main > section .box.card .base .base-bottom {
    padding-left: 3.86667vw;
  }
  #main > section .box.card .base .base-bottom:after {
    border-right-width: 4vw;
    border-bottom-width: 4vw;
  }
  #main > section .box.card.opened .box-content {
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
  #main > section .scroll-down .label {
    margin-bottom: 2.13333vw;
    width: 2.13333vw;
  }
  #main > section .scroll-down .bar {
    width: 0.53333vw;
  }
  #main > section .scroll-down .bar {
    height: 21.33333vw;
  }
  #main > section .scroll-down .bar {
    border-radius: 0.26667vw;
  }
  #main > section .scroll-down .bar .inner {
    border-radius: 0.26667vw;
  }
  #main > section .scroll-down p.icon.triple-angle {
    margin-top: 2.13333vw;
    font-size: 4.26667vw;
  }
  #main > section .btn.banner {
    border-radius: 1vw;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    width: 89.33333vw;
  }
  #main > section .btn.banner .label {
    height: 13.33333vw;
  }
  #main > section .btn.line {
    width: 77.33333vw;
  }
  #main > section .btn.line .image {
    margin-right: -4vw;
    width: 77.33333vw;
  }
  #main > section .btn.line .base {
    width: 77.33333vw;
  }
  #main > section .btn.line .base.over {
    display: none;
  }
  #main > section.kv {
    height: 100vh;
  }
  #main > section.kv > .container {
    width: 100%;
  }
  #main > section.kv .scroll-down {
    right: 5.33333vw;
    bottom: 29.33333vw;
  }
  #main > section.kv .content {
    padding-top: 13.33333vw;
  }
  #main > section.kv .logo.sony-music {
    top: 6.33333vw;
    left: 2vw;
    width: 24.33333vw;
  }
  #main > section.kv .logo.main {
    width: 91.33333vw;
  }
  #main > section.kv .logo.main img {
    margin-left: -3.33333vw;
  }
  #main > section.kv .lead {
    margin-top: 12vw;
    width: 93.33333vw;
  }
  #main > section.artists .bg {
    background-size: 266.4vw 40.6vw;
    height: 40.6vw;
  }
  #main > section.artists > .container {
    padding-top: 40vw;
    padding-bottom: 26.66667vw;
  }
  #main > section.artists h2 .jp {
    height: 32vw;
  }
  #main > section.artists h2 .en {
    height: 6vw;
  }
  #main > section.artists p.lead {
    margin-bottom: 13.33333vw;
  }
  #main > section.artists ul.profiles > li figure.image {
    width: 42.66667vw;
  }
  #main > section.artists ul.profiles > li p.name {
    font-size: 4.53333vw;
  }
  #main > section.guidelines {
    background-position: center -50vw;
  }
  #main > section.guidelines > .container {
    padding-top: 5.33333vw;
    padding-bottom: 24vw;
  }
  #main > section.guidelines .block {
    font-size: 4.8vw;
  }
  #main > section.guidelines .block:not(:first-of-type) {
    margin-top: 12vw;
  }
  #main > section.project > .container {
    margin-right: 0;
    margin-left: 0;
    padding-top: 32vw;
    padding-bottom: 10vw;
    width: 100%;
    overflow: hidden;
  }
  #main > section.project .lead {
    width: 79.93333vw;
  }
  #main > section.project .block.solution {
    padding-top: 12vw;
  }
  #main > section.project .block.solution figure.solution {
    padding-top: 0;
    padding-bottom: 0;
    width: 73.33333vw;
  }
  #main > section.project .block.solution figure.solution .txt1 {
    margin-top: 6vw;
    margin-bottom: 4vw;
    width: 46.66667vw;
  }
  #main > section.project .block.solution figure.solution .arrow {
    margin-bottom: -22vw;
    width: 4vw;
  }
  #main > section.project .block.solution figure.solution .image {
    width: 73.33333vw;
  }
  #main > section.project .block.solution figure.solution .logo {
    width: 40vw;
  }
  #main > section.project .block.solution figure.solution .txt2 {
    margin-top: 4vw;
    width: 60vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border {
    margin-left: 0;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon {
    display: none;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.border {
    margin-right: 0;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .bg .shape.fill {
    margin-right: 0;
    margin-left: 0;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .hexagon .content .text {
    font-size: 3.46667vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .box.num p.icon {
    font-size: 4.66667vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li .line {
    width: 16vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line {
    right: -9.33333vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
    left: -9.33333vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"], #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] {
    top: 26.66667vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line {
    bottom: -9.33333vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"], #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] {
    bottom: 24vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line, #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
    top: -9.66667vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="1"] .line {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="2"] .line {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="3"] .line {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #main > section.project .block.solution figure.solution ul.lines > li[data-id="4"] .line {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main > section.project .block.solution ul.solutions {
    margin-top: 13.33333vw;
  }
  #main > section.project .block.solution ul.solutions > li {
    width: 80vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .content {
    padding-top: 8vw;
    height: 92.37604vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .content .title {
    margin-bottom: 2vw;
    width: 51.2vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border {
    margin: 23.09401vw 0;
    width: 80vw;
    height: 46.18802vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:after, #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:before {
    width: 56.56854vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:after {
    left: 11.71573vw;
    height: 56.56854vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:before {
    top: -28.28427vw;
    left: 11.71573vw;
    height: 56.56854vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.border:after {
    bottom: -28.28427vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill {
    margin: 23.09401vw 0;
    width: 80vw;
    height: 46.18802vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill:after {
    left: 11.71573vw;
    width: 56.56854vw;
    height: 56.56854vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill:before {
    top: -28.28427vw;
    left: 11.71573vw;
    width: 56.56854vw;
    height: 56.56854vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .shape.fill:after {
    bottom: -28.28427vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .bg .mask {
    height: 46.18802vw;
  }
  #main > section.project .block.solution ul.solutions > li[data-id="1"], #main > section.project .block.solution ul.solutions > li[data-id="3"] {
    margin-left: -8vw;
  }
  #main > section.project .block.solution ul.solutions > li[data-id="2"], #main > section.project .block.solution ul.solutions > li[data-id="4"] {
    margin-right: -8vw;
  }
  #main > section.project .block.solution ul.solutions > li:nth-child(n+2) {
    margin-top: -16vw;
  }
  #main > section.project .block.solution ul.solutions > li .hexagon .content .text {
    font-size: 4.53333vw;
  }
  #main > section.project .block.media {
    margin-top: 18vw;
    margin-right: 4%;
    margin-left: 4%;
    width: auto;
  }
  #main > section.project .block.media .box.card:nth-child(n+2) {
    margin-top: 2vw;
  }
  #main > section.project .block.media .box.card .box-head {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #main > section.project .block.media .box.card.monogatary .box-head > .logo {
    width: 53.33333vw;
  }
  #main > section.project .block.media .box.card.monogatary .box-head > .logo {
    margin-top: 2.66667vw;
  }
  #main > section.project .block.media .box.card.orchard .box-head > .logo {
    width: 38.13333vw;
  }
  #main > section.project .block.media .box.card.orchard .box-head > .logo {
    margin-top: -1.33333vw;
  }
  #main > section.project .block.media .bg.gear {
    top: -24vw;
    left: -8vw;
    width: 40vw;
  }
  #main > section.cocotame {
    padding-top: 28vw;
    padding-bottom: 36vw;
  }
  #main > section.cocotame .block.cocotame .lead .main {
    width: 90.66667vw;
  }
  #main > section.cocotame .block.cocotame .lead .sub {
    margin-top: 5.33333vw;
    width: 34.26667vw;
  }
  #main > section.cocotame .block.cocotame .lead p.icon {
    margin-top: 3vw;
    margin-bottom: 3vw;
    width: 2vw;
  }
  #main > section.cocotame .block.cocotame .box.articles a.cocotame {
    height: 12vw;
  }
  #main > section.cocotame > section.sub.entry {
    margin-top: 24vw;
  }
  #main > section.attention > .container {
    padding-top: 12vw;
    padding-bottom: 20vw;
  }
  #main > section.attention .block h3 {
    font-size: 5.33333vw;
  }
  #main > section.attention .block.attention ul.list > li {
    text-align: left;
  }
  #main > section.attention .block.contact {
    margin-top: 12vw;
  }
  #main > section.attention .block.line .btn {
    margin-top: 12vw;
    margin-bottom: 5.33333vw;
  }
  #main footer .block.bottom {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #main footer .block.bottom p.copyright {
    font-size: 2.66667vw;
  }
  #back-to-top > .container {
    width: 100%;
  }
  #back-to-top .btn {
    top: -20vw;
    right: 5.33333vw;
    width: 13.33333vw;
    height: 13.33333vw;
  }
  #back-to-top .btn p.icon {
    font-size: 6.66667vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #modal .modal-content.profile .col.col-right {
    margin-left: 40px;
  }
  #modal .modal-content.profile .col.col-right > p.name::after {
    margin-top: 20px;
    width: 20px;
  }
  #main > section .box.articles .box-content ul.articles > li:nth-child(2n) {
    margin-left: 40px;
  }
  #main > section .box.articles .box-content ul.articles > li:nth-child(n+3) {
    margin-top: 20px;
  }
  #main > section.artists ul.profiles > li {
    margin-right: 10px;
    margin-left: 10px;
  }
  #main > section.artists ul.profiles > li:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #main .bg-layer .video video.pc-only {
    margin-top: calc(50vh - 28.125vw);
    width: 100vw;
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #main .bg-layer .video video.pc-only {
    margin-left: calc(50vw - 88.88889vh);
    width: 177.77778vh;
    height: 100vh;
  }
}
@media (aspect-ratio: 9/16), (min-aspect-ratio: 9/16) {
  #main .bg-layer .video video.sp-only {
    margin-left: calc(50vw - 28.125vh);
    width: 56.25vh;
    height: 100vh;
  }
}
@media (max-aspect-ratio: 9/16) {
  #main .bg-layer .video video.sp-only {
    margin-top: calc(50vh - 88.88889vw);
    width: 100vw;
    height: 177.77778vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px), only screen and (max-device-width: 768px) and (max-width: 768px), only screen and (max-width: 768px) and (max-device-width: 768px), (max-device-width: 768px) and (max-device-width: 768px) {
  #main > section .box.articles .box-content ul.articles > li:nth-child(n+2) {
    margin-top: 5.33333vw;
  }
  #main > section.artists ul.profiles > li:nth-child(2n) {
    margin-left: 5.33333vw;
  }
  #main > section.artists ul.profiles > li:nth-child(n+3) {
    margin-top: 5.33333vw;
  }
  #main > section.project .block.solution figure.solution ul.lines > li {
    width: 9.33333vw;
    height: 9.33333vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px), only screen and (min-width: 769px) and (max-device-width: 768px) {
  #main > section.artists ul.profiles > li {
    margin-right: 1.33333vw;
    margin-left: 1.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .equalizers::before {
    top: 72px;
  }
  .equalizers-top::before {
    top: 0;
  }
  .pickup {
    padding-top: 156px;
  }
  .pickup .main-title {
    margin: 0 auto 28px;
    width: 55%;
    max-width: 140px;
  }
  .pickup-wrap {
    margin-right: 4%;
    margin-left: 4%;
    width: auto;
  }
  .pickup_slide__list a .p-in__title {
    margin: 12px 0;
  }
  .pickup_slide__list a .p-in__title h3 {
    font-size: 14px;
    line-height: 1.8;
  }
  .pickup_slide__list a .p-in__info {
    display: block;
  }
  .pickup_slide__list a .p-in__data {
    font-size: 12px;
  }
  .pickup_slide__list a .p-in__category {
    font-size: 12px;
  }
  .pickup_slide__footer {
    margin-top: 20px;
  }
  .pickup_slide__pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90%;
  }
  .pickup_slide__nav {
    display: none;
  }
  .news {
    padding-top: 80px;
  }
  .news .main-title {
    margin: 0 auto 28px;
    width: 50%;
  }
  .news-wrap {
    margin-right: 4%;
    margin-left: 4%;
    width: auto;
  }
  .news__content__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news__content__list__item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 47%;
  }
  .news__content__list__item a .p-in__title {
    margin: 12px 0;
  }
  .news__content__list__item a .p-in__title h3 {
    font-size: 14px;
    line-height: 1.8;
  }
  .news__content__list__item a .p-in__info {
    display: block;
  }
  .news__content__list__item a .p-in__data {
    font-size: 12px;
  }
  .news__content__list__item a .p-in__category {
    font-size: 12px;
  }
  .news__link a {
    padding: 7px 15px;
  }
  .news__link {
    margin: 60px auto 0;
    width: 222px;
  }
  .Twitter {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .pickup_slide__list-item:hover .p-in__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
  }
  .news__content__list__item:hover .p-in__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
  }
  .news__link:hover a {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    background-color: #00aff1;
  }
}
@media screen and (max-width: 767px) {
  .news__content__list__item a .p-in__image img {
    height: 122px;
  }
  .nav__brand {
    top: 12px;
    width: 140px;
  }
  .nav__list-item + .nav__list-item {
    margin-top: 30px;
  }
  .nav__list-item.-Twitter img {
    height: 34px;
  }
  .nav__link img {
    height: 23px;
  }
  .menu {
    top: 12px;
    right: 10px;
    padding: 15px 7px;
    width: 56px;
    height: 48px;
  }
  .official {
    top: 4%;
    left: 4%;
  }
  .official-item.SonyMusic {
    margin-right: 8px;
    max-width: 100px;
  }
  .official-item.Twitter {
    margin-top: -3px;
    max-width: 24px;
  }
}
/*# sourceMappingURL=styles.css.map */