@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*   ==============================================================
*  contents
*
 ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #111;
  word-wrap: break-word;
}

@media screen and (min-width: 961px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont,'Yu Gothic Medium', '游ゴシック Medium',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.08em;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::selection {
  background: #111;
  color: #fff;
}

::-moz-selection {
  background: #111;
  color: #fff;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #063691;
  margin: 1em 0;
  padding: 1.4em 2em;
  color: #fff;
  font-style: normal;
}

@media screen and (min-width: 961px) {
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #38a1db;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    min-width: 90%;
  }
}

@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  background: #fff;
  margin: 1em 0;
  padding: 1em 2em;
  background-size: 200% 100%;
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  border: 1px solid;
}

@media screen and (min-width: 961px) {
  .btn--sub {
    min-width: 300px;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}

@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  transition: .3s;
}

.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.4em;
}

.date {
  display: inline-block;
  font-family: 'Lato', sans-serif;
}

.bold {
  font-weight: bold;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}

.ph img, .thumb img {
  width: 100%;
}

.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list--nav-service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.list--nav-service li {
  width: 32%;
  height: 60vh;
  min-height: 550px;
  background: no-repeat center;
  background-size: cover;
  transform: skew(-5deg, 0);
}

.list--nav-service li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #fff;
  transform: skew(5deg, 0);
  padding: 0 20px;
}

.list--nav-service li a:hover::before {
  opacity: 0;
}

.list--nav-service li a .tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 2.2vw;
  line-height: 0.8;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.list--nav-service li a .inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

.list--nav-service li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transform: skew(-5deg, 0);
  z-index: 1;
  transition: .5s;
}

.list--nav-service li.list--nav__fanclub {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_fanclub.jpg);
}

.list--nav-service li.list--nav__ec {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_ec.jpg);
}

.list--nav-service li.list--nav__media {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_media.jpg);
}

.no-data {
  text-align: center;
  margin: 200px auto 150px;
}

.list--icon li {
  display: inline-block;
  line-height: 0;
  padding: 9px 8px 8px;
  border-radius: 20px;
  border: 1px solid;
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.list--icon li:not(:last-of-type) {
  margin-right: 5px;
}

.list--works > li {
  width: 46%;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s cubic-bezier(0.19, 0.55, 0.41, 0.85);
}

.list--works > li.column--horizontal {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--works > li.column--horizontal a {
  width: 48%;
}

.list--works > li.item__sp figure.thumb {
  width: 60%;
}

.list--works > li.started {
  opacity: 1;
  transform: translateY(0);
}

.list--works > li a {
  display: block;
}

.list--works > li a .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

.list--works > li a .list--icon {
  margin-bottom: 30px;
}

.list--works > li:nth-child(even) {
  margin: -12vw 0 -7vw auto;
}

.list--report li {
  width: 25vw;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: 0 50px 45px -40px rgba(0, 0, 0, 0.4);
}

.list--report li > a {
  display: block;
  background: #fff;
}

.list--report li > a .block--txt {
  line-height: 1.4;
  padding: 20px;
}

.list--report li > a .block--txt .tit {
  margin-bottom: 5px;
}

.list--report li > a .block--txt .txt {
  font-size: 13px;
}

.list--report li > a figure {
  line-height: 0;
}

.list--report li > a figure img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}

.list--information {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--information li {
  width: 22%;
  height: auto;
  margin-bottom: 120px;
}

.list--information li a {
  position: relative;
  display: block;
  padding-bottom: 30px;
  height: 100%;
  transition: .6s;
}

.list--information li a:hover {
  transform: translateY(-10px);
}

.list--information li a figure {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  border: 1px solid #eee;
  background: url(/static/fanplus/assets/image/common/thumb--none.png) no-repeat center;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}

.list--information li a figure img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}

.list--information li a .category {
  display: inline-block;
  margin-right: 10px;
  transform: scale(0.85);
  position: absolute;
  bottom: 0;
  left: -4%;
}

.list--information li a .tit {
  line-height: 1.8;
  margin-bottom: 0;
}

.list--information li a .date {
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.list--knowledege {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--knowledege.started li {
  transform: translateY(0);
  opacity: 1;
  transition: .6s;
}

.list--knowledege.started li:nth-child(1) {
  transition-delay: 0s;
}

.list--knowledege.started li:nth-child(2) {
  transition-delay: 0.2s;
}

.list--knowledege.started li:nth-child(3) {
  transition-delay: 0.4s;
}

.list--knowledege.started li:nth-child(4) {
  transition-delay: 0.6s;
}

.list--knowledege.started li:nth-child(5) {
  transition-delay: 0.8s;
}

.list--knowledege.started li:nth-child(6) {
  transition-delay: 1s;
}

.list--knowledege li {
  width: 29%;
  margin-bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
}

.list--knowledege li figure {
  width: 280px;
  height: 160px;
  margin: 0 auto 20px;
}

.list--knowledege li .tit {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.list--knowledege li .txt--basic {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
}

.list--site {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  min-width: 800px;
  margin: 0 auto;
}

.list--site > li {
  width: 26%;
  margin-bottom: 60px;
}

.list--site > li figure {
  margin-bottom: 20px;
}

.list--site > li .tit {
  font-size: 15px;
  margin-bottom: 2px;
}

.list--site > li .list--icon {
  margin-bottom: 10px;
}

.list--gallery li a {
  display: block;
  position: relative;
}

.list--gallery li img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}

.list--sub li {
  margin-bottom: 8px;
}

.list--sub span {
  display: block;
  font-size: 10px;
}

.icon--plus {
  width: 17px;
  height: 17px;
  border-radius: 20px;
  border: 1px solid #fff;
  position: relative;
  margin: 13px auto 0;
}

.icon--plus::before, .icon--plus::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
}

.icon--plus::before {
  width: 9px;
  height: 1px;
  top: 7px;
  left: 3px;
}

.icon--plus::after {
  width: 1px;
  height: 9px;
  top: 3px;
  left: 7px;
}

.block--category {
  width: 60%;
  max-width: 900px;
  text-align: right;
  letter-spacing: 0;
  position: relative;
  top: 0;
  right: 0;
  z-index: 10;
  margin: -100px auto 120px;
}

.block--category li {
  display: inline-block;
  margin-left: 20px;
}

.block--category li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 15px;
  position: relative;
}

.block--category li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s;
}

.block--category li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.block--category li.current a::before {
  transform: scaleX(1);
}

.category {
  font-size: 10px;
  display: inline-block;
  border: 1px solid;
  line-height: 1;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: -0.04em;
  padding: 4px 7px;
  margin-right: 10px;
}

#swipebox-overlay {
  background: rgba(21, 21, 21, 0.9);
}

#swipebox-slider .slide img {
  max-height: 80vh;
  max-width: 80%;
}

#swipebox-close {
  top: 10px;
  background: none;
}

#swipebox-close::before,
#swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}

#swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

#swipebox-action #swipebox-prev {
  left: 3%;
}

#swipebox-action #swipebox-next {
  right: 3%;
}

#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}

#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-arrow {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  background: none;
  border: none;
  text-indent: -9999em;
  border-top: 4px solid #111;
  border-left: 4px solid #111;
  position: absolute;
  bottom: 10px;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  right: 10%;
  transform: rotate(-135deg);
  top: 50%;
}

.slick-arrow.slick-next {
  right: 5%;
  transform: rotate(45deg);
  top: 50%;
}

.slick-dots {
  text-align: left;
  bottom: -30px;
}

.slick-dots li {
  width: 30px;
  height: 2px;
  margin: 0 4px 0 0;
  padding: 0;
  transition: .3s;
}

.slick-dots li button {
  width: 100%;
}

.slick-dots li button:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  opacity: 1;
}

.slick-dots .slick-active button:before {
  background: #111;
}

.slick-prev,
.slick-next {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  color: #111;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -20px;
  transition: .4s;
  transform-origin: center;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: -40px;
  transform-origin: center;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: 5%;
  transform-origin: center;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: .25;
}

.slick-prev:hover {
  outline: none;
  transform: scale(1.1) rotate(-135deg);
}

.slick-next:hover {
  outline: none;
  transform: scale(1.1) rotate(45deg);
  margin-top: -20px;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:before, .slick-next:before {
  content: '';
}

.slick-prev::after,
.slick-next::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
  position: absolute;
  top: 0;
  left: 9px;
  transition: .3s;
}

.slick-prev:before, .slick-next:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff;
  position: absolute;
  top: -29px;
  left: -11px;
  transform-origin: center;
}

.slick-slider .slick-prev:hover::after,
.slick-slider .slick-next:hover::after {
  border-color: #111;
}

.wrap {
  position: relative;
}

.section--list.page--header-min,
.section--detail.page--header-min {
  padding-bottom: 80px;
}

.section--list.page--header-min .block--title,
.section--detail.page--header-min .block--title {
  height: 27vh;
  min-height: 260px;
  background: #022361;
}

.section--list.page--header-min .block--title::before,
.section--detail.page--header-min .block--title::before {
  height: 98vh;
  min-height: 370px;
}

.section--list.page--header-min .block--title::after,
.section--detail.page--header-min .block--title::after {
  opacity: 0;
}

.section--list .block--title,
.section--detail .block--title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60vh;
  min-height: 410px;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-left: 2%;
  padding-top: 30px;
  margin-bottom: -40px;
}

.section--list .block--title::after,
.section--detail .block--title::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center url(/static/fanplus/assets/image/common/bg.png);
  background-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.section--list .block--title::before,
.section--detail .block--title::before {
  content: '';
  display: block;
  width: 105vw;
  height: 96vw;
  min-height: 1220px;
  background: no-repeat top left url(/static/fanplus/assets/image/common/cover_flag.svg);
  background-size: cover;
  background-position: 0 bottom;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -3vw;
}

.section--list .block--title .page-tit,
.section--detail .block--title .page-tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 3.5vw;
  z-index: 10;
  left: 4%;
}

.section--list .block--title .page-tit.txt--jp,
.section--detail .block--title .page-tit.txt--jp {
  font-size: 2.1vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.section--list .block--title .txt--shoulder,
.section--detail .block--title .txt--shoulder {
  display: none;
  font-size: 20px;
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0;
  position: relative;
  left: .3em;
}

.section--list .block--title .inner,
.section--detail .block--title .inner {
  width: 35%;
  color: #fff;
  position: relative;
  z-index: 10;
  top: -10vh;
}

.section--detail .block--title::after {
  background: #000;
  opacity: 0.2;
}

.section--detail .block--title .blur {
  filter: blur(20px);
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
}

.section--detail .block--title .blur img {
  width: 100%;
}

.section--detail .block--title .blur.thumb--none {
  background: #007ede;
}

.section--detail .block--title .inner {
  width: 40%;
}

.section--detail .block--title .page-tit {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 800;
  position: static;
  font-style: normal;
  margin-bottom: 10px;
}

.section--detail .block--title .date {
  font-size: 12px;
}

.section--detail .article--tit {
  width: 60%;
  min-width: 850px;
  max-width: 1000px;
  margin: 60px auto;
  position: relative;
  z-index: 10;
}

.section--detail .article--tit .tit {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.section--detail .txt--body {
  width: 60%;
  min-width: 850px;
  max-width: 1000px;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 100px;
  position: relative;
  left: 0;
  z-index: 20;
}

.section--detail .txt--body img {
  max-width: 100%;
  height: auto;
}

.section--detail .txt--body img.dummy {
  max-width: inherit;
  height: 100%;
}

.section--detail .txt--body .alignright {
  width: auto;
  float: right;
  margin: 0 0 0 20px;
}

.section--detail .txt--body p:last-of-type {
  margin-bottom: 1em;
}

.section--detail .txt--body .ph {
  margin-top: 2em;
  margin-bottom: 2em;
}

.list__more,
.detail__btn {
  display: inline-block;
}

.list__more a, .list__more span,
.detail__btn a,
.detail__btn span {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
}

.list__more a::before, .list__more span::before,
.detail__btn a::before,
.detail__btn span::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
  transform: scaleX(1);
  transform-origin: right;
}

.list__more a:hover::before, .list__more span:hover::before,
.detail__btn a:hover::before,
.detail__btn span:hover::before {
  transform: scaleX(0);
  transform-origin: left;
}

.detail__btn {
  display: block;
  width: 3em;
  margin: 50px auto 150px;
}

.detail__btn a {
  font-size: 24px;
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.detail__btn a::before {
  bottom: -4px;
}

@-webkit-keyframes scroll {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50.01% {
    transform-origin: top;
    transform: scaleY(0);
  }
  99.99% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
}

@keyframes scroll {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50.01% {
    transform-origin: top;
    transform: scaleY(0);
  }
  99.99% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
}

.page--home header {
  transform: translateY(-150%);
}

.page--home.scrolling .scroll {
  opacity: 0;
}

.page--home .section--top {
  height: 140vh;
  min-height: 1200px;
  margin-bottom: 100px;
  overflow: hidden;
}

.page--home .section--top .scroll {
  width: 1px;
  height: 100px;
  position: absolute;
  top: calc(100vh - 100px);
  left: 50%;
  transition: .4s;
  opacity: 0;
}

.page--home .section--top .scroll::before {
  content: '';
  width: 1px;
  height: 150px;
  display: block;
  background: #000;
  transform-origin: bottom;
  -webkit-animation: scroll 1.4s linear 0s infinite;
  animation: scroll 1.4s linear 0s infinite;
}

.page--home .area--heroimg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80vh;
  min-height: 680px;
  padding: 100px 8% 0;
  position: relative;
}

.page--home .area--heroimg .block--logo {
  width: 36%;
  min-width: 350px;
  max-width: 460px;
  transform: translateX(68%);
  opacity: 0;
}

.page--home .area--heroimg .block--announce {
  width: 36%;
  min-width: 420px;
  max-width: 560px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transform: translateY(80px);
  opacity: 0;
}

.page--home .area--heroimg .block--announce .block--announce__lead {
  display: block;
  margin-bottom: 1.5vw;
}

.page--home .area--heroimg .block--announce span {
  display: inline-block;
  margin-left: -.5em;
}

.page--home .area--heroimg .block--flag {
  position: absolute;
  width: 120%;
  filter: drop-shadow(0 29px 20px rgba(0, 0, 0, 0.1));
  bottom: -56vh;
  z-index: -1;
  transform: translateY(130px);
  transition: .8s;
  opacity: 0;
}

.page--home .section--service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80vh 100px 15vh;
  position: relative;
  overflow: hidden;
}

.page--home .section--service .block--lead {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 2.4;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page--home .section--service .block--lead .txt--lead {
  transform: skew(-5deg) translateY(150px);
  opacity: 0;
  transition: 1s;
}

.page--home .section--service .block--lead .txt--lead.started {
  transform: skew(0) translateY(0);
  opacity: 1;
}

.page--home .section--service .block--title {
  position: absolute;
  left: 5%;
  transform: translateX(-120px);
  opacity: 0;
}

.page--home .section--service .block--title.started {
  transform: translateX(0);
  opacity: 1;
  transition: .8s;
}

.page--home .section--service .block--title .inner {
  margin-top: -150px;
  position: relative;
  left: 3vw;
  z-index: 10;
}

.page--home .section--service .block--title .section-tit {
  font-size: 6.5vw;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 15px;
}

.page--home .section--service .block--service {
  width: 70%;
  min-width: 800px;
  margin-top: 50px;
  transform: translateX(120px);
  opacity: 0;
}

.page--home .section--service .block--service.started {
  transform: translateX(0);
  opacity: 1;
  transition: .8s;
}

.page--home .section--works {
  position: relative;
}

.page--home .section--works .area--bg {
  height: 130vh;
  width: 30%;
  min-width: 300px;
  max-width: 470px;
  float: right;
  background: no-repeat center url(/static/fanplus/assets/image/common/bg.png);
  background-size: 800%;
  text-align: right;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin: 0 0 0 auto;
  padding: 26vh 4% 0 0;
}

.page--home .section--works .area--bg .block--tit {
  color: #fff;
}

.page--home .section--works .area--bg .block--tit .section-tit {
  font-size: 5vw;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 15px;
}

.page--home .section--works .area--bg .block--tit .txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.page--home .section--works .area--bg .block--tit .list__more {
  display: none;
  position: absolute;
  right: 13%;
  top: 60vh;
}

.page--home .section--works .area--bg .block--tit .list__more a {
  letter-spacing: 0.1em;
}

.page--home .section--works .area--bg .block--tit .list__more a::before {
  background: #fff;
}

.page--home .section--works .area--works {
  width: 65%;
  position: relative;
  top: 30vh;
  left: 11%;
  margin-bottom: 30vh;
  padding-bottom: 30vh;
}

.page--home .section--works .list--works {
  margin-bottom: 20vh;
}

.page--home .section--works .list--works + .list__more {
  opacity: 0;
  display: block;
  text-align: center;
  transition: .3s;
}

.page--home .section--works .list--works + .list__more a {
  font-size: 20px;
}

.page--home .section--works .list--works + .list__more.started {
  opacity: 1;
}

.page--home .section--works .area--report {
  padding-left: 10%;
  padding-bottom: 100px;
}

.page--home .section--works .area--report .block--tit {
  margin-bottom: 40px;
}

.page--home .section--works .area--report .area-tit {
  font-style: italic;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

.page--home .section--works .area--report .area-tit + .txt--basic {
  font-style: normal;
}

.page--home .section--works .area--report .txt--basic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.page--home .block--report {
  overflow: hidden;
}

.page--home .block--report .slick-list {
  padding-left: 0 !important;
  overflow: visible;
}

.page--home .block--report .list--report li {
  height: auto;
}

.page--home .block--report .list--report li a {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.page--home .block--report .list--report li .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.page--home .block--report .list--report li .artist-name {
  display: block;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.page--home .block--report .list--report li .txt--lead {
  display: none;
  font-size: 13px;
  line-height: 1.5;
}

.page--home .block--report .list--report li .txt--lead br {
  display: none !important;
}

.page--home .block--report .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.page--home .block--report .slick-dotted.slick-slider {
  padding-bottom: 40px;
}

.page--home .block--report .list__more {
  margin-top: 20px;
}

.page--home .section--pressrelese {
  width: 100%;
  padding: 18vw 10% 8vw;
}

.page--home .section--pressrelese .area-tit {
  display: inline-block;
  font-size: 70px;
}

.page--home .section--pressrelese .block--tit {
  margin-bottom: 70px;
}

.page--home .section--pressrelese .list__more {
  margin-left: 10px;
}

.page--home .list__more a {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 900;
  font-size: 17px;
  font-style: italic;
}

.page--home .section--bigmenu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.page--home .section--bigmenu > div {
  width: 50%;
  background: no-repeat top left url(/static/fanplus/assets/image/common/bg.png);
  overflow: hidden;
  background-size: 200%;
}

.page--home .section--bigmenu > div a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 4vw;
  color: #fff;
  padding: 200px 0 220px;
}

.page--home .section--bigmenu > div a:hover {
  transform: matrix3d(1, 0, 0, 0.0002, 0, 1, 0, -0.0002, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0.0002, 0, 1, 0, -0.0002, 0, 0, 1, 0, 0, 0, 0, 1);
}

.page--home .section--bigmenu > div a:hover p::before {
  transform: scaleX(0);
  transform-origin: left;
}

.page--home .section--bigmenu > div a p {
  position: relative;
}

.page--home .section--bigmenu > div a p::before {
  content: '';
  display: block;
  width: calc(100% + 22px);
  height: 8px;
  background: #fff;
  position: absolute;
  bottom: -1.8vw;
  left: -22px;
  transition: .3s;
  transform-origin: right;
}

.page--home .section--bigmenu > div a p::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 6px solid;
  border-bottom: none;
  border-left: none;
  position: absolute;
  bottom: 7px;
  left: -24px;
  transform: rotate(45deg);
}

.page--home .section--bigmenu > div.block--bigmenu__contact a {
  background: #0064b2;
}

.page--home .section--bigmenu > div.block--bigmenu__recruit a {
  background: #38a1db;
}

.page--home .list--information li {
  opacity: 0;
  transform: translateY(60px);
  transition: .8s;
}

.page--home .list--information.started li {
  opacity: 1;
  transform: translateY(0);
}

.page--home .list--information.started li:nth-of-type(1) {
  transition-delay: 0;
}

.page--home .list--information.started li:nth-of-type(2) {
  transition-delay: 0.2s;
}

.page--home .list--information.started li:nth-of-type(3) {
  transition-delay: 0.4s;
}

.page--home .list--information.started li:nth-of-type(4) {
  transition-delay: 0.6s;
}

.page--home .list--information.started li:nth-of-type(5) {
  transition-delay: 0.8s;
}

.page--home .list--information.started li:nth-of-type(6) {
  transition-delay: 1s;
}

.page--home .list--information.started li:nth-of-type(7) {
  transition-delay: 1.2s;
}

.page--home .list--information.started li:nth-of-type(8) {
  transition-delay: 1.4s;
}

.page--home.loaded .area--heroimg .block--logo {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s, transform 1s cubic-bezier(0.24, 0.48, 0.58, 1) 1s;
}

.page--home.loaded .area--heroimg .block--announce {
  opacity: 1;
  transform: translateY(0);
  transition: 1s 1s;
}

.page--home.loaded header {
  transform: translateY(0);
  transition: transform 1.2s 2.6s , box-shadow .4s;
}

.page--home.loaded .scroll {
  opacity: 1;
  transition-delay: 3s;
}

.page--home.loaded .block--flag {
  transform: translateY(0);
  opacity: 1;
  transition: 1.5s 2.3s;
}

footer .list--sub__menu .logo--privacy {
  width: 47px;
  position: relative;
  top: 14px;
}

footer .list--sub__menu .logo--privacy a {
  display: block;
  padding: 5px;
  background: #fff;
  line-height: 0;
  border-radius: 6px;
}

.page--info.page--info__detail h1.logo {
  mix-blend-mode: difference;
}

.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 30px;
}

.page--info .block--share .share {
  display: inline-block;
  font-family: futura-pt-bold, sans-serif;
  font-size: 20px;
  padding-right: 70px;
  margin-right: 17px;
  position: relative;
  color: #111;
}

.page--info .block--share .share::before {
  content: '';
  display: block;
  height: 2px;
  width: 70px;
  background: #111;
  position: absolute;
  top: 9px;
  right: -7px;
  opacity: 0.7;
}

.page--info .block--share a {
  color: #111;
}

.page--info .block--share a:hover {
  color: #38a1db;
}

.page--info .block--share a:hover svg {
  fill: #38a1db;
}

.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #efefef;
  margin: 0 15px 0 0;
}

.page--info .block--share .lineIco svg {
  width: 16px;
  height: 16px;
  fill: #111;
  transition: .3s;
}

.page--info .block--share .share {
  font-size: 20px;
  margin-right: 15px;
}

.page--info .block--share .ico {
  font-size: 20px;
}

.page--service {
  padding-bottom: 200px;
  overflow: hidden;
}

.page--service .block--title::after {
  background: no-repeat center url(/static/fanplus/assets/image/common/bg.png);
  background-size: 200%;
  opacity: .5;
  mix-blend-mode: screen;
}

.page--service .block--title .txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.page--service .block--title .txt--shoulder {
  left: 0;
}

.page--service .detail__btn {
  width: 10em;
}

.page--service_top .block--title {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_service.jpg);
}

.page--service_top .block--title::after {
  mix-blend-mode: multiply;
}

.page--service_top .block--title .page-tit {
  font-size: 4vw;
  line-height: 1;
  margin-top: 70px;
}

.page--service_top .area--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6vw;
  font-weight: 800;
  text-align: right;
  position: relative;
  top: -25vh;
  z-index: 10;
  right: 5%;
}

.page--service_top .area--service {
  padding-top: 10vh;
}

.page--service_top .area--service > div[class^="block--"] {
  margin-bottom: 130px;
}

.page--service_top .area--service > div[class^="block--"] .block-tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  font-size: 4.2vw;
  letter-spacing: -0.02em;
  line-height: 1;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}

.page--service_top .area--service > div[class^="block--"] .block-tit span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

.page--service_top .area--service > div[class^="block--"] .block--issue {
  width: 55vw;
  min-width: 680px;
  height: 18vw;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}

.page--service_top .area--service > div[class^="block--"] .block--issue::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page--service_top .area--service > div[class^="block--"] .list--issue li {
  display: inline-block;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 8px 1.2vw;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  letter-spacing: 0.1em;
  z-index: 10;
}

.page--service_top .area--service > div[class^="block--"] .arrow {
  display: none;
  width: 30px;
  height: 68%;
  position: absolute;
  left: -70px;
  top: 13vw;
}

.page--service_top .area--service > div[class^="block--"] .arrow::before, .page--service_top .area--service > div[class^="block--"] .arrow::after {
  content: '';
  display: block;
  width: 3px;
  background: #111;
}

.page--service_top .area--service > div[class^="block--"] .arrow::before {
  height: 100%;
}

.page--service_top .area--service > div[class^="block--"] .arrow::after {
  height: 40px;
  transform: rotate(19deg);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
}

.page--service_top .area--service > div[class^="block--"] .list__more {
  position: absolute;
  right: 0;
  bottom: -4vw;
}

.page--service_top .area--service > div[class^="block--"] .list__more a {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.page--service_top .area--service > div[class^="block--"] .list__more a::before {
  bottom: -8px;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs {
  position: relative;
  right: 5%;
  display: inline-block;
  top: 0;
  left: 34vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block-tit {
  text-align: right;
  left: 0;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_fanclub.jpg);
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item01 {
  left: 2vw;
  top: 2vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item02 {
  right: 22vw;
  top: 9vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item03 {
  left: 4vw;
  top: 8vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item04 {
  right: 6vw;
  bottom: 13vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item05 {
  right: 2vw;
  top: 7vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item06 {
  left: 9vw;
  top: 13vw;
}

.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item07 {
  right: 2vw;
  bottom: 2vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec {
  position: relative;
  top: 0;
  left: 10vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_ec.jpg);
  background-size: 150%;
  position: relative;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item01 {
  left: 3vw;
  top: 2vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item02 {
  right: 1vw;
  top: 10vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item03 {
  left: 6vw;
  top: 8vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item04 {
  right: 3vw;
  bottom: 13vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item05 {
  right: 13vw;
  top: 6vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item06 {
  left: 3vw;
  top: 13vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item07 {
  right: 7vw;
  bottom: 1vw;
}

.page--service_top .area--service > div[class^="block--"].block--ec .arrow, .page--service_top .area--service > div[class^="block--"].block--ec .list__more {
  left: 0;
}

.page--service_top .area--service > div[class^="block--"].block--media {
  position: relative;
  right: 5%;
  display: inline-block;
  top: 0;
  left: 34vw;
}

.page--service_top .area--service > div[class^="block--"].block--media .block-tit {
  text-align: right;
}

.page--service_top .area--service > div[class^="block--"].block--media .block--issue {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_media.jpg);
}

.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item01 {
  left: 3vw;
  top: 5vw;
}

.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item02 {
  right: 5vw;
  top: 3vw;
}

.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item03 {
  left: 8vw;
  top: 13vw;
}

.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item04 {
  right: 5vw;
  bottom: 2vw;
}

.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item05 {
  left: 19vw;
  top: 9vw;
}

.section--detail .block--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 2;
  text-align: center;
  font-weight: 800;
  margin: 50px auto 150px;
  position: relative;
  z-index: 10;
  letter-spacing: 0.1em;
  transform: skew(-5deg) translateY(150px);
  opacity: 0;
  transition: 1s;
}

.section--detail .block--lead.started {
  transform: skew(0) translateY(0);
  opacity: 1;
  transition: 1s;
}

.section--detail .block--lead__sub {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  margin: 30vh auto;
}

.section--detail .area--module,
.section--detail .area--case {
  width: 60%;
  min-width: 800px;
  max-width: 1300px;
  margin: 0 auto 20vh;
  position: relative;
  z-index: 50;
}

.section--detail .area--module .area-tit,
.section--detail .area--case .area-tit {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

.section--detail .area--module .area-tit:nth-of-type(2),
.section--detail .area--case .area-tit:nth-of-type(2) {
  text-align: left;
}

.section--detail .area--module .block--thumb,
.section--detail .area--case .block--thumb {
  width: 80%;
  margin: 0 auto 20vh;
  position: relative;
  z-index: -2;
  transform: translateY(100px);
  opacity: 0;
  transition: .8s;
}

.section--detail .area--module .block--thumb.started,
.section--detail .area--case .block--thumb.started {
  transform: translateY(0);
  opacity: 1;
}

.section--detail .area--module dl.list--module,
.section--detail .area--case dl.list--module {
  border: 3px solid #111;
  background: #fff;
  letter-spacing: 0;
  padding: 30px 30px 20px;
  margin-bottom: 200px;
  position: relative;
  z-index: 5;
  transform: translateY(100px);
  opacity: 0;
  transition: .8s;
}

.section--detail .area--module dl.list--module.started,
.section--detail .area--case dl.list--module.started {
  transform: translateY(0);
  opacity: 1;
}

.section--detail .area--module dl.list--module dt,
.section--detail .area--case dl.list--module dt {
  width: 23%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  float: left;
  clear: left;
  padding-top: 0;
}

.section--detail .area--module dl.list--module dd,
.section--detail .area--case dl.list--module dd {
  width: 100%;
  font-size: 13px;
  border-bottom: 1px dashed #111;
  z-index: 10;
  padding-bottom: 7px;
  margin-bottom: 14px;
  padding-left: 24%;
}

.section--detail .area--module dl.list--module dd:last-of-type,
.section--detail .area--case dl.list--module dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section--detail .area--module dl.list--module dd .list--module_item,
.section--detail .area--case dl.list--module dd .list--module_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.section--detail .area--module dl.list--module dd .list--module_item.column--vertical li,
.section--detail .area--case dl.list--module dd .list--module_item.column--vertical li {
  width: 100%;
}

.section--detail .area--module dl.list--module dd .list--module_item span,
.section--detail .area--case dl.list--module dd .list--module_item span {
  font-size: 1em;
}

.section--detail .area--module dl.list--module dd li,
.section--detail .area--case dl.list--module dd li {
  width: 48%;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.section--detail .area--module dl.list--module dd li span,
.section--detail .area--case dl.list--module dd li span {
  display: block;
  font-size: 0.8em;
  padding-top: 3px;
}

.section--detail .area--case {
  margin-bottom: 10vh;
}

.section--detail .block--gallery {
  margin-top: -5vh;
}

.section--detail .area--knowledege {
  width: 60%;
  min-width: 850px;
  max-width: 1300px;
  position: relative;
  margin: 0 auto 20vh;
  z-index: 5;
}

.section--detail .area--knowledege .area-tit {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 40px;
  margin-bottom: 100px;
}

.section--detail .area--knowledege .declaration {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  border: 5px solid;
  text-align: center;
  padding: 70px;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.7;
  margin-top: 30px;
}

.page--service_fcfs .block--title,
.page--service_ec .block--title,
.page--service_media .block--title {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_fanclub.jpg);
  z-index: 5;
}

.page--service_fcfs .block--title::after,
.page--service_ec .block--title::after,
.page--service_media .block--title::after {
  mix-blend-mode: unset;
}

.page--service_fcfs .block--title .page-tit,
.page--service_ec .block--title .page-tit,
.page--service_media .block--title .page-tit {
  font-size: 2.2vw;
}

.page--service_fcfs .block--lead,
.page--service_ec .block--lead,
.page--service_media .block--lead {
  margin: 100px auto 20vh;
}

.page--service_fcfs .area-tit,
.page--service_ec .area-tit,
.page--service_media .area-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}

.page--service_fcfs .list--works + .list__more,
.page--service_ec .list--works + .list__more,
.page--service_media .list--works + .list__more {
  display: block;
  width: 6em;
  margin: 0 auto;
}

.page--service_fcfs .detail__btn,
.page--service_ec .detail__btn,
.page--service_media .detail__btn {
  width: 10em;
  margin: 100px auto 0;
}

.page--service_fcfs .area--works,
.page--service_ec .area--works,
.page--service_media .area--works {
  position: relative;
}

.page--service_fcfs .area--works::before,
.page--service_ec .area--works::before,
.page--service_media .area--works::before {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: no-repeat center url(/static/fanplus/assets/image/common/bg.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: -90px;
}

.page--service_fcfs .area--works .area-tit,
.page--service_ec .area--works .area-tit,
.page--service_media .area--works .area-tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  transform: rotate(90deg);
  transform-origin: top;
  position: absolute;
  right: 7%;
  top: 0;
  font-size: 60px;
  letter-spacing: -0.02em;
}

.page--service_fcfs .area--works .area-tit::before,
.page--service_ec .area--works .area-tit::before,
.page--service_media .area--works .area-tit::before {
  content: '';
  display: block;
  width: 1px;
  height: 260px;
  background: #111;
  position: absolute;
  left: 460px;
  top: -70px;
  transform-origin: top;
  transform: rotate(90deg);
  top: 36px;
}

.page--service_fcfs .area--works .block--list--site,
.page--service_ec .area--works .block--list--site,
.page--service_media .area--works .block--list--site {
  display: none;
}

.page--service_fcfs .area--works .list--works,
.page--service_ec .area--works .list--works,
.page--service_media .area--works .list--works {
  padding: 10vh 20vw 50px 15vw;
}

.page--service_fcfs .area--works .list--works > li,
.page--service_ec .area--works .list--works > li,
.page--service_media .area--works .list--works > li {
  width: 60%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: relative;
}

.page--service_fcfs .area--works .list--works > li.column--horizontal,
.page--service_ec .area--works .list--works > li.column--horizontal,
.page--service_media .area--works .list--works > li.column--horizontal {
  width: 60%;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.page--service_fcfs .area--works .list--works > li.column--horizontal a,
.page--service_ec .area--works .list--works > li.column--horizontal a,
.page--service_media .area--works .list--works > li.column--horizontal a {
  width: 48%;
}

.page--service_fcfs .area--works .list--works > li.column--horizontal a figure,
.page--service_ec .area--works .list--works > li.column--horizontal a figure,
.page--service_media .area--works .list--works > li.column--horizontal a figure {
  width: 80%;
}

.page--service_fcfs .area--works .list--works > li:nth-child(even),
.page--service_ec .area--works .list--works > li:nth-child(even),
.page--service_media .area--works .list--works > li:nth-child(even) {
  margin: 0 -2% -4vw auto;
}

.page--service_fcfs .area--works .list--works > li .block--thumb,
.page--service_ec .area--works .list--works > li .block--thumb,
.page--service_media .area--works .list--works > li .block--thumb {
  width: 70%;
  position: relative;
}

.page--service_fcfs .area--works .list--works > li .tit,
.page--service_ec .area--works .list--works > li .tit,
.page--service_media .area--works .list--works > li .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 10px;
}

.page--service_fcfs .area--works .list--works > li .inner,
.page--service_ec .area--works .list--works > li .inner,
.page--service_media .area--works .list--works > li .inner {
  position: relative;
  top: -13vh;
}

.page--service_fcfs .area--works .list--works > li .list--icon,
.page--service_ec .area--works .list--works > li .list--icon,
.page--service_media .area--works .list--works > li .list--icon {
  margin-bottom: 40px;
}

.page--service_fcfs .area--works .list--works > li .list__more a,
.page--service_ec .area--works .list--works > li .list__more a,
.page--service_media .area--works .list--works > li .list__more a {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 800;
  font-style: italic;
}

.page--service_fcfs .area--works .list--works > li .block--txt,
.page--service_ec .area--works .list--works > li .block--txt,
.page--service_media .area--works .list--works > li .block--txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
}

.page--service_fcfs .area--works .list--works > li:nth-of-type(odd) .block--txt,
.page--service_ec .area--works .list--works > li:nth-of-type(odd) .block--txt,
.page--service_media .area--works .list--works > li:nth-of-type(odd) .block--txt {
  text-align: right;
}

.page--service_fcfs .area--works .list--works > li .url,
.page--service_ec .area--works .list--works > li .url,
.page--service_media .area--works .list--works > li .url {
  display: none;
  font-size: 1.6vw;
  color: #fff;
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 12.3vw;
  left: 1vw;
  z-index: 30;
  mix-blend-mode: difference;
}

.page--service_fcfs .area--works .list--works > li:nth-of-type(even),
.page--service_ec .area--works .list--works > li:nth-of-type(even),
.page--service_media .area--works .list--works > li:nth-of-type(even) {
  flex-direction: row-reverse;
  right: -3vw;
}

.page--service_fcfs .area--works .list--works > li:nth-of-type(even) .block--txt,
.page--service_ec .area--works .list--works > li:nth-of-type(even) .block--txt,
.page--service_media .area--works .list--works > li:nth-of-type(even) .block--txt {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.page--service_ec .block--title {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_ec.jpg);
  z-index: 5;
}

.page--service_ec .block--title::after {
  mix-blend-mode: unset;
}

.page--service_ec .block--title .block--lead {
  margin: 100px auto 50px;
}

.page--service_ec .area--works .list--works > li .tit {
  font-size: 1.5vw;
  margin-bottom: 30px;
}

.page--service_ec .block--thumb.delighter {
  width: 100%;
  max-width: 800px;
}

.page--service_ec .block--thumb.delighter .block--thumb__mock {
  width: 80%;
  margin: 0 auto 50px;
}

.page--service_ec .block--thumb.delighter .block--thumb__text {
  width: 90%;
  margin: 0 auto;
}

.page--service_ec .block--thumb.delighter .block--thumb__text .txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.page--service_ec .block--module {
  transform: translateY(100px);
  opacity: 0;
  transition: .8s;
}

.page--service_ec .block--module dl.list--module {
  transform: translateY(0);
  opacity: 1;
}

.page--service_ec .block--module.started {
  transform: translateY(0);
  opacity: 1;
}

.page--service_media .block--title {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_media.jpg);
  background-size: 80%;
  background-position: left;
  z-index: 5;
}

.page--service_media .block--title::after {
  mix-blend-mode: unset;
}

.page--service_media .area--works {
  display: none;
}

.page--service_media .area--fanplus-music,
.page--service_media .area--nsm {
  width: 60%;
  min-width: 800px;
  max-width: 1300px;
  margin: 0 auto 150px;
  position: relative;
  z-index: 50;
}

.page--service_media .area--fanplus-music figure,
.page--service_media .area--nsm figure {
  width: 100%;
  margin: 0 auto 100px;
}

.page--service_media .area--fanplus-music .delighter,
.page--service_media .area--nsm .delighter {
  transform: translateY(80px);
  opacity: 0;
  transition-property: cubic-bezier(0.24, 0.48, 0.58, 1);
}

.page--service_media .area--fanplus-music .delighter.started,
.page--service_media .area--nsm .delighter.started {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}

.page--service_media .area--fanplus-music .tit,
.page--service_media .area--nsm .tit {
  width: 70%;
  margin: 0 auto 10px;
}

.page--service_media .area--fanplus-music .txt--lead,
.page--service_media .area--nsm .txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2em;
}

.page--service_media .area--fanplus-music .url,
.page--service_media .area--nsm .url {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 800;
  font-style: italic;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 26px;
}

.page--service_media .area--fanplus-music .url i,
.page--service_media .area--nsm .url i {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-left: 4px;
  vertical-align: -2px;
}

.page--service_media .area--fanplus-music .txt--basic,
.page--service_media .area--nsm .txt--basic {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.page--service_media .area--nsm .thumb {
  margin-bottom: 0;
}

.page--service_media .block--contents {
  margin: 0 auto 150px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--service_media .block--contents .block--contents__item {
  transform: translateY(80px);
  opacity: 0;
  transition: .6s;
  width: 33%;
}

.page--service_media .block--contents .block--contents__item.started {
  transform: translateY(0);
  opacity: 1;
}

.page--service_media .block--contents .block--contents__item.started:nth-of-type(1) {
  transition-delay: 0s;
}

.page--service_media .block--contents .block--contents__item.started:nth-of-type(2) {
  transition-delay: .15s;
}

.page--service_media .block--contents .block--contents__item.started:nth-of-type(3) {
  transition-delay: .3s;
}

.page--service_media .block--contents .block--contents__item .block-tit {
  font-weight: 800;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto 25px;
}

.page--service_media .block--special {
  width: 60%;
  margin: 0 auto;
  min-width: 800px;
  max-width: 1300px;
}

.page--service_media .block--special .block-tit {
  font-weight: 800;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto 70px;
}

.page--service_media .block--special.started .list--special li {
  transform: translateY(0);
  opacity: 1;
  transition: .6s;
}

.page--service_media .block--special.started .list--special li:nth-of-type(1) {
  transition-delay: 0s;
}

.page--service_media .block--special.started .list--special li:nth-of-type(2) {
  transition-delay: .1s;
}

.page--service_media .block--special.started .list--special li:nth-of-type(3) {
  transition-delay: .2s;
}

.page--service_media .block--special.started .list--special li:nth-of-type(4) {
  transition-delay: .3s;
}

.page--service_media .block--special.started .list--special li:nth-of-type(5) {
  transition-delay: .4s;
}

.page--service_media .block--special .list--special {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--service_media .block--special .list--special li {
  width: 32%;
  text-align: left;
  margin-bottom: 40px;
  margin-right: 2%;
  transform: translateY(60px);
  opacity: 0;
  line-height: 1.5;
}

.page--service_media .block--special .list--special li:nth-of-type(3n) {
  margin-right: 0;
}

.page--service_media .block--special .list--special li a {
  display: block;
}

.page--service_media .block--special .list--special li a figure {
  transition: .4s;
}

.page--service_media .block--special .list--special li a:hover figure {
  opacity: 0.5;
}

.page--service_media .block--special .list--special li figure {
  line-height: 0;
  margin-bottom: 20px;
}

.page--privacy.section--detail .block--category {
  margin-top: -100px;
}

.page--privacy.section--detail .block--title {
  background: #063691;
}

.page--privacy.section--detail .block--title .page-tit.txt--jp {
  letter-spacing: 0.1em;
}

.page--privacy.section--detail .sectionTit {
  font-size: 30px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}

.page--privacy.section--detail dt {
  font-size: 16px;
  margin: 0 0 10px;
}

.page--privacy.section--detail dd {
  margin: 0 0 30px;
}

.page--privacy.section--detail .txt {
  margin: 0 0 20px;
}

.page--privacy.section--detail ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.page--privacy.section--detail ol a {
  text-decoration: underline;
}

.page--privacy.section--detail ol ol li {
  list-style-type: upper-roman;
}

.page--privacy.section--detail ol li {
  list-style-type: decimal;
  margin: 0 0 5px;
}

.section--detail .block--detail {
  width: 60%;
  min-width: 600px;
  max-width: 900px;
  margin: 70px auto;
}

.page--company.section--detail .block--category {
  margin-top: -100px;
}

.page--company.section--detail .block--title {
  background: #063691;
}

.page--company.section--detail .block--title .page-tit.txt--jp {
  letter-spacing: 0.1em;
}

.page--company.section--detail .block--title .txt--shoulder {
  display: none;
  margin-bottom: 4px;
  left: 0;
  letter-spacing: 0.03em;
}

.page--company .block--summary,
.page--company .block--history,
.page--company .block--philosophy {
  width: 60%;
  min-width: 600px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.page--company .block--summary .block-tit,
.page--company .block--history .block-tit,
.page--company .block--philosophy .block-tit {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}

.page--company .block--special-adviser {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.page--company .block--special-adviser figure {
  width: 150px;
}

.page--company .block--special-adviser .block--profile {
  width: calc(100% - 150px);
  padding-left: 30px;
}

.page--company .block--special-adviser .block--profile .name {
  font-weight: bold;
  margin-bottom: 10px;
}

.page--company .block--special-adviser .block--profile .txt--basic {
  text-align: justify;
  line-height: 1.6;
  font-size: 13px;
}

.page--company .block--summary:first-of-type {
  margin-top: -100px;
}

.page--company .block--summary table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #ccc;
}

.page--company .block--summary table tr {
  border-bottom: 1px solid #ccc;
}

.page--company .block--summary table th {
  width: 14%;
}

.page--company .block--summary table td {
  width: 86%;
  padding: 15px;
}

.page--company .block--summary table td .tit {
  font-weight: normal;
}

.page--company .block--summary table td a {
  text-decoration: underline;
}

.page--company .block--history dl {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.page--company .block--history dt {
  width: 9em;
  float: left;
  clear: left;
  padding: 12px 0;
}

.page--company .block--history dd {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}

.page--company .anchor {
  width: 100%;
  display: inline-block;
  pointer-events: none;
  padding-top: 120px;
}

.page--company .block--philosophy {
  text-align: center;
  background: #fff;
  max-width: inherit;
  width: 100%;
  padding: 53vh 0 160px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page--company .block--philosophy .block--flag {
  position: absolute;
  width: 120%;
  filter: drop-shadow(0 29px 20px rgba(0, 0, 0, 0.1));
  top: -12vh;
  z-index: 2;
  height: 30vh;
  left: 0;
}

.page--company .p_mark {
  display: none;
  text-align: right;
  margin-top: 30px;
  position: absolute;
  bottom: -110px;
  right: 0;
}

.page--company .list--philosophy li {
  margin-bottom: 40px;
}

.page--company .list--philosophy li .tit {
  font-size: 50px;
}

.page--company .list--philosophy li:nth-of-type(1) {
  margin-bottom: 80px;
}

.page--company .list--philosophy li:nth-of-type(1) .tit {
  color: #063691;
}

.page--company .list--philosophy li:nth-of-type(2) {
  margin-bottom: 80px;
}

.page--company .list--philosophy li:nth-of-type(2) .tit {
  color: #28babc;
}

.page--company .list--philosophy li:nth-of-type(3) {
  margin-bottom: 80px;
}

.page--company .list--philosophy li:nth-of-type(3) .tit {
  color: #38a1db;
}

.page--company .list--philosophy .tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 24px;
}

.page--company .list--philosophy .tit--sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.section--detail.page--works .area--case {
  margin-top: -15vh;
}

.section--detail.page--works .area--case figure {
  margin-left: 3vw;
}

.section--detail.page--works .area--works::before {
  display: none;
}

.section--detail.page--works .block-tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.section--detail.page--works .block--gallery {
  padding-left: 20%;
  overflow: hidden;
}

.section--detail.page--works .slick-slider .slick-list {
  overflow: visible;
}

.section--detail.page--works .list--gallery {
  padding-bottom: 80px;
}

.section--detail.page--works .list--gallery li {
  transform: skewX(-5deg);
  box-shadow: 0 30px 40px -41px rgba(0, 0, 0, 0.4);
  background-color: #eaeaea;
  margin-right: 20px;
}

.section--detail.page--works .list--gallery li a {
  transform: skewX(5deg);
  padding: 15px 10%;
}

.section--detail.page--works .list--gallery li img {
  background-size: contain;
}

.page--works .area--service {
  z-index: 10;
  position: relative;
  margin: 0 0 40px 0;
}

.page--works.section--list {
  margin-bottom: 40px;
  padding: 0;
}

.page--works.section--list .block--title .page-tit.txt--jp {
  font-size: 7vw;
  font-weight: 600;
}

.page--works .list--service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.page--works .list--service:not(.no-image)::after {
  content: "";
  display: block;
  border-bottom: 1px solid #efefef;
  width: 100%;
  position: relative;
  bottom: 1px;
}

.page--works .list--service.no-image {
  margin: auto 4vw;
}

.page--works .list--service + .list--service {
  margin-top: 50px;
}

.page--works .list--service_item {
  box-sizing: border-box;
  width: 50%;
  padding: 4vw 2vw 4vw 4vw;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s cubic-bezier(0.19, 0.55, 0.41, 0.85);
}

.page--works .list--service_item.started {
  opacity: 1;
  transform: translateY(0);
}

.page--works .list--service_item:nth-child(2n) {
  border-right: none;
}

.page--works .list--service_item .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: .4em;
  position: relative;
  z-index: 10;
}

.page--works .thumb {
  width: 100%;
  margin: 0 auto 1vw;
  height: 26vw;
}

.page--works .thumb.thumb--sp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.page--works .thumb_wrap {
  width: 35%;
}

.page--works .list--icon li:not(:last-of-type) {
  margin-right: 0;
}

.page--works .no-image .list--service_item {
  border: none;
  width: 50%;
  max-width: 200px;
  padding: 0;
  margin: 0 0 20px;
}

.page--works .list--type {
  font-size: 11px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: futura-pt, sans-serif;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-style: italic;
}

.page--works .list--type li {
  position: relative;
  margin: 0 10px 0 0;
}

.page--works .list--type li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 47%;
  right: -10px;
  transform: rotate(-55deg);
}

.page--works .list--type li:last-child:before {
  display: none;
}

.page--report.page--info {
  /* detail */
}

.page--report.page--info .wrap {
  overflow: hidden;
}

.page--report.page--info .block--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 2;
  text-align: center;
  font-weight: 800;
  margin: 0 auto 100px;
  position: relative;
  z-index: 10;
  transform: skew(-5deg) translateY(150px);
  opacity: 0;
  transition: 1s;
}

.page--report.page--info .block--lead.started {
  transform: skew(0) translateY(0);
  opacity: 1;
  transition: 1s;
}

.page--report.page--info .block--lead__sub {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  margin: 30vh auto;
}

.page--report.page--info .list--information {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: strech;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
  align-items: strech;
  padding-bottom: 30px;
}

.page--report.page--info .list--information li {
  width: 46%;
  margin-right: 0;
  margin-bottom: 60px;
}

.page--report.page--info .list--information li a {
  padding-bottom: 0;
}

.page--report.page--info .list--information li a .thumb {
  margin-bottom: 20px;
}

.page--report.page--info .list--information li a .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.page--report.page--info .list--information li a .artist-name {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

.page--report.page--info .list--information li a .txt--lead {
  display: none;
  font-size: 13px;
  line-height: 1.5;
}

.page--report.page--info .block--title__report {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  position: relative;
  z-index: 10;
  text-align: right;
  padding-right: 5%;
  padding-top: 30px;
  margin-bottom: 150px;
}

.page--report.page--info .block--title__report .tit {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.page--report.page--info .block--title__report .artist-name {
  display: block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.page--report.page--info .block--title__report .txt--lead {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.page--report.page--info .article--report {
  display: block;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.page--report.page--info .article--report [class^="block--"] {
  margin-bottom: 150px;
}

.page--report.page--info .article--report [class^="block--"] .block-tit {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.page--report.page--info .article--report [class^="block--"] .block-tit .tit {
  display: block;
  font-size: 28px;
  font-weight: 800;
}

.page--report.page--info .article--report [class^="block--"] .block-tit .block-tit__sub {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
}

.page--report.page--info .article--report [class^="block--"] .block-tit .label {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 8px 8px 8px 10px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.07em;
  font-size: 13px;
}

.page--report.page--info .article--report [class^="block--"] > figure {
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
}

.page--report.page--info .article--report [class^="block--"] > .thumb {
  width: 100%;
  max-width: unset;
}

.page--report.page--info .block--gallery {
  margin-top: 0;
  margin-right: -20%;
}

.page--report.page--info .block--gallery .block-tit__sub, .page--report.page--info .block--links .block-tit__sub {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-weight: 800;
  margin-bottom: 40px;
}

.page--report.page--info .list--carousel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.page--report.page--info .list--carousel li {
  width: 25%;
  position: relative;
}

.page--report.page--info .list--carousel li figcaption.txt--caption {
  min-height: 4em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.page--report.page--info .list--carousel li::after {
  content: '';
  display: block;
  width: 30px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 15px);
  right: calc(-20% - 15px);
  height: 30px;
}

.page--report.page--info .list--carousel li:last-child::after {
  display: none;
}

.page--report.page--info .list--detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.page--report.page--info .list--detail .list--detail_item.items-two {
  width: 47%;
}

.page--report.page--info .list--detail .list--detail_item.items-two .txt--caption {
  line-height: 1.5;
  margin-bottom: 30px;
}

.page--report.page--info .slick-list {
  overflow: visible;
}

.page--report.page--info .box-border {
  border: 1px solid #111;
  font-size: 16px;
  line-height: 1.8;
  padding: 80px;
}

.page--report.page--info .box-border .block-tit {
  font-size: 20px;
  font-weight: 600;
}

.page--report.page--info .block-tit__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  position: relative;
  margin-bottom: 80px;
}

.page--report.page--info .block-tit__sub::after {
  content: '';
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #111;
  vertical-align: 7px;
  margin-left: 10px;
}

.page--report.page--info .block--report .block-tit__sub::after {
  display: none;
}

.page--report.page--info .list--links li {
  margin-bottom: 10px;
}

.page--report.page--info .list--links li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  position: relative;
}

.page--report.page--info .list--links li a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: no-repeat url(/static/fanplus/assets/image/common/ico--link.png);
  background-size: contain;
  vertical-align: -1px;
  margin-left: 3px;
}

.page--report.page--info .mfp-bg {
  background: rgba(25, 25, 25, 0.7);
}

.page--report.page--info .popup-modal-dismiss {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  right: 14vw;
  cursor: pointer;
  transition: .4s;
}

.page--report.page--info .popup-modal-dismiss:hover {
  transform: scale(1.1);
}

.page--report.page--info .popup-modal-dismiss::after, .page--report.page--info .popup-modal-dismiss::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transform-origin: center;
  position: absolute;
  top: 0;
}

.page--report.page--info .popup-modal-dismiss::after {
  transform: rotate(45deg);
}

.page--report.page--info .popup-modal-dismiss::before {
  transform: rotate(-45deg);
}

.page--report.page--info .mfp-arrow {
  opacity: 1;
}

.page--report.page--info .mfp-arrow:before {
  border: none;
  width: 12vw;
  opacity: 1;
  height: 2px;
  background: #fff;
  left: -10px;
  margin: 0;
  top: 50px;
}

.page--report.page--info .mfp-arrow-right:before {
  left: inherit;
  right: -10px;
}

.page--report.page--info .mfp-arrow:after {
  content: 'PREV';
  font-family: futura-pt-bold, sans-serif;
  font-size: 20px;
  width: 80px;
  color: #fff;
  border: none;
  margin: 0;
  letter-spacing: 0.05em;
  left: 11vw;
  top: 41px;
}

.page--report.page--info .mfp-arrow-right:after {
  content: 'NEXT';
  left: unset;
  right: 11vw;
}

.page--report.page--info .gallery--inner {
  width: 60%;
  color: #fff;
  margin: 0 auto;
}

.page--report.page--info .gallery--inner .ph {
  margin-bottom: 30px;
}

.page--report.page--info .mfp-arrow-right,
.page--report.page--info .mfp-arrow-left {
  background: none;
}

.page--contact .page-tit {
  font-family: futura-pt-bold, futura-pt, sans-serif;
  font-style: italic;
  font-size: 50px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 90px;
}

.page--contact .page-tit.tit--sub {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.page--contact .block--contact__privacy {
  border: 1px solid #ccc;
  padding: 30px;
}

.page--contact .block--detail .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--contact .block--detail .nav .nav__item {
  width: 48%;
}

.page--contact .block--detail .nav .nav__item a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 80px 0;
  background: #38a1db;
  color: #fff;
  letter-spacing: 0.1em;
}

.page--contact .block--detail .nav .nav__item a:hover {
  background: #0065b2;
}

.page--contact .block--detail .nav .nav__item a .icon {
  width: auto;
  margin: 0 auto 15px;
  line-height: 0;
  height: 80px;
}

.page--contact .block--detail .nav .nav__item a .icon img {
  height: 100%;
}

.page--contact .block--detail.block--customer .txt--basic {
  text-align: center;
  margin-bottom: 40px;
}

.page--contact .block--detail.block--customer .txt--link {
  text-align: center;
  margin: 0 auto;
}

.page--contact .block--detail.block--customer .txt--link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.page--contact .block--detail.block--customer .txt--link a:hover {
  opacity: 0.5;
}

.page--contact .block--detail.block--customer .txt--link a::after {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  right: -9px;
  top: 12px;
}

_:-ms-lang(x)::-ms-backdrop, .section--detail .block--title::after {
  opacity: 0.9;
  background: #0064b2;
}

@media screen and (min-width: 961px) {
  body {
    letter-spacing: 0;
  }
  .section-tit,
  .area-tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
  }
  .list--information {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    justify-content: start;
  }
  .list--information li {
    margin-right: 5%;
  }
  .list--information li:nth-child(3n) {
    margin-right: 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .detail__btn a, .detail__btn span,
  .list__more a,
  .list__more span {
    cursor: pointer;
  }
  .list--nav-service .icon--plus {
    transition: .4s;
  }
  .list--nav-service a:hover .icon--plus {
    transform: scale(1.5) rotate(360deg);
  }
  .list--works .thumb {
    transition: .6s;
  }
  .list--works a:hover .thumb {
    transform: translateY(-15px) scale(1.01);
  }
  .block--pager {
    text-align: center;
    margin: 0 auto 30px;
    padding: 0 60px;
    letter-spacing: -.5em;
  }
  .block--pager li {
    display: inline-block;
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 800;
    padding: .6em 0;
    margin: 0 5px;
    letter-spacing: .03em;
    vertical-align: middle;
    position: relative;
  }
  .block--pager li::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #111;
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .block--pager li:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--pager a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0.6em;
  }
  .block--pager .pager__item--number {
    text-align: center;
    color: #888;
  }
  .block--pager .pager__item--newer {
    width: 50px;
    padding: 7px 0;
    margin-right: 1em;
    text-indent: -9999em;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    content: '';
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(-135deg);
    top: 9px;
    left: 0;
    transition: left .3s;
  }
  .block--pager .pager__item--newer a:hover::before {
    transform: scaleX(1.2);
  }
  .block--pager .pager__item--newer a:hover::after {
    left: -5px;
  }
  .block--pager .pager__item--newer span {
    opacity: .2;
  }
  .block--pager .pager__item--older {
    width: 50px;
    padding: 7px 0;
    text-indent: -9999em;
    margin-left: 2.5em;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    content: '';
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg);
    top: 9px;
    left: 23px;
    transition: left .3s;
  }
  .block--pager .pager__item--older a:hover::before {
    transform: scaleX(1.2);
  }
  .block--pager .pager__item--older a:hover::after {
    left: 28px;
  }
  .block--pager .pager__item--older span {
    opacity: .2;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    z-index: 2;
  }
  .block--pager .pager__item--newer::before,
  .block--pager .pager__item--older::before {
    display: none !important;
  }
  .block--pager .pager__item--current {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 800;
    position: relative;
    padding: 0.6em;
  }
  .block--pager .pager__item--current::before {
    transform: scaleX(1);
  }
  .section--list,
  .setion--detail {
    padding-bottom: 140px;
  }
  .section--list .list--information,
  .setion--detail .list--information {
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    /*			li{
				a{
					figure{
					width: 25%;
			    line-height: 0;
			    border-radius: 6px;
					overflow: hidden;
					}
					.block--txt{
						width: 75%;
						padding-left: 20px;
					}
					.tit {
						font-size: 16px;
						letter-spacing: 0.05em;
						margin-bottom: 0;
					}
					.date{
						display: inline-block;
						line-height: 1;
					}
				}
			}
*/
  }
  .section--list .list--information li,
  .setion--detail .list--information li {
    width: 30%;
  }
  header {
    width: 750px;
    background: #fff;
    border-radius: 70px;
    padding: 20px 50px;
    transition: .3s;
    top: 50px;
    position: fixed;
    right: 3%;
    z-index: 999;
  }
  header .drawer__btn {
    display: none;
  }
  header .g-nav .nav {
    text-align: right;
  }
  header .g-nav .nav li {
    display: inline-block;
    font-family: futura-pt-bold, sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-right: 1em;
    position: relative;
  }
  header .g-nav .nav li.nav__item--service .list--sub {
    width: 250px;
  }
  header .g-nav .nav li:last-child {
    margin-right: 0;
  }
  header .g-nav .nav li a:hover, header .g-nav .nav li span:hover {
    opacity: 0.5;
  }
  header .g-nav .nav li span {
    display: block;
    cursor: pointer;
  }
  header .g-nav .nav .list--sub {
    display: none;
    width: 200px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    padding: 45px 15px 10px;
    position: absolute;
    left: -16px;
    top: 25px;
    z-index: -1;
    box-shadow: 0 13px 30px -12px rgba(0, 0, 0, 0.3);
  }
  header .g-nav .nav .list--sub li {
    display: block;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8%;
    margin-bottom: 20px;
  }
  header .g-nav .nav .list--sub li a {
    display: block;
    position: relative;
  }
  body:not(.page--home) header {
    width: 50%;
    min-width: 750px;
    background: #fff;
    border-radius: 70px;
    padding: 20px 4vw;
    top: 50px;
    left: inherit;
    right: 2%;
    z-index: 999;
    box-shadow: 0 15px 40px -30px;
  }
  body:not(.page--home) header .g-nav .nav {
    text-align: center;
  }
  .scrolling.page--home header {
    top: 50px;
    box-shadow: 0 15px 40px -30px;
  }
  .scrolling.already header {
    transition: none;
  }
  h1.logo {
    width: 130px;
    height: 24px;
    position: absolute;
    left: 40px;
    top: 69px;
    z-index: 50;
  }
  h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    background: no-repeat center url(/static/fanplus/assets/image/common/logo_horizontal_w.svg);
    background-size: contain;
  }
  h1.logo a:hover {
    opacity: 0.5;
  }
  footer {
    background: #022361;
    color: #fff;
    font-size: 12px;
    padding: 150px 5% 40px 30px;
    position: relative;
    overflow: hidden;
  }
  footer .nav--footer {
    width: 75%;
    min-width: 900px;
    margin: 0 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  footer .nav--footer .nav--footer__block {
    width: 19%;
  }
  footer .nav--footer .nav--footer__block:nth-of-type(1) {
    width: 120px;
  }
  footer .nav--footer .nav--footer__block:nth-of-type(2) {
    width: 170px;
  }
  footer .nav--footer .nav--footer__block:nth-of-type(3) {
    width: 210px;
  }
  footer .nav--footer .nav--footer__block:nth-of-type(4) {
    width: 120px;
  }
  footer .nav--footer .nav--footer__block:nth-of-type(5) {
    width: 190px;
  }
  footer .nav--footer .nav--footer__block:last-of-type {
    width: 10%;
    margin-right: 0;
  }
  footer .nav--footer .nav--footer__block li a:hover {
    opacity: 0.5;
  }
  footer .nav--footer .nav--footer__block .nav-tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  footer .block--footer__sub {
    width: 75%;
    min-width: 900px;
    border-top: 1px solid #fff;
    margin: 50px 0 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
  }
  footer .block--footer__sub .list--sub__menu {
    text-align: right;
  }
  footer .block--footer__sub .list--sub__menu li {
    display: inline-block;
    margin-left: 15px;
  }
  footer .block--footer__sub .list--sub__menu li a:hover {
    opacity: 0.5;
  }
  footer .block--footer__sub .logo--holdings {
    width: 110px;
    position: absolute;
    left: 0;
    bottom: 55px;
  }
  footer .block--footer__sub .txt--sub {
    position: absolute;
    left: 130px;
    bottom: 69px;
  }
  footer .block--footer__sub .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  footer h2.footer__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    height: 15vw;
    background: no-repeat center url(/static/fanplus/assets/image/common/flag_white.svg);
    background-size: contain;
    left: -1%;
    top: -1vw;
  }
  footer h2.footer__logo a {
    display: block;
    position: absolute;
    width: 14vw;
    height: 3vw;
    left: 4vw;
    top: 5.5vw;
  }
  .page--service_fcfs .area--works .list--works > li.item__sp figure.thumb {
    width: 100%;
  }
  .page--works .section--list {
    margin-bottom: 100px;
  }
  .page--works .page-tit {
    font-size: 6vw;
  }
  .page--works .list--icon li {
    padding: 7px 7px 7px;
    border: 1px solid #464646;
    font-size: 11px;
  }
  .page--works .list--service.no-image {
    margin-left: 40px;
    margin-right: 40px;
  }
  .page--works .list--service + .list--service {
    margin-top: 8vw;
  }
  .page--works .list--service_item {
    width: calc(100%/3);
    padding: 50px 40px;
  }
  .page--works .list--service_item:nth-child(2n) {
    border-right: 1px solid #efefef;
  }
  .page--works .list--service_item:nth-child(3n) {
    border-right: none;
  }
  .page--works .list--service_item .tit {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .page--works .list--service_item a:hover .thumb {
    transform: scale(1.1);
  }
  .page--works .thumb {
    width: 95%;
    height: 16vw;
    margin: 0 1vw 1vw 1vw;
    transition: .3s;
  }
  .page--works .list--icon li:not(:last-of-type) {
    margin-right: 5px;
  }
  .page--works .no-image .list--service_item {
    border: none;
    width: calc(100%/5);
    padding: 0;
    margin: 0 0 30px;
  }
  .page--home h1.logo {
    display: none;
  }
  .page--home .area--heroimg .inner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home .list--information li {
    margin-right: 4%;
  }
  .page--home .list--information li:nth-child(3n) {
    margin-right: 4%;
  }
  .page--home .list--information li:nth-child(4n) {
    margin-right: 0;
  }
  .page--report.page--info .list--carousel.item04 li {
    width: 20%;
  }
  .page--report.page--info .list--carousel.item04 li::after {
    right: calc(-13% - 15px);
  }
  .page--report.page--info .module--carousel.carousel-none {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--report.page--info .module--carousel.carousel-none li {
    width: 40%;
  }
  .page--report.page--info .gallery--inner .ph img {
    max-height: 60vh;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .page--error .section--detail {
    padding: 200px 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
}

.section--detail .block--title .page-tit .title-long {
  display: inline-block;
  width: 80%;
  word-break: break-all;
  font-size: 18px;
  margin-top: 2em;
}

@media screen and (min-width: 1401px) {
  .page--works.section--list {
    margin-bottom: 100px;
  }
  .page--works.section--list .block--title .page-tit.txt--jp {
    font-size: 3vw;
    padding-left: 1vw;
  }
  .page--works .area--service {
    margin: 0;
  }
  .page--works .list--service + .list--service {
    margin-top: 5vw;
  }
  .page--works .list--service_item {
    width: 25%;
  }
  .page--works .list--service_item:nth-child(3n) {
    border-right: 1px solid #efefef;
  }
  .page--works .list--service_item:nth-child(4n) {
    border-right: none;
  }
  .page--works .thumb {
    height: 10vw;
    margin: 0 1vw 1vw 2.5vw;
  }
  .page--works .no-image .list--service_item {
    border: none;
    width: calc(100%/6);
  }
}

@media screen and (min-width: 960px) and (max-width: 1400px) {
  .page--works.section--list {
    margin-bottom: 100px;
  }
  .page--works.section--list .block--title .page-tit.txt--jp {
    font-size: 3vw;
    padding-left: 1vw;
  }
  .page--works .list--service.no-image {
    margin-left: 40px;
    margin-right: 40px;
  }
  .page--works .list--service + .list--service {
    margin-top: 8vw;
  }
  .page--works .list--service_item {
    width: calc(100%/3);
    padding: 40px;
  }
  .page--works .list--service_item:nth-child(2n) {
    border-right: 1px solid #efefef;
  }
  .page--works .list--service_item:nth-child(3n) {
    border-right: none;
  }
  .page--works .list--service_item .tit {
    line-height: 1.5;
  }
  .page--works .thumb {
    width: 85%;
    height: 14vw;
    margin: 0 1vw 1vw 3vw;
  }
  .page--works .list--icon li:not(:last-of-type) {
    margin-right: 5px;
  }
  .page--works .no-image .list--service_item {
    border: none;
    width: calc(100%/5);
    padding: 0;
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1300px) {
  .section--detail .block--title .page-tit .title-long {
    font-size: 15px;
    line-height: 1.4;
  }
  header .g-nav .nav li {
    margin-right: 15px;
  }
  .page--service_fcfs .block--title .page-tit {
    font-size: 2.4vw;
  }
  .page--service_ec .block--title .page-tit {
    font-size: 3.2vw;
  }
  .page--service_media .block--title .page-tit {
    font-size: 3vw;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .section--detail .block--title .page-tit .title-long {
    display: inline-block;
    font-size: 16px;
  }
  .list--works > li {
    width: 65%;
  }
  .list--works > li:nth-child(even) {
    margin: 5vw 0 0 auto;
  }
  .list--information {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .list--information li {
    width: 30%;
    margin-right: 5%;
  }
  .list--information li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
  .section--list .block--title,
  .section--detail .block--title {
    padding-top: 150px;
  }
  .section--list .block--title::before,
  .section--detail .block--title::before {
    height: 142vw;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    background: #fff;
  }
  .list--icon li {
    padding: 7px 6px 6px;
    border-width: .5px;
    font-size: 10px;
  }
  .list--nav-service {
    display: block;
  }
  .list--nav-service li {
    width: 100%;
    height: 70vw;
    min-height: inherit;
    transform: none;
    margin-bottom: 0;
  }
  .list--nav-service li a {
    transform: none;
    position: relative;
  }
  .list--nav-service li a::before {
    transform: none;
  }
  .list--nav-service li a .tit {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 15px;
  }
  .list--works > li {
    width: 80%;
  }
  .list--works > li a .tit {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .list--works > li:nth-child(even).item__sp {
    margin: 0 -16% 0 auto;
  }
  .list--works > li.item__sp figure.thumb {
    width: 50%;
  }
  .list--works > li a .list--icon {
    margin-bottom: 15px;
  }
  .list--works > li:nth-child(even) {
    margin: 0 9% 0 auto;
  }
  .list--information li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .list--information li a {
    padding-bottom: 20px;
  }
  .list--information li a .tit {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }
  .list--information li a figure {
    margin-bottom: 15px;
  }
  .list--information li a .category {
    margin-right: 0;
    font-weight: normal;
    line-height: 0;
    padding: 7px 7px 8px;
  }
  .list--knowledege li {
    width: 48%;
    margin-bottom: 20px;
  }
  .list--knowledege li figure {
    width: 162px;
    height: 90px;
  }
  .list--knowledege li .tit {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .list--knowledege li .txt--basic {
    font-weight: normal;
    line-height: 1.5;
    font-size: 12px;
  }
  .list__more a::before, .list__more span::before,
  .detail__btn a::before,
  .detail__btn span::before {
    bottom: -4px;
  }
  .block--pager {
    text-align: center;
    letter-spacing: -.5em;
    font-size: 14px;
    margin: 30px auto 60px;
    padding: 0;
  }
  .block--pager li {
    display: inline-block;
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 800;
    padding: .6em 0;
    margin: 0 5px;
    letter-spacing: .03em;
    vertical-align: middle;
    position: relative;
  }
  .block--pager li::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #111;
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .block--pager a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0.6em;
  }
  .block--pager .pager__item--number {
    text-align: center;
    color: #888;
  }
  .block--pager .pager__item--newer {
    width: 50px;
    padding: 7px 0;
    margin-right: 1em;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    display: block;
    width: 100%;
    text-indent: -9999em;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    content: '';
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(-135deg);
    top: 9px;
    left: 0;
    transition: left .3s;
  }
  .block--pager .pager__item--newer span {
    opacity: .2;
  }
  .block--pager .pager__item--older {
    width: 50px;
    padding: 7px 0;
    margin-left: 2.5em;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    display: block;
    width: 100%;
    text-indent: -9999em;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    content: '';
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    top: 9px;
    left: 23px;
    transition: left .3s;
  }
  .block--pager .pager__item--older span {
    opacity: .2;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    z-index: 2;
  }
  .block--pager .pager__item--newer::before,
  .block--pager .pager__item--older::before {
    display: none !important;
  }
  .block--pager .pager__item--current {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 800;
    position: relative;
    padding: 0.6em;
  }
  .block--pager .pager__item--current::before {
    transform: scaleX(1);
  }
  body:not(.page--home) header .drawer__btn span {
    background: #fff;
    mix-blend-mode: difference;
  }
  body:not(.page--home).drawer-visible .drawer__btn span {
    background: #28babc;
    mix-blend-mode: unset;
  }
  body:not(.page--home).scrolling header .drawer__btn span {
    background: #000;
    mix-blend-mode: unset;
  }
  body:not(.page--home).scrolling.drawer-visible header .drawer__btn span {
    background: #28babc;
    mix-blend-mode: unset;
  }
  header .drawer__btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3%;
    top: 10px;
    z-index: 100;
  }
  header .drawer__btn span {
    position: absolute;
    left: 25%;
    display: block;
    width: 50%;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  header .drawer__btn span:first-child {
    top: 35%;
  }
  header .drawer__btn span:nth-child(2) {
    top: 50%;
  }
  header .drawer__btn span:last-child {
    top: 65%;
  }
  .drawer {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -101%;
    background: #022361;
    -webkit-transition: all 0.4s 0s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    transition: all 0.4s 0s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .g-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 70px 6% 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .g-nav li {
    margin-bottom: 0.2em;
  }
  .drawer .g-nav .nav {
    width: 90%;
  }
  .drawer .g-nav .nav > li {
    font-size: 18px;
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    position: relative;
  }
  .drawer .g-nav .nav > li span {
    color: #fff;
  }
  .drawer .g-nav .nav > li.nav__item--recruit, .drawer .g-nav .nav > li.nav__item--contact, .drawer .g-nav .nav > li.nav__item--news, .drawer .g-nav .nav > li.nav__item--home, .drawer .g-nav .nav > li.nav__item--company {
    padding: 0;
  }
  .drawer .g-nav .nav > li.nav__item--recruit a, .drawer .g-nav .nav > li.nav__item--contact a, .drawer .g-nav .nav > li.nav__item--news a, .drawer .g-nav .nav > li.nav__item--home a, .drawer .g-nav .nav > li.nav__item--company a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: -15px;
    pointer-events: auto;
  }
  .drawer .g-nav .nav > li.nav__item--recruit::before, .drawer .g-nav .nav > li.nav__item--contact::before, .drawer .g-nav .nav > li.nav__item--news::before, .drawer .g-nav .nav > li.nav__item--home::before, .drawer .g-nav .nav > li.nav__item--company::before {
    transform: rotate(45deg);
    top: calc(50% - 4px);
  }
  .drawer .g-nav .nav > li.nav__item--service ::before {
    transform: rotate(-45deg);
  }
  .drawer .g-nav .nav > li.nav__item--service .list--sub {
    display: block;
  }
  .drawer .g-nav .nav > li.open::before {
    transform: rotate(-45deg);
  }
  .drawer .g-nav .nav > li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(135deg);
    position: absolute;
    right: 11px;
    top: 3px;
    transition: .3s;
  }
  .drawer .g-nav .nav > li.drop-down a {
    pointer-events: none;
  }
  .drawer .g-nav .nav > li .list--sub {
    display: none;
    padding-top: 11px;
    margin-top: 5px;
  }
  .drawer .g-nav .nav > li .list--sub a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    background: #fff;
    font-weight: 500;
    font-size: 13px;
    border-radius: 6px;
    color: #022361;
    padding: 10px 12px 12px;
    position: relative;
    font-style: normal;
    pointer-events: auto;
  }
  .drawer .g-nav .nav > li .list--sub a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #022361;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: calc(50% - 4px);
  }
  .drawer .g-nav .nav > li a {
    color: #fff;
  }
  .drawer-visible header .drawer__btn {
    mix-blend-mode: unset;
  }
  .drawer-visible header .drawer__btn span {
    top: 50%;
    background: #28babc;
  }
  .drawer-visible header .drawer__btn span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-visible header .drawer__btn span:nth-child(2) {
    opacity: 0;
  }
  .drawer-visible header .drawer__btn span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .drawer-visible .drawer {
    right: -10%;
  }
  footer {
    background: #022361;
    color: #fff;
    font-size: 12px;
    padding: 100px 5% 30px;
    position: relative;
    overflow: hidden;
  }
  footer h2.footer__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60vw;
    height: 22vw;
    background: no-repeat center url(/static/fanplus/assets/image/common/flag_white.svg);
    background-size: contain;
    left: -1%;
    top: -1vw;
  }
  footer h2.footer__logo a {
    display: block;
    position: absolute;
    width: 28vw;
    height: 6vw;
    left: 4vw;
    top: 8vw;
  }
  footer .nav--footer__block .nav-tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative;
    /*
				&::after{
					content: '';
			    display: block;
			    width: 8px;
			    height: 8px;
			    border: 2px solid #fff;
			    border-left: none;
			    border-bottom: none;
			    transform: rotate(135deg);
			    position: absolute;
			    right: 11px;
			    top: 3px;
				}
				*/
  }
  footer .nav--footer__block .nav-tit a {
    pointer-events: none;
  }
  footer .list--nav__footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: .5px solid #405e96;
    margin-bottom: 15px;
  }
  footer .list--nav__footer li {
    width: 49%;
    margin-bottom: 0;
  }
  footer .list--nav__footer li a {
    display: block;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
    padding: 7px 0 8px;
    position: relative;
    letter-spacing: 0;
    font-size: 3vw;
    line-height: 1;
    /*
					&::after{
						content: '';
						display: block;
						width: 8px;
						height: 8px;
						border: 2px solid;
						border-left: none;
						border-bottom: none;
						transform: rotate(45deg);
						position: absolute;
						right: 11px;
						top: 16px;
					}
					*/
  }
  footer .list--sub__menu {
    text-align: center;
    margin: 40px auto;
  }
  footer .list--sub__menu li {
    font-size: 11px;
    display: inline-block;
    margin: 0 3vw;
  }
  footer .list--sub__menu li.logo--privacy {
    width: 40px;
    position: absolute;
    bottom: 20px;
    top: inherit;
    right: 10px;
  }
  footer .logo--holdings {
    width: 35%;
    margin: 0 auto 5px;
  }
  footer .txt--sub {
    text-align: center;
    letter-spacing: 0;
    font-size: 10px;
    transform: scale(0.85);
    margin-bottom: 30px;
  }
  footer .copyright {
    text-align: center;
    opacity: 0.7;
  }
  .page--error .section--detail .tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  h1.logo {
    width: 24vw;
    height: 5vw;
    position: absolute;
    left: 5%;
    top: 8vw;
    z-index: 50;
  }
  h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    background: no-repeat center url(/static/fanplus/assets/image/common/logo_horizontal_w.svg);
    background-size: contain;
  }
  h1.logo a:hover {
    opacity: 0.5;
  }
  .no-data {
    text-align: center;
    margin: 20px auto 50px;
    background: #f5f5f5;
    padding: 80px 0;
    width: 90%;
  }
  .section--list.page--header-min .block--title,
  .section--detail.page--header-min .block--title {
    height: 26vw;
    min-height: inherit;
    padding-top: 33vw;
  }
  .section--list.page--header-min .block--title::before,
  .section--detail.page--header-min .block--title::before {
    height: 110vw;
    min-height: inherit;
  }
  .section--list .block--title,
  .section--detail .block--title {
    height: 61vw;
    min-height: inherit;
    padding-left: 5%;
    padding-top: 27vw;
    margin-bottom: 0;
  }
  .section--list .block--title .inner,
  .section--detail .block--title .inner {
    width: 95%;
    top: -20vw;
  }
  .section--list .block--title::before,
  .section--detail .block--title::before {
    height: 173vw;
    min-height: inherit;
    max-height: inherit;
    top: -3%;
    left: -20%;
    width: 121%;
  }
  .section--list .block--title .page-tit.txt--jp,
  .section--detail .block--title .page-tit.txt--jp {
    font-size: 4.2vw;
    line-height: 1.5;
    font-weight: 600;
  }
  .section--detail .block--detail {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto 20vw;
    padding: 0 5%;
  }
  .section--detail .block--title .page-tit {
    width: 100%;
    font-size: 4.3vw;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .section--detail .block--lead {
    width: 100%;
    min-width: inherit;
    font-size: 4.5vw;
    line-height: 1.6;
    font-weight: 800;
    padding: 0 5%;
    margin: -1vw 5% 10vw auto;
    letter-spacing: 0;
  }
  .section--detail .article--tit {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 30px auto 10px;
    position: relative;
    z-index: 10;
    padding: 0 5%;
  }
  .section--detail .article--tit .tit {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  .section--detail .txt--body {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    line-height: 1.9;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 5%;
    left: 0;
    z-index: 20;
    font-size: 15px;
    transform: translateY(20vw);
    opacity: 0;
    transition: .6s .1s;
  }
  .section--detail .txt--body .alignright {
    width: auto;
    float: none;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto !important;
  }
  .loaded .section--detail .txt--body {
    transform: translateY(0);
    opacity: 1;
  }
  .block--category {
    width: 90%;
    max-width: inherit;
    right: 0;
    margin: 0 auto 40px;
  }
  .block--category li {
    margin-left: 15px;
  }
  .block--category li a {
    font-weight: 600;
    font-size: 13px;
  }
  .block--category li a::before {
    bottom: -6px;
  }
  .detail__btn {
    margin: -17vw auto 20vw;
  }
  .detail__btn a {
    font-size: 20px;
  }
  .page--home .drawer__btn {
    transform: translateY(-150px);
    transition: 1.2s 3.6s;
  }
  .page--home header {
    transform: none;
  }
  .page--home .section--top .scroll {
    height: 18vh;
    top: 79vh;
    left: 50%;
    z-index: 10;
  }
  .page--home.loaded header {
    transform: none;
    transition: .3s;
  }
  .page--home.loaded .drawer__btn {
    transform: translateY(0);
  }
  .page--home .area--heroimg {
    height: 100vh;
    padding: 0 12%;
  }
  .page--home .area--heroimg .inner {
    margin-top: -10vh;
  }
  .page--home .area--heroimg .block--logo {
    width: 85%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto;
    transform: translateY(10vw);
    margin-bottom: -30px;
  }
  .page--home .area--heroimg .block--announce {
    width: 90%;
    min-width: inherit;
    max-width: inherit;
    font-size: 3.7vw;
    letter-spacing: 0.02em;
    position: relative;
    transform: translateY(0);
    z-index: 2;
    margin: 0 auto;
  }
  .page--home .area--heroimg .block--announce br:nth-of-type(2) {
    display: none;
  }
  .page--home .area--heroimg .block--announce .block--announce__lead {
    width: 88%;
    margin: 0 auto 3vw;
  }
  .page--home .area--heroimg .block--announce .txt--basic {
    line-height: 1.6;
  }
  .page--home .area--heroimg .block--announce .txt--basic br {
    display: none;
  }
  .page--home .area--heroimg .block--flag {
    width: 190%;
    bottom: 12vw;
    z-index: 1;
  }
  .page--home.loaded .area--heroimg .block--logo {
    transform: translateY(-50px);
    transition: opacity 0.8s, transform 0.75s cubic-bezier(0.24, 0.48, 0.58, 1) 1.2s;
  }
  .page--home.loaded .area--heroimg .block--announce {
    transition: 1.1s cubic-bezier(0.24, 0.48, 0.58, 1) 2.3s;
  }
  .page--home.loaded .area--heroimg .block--flag {
    transition: 1.2s 3.5s;
  }
  .page--home .section--top {
    height: 210vw;
    min-height: inherit;
    margin-bottom: 0;
    overflow: hidden;
  }
  .page--home .block--lead .txt--lead {
    width: 100%;
    min-width: inherit;
    font-weight: 800;
    font-size: 4vw;
    letter-spacing: 0.07em;
    line-height: 2.2;
    margin: 0 0 0 auto;
    top: 47vw;
    padding: 0 5%;
  }
  .page--home .section--service {
    display: block;
    width: 100%;
    padding: 180px 5% 0;
    overflow: hidden;
  }
  .page--home .section--service .block--title {
    width: 100%;
    position: relative;
    left: 0;
  }
  .page--home .section--service .block--title .inner {
    left: 0;
    margin-top: 0;
  }
  .page--home .section--service .block--title .section-tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-size: 13vw;
    margin-bottom: 50px;
  }
  .page--home .section--service .block--service {
    width: 120%;
    min-width: inherit;
    padding: 0 3%;
    margin: 30px -10% 0;
    transform: translateX(0);
  }
  .page--home .section--service .block--service li.list--nav__fanclub,
  .page--home .section--service .block--service li.list--nav__media {
    transform: translateX(150px);
  }
  .page--home .section--service .block--service li.list--nav__ec {
    transform: translateX(-150px);
  }
  .page--home .section--service .block--service li {
    transition: 1s;
    opacity: 0;
  }
  .page--home .section--service .block--service li.started.list--nav__fanclub, .page--home .section--service .block--service li.started.list--nav__media, .page--home .section--service .block--service li.started.list--nav__ec {
    opacity: 1;
    transform: translateX(0);
  }
  .page--home .page--home .list__more a {
    font-weight: 800;
    font-size: 15px;
  }
  .page--home .section--works {
    overflow: hidden;
    padding-bottom: 0;
  }
  .page--home .section--works .area--works {
    width: 100%;
    position: relative;
    top: 50vw;
    left: 5%;
    margin-bottom: 70vw;
    padding-bottom: 0;
  }
  .page--home .section--works .list--works {
    margin-bottom: 0;
  }
  .page--home .section--works .list--works + .list__more {
    text-align: left;
  }
  .page--home .section--works .list--works + .list__more a {
    font-size: 15px;
  }
  .page--home .section--works .area--bg {
    height: 100%;
    width: 30%;
    min-width: inherit;
    max-width: inherit;
    background-size: 280vh;
    background-position: top;
    background-repeat: repeat-y;
    text-align: right;
    position: absolute;
    top: 0;
    margin: 0 0 0 auto;
    padding: 0;
    right: 0;
  }
  .page--home .section--works .area--bg .block--tit {
    color: #111;
    text-align: left;
    position: absolute;
    left: -65vw;
    top: 40px;
  }
  .page--home .section--works .area--bg .block--tit .section-tit {
    font-size: 10vw;
    font-style: italic;
    font-family: futura-pt-bold, futura-pt, sans-serif;
  }
  .page--home .section--works .area--report {
    padding-left: 5%;
    padding-bottom: 50px;
  }
  .page--home .section--works .area--report .area-tit {
    font-size: 10vw;
  }
  .page--home .section--works .block--report .block--tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    position: relative;
    z-index: 20;
  }
  .page--home .section--works .block--report .list--report li {
    margin-right: 15px;
  }
  .page--home .section--works .block--report .list--report li .tit {
    font-size: 14px;
  }
  .page--home .section--works .block--report .list--report li .txt--lead {
    font-size: 12px;
    line-height: 1.3;
  }
  .page--home .section--works .block--report .list--report li a .block--txt {
    padding: 12px;
  }
  .page--home .section--works .block--report .slick-dotted.slick-slider {
    padding-bottom: 20px;
  }
  .page--home .section--works .block--report .slick-dots li {
    width: 20px;
    margin-right: 5px;
  }
  .page--home .section--pressrelese {
    width: 100%;
    padding: 20vw 6% 30px;
  }
  .page--home .section--pressrelese .area-tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-size: 9vw;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
  }
  .page--home .section--pressrelese .list--information li {
    margin-bottom: 50px;
  }
  .page--home .section--pressrelese .list__more {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .page--home .section--pressrelese .list__more a {
    font-size: 16px;
  }
  .page--home .block--tit {
    margin-bottom: 50px;
  }
  .page--home .section--bigmenu > div a {
    font-size: 6vw;
    padding: 20vw 0 20vw 3vw;
  }
  .page--home .section--bigmenu > div a p::before {
    content: '';
    width: calc(100% + 15px);
    height: 4px;
    bottom: -2.5vw;
    left: -15px;
  }
  .page--home .section--bigmenu > div a p::after {
    width: 10px;
    height: 10px;
    border-width: 4px;
    bottom: 5px;
    left: -16px;
  }
  .page--home .list--works .list--works__item {
    width: 76vw;
  }
  .page--home .slick-slider .slick-list {
    overflow: visible;
  }
  .page--home .slick-arrow.slick-prev,
  .page--home .slick-arrow.slick-next {
    display: none !important;
  }
  .page--works .list--service_item .tit {
    font-size: 13px;
    letter-spacing: 0;
  }
  .page--service {
    padding-bottom: 100px;
  }
  .page--service.page--service_top .block--title .page-tit {
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-size: 8vw;
    font-weight: 800;
    font-style: italic;
    margin-top: 8vw;
  }
  .page--service.page--service_top .block--lead__sub {
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.7;
    margin: 0 auto;
    padding: 0 5%;
  }
  .page--service.page--service_top .area--service {
    padding-top: 9vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"] .block-tit {
    font-size: 10vw;
    margin-bottom: 10px;
  }
  .page--service.page--service_top .area--service > div[class^="block--"] .block-tit span {
    font-size: 3.2vw;
    padding-top: 3px;
  }
  .page--service.page--service_top .area--service > div[class^="block--"] .list--issue {
    font-size: 13px;
    padding: 8px 2.2vw;
    letter-spacing: 0;
  }
  .page--service.page--service_top .area--service > div[class^="block--"] .block--issue {
    width: 90%;
    min-width: inherit;
    height: 87vw;
    position: relative;
    left: 10%;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs {
    display: block;
    width: 100%;
    right: 0;
    left: inherit;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block-tit {
    text-align: right;
    left: inherit;
    right: 2%;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item01 {
    left: 4vw;
    top: 6vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item02 {
    right: 42vw;
    top: 16vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item03 {
    left: 27vw;
    top: 26vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item04 {
    right: 22vw;
    bottom: 16vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item05 {
    right: 6vw;
    top: 50vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item06 {
    right: 6vw;
    top: 38vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--fcfs .block--issue .list--issue__item07 {
    left: 40vw;
    bottom: 5vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec {
    display: block;
    width: 100%;
    right: 0;
    left: inherit;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block-tit {
    text-align: left;
    left: 3%;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue {
    position: relative;
    left: inherit;
    right: 0%;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue::before {
    opacity: 0.5;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item01 {
    left: 4vw;
    top: 6vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item02 {
    right: 37vw;
    top: 16vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item03 {
    left: 27vw;
    top: 26vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item04 {
    right: 41vw;
    bottom: 16vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item05 {
    right: 4vw;
    top: 50vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item06 {
    left: 3vw;
    top: 38vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .block--issue .list--issue__item07 {
    right: 6vw;
    bottom: 5vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--ec .list__more {
    left: 4%;
    right: inherit;
    bottom: -10vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media {
    display: block;
    width: 100%;
    right: 0;
    left: inherit;
    margin-bottom: 30px;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block-tit {
    right: 3%;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block--issue::before {
    opacity: 0.5;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item01 {
    left: 24vw;
    top: 9vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item02 {
    right: 37vw;
    top: 23vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item03 {
    left: 20vw;
    top: 39vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item04 {
    right: 4vw;
    bottom: 7vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"].block--media .block--issue .list--issue__item05 {
    left: 4vw;
    top: 56vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"] .list__more {
    right: 4%;
    bottom: -10vw;
  }
  .page--service.page--service_top .area--service > div[class^="block--"] .list__more a {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .sectoin--detail .block--lead {
    width: 80%;
    min-width: inherit;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    text-align: right;
    font-weight: 800;
    margin: 0 5% 10vw auto;
    position: relative;
    z-index: 10;
    letter-spacing: 0.2em;
  }
  .section--detail .area--knowledege {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto 20vw;
    padding: 0 5%;
  }
  .section--detail .area--knowledege .area-tit {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 800;
  }
  .section--detail .area--knowledege .declaration {
    padding: 20px;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .section--detail .area--module,
  .section--detail .area--case {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto 20vw;
    padding: 0 5%;
  }
  .section--detail .area--module .block--thumb,
  .section--detail .area--case .block--thumb {
    width: 100%;
  }
  .section--detail .area--module .area-tit,
  .section--detail .area--case .area-tit {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  .section--detail .area--module dl.list--module,
  .section--detail .area--case dl.list--module {
    padding: 20px 5%;
    margin-bottom: 50px;
  }
  .section--detail .area--module dl.list--module dt,
  .section--detail .area--case dl.list--module dt {
    width: 100%;
    float: none;
    clear: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .section--detail .area--module dl.list--module dd,
  .section--detail .area--case dl.list--module dd {
    padding-bottom: 8px;
    padding-left: 0;
  }
  .section--detail .area--module dl.list--module dd .list--module_item,
  .section--detail .area--case dl.list--module dd .list--module_item {
    display: block;
  }
  .section--detail .area--module dl.list--module dd li,
  .section--detail .area--case dl.list--module dd li {
    width: 100%;
    margin-bottom: 4px;
  }
  .page--service_fcfs .block--title,
  .page--service_ec .block--title,
  .page--service_media .block--title {
    background-size: cover;
  }
  .page--service_fcfs .block--title .page-tit,
  .page--service_ec .block--title .page-tit,
  .page--service_media .block--title .page-tit {
    width: 71%;
    font-size: 5.1vw;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
  .page--service_fcfs .area--works .area-tit,
  .page--service_ec .area--works .area-tit,
  .page--service_media .area--works .area-tit {
    right: 0;
    font-size: 9vw;
  }
  .page--service_fcfs .area--works .area-tit::before,
  .page--service_ec .area--works .area-tit::before,
  .page--service_media .area--works .area-tit::before {
    height: 69vw;
    left: 99vw;
    top: 4vw;
  }
  .page--service_fcfs .area--works .list--works,
  .page--service_ec .area--works .list--works,
  .page--service_media .area--works .list--works {
    padding: 0 5vw 0 3vw;
  }
  .page--service_fcfs .area--works .list--works > li,
  .page--service_ec .area--works .list--works > li,
  .page--service_media .area--works .list--works > li {
    width: 70%;
  }
  .page--service_fcfs .area--works .list--works > li.column--horizontal,
  .page--service_ec .area--works .list--works > li.column--horizontal,
  .page--service_media .area--works .list--works > li.column--horizontal {
    width: 100%;
  }
  .page--service_fcfs .area--works .list--works > li:nth-of-type(even),
  .page--service_ec .area--works .list--works > li:nth-of-type(even),
  .page--service_media .area--works .list--works > li:nth-of-type(even) {
    right: 0;
    margin: 0 -2% 0 auto;
  }
  .page--service_fcfs .area--works .list--works > li .tit,
  .page--service_ec .area--works .list--works > li .tit,
  .page--service_media .area--works .list--works > li .tit {
    font-size: 4vw;
    line-height: 1.5;
  }
  .page--service_fcfs .area--works .list--works > li:nth-of-type(even).item__sp,
  .page--service_ec .area--works .list--works > li:nth-of-type(even).item__sp,
  .page--service_media .area--works .list--works > li:nth-of-type(even).item__sp {
    margin: 0 0 -12vw auto;
  }
  .page--service_fcfs .area--works .list--works > li.item__sp figure.thumb,
  .page--service_ec .area--works .list--works > li.item__sp figure.thumb,
  .page--service_media .area--works .list--works > li.item__sp figure.thumb {
    width: 60%;
  }
  .page--service_fcfs .area--works .list--works > li .list--icon,
  .page--service_ec .area--works .list--works > li .list--icon,
  .page--service_media .area--works .list--works > li .list--icon {
    margin-bottom: 15px;
  }
  .page--service_fcfs .list--works + .list__more,
  .page--service_ec .list--works + .list__more,
  .page--service_media .list--works + .list__more {
    width: 5.5em;
  }
  .page--service_fcfs .list--works + .list__more span,
  .page--service_ec .list--works + .list__more span,
  .page--service_media .list--works + .list__more span {
    font-size: 13px;
  }
  .page--service_fcfs .detail__btn,
  .page--service_ec .detail__btn,
  .page--service_media .detail__btn {
    width: 8.5em;
  }
  .page--service_fcfs .area--module .block--thumb {
    margin-bottom: -50vw;
  }
  .page--service_ec .area--module .block--thumb.delighter {
    max-width: inherit;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .page--service_ec .area--module .block--thumb.delighter .block--thumb__mock {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page--service_ec .area--module .block--thumb.delighter .block--thumb__text {
    width: 100%;
  }
  .page--service_ec .area--module .block--thumb.delighter .block--thumb__text .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page--service_ec .area--module .block--thumb.delighter .block--thumb__text img {
    display: block;
    width: 100%;
  }
  .page--service_ec .area--module .list--module dt br {
    display: none;
  }
  .page--service_media {
    padding-bottom: 10px;
  }
  .page--service_media .area--fanplus-music,
  .page--service_media .area--nsm {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto 25vw;
  }
  .page--service_media .area--fanplus-music figure,
  .page--service_media .area--nsm figure {
    width: 90%;
    padding: 5px 5px 0;
    margin: 0 5% 30px;
  }
  .page--service_media .area--fanplus-music .delighter.started,
  .page--service_media .area--nsm .delighter.started {
    opacity: 1;
    transition: .6s .8s;
    transform: translateY(0);
  }
  .page--service_media .area--fanplus-music .delighter.started.txt--basic, .page--service_media .area--fanplus-music .delighter.started.txt--lead,
  .page--service_media .area--nsm .delighter.started.txt--basic,
  .page--service_media .area--nsm .delighter.started.txt--lead {
    transition: .6s 0s;
  }
  .page--service_media .area--fanplus-music .delighter.started.txt--basic br, .page--service_media .area--fanplus-music .delighter.started.txt--lead br,
  .page--service_media .area--nsm .delighter.started.txt--basic br,
  .page--service_media .area--nsm .delighter.started.txt--lead br {
    display: none;
  }
  .page--service_media .area--fanplus-music .url,
  .page--service_media .area--nsm .url {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .page--service_media .area--fanplus-music .url i,
  .page--service_media .area--nsm .url i {
    font-size: 13px;
  }
  .page--service_media .area--fanplus-music .txt--basic,
  .page--service_media .area--nsm .txt--basic {
    text-align: left;
    font-size: 3.8vw;
    margin-bottom: 50px;
    line-height: 2;
    letter-spacing: -0.03em;
    padding: 0 5%;
  }
  .page--service_media .area--fanplus-music .block--contents__item figure {
    margin: 0 auto 30px;
  }
  .page--service_media .area--nsm {
    margin-bottom: 0;
  }
  .page--service_media .area--nsm .tit {
    width: 90%;
    margin-bottom: 0;
  }
  .page--service_media .area--nsm .txt--lead {
    padding: 0 5%;
    font-size: 4.5vw;
    font-weight: 800;
  }
  .page--service_media .block--contents {
    width: 100%;
    display: block;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto 80px;
  }
  .page--service_media .block--contents .block-tit {
    font-size: 14px;
  }
  .page--service_media .block--contents .block--contents__item {
    width: 60vw;
    margin: 0;
    padding: 0;
  }
  .page--service_media .block--contents .block--contents__item.started:nth-of-type(1), .page--service_media .block--contents .block--contents__item.started:nth-of-type(2), .page--service_media .block--contents .block--contents__item.started:nth-of-type(3) {
    transition-delay: 0s;
  }
  .page--service_media .block--special {
    display: block;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto;
  }
  .page--service_media .block--special .block-tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .page--service_media .block--special .list--special {
    display: block;
    padding: 0 6%;
  }
  .page--service_media .block--special .list--special li {
    width: 100%;
    margin-bottom: 25px;
  }
  .page--service_media .block--special .list--special li:last-of-type {
    margin-bottom: 0;
  }
  .page--service_media .block--special .list--special li a figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  .page--info .list--information {
    padding: 0 5%;
  }
  .page--info .list--information li {
    margin-bottom: 40px;
  }
  .page--info.page--info__detail .section--detail.page--header-min {
    padding-bottom: 0;
  }
  .page--info.page--info__detail h1.logo {
    mix-blend-mode: difference;
  }
  .page--info.page--info__detail.drawer-visible header .drawer__btn span {
    background: #28babc;
    mix-blend-mode: unset;
  }
  .page--info.page--info__detail header .drawer__btn span {
    background: #000;
    mix-blend-mode: unset;
  }
  .page--info .section--detail .block--title {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    height: 30vw;
    min-height: inherit;
    padding-left: 4%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .page--info .section--detail .block--title .inner {
    width: 95%;
    top: 0;
    /*top: -20vw;*/
  }
  .page--info .section--detail .block--title::before {
    height: 122vw;
    min-height: inherit;
    max-height: inherit;
    top: -31%;
    left: -20%;
    width: 120%;
  }
  .page--info .section--detail .block--title .page-tit.txt--jp {
    font-size: 4.2vw;
    line-height: 1.5;
    font-weight: 600;
  }
  .page--info .section--list .block--title::after {
    background-size: 300%;
  }
  .page--info .section--list .block--title .page-tit {
    font-size: 8vw;
    letter-spacing: -0.02em;
  }
  .page--info .section--list .block--title .page-tit.txt--jp {
    font-size: 5.1vw;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.05em;
    width: 71%;
  }
  .page--info .section--list .block--category {
    margin-top: -5vw;
  }
  .page--info .section--list .block--category li {
    margin-bottom: 15px;
  }
  .page--info .section--list .block--category li a::before {
    height: 4px;
    bottom: -4px;
  }
  .page--info .block--share {
    padding-top: 30px;
    margin: 0 0 10px;
  }
  .page--info .block--share li {
    margin: 0 10px 0 0;
  }
  .page--info .block--share li:last-child {
    margin-right: 0;
  }
  .page--info .block--share .share {
    font-size: 15px;
    margin-right: 15px;
    padding-right: 30px;
  }
  .page--info .block--share .share::before {
    top: 7px;
    width: 30px;
  }
  .page--company .block--summary,
  .page--company .block--history,
  .page--company .block--philosophy {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .page--company .block--summary .block-tit,
  .page--company .block--history .block-tit,
  .page--company .block--philosophy .block-tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page--company .list--philosophy li .tit {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page--company .list--philosophy li .tit--sub {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .page--company .block--special-adviser figure {
    width: 30%;
    margin: 0;
  }
  .page--company .block--special-adviser .block--profile {
    width: 100%;
    padding-left: 10px;
  }
  .page--company .block--special-adviser .block--profile .name {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .page--company .block--special-adviser .block--profile .txt--basic {
    line-height: 1.5;
    font-size: 11px;
  }
  .page--company .block--philosophy {
    width: 120%;
    left: -10%;
    padding-top: 23vh;
  }
  .page--company.section--detail .block--category {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page--company.section--detail .block--title .page-tit.txt--jp {
    font-size: 6vw;
    padding-top: 9vw;
  }
  .page--company .block--philosophy .block--flag {
    width: 160%;
    top: -12vh;
    height: 30vh;
  }
  .page--company .anchor {
    padding-top: 40px;
  }
  .page--company .block--philosophy {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .page--company .block--summary:first-of-type {
    margin-top: 0;
  }
  .page--company .block--summary table {
    display: block;
    width: 100%;
  }
  .page--company .block--summary table tr, .page--company .block--summary table th, .page--company .block--summary table tbody {
    display: block;
    width: 100%;
  }
  .page--company .block--summary table tr {
    padding: 10px 0;
  }
  .page--company .block--summary table th {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 5px;
  }
  .page--company .block--summary table td {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: 0;
  }
  .page--company .area--summary {
    padding: 0 5%;
    overflow: hidden;
  }
  .page--company .block--history dt {
    width: 8em;
    padding: 10px 0;
    font-size: 11px;
  }
  .page--company .block--history dd {
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0;
  }
  .page--privacy.section--detail {
    font-size: 14px;
    line-height: 1.6;
    border-image-outset: 0;
  }
  .page--privacy.section--detail .block--detail {
    margin-top: -60px;
    margin-bottom: 0;
  }
  .page--privacy.section--detail .sectionTit {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .page--contact .block--detail {
    margin-bottom: 0;
  }
  .page--contact .block--detail .nav {
    display: block;
  }
  .page--contact .block--detail .nav .nav__item {
    width: 90%;
    margin: 0 auto 15px;
  }
  .page--contact .block--detail .nav .nav__item a {
    font-size: 16px;
    padding: 30px 0;
  }
  .page--contact .block--detail .nav .nav__item a .icon {
    height: 50px;
  }
  .page--contact .page-tit.tit--sub {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page--contact .block--detail.block--customer .txt--basic {
    text-align: left;
    margin-bottom: 20px;
  }
  .page--contact .block--detail.block--customer .txt--link {
    text-align: left;
  }
  .page--contact .block--detail.block--customer .txt--link a::after {
    top: 7px;
  }
  .page--contact .block--contact__privacy {
    padding: 20px;
  }
  .page--contact .block--contact__privacy .block-tit {
    font-size: 16px;
  }
  .page--contact .block--contact__privacy .txt--basic {
    font-size: 13px;
    line-height: 1.8;
  }
  .section--detail .block--title .page-tit .title-long {
    font-size: 3.5vw;
    margin-top: -7px;
    line-height: 1.4;
  }
  .page--report.page--info .block--lead {
    width: 100%;
    text-align: left;
    min-width: inherit;
    font-size: 4.5vw;
    line-height: 1.6;
    font-weight: 800;
    padding: 0 5%;
    margin: -1vw 5% 10vw auto;
    letter-spacing: 0;
  }
  .page--report.page--info .box-border {
    font-size: 14px !important;
  }
  .page--report.page--info .section--list {
    display: block;
  }
  .page--report.page--info .section--list .list--information li {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--report.page--info .section--list .list--information li a {
    display: block;
  }
  .page--report.page--info .section--list .list--information li a:hover {
    transform: none;
  }
  .page--report.page--info .section--list .list--information li a .thumb,
  .page--report.page--info .section--list .list--information li a .block--txt {
    width: 100%;
  }
  .page--report.page--info .section--list .list--information li a .thumb {
    margin-bottom: 15px;
  }
  .page--report.page--info .section--list .list--information li a .artist-name {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .page--report.page--info .section--list .list--information li a .tit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
  }
  .page--report.page--info .block--title__report {
    text-align: left;
    padding: 7vw 5% 0;
    margin-bottom: 30px;
  }
  .page--report.page--info .block--title__report .tit {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .page--report.page--info .block--title__report .artist-name {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .page--report.page--info .block--title__report .txt--lead {
    font-size: 13px;
    line-height: 1.5;
  }
  .page--report.page--info .article--report {
    width: 90%;
  }
  .page--report.page--info .article--report [class^="block--"] {
    margin-bottom: 70px;
  }
  .page--report.page--info .article--report [class^="block--"] .block-tit {
    margin-bottom: 30px;
  }
  .page--report.page--info .article--report [class^="block--"] .block-tit .label {
    padding: 5px 6px 4px 7px;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .page--report.page--info .article--report [class^="block--"] .block-tit .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page--report.page--info .article--report [class^="block--"] .block-tit .block-tit__sub {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .page--report.page--info .article--report [class^="block--"] > figure {
    width: 100%;
    max-width: unset;
  }
  .page--report.page--info .list--detail .list--detail_item.items-two {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--report.page--info .list--detail .list--detail_item.items-two:last-of-type {
    margin-bottom: 0;
  }
  .page--report.page--info .list--detail .list--detail_item.items-two .txt--caption {
    margin-bottom: 15px;
  }
  .page--report.page--info .list--carousel {
    display: block;
  }
  .page--report.page--info .list--carousel li {
    width: 60vw;
    padding-right: 8vw;
  }
  .page--report.page--info .list--carousel li::after {
    display: none;
  }
  .page--report.page--info .list--carousel li figcaption.txt--caption {
    min-height: 4em;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .page--report.page--info .slick-list {
    padding-left: 0 !important;
  }
  .page--report.page--info .box-border {
    padding: 30px 4%;
  }
  .page--report.page--info .box-border .block-tit {
    margin-bottom: 20px !important;
  }
  .page--report.page--info [class^="block--"] .block-tit {
    text-align: left;
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page--report.page--info .block--gallery .block-tit__sub, .page--report.page--info .block--links .block-tit__sub {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page--report.page--info .slick-dots li {
    width: 20px;
    height: 2px;
  }
  .page--report.page--info .list--links li {
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .page--report.page--info .detail__btn {
    margin-top: 3vw;
  }
  .page--report.page--info .gallery--inner {
    width: 90%;
  }
  .page--report.page--info .popup-modal-dismiss {
    width: 30px;
    height: 30px;
    top: -50px;
    right: 4vw;
    transition: none;
  }
  .page--report.page--info .popup-modal-dismiss:hover {
    transform: none;
  }
  .page--report.page--info .mfp-arrow {
    width: 30px;
    height: 30px;
    top: unset;
    margin-top: 0;
    bottom: 20px;
  }
  .page--report.page--info .gallery--inner .ph img:not(.dummy) {
    display: block;
    width: auto;
    max-height: 55vh;
    margin: 0 auto;
  }
  .page--report.page--info .mfp-arrow:after {
    display: none;
  }
  .page--report.page--info .mfp-arrow-right:before {
    width: 100%;
    height: 100%;
    background: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    left: unset;
    right: 20px;
    top: 0;
  }
  .page--report.page--info .mfp-preloader {
    display: none !important;
  }
  .page--report.page--info .mfp-arrow-left:before {
    width: 100%;
    height: 100%;
    background: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    left: 20px;
    top: 0;
  }
  .page--report.page--info .mfp-inline-holder .mfp-content, .page--report.page--info .mfp-ajax-holder .mfp-content {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 756px) and (max-width: 960px) {
  header .drawer__btn {
    width: 80px;
    height: 66px;
    top: 30px;
  }
  .drawer .g-nav {
    width: 66%;
    padding: 100px 5% 0;
  }
  .drawer .g-nav .nav > li,
  .drawer .g-nav .nav > li a {
    font-size: 24px;
  }
  .drawer-visible .drawer {
    right: -40%;
  }
  footer {
    padding: 26vw 5% 30px;
  }
  footer .nav--footer__block .nav-tit {
    font-size: 22px;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  footer .list--nav__footer {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer .list--nav__footer li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
  footer .list--nav__footer li a {
    font-size: 14px;
  }
  footer .logo--holdings {
    width: 17%;
    margin: 0;
    z-index: 20;
  }
  footer .txt--sub {
    text-align: left;
    font-size: 10px;
    transform: none;
    margin-bottom: 30px;
  }
  footer .list--sub__menu {
    text-align: right;
    margin: 0;
    position: relative;
    top: 30px;
  }
  footer .list--sub__menu li {
    margin: 0 0 0 12px;
  }
  footer .list--sub__menu li.logo--privacy {
    width: 50px;
    position: absolute;
    top: 60px;
    right: 0;
  }
  .block--category {
    margin-bottom: 80px;
  }
  .block--category li a {
    font-size: 16px;
  }
  .list--information li {
    width: 46%;
    margin-bottom: 80px;
  }
  .list--nav-service li {
    height: 50vw;
  }
  .list--nav-service li a .tit {
    font-size: 8vw;
  }
  .list--nav-service li .txt--sub {
    font-size: 16px;
  }
  .detail__btn {
    margin: -54vw auto 15vw;
  }
  body {
    font-size: 16px;
  }
  .section--detail .block--lead {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .section--detail .block--lead br.sp {
    display: none !important;
  }
  .section--list .block--title,
  .section--detail .block--title {
    height: 56vw;
  }
  .section--list .block--title::before,
  .section--detail .block--title::before {
    height: 175vw;
    top: -3%;
    left: -24%;
    width: 124%;
  }
  .section--detail .block--detail {
    padding: 0 10%;
  }
  .section--detail .area--module .block--thumb,
  .section--detail .area--case .block--thumb {
    width: 70%;
    margin-bottom: -33vw;
  }
  .section--detail .txt--body {
    width: 100%;
    padding: 40px 8%;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .section--detail .article--tit {
    margin: 30px auto 20px;
    padding: 0 8%;
  }
  .section--detail .article--tit .tit {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .page--home.loaded .area--heroimg .block--logo {
    transform: translateY(-8vw);
  }
  .page--home .area--heroimg {
    padding: 0 20%;
  }
  .page--home .area--heroimg .block--logo {
    width: 80%;
  }
  .page--home .area--heroimg .block--flag {
    bottom: -14vw;
  }
  .page--home .area--heroimg .block--announce {
    width: 100%;
    font-size: 2.5vw;
    margin-top: 0;
  }
  .page--home .section--top {
    height: 160vw;
  }
  .page--home .section--top .scroll {
    left: 50%;
  }
  .page--home .block--lead .txt--lead {
    font-size: 3.5vw;
    letter-spacing: 0.07em;
    line-height: 2;
    top: 47vw;
  }
  .page--home .section--service {
    padding: 250px 5% 0;
  }
  .page--home .section--service .block--title .section-tit {
    font-size: 10vw;
    margin-bottom: 60px;
  }
  .page--home .section--service .icon--plus {
    transform: scale(1.2);
  }
  .page--company.section--detail .block--title .page-tit.txt--jp {
    font-size: 4.5vw;
  }
  .page--company.section--detail .block--philosophy {
    padding-top: 30vh;
  }
  .page--company.section--detail .block--philosophy .block--flag {
    top: -22vh;
    height: 30vh;
  }
  .page--company.section--detail .block--philosophy li .tit {
    font-size: 40px;
  }
  .page--company.section--detail .block--philosophy li .tit--sub {
    font-size: 20px;
  }
  .page--company.section--detail .block--philosophy li .tit--sub br.sp {
    display: none !important;
  }
  .page--info .section--detail .block--title::before {
    height: 125vw;
  }
  .page--info .section--detail .detail__btn {
    margin: 20px auto 15vw;
  }
  .page--service_fcfs .block--title .page-tit,
  .page--service_ec .block--title .page-tit,
  .page--service_media .block--title .page-tit {
    letter-spacing: 0;
    font-size: 4.5vw;
  }
  .page--report.page--info .section--list .list--information li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .page--report.page--info .block--lead {
    font-size: 3vw;
    padding-top: 5vw;
  }
  .page--report.page--info .block--title__report .tit {
    font-size: 32px;
  }
  .page--report.page--info .block--title__report .txt--lead {
    font-size: 16px;
    line-height: 1.5;
  }
  .page--report.page--info .block--title__report {
    padding: 8vw 8% 0;
    margin-bottom: 60px;
  }
  .page--report.page--info .article--report {
    width: 84%;
  }
  .page--report.page--info .article--report [class^="block--"] .block-tit .tit {
    font-size: 24px;
  }
  .page--report.page--info .article--report [class^="block--"] .block-tit .block-tit__sub {
    font-size: 16px;
    line-height: 1.6;
  }
  .page--service_media .block--contents .block--contents__item {
    width: 36vw;
  }
  .page--service_media .area--fanplus-music .url,
  .page--service_media .area--nsm .url {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page--service_media .area--fanplus-music .tit,
  .page--service_media .area--nsm .tit {
    width: 60%;
    margin: 0 auto 10px;
  }
  .page--service_media .area--fanplus-music figure,
  .page--service_media .area--nsm figure {
    padding: 0;
    margin: 0 auto 30px 7vw;
  }
  .page--service_media .area--fanplus-music .txt--basic,
  .page--service_media .area--nsm .txt--basic {
    text-align: center;
    font-size: 2.4vw;
    letter-spacing: -0.03em;
    padding: 0 11%;
    margin-bottom: 100px;
  }
  .page--service_media .area--nsm .thumb {
    margin-bottom: 0;
  }
  .page--service_media .area--nsm .txt--lead {
    font-size: 3.2vw;
    padding: 0 11%;
  }
  .page--service_media .area--nsm .txt--basic {
    text-align: left;
  }
  .page--service_media .block--contents .block--contents__item .block-tit {
    font-size: 16px;
  }
  .page--service_media .block--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0 10%;
    margin-bottom: 100px;
  }
  .page--service_media .block--contents .block--contents__item {
    width: 30%;
    padding: 0;
  }
  .page--service_media .block--special .list--special {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--service_media .block--special .list--special li {
    width: 48%;
    margin-right: 0;
  }
  .page--contact .page-tit.tit--sub {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .page--contact .block--detail .nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--contact .block--detail .nav .nav__item {
    width: 47%;
    margin: 0;
  }
  .page--contact .block--detail .nav .nav__item a {
    font-size: 20px;
    padding: 40px 0;
  }
  .section--detail .block--title .page-tit .title-long {
    font-size: 2.8vw;
    width: 60%;
  }
}
