/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* =========================================================
body
========================================================= */
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
  font-feature-settings: "palt";
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

*::selection {
  background: #000;
  color: #fff;
}

input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

@media (min-width: 769px) {
  button {
    cursor: pointer;
  }
}
svg.hide {
  display: none;
}

.pc-br {
  display: none;
}

@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
.pc-disp {
  display: none;
}

@media (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}
@media (min-width: 769px) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }

  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .txt-link {
    text-decoration: underline;
  }

  .txt-link:hover {
    text-decoration: none;
  }
}
.icon-svg {
  display: none;
}

.wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}

.main-cont {
  padding: 70px 0 0;
  display: block;
}

@media (min-width: 769px) {
  .main-cont {
    padding: 0 30px 0 220px;
  }
}
@media (min-width: 1025px) {
  .main-cont {
    padding: 0 100px 0 340px;
  }
}
.anchor {
  transform: translateY(-90px);
}

@media (min-width: 769px) {
  .anchor {
    transform: translateY(-30px);
  }
}
[v-cloak] {
  display: none;
}

/*------------------------------------------
page layout
------------------------------------------*/
.cmn-layout01 {
  padding: 0 20px;
}

@media (min-width: 769px) {
  .cmn-layout01 {
    padding: 0;
  }
}
.cmn-layout02 {
  padding: 40px 20px 0;
}

@media (min-width: 769px) {
  .cmn-layout02 {
    padding: 70px 0 0;
  }
}
.cmn-layout02 .page-ttl {
  margin: 0 auto 26px;
}

@media (min-width: 769px) {
  .cmn-layout02 .page-ttl {
    margin: 0 auto 50px;
  }
}
/*------------------------------------------
advertising layout
------------------------------------------*/
.advertising-layout > * {
  margin: 50px auto 0;
}

@media (min-width: 769px) {
  .advertising-layout > * {
    margin: 80px auto 0;
  }
}
.advertising-layout > *:first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  .advertising-layout .sec-poster {
    min-height: calc(((100vw - 250px) * 0.5625) * 1.41);
  }
}
@media (min-width: 1025px) {
  .advertising-layout .sec-poster {
    min-height: calc(((100vw - 440px) * 0.5625) * 1.41);
  }
}
@media (min-width: 1360px) {
  .advertising-layout .sec-poster {
    min-height: 735px;
  }
}
@media (min-width: 769px) {
  .advertising-layout .sec-poster.img-2 {
    min-height: calc((((100vw - 250px) * 0.5625) * 2.81) + 10px);
  }
}
@media (min-width: 1025px) {
  .advertising-layout .sec-poster.img-2 {
    min-height: calc((((100vw - 440px) * 0.5625) * 2.82) + 10px);
  }
}
@media (min-width: 1360px) {
  .advertising-layout .sec-poster.img-2 {
    min-height: calc((735px * 2) + 10px);
  }
}
@media (min-width: 769px) {
  .advertising-layout .sec-poster.img-3 {
    min-height: calc((((100vw - 250px) * 0.5625) * 4.23) + 20px);
  }
}
@media (min-width: 1025px) {
  .advertising-layout .sec-poster.img-3 {
    min-height: calc((((100vw - 440px) * 0.5625) * 4.23) + 20px);
  }
}
@media (min-width: 1360px) {
  .advertising-layout .sec-poster.img-3 {
    min-height: calc((735px * 3) + 20px);
  }
}
@media (min-width: 769px) {
  .advertising-layout .sec-poster .img {
    width: 56.52%;
    max-width: 520px;
    margin: 0 30px 1em 0;
    float: left;
  }
}
@media (min-width: 1025px) {
  .advertising-layout .sec-poster .img {
    margin-right: 50px;
  }
}
.advertising-layout .sec-poster .img > * {
  display: block;
  margin: 0 auto 10px;
}

.advertising-layout .sec-poster .img > *:last-child {
  margin-bottom: 0;
}

.advertising-layout .sec-poster .tag {
  margin: 40px auto 0;
}

@media (min-width: 769px) {
  .advertising-layout .sec-poster .tag {
    margin: 0;
  }
}
.advertising-layout .sec-poster .tag span {
  padding: 0 0.1em;
  background: #000;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
}

.advertising-layout .sec-poster .head {
  margin: 21px auto 0;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 1025px) {
  .advertising-layout .sec-poster .head {
    font-size: 40px;
  }
}
.advertising-layout .sec-poster .artist {
  margin: 30px auto 0;
  padding: 8px 0 10px 20px;
  border-left: 2px solid #000;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
}

.advertising-layout .sec-poster .artist:first-line {
  line-height: 1;
}

@media (min-width: 769px) {
  .advertising-layout .sec-poster .artist {
    margin: 25px auto 0;
  }
}
.advertising-layout .sec-poster .txt {
  margin: 36px auto 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.advertising-layout .sec-poster .txt-siy {
  display: inline-block;
}

@media (min-width: 769px) {
  .advertising-layout .sec-poster .txt-siy {
    width: 25vw;
    max-width: 260px;
  }
}
.advertising-layout .sec-video .box {
  margin: 47px auto 0;
}

@media (min-width: 769px) {
  .advertising-layout .sec-video .box {
    margin: 80px auto 0;
  }
}
.advertising-layout .sec-video .box:first-child {
  margin-top: 0;
}

.advertising-layout .sec-video .video {
  padding-top: 56.25%;
  position: relative;
}

.advertising-layout .sec-video .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.advertising-layout .sec-video .btn-list {
  margin: 30px auto 0;
  padding: 0 30px;
}

@media (min-width: 769px) {
  .advertising-layout .sec-video .btn-list {
    margin: 15px auto 0;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.advertising-layout .sec-video .btn {
  margin: 0 auto 15px;
}

@media (min-width: 769px) {
  .advertising-layout .sec-video .btn {
    min-width: 180px;
    margin: 15px 0 0;
    padding: 0 15px;
  }
}
.advertising-layout .sec-video .btn:last-child {
  margin-bottom: 0;
}

.advertising-layout .sec-video .btn button {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .advertising-layout .sec-video .btn button {
    height: 40px;
    font-size: 13px;
  }
}
.advertising-layout .sec-video .btn button.is-active {
  background: #000;
  color: #fff;
  pointer-events: none;
}

.advertising-layout .sec-video .video-ttl {
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.advertising-layout .sec-video .video-caption {
  margin: 20px auto 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.advertising-layout .sec-profile {
  min-height: 120px;
  padding-left: 40px;
  position: relative;
}

@media (min-width: 769px) {
  .advertising-layout .sec-profile {
    min-height: 180px;
    padding-left: 60px;
  }
}
.advertising-layout .sec-profile .profile-list {
  padding: 0 40px;
  background: #f6f6f6;
}

@media (min-width: 769px) {
  .advertising-layout .sec-profile .profile-list {
    padding: 0 60px;
  }
}
.advertising-layout .sec-profile .profile-box {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}

@media (min-width: 769px) {
  .advertising-layout .sec-profile .profile-box {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .advertising-layout .sec-profile .profile-box {
    display: flex;
  }
}
.advertising-layout .sec-profile .profile-box:last-child {
  border-bottom: none;
}

@media (min-width: 1025px) {
  .advertising-layout .sec-profile .profile-box.no-flex {
    display: block;
  }
}
@media (min-width: 1025px) {
  .advertising-layout .sec-profile .profile-box .img {
    width: 40%;
  }
}
@media (min-width: 1300px) {
  .advertising-layout .sec-profile .profile-box .img {
    width: 300px;
  }
}
.advertising-layout .sec-profile .profile-box .img.img-full {
  width: 100%;
}

.advertising-layout .sec-profile .profile-box .detail {
  margin: 25px auto 0;
}

@media (min-width: 1025px) {
  .advertising-layout .sec-profile .profile-box .detail {
    width: calc(100% - 40%);
    margin: 0;
    padding: 0 0 0 50px;
  }
}
@media (min-width: 1300px) {
  .advertising-layout .sec-profile .profile-box .detail {
    width: calc(100% - 300px);
  }
}
.advertising-layout .sec-profile .profile-box .detail .name {
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.0833333333;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.advertising-layout .sec-profile .profile-box .detail .small {
  font-size: 0.6em;
}

.advertising-layout .sec-profile .profile-box .detail .txt {
  margin: 15px auto 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.advertising-layout .sec-cmn01 {
  padding-left: 40px;
  position: relative;
}

@media (min-width: 769px) {
  .advertising-layout .sec-cmn01 {
    padding-left: 60px;
  }
}
.advertising-layout .sec-cmn01 .txt-wrap {
  padding: 0 0 0 30px;
  border-left: 2px solid #000;
}

@media (min-width: 769px) {
  .advertising-layout .sec-cmn01 .txt-wrap {
    padding: 2px 0 5px 40px;
  }
}
.advertising-layout .sec-cmn01 .txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.advertising-layout .sec-staff .txt-wrap {
  min-height: 86px;
}

@media (min-width: 769px) {
  .advertising-layout .sec-staff .txt-wrap {
    min-height: 128px;
  }
}
.advertising-layout .sec-info .txt-wrap {
  min-height: 77px;
}

@media (min-width: 769px) {
  .advertising-layout .sec-info .txt-wrap {
    min-height: 116px;
  }
}
.advertising-layout .sec-performer .txt-wrap {
  min-height: 178px;
}

@media (min-width: 769px) {
  .advertising-layout .sec-performer .txt-wrap {
    min-height: 267px;
  }
}
@media (min-width: 769px) {
  .advertising-layout .col-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.advertising-layout .col-3 > * {
  margin: 0 auto 1em;
}

@media (min-width: 769px) {
  .advertising-layout .col-3 > * {
    width: 100%;
    display: inline-block;
  }
}
.advertising-layout .col-3 > *:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
article layout
------------------------------------------*/
.article-layout .article-box {
  margin: 0 auto 55px;
}

@media (min-width: 769px) {
  .article-layout .article-box {
    margin: 0 auto 75px;
  }
}
.article-layout .article-box:last-child {
  margin-bottom: 0;
}

.article-layout .article-box > *:first-child {
  margin-top: 0;
}

.article-layout [class*=ttl0] {
  margin: 0 auto 30px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .article-layout [class*=ttl0] {
    margin: 0 auto 45px;
  }
}
.article-layout .ttl01 {
  font-size: 30px;
  line-height: 1.3333333333;
}

@media (min-width: 769px) {
  .article-layout .ttl01 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.article-layout .ttl02 {
  font-size: 24px;
  line-height: 1.4166666667;
}

@media (min-width: 769px) {
  .article-layout .ttl02 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.article-layout [class*=txt] {
  margin: 1em auto 0;
  letter-spacing: 0.05em;
}

.article-layout .txt01 {
  font-size: 14px;
  line-height: 2;
}

@media (min-width: 769px) {
  .article-layout .txt01 {
    margin: 1.5em auto 0;
  }
}
.article-layout .txt02 {
  padding: 0 0 0 85px;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

@media (min-width: 769px) {
  .article-layout .txt02 {
    margin: 2.5em auto 0;
    font-size: 18px;
    line-height: 1.8888888889;
  }
}
.article-layout .txt02:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0.85em;
  left: 0;
}

.article-layout .txt03 {
  padding: 0 0 0 85px;
  font-size: 14px;
  line-height: 2;
  position: relative;
}

.article-layout .txt03 span {
  width: 75px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.article-layout .img-box {
  margin: 25px auto 0;
  text-align: center;
}

@media (min-width: 769px) {
  .article-layout .img-box {
    margin: 50px auto 0;
  }
}
@media (min-width: 769px) {
  .article-layout .type-w {
    max-width: 920px;
    padding: 0 65px;
  }
}
.article-layout .type-h {
  width: 90.6666666667vw;
}

@media (min-width: 769px) {
  .article-layout .type-h {
    max-width: 540px;
  }
}
.article-layout .img {
  margin: 0 auto;
}

.article-layout .img + .img {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .article-layout .img + .img {
    margin-top: 14px;
  }
}
.article-layout .img figcaption {
  margin: 10px auto 0;
  color: #797979;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}

@media (min-width: 769px) {
  .article-layout .flex {
    max-width: 920px;
    padding: 0 65px;
    display: flex;
    flex-wrap: wrap;
  }
}
.article-layout .flex > * {
  margin: 12px 0 0;
}

@media (min-width: 769px) {
  .article-layout .flex > * {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
}
.article-layout .flex > *:first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  .article-layout .flex > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .article-layout .flex > *:nth-child(2n) {
    margin-right: 0;
  }
}
.article-layout .flex figcaption {
  width: 100%;
}

/*------------------------------------------
article layout
------------------------------------------*/
.cmn-nav01 {
  width: calc(100% - 20px);
  margin: 0 0 0 auto;
  border: 2px solid #000;
}

@media (min-width: 769px) {
  .cmn-nav01 {
    width: 100%;
    padding: 0 0 0 50px;
    border: none;
  }
}
.cmn-nav01 .btn {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 0 0 15px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}

@media (min-width: 769px) {
  .cmn-nav01 .btn {
    display: none;
  }
}
.cmn-nav01 .btn:after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
}

.cmn-nav01 .nav-list {
  display: none;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .cmn-nav01 .nav-list {
    max-width: 750px;
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 0 0 25px;
    position: relative;
  }

  .cmn-nav01 .nav-list:before {
    content: "";
    width: 2px;
    height: calc(100% - 5px);
    background: #000;
    position: absolute;
    top: -2px;
    left: 0;
  }
}
.cmn-nav01 .nav-list .item {
  border-top: 1px solid #000;
}

@media (min-width: 769px) {
  .cmn-nav01 .nav-list .item {
    border: none;
    margin: 0 10px 10px 0;
  }
}
.cmn-nav01 .nav-list a {
  display: block;
  padding: 13px 0;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .cmn-nav01 .nav-list a {
    display: inline-block;
    white-space: nowrap;
    padding: 6px 15px 6px 8px;
    background: #f2f2f2;
  }
}
.cmn-nav01 .nav-list .vol {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 10px;
}

.cmn-nav01 .nav-list .num {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 13px;
}

/*------------------------------------------
card layout
------------------------------------------*/
.cmn-card01 a {
  display: block;
}

.cmn-card01 .num-wrap {
  display: flex;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.cmn-card01 .vol {
  line-height: 1;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
}

.cmn-card01 .num {
  margin-left: 3px;
  border-left: 2px solid #000;
  padding-left: 0.2em;
  line-height: 0.8em;
  letter-spacing: 0.04em;
}

.cmn-card01 .img {
  margin: 8px auto 0;
}

.cmn-card01 .name {
  padding: 0.8em 1em;
  margin: -1.5em 0 0 auto;
  background: #fff;
  position: relative;
  letter-spacing: 0.05em;
}

.cmn-card01 .name::first-line {
  line-height: 1;
}

.cmn-card02 a {
  display: block;
  padding: 0 10.6666666667vw 0 0;
  position: relative;
}

@media (min-width: 769px) {
  .cmn-card02 a {
    padding: 0 27px 0 0;
  }
}
.cmn-card02 .yaer {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0.5em;
}

@media (min-width: 769px) {
  .cmn-card02 .yaer {
    font-size: 22px;
    right: 0;
  }
}
.cmn-card02 .ttl {
  margin: 4vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .cmn-card02 .ttl {
    margin: 12px auto 0;
    font-size: 14px;
  }
}
/*------------------------------------------
title
------------------------------------------*/
.cmn-ttl01 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 11.7333333333vw;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media (min-width: 769px) {
  .cmn-ttl01 {
    font-size: 70px;
  }
}
.cmn-ttl02 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.06em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .cmn-ttl02 {
    font-size: 45px;
  }
}
.cmn-ttl03 {
  position: relative;
}

.cmn-ttl03:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cmn-ttl03 span {
  display: inline-block;
  padding: 0 0.35em 0 0;
  background: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 10.1333333333vw;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .cmn-ttl03 span {
    font-size: 50px;
  }
}
/*------------------------------------------
button
------------------------------------------*/
.cmn-btn01 a {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .cmn-btn01 a {
    font-size: 16px;
  }
}
.cmn-btn01 .ico {
  display: inline-block;
  width: 30px;
  height: 1em;
  background: url(../images/ico_arrow.svg) no-repeat center right;
  background-size: 19px auto;
  transform: scale(-1, -1);
  vertical-align: bottom;
}

.cmn-btn02 a {
  display: block;
  padding: 15px 50px 15px 15px;
  border: 2px solid #000;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 18.23px;
  line-height: 1.2068019748;
  position: relative;
}

.cmn-btn02 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

/*------------------------------------------
animation
------------------------------------------*/
.scale-fade {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.scale-fade [class*=img] {
  overflow: hidden;
}

.scale-fade img {
  transform: scale(1.05);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.scale-fade.is-active {
  opacity: 1;
}

.scale-fade.is-active img {
  transform: scale(1);
}

/*------------------------------------------
cmn interview
------------------------------------------*/
.cmn-interview {
  padding-top: 62px;
  position: relative;
}

@media (min-width: 769px) {
  .cmn-interview {
    padding-top: 141px;
  }
}
.cmn-interview .interview-link {
  margin: 3px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .cmn-interview .interview-link {
    position: absolute;
    top: 141px;
    right: 0;
  }
}
.cmn-interview .interview-link a {
  width: 46px;
  height: 46px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .cmn-interview .interview-link a {
    width: 60px;
    height: 60px;
  }
}
.cmn-interview .interview-link span {
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 2px;
  background: #000;
  border-radius: 50%;
}

.cmn-interview .interview-link span:nth-child(2) {
  margin: 0 2px;
}

.cmn-interview .slider-arrows {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
}

.cmn-interview .slider-arrows .slick-arrow {
  margin: 0 10px 0 0;
}

.cmn-interview .slider-arrows .slick-arrow:last-child {
  margin-right: 0;
}

.cmn-interview .slider-arrows .slick-arrow.prev {
  transform: scale(-1, -1);
}

.cmn-interview .slider-arrows .slick-arrow button {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/ico_arrow.svg) no-repeat center;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .cmn-interview .slider-arrows .slick-arrow button {
    width: 21px;
    height: 21px;
  }
}
.cmn-interview .slider-arrows .slick-arrow.slick-disabled button {
  opacity: 0.2;
  pointer-events: none;
}

.cmn-interview .interview-list {
  width: 230px;
  margin: 13px 0 0;
  position: relative;
}

@media (min-width: 769px) {
  .cmn-interview .interview-list {
    width: 370px;
    margin: 57px 0 0;
  }
}
@media (min-width: 769px) {
  .cmn-interview .interview-list:before {
    content: "";
    width: 400px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
  }
}
.cmn-interview .interview-list .slick-list {
  overflow: visible;
}

.cmn-interview .interview-list .item {
  width: 230px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  .cmn-interview .interview-list .item {
    width: 370px;
    padding-right: 50px;
  }
}
.cmn-interview .interview-list .item a {
  outline: none;
}

.cmn-interview .interview-list .cmn-card01 .vol {
  font-size: 12px;
}

.cmn-interview .interview-list .cmn-card01 .num {
  font-size: 30px;
}

@media (min-width: 769px) {
  .cmn-interview .interview-list .cmn-card01 .num {
    font-size: 34px;
  }
}
.cmn-interview .interview-list .cmn-card01 .name {
  width: calc(100% - 30px);
  font-size: 15px;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .cmn-interview .interview-list .cmn-card01 .name {
    width: calc(100% - 40px);
  }
}
/* =========================================================
page header
========================================================= */
.gnav {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

@media (min-width: 769px) {
  .gnav {
    width: 220px;
    height: 100vh;
    padding: 60px 0 35px;
    background: none;
  }
}
@media (min-width: 1025px) {
  .gnav {
    width: 340px;
  }
}
.gnav-logo {
  width: 61.0666666667vw;
  max-width: 229px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .gnav-logo {
    width: 167px;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media (min-width: 1025px) {
  .gnav-logo {
    margin: 0 auto 0 55px;
  }
}
.gnav-logo a {
  display: block;
}

.gnav-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 769px) {
  .gnav-btn {
    display: none;
  }
}
.gnav-btn button {
  width: 70px;
  height: 70px;
  position: relative;
}

.gnav-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transform-origin: right;
  transition: all 0.3s ease;
}

.gnav-btn span:nth-child(1) {
  top: 26px;
}

.gnav-btn span:nth-child(2) {
  top: 34px;
}

.gnav-btn span:nth-child(3) {
  top: 42px;
}

.gnav-btn button.is-open span {
  margin-left: -19px;
}

.gnav-btn button.is-open span:nth-child(1) {
  top: 23px;
  transform: rotate(-45deg);
}

.gnav-btn button.is-open span:nth-child(2) {
  opacity: 0;
}

.gnav-btn button.is-open span:nth-child(3) {
  top: 44px;
  transform: rotate(45deg);
}

/*------------------------------------------
global navigation menu
------------------------------------------*/
.gnav-menu {
  display: none;
  width: 100%;
  height: calc(100vh - 70px);
  padding: 26.6666666667vw 0 150px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: scroll;
}

@media (max-width: 370px) {
  .gnav-menu {
    padding-top: 70px;
  }
}
@media (min-width: 769px) {
  .gnav-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 167px;
    height: calc(100% - 118px);
    margin: 0 auto;
    padding: 58px 0 0;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
  }
}
@media (min-width: 1025px) {
  .gnav-menu {
    margin: 0 auto 0 55px;
  }
}
.gnav-list01 .item {
  margin: 0 auto 43px;
  text-align: center;
}

@media (min-width: 769px) {
  .gnav-list01 .item {
    margin: 0 auto 27px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.gnav-list01 .item:last-child {
  margin-bottom: 0;
}

.gnav-list01 a {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .gnav-list01 a {
    display: inline-block;
    padding: 0 2px;
    font-size: 17px;
    white-space: nowrap;
  }
}
.gnav-parco {
  width: 29.6vw;
  margin: 21.3333333333vw auto 0;
}

@media (min-width: 769px) {
  .gnav-parco {
    width: 93px;
    margin: 0;
  }
}
.gnav-parco a {
  display: block;
}

@media (min-width: 769px) {
  body.page-interview .gnav-list01 .item-interview a,
body.page-activities .gnav-list01 .item-activities a,
body.page-archive .gnav-list01 .item-archive a {
    background: #000;
    color: #fff;
  }
}
/* =========================================================
page footer
========================================================= */
.page-ft {
  padding: 90px 0 18px;
  position: relative;
}

@media (min-width: 769px) {
  .page-ft {
    padding: 290px 0 45px;
  }
}
.page-ft .ft-logo {
  width: 72.8vw;
  opacity: 0.04;
}

@media (min-width: 769px) {
  .page-ft .ft-logo {
    width: 93.5294117647vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}
.page-ft .copyright {
  margin: 15px auto 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (min-width: 769px) {
  .page-ft .copyright {
    font-size: 12px;
  }
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 10;
  display: none;
}

@media (min-width: 769px) {
  .pagetop {
    right: 25px;
  }
}
.pagetop a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  padding: 0 0 46px 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  position: relative;
}

.pagetop a:after {
  content: "";
  width: 2px;
  height: 38px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=../css/maps/common.css.map */
