@charset "UTF-8";
/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* animation
=================================================================== */
/*rotateAnime
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@-webkit-keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0); } }
@keyframes rotateAnime {
  0% {
    transform: rotate(-360deg); }
  100% {
    transform: rotate(0); } }
/*lineAnime
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@-webkit-keyframes lineAnime {
  0% {
    transform: translate3d(-19px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes lineAnime {
  0% {
    transform: translate3d(-19px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
html body {
  opacity: 0; }
@media all and (-ms-high-contrast: none) {
  html {
    /* IE11 */
    /* IE11 */ }
    html *::-ms-backdrop, html body {
      display: block; }
    html *::-ms-backdrop, html header {
      opacity: 0; } }
@media all and (-ms-high-contrast: none) {
  html {
    /* IE10 */ }
    html body {
      display: block; }
    html header, html .article {
      opacity: 0; } }
html.wf-active body {
  opacity: 1; }
@media all and (-ms-high-contrast: none) {
  html.wf-active {
    /* IE11 */ }
    html.wf-active *::-ms-backdrop, html.wf-active header {
      opacity: 1; } }
@media all and (-ms-high-contrast: none) {
  html.wf-active header, html.wf-active .article {
    opacity: 1; } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #00b7ed;
  border-left-color: #00b7ed;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  display: none; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
/* common
=================================================================== */
/*font
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.font--jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal; }

.font--jp--fb {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal; }

.font--en {
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-weight: normal; }

.font--en--fb {
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-weight: bold; }

.font--double {
  font-family: a-otf-gothic-bbb-pr6n, 'Helvetica'; }

/*text
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.text--fb {
  font-weight: bold; }

.text--s {
  font-size: 10px; }

.text--indent {
  padding-left: 1em;
  text-indent: -1em; }

.br--sp {
  display: none; }

.content--en {
  text-align: left; }

/*article
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
article {
  margin: 135px 10px 35px;
  position: relative;
  z-index: 0; }

.section {
  position: relative; }
  .section.contents {
    padding: 45px 65px 60px; }

#contents {
  z-index: 1;
  position: relative;
  display: none;
  overflow: hidden;
  padding-bottom: 30px; }
  #contents.active {
    overflow: inherit; }

.clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .clone.active {
    overflow: hidden; }

/*content--h1 
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.content--h1 {
  font-size: 26px;
  letter-spacing: -3px;
  margin-bottom: 30px; }
  .content--h1.content--h1--en {
    letter-spacing: 0; }

.content--h2 {
  font-size: 14px;
  margin-bottom: 10px; }

/*link
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.link a {
  position: relative;
  display: inline-block;
  padding: 0 3px; }
  .link a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0; }
.link:hover a:after {
  opacity: 1; }
.link.selected {
  pointer-events: none; }
  .link.selected a:after {
    opacity: 1; }
.link.disable {
  pointer-events: none;
  opacity: .2; }

.link--text {
  position: relative;
  display: inline-block; }
  .link--text:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 0;
    top: auto;
    bottom: -3px;
    border-bottom: 1px dotted #000;
    opacity: 1; }
  .link--text:hover:after {
    opacity: 0; }
  .link--text.link--text--artist {
    height: auto;
    font-size: 12px;
    font-weight: normal; }

.link--tel {
  pointer-events: none; }
  .link--tel:after {
    opacity: 0; }

/*information
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.information > li {
  display: flex;
  margin-bottom: 5px; }
  .information > li span {
    display: block;
    flex-basis: 75px; }
  .information > li p {
    width: calc(100% - 75px); }

/*info__list about stuff
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.info__list li {
  position: relative;
  margin-bottom: 30px; }
  .info__list li dl dt {
    position: absolute;
    width: 135px;
    height: 23px;
    top: 0;
    left: 0; }
  .info__list li dl dd {
    margin-left: 135px;
    position: relative; }
.info__list.info__list--en li dl dd {
  margin-left: 150px; }

.info__list--detail dd {
  padding-left: 250px;
  margin-bottom: 15px; }
  .info__list--detail dd strong {
    position: absolute;
    width: 250px;
    height: 23px;
    top: 0;
    left: 0; }

/*btn
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.btn {
  position: relative;
  font-size: 17px; }
  .btn:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #000; }
  .btn:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 6px;
    height: 5px;
    top: 16px;
    left: auto;
    right: 0;
    background: url(../img/common/btn--arrow.png) no-repeat center center;
    background-size: 100% auto; }
  .btn a {
    padding-bottom: 17px; }
  .btn:hover:after, .btn:active:after {
    height: 2px; }
  .btn.btn--download {
    width: calc(50% - 10px);
    margin-top: 50px; }
    .btn.btn--download:before {
      width: 12px;
      height: 15px;
      top: 10px;
      right: 2px;
      background: url(../img/common/btn--download.svg) no-repeat center center;
      background-size: 100% auto; }

.btn__close {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 45px;
  right: 57px;
  cursor: pointer; }
  .btn__close span {
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    left: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.2); }
    .btn__close span:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 0;
      background-color: #000;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition-duration: 0.2s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.2s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .btn__close span:nth-child(1) {
      transform: rotate(45deg); }
      .btn__close span:nth-child(1):after {
        transition-delay: .2s; }
    .btn__close span:nth-child(2) {
      transform: rotate(135deg); }
  .btn__close:hover span:after, .btn__close:active span:after {
    width: 100%; }

/*news__detail--content
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.news__detail--content .contents__modal--title {
  font-size: 20px;
  margin-bottom: 35px;
  padding-right: 125px; }
  .news__detail--content .contents__modal--title span {
    position: relative;
    bottom: 0;
    margin-top: 15px; }
.news__detail--content p {
  margin-bottom: 30px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .news__detail--content p img.alignhalf {
    width: calc(50% - 10px); }
  .news__detail--content p img.alignnone {
    width: 100%;
    width: auto;
    margin: 0 auto; }
  .news__detail--content p aside {
    font-size: 14px; }
  .news__detail--content p > a {
    position: relative;
    display: inline-block; }
    .news__detail--content p > a:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 0;
      top: auto;
      bottom: -3px;
      border-bottom: 1px dotted #000;
      opacity: 1; }
    .news__detail--content p > a:hover:after {
      opacity: 0; }
  .news__detail--content p.credit {
    position: relative;
    font-size: 11px;
    top: -18px;
    margin-bottom: 17px; }

/*time
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.time {
  display: block;
  position: absolute;
  width: 81px;
  height: 27px;
  left: 0;
  bottom: 25px;
  font-size: 14px;
  opacity: .4;
  white-space: nowrap; }

/*news__list
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.news__list li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 110px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3); }
  .news__list li .time {
    bottom: auto;
    top: 3px; }

/*contents__modal
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents__modal {
  max-width: 1047px; }

/*nav__sp
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.nav__sp {
  display: none; }

/*nav--num
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.nav--num {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: -17px;
  top: 4px;
  border-radius: 50%;
  background-color: #ff3a85;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-align: center; }

/*detail--height
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.detail--height {
  min-height: 830px; }

/* contents
=================================================================== */
header {
  position: absolute;
  height: 130px;
  width: 100%;
  top: 0;
  left: 0; }
  header h1, header p {
    position: absolute;
    width: 195px;
    height: 50px;
    font-size: 19px;
    top: 34px;
    left: 45px;
    line-height: 1.4; }
    header h1 a span, header p a span {
      display: block;
      font-size: 15px;
      white-space: nowrap; }
  header nav {
    position: absolute;
    width: 935px;
    height: 60px;
    top: 35px;
    right: 60px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    z-index: 10; }
    header nav > ul {
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      height: 60px;
      height: 100%; }
      header nav > ul > li {
        align-items: center; }
      header nav > ul.nav__main {
        font-size: 14px;
        padding: 0 0 0 29px;
        flex-basis: calc(100% - 175px);
        display: flex;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: left; }
        header nav > ul.nav__main > li {
          position: relative;
          flex-basis: 25%;
          margin-top: 4px; }
      header nav > ul.nav__glass {
        flex-basis: 167px;
        padding: 0 12px; }
        header nav > ul.nav__glass > li {
          position: relative;
          height: 100%;
          background: url("../img/common/new/nav--glass.png") no-repeat center center;
          background-size: 105px auto; }
          header nav > ul.nav__glass > li a {
            text-indent: -9999px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      header nav > ul.nav__lang, header nav > ul.nav__ins {
        flex-basis: 55px;
        padding: 0 12px; }
      header nav > ul.nav__lang {
        font-size: 12px; }
        header nav > ul.nav__lang > li {
          margin: 8px 0; }
      header nav > ul.nav__ins > li {
        position: relative;
        text-indent: -9999px;
        height: 100%;
        background: url(../img/common/nav--ins.svg) no-repeat center center;
        background-size: 19px auto; }
        header nav > ul.nav__ins > li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      header nav > ul.nav__beyond {
        flex-basis: 65px;
        padding: 0 12px;
        border-right: 1px solid rgba(0, 0, 0, 0.15); }
        header nav > ul.nav__beyond > li {
          position: relative;
          text-indent: -9999px;
          height: 100%;
          background: url(../img/common/nav--beyound.svg) no-repeat center center;
          background-size: 32px auto; }
          header nav > ul.nav__beyond > li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
  header .nav__btn {
    display: none; }
  header .copy {
    position: absolute;
    width: 285px;
    height: 16px;
    left: 45px;
    top: auto;
    bottom: 28px;
    font-size: 9px; }

article .section.top {
  width: 1346px !important;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }
  article .section.top .top__bg--en {
    font-size: 34px;
    line-height: 1.3;
    text-align: left; }
    article .section.top .top__bg--en ul {
      font-feature-settings: "palt"; }
      article .section.top .top__bg--en ul li {
        display: inline;
        /*&:nth-child(-n+8) {
            letter-spacing: 0.01em;
        }*/ }
        article .section.top .top__bg--en ul li.margin2 {
          margin-right: 2px; }
        article .section.top .top__bg--en ul li.margin5 {
          margin-right: 5px; }
        article .section.top .top__bg--en ul li.spacing {
          letter-spacing: 0.05em; }
        article .section.top .top__bg--en ul li:nth-child(4) {
          margin-right: 4px; }
        article .section.top .top__bg--en ul li:nth-child(8) {
          margin-right: 5px; }
  article .section.top .top__bg {
    position: absolute;
    overflow: hidden; }
    article .section.top .top__bg .top__bg--wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    article .section.top .top__bg.top__bg--title {
      width: 796px;
      height: 329px;
      top: 83px;
      left: 50px;
      white-space: nowrap;
      z-index: 5; }
      article .section.top .top__bg.top__bg--title .top__bg--wrapper {
        background-color: #aa9d75;
        width: 0; }
        article .section.top .top__bg.top__bg--title .top__bg--wrapper .textAnime {
          opacity: 0; }
      article .section.top .top__bg.top__bg--title .top__bg--title--inner {
        padding: 9px 25px 12px 21px; }
        article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 {
          font-size: 0;
          line-height: 1;
          margin-bottom: 3px; }
          article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > strong {
            display: block;
            font-size: 0;
            margin-bottom: 8px;
            text-indent: -1.5px;
            letter-spacing: 0.7px; }
            article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > strong > span {
              display: inline-block;
              font-size: 90px; }
              article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > strong > span.text {
                font-size: 97px; }
                article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > strong > span.text.text--1 {
                  text-indent: 0.03em;
                  letter-spacing: 0.04em; }
                article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > strong > span.text.text--2 {
                  letter-spacing: -0.04em; }
                article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > strong > span.text.text--3 {
                  letter-spacing: 0.01em; }
          article .section.top .top__bg.top__bg--title .top__bg--title--inner h2 > span {
            font-size: 74px; }
        article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time {
          font-feature-settings: "palt";
          line-height: 1; }
          article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time.title__time--1 {
            font-size: 0;
            letter-spacing: 0.07em;
            margin-bottom: 9px; }
            article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time.title__time--1 > span {
              display: inline-block;
              font-size: 54px;
              letter-spacing: 0.07em; }
              article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time.title__time--1 > span.text {
                letter-spacing: -0.3em; }
          article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time.title__time--2 {
            font-size: 0; }
            article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time.title__time--2 > span {
              display: inline-block;
              font-size: 51px;
              letter-spacing: 0.02em; }
              article .section.top .top__bg.top__bg--title .top__bg--title--inner .title__time.title__time--2 > span:first-child {
                text-indent: 2px; }
    article .section.top .top__bg.top__bg--theme {
      width: 82px;
      height: 500px;
      top: 42px;
      right: 118px;
      z-index: 4; }
      article .section.top .top__bg.top__bg--theme .top__bg--wrapper {
        background-color: #f1b8ac;
        height: 0; }
      article .section.top .top__bg.top__bg--theme span {
        display: block;
        text-indent: -9999px;
        position: absolute;
        width: 36px;
        height: 447px;
        top: 26px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: url("../img/contents/top/new--theme.png") no-repeat top center;
        background-size: 100% auto; }
    article .section.top .top__bg.top__bg--img {
      width: 557px;
      height: 557px;
      top: 365px;
      right: 76px;
      z-index: 3; }
      article .section.top .top__bg.top__bg--img .top__bg--wrapper {
        width: 0; }
      article .section.top .top__bg.top__bg--img span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 557px;
        height: 557px;
        background: url("../img/contents/top/new--img.jpg") no-repeat center center;
        background-size: 100% auto; }
    article .section.top .top__bg.top__bg--logo {
      width: 450px;
      height: 450px;
      top: 732px;
      left: 292px;
      opacity: 1 !important;
      z-index: 2; }
      article .section.top .top__bg.top__bg--logo .top__bg--wrapper {
        background-color: #000;
        width: 0; }
      article .section.top .top__bg.top__bg--logo .top__bg--logo--inner {
        width: 450px;
        height: 450px;
        padding: 97px 60px; }
      article .section.top .top__bg.top__bg--logo .logo {
        position: relative;
        height: 100%; }
        article .section.top .top__bg.top__bg--logo .logo .logo--o {
          position: absolute;
          width: 168px;
          height: 168px;
          left: 0;
          top: 0; }
          article .section.top .top__bg.top__bg--logo .logo .logo--o span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../img/contents/top/logo--o.png) no-repeat center center;
            background-size: 100% auto;
            -webkit-animation: rotateAnime 25s linear infinite;
            animation: rotateAnime 25s linear infinite; }
        article .section.top .top__bg.top__bg--logo .logo .logo--k {
          position: absolute;
          overflow: hidden;
          width: 166px;
          height: 171px;
          top: 85px;
          right: -10px; }
          article .section.top .top__bg.top__bg--logo .logo .logo--k:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            width: calc(100% + 20px);
            height: calc(100% + 20px);
            top: -10px;
            left: -10px;
            background: url(../img/contents/top/logo--k--cover.png) no-repeat center center;
            background-size: 100% auto; }
          article .section.top .top__bg.top__bg--logo .logo .logo--k span {
            display: block;
            position: absolute;
            width: 162px;
            height: 167px;
            top: 2px;
            left: 2px;
            overflow: hidden; }
            article .section.top .top__bg.top__bg--logo .logo .logo--k span:after {
              content: " ";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              width: calc(100% + 19px);
              height: calc(100% + 19px);
              top: 0;
              left: 0;
              background: url(../img/contents/top/logo--k.png) repeat;
              background-size: 19px auto;
              -webkit-animation: lineAnime 0.7s linear infinite;
              animation: lineAnime 0.7s linear infinite; }
article .section.disable .top__bg.top__bg--logo .logo .logo--o span {
  animation-play-state: paused; }
article .section.disable .top__bg.top__bg--logo .logo .logo--k span::after {
  animation-play-state: paused; }

/* nav ハック
=================================================================== */
@media screen\0 {
  header nav > ul > li.link a:after {
    top: 12px; }
  header nav > ul.nav__main > li:nth-child(2n+1) {
    margin-top: 0; }
  header nav > ul.nav__main > li:nth-child(2n) {
    margin-top: 14px;
    margin-bottom: 4px; }
  header nav > ul.nav__lang > li {
    margin: 3px 0; } }
_::-webkit-full-page-media > ul.nav__main > li:nth-child(2n+1), _:future > ul.nav__main > li:nth-child(2n+1), :root header nav > ul.nav__main > li:nth-child(2n+1) {
  margin-top: 0; }
_::-webkit-full-page-media > ul.nav__main > li:nth-child(2n), _:future > ul.nav__main > li:nth-child(2n), :root header nav > ul.nav__main > li:nth-child(2n) {
  margin-top: 14px;
  margin-bottom: 4px; }
_::-webkit-full-page-media > ul.nav__lang > li, _:future > ul.nav__lang > li, :root header nav > ul.nav__lang > li {
  margin: 3px 0; }

/* kv ハック
=================================================================== */
_::-webkit-full-page-media, _:future, :root article .section.top .top__bg.top__bg--jp p strong {
  text-indent: -45px; }

@media only screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root article .section.top .top__bg.top__bg--jp p {
    text-indent: 0; }

  _::-webkit-full-page-media, _:future, :root article .section.top .top__bg.top__bg--jp p strong {
    text-indent: 0; } }
