* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:visited, a:focus {
  color: #1B1B1B;
}

a:hover {
  opacity: 0.5;
  transition: 0.2s;
}
@media screen and (max-width: 700px) {
  a:hover {
    opacity: 1;
  }
}

*:focus {
  outline: none;
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@-webkit-keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  -webkit-animation-name: animate__fadeInUpSmall;
  animation-name: animate__fadeInUpSmall;
}

@media screen and (max-width: 700px) {
  .modaal-close {
    top: 5px;
    right: 5px;
  }
}
.modaal-close::before, .modaal-close::after {
  width: 2px;
  height: 30px;
  background: #fff;
  transition: 0.2s;
}
.modaal-close:focus, .modaal-close:hover {
  background: none;
}
.modaal-close:focus::before, .modaal-close:focus::after, .modaal-close:hover::before, .modaal-close:hover::after {
  opacity: 0.3;
  background: #fff;
}

@media screen and (max-width: 700px) {
  .modaal-video-wrap {
    margin: 0;
  }
}

@media screen and (max-width: 700px) {
  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal_outfits {
  height: 100%;
}
.modal_outfits .modaal-container {
  max-width: 500px;
  overflow: scroll;
  border-radius: 12px;
  height: 85vh;
}
@media screen and (max-width: 700px) {
  .modal_outfits .modaal-container {
    margin: 0 24px;
    width: calc(100% - 48px);
    height: 85vh;
  }
}
.modal_outfits .modaal-container .modal_content_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .modal_outfits .modaal-container .modal_content_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.modal_outfits .modaal-container img {
  width: 60%;
}
@media screen and (max-width: 700px) {
  .modal_outfits .modaal-container img {
    width: 95%;
  }
}
.modal_outfits .modaal-container .section_title {
  top: 24px;
}
@media screen and (max-width: 700px) {
  .modal_outfits .modaal-container .section_title {
    margin-bottom: 12px;
  }
}

.loading {
  width: 100vw;
  height: 100%;
  min-height: -webkit-fill-available;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 50%;
  max-width: 400px;
  height: auto;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation img {
  width: 100%;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

i.icon_gray {
  margin-right: 4px;
}

i.icon_youtube {
  background-image: url(../images/icon/icon_youtube.svg);
  width: 13px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon_twitch {
  background-image: url(../images/icon/icon_twitch.svg);
  width: 10px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon_bilibili {
  background-image: url(../images/icon/icon_bilibili.svg);
  width: 11px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon_ticktock {
  background-image: url(../images/icon/icon_tickttock.svg);
  width: 11px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon_twitter {
  background-image: url(../images/icon/icon_twitter.svg);
  width: 13px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon_instagram {
  background-image: url(../images/icon/icon_instagram.svg);
  width: 11px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon_external {
  background-image: url(../images/icon/icon_external.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

i.icon_twitter_white {
  background-image: url(../images/icon/icon_twitter_white.svg);
  width: 26px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
}

i.icon_youtube_white {
  background-image: url(../images/icon/icon_youtube_white.svg);
  width: 26px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_square {
  padding: 4px 12px;
  border: 1px solid #1B1B1B;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.btn_arrow {
  width: 106px;
}
.btn_arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1B1B1B;
  margin-right: 8px;
}

.profile_btn .btn_square {
  padding: 0 12px;
  font-size: 10px;
}
@media screen and (max-width: 700px) {
  .profile_btn .btn_square {
    padding: 0 8px;
  }
}

#top_twitter .btn_square {
  width: 178px;
}
#top_twitter .btn_square i {
  margin: 0 0 0 4px;
}

#top_contact .btn_square {
  width: 198px;
}
#top_contact .btn_square i {
  margin: 0 0 0 4px;
}

@keyframes right-to-left {
  from {
    box-shadow: inset 0 0 10px 2em #d3cfcb;
  }
  to {
    box-shadow: inset 0 0 10px 2em transparent;
  }
}
.btn_square:hover,
.btn_square:focus {
  opacity: 1;
  animation: right-to-left 1s;
}

.table_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 144px;
  align-content: space-between;
}
.table_list .table_listitem {
  height: 48px;
  width: calc(50% - 24px);
  max-width: 100%;
  display: block;
  border-bottom: 1px solid #f1efed;
  padding: 0 0 0 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .table_list .table_listitem {
    width: calc(50% - 10px);
  }
}
.table_list .table_listitem .table_title {
  font-size: 10px;
  letter-spacing: 1px;
}
.table_list .table_listitem .table_title::after {
  content: ":";
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 10px 0 4px;
}
.table_list .table_listitem .table_description {
  margin-bottom: 6px;
}

@media screen and (max-width: 1000px) {
  .section_block_hashtag .table_list {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .section_block_hashtag .table_list .table_listitem {
    width: 280px;
  }
}
.section_block_hashtag .table_list .table_listitem .table_title {
  font-size: 10px;
  letter-spacing: 1px;
}
.section_block_hashtag .table_list .table_listitem .table_title::after {
  margin: 0 2px 0 4px;
}
.section_block_hashtag .table_list .table_listitem .table_description {
  display: block;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.navi_list .navi_listitem {
  display: flex;
}
.navi_list .navi_listitem:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 700px) {
  .navi_list .navi_listitem:not(:last-child) {
    margin-bottom: 36px;
  }
}
.navi_list .navi_listitem .navi_main {
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .navi_list .navi_listitem .navi_main {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 700px) {
  .navi_list .navi_listitem .navi_main {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
}
.navi_list .navi_listitem .navi_sub {
  color: #a5a39f;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  margin-left: 11px;
}
@media screen and (max-width: 700px) {
  .navi_list .navi_listitem .navi_sub {
    font-size: 10px;
  }
}

.movie_listitem a {
  display: flex;
  align-items: center;
}
.movie_listitem a .movie_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.movie_listitem a .movie_img::before {
  content: "";
  background: rgba(24, 24, 24, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .movie_listitem a .movie_img::before {
    background: rgba(24, 24, 24, 0);
    position: static;
  }
}
.movie_listitem a .movie_img::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/play.svg);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .movie_listitem a .movie_img::after {
    content: none;
  }
}
.movie_listitem a .movie_img img {
  width: 100%;
}
.movie_listitem a .movie_info .movie_info_title {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
  .movie_listitem a .movie_info .movie_info_title {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 2px;
  }
}
.movie_listitem a .movie_info .movie_info_date {
  font-size: 10px;
}
.movie_listitem a .movie_info .movie_info_song {
  font-size: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .movie_listitem a .movie_info .movie_info_song {
    letter-spacing: 0px;
  }
}
.movie_listitem a:hover {
  opacity: 1;
}
.movie_listitem a:hover .movie_img::before {
  opacity: 1;
}
.movie_listitem a:hover .movie_img::after {
  opacity: 1;
}

section {
  position: relative;
}

#top section {
  margin-bottom: 210px;
}
#top section .section_inner {
  width: 562px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: static;
  padding: 50px 0 0 36px;
}
@media screen and (max-width: 1000px) {
  #top section .section_inner {
    max-width: calc(100% - 40px);
    padding: 20px 20px 0 70px;
  }
}

@media screen and (max-width: 700px) {
  #top .section:not(#top_hero, #top_outfits) {
    margin-bottom: 80px;
    padding: 0 12px;
    position: relative;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  }
  #top .section:not(#top_hero, #top_outfits)::before, #top .section:not(#top_hero, #top_outfits)::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 520px;
    max-width: calc(100% - 24px);
  }
  #top .section:not(#top_hero, #top_outfits)::before {
    top: -17px;
    background-image: url(../images/torn_note_x.png);
    height: 18px;
  }
  #top .section:not(#top_hero, #top_outfits)::after {
    bottom: -4px;
    background-image: url(../images/torn_paper_x.png);
    height: 5px;
  }
  #top .section:not(#top_hero, #top_outfits) .section_inner {
    position: relative;
    padding: 24px 30px 60px 30px;
    width: 520px;
    max-width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 700px) and (max-width: 370px) {
  #top .section:not(#top_hero, #top_outfits) .section_inner {
    padding: 24px 24px 60px 24px;
  }
}
@media screen and (max-width: 700px) {
  #top .section:not(#top_hero, #top_outfits) .section_inner::before, #top .section:not(#top_hero, #top_outfits) .section_inner::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/torn_paper_y.png);
    background-repeat: repeat-y;
    background-size: 100%;
    top: 0;
    bottom: 0;
    width: 5px;
    z-index: 1;
  }
}
@media screen and (max-width: 700px) {
  #top .section:not(#top_hero, #top_outfits) .section_inner::before {
    left: -4px;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 700px) {
  #top .section:not(#top_hero, #top_outfits) .section_inner::after {
    right: -4px;
  }
}
.section_title {
  position: absolute;
  color: #f1efed;
  transform: rotate(90deg);
  transform-origin: left top;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 7px;
  font-weight: 200;
  left: 70px;
  top: 0;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .section_title {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 2px;
    left: 46px;
  }
}
@media screen and (max-width: 700px) {
  .section_title {
    font-size: 16px;
    left: 22px;
    top: 12px;
    position: static;
    transform: none;
    margin-bottom: 32px;
    border-bottom: 1px solid whitesmoke;
    padding: 0 0 4px;
    letter-spacing: 3px;
    color: #d3cfcb;
  }
}

.section_title_2 {
  color: #d3cfcb;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .section_title_2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .section_title_2 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2px;
  }
}

.section_block_profile, .section_block_twitter {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .section_block_profile, .section_block_twitter {
    margin-bottom: 60px;
  }
}

html,
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  height: 100%;
  color: #1B1B1B;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 26px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1000px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  html,
  body {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
}

body {
  background: #F8F8F8;
  height: auto;
}

.wrapper {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.drawer--right header {
  z-index: 700;
  width: 100%;
  position: fixed;
}
.drawer--right #top header {
  background: transparent;
  height: auto;
}
.drawer--right .header_logo {
  height: 40px;
  margin-top: 24px;
  margin-left: 40px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .drawer--right .header_logo {
    margin-top: 16px;
    margin-left: 16px;
    height: 36px;
  }
}
.drawer--right .header_logo img {
  height: 100%;
  display: block;
}
.drawer--right .side_fix {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42px;
  margin-top: 32px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 32px;
  z-index: 600;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1000px) {
  .drawer--right .side_fix {
    right: 16px;
  }
}
.drawer--right .side_fix .side_fix_text {
  height: 140px;
  width: 26px;
  position: relative;
}
.drawer--right .side_fix .side_fix_text span {
  color: #fff;
  transform: rotate(90deg);
  transform-origin: 0 0;
  display: block;
  font-size: 22px;
  letter-spacing: 3px;
  width: 140px;
  margin-left: 26px;
}
.drawer--right .side_fix .side_fix_line {
  height: 30px;
  width: 1px;
  background-color: #FFF;
  margin: 30px 0 40px;
}
.drawer--right .side_fix .side_fix_sns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drawer--right .side_fix .side_fix_sns a {
  display: block;
  padding: 8px;
}
.drawer--right .side_fix .side_fix_sns a:first-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
  .drawer--right .side_fix {
    display: none;
  }
}
.drawer--right .drawer-hamburger {
  position: absolute;
  width: 30px;
  padding: 20px 24px 30px;
  right: 0;
  margin-top: 10px;
  margin-right: 16px;
  z-index: 500;
}
@media screen and (max-width: 1000px) {
  .drawer--right .drawer-hamburger {
    margin-top: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .drawer--right .drawer-hamburger {
    padding: 20px 16px 24px;
  }
}
.drawer--right .drawer-hamburger .drawer-hamburger-icon,
.drawer--right .drawer-hamburger .drawer-hamburger-icon:after,
.drawer--right .drawer-hamburger .drawer-hamburger-icon:before {
  background: #fff;
  height: 1.5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.drawer--right .drawer-nav {
  right: 0;
  width: 100%;
  pointer-events: none;
  background: rgba(125, 134, 135, 0);
  backdrop-filter: blur(0px);
  transition: background-color 0.4s, backdrop-filter 0.4s;
}
.drawer--right .drawer-nav .drawer_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.drawer--right .drawer-nav .drawer_inner .animate__animated {
  opacity: 0;
  animation-duration: 0.4s;
}
.drawer--right .drawer-nav .drawer_inner .animate__animated.appear {
  opacity: 1;
}
.drawer--right .drawer-nav .navi_list {
  opacity: 0;
  transition: 0.2s;
}
.drawer--right .drawer-nav .navi_list .navi_listitem:not(:last-child) {
  margin-bottom: 80px;
}
.drawer--right .drawer-nav .navi_list .navi_listitem:nth-child(1) {
  animation-delay: 0.1s;
}
.drawer--right .drawer-nav .navi_list .navi_listitem:nth-child(2) {
  animation-delay: 0.2s;
}
.drawer--right .drawer-nav .navi_list .navi_listitem:nth-child(3) {
  animation-delay: 0.3s;
}
.drawer--right .drawer-nav .navi_list .navi_listitem::before {
  border-top: 1.5px solid #fff;
  width: 6px;
  margin-top: 12px;
}
.drawer--right .drawer-nav .navi_list .navi_listitem .navi_main {
  color: #fff;
  font-size: 38px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
  .drawer--right .drawer-nav .navi_list .navi_listitem .navi_main {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
}
.drawer--right .drawer-nav .navi_list .navi_listitem .navi_sub {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin-left: 18px;
}
@media screen and (max-width: 700px) {
  .drawer--right .drawer-nav .navi_list .navi_listitem .navi_sub {
    font-size: 10px;
    margin-left: 13px;
  }
}
.drawer--right .drawer-overlay {
  z-index: 600;
  transition: 1s;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0px;
}
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}
.drawer--right.drawer-open .drawer-nav {
  pointer-events: inherit;
  height: 100%;
  background: rgba(125, 134, 135, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.drawer--right.drawer-open .drawer-nav .navi_list {
  opacity: 1;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0);
}

footer {
  background-image: url(../images/bg_canvas.png);
  background-size: cover;
  z-index: 100;
}
footer .footer_inner {
  width: calc(100vw - ((70vw - 562px) / 2 + 36px) * 2);
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  footer .footer_inner {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_inner {
    padding: 0 42px;
  }
}
@media screen and (max-width: 370px) {
  footer .footer_inner {
    padding: 0 36px;
  }
}
footer .footer_inner .footer_content {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  footer .footer_inner .footer_content {
    flex-direction: column;
  }
  footer .footer_inner .footer_content .navi_list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_inner .footer_content {
    padding: 60px 0;
  }
}
footer .footer_inner .footer_link {
  display: flex;
}
@media screen and (max-width: 700px) {
  footer .footer_inner .footer_link {
    flex-direction: column;
  }
}
footer .footer_inner .footer_link .footer_link_list::before {
  color: #a5a39f;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 12px;
  display: block;
}
footer .footer_inner .footer_link .footer_link_list:nth-child(1) {
  margin-right: 100px;
}
@media screen and (max-width: 700px) {
  footer .footer_inner .footer_link .footer_link_list:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
footer .footer_inner .footer_link .footer_link_list:nth-child(1)::before {
  content: "KANAE OFFICIAL";
}
footer .footer_inner .footer_link .footer_link_list:nth-child(2)::before {
  content: "JOINING";
}
footer .footer_inner .footer_link .footer_link_list .footer_link_listitem {
  letter-spacing: 1px;
  font-size: 11px;
}
footer .footer_inner .footer_link .footer_link_list .footer_link_listitem:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  footer .footer_inner .footer_link .footer_link_list .footer_link_listitem:not(:last-child) {
    margin-bottom: 4px;
  }
}
footer .footer_inner .footer_link .footer_link_list .footer_link_listitem a {
  padding: 8px 0;
}

.footer_copyright {
  padding: 16px 0;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 12px;
}
@media screen and (max-width: 850px) {
  .footer_copyright {
    text-align: left;
  }
}

#outfits footer, #movie footer, #notfound footer {
  background: none;
}
#outfits .footer_copyright, #movie .footer_copyright, #notfound .footer_copyright {
  text-align: center;
}

#top.wrapper {
  flex-direction: column;
  justify-content: space-between;
}
#top.wrapper .bg_image {
  background-image: url(../images/bg.jpg);
  background-position: 90% 0px;
  background-repeat: no-repeat;
  background-size: 210% auto;
  width: 60%;
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  transition-delay: 0.2s;
  transition: 0.8s;
}
@media screen and (max-width: 1000px) {
  #top.wrapper .bg_image {
    background-position: 96% 0px;
    background-size: cover;
  }
}
#top.wrapper .main {
  background: #fff;
  width: 40%;
  transition: 0.8s;
  transition-delay: 0.2s;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#top.wrapper .main::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/torn_paper_y.png);
  background-repeat: repeat-y;
  background-size: 100%;
  right: -13px;
  top: 0;
  bottom: 0;
  width: 14px;
  z-index: 1;
}
#top.wrapper .main #top_profile.section, #top.wrapper .main #top_movie.section {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0s;
}

#top.wrapper.scrolled .bg_image {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  #top.wrapper.scrolled .bg_image {
    background-position: 80% 0px;
  }
}
#top.wrapper.scrolled .main {
  width: 70%;
  transition-delay: 0.4s;
}
#top.wrapper.scrolled .main #top_profile.section, #top.wrapper.scrolled .main #top_movie.section {
  opacity: 1;
  transition: 0.8s;
  transition-delay: 0.8s;
}

@media screen and (max-width: 700px) {
  #top.wrapper .bg_image {
    width: 100%;
    height: 100vh;
    height: 100lvh;
    transition: background-position 0.6s 0s, filter 0.8s 0s;
    background-position: 90% 150px;
    background-size: auto 100%;
  }
  #top.wrapper .main {
    opacity: 1;
    background: transparent;
    width: 100%;
    transition-delay: 0s;
    filter: none;
  }
  #top.wrapper .main::before {
    content: none;
    background: none;
  }
  #top.wrapper .main #top_profile.section, #top.wrapper .main #top_movie.section {
    opacity: 1;
    transition: 0.2s;
    transition-delay: 0s;
  }
  #top.wrapper.scrolled .bg_image {
    filter: blur(4.5px);
    transition: background-position 0.6s 0.1s, filter 0.8s 0.2s;
    background-position: 90% 0;
  }
  #top.wrapper.scrolled .main {
    width: 100%;
    transition-delay: 0s;
  }
  #top.wrapper.scrolled .main #top_profile.section, #top.wrapper.scrolled .main #top_movie.section {
    opacity: 1;
    transition: 0.2s;
    transition-delay: 0s;
  }
}
#top #top_hero {
  height: calc(50vh + 50px);
  margin-bottom: 50px;
}
#top #top_hero .section_inner {
  padding: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#top #top_hero .hero_logo {
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.8s;
  max-width: 100%;
  padding: 0 40px;
}
#top #top_hero .hero_logo img {
  width: 100%;
}
#top.wrapper.scrolled #top_hero .section_inner .hero_logo {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0s;
}

@media screen and (max-width: 700px) {
  #top #top_hero {
    top: 0px;
    position: fixed;
    padding: 0;
    width: 100%;
    height: 157px;
    transition: 0.6s;
    align-items: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  }
  #top #top_hero::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/torn_paper_x.png);
    background-repeat: repeat-x;
    background-size: 30%;
    right: 0;
    left: 0;
    bottom: -13px;
    height: 14px;
    z-index: 0;
    transition: 0.4s;
  }
  #top #top_hero .section_inner {
    background: #fff;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top #top_hero .hero_logo {
    width: 180px;
    height: auto;
    padding: 0;
    transition-delay: 0.4s;
  }
  #top #top_hero .hero_logo img {
    width: 100%;
  }
  #top.wrapper.scrolled #top_hero {
    height: 0;
    transition-delay: 0.1s;
    top: -14px;
  }
  #top.wrapper.scrolled #top_hero .section_inner .hero_logo {
    transition-delay: -0.2s;
  }
}
@media screen and (max-width: 700px) {
  #top_profile {
    margin-top: 780px;
  }
}
#top_profile .section_block_profile .profile_name {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #top_profile .section_block_profile .profile_name {
    margin-bottom: 16px;
  }
}
#top_profile .section_block_profile .profile_name .profile_name_sub {
  color: #a5a39f;
  font-size: 10px;
  letter-spacing: 4px;
  margin-left: 0px;
}
#top_profile .section_block_profile .profile_description {
  margin-bottom: 24px;
}
#top_profile .section_block_profile .profile_btn {
  display: flex;
}
#top_profile .section_block_profile .profile_btn .btn_square:not(:last-child) {
  margin-right: 16px;
}

#top_movie {
  margin-bottom: 150px;
}
#top_movie .movie_list .movie_listitem::after {
  content: "";
  display: block;
  border-top: 1px solid #f1efed;
  border-bottom: 1px solid #f1efed;
  height: 3px;
  margin: 40px 0;
}
@media screen and (max-width: 1000px) {
  #top_movie .movie_list .movie_listitem::after {
    margin: 24px 0;
  }
}
@media screen and (max-width: 700px) {
  #top_movie .movie_list .movie_listitem::after {
    height: 2px;
    margin: 24px 0;
  }
}
#top_movie .movie_list .movie_listitem a {
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  #top_movie .movie_list .movie_listitem a {
    flex-direction: column;
    position: relative;
  }
}
#top_movie .movie_list .movie_listitem a .movie_img {
  width: 230px;
  height: 120px;
}
@media screen and (max-width: 1000px) {
  #top_movie .movie_list .movie_listitem a .movie_img {
    width: 200px;
    height: 112px;
  }
}
@media screen and (max-width: 700px) {
  #top_movie .movie_list .movie_listitem a .movie_img {
    position: relative;
    width: 100%;
    display: flex;
    height: auto;
    overflow: hidden;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 12px;
    margin-top: 30px;
  }
  #top_movie .movie_list .movie_listitem a .movie_img::before {
    content: "";
    display: block;
    padding-top: 56%;
  }
  #top_movie .movie_list .movie_listitem a .movie_img img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
}
#top_movie .movie_list .movie_listitem a .movie_info {
  width: calc(100% - 254px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #top_movie .movie_list .movie_listitem a .movie_info {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 700px) {
  #top_movie .movie_list .movie_listitem a .movie_info {
    width: 100%;
  }
}
#top_movie .movie_list .movie_listitem a .movie_info .movie_info_date {
  order: 2;
}
@media screen and (max-width: 700px) {
  #top_movie .movie_list .movie_listitem a .movie_info .movie_info_date {
    position: absolute;
    top: 0;
    color: #a5a39f;
  }
}
#top_movie .movie_list .movie_listitem a .movie_info .movie_info_title {
  order: 1;
}
#top_movie .movie_list .movie_listitem a .movie_info .movie_info_song {
  display: none;
}
#top_movie .movie_list .movie_listitem:nth-child(n+4) {
  display: none;
}
#top_movie .movie_list .movie_listitem:nth-child(2n) a {
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  #top_movie .movie_list .movie_listitem:nth-child(2n) a {
    flex-direction: column;
  }
}

#top #top_outfits {
  width: 100vw;
  background-image: url(../images/bg_canvas.png);
  background-size: cover;
  padding: 100px 0 120px;
  margin-bottom: 150px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #top #top_outfits {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 700px) {
  #top #top_outfits {
    margin-bottom: 80px;
  }
}
#top #top_outfits .section_inner {
  width: 100vw;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 700px) {
  #top #top_outfits .section_inner {
    background: transparent;
  }
}
#top #top_outfits .section_inner .section_title_outfit {
  margin: 0 auto 90px;
  width: 303px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  #top #top_outfits .section_inner .section_title_outfit {
    width: 260px;
    margin-bottom: 50px;
  }
}
#top #top_outfits .section_inner .section_title_outfit img {
  display: block;
  width: 100%;
  height: auto;
}
#top #top_outfits .section_inner .outfits_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  #top #top_outfits .section_inner .outfits_list {
    margin-bottom: 50px;
  }
}
#top #top_outfits .section_inner .outfits_list .outfits_listitem {
  margin: 6px 10px;
}
@media screen and (max-width: 1000px) {
  #top #top_outfits .section_inner .outfits_list .outfits_listitem {
    margin: 2px 5px;
  }
}
#top #top_outfits .btn_square {
  margin: 0 auto;
}

.modal_content {
  width: 500px;
}
.modal_content .modal_content_inner {
  width: 100%;
}

.outfits_list {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.outfits_list .outfits_listitem a, .outfits_list .outfits_listitem .outfits_listitem_inner {
  width: 190px;
  height: 240px;
  position: relative;
  perspective: 150em;
  display: block;
}
@media screen and (max-width: 1000px) {
  .outfits_list .outfits_listitem a, .outfits_list .outfits_listitem .outfits_listitem_inner {
    width: 130px;
    height: 170px;
  }
}
.outfits_list .outfits_listitem a .outfits_card_back, .outfits_list .outfits_listitem a .outfits_card_front, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.6s ease;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
  background-color: #FFF;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.outfits_list .outfits_listitem a .outfits_card_back img, .outfits_list .outfits_listitem a .outfits_card_front img, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back img, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front img {
  width: 102px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .outfits_list .outfits_listitem a .outfits_card_back img, .outfits_list .outfits_listitem a .outfits_card_front img, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back img, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front img {
    width: 72px;
    margin-bottom: 4px;
  }
}
.outfits_list .outfits_listitem a .outfits_card_back .outfits_card_front_name, .outfits_list .outfits_listitem a .outfits_card_front .outfits_card_front_name, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back .outfits_card_front_name, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front .outfits_card_front_name {
  font-size: 11px;
  color: #d3cfcb;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .outfits_list .outfits_listitem a .outfits_card_back .outfits_card_front_name, .outfits_list .outfits_listitem a .outfits_card_front .outfits_card_front_name, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back .outfits_card_front_name, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front .outfits_card_front_name {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.outfits_list .outfits_listitem a .outfits_card_back, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back {
  transform: rotateY(180deg);
  overflow: hidden;
  position: relative;
}
.outfits_list .outfits_listitem a .outfits_card_back img, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back img {
  width: 230%;
  height: auto;
  position: absolute;
  top: -57%;
  right: -55%;
}
.outfits_list .outfits_listitem a .outfits_card_back::after, .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_back::after {
  content: "";
  display: block;
  position: absolute;
  background: #1B1B1B;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.outfits_list .outfits_listitem a:hover, .outfits_list .outfits_listitem .outfits_listitem_inner:hover {
  opacity: 1;
}
.outfits_list .outfits_listitem a:hover .outfits_card_front, .outfits_list .outfits_listitem .outfits_listitem_inner:hover .outfits_card_front {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 700px) {
  .outfits_list .outfits_listitem a:hover .outfits_card_front, .outfits_list .outfits_listitem .outfits_listitem_inner:hover .outfits_card_front {
    transform: none;
  }
}
.outfits_list .outfits_listitem a:hover .outfits_card_back, .outfits_list .outfits_listitem .outfits_listitem_inner:hover .outfits_card_back {
  transform: rotate(0);
}
@media screen and (max-width: 700px) {
  .outfits_list .outfits_listitem a:hover .outfits_card_back, .outfits_list .outfits_listitem .outfits_listitem_inner:hover .outfits_card_back {
    transform: rotateY(180deg);
  }
}
.outfits_list .outfits_listitem.empty:hover .outfits_card_front {
  transform: none;
}

@media screen and (max-width: 700px) {
  #top #top_twitter {
    padding-top: 100px;
  }
}
#top #top_twitter .section_block_twitter .twitter_wrap {
  margin-bottom: 30px;
}

#top_contact .contact_description {
  margin-bottom: 24px;
}

#page_outfits {
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #page_outfits {
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
}
#page_outfits .gallery {
  width: 60%;
  flex-grow: 100;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery {
    width: 100%;
    overflow-y: visible;
    height: auto;
  }
}
#page_outfits .gallery .gallery_listitem {
  padding: 70px 0 40px;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem {
    padding: 24px 24px;
  }
}
#page_outfits .gallery .gallery_listitem .section_title {
  z-index: 100;
  margin-top: 110px;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .section_title {
    border-bottom: none;
    margin-top: 0;
  }
}
#page_outfits .gallery .gallery_listitem .gallery_main_list {
  width: 350px !important;
  max-width: 100% !important;
  margin: 0 auto 70px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page_outfits .gallery .gallery_listitem .gallery_main_list {
    width: 300px !important;
    max-width: 100% !important;
    margin: 0 auto 100px;
  }
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: -32px;
  top: 48px;
  width: 32px;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots {
    flex-direction: row;
    right: 0;
    bottom: -60px;
    top: auto;
    left: 0;
    width: auto;
    justify-content: center;
  }
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li {
  width: 32px;
  height: 32px;
  border: 1px solid #a5a39f;
  border-radius: 1px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li {
    width: 28px;
    height: 28px;
  }
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li button {
  font-size: 12px;
  background: initial;
  color: #a5a39f;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li button {
    font-size: 10px;
  }
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li button:before {
  content: none;
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li.slick-active {
  background: #a5a39f;
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li.slick-active button {
  color: #fff;
}
#page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li:hover {
  opacity: 0.5;
  transition: 0.2s;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .gallery_main_list .slick-dots li:hover {
    opacity: 1;
  }
}
#page_outfits .gallery .gallery_listitem .movie_listitem {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .movie_listitem {
    width: 300px;
  }
}
#page_outfits .gallery .gallery_listitem .movie_listitem::before, #page_outfits .gallery .gallery_listitem .movie_listitem::after {
  content: "";
  display: block;
  border-top: 1px solid #f1efed;
  border-bottom: 1px solid #f1efed;
  height: 3px;
}
#page_outfits .gallery .gallery_listitem .movie_listitem a {
  padding: 16px 0;
}
#page_outfits .gallery .gallery_listitem .movie_listitem a .movie_img {
  width: 164px;
  height: 91px;
  border-radius: 3px;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .movie_listitem a .movie_img {
    width: 116px;
    height: 65px;
    margin-right: 12px;
  }
}
#page_outfits .gallery .gallery_listitem .movie_listitem a .movie_info .movie_info_title {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 700px) {
  #page_outfits .gallery .gallery_listitem .movie_listitem a .movie_info .movie_info_title {
    letter-spacing: 0.5;
  }
}
#page_outfits .gallery .gallery_listitem .movie_listitem a .movie_info .movie_info_date {
  line-height: 14px;
  margin-bottom: 4px;
}
#page_outfits .gallery .gallery_listitem006 .movie_listitem, #page_outfits .gallery .gallery_listitem001 .movie_listitem {
  display: none;
}
#page_outfits .choice {
  background: #F8F8F8;
  width: 40%;
  max-width: 540px;
  height: 100%;
  overflow-y: scroll;
  padding: 110px 50px 70px;
}
@media screen and (max-width: 1000px) {
  #page_outfits .choice {
    width: 35%;
    padding: 100px 40px 70px;
  }
}
@media screen and (max-width: 700px) {
  #page_outfits .choice {
    width: 100%;
    overflow-y: visible;
    height: auto;
    max-width: none;
    padding: 90px 24px 20px;
  }
}
#page_outfits .choice .section_title_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  #page_outfits .choice .section_title_2 {
    display: none;
  }
}
#page_outfits .choice .section_title_2 span {
  width: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #page_outfits .choice .section_title_2 span {
    width: 80px;
  }
}
#page_outfits .choice .section_title_2::before, #page_outfits .choice .section_title_2::after {
  content: "";
  display: block;
  width: 100px;
  height: 0;
  order: 999;
}
@media screen and (max-width: 1000px) {
  #page_outfits .choice .section_title_2::before, #page_outfits .choice .section_title_2::after {
    width: 80px;
  }
}
#page_outfits .outfits_list {
  width: 100% !important;
}
@media screen and (max-width: 700px) {
  #page_outfits .outfits_list .slick-list {
    width: 100%;
  }
}
#page_outfits .outfits_list .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 12px;
}
#page_outfits .outfits_list .slick-track::before, #page_outfits .outfits_list .slick-track::after {
  content: "";
  display: block;
  width: 100px;
  height: 0;
  order: 999;
}
@media screen and (max-width: 1000px) {
  #page_outfits .outfits_list .slick-track::before, #page_outfits .outfits_list .slick-track::after {
    width: 80px;
  }
}
@media screen and (max-width: 700px) {
  #page_outfits .outfits_list .slick-track::before, #page_outfits .outfits_list .slick-track::after {
    content: none;
  }
}
#page_outfits .outfits_list .outfits_listitem {
  cursor: pointer;
  width: 100px !important;
}
@media screen and (max-width: 1000px) {
  #page_outfits .outfits_list .outfits_listitem {
    width: 80px !important;
  }
}
@media screen and (max-width: 700px) {
  #page_outfits .outfits_list .outfits_listitem {
    width: calc(20% - 10px) !important;
  }
}
#page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner {
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 1000px) {
  #page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner {
    height: 100px;
  }
}
@media screen and (max-width: 700px) {
  #page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner {
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  #page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front {
    overflow: hidden;
  }
}
#page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front img {
  width: 80px;
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  #page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front img {
    width: 60px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 700px) {
  #page_outfits .outfits_list .outfits_listitem .outfits_listitem_inner .outfits_card_front img {
    width: auto;
    height: 116%;
    position: absolute;
    top: 2px;
  }
}

#movie.wrapper {
  background: #F8F8F8;
}

#page_movie {
  padding: 110px 40px 80px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #page_movie {
    max-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  #page_movie {
    padding: 90px 24px 80px;
  }
}
#page_movie section:first-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 700px) {
  #page_movie section:first-child {
    margin-bottom: 70px;
  }
}
#page_movie .section_title_2 {
  margin-bottom: 8px;
}
#page_movie .movie_list {
  padding: 24px 40px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #page_movie .movie_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  #page_movie .movie_list {
    padding: 16px 12px;
  }
}
#page_movie .movie_list .movie_listitem {
  width: calc(50% - 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #page_movie .movie_list .movie_listitem {
    width: 100%;
  }
}
#page_movie .movie_list .movie_listitem:nth-last-child(n+3)::after {
  content: "";
  display: block;
  border-top: 1px solid #f1efed;
  border-bottom: 1px solid #f1efed;
  height: 3px;
}
@media screen and (max-width: 1000px) {
  #page_movie .movie_list .movie_listitem:nth-last-child(n+2)::after {
    content: "";
    display: block;
    border-top: 1px solid #f1efed;
    border-bottom: 1px solid #f1efed;
    height: 3px;
  }
}
@media screen and (max-width: 700px) {
  #page_movie .movie_list .movie_listitem:nth-last-child(n+2)::after {
    height: 2px;
  }
}
#page_movie .movie_list .movie_listitem a {
  justify-content: space-between;
  margin: 24px 0;
  flex-grow: 100;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #page_movie .movie_list .movie_listitem a {
    margin: 16px 0;
    align-items: flex-start;
  }
}
#page_movie .movie_list .movie_listitem a .movie_img {
  width: 200px;
  height: 112px;
  margin-right: 16px;
}
@media screen and (max-width: 700px) {
  #page_movie .movie_list .movie_listitem a .movie_img {
    width: 116px;
    height: 65px;
  }
}
#page_movie .movie_list .movie_listitem a .movie_info {
  width: 100%;
}
#page_movie .movie_list .movie_listitem a .movie_info .movie_info_title {
  font-size: 13px;
  line-height: 22px;
  margin: 8px 0 6px;
}
@media screen and (max-width: 700px) {
  #page_movie .movie_list .movie_listitem a .movie_info .movie_info_title {
    font-size: 12px;
    line-height: 19px;
    margin: 4px 0 4px;
  }
}
#page_movie .movie_list .movie_listitem a .movie_info .movie_date_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
#page_movie .movie_list .movie_listitem a .movie_info .movie_info_date {
  line-height: 14px;
}
#page_movie .movie_list .movie_listitem a .movie_info .movie_info_unit {
  line-height: 14px;
  font-size: 10px;
  border: 1px solid #a5a39f;
  color: #a5a39f;
  padding: 0 4px;
  letter-spacing: 0;
}
#page_movie .movie_list .movie_listitem a .movie_info .movie_info_unit:empty {
  display: none;
}
#page_movie .movie_list .movie_listitem a .movie_info .movie_info_song {
  line-height: 16px;
  color: #a5a39f;
  letter-spacing: 0.5px;
}

#notfound #page_notfound {
  background: #F8F8F8;
}
#notfound #page_notfound .section_inner {
  padding: 180px 40px 120px;
}
@media screen and (max-width: 700px) {
  #notfound #page_notfound .section_inner {
    padding: 120px 50px 80px;
  }
}
#notfound #page_notfound .section_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#notfound #page_notfound .notfound_headline {
  width: 440px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #notfound #page_notfound .notfound_headline {
    max-width: 100%;
  }
}
#notfound #page_notfound .notfound_img {
  width: 316px;
  margin-bottom: 12px;
}
@media screen and (max-width: 700px) {
  #notfound #page_notfound .notfound_img {
    max-width: 100%;
  }
}
#notfound #page_notfound .notfound_text {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 700px) {
  #notfound #page_notfound .notfound_text {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
}
#notfound #page_notfound .btn_square {
  width: 170px;
}

.outfits_list.comingsoon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 508px;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px !important;
  position: relative;
  pointer-events: none;
  cursor: default;
}
.outfits_list.comingsoon .outfits_listitem a {
  cursor: default;
}
.outfits_list.comingsoon::after {
  content: "COMING SOON";
  font-size: 50px;
  letter-spacing: 6px;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 3px solid #fff;
  padding: 50px 50px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1000px) {
  .outfits_list.comingsoon::after {
    font-size: 40px;
    letter-spacing: 6px;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 700px) {
  .outfits_list.comingsoon::after {
    font-size: 32px;
    letter-spacing: 4px;
    padding: 20px 20px;
  }
}
.outfits_list.comingsoon img, .outfits_list.comingsoon span {
  opacity: 0.4;
}
@media screen and (max-width: 1000px) {
  .outfits_list.comingsoon {
    height: 360px;
  }
}

.navi_listitem.comingsoon {
  pointer-events: none;
  position: relative;
}
.navi_listitem.comingsoon::after {
  content: "COMING SOON";
  position: absolute;
  color: #fff;
  /* background: #fff; */
  border: 2px solid #fff;
  padding: 0px 8px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  top: 12px;
  left: 11px;
}
.navi_listitem.comingsoon a {
  opacity: 0.6;
}

header .navi_listitem.comingsoon::after {
  color: #1B1B1B;
  border: 2px solid #1B1B1B;
  padding: 3px 13px;
  font-size: 18px;
  letter-spacing: 2px;
  top: 15px;
  left: 18px;
  font-weight: normal;
  filter: none;
}
@media screen and (max-width: 1000px) {
  header .navi_listitem.comingsoon::after {
    top: 15px;
    left: 13px;
    padding: 0px 9px;
    font-size: 14px;
  }
}