@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
ul,
li,
p,
figure,
dl, dt, dd,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a img {
  transition: 0.2s ease-in-out;
}

body {
  font-family: "Shuei Mincho L", sans-serif;
  color: #493730;
  font-feature-settings: "palt";
}

section {
  font-family: "Shuei Mincho B";
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.75;
}

main {
  position: relative;
  z-index: 10;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 99%);
  transition: all 1s 1s ease;
}
main.sal-animate {
  background-color: rgba(255, 255, 255, 0.95);
}

img {
  max-width: 100%;
}

.hero {
  --sal-delay: 0.5s;
  --sal-duration: 2s;
  background-image: url(../img/exhibition/bg_hero_sp.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1;
}
.hero img:first-child {
  width: 72vw;
  max-width: 480px;
}
.hero img:last-child {
  width: 58vw;
  max-width: 400px;
  position: relative;
  left: 2vw;
}
@media (min-width: 992px) {
  .hero img:last-child {
    left: -20px;
    max-width: 316px;
  }
}
@media (min-width: 992px) {
  .hero {
    background-image: url(../img/exhibition/bg_hero.jpg);
    flex-direction: row;
  }
  .hero img:last-child {
    top: 10px;
  }
}

.yodogawa {
  --sal-delay: 1s;
  --sal-duration: 1.5s;
}
.yodogawa br {
  display: none;
}
@media (min-width: 600px) {
  .yodogawa br {
    display: block;
  }
}

.yodogawa,
.info {
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 10px;
}
.yodogawa a,
.info a {
  word-break: break-all;
  color: #cc3327;
  transition: 0.2s ease-in-out;
}
.yodogawa a:link, .yodogawa a:hover, .yodogawa a:visited,
.info a:link,
.info a:hover,
.info a:visited {
  color: #cc3327;
}
.yodogawa a:hover,
.info a:hover {
  opacity: 0.4;
}
.yodogawa p,
.info p {
  margin-bottom: 2em;
}
.yodogawa div,
.info div {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .yodogawa div,
  .info div {
    margin-top: 32px;
    margin-bottom: 72px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.yodogawa dt,
.info dt {
  font-size: 1.4em;
  padding-bottom: 10px;
}
.yodogawa dd,
.info dd {
  padding-bottom: 60px;
}
.yodogawa dd span,
.info dd span {
  margin-top: 0.5em;
  display: block;
}

.photo {
  --sal-duration: 1s;
  --sal-delay: 0.5s;
  line-height: 0;
}
.photo ul {
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 640px;
}
.photo li + li {
  margin-top: 6px;
}
@media (min-width: 992px) {
  .photo li + li {
    margin-top: 10px;
  }
}

.footer {
  position: relative;
  z-index: 11;
  background-color: #A0A0A0;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer a:link {
  color: #fff;
}
.footer a:visited {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  opacity: 0.4;
}
.footer a img {
  transition: 0.2s ease-in-out;
}
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sns {
  gap: 30px;
  margin-bottom: 24px;
}
.footer_sns img {
  width: 42px;
}
.footer_sns li:first-child img {
  width: 52px;
}
.footer_info {
  flex-wrap: wrap;
  font-size: 10px;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.footer_info:last-child {
  margin-bottom: 36px;
}
.footer_baselink {
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_baselink li + li::before {
  content: "/";
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.footer .copyright {
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .footer .footer_sns {
    margin-bottom: initial;
  }
  .footer .footer_sns img {
    width: 45px;
  }
  .footer .footer_sns li:first-child img {
    width: 60px;
  }
  .footer .footer_info {
    margin-bottom: initial;
    font-size: 15px;
    line-height: 42px;
    gap: 35px;
  }
  .footer .footer_baselink {
    width: 100%;
    font-size: 13px;
  }
  .footer .copyright {
    width: 100%;
    font-size: 15px;
    line-height: 35px;
  }
}

.home_menu {
  position: relative;
  background-color: #fff;
  z-index: 10;
  padding: 1px;
}

.home_menu_sp_only,
.home_menu_pc_only {
  fill: #A0A0A0;
}

/*
@mixin ttl($line-height-sp:30px,$line-height-pc:35px){
  font-family: "Shuei Mincho B";
  font-size: 18px;
  line-height: $line-height-sp;
  letter-spacing: calc(165 / 1000 * 1em);
  @include tab{
    font-size: 23px;
    line-height: $line-height-pc;
  }
}

.container{
  padding :40px 20px;
  max-width: 890px;
  margin: {
    right: auto;
    left: auto;
  }
  >div{
    br{
      display: none;
      @include tab{
        display: block;
      }
    }
  }
}

.hero {
  @include ttl;
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: {
    right: auto;
    left: auto;
  }
  div{
    padding: {
      top: 50px;
      bottom: 30px;
    }
  }
  @include tab{
    margin-bottom: 80px;
    div{
      padding-top: 60px;
    }
  }
}

.section_ttl{
  background-image: url(../img/yokoku/bg_ttl.jpg);
  h2{
    @include ttl(30px,38px);
    padding: {
      left: 30px;
      top: 15px;
      bottom: 12px;
    }
    @include tab{
      font-size: 25px;
      width: 400px;
      padding: {
        top: 40px;
        bottom: 30px;
        right: 30px;
      }
      margin: {
        right: auto;
        left: auto;
      }
    }
  }
}

/*ヨドガワ
 * --------------------------------------------------------*

.yodogawa {
  &__ttl{
    @include ttl(initial,initial);
    picture{
      display: block;
      margin-top: 20px;
    }
  }
  .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  p + p{
    margin-top: 30px;
  }
  @include tab{
    .yodogawa__ttl,
    .container > div,
    >picture{
      margin: {
        right: auto;
        left: auto;
      }
    }
    .yodogawa__ttl{
      font-size: 26px;
      width: 484px;
    }
    .container > div{
      width: 400px;
    }
    p + p{
      margin-top: initial;
    }
    >picture{
      width: 840px;
    }
  }
}

/*format 基本説明
 * --------------------------------------------------------*

 .format{
  .container{
    display: flex;
    flex-direction: column;
    gap: 30px;  
  }
  h3{
    @include ttl;
    font-feature-settings: "palt";
    &:first-child{
      br{
        display: none;
        @include tab{
          display: block;
        }
      }
    }
  }
  ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
    &:not(.item_list){
      margin-bottom: 40px;
    }
  }
  figure{
    font-family: "Shuei Mincho M";
    line-height: 1.2em;
    letter-spacing: calc(165 / 1000 * 1em);
    font-size: 14px;
    margin-bottom: 10px;
    img{
      margin-bottom: 6px;
    }
  }
  span{
    font-size: 12px;
    font-family: "Shuei Mincho L";
  }
  @include tab{
    .container {
      max-width: max-content;
      padding-bottom: 30px;
      div,
      h3{
        margin: {
          right: auto;
          left: auto;
        }
        width: 400px;
      }
      h3{
        font-size: 19px;
        line-height: 32px;
      }
    }
    ul{
      flex-direction: row;
      margin: {
        right: auto;
        left: auto;
      }
      &.item_list{
        width: 1060px;
        margin-bottom: 60px;
      }
      &:not(.item_list){
        width: 920px;
        margin-bottom: 60px;
      }
    }
  }
 }
 .info{
  .container{
    padding-top: initial;
    line-height: 1;
    padding-bottom: 80px;
  }
  &_ttl{
    @include ttl;
    line-height: initial;
    border-bottom: 1px solid #2B2B2A;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  dl{
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 15px 20px;
    letter-spacing: calc(50 / 1000 * 1em);
  }
  dt{
    font-family: "Shuei Mincho B";
  }
  dd{
    font-family: "Shuei Mincho M";
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    small{
      font-family: "Shuei Mincho L";
      font-size: 11px;
      display: inline-block;
      letter-spacing: calc(100 / 1000 * 1em);
    }
  }
  @include tab{
    .info_ttl{
      margin-bottom: 30px;
    }
    dl{
      font-size: 18px;
    }
    dd{
      small{
        margin-left: 28px;
      }
    }
  }
 }
*//*# sourceMappingURL=exhibition.css.map */