@charset "utf-8";
/*
Theme Name: biennale_Production2022
Theme URI:
Description:
Version:
Author:
Author URI:
*/

/* CSS Document */

.no-scroll {
  overflow-y: scroll;
  /* height: 100vh; */
  /* overflow: hidden; */
}
@media all and (max-width: 900px) {
  .no-scroll {
    height: 100vh;
    overflow: hidden;
  }
}
@media all and (max-width: 600px) {
}

/* pc main img(header)
---------------------------- */

#left-area {
  width: 25%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px;
  padding-top: 80px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#left-area .title {
  margin-bottom: 2vh;
  padding-right: 2vw;
  width: 100%;
  position: relative;
}

#left-area .title h1 {
  height: 70vh;
  position: relative;
}
#left-area .title h1::before {
  content: "書／千葉 清藍";
  position: absolute;
  bottom: 0;
  left: -1.5em;
  margin: auto;
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

#left-area .title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#left-area .title h1 img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* #left-area .title p.note {
  position: absolute;
  bottom: 0;
  left: -1.7vw;
  margin: auto;
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
} */

#left-area .new_arival {
  width: 100%;
}

#left-area .new_arival .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#left-area .new_arival .head p.ttl {
  font-size: 1.4rem;
}

#left-area .new_arival .head .link-arc {
  font-size: 1.4rem;
  color: #979797;
  transition: 0.3s ease-in;
}
#left-area .new_arival .head:hover .link-arc {
  transition: 0.3s ease-in-out;
  color: #d36d6d;
}

#left-area .new_arival .link-post {
  display: block;
  width: 100%;
  transition: 0.3s ease-in;
}

#left-area .new_arival .link-post:hover {
  transition: 0.3s ease-in;
  background-color: #f0f0f0;
}

#left-area .new_arival .link-post time {
  font-size: 1.4rem;
  color: #979797;
  transition: 0.3s ease-in;
}
#left-area .new_arival .link-post p {
  transition: 0.3s ease-in;
}
#left-area .new_arival .link-post:hover p {
  transition: 0.3s ease-in-out;
  color: #d36d6d;
}

@media all and (max-width: 1400px) {
  #left-area {
    padding: 80px 3% 3%;
  }
}
@media all and (max-width: 1200px) {
  #left-area .title h1 {
    height: 75vh;
  }
}
@media all and (max-width: 900px) {
  #left-area {
    display: none;
  }
}
@media all and (max-width: 600px) {
}

/* sp ttl(header)
---------------------------- */
#sp-ttl {
  display: none;
}

@media all and (max-width: 900px) {
  #sp-ttl {
    display: block;
    padding: 20px 0;
  }
  #sp-ttl a {
    display: block;
  }
}
@media all and (max-width: 600px) {
  #sp-ttl {
    padding: 10px 0;
  }
}

/* top menu(header)
---------------------------- */
#top_menu {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  padding: 25px 5%;
  z-index: 901;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_menu > div,
#top_menu .content-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_menu .content-link li {
  position: relative;
}
#top_menu .content-link li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #b20000;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  transition: 0.5s ease-in-out;
}
#top_menu .content-link li:hover:before {
  width: 80%;
}
#top_menu .content-link li::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#top_menu .content-link li:last-of-type:after {
  display: none;
}
#top_menu .content-link li a {
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 1;
  font-size: 1.4rem;
  position: relative;
}
#top_menu .content-link li a .ja {
  background-color: #fff;
  opacity: 1;
  transition: 0.3s ease-in-out;
  position: relative;
}

#top_menu .announce {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #d36d6d;
  color: #d36d6d;
  line-height: 1;
}

#top_menu .announce:hover {
  background-color: #d36d6d;
  color: #fff;
}

#top_menu .sns-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  margin-left: 10px;
}
#top_menu .sns-link li {
  position: relative;
  width: calc(100% / 5);
  font-size: 11px;
}
#top_menu .sns-link li span.ja {
  position: absolute;
  right: 0;
  bottom: -2.1em;
  text-align: center;
  left: 0;
  margin: auto;
  letter-spacing: 0;
}
#top_menu .sns-link li:first-of-type {
  margin-right: 2px;
}

#top_menu .sns-link li a {
  display: block;
  width: 30px;
  margin: 0 auto;
}
#top_menu .sns-link li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 1600px) {
  #top_menu {
    padding: 25px 30px;
  }
}
@media all and (max-width: 1560px) {
  #top_menu {
    display: none;
  }
}

/* menu(header)
---------------------------- */
#menu {
  width: 90px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 900;
  display: none;
  background-color: #fff;
}

#menu .menu-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding-bottom: 30px;
}

/* sns link */
#menu .link-list {
  width: 100%;
}

#menu .link-list li {
  width: 100%;
  padding: 0 30%;
  margin: 0 auto;
  margin-bottom: 1vh;
  text-align: center;
  font-size: 11px;
  position: relative;
  padding-bottom: 1.5em;
}
#menu .link-list li span.ja {
  position: absolute;
  right: 0;
  bottom: 0.1em;
  left: 0;
  margin: auto;
}

#menu .link-list li:last-of-type {
  margin-bottom: 0;
}

#menu .link-list li a {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 110%;
  overflow: hidden;
}

#menu .link-list li.link_outline a {
  padding-top: 150%;
}

#menu .link-list li a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
#menu .link-list li a .change-fill {
  transition: 0.3s ease-in;
}
#menu .link-list li a:hover .change-fill {
  fill: #b20000;
  transition: 0.3s ease-in-out;
}

@media all and (max-width: 1560px) {
  #menu {
    display: block;
  }
}
@media all and (max-width: 900px) {
  #menu {
    height: auto;
    padding-bottom: 0;
  }
  #menu .link-list {
    display: none;
  }

  #menu .menu-wrapper {
    height: auto;
    padding-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  #menu {
    width: 60px;
  }
}

/* .hmg */
#menu .menu-wrapper .hmg {
  margin: 0 auto;
  cursor: pointer;
  background-color: #b20000;
  width: 100%;
  padding: 25px 20px;
  height: 90px;
  display: block;
  align-items: center;
  justify-content: center;
}

#menu .menu-wrapper .hmg div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#menu .menu-wrapper .hmg span {
  position: static;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease-in;
}
#menu .menu-wrapper .hmg:hover span {
  animation: hm-line 0.5s ease-in;
}

#menu .menu-wrapper .hmg:hover span:nth-of-type(2) {
  animation-delay: 0.1s;
}

#menu .menu-wrapper .hmg:hover span:last-of-type {
  animation-delay: 0.2s;
}
#menu .menu-wrapper .hmg.active:hover span {
  animation: none;
}
#menu .menu-wrapper .hmg span:nth-of-type(2) {
}
#menu .menu-wrapper .hmg p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 1;
}

#menu .menu-wrapper .hmg span:last-of-type {
  margin-bottom: 0;
}

#menu .menu-wrapper .hmg:hover span {
  animation: hm-line 0.5s ease-in;
}

#menu .menu-wrapper .hmg.open:hover span {
  animation: none;
}

#menu .menu-wrapper .hmg:hover span:nth-of-type(2) {
  animation-delay: 0.1s;
}

#menu .menu-wrapper .hmg:hover span:last-of-type {
  animation-delay: 0.2s;
}

#menu .menu-wrapper .hmg.open {
}

#menu .menu-wrapper .hmg.open span {
  transition: 0.3s ease-in-out;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
}

#menu .menu-wrapper .hmg.open span:first-of-type {
  transform: rotate(45deg);
}
#menu .menu-wrapper .hmg.open span:nth-of-type(2) {
  opacity: 0;
}

#menu .menu-wrapper .hmg.open span:last-of-type {
  transform: rotate(-45deg);
}

#menu .menu-wrapper .hmg.open:hover span {
  animation: none;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  #menu .menu-wrapper .hmg {
    padding: 15px 10px;
    height: 60px;
    width: 60px;
    margin-right: 0;
  }
}

/* layer(header)
---------------------------- */

@media all and (max-width: 1200px) {
}
#layer-menu {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  padding: 10vh 5%;
}

#layer-menu.active {
  opacity: 1;
  pointer-events: all;
}

#layer-menu .inner {
  max-width: 850px;
  margin: 0;
  /* max-height: 60vh; */
  overflow-y: auto;
  max-height: 100%;
}
#layer-menu .ttl {
  margin: 0 auto 90px;
  width: 100%;
}
#layer-menu .ttl p.smaller {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Helvetica", Arial, sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  line-height: 1;
}
#layer-menu .ttl p.ttl-p {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
}

#layer-menu .content-link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding: 0 40px;
}

#layer-menu .content-link li {
  flex-basis: 47%;
  margin-bottom: 40px;
}
#layer-menu .content-link li:nth-of-type(even) {
  margin-left: 6%;
  padding-left: 0.5em;
}

#layer-menu .content-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
#layer-menu .content-link li.announce {
  flex-basis: 100%;
}
#layer-menu .content-link li.announce a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #d36d6d;
  color: #d36d6d;
  line-height: 1;
  margin: 0 auto;
  width: 50%;
  min-width: fit-content;
  text-align: center;
}
#layer-menu .content-link li.announce a::before {
  display: none;
}

#layer-menu .content-link li.announce a:hover {
  background-color: #d36d6d;
  color: #fff;
}

#layer-menu .content-link li a::before {
  content: "";
  width: 103%;
  height: 100%;
  background-color: #b20000;
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -0.5em;
  margin: auto;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s ease-in-out;
  z-index: -1;
}
#layer-menu .content-link li a:hover:before {
  transform: scaleX(1);
  transition: 0.3s ease-in-out;
}
#layer-menu .content-link li a span {
  display: block;
  text-align: left;
}

#layer-menu .content-link li a .ja {
  font-size: 1.8rem;
  width: 58%;
}
#layer-menu .content-link li a .en {
  font-family: "Helvetica", Arial, sans-serif;
  letter-spacing: 0.2em;
  color: #b20000;
  font-size: 1.3rem;
  width: 42%;
}
#layer-menu .cs.no-link {
  opacity: 0.3;
  pointer-events: none;
}
@media all and (max-width: 1400px) {
  #layer-menu .ttl {
    margin: 0 auto 6vh;
  }
}
@media all and (max-width: 1300px) {
  #layer-menu .content-link li {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 900px) {
  #layer-menu .content-link {
    padding-bottom: 20px;
  }

  #layer-menu .content-link li a {
    display: block;
  }
  #layer-menu .content-link li a .ja,
  #layer-menu .content-link li a .en {
    width: 100%;
    line-height: 1.6;
  }
}
@media all and (max-width: 600px) {
  #layer-menu {
    padding: 10% 0;
  }

  #layer-menu .ttl {
    margin: 0 auto 30px;
  }

  #layer-menu .content-link {
    padding: 0 10px 10px;
    margin-bottom: 40px;
  }
  #layer-menu .content-link li {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  #layer-menu .content-link li:nth-of-type(even) {
    margin-left: 0;
  }
  #layer-menu .content-link li a .ja {
    font-size: 1.5rem;
  }
  #layer-menu .content-link li a .en {
    font-size: 1.1rem;
  }
}

#layer-menu .banner-link {
  padding: 0 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#layer-menu .banner-link li {
  width: 48%;
}
/*
#layer-menu .banner-link li:last-of-type {
  margin-bottom: 0;
} */

#layer-menu .banner-link a {
  display: block;
  width: 100%;
}
#layer-menu .banner-link a:hover {
  opacity: 0.5;
}

@media all and (max-width: 900px) {
  #layer-menu .banner-link {
    /* display: block;
    text-align: center; */
  }

  #layer-menu .banner-link li {
    /* width: 60%; */
    /* margin: 0 auto; */
  }
}
@media all and (max-width: 600px) {
  #layer-menu .banner-link {
    padding: 0 0;
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  #layer-menu .banner-link li {
    margin-bottom: 0;
    width: 100%;
  }
  #layer-menu .banner-link li a {
    font-size: 1.4rem;
  }
}
#layer-menu .sns-link {
  display: none;
}
@media all and (max-width: 900px) {
  #layer-menu .sns-link {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #layer-menu .sns-link li {
    flex-basis: 10%;
    position: relative;
    font-size: 11px;
  }
  #layer-menu .sns-link li span.ja {
    position: absolute;
    right: -50%;
    bottom: -2em;
    left: -50%;
    margin: auto;
    text-align: center;
  }
  #layer-menu .sns-link li a {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  #layer-menu .sns-link {
    width: 50%;
    padding-bottom: 44px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 44px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 35px;
  }

  #layer-menu .sns-link li {
    flex-basis: 100%;
  }
}

/* main content
---------------------------- */
#main {
  /* width: calc(75% - 210px); */
  width: calc(75% - 110px);
  position: absolute;
  /* right: 150px; */
  right: 50px;
  top: 0;
  padding: 120px 0 0;
  z-index: 1;
}
#main .content {
  width: 100%;
  position: relative;
}

@media all and (max-width: 1560px) {
  #main {
    width: calc(75% - 210px);
    right: 150px;
  }
}

@media all and (max-width: 1100px) {
  #main {
    width: calc(75% - 170px);
    right: 130px;
    padding: 90px 0 0;
  }
}
@media all and (max-width: 900px) {
  #main {
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
}

/* bottom txt(footer)
---------------------------- */

.bottom_txt {
  padding-top: 65px;
  margin: 0 auto;
}

.bottom_txt .inner p {
  width: 60%;
  margin: 0;
  margin-left: auto;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .bottom_txt {
    display: none;
  }
}

/* sns(footer)
---------------------------- */
.sns_area {
  padding-top: 65px;
  width: 100%;
  margin: 0 auto 100px;
}

.sns_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sns_area .inner .feed {
  width: 32%;
}

.sns_area .inner .feed .ttl {
  font-size: 1.6rem;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.7em;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .sns_area {
    padding-top: 50px;

    margin: 0 auto 80px;
  }
  .sns_area .inner {
    flex-wrap: wrap;
  }

  .sns_area .inner .feed {
    width: 100%;
    margin-bottom: 30px;
  }
  .sns_area .inner .feed.fb {
    margin-bottom: 0;
  }
  .sns_area .inner .feed .ttl {
    font-size: 2rem;
    padding: 0.5em;
  }
}

/* footer
---------------------------- */
#footer {
  padding-top: 30px;
}
#footer .inner {
  /* margin-bottom: 20px; */
}
#footer a.logo {
  display: block;
  width: 35%;
  margin: 0 auto 20px;
  transition: 0.3s ease-in;
}
#footer a.logo:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

#footer p {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}

#footer .sponser_logo {
  height: 1.5em;
  width: auto;
  max-width: 90vw;
  margin-bottom: 0.3em;
}

#footer small {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.2rem;
  padding: 1.5em 0;
}

.slick-track {
  width: 100%;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  #footer {
    padding-top: 60px;
  }
  #footer a.logo {
    width: 100%;
    margin: 0 auto 20px;
  }
  #footer p {
    font-size: 1.2rem;
  }

  #footer small {
    font-size: 1.1rem;
    padding-bottom: 30px;
  }
}

/* to top
---------------------------- */
#to_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1.5%;
  bottom: 40px;
  z-index: 900;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
#to_top.show {
  opacity: 1;
}
#to_top a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: 1px solid #b20000;
  border-radius: 50%;
}

#to_top a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: #b20000 #b20000 transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 24%;
  right: 0;
  left: 0;
  margin: auto;
}

@media all and (max-width: 1560px) {
  #to_top {
    width: 30px;
    height: 30px;
    right: 80px;
    bottom: 30px;
  }
  #to_top a::before {
    width: 10px;
    height: 10px;
    bottom: 18%;
  }
}
@media all and (max-width: 900px) {
  #to_top {
    width: 40px;
    height: 40px;

    right: 20px;
  }
  #to_top a::before {
    width: 15px;
    height: 15px;
    bottom: 20%;
  }
}

@media all and (max-width: 600px) {
  #to_top {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }
  #to_top a::before {
    width: 10px;
    height: 10px;
    bottom: 18%;
  }
}
