@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/*---------------------------------------------*/
html,
body {
  width: 100%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.74;
  overflow-x: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

#nav {
  position: relative;
  z-index: 10;
}
#nav .bk01 {
  position: inherit;
}
#nav.fixed .bk01 {
  position: fixed;
  top: 0;
}

#backArea {
  position: relative;
  top: 0;
}

#backArea::before {
  content: "";
  display: block;
  background: url(../images/bk01.jpg);
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  background-size: cover;
  background-position: top;
  background-repeat: repeat;
  z-index: -1;
  position: fixed;
  top: 0;
}

.bk01 {
  position: fixed;
  background: url(../images/bk01.jpg);
  width: 100%;
  background-size: auto;
  background-position: -187px 0px;
  background-repeat: no-repeat;
  padding-top: 24.2666666667%;
  z-index: 2;
  border-bottom: solid 5.7px #FF3C96;
  top: 0;
}
@media screen and (min-width: 769px) {
  .bk01 {
    padding-top: 8.7037037037%;
    background-size: 131%;
    background-position: 15% 33%;
  }
}
.bk01 div.top_fixd img {
  position: absolute;
  width: 94.4%;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .bk01 div.top_fixd img {
    width: 96.6666666667%;
    bottom: 13px;
  }
}

h2.sub_fixd {
  position: relative;
  bottom: 7px;
}
h2.sub_fixd img {
  position: absolute;
  width: 82.1333333333%;
  bottom: 0px;
  left: 4%;
}
@media screen and (min-width: 769px) {
  h2.sub_fixd img {
    width: 85.462962963%;
    bottom: 13px;
    left: 5.5%;
  }
}

@media screen and (max-width: 768px) {
  .mainImg {
    background: url(../images/top_01_sp.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 125.0666666667%;
    margin-top: 24.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  .mainImg {
    background: url(../images/top_01_pc.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 9%;
    padding-top: 54%;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  top: 0;
}
#loading .loading {
  position: absolute;
  z-index: 30;
  background-color: #000;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}
#loading .loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insta_movie {
  width: clamp(270px, 72vw, 315px);
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 57px;
}
@media screen and (min-width: 769px) {
  .insta_movie {
    max-width: 315px;
    padding: 70px 0px;
  }
}

section.codeArea {
  position: relative;
  z-index: 8;
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  section.codeArea {
    padding-bottom: 126px;
  }
}
section.codeArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  width: 93%;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 21px;
}
@media screen and (min-width: 769px) {
  section.codeArea ul {
    gap: 1.3em;
    width: 93%;
    justify-content: center;
    padding-top: 42px;
  }
}
section.codeArea ul li {
  position: relative;
  width: calc((100% - 12px) / 2);
}
@media screen and (min-width: 769px) {
  section.codeArea ul li {
    width: min(24%, 1009px);
    max-width: 23%;
  }
}
section.codeArea ul li.bar::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 76%;
  width: 21%;
  height: 15%;
  z-index: 100;
  bottom: 4%;
}
@media screen and (min-width: 769px) {
  section.codeArea ul li.bar::after {
    width: 17%;
    height: 12%;
    left: 77%;
    bottom: 4%;
  }
}
section.codeArea li:last-child {
  width: 40%;
  margin-right: 5%;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  section.codeArea li:last-child {
    width: 23%;
    margin-right: 0;
    margin-top: 44px;
  }
}

.backArea01::before {
  background: url(../images/bk02.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 63% 0%;
  background-repeat: repeat;
  position: fixed;
  top: 0;
  background-color: #FF3C96;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .backArea01::before {
    background-size: 178%;
    background-position: 84% 0%;
  }
}

#footer .bk_pk {
  position: relative;
  padding-top: 20px;
  position: absolute;
  z-index: 100;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk {
    padding-top: 40px;
  }
}
#footer .bk_pk .ft_tit {
  font-family: "termina", sans-serif !important;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  padding: 18px 0px 16px 0px;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  line-height: 0;
  letter-spacing: 0.04em;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk .ft_tit {
    font-size: 28px;
    color: #fff;
    padding: 29px 0px 24px 0px;
  }
}
#footer .bk_pk ul {
  padding-top: 20px;
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
#footer .bk_pk ul li.icon_pa {
  position: relative;
}
#footer .bk_pk ul li.icon_pa::after {
  position: absolute;
  content: "";
  top: 84%;
  left: 71%;
  display: block;
  height: 30%;
  background-image: url(../images/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(20%, 120px);
}
@media screen and (min-width: 769px) {
  #footer .bk_pk ul li.icon_pa::after {
    width: 100px;
    height: 34%;
    top: 35px;
    left: 187%;
  }
}
#footer .bk_pk ul li {
  color: #fff;
}
#footer .bk_pk ul li img {
  width: clamp(245px, 32.6666666667vw, 245px);
}
#footer .bk_pk ul li:nth-child(2) {
  width: max(60%, 330px);
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk ul li:nth-child(2) {
    width: min(52%, 324px);
    max-width: none;
    margin: 0;
    padding-left: 20px;
  }
}
#footer .bk_pk ul li:nth-child(2) p:first-child {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk ul li:nth-child(2) p:first-child {
    font-size: 26px;
  }
}
#footer .bk_pk ul li:nth-child(2) p:nth-child(2) {
  font-style: normal;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 21px;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk ul li:nth-child(2) p:nth-child(2) {
    font-size: 20px;
    margin-top: 15px;
  }
}
#footer .bk_pk ul li:nth-child(2) p:nth-child(2) span {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.24em;
}
#footer .bk_pk ul li:nth-child(2) p.pre_text {
  max-width: 95.6790123457%;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  margin-top: 18px;
  line-height: 1.71;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk ul li:nth-child(2) p.pre_text {
    max-width: none;
    margin-top: 16px;
    width: 272px;
  }
}
#footer .bk_pk ul li:nth-child(2) a {
  background: #FF3C96;
  color: #fff;
  font-family: "termina", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
  padding: 5px 0px 4px 0px;
  font-size: 16px;
}
#footer .bk_pk ul li:nth-child(2) a:hover {
  background: #ba296d;
  transition: all 0.4s;
  cursor: pointer;
  color: #fff;
}
#footer .bk_pk ul li:nth-child(2) a:hover {
  background: #fff;
  color: #FF3C96;
}
#footer .bk_pk ul li:nth-child(2) .get {
  margin-top: 12px;
}
#footer .bk_pk .line {
  border-top: solid 1px #fff;
  padding-bottom: 21px;
}
@media screen and (min-width: 769px) {
  #footer .bk_pk .line {
    padding-bottom: 12px;
  }
}
#footer .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#footer .logo img {
  width: clamp(215px, 28.6666666667vw, 242px);
  padding: clamp(20px, 2.6666666667vw, 42px) 0px;
}

.bk_pk::before {
  position: absolute;
  content: "";
  background-color: #FF3C96;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  z-index: -1;
  width: 100vw;
}

/* コーデ フェードイン */
.fadeIn_up {
  opacity: 0;
  transition: 1.1s;
}

/* フェードイン(スクロールした後) */
.fadeIn_up.is-show {
  opacity: 1;
}

/* モーダルのスタイル */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .flex_modal {
    display: flex;
    align-items: flex-start;
    max-width: 87.962962963%;
    justify-content: center;
    margin: 0 auto;
  }
}

.flexslider {
  border: none;
  margin: 0 0 30px;
}

.mask_container {
  background-image: url(../images/bk02.jpg);
  background-position: 61% 0%;
  background-size: 300%;
}
@media screen and (min-width: 769px) {
  .mask_container {
    background-size: 191%;
  }
}
.mask_container .modal {
  overflow: hidden;
}
.mask_container .modal .modal-content {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  max-height: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content {
    margin-top: 12.8%;
    margin-bottom: 2%;
  }
}
.mask_container .modal .modal-content .bk00 {
  position: fixed !important;
  background: url(../images/bk01.jpg);
  width: 100%;
  background-size: 202%;
  background-position: -139px 0px;
  background-repeat: no-repeat;
  padding-top: 16.5333333333%;
  top: 0;
  z-index: 999;
  border-bottom: solid 5.7px #FF3C96;
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content .bk00 {
    background-size: 130%;
    padding-top: 8.5185185185%;
  }
}
.mask_container .modal .modal-content .bk00 h2.sub_fixd img {
  position: absolute;
  width: 72.1333333333%;
  bottom: 0px;
  left: 4.9333333333%;
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content .bk00 h2.sub_fixd img {
    width: 44.2592592593%;
    bottom: 13px;
  }
}
.mask_container .modal .modal-content .bk00 .close {
  cursor: pointer;
}
.mask_container .modal .modal-content .bk00 .close::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/close02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50%;
  left: 88%;
  bottom: 7px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content .bk00 .close::after {
    height: 57%;
    left: 90%;
    bottom: 26px;
  }
}
.mask_container .modal .modal-content .modal-img {
  position: relative;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 768px) {
  .mask_container .modal .modal-content .modal-img {
    margin: 0 auto;
    padding-top: 138.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content .modal-img {
    width: 100%;
    padding-top: 57%;
  }
}
.mask_container .modal .modal-content .modal-img img {
  position: absolute;
  width: 82%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content .modal-img img {
    left: 0;
    transform: none;
  }
}
.mask_container .modal .modal-content .modal-img img:nth-of-type(1) {
  opacity: 1;
}
.mask_container .modal .modal-content .modal-img img:nth-of-type(2) {
  animation-delay: 3s;
}
.mask_container .modal .modal-content .modal-img img:nth-of-type(3) {
  animation-delay: 6s;
}
.mask_container .modal .modal-content .modal-img img:nth-of-type(4) {
  animation-delay: 9s;
}
.mask_container .modal .modal-content .modal-img.active img {
  animation-play-state: running;
}
.mask_container .modal .modal-content .modal-img::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(..//images/logo_styling.png);
  width: 2.5%;
  height: 14%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 17%;
  left: 95%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mask_container .modal .modal-content .modal-img::before {
    width: 2%;
    height: 13%;
    top: 0;
    left: 88%;
  }
}

.mask_container .staff {
  position: relative;
  width: 82%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .mask_container .staff {
    width: 100%;
    padding-left: 3%;
  }
}
.mask_container .staff ul.stf {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf {
    justify-content: flex-start;
  }
}
.mask_container .staff ul.stf li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li {
    padding-top: 0;
  }
}
.mask_container .staff ul.stf li p {
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li p {
    font-size: 13px;
    line-height: 2;
  }
}
.mask_container .staff ul.stf li:first-child {
  width: 40%;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li:first-child {
    width: 19%;
  }
}
.mask_container .staff ul.stf li:first-child img {
  width: 100%;
}
.mask_container .staff ul.stf li:first-child p:nth-child(2) {
  line-height: 1.4;
  font-size: 8px;
  padding-top: 12px;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li:first-child p:nth-child(2) {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mask_container .staff ul.stf li:first-child p:nth-child(3) {
    line-height: 1.4;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li:first-child p:nth-child(3) {
    font-size: 16px;
  }
}
.mask_container .staff ul.stf li:first-child p:nth-child(4) {
  display: inline;
  line-height: 0;
}
.mask_container .staff ul.stf li:first-child p:nth-child(4) a {
  color: #fff;
}
.mask_container .staff ul.stf li:first-child p:nth-child(4) a span {
  font-size: 12px;
  font-family: "termina", sans-serif;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li:first-child p:nth-child(4) a span {
    font-size: 13px;
  }
}
.mask_container .staff ul.stf li:last-child {
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .mask_container .staff ul.stf li:last-child {
    padding-left: 30px;
    width: 55%;
  }
}
.mask_container .staff::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(..//images/logo_message.png);
  width: 3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  left: 105%;
  padding-top: 27.0666666667%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mask_container .staff::before {
    width: 2%;
    top: 0;
    left: 88%;
    padding-top: 18.066667%;
  }
}

div.page {
  color: #FF3C96;
  font-family: "blambot-casual", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 18px;
  padding-bottom: 15PX;
  margin-left: 82%;
  font-size: clamp(18px, 4.8vw, 27px);
}
@media screen and (min-width: 769px) {
  div.page {
    position: absolute;
    bottom: -20px;
    left: 10%;
  }
}

.mask_container {
  margin: 0 auto;
}
.mask_container .credit {
  width: 100%;
  margin-top: 40px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mask_container .credit {
    justify-content: flex-start;
    width: 58%;
    align-items: center;
    padding-bottom: 45px;
    margin-left: 0;
  }
}
.mask_container .credit ul.cre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mask_container .credit ul.cre {
    padding-top: 1px;
  }
}
.mask_container .credit ul.cre li {
  color: #fff;
  margin-bottom: 30px;
  min-width: 41%;
  width: 44%;
}
@media screen and (min-width: 769px) {
  .mask_container .credit ul.cre li {
    width: 30%;
    padding-left: 0;
  }
}
.mask_container .credit ul.cre li img {
  width: 100%;
}
.mask_container .credit ul.cre li p:nth-child(2) {
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .mask_container .credit ul.cre li p:nth-child(2) {
    font-size: 12px;
  }
}
.mask_container .credit ul.cre li p:nth-child(3) {
  font-size: 8px;
  letter-spacing: 0.06em;
  padding-bottom: 5px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mask_container .credit ul.cre li p:nth-child(3) {
    font-size: 9px;
    padding-bottom: 2px;
  }
}
.mask_container .credit ul.cre li a {
  background: #FF3C96;
  color: #fff;
  font-family: "termina", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
  padding: 3px 0px 2px 0px;
}
.mask_container .credit ul.cre li a:hover {
  background: #ba296d;
  transition: all 0.4s;
  cursor: pointer;
  color: #fff;
}
.mask_container .credit ul.cre li .get {
  margin-top: 12px;
}
.mask_container .credit::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(..//images/logo_item.png);
  width: 3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 0%;
  left: 105%;
  padding-top: 13%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mask_container .credit::before {
    width: 4%;
    top: 0%;
    left: 150%;
    padding-top: 18%;
  }
}/*# sourceMappingURL=style.css.map */