.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.icon {
  border: 1px solid transparent;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav-link.hide {
  display: none;
}

.i {
  height: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.moviie-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: url('/special/codamahiru-mods/images/mods_top_02.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.v-size {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.mask-layer {
  display: block;
  overflow: hidden;
}

.v-wrap {
  position: absolute;
  z-index: -999;
  width: 1000%;
  height: 100%;
  padding-bottom: 100%;
  background-color: transparent;
}

.heading-4 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mexcellent 3d';
  color: #c9c9c9;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.collage-wrapper_01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collage_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collage_container.rightcontainer {
  width: 50vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collage_container.leftcontainer {
  overflow: hidden;
  width: 50vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro_wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
  opacity: 1;
}

.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.line {
  width: 20px;
  height: 1px;
  background-color: #ff00b3;
}

.h3 {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  width: 390px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}

.facebook {
  margin-right: 10px;
  margin-left: 10px;
}

.twitter {
  margin-right: 10px;
  margin-left: 10px;
}

.movie_full_view {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500vh;
  background-color: transparent;
}

.collage_part01 {
  position: absolute;
  top: auto;
  z-index: 10;
  height: 680vh;
}

.collage_part01.sp {
  display: none;
}

.still_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 145, 255, 0.4);
}

.still_area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 400px;
  padding-bottom: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.still_01 {
  position: relative;
  top: auto;
  width: 800px;
  margin-bottom: 100px;
  border-radius: 0%;
}

.still_02 {
  position: relative;
  top: auto;
  right: auto;
  z-index: 3;
  width: 800px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 0%;
}

.still_03 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  width: 800px;
  margin-top: 100px;
  border-radius: 0%;
}

.fullstill_area_01 {
  width: 100vw;
  height: auto;
}

.still_04 {
  width: 100vw;
  height: auto;
}

.image-3 {
  width: 100vw;
}

.archive {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ps_l-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
}

.ps_l-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
}

.ps_r-1 {
  position: absolute;
  width: 50vw;
}

.ps_r-2 {
  position: absolute;
  width: 50vw;
}

.ps_l-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
}

.l_4 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
}

.scroll_anime {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100%;
  height: 0.5rem;
  background-color: #0091ff;
}

.text-block {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}

.movie_link {
  position: relative;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.youtube {
  z-index: 0;
  width: 300px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.title_logo {
  width: 20vw;
}

.profile_text {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0rem;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
}

.profile_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 28rem;
  margin-bottom: 4rem;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.small {
  color: #000;
  font-size: 12px;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.share.brand {
  margin-top: 0px;
}

.sharelinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-share-btn.line {
  background-image: url('/special/codamahiru-mods/images/f-line.svg');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.line.black {
  background-color: transparent;
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/codamahiru-mods/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.tw.black {
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.pin {
  background-image: url('/special/codamahiru-mods/images/f-pinterest.svg');
  background-size: contain;
}

.social-share-btn.fb {
  background-image: url('/special/codamahiru-mods/images/f-facebook.svg');
  background-size: contain;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.fb.black {
  -webkit-filter: none;
  filter: none;
}

.mask {
  overflow: hidden;
  margin-bottom: 0px;
  text-align: left;
}

.mask.share {
  margin-top: 0px;
  margin-right: 10px;
}

.mask.share.hidden {
  display: none;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.hide {
  display: none;
}

._w-inline-block.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.name_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coda_instagram {
  width: 16px;
  margin-right: 0px;
  margin-left: 0px;
}

.coda_twitter {
  width: 16px;
}

.coda_insta_link {
  margin-right: 0.5rem;
  margin-left: 0px;
}

.text-span-17 {
  padding-left: 5px;
}

.arrow-up {
  margin-left: 0px;
}

.end_credit-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.movie_link-copy {
  position: relative;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-span-18 {
  padding-left: 0px;
}

.movie-full_view_2 {
  width: 100vw;
  height: 200vh;
}

.movie-full_view_2-copy {
  width: 100vw;
  height: 200vh;
}

.ps_l-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
}

.ps_r-3 {
  position: absolute;
  width: 50vw;
}

.ps_r-4 {
  position: absolute;
  width: 50vw;
}

.ps_r-3_2 {
  position: absolute;
  width: 50vw;
}

.ps_r-4_2 {
  position: relative;
}

.scroll-container {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
}

.scroll-widget {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.scroll-text {
  margin-left: 0px;
  text-align: center;
}

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav_component {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
}

.nav_menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav_logo {
  height: 20px;
  opacity: 1;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bar-2 {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.nav_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.menu-parent-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.ps_l-3-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
}

.html-embed {
  display: none;
  text-align: center;
}

.sp_vimeo {
  display: none;
}

.sp_scroll-widget {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-embed-sp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.cloth_credit {
  position: relative;
  z-index: 1000;
  width: 500px;
  margin-top: 4rem;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.link-6 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #0091ff;
}

.link-6:hover {
  color: #fff;
}

.link6 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #0091ff;
}

.link6:hover {
  color: #fff;
}

.brand-name-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #0091ff;
  text-decoration: none;
}

.brand-name-link:hover {
  color: #fff;
}

.ps_r-1-copy {
  position: absolute;
  width: 50vw;
}

.sns-2 {
  display: none;
  margin-top: 30px;
}

.profile_name-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.backtotop-2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 100%;
  background-color: #0091ff;
  color: #000;
  text-decoration: none;
}

.navcontainer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  position: absolute;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.menu-button-2 {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.heading-8 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-family: Bootle, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.text-block-2 {
  width: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
}

.img-container {
  overflow: hidden;
  width: 300px;
  margin-bottom: 1rem;
  border-radius: 20px;
}

.alt-page-title {
  width: 300px;
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
}

.genre_img {
  width: 100%;
  height: 100%;
  margin: 0px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.comingsoon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 225px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
}

.comingsoon-2.hide {
  display: none;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.punk {
  color: #ff00e6;
}

.archive_genre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.archive_genre.hide {
  display: none;
}

.archive_images-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.emp_txt {
  color: #0091ff;
  font-weight: 700;
}

.psych {
  color: #ffb700;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-family: Bootle, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: -4px;
}

.h-space {
  padding-left: 10px;
}

.h-space.none {
  padding-left: 0px;
}

.staff-credit {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}

.name-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.name-2:hover {
  color: #0091ff;
}

.stream {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Lato, sans-serif;
}

.link-11 {
  width: 300px;
  color: #980702;
  text-decoration: underline;
}

.stream-2 {
  margin-bottom: 30px;
}

.profile_text-2 {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}

.name_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coda_insta_link-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.profile_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.profile_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.sns-txt {
  display: none;
}

.sns-info {
  margin-top: 0.5rem;
}

.vid-link {
  width: auto;
  color: #980702;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: underline;
}

.stream-3 {
  margin-bottom: 2rem;
}

.profile_text-3 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}

.profile_wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 25rem;
  margin-bottom: 4rem;
  padding: 3rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.youtube-2 {
  z-index: 0;
  width: 300px;
}

@media screen and (max-width: 991px) {
  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .nav-link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }

  .video-embed {
    z-index: 1;
  }

  .collage-wrapper_01 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collage_container.rightcontainer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .collage_part01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ps_l-1 {
    width: 70vw;
  }

  .ps_l-2 {
    width: 70vw;
  }

  .ps_r-1 {
    bottom: 0px;
    width: 70vw;
  }

  .ps_r-2 {
    width: 70vw;
  }

  .ps_l-3 {
    left: auto;
    top: auto;
    bottom: 40vh;
    width: 70vw;
  }

  .l_4 {
    width: 70vw;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .ps_l-4 {
    width: 70vw;
  }

  .ps_r-3 {
    top: 5vh;
    right: auto;
    width: 70vw;
  }

  .ps_r-4 {
    right: auto;
    bottom: auto;
    width: 70vw;
  }

  .ps_r-3_2 {
    width: 70vw;
  }

  .ps_r-4_2 {
    position: absolute;
    width: 70vw;
  }

  .nav_component {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #000;
  }

  .nav_menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav_menu-button.w--open {
    background-color: transparent;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav_container {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-bar-2 {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_menu-wrapper {
    padding: 30px;
    background-color: #fff;
  }

  .nav_link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .menu-parent-2 {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ps_l-3-copy {
    left: auto;
    top: auto;
    bottom: auto;
    width: 70vw;
  }

  .video-embed-sp {
    z-index: 1;
  }

  .ps_r-1-copy {
    bottom: auto;
    width: 70vw;
  }

  .backtotop-2 {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #0091ff;
    font-size: 12px;
  }

  .backtotop-2.w--current {
    background-color: #000;
  }

  .navcontainer-2 {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-2 {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-button-2 {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .video-embed {
    display: none;
  }

  .collage-wrapper_01 {
    top: 0px;
  }

  .collage_container.rightcontainer {
    overflow: hidden;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .collage_container.leftcontainer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph {
    width: 300px;
  }

  .collage_part01 {
    display: none;
    overflow: hidden;
  }

  .collage_part01.sp {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    overflow: hidden;
    height: 100vh;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .still_area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .still_01 {
    width: 80%;
  }

  .still_02 {
    width: 80%;
  }

  .still_03 {
    width: 80%;
  }

  .fullstill_area_01 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ps_l-1 {
    overflow: hidden;
  }

  .ps_l-2 {
    overflow: hidden;
  }

  .ps_r-1 {
    overflow: hidden;
  }

  .ps_r-2 {
    overflow: hidden;
  }

  .ps_l-3 {
    overflow: hidden;
  }

  .l_4 {
    overflow: hidden;
  }

  .scroll_anime {
    overflow: hidden;
  }

  .movie_link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sp-arm {
    position: absolute;
    left: 15vw;
    top: 20vh;
    width: 80vw;
  }

  .sp-bikers {
    position: absolute;
    left: 10vw;
    top: -5vh;
    width: 100vw;
  }

  .sp-group {
    position: absolute;
    left: auto;
    top: 10vh;
    bottom: auto;
    width: 100vw;
  }

  .sp-dancing {
    position: absolute;
    left: 5vw;
    bottom: auto;
    width: 100vw;
  }

  .sp-flag {
    position: absolute;
    top: auto;
    overflow: hidden;
    width: 100vw;
  }

  .sp-mods-girls {
    position: absolute;
    left: -5vw;
    top: 2vh;
    overflow: hidden;
    width: 100vw;
  }

  .sp-motorbike {
    position: absolute;
    left: -7vw;
    top: 10vh;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 100vw;
  }

  .sp-trouser {
    position: absolute;
    top: auto;
    overflow: hidden;
    width: 100vw;
  }

  .breadcrumbs {
    overflow: hidden;
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-bc {
    overflow: hidden;
    width: 100%;
  }

  .title_logo {
    width: 30vw;
  }

  .profile_wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .movie_link-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ps_l-4 {
    overflow: hidden;
  }

  .ps_r-3 {
    overflow: hidden;
  }

  .ps_r-4 {
    overflow: hidden;
  }

  .ps_r-3_2 {
    overflow: hidden;
  }

  .scroll-widget {
    display: none;
  }

  .nav_logo-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .nav_component {
    position: absolute;
    background-color: #000;
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .menu-bar-2 {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .sp_l-4-copy {
    position: absolute;
    left: auto;
    bottom: auto;
    width: 80vw;
  }

  .sp_l-3-copy {
    position: absolute;
    left: -20vw;
    bottom: auto;
    width: 80vw;
  }

  .sp_l-2-copy {
    position: absolute;
    left: auto;
    width: 80vw;
  }

  .sp-r-1-copy {
    position: absolute;
    overflow: hidden;
    width: 80vw;
  }

  .sp_r-2-copy {
    position: absolute;
    overflow: hidden;
    width: 80vw;
  }

  .sp_r-3-copy {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 80vw;
  }

  .sp-_r-4-copy {
    position: absolute;
    top: auto;
    overflow: hidden;
    width: 80vw;
  }

  .ps_l-3-copy {
    overflow: hidden;
  }

  .sp_vimeo {
    position: relative;
    z-index: 500;
    display: block;
  }

  .vimeofiull {
    display: none;
  }

  .sp_scroll-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .video-embed-sp {
    display: block;
  }

  .ps_r-1-copy {
    overflow: hidden;
  }

  .backtotop-2 {
    padding: 17px;
  }

  .navcontainer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sp_l-1-copy {
    position: absolute;
    left: 15vw;
    top: 20vh;
    width: 80vw;
  }

  .heading-8 {
    font-size: 25px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .archive_images-2 {
    position: relative;
    z-index: 300;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
  }

  .staff-credit {
    display: block;
  }

  .profile_wrapper-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .profile_wrapper-3 {
    position: relative;
    z-index: 300;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .collage_container.rightcontainer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .intro_wrapper {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .paragraph {
    width: 100%;
  }

  .movie_full_view {
    height: 300vh;
  }

  .collage_part01 {
    display: none;
  }

  .collage_part01.sp {
    display: block;
    height: 200vh;
  }

  .still_area {
    padding-right: 10px;
    padding-left: 10px;
  }

  .still_01 {
    width: 90%;
    margin-bottom: 50px;
  }

  .still_02 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .still_03 {
    width: 90%;
    margin-top: 50px;
  }

  .movie_link {
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .youtube {
    width: 200px;
  }

  .sp-arm {
    position: absolute;
    left: auto;
    top: auto;
    right: 29%;
    bottom: 9%;
    width: 100%;
    max-width: 12%;
  }

  .sp-bikers {
    position: absolute;
    left: auto;
    top: auto;
    right: -2%;
    bottom: 23%;
    z-index: 2;
    width: 100%;
    max-width: 25%;
  }

  .sp-group {
    position: absolute;
    left: -3%;
    top: auto;
    bottom: 21%;
    width: 100%;
    max-width: 29%;
  }

  .sp-dancing {
    position: absolute;
    left: 28%;
    top: auto;
    bottom: 8%;
    width: 100%;
    max-width: 20%;
  }

  .sp-flag {
    top: 7%;
    right: 26%;
    width: 100%;
    max-width: 17%;
  }

  .sp-mods-girls {
    left: -5%;
    top: 11%;
    width: 100%;
    max-width: 30%;
  }

  .sp-motorbike {
    left: 27%;
    top: 3%;
    right: auto;
    width: 100%;
    max-width: 20%;
  }

  .sp-trouser {
    top: 9%;
    right: -3%;
    width: 100%;
    max-width: 30%;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link {
    overflow: hidden;
  }

  .title_logo {
    width: 40vw;
  }

  .profile_text {
    width: 90%;
  }

  .profile_wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .share {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mask {
    margin-bottom: 0px;
    font-size: 14px;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-up {
    margin-left: 0px;
  }

  .end_credit-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .movie_link-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav_component {
    position: absolute;
    display: block;
    height: 40px;
    background-color: #000;
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav_container {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .menu-bar-2 {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-parent-2 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sp_l-4-copy {
    position: absolute;
    top: auto;
    bottom: auto;
  }

  .sp_l-3-copy {
    position: absolute;
    top: auto;
    bottom: auto;
  }

  .sp_l-2-copy {
    position: absolute;
    z-index: 2;
  }

  .cloth_credit {
    z-index: 9;
    width: auto;
  }

  .backtotop-2 {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #0091ff;
  }

  .navcontainer-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
  }

  .navbar-2 {
    position: absolute;
    height: auto;
    background-color: #000;
  }

  .menu-button-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sp_l-1-copy {
    position: absolute;
    left: auto;
    top: auto;
    width: 100vw;
  }

  .heading-8 {
    font-size: 25px;
  }

  .img-container {
    width: 250px;
  }

  .h2 {
    font-size: 33px;
    line-height: 1;
    font-weight: 400;
  }

  .h-space.none {
    padding-left: 0px;
  }

  .staff-credit {
    margin-top: 1rem;
  }

  .profile_text-2 {
    width: 100%;
  }

  .profile_wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile_text-3 {
    width: 100%;
  }

  .profile_wrapper-3 {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .youtube-2 {
    width: 230px;
  }
}

@font-face {
  font-family: 'Bootle';
  src: url('/special/codamahiru-mods/fonts/BOOTLE__.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}