@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arimo&display=swap");
* {
  box-sizing: border-box;
  font-family: "helvetica", arial, sans-serif;
}

main .video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

main .video-wrapper video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

main .video-wrapper p.catch-copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  font-size: calc(22px + 4vw);
  text-shadow: 1px 1px 20px #000;
  color: #fff;
  margin: auto;
}

iframe {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  iframe {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  iframe {
    height: 200;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*header img*/
a img.img#random_img,
a img.img#random_img_w_lang {
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  a img.img#random_img,
  a img.img#random_img_w_lang {
    width: 30% !important;
  }
}
@media screen and (max-width: 680px) {
  a img.img#random_img,
  a img.img#random_img_w_lang {
    width: 40% !important;
    float: left;
  }
}

/*header*/
header {
  width: 100%;
  font-size: 9.5pt;
  background-color: #fff;
  display: block;
  text-align: left;
  z-index: 100;
  top: 0;
}
header div {
  float: right;
  padding: 1.5rem;
}
@media screen and (max-width: 680px) {
  header div {
    float: right;
    padding: 0.2rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 305px) {
  header div {
    font-size: 4.5pt;
  }
}
header div a {
  color: #858585;
}
header #profile {
  position: fixed;
  top: 10px;
  right: 1rem;
  padding: 5px;
  z-index: 1;
}

/*footer*/
footer {
  font-size: 8pt;
  text-align: center !important;
  padding: 1rem 2rem 2rem 3rem;
  background-color: #fff;
  bottom: 0;
}
footer #logo_legopierre {
  display: block;
}
footer img.img {
  left: 0;
  width: 40px;
  height: auto;
}
footer #scroll_to_top {
  opacity: 1;
  transition-duration: 0.5s;
  cursor: pointer;
}

/*body*/
video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1290px) {
  video {
    height: 100vh;
  }
}

body {
  animation: fadein 3s forwards;
  margin: 0px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-align: center;
}
body a:-webkit-any-link {
  -webkit-text-emphasis: none;
          text-emphasis: none;
  text-decoration: none !important;
}
body a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
body b {
  text-align: center;
  margin: 0 auto;
  display: block;
}
body .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}
body .main_container {
  margin-top: 1.5rem;
  flex-grow: 1;
  letter-spacing: 0.05em;
  font-size: 11pt;
  position: relative;
  overflow: visible;
  width: 100%;
  color: black;
  /* box 表示の際のcss */
}
body .main_container .language {
  font-size: 9pt;
}
body .main_container a.mail_link {
  font-weight: bold;
  display: block !important;
  transition: color 1s !important;
  transition: font-size 1s !important;
}
body .main_container a.mail_link:hover {
  color: #c90000;
  font-size: 12pt;
}
body .main_container .small_picture_container {
  padding: 0 1rem 1rem 1rem;
}
body .main_container .small_picture_container img.img,
body .main_container .small_picture_container video {
  width: 25rem;
  height: auto !important;
}
@media screen and (max-width: 680px) {
  body .main_container .small_picture_container img.img,
  body .main_container .small_picture_container video {
    width: 20rem;
    height: auto !important;
  }
}
@media screen and (max-width: 420px) {
  body .main_container .small_picture_container img.img,
  body .main_container .small_picture_container video {
    width: 100%;
    height: auto !important;
  }
}
body .main_container div.menu_content {
  text-align: left;
  margin-left: 25px;
}
body .main_container div.menu_content a {
  color: #858585;
}
body .main_container div.menu_content a.active {
  animation: fadein 1s forwards;
  color: #141414;
}
body .main_container .page_content,
body .main_container .journal_container {
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0px;
  margin-top: 0px;
}
body .page_content li,
body .journal_container li {
  text-align: left;
  padding: 0px 0px 0px 5px;
  border-bottom: 1.5px solid #141414 !important;
  border-left: 1.5px solid #141414 !important;
  border-right: 1.5px solid #141414;
  margin: 0px 20px 0px 20px;
  /* box 表示の際のcss */
}
body .page_content li.maintitle_container,
body .journal_container li.maintitle_container {
  background-color: #000;
  color: #fff !important;
  display: flex;
}
body .page_content li.maintitle_container div.back_number,
body .journal_container li.maintitle_container div.back_number {
  padding-top: 5px;
  padding-bottom: 5px;
}
body .page_content li.maintitle_container div.back_number p,
body .journal_container li.maintitle_container div.back_number p {
  font-family: "Libre Bodoni", serif !important;
  transform: scaleX(1.5);
  margin-left: 25px;
  display: inline-block !important;
}
body .page_content li span,
body .journal_container li span {
  font-size: 0;
}
body .page_content li:hover,
body .journal_container li:hover {
  box-shadow: 0 0 15px 3px #141414 inset;
}/*# sourceMappingURL=main.css.map */