@charset "UTF-8";
/* CSS Document */
/* BASHOTORI BLUE COLOR is: #8ed8f8;  */
/* BASHOTORI PINK COLOR is: #f8bdd7;  */
body {
  /*background-color:rgba(55,55,55,1.00);*/
  background-color:rgba(0,0,0,1.00);
  width: 100%;
}
#BashotoriTitleImage {
  width: 30%;
  min-width: 120px;
  max-width: 300px;
  margin: auto;
}
#BashotoriTitleImage:hover {
  cursor: pointer;
}
#BashotoriTitleImage:active {
  background-color:purple;
}
#BashotoriTitleImage2 {
  opacity: 30%;
  width: 30%;
  min-width: 120px;
  max-width: 300px;
  margin: auto;
}
#Part3Image {
  opacity: 30%;
  width: 10%;
  min-width: 50px;
  max-width: 300px;
  margin-top: 0;
}
#nextLink {
  display: none;
}
.banner{
  /*background-color:rgba(55,55,55,1.00);*/
}
.background {/*hide on mobile portrait*/
  position: absolute;
  top: 0;
  width: 100%;
  height: 18%;
  z-index: -1;
}
.warning {/* mobile portrait message */
	background-color:white;
	padding:2em .5em;
  margin: 2em 0;
	}
/*  caroussel  */
.fixedAspectRatio {
  background-color: red;
  width: 100%;
  padding-top: 36%; /* keeps 3.6:10 Aspect Ratio when responsive*/
  position: relative; /* very important but why? */
  margin: 6% 0 6% 0;
}
.carousel {
  /*added to position into constant aspect ratio container*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*  caroussel contents */
.carousel-cell {
}
.imageSlide {
  /*display: block;*//*why?*/
  height: 100%;
  min-width: 19%; /* to make space for loading slides. danger! at 19%, images under 115mm in InDesign will be stretched  */
}
.cycle-slideshow-container {
  width: 100%;/*IMPORTANT! seems redundant */
  height:100%;/*IMPORTANT! seems redundant */
}
.cycle-slideshow {
  height:100%;/*IMPORTANT! seems redundant */
}
.cycle-slideshow img {
  width: 100%;/*IMPORTANT! seems redundant */
}
.flexboxText {
  height: 100%;
  /*flexbox*/
  display: flex;
  flex-direction: column;
  justify-content:space-around;
  align-items: center;
}
/*  first slide: navigation info */
.bckgrdphoto1 {
  background-image:  url("../_images/bashotori/background/bashotori_colors.png");
  background-size: contain;
}
.firstSlide {
  width: 60%;
  height: 100%;
  margin: 0 20%;
}
.arrow {
  float: left;
  width: 10%;
  height: 100%;
}
.arrow img {
  width: 100%;
  height: 100%;
}
.navigationInfo {
  width: 90%;
  height: 100%;
  font-size: 1.5vw;/*bigger for mobile, see media query*/
  color: black;
}
.navigationInfo div {
	background-color:white;
}
.navigationInfo p {
  width: 99%;/*prevents line break, the missing 1% allow a right margin without ruining the slide centering*/
  margin: 4% 0; /*  keeps vertical space between paragraphs. smaller for mobile, see media query  */
}
/* second slide: definitions */
.definition {
  width: 90%;
  height: 100%;
  font-size: 2.5vw;/*bigger for mobile, see media query*/
  color: white;
}
.definition p {
  width: 100%;/*prevents line break*/
  margin: 4% 0; /*  keeps vertical space between paragraphs. smaller for mobile, see media query  */
  text-align: center;
}
/* third slide: prologue */
.prologue {
  width: 100%;/*70% max pour voir le mot 'Prologue' sur mobile*/
  height: 100%;
  margin: 0;
  /*border: #000000 thin solid;*/
  background-color: white;
}
.prologueImage {
  float: left;
  width: 0;/*important mais pourquoi?*/
  height: 100%;
}
.prologueImage img {
  height: 100%;
}
.prologueText {
  /*float: right;*//*do not mix with flexbox?!*/
  width: 60%;
  margin: auto;
  font-size: 2vw;/*bigger for mobile, see media query*/
  color: black;
}
.prologueText p {
  margin: 4% 0; /*  keeps vertical space between paragraphs. smaller for mobile, see media query  */
}
.backgroundColor {
	background-color: black;
}
/* GIF */
.walkGif {
	/*center*/
	display:block;
	margin: 0 auto;
	/*max-width:1120px;*/
}
/* to be continued slide */
.toBeContinued {
  width: 70%;
  text-align: center;
  color: white;
}
.mainMessage {
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: 9% 0;
}
.mainMessage_fr {
  width: 45%;
  max-width: 280px;/* 500x45/80=281 */
  height: auto;
  margin: 9% 0;
}
.mainMessage_jp {
  min-width: 100px;
  width: 14%;
  max-width: 180px;/* 500x45/80=281 */
  height: auto;
  margin: 9% 0;
}
.newsletter {
  width: 100%;/*prevents line break*/
  font-size: 1.5vw;/*bigger for mobile, see media query*/
}
.newsletter a {
  color: white;
}
.newsletter a:hover {
  color: red;
}
/*social media links*/
.socialMedia {
  width: 250px;
  padding: 0;
	margin:0 auto;
}
.followAndShare {
  float: left;
  padding: 0;
  margin: 0 0 0 0;
  font-size: 16px;/*bigger for mobile, see media query*/
}
.socialMedia a {
  text-decoration:none;
}
.socialMedia img {
  margin-left: 24px;
	width:24px;
	height:24px;
	opacity: 0.7;
	}
.socialMedia img:hover {
	opacity:1;
	}
/* credits slide */
.credits {
  width: 100%;
  height: 100%;
  font-size: 2.5vw;/*bigger for mobile, see media query*/
  color: white;
}
.credits p {
  width: 100%;/*prevents line break*/
  margin: 4% 0; /*  keeps vertical space between paragraphs. smaller for mobile, see media query  */
  text-align: center;
}
/* end slide */
.end {
  width: 90%;
  text-align: center;
  color: white;
}
/*=====PORTRAIT ORIENTATION STYLES======*//*===============================@media only screen and (orientation: portrait)============================*/
@media only screen and (max-width:768px) and (orientation: portrait) {
  body {
    background-color:rgba(55,55,55,1.00);
  }
  .background {
    display: none;
  }
  .mobilePortraitOnly{
    display:block;
  }
  #AkibareTitleImage {
    width: 30%;
    min-width: 120px;
    max-width: 300px;
    margin: auto;
  }
  .carouselWrapper {
    display: none;
  }
}

/*=====ALL LANDSCAPE ORIENTATION STYLES======*//*==============================@media only screen and (orientation: landscape)=============================*/


@media only screen and (orientation: landscape) {
  .title {
    /*modifies full_screen_black.css but not mobile version*/
    margin-top: 1%;
    }
}

/*=====LANDSCAPE ORIENTATION STYLES======*//*==============================@media only screen and (orientation: landscape)=============================*/


@media only screen and (max-width:768px) and (orientation: landscape) {
/* test */
  header {
	  /*display: none;*/
  }
  .title {
	  display: none;
  }

.mobilePortraitOnly{
    display:none;
  }
.fixedAspectRatio {
  padding-top: 45%; /* original 36% */
  margin: 6% 0 6% 0; /* original: margin: 6% 0 6% 0 */
  }
.prologueText {
  width: 74%;/*mystery*/

  }
}

/*=====TARGET  MOBILES======*/
@media only screen and (max-width:768px) {
  .computerOnly {
      display: none;
    }
  /*  fonts  */
  .navigationInfo {
    font-size: 3vw;/*instead of 1.5vw*/
  }
  .definition {
    font-size: 4vw;/*instead of 2.5vw*/
  }
  .prologueText {
    font-size: 2.8vw;/*instead of 2vw*/
  }
  .newsletter {
    font-size: 4vw;/*instead of 1.5vw*/
  }
  .credits {
    font-size: 4vw;/*instead of 2.5vw*/
  }
}
