@charset "UTF-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cont__container, .cont__container--small {
    max-width: 87.1794871795vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 87.1794871795vw;
  }
}

.modal__close, .modal__txt-link, .overview__sns-link, .kv__btn, .kv__btn--live, .link, .cont__rule, .cont__btn-link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.modal__close:hover, .modal__txt-link:hover, .overview__sns-link:hover, .kv__btn:hover, .kv__btn--live:hover, .link:hover, .cont__rule:hover, .cont__btn-link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

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

/* 背景スクロール禁止用 */
html.modal-open,
html.nav-open {
  overflow: hidden;
}

.cont {
  background-color: #ffc4c4;
}
.cont *,
.cont article,
.cont aside,
.cont body,
.cont dd,
.cont dl,
.cont dt,
.cont figcaption,
.cont figure,
.cont footer,
.cont h1,
.cont h2,
.cont h3,
.cont h4,
.cont h5,
.cont h6,
.cont header,
.cont html,
.cont li,
.cont nav,
.cont ol,
.cont p,
.cont section,
.cont ul {
  font-family: "Noto Sans JP", YakuHanJP, "smartfont", "ipag", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
}
.cont picture {
  display: block;
}
.cont img {
  display: block;
  width: 100%;
  height: auto;
}
.cont__header {
  position: relative;
  z-index: 1000;
}
.cont__header-inner {
  height: 50px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .cont__header-inner {
    padding: 0 4.0404040404vw;
  }
}
@media screen and (max-width: 768px) {
  .cont__header-inner {
    height: 7.6923076923vw;
    padding: 0 2.5641025641vw;
  }
}
@media screen and (max-width: 768px) {
  .cont__header-logo {
    width: 22.0512820513vw;
  }
}
.cont__header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont__header-btn {
  position: relative;
  width: 5.1282051282vw;
  height: 3.8461538462vw;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}
.cont__header-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.7692307692vw;
  background-color: #000;
  border-radius: 0.3846153846vw;
  transition: all 0.3s ease;
}
.cont__header-btn span:nth-child(1) {
  top: 0;
}
.cont__header-btn span:nth-child(2) {
  top: 1.5384615385vw;
}
.cont__header-btn span:nth-child(3) {
  top: 3.0769230769vw;
}
.cont__header-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 1.6666666667vw;
}
.cont__header-btn.active span:nth-child(2) {
  opacity: 0;
}
.cont__header-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 1.6666666667vw;
}
.cont__header-overlay {
  display: none;
  position: fixed;
  top: 7.4358974359vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.cont__header-wrap {
  position: fixed;
  top: 7.4358974359vw;
  left: 0;
  width: 100%;
  background: #ffc4c4;
  z-index: 1000;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 7.6923076923vw;
}
.cont__header-link {
  display: block;
  padding: 3.8461538462vw 0 5.1282051282vw;
  border-bottom: 0.2564102564vw solid;
  font-size: 4.358974359vw;
  line-height: 1;
  color: #000 !important;
}
.cont__header-link:hover {
  text-decoration: none;
}
.cont__header-txt {
  padding-top: 4.4871794872vw;
  font-size: 4.358974359vw;
  line-height: 1;
}
.cont__header-sns {
  display: flex;
  justify-content: center;
  margin-top: 5.1282051282vw;
}
.cont__header-sns-link {
  width: 10.7692307692vw;
  margin: 0 2.5641025641vw;
}
.cont__rule {
  display: inline-block;
  margin-top: 60px;
  border: 0;
  background: unset;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cont__rule {
    margin-top: 11.7647058824%;
    font-size: 4.358974359vw;
  }
}
.cont__btn {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .cont__btn {
    margin-top: 4.4117647059%;
    height: 16.1538461538vw;
  }
}
.cont__btn-link {
  display: inline-block;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .cont__btn-link {
    width: 68.5294117647%;
    filter: drop-shadow(0.5128205128vw 0.5128205128vw 0.2564102564vw rgba(0, 0, 0, 0.2));
  }
}
.cont__caution {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cont__caution {
    margin-top: 5.5882352941%;
    font-size: 2.8205128205vw;
  }
}

/* common:end */
.kv__btn--live, .kv__btn {
  width: 14.6464646465%;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 990px) {
  .kv__btn--live, .kv__btn {
    filter: drop-shadow(0.404040404vw 0.404040404vw 0.202020202vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .kv__btn--live, .kv__btn {
    filter: drop-shadow(0.5128205128vw 0.5128205128vw 0.2564102564vw rgba(0, 0, 0, 0.2));
    right: 5.1282051282vw;
  }
}

/* kv:start */
.kv__container {
  position: relative;
}
.kv__contents {
  background-image: url(/in/know/sotsugyo/assets/images/kv_bg.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .kv__contents {
    background-image: url(/in/know/sotsugyo/assets/images/sp/kv_bg.jpg);
  }
}
.kv__contents-inner {
  box-sizing: content-box !important;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv__contents-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.kv__btn {
  top: 45px;
}
@media screen and (max-width: 990px) {
  .kv__btn {
    top: 4.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__btn {
    top: 3.8461538462vw;
  }
}
.kv__btn--live {
  bottom: 40px;
}
@media screen and (max-width: 990px) {
  .kv__btn--live {
    bottom: 4.0404040404vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__btn--live {
    bottom: 3.8461538462vw;
  }
}

/* kv:end */
/* lead:start */
.lead__container {
  padding: 75px 0 60px;
  border-bottom: 2px solid;
}
@media screen and (max-width: 768px) {
  .lead__container {
    padding: 13.9705882353% 0 14.7058823529%;
    border-width: 0.2564102564vw;
  }
}
.lead__ttl {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: bold !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lead__ttl {
    margin-bottom: 8.8235294118%;
    font-size: 10.2564102564vw;
  }
}

/* lead:end */
/* overview:start */
.overview__container {
  padding: 55px 0 115px;
}
@media screen and (max-width: 768px) {
  .overview__container {
    padding: 11.7647058824% 0 22.0588235294%;
  }
}
.overview__ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .overview__ttl {
    margin-bottom: 8.0882352941%;
    font-size: 6.6666666667vw;
  }
}
.overview__txt {
  margin: -5px 0 55px;
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 768px) {
  .overview__txt {
    margin: -1.0294117647% 0 7.7941176471%;
    font-size: 4.6153846154vw;
    line-height: 1.3888888889;
  }
}
.overview__txt-period {
  margin: -4px 0;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .overview__txt-period {
    margin: -1.1764705882% 0;
    font-size: 4.358974359vw;
    line-height: 1.4705882353;
  }
}
.overview__steps {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .overview__steps {
    display: block;
    margin-top: 5.8823529412%;
  }
}
.overview__step {
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview__step {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .overview__step:not(:last-child) {
    margin-bottom: 14.7058823529%;
  }
}
.overview__step:not(:last-child)::before {
  content: "";
  background-image: url(/in/know/sotsugyo/assets/images/overview_icon_arrow.png);
  background-size: 100%;
  width: 24px;
  height: 34px;
  position: absolute;
  top: 26px;
  right: -43px;
}
@media screen and (max-width: 990px) {
  .overview__step:not(:last-child)::before {
    width: 2.4242424242vw;
    height: 3.4343434343vw;
    top: 2.6262626263vw;
    right: -4.3434343434vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__step:not(:last-child)::before {
    background-image: url(/in/know/sotsugyo/assets/images/sp/overview_icon_arrow.png);
    width: 6.2820512821vw;
    height: 3.7179487179vw;
    top: calc(100% + 4.1025641026vw);
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.overview__step:first-child {
  width: 26%;
}
.overview__step:nth-child(2) {
  width: 27.1578947368%;
}
.overview__step:last-child {
  width: 33.7894736842%;
}
.overview__step-txt {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 990px) {
  .overview__step-txt {
    margin-top: 0.5050505051vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__step-txt {
    margin-top: 1.4705882353%;
    font-size: 4.8717948718vw;
    line-height: 1.4210526316;
  }
}
.overview__box {
  margin: 100px auto 0;
  border: 2px solid;
  padding: 43px 0 18px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview__box {
    margin-top: 16.4102564103vw;
    border-width: 0.2564102564vw;
    padding: 9.2647058824% 0 3.9705882353%;
  }
}
.overview__box-top {
  width: 130px;
  background-color: #ffc4c4;
  border: 2px solid;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 34px;
  font-weight: bold !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .overview__box-top {
    width: 23.0769230769vw;
    border-width: 0.2564102564vw;
    border-radius: 2.5641025641vw;
    height: 8.9743589744vw;
    top: -4.4871794872vw;
    font-size: 6.4102564103vw;
  }
}
.overview__box-img {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .overview__box-img {
    margin: 5.1282051282vw 0;
  }
}
.overview__box-caution {
  margin: -3px 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .overview__box-caution {
    margin: -0.5128205128vw 0;
    padding: 0 2.5641025641vw;
    font-size: 2.8205128205vw;
    line-height: 1.3636363636;
  }
}
.overview__box-item {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left !important;
}
.overview__sns-txt {
  margin-top: 57px;
  font-size: 24px;
  font-weight: bold !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .overview__sns-txt {
    margin-top: 11.0294117647%;
    font-size: 4.358974359vw;
  }
}
.overview__sns-inner {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .overview__sns-inner {
    margin-top: 5.8823529412%;
  }
}
.overview__sns-link {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .overview__sns-link {
    width: 12.3529411765%;
    margin: 0 2.9411764706%;
  }
}
.overview__live {
  padding-top: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .overview__live {
    padding-top: 2.9411764706%;
    margin-top: 20.5882352941%;
  }
}
.overview__charge {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .overview__charge {
    margin-top: 23.5294117647%;
  }
}
.overview__charge-txt {
  width: 246px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .overview__charge-txt {
    width: 39.7058823529%;
  }
}
.overview__charge-img {
  width: 568px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .overview__charge-img {
    width: 100%;
    margin-top: 8.8235294118%;
  }
}

/* overview:end */
/* contact:start */
.contact__container {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact__container {
    padding-bottom: 14.7058823529%;
  }
}
.contact__ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    margin: -0.7352941176% 0 8.0882352941%;
    font-size: 6.6666666667vw;
    line-height: 1.1923076923;
  }
}
.contact__txt {
  margin: -4px 0;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact__txt {
    margin: -0.8823529412% 0;
    font-size: 3.5897435897vw;
    line-height: 1.4285714286;
    white-space: nowrap;
  }
}
.contact__txt + .contact__txt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .contact__txt + .contact__txt {
    margin-top: 7.3529411765%;
  }
}
.contact__txt-top {
  margin: -5px 0;
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 768px) {
  .contact__txt-top {
    margin: -1.1764705882% 0;
    font-size: 5.1282051282vw;
    line-height: 1.4;
  }
}
.contact__txt-tel {
  display: inline-block;
  margin: 38px 0 27px 50px;
  position: relative;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__txt-tel {
    margin: 5.4411764706% 0 5.4411764706% 8.8235294118%;
    font-size: 5.1282051282vw;
  }
}
.contact__txt-tel::before {
  content: "";
  background-image: url(/in/know/sotsugyo/assets/images/contact_icon_tel.png);
  background-size: 100%;
  width: 43px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: calc(100% + 3px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact__txt-tel::before {
    background-image: url(/in/know/sotsugyo/assets/images/sp/contact_icon_tel.png);
    width: 7.3076923077vw;
    height: 4.1025641026vw;
    right: calc(100% + 0.641025641vw);
  }
}
.contact__txt-tel a[href^=tel] {
  color: inherit !important;
  text-decoration: none !important;
  background-image: none !important;
  /* iOS Safari / Chrome 対策 */
  -webkit-text-decoration: none !important;
  text-decoration-skip-ink: none !important;
}

/* contact:end */
/* recruit:start */
.recruit__container {
  padding-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .recruit__container {
    padding-bottom: 14.7058823529%;
  }
}
.recruit__ttl {
  width: 341px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit__ttl {
    width: 70.8823529412%;
  }
}
.recruit__txt {
  margin: -11px 0;
  font-size: 24px;
  line-height: 1.9166666667;
}
@media screen and (max-width: 768px) {
  .recruit__txt {
    margin: -2.2058823529% 0;
    font-size: 5.1282051282vw;
    line-height: 1.75;
    white-space: nowrap;
  }
}
.recruit__txt-top {
  margin: 40px 0 58px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .recruit__txt-top {
    margin: 8.8235294118% 0 11.0294117647%;
    font-size: 4.358974359vw;
  }
}
.recruit__img {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit__img {
    margin-top: 8.8235294118%;
  }
}

/* recruit:end */
/* artist:start */
.artist__container {
  padding-bottom: 195px;
}
@media screen and (max-width: 768px) {
  .artist__container {
    padding-bottom: 42.6470588235%;
  }
}
.artist__ttl {
  font-size: 34px;
  font-weight: bold !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .artist__ttl {
    font-size: 6.4102564103vw;
  }
}
.artist__img {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .artist__img {
    margin: 5.8823529412% 0;
  }
}
.artist__txt {
  margin: -4px 0;
  font-size: 20px;
  line-height: 1.4;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .artist__txt {
    margin: -0.8823529412% 0;
    font-size: 3.5897435897vw;
    line-height: 1.4285714286;
  }
}
.artist__txt + .artist__txt {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .artist__txt + .artist__txt {
    margin-top: 6.7647058824%;
  }
}

/* artist:end */
.modal__close::after, .modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .modal__close::after, .modal__close::before {
    width: 0.5128205128vw;
    height: 5.1282051282vw;
  }
}

/* modal:start */
.modal {
  display: none;
  /* JSでfadeIn/fadeOut制御 */
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__container {
  width: 950px;
  max-width: 90%;
  max-height: 90%;
  padding: 65px 95px;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.95);
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__container {
    width: 100%;
    max-width: 87.1794871795vw;
    padding: 5.7692307692vw 8.9743589744vw;
  }
}
.modal.show .modal__container {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal__close {
  border: 0;
  background: unset;
  padding: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
  }
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .modal__content {
    font-size: 3.5897435897vw;
    line-height: 1.4285714286;
  }
}
.modal__content dt,
.modal__content dd,
.modal__content ul,
.modal__content li,
.modal__content a[href^=tel] {
  color: #000 !important;
  text-align: left !important;
  text-decoration: none !important;
  background-image: none !important;
  /* iOS Safari / Chrome 対策 */
  -webkit-text-decoration: none !important;
  text-decoration-skip-ink: none !important;
}
.modal__hdg:not(:first-child) {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .modal__hdg:not(:first-child) {
    margin-top: 5.1282051282vw;
  }
}
.modal__txt-link {
  color: #000 !important;
  text-decoration: underline !important;
}

/* modal:end */