@charset "UTF-8";
/* Reset
------------------------------------------------ */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, ul, li {
  display: block;
  margin: 0;
  padding: 0;
}
caption, th {
  margin: auto;
  text-align: left;
}
img {
  border: 0;
  vertical-align: bottom;
}
img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
address, caption, th {
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 0;
  padding: 0;
}
/* body,Anchor
------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;
  line-height: 1.5;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
}

a:hover {
  color: #ccc;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}
/* header:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: “alpha(opacity=60)”;
  transition-property: all;
  transition: 0.2s linear;
} */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Layout
------------------------------------------------ */
#container {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1280px;
  min-width: 1280px;
  padding: 0;
  background-color: #141313;
}

/* content
------------------------------------------------ */
#content {
  background: #141313;
  text-align: center;
}
#content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
  transition-property: all;
  transition: 0.2s linear;
}
header {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/* common
------------------------------------------------ */
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}
.shadow02 {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.mgb50 {
  margin-bottom: 50px !important;
}
.mgb60 {
  margin-bottom: 60px !important;
}
.mgb80 {
  margin-bottom: 80px !important;
}
.mgb90 {
  margin-bottom: 90px !important;
}
.mgb100 {
  margin-bottom: 100px !important;
}
.mgl110{
  margin-left: -110px !important;
}
.pdt40 {
  padding-top: 40px;
}
img.w-auto {
  width: auto;
  margin: auto;
}
img.w-100 {
  width: 100%;
}
/* footer
------------------------------------------------ */

#footer {
  display: block;
  padding: 10px 0px 10px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: #000;
  margin: 0 auto;
}
.copyright {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #000;
  font-size: 12px;
  /*font-size: calc( 12vw/10 );*/
  white-space: nowrap;
}

.pc-only {
  display: block;
  margin: auto;
}
.sp-only {
  display: none;
}
.sp-xs-only {
  display: none;
}
/* izimodal */
.iziModal {
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 20px 20px 20px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 40px 25px 12px;
  margin: 0 0 -20px 0;
}
/* izimodal */
.iziModal {
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 20px 20px 20px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 40px 25px 12px;
  margin: 0 0 -20px 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  top: 8px;
  right: 0;
  margin: 0 0 0 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  width: 85px;
  height: 22px;
  opacity: 1;
}
.iziModal .iziModal-button-close {
  background: url("../images/modal_close.png") no-repeat center center / contain;
  transition: none;
}
.iziModal .iziModal-button-close:hover {
  transform: rotate(0)
}
.modalMovTrg {
  cursor: pointer;
}
/* .tokyofashionlink-20230903
------------------------------------------------ */
#content .tokyofashionlink-20230903 .inner {
  width: 900px;
  margin: auto;
}

#content .main_visual img {
  vertical-align: top;
  width: 100%;
}
#content .main_lead img {
  vertical-align: top;
  width: 100%;
}
div.page-link {
  cursor: pointer;
  display: flex;
  z-index: 101;
  position: fixed;
  bottom: 10px;
  right: 0;
  flex-direction: column;
}
div.page-link a {
  margin-bottom: 15px;
}
#content .btn_area {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
#content .btn_area a {
  width: 49%;
  margin: 0 auto;
}
#content .btn_area a img {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.wid20 {
  width: 20%;
}
.wid30 {
  width: 30%;
}
.wid40 {
  width: 40%;
}
.wid50 {
  width: 50%;
}
.wid60 {
  width: 60%;
}
.wid70 {
  width: 70%;
}
.wid80 {
  width: 80%;
}
.wid90 {
  width: 90%;
}
.wid95 {
  width: 95%;
}
.wid100 {
  width: 100%;
}


.center {
  margin: 0 auto;
}


/* main_visual
------------------------------------------------ */
.main_visual {
  width: 100%;
  margin: 0 auto;
}
.main_visual img {
  width: 100%;
}

/* movie
------------------------------------------------ */
.movie {
  position: relative;
}
.howto-movieList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  width: 93%;
}
.movie_btn {
  cursor: pointer;
  position: absolute;
  bottom: 15.2%;
  right: 2.5%;
}
/* youtube
------------------------------------------------ */
.youtube_wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 88%;
  bottom: 40px;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ここから上は修正しないで、ここより下にて上書をしてください。*/


/* bg 
------------------------------------------------ */
.bg_tieupYoutube {
  background-color: #141313;
  padding: 50px 0 50px;
}
.bg_tieupEx {
  padding: 100px 0 100px;
}
.bg_lead {
  background-color: #141313;
  padding: 40px 0 10px;
}
.bg_schedule {
  background-color: #141313;
  padding: 40px 0 40px;
}
.bg_ticket {
  background-color: #141313;
  padding: 40px 0 40px;
}
.bg_map {
  background-color: #141313;
  padding: 40px 0 40px;
}
.bg_seat {
  background-color: #141313;
  padding: 40px 0 40px;
}
.bg_exhibition01 {
  background-color: #141313;
  padding: 50px 0 0px;
  border: #fff;
  border-radius: 20px;
}
#content .bg_exhibition01 .inner {
  width: 60%;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  z-index: 300;
}
.bg_exhibition02 {
  background-color: #141313;
  padding: 50px 0 50px;
}

/* movie_area
------------------------------------------------ */
.movie_area {
  background: url("../images/background02.jpg") center;
  padding: 60px 0 60px;
	color: #fff;
}

.movie_set h3{
	font-size: 32px;
	margin: 0;
	margin-bottom: 20px;
}

/* footer
------------------------------------------------ */

.email { 
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  width: 240px;
  text-align: center;
  margin: 0px auto;
  margin-top: 40px;
  text-decoration: none;
  padding: 12px 20px;
  border: solid 0.1px #fff;
  border-radius: 0px;
}

small {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  padding: 30px;
}

.mailadd { 
  font-size: 12px;
  font-weight: 100; 
  letter-spacing: 0.1em;
}

.backTopB {
  display: block;
  width: 54px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 300;
}
.reverse {
  display: flex;
  flex-direction:row-reverse
}

/* mediaqueries
------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-xs-only {
    display: none;
  }
  .page-link {
    display: none;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  img {
    width: 100%;
  }
  #container {
    max-width: 1400px;
    min-width: 320px;
  }

  #content .tokyofashionlink-20230903 .inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .mgb10 {
    margin-bottom: 5px !important;
  }
  .mgb20 {
    margin-bottom: 10px !important;
  }
  .mgb30 {
    margin-bottom: 15px !important;
  }
  .mgb40 {
    margin-bottom: 18px !important;
  }
  .mgb50 {
    margin-bottom: 20px !important;
  }
  .mgb60 {
    margin-bottom: 30px !important;
  }
  .mgb80 {
    margin-bottom: 40px !important;
  }
  .mgb90 {
    margin-bottom: 45px !important;
  }
  .mgb100 {
    margin-bottom: 50px !important;
  }
  .mgb160 {
    margin-bottom: 80px !important;
  }
  .mgt20 {
    margin-top: 10px;
  }
  .pdt10 {
    padding-top: 0px;
  }
 
   /* .flex {
   display: block;
  } */
   

  
  /* max-width768 header
  ------------------------------------------ */
  header {
    margin-left: 0;
  }
  header p {
    max-width: 641px;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
  }
  header p span {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* max-width768 footer
  ------------------------------------------ */
  #container, #footer {
    /*	max-width: 460px;*/
    max-width: 100%;
  }
  ------------------------------------------ */
  #content .btn_area {
    margin: 0px auto 20px;
    display: block;
    width: 100%;
  }
  #content .online {
    margin: 0 auto 0;
  }
  #content .btn_area img {
    width: 100%;
  }
  #content .btn_area a {
    width: 100%;
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }
  #content .btn_area a:not(:last-child) {
    margin-bottom: 15px;
  }
  
  /* max-width768 fixed_menu
  ------------------------------------------ */
  #fixed_menu {
    position: fixed;
    bottom: 0;
    background-size: cover;
    width: 100%;
    z-index: 3;
  }
  #fixed_menu .inner {
    position: relative;
  }
  #fixed_menu .fixed_menu_btn {
    position: absolute;
    bottom: 5px;
    z-index: 210;
    width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px;
  }
  #fixed_menu .fixed_menu_btn img {
    width: 100%;
  }
  #fixed_menu .fixed_menu_text {
    position: absolute;
    bottom: 0;
    z-index: 200;
  }
  #fixed_menu .fixed_menu_text img {
    width: 100vw;
  }
  .main_visual {
    width: 100%;
    margin-bottom: 0px;
  }
  .main_lead {
    width: 100%;
    margin-bottom: 0px;
  }
  .movie_btn {
    bottom: 9%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 8px;
  }

/*ここから上は修正しないで、ここより下にて上書をしてください。*/
  
  /* bg
------------------------------------------------ */
  .bg_specialpackage {
    background: url("../images/bg_specialpackage_sp.png");
    background-size: cover;
    padding: 20px 0 20px;
  }
  .bg_tieupYoutube {
    padding: 20px 0 20px;
  }
  .bg_tieupEx {
    padding: 30px 0 30px;
  }
  .bg_schedule {
    padding: 20px 0 20px;
  }
  .bg_ticket {
    padding: 20px 0 20px;
  }
  .bg_map {
    padding: 20px 0 20px;
  }
  .bg_seat {
    padding: 20px 0 20px;
  }
  .bg_exhibition {
    padding: 20px 0 20px;
  }

  footer {
    min-width: inherit;
  }

  .movie_area{
    padding: 20px 20px;
  }

  .movie{
	  display: block;
  }
  .movie_inner{
  	width: 90%;
  	margin: auto;
  }
  .flex,.wid100 {
  width: 90%;
  justify-content: space-between;
  } 
  .mgside {
    margin: 0px 10px 0px;
  }
  
  .backTopB {
  display: block;
  width: 32px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 300;
  }
  #fixed_menu .inner .wid30{
    width: 90%;
  }
}

/*ここから下は必要になったものだけを記載してください。*/
@media screen and (max-width: 480px) {
  .sp-xs-only {
    display: inline-block;
  }
  #content .btn_area {
    margin: 0px auto 0px;
    display: block;
  }
  #footer {
    padding-right: 0;
    padding-bottom: 120px;
  }
  #content .tokyofashionlink-20230903 .inner {
    padding: 0 0 0;
  }
  #fixed_menu .wid30{
    width: 20%;
  }
  small {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  padding: 20px;
  }

    #fixed_menu .fixed_menu_btn {
    padding: 20px 0px 10px;
  }

  /* bg
------------------------------------------------ */

 
}

